@charset "UTF-8";
/*---------------------*/
/*max-width: 1200px ←画面全体が縮小する幅*/
/*max-width: 979px ←タブレット版*/
/*max-width: 767px ←スマホ版*/
/*max-width: 425px ←スマホ版さらに小さい幅に対応*/
/*構成*/
/*
FONT
COMMON
MAIN
HEADER
ARTICLE
ELEMENT
COTENTS
 L
UTILITY
*/
/*---------------------*/

/* ========== FONT ========== */



/* ========== COMMON ========== */

body{
  overflow-x: hidden;
}

/*可変幅表示にて使用*/
#page-body {
  overflow: hidden;
  width: 100%;
}

/* SMP表示での左右の余白を削除 */
@media (max-width: 979px) {
  #page-body {
    width: 100vw;
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  #page-body {
    width: 100vw;
    margin: 0 -5px;
  }
}

main#lp_main_wrap {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0px;
}
@media (max-width: 767px) {
	main#lp_main_wrap {
	  font-size: 14px;
	}
}

#page-header{
	background: #fff;
}
#footer_banner {
	margin-top: 0;
}


/* ========== MAIN ========== */

#lp_main_wrap {
  width: 100%;
  margin: 0 auto;
	color: #333;
}

/* 固定背景 */
main#lp_main_wrap:before {
	content: "";
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100vw;
	height:100vh;
	background: url("//ds-assets.store-image.jp/e-look.jp/2024/elook/14th_anniversary/main_bg-lt_pc_03.png") no-repeat left 0px top 0px , url("//ds-assets.store-image.jp/e-look.jp/2024/elook/14th_anniversary/main_bg-rb_pc_03.png") no-repeat right 0px top 0px;
}
@media (max-width: 1060px) {
	main#lp_main_wrap:before {
	top:0;
	left:0;
	width: 100vw;
	height:100vh;
	background: url("//ds-assets.store-image.jp/e-look.jp/2024/elook/14th_anniversary/main_bg-lt_sp_re0001.png") no-repeat left 0px top 0px , url("//ds-assets.store-image.jp/e-look.jp/2024/elook/14th_anniversary/main_bg-rb_sp_re0001.png") no-repeat right 0px top 0px;
	background-size: contain;
	 vertical-align: middle;}
}
/* 固定背景 ベタ */
main#lp_main_wrap:after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fcf9f6;
	width: 100vw;
	height: 100vh;
	z-index: -2;
}

#lp_main_wrap * {
	box-sizing: border-box;
	line-height: 1;
}
#lp_main_wrap p {
	margin-bottom: 0;
}
#lp_main_wrap a {
	transition: all 0.5s ease 0s;
	text-decoration: none;
}
#lp_main_wrap a:hover,
#lp_main_wrap a:active {
	color: inherit;
	opacity: 0.6;
	text-decoration: none;
}



/* ========== HEADER ========== */

/* lp_mv */
#lp_main_wrap header.lp_mv {
  width: 100%;
  margin: 0 auto;
	padding: 36px 20px 90px;
  text-align: center;
}
#lp_main_wrap header.lp_mv .lp_mv_logo {
	margin: 0 auto 38px;
}
#lp_main_wrap header.lp_mv h2 {
  margin: 0 auto 82px;
}
#lp_main_wrap header.lp_mv h2 img {
  width: 100%;
  max-width: 382px;
}
#lp_main_wrap header.lp_mv h3 {
  margin: 0 auto 24px;
}
#lp_main_wrap header.lp_mv .lp_lead_text {
  font-size: 17px;
  line-height: 2.4;
  letter-spacing: 0.075em;
}

@media (max-width: 767px) {
	#lp_main_wrap header.lp_mv {
		padding: 17% 20px 12%;
	}
	#lp_main_wrap header.lp_mv .lp_mv_logo {
		width: 42%;
		margin-bottom: 6.4%;
	}
	#lp_main_wrap header.lp_mv h2 {
		width: 70%;
		margin-bottom: 20%;
	}
	#lp_main_wrap header.lp_mv h3 {
		max-width: 64%;
		margin-bottom: 5%;
	}
	#lp_main_wrap header.lp_mv .lp_lead_text {
		font-size: 14px;
		line-height: 2.2;
	}
}



/* ========== ARTICLE ========== */

/* lp_main */
#lp_main_wrap .lp_main {
  width: 100%;
  margin: 0 auto;
	padding-bottom: 80px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_main {
		padding-bottom: 40px;
	}
}



/* ========== ELEMENT ========== */

/* lp_h-slash */
#lp_main_wrap .lp_h-slash {
	position: relative;
	display: inline-block;
	margin-left: 36px;
	margin-right: 36px;
	padding: 0 36px;
	color: #b3822e;
	text-align: center;
  font-family: "游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
  font-size: 28px;
  line-height: 1.72;
  letter-spacing: 0.075em;
	font-weight: bold;
}
#lp_main_wrap .lp_h-slash:before {
	position: absolute;
	left: 0;
	top: -1%;
	content: "";
	width: 1px;
	height: 100%;
	background: #b3822e;
	border-radius: 3px;
	transform: rotate(-32.5deg);
}
#lp_main_wrap .lp_h-slash:after {
	position: absolute;
	right: 0;
	top: -1%;
	content: "";
	width: 1px;
	height: 100%;
	background: #b3822e;
	border-radius: 3px;
	transform: rotate(32.5deg);
}



#lp_main_wrap .lp_h-slash.black {
	color: #333333;
}
#lp_main_wrap .lp_h-slash.black:before {
	background: #333333;
}
#lp_main_wrap .lp_h-slash.black:after {
	background: #333333;
}

#lp_main_wrap .lp_h-slash span {
	display: block;
	font-size: 16px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_h-slash {
		margin-left: 24px;
		margin-right: 24px;
		font-size: 20px;
	}
	#lp_main_wrap .lp_h-slash span {
		font-size: 12px;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_h-slash {
		margin-left: 20px;
		margin-right: 20px;
		padding: 0 27px;
		font-size: 16px;
	}


}

/* lp_badge */
#lp_main_wrap .lp_badge {
	position: absolute;
	top: -34px;
	right: 16px;
	width: 72px;
	height: 72px;
	border-radius: 36px;
  background-color: #c99944;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	color: #fff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.075em;
	font-weight: bold;
}
#lp_main_wrap .lp_badge .lp_badge_num {
	margin-top: -6px;
	padding-bottom: 3px;
  font-size: 200%;
	font-weight: normal;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_badge {
		position: absolute;
		top: -20px;
		right: 12px;
		width: 48px;
		height: 48px;
		border-radius: 24px;
		font-size: 10px;
	}
	#lp_main_wrap .lp_badge .lp_badge_num {
		margin-top: -4px;
		padding-bottom: 2px;
		font-size: 200%;
		font-weight: normal;
	}
}

/* lp_textlink */
#lp_main_wrap a.lp_textlink {
	display: inline-block;
	padding: 0 2px 5px;
	border-bottom: 1px solid #333;
}
#lp_main_wrap a.lp_textlink:hover,
#lp_main_wrap a.lp_textlink:active {
	text-decoration: none;
}

/* lp_sec_btn */
#lp_main_wrap .lp_sec_btnwrap a.lp_sec_btn {
	display: block;
  position: relative;
	width: 80%;
	max-width: 504px;
	margin: 0 auto 10px;
	padding: 28px 20px;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.08em;
	font-weight: bold;
	color: #fff;
	background: #c99944;
}
#lp_main_wrap .lp_sec_btnwrap a.lp_sec_btn:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
	position: absolute;
	top: calc( 50% - 5px );
	right: 21px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
      -ms-transform: rotate(45deg) translateX(-5px) translateY(5px);
          transform: rotate(45deg) translateX(-5px) translateY(5px);
}
#lp_main_wrap .lp_sec_btnwrap p {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.05em;
	font-weight: bold;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_btnwrap a.lp_sec_btn {
		margin: 0 auto 10px;
		padding: 20px 17px;
		font-size: 17px;
	}
	#lp_main_wrap .lp_sec_btnwrap p {
		font-size: 14px;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_sec_btnwrap a.lp_sec_btn {
		margin: 0 auto 10px;
		padding: 18px;
		font-size: 14px;
	}
	#lp_main_wrap .lp_sec_btnwrap a.lp_sec_btn:after {
		right: 12px;
	}
		#lp_main_wrap .lp_sec_btnwrap p {
		font-size: 12px;
	}
}


/* ========== COTENTS ========== */

/* lp_nav */
#lp_main_wrap .lp_nav {
  width: 100%;
  margin: 0;
	padding: 72px 20px;
	background: #f2ebe6;
	text-align: center;
	color: #fff;
}
#lp_main_wrap .lp_nav .lp_h-slash {
	margin-bottom: 34px;
  font-size: 25px;
	color: #b3822e;
}
#lp_main_wrap .lp_nav .lp_h-slash:before,
#lp_main_wrap .lp_nav .lp_h-slash:after {
	background: #b3822e;
}
#lp_main_wrap p.lp_nav_date {
	margin: 38px auto 0;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.075em;
	font-weight: bold;
	color: #b3822e;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_nav {
		padding: 10% 20px 15%;
	}
	#lp_main_wrap .lp_nav .lp_h-slash {
		margin-bottom: 8%;
		font-size: 20px;
	}
	#lp_main_wrap p.lp_nav_date {
		font-size: 16px;
    line-height: 1.55em;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_nav .lp_h-slash {
		font-size: 16px;
	}
	#lp_main_wrap p.lp_nav_date {
		margin-top: 10%;
		font-size: 14px;
	}
}

/* global_nav */
#lp_main_wrap #global_nav{
  width: 100%;
  text-align: center;
	background: #f2ebe6;
  z-index: 1000; 
}
#lp_main_wrap #global_nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

/* lp_nav_list */
#lp_main_wrap .lp_nav_list {
	display: flex;
	justify-content: center;
	gap: 18px;
}
#lp_main_wrap .lp_nav_list .lp_nav_list_fix {
	display: none;
}
#lp_main_wrap .fixed .lp_nav_list {
	gap: 20px;
	padding: 14px;
	width: 38%;
	margin: 0 auto;
  min-width: 690px;
}
#lp_main_wrap .fixed .lp_nav_list .lp_nav_list_normal {
	display: none;
}
#lp_main_wrap .fixed .lp_nav_list .lp_nav_list_fix {
	display: inline;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_nav_list {
		gap: 25px;
		width: 92%;
		margin: 0 auto;
	}
	#lp_main_wrap .fixed .lp_nav_list {
		gap: 8px;
		padding: 10px 15px;
		width: 100%;
		min-width: initial;
	}
}

/* lp_sec */
#lp_main_wrap .lp_secwrap {
  width: 100%;
  margin: 0;
  padding-bottom: 110px;
	background: #e6dbd3;
}
#lp_main_wrap .lp_sec {
  width: 100%;
  margin: 0;
	padding: 115px 10px 0;
}
#lp_main_wrap .lp_sec_inner {
	position: relative;
	width: 100%;
	max-width: 1120px;
  margin: 0 auto;
	padding: 144px 12px 115px;
	background: #fafafa;
	border-radius: 30px;
	text-align: center;
}
#lp_main_wrap .lp_sec h3 {
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
}
#lp_main_wrap .lp_sec .lp_sec_titlewrap {
	margin-bottom: 48px;
}
#lp_main_wrap .lp_sec p.lp_sec_title {
	margin-bottom: 18px;
  font-size: 38px;
  line-height: 1.32;
  letter-spacing: 0.08em;
	font-weight: bold;
}
#lp_main_wrap .lp_sec p.lp_sec_title span {
  font-size: 80%;
}
#lp_main_wrap .lp_sec p.lp_sec_subtitle {
	margin-bottom: 18px;
  font-size: 23px;
  line-height: 1.32;
  letter-spacing: 0.08em;
	font-weight: bold;
}
#lp_main_wrap .lp_sec p.lp_sec_text {
	margin: 28px 0 20px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
#lp_main_wrap .lp_sec p.lp_sec_date {
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.075em;
	font-weight: bold;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_secwrap {
		padding-top: 5%;
		padding-bottom: 10%;
	}	
	#lp_main_wrap .lp_sec {
		padding: 15% 10px 5%;
	}	
	#lp_main_wrap .lp_sec_inner {
		padding: 22% 12px 8%;
		border-radius: 18px;
	}
	#lp_main_wrap .lp_sec h3 {
		max-width: 25%;
		position: absolute;
		top: -40px;
		left: 50%;
		transform: translateX(-50%);
	}
	#lp_main_wrap .lp_sec .lp_sec_titlewrap {
		margin-bottom: 8%;
	}
	#lp_main_wrap .lp_sec p.lp_sec_title {
		margin-bottom: 18px;
		font-size: 25px;
	}
	#lp_main_wrap .lp_sec p.lp_sec_subtitle {
		font-size: 16px;
	}
	#lp_main_wrap .lp_sec p.lp_sec_text {
		margin: 5% 0;
		font-size: 14px;
	}
	#lp_main_wrap .lp_sec p.lp_sec_date {
		font-size: 14px;
	}
}

/* lp_sec01_bnr01 */
#lp_main_wrap .lp_sec01 .lp_sec01_bnr01 {
	width: 100%;
	max-width: 772px;
  margin: 68px auto 42px;
	padding: 10px;
	background-image: url("//ds-assets.store-image.jp/e-look.jp/2024/elook/14th_anniversary/sec01_bnr01_bg-pc_02.jpg");
	background-size: cover;
	text-align: center;
}
#lp_main_wrap .lp_sec01 .lp_sec01_bnr01_inner {
	padding: 42px 42px 32px;
	background: #FCF9F6;
}
#lp_main_wrap .lp_sec01 p.lp_sec01_bnr01_title {
	max-width: 424px;
  margin: 0 auto 12px;
}
#lp_main_wrap .lp_sec01 .lp_coupon_code {
	width: 90%;
	max-width: 532px;
  margin: 0 auto 8px;
	padding: 12px;
	background: #333;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#lp_main_wrap .lp_sec01 .lp_coupon_code-text {
	margin-right: 1em;
	vertical-align: 4px;
}
#lp_main_wrap .lp_sec01 .lp_coupon_code-target {
	font-size: 28px;
}
#lp_main_wrap .lp_sec01 p.lp_coupon_code-success {
	margin-top: 8px;
	font-weight: normal;
}
#lp_main_wrap .lp_sec01 p.lp_coupon_code-attention {
	margin-bottom: 13px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0em;
}
#lp_main_wrap .lp_sec01 p.lp_coupon_code-teams {
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.03em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec01 .lp_sec01_bnr01 {
		max-width: unset;
		padding: 8px;
		margin: 8% auto 5%;
		background-image: url("//ds-assets.store-image.jp/e-look.jp/2024/elook/14th_anniversary/sec01_bnr01_bg-sp.jpg");
	}
	#lp_main_wrap .lp_sec01 .lp_sec01_bnr01_inner {
		padding: 8% 5%;
	}
	#lp_main_wrap .lp_sec01 .lp_coupon_code {
		width: 90%;
		max-width: unset;
		margin: 0 auto 8px;
		padding: 12px;
		font-size: 14px;
	}
	#lp_main_wrap .lp_sec01 .lp_coupon_code-text {
		display: block;
		margin-right: 0;
		margin-bottom: 4px;
	}
	#lp_main_wrap .lp_sec01 .lp_coupon_code-target {
		display: block;
		font-size: 24px;
	}
	#lp_main_wrap .lp_sec01 p.lp_coupon_code-attention {
		font-size: 12px;
	}
	#lp_main_wrap .lp_sec01 p.lp_coupon_code-teams {
		font-size: 11px;
	}
}

/* lp_sec01_bnr02 */
#lp_main_wrap .lp_sec01 .lp_sec01_bnr02 {
	width: 100%;
	max-width: 772px;
	margin: 0 auto 11px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec01 .lp_sec01_bnr02 {
		max-width: unset;
		margin-bottom: 0;
	}
}

/* lp_sec02 */
#lp_main_wrap .lp_sec02 .lp_sec02_titlewrap {
	margin-bottom: 112px;
}
#lp_main_wrap .lp_sec02 .lp_sec02_itemtext {
	font-size: 15px;
	line-height: 1.6;
	color: #525252;
   margin-bottom: 0.5em;
}
#lp_main_wrap .lp_sec02 .lp_sec02_itemtext span {
	font-size: 80%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec02 .lp_sec02_titlewrap {
		margin-bottom: 20%;
	}
	#lp_main_wrap .lp_sec02 .lp_sec02_itemtext {
		font-size: 12px;
		line-height: 1.6;
		color: #525252;
	}
}

/* lp_sec02-1 */
#lp_main_wrap .lp_sec02 .lp_sec02-1 {
	margin: 70px 0 155px;
}
#lp_main_wrap .lp_sec02 .lp_sec02-1 a {
	max-width: 1000px;
	margin: 0 auto;
	display: block;
	position: relative;
	padding-bottom: 10px;
	background: #fff;
	pointer-events: none;
}
#lp_main_wrap .lp_sec02 .lp_sec02-1 .lp_sec02-1_img {
	margin-bottom: 16px;
}
#lp_main_wrap .lp_sec02 .lp_sec02-1 .lp_sec02-1_logo-ringbell{
	margin-bottom: 12px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec02 .lp_sec02-1 {
		margin: 10% 0 24%;
	}
	#lp_main_wrap .lp_sec02 .lp_sec02-1 a {
		max-width: unset;
	}
	#lp_main_wrap .lp_sec02 .lp_sec02-1 .lp_sec02-1_logo-ringbell{
		max-width: 50%;
	}
}

/* lp_sec02-2 */
#lp_main_wrap .lp_sec02 .lp_sec02-2 {
	margin: 86px 0 62px;
}
#lp_main_wrap .lp_sec02 .lp_sec02-2_itemlist {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}
#lp_main_wrap .lp_sec02 .lp_sec02-2_itemlist li {
	width: calc( (100% - 32px) / 3 );
	margin-bottom: 74px;
}
#lp_main_wrap .lp_sec02 .lp_sec02-2_itemlist li a {
  display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	pointer-events: none;
}
#lp_main_wrap .lp_sec02 .lp_sec02-2_itemlist .lp_sec02-2_itemlist_img {
	position: relative;
	flex: 0 1 auto;
}
#lp_main_wrap .lp_sec02 .lp_sec02-2_itemlist .lp_sec02-2_itemlist_text {
	flex: 1 1 auto;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	padding: 11px 10px 28px 10px;
}
#lp_main_wrap .lp_sec02 .lp_sec02-2_itemlist .lp_sec02-2_itemlist_logo-mk {
	margin-top: 6px;
}
#lp_main_wrap .lp_sec02 .lp_sec02-2_itemlist .lp_sec02-2_itemlist_logo-ilb {
	margin-top: 6px;
}
#lp_main_wrap .lp_sec02 .lp_sec02-2_itemlist .lp_sec02-2_itemlist_logo-cp {
	margin-top: 6px;
}
#lp_main_wrap .lp_sec02 .lp_sec02-2_itemlist .lp_sec02-2_itemlist_logo-sc {
	margin-top: 6px;
}
#lp_main_wrap .lp_sec02 .lp_sec02-2_itemlist .lp_sec02-2_itemlist_logo-lp {
    margin-top: 1px;
    margin-bottom: 10px;
}
#lp_main_wrap .lp_sec02 .lp_sec02-2_itemlist .lp_sec02-2_itemlist_logo-lp {
    margin-top: 1px;
    margin-bottom: 10px;
}
#lp_main_wrap .lp_sec02 .lp_sec02-2_itemlist .lp_sec02-2_itemlist_logo-lms {
    margin-top: 1px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec02 .lp_sec02-2 {
		margin: 12% 0 5%;
	}
	#lp_main_wrap .lp_sec02 .lp_sec02-2_itemlist li {
		width: calc( (100% - 10px) / 2 );
		margin-bottom: 10%;
	}
#lp_main_wrap .lp_sec02 .lp_sec02-2_itemlist .lp_sec02-2_itemlist_text {
	flex: 1 1 auto;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	padding: 11px 10px 12px 10px;
}

}

/* lp_sec02-3 */
#lp_main_wrap .lp_sec02 .lp_sec02-3 {
	margin: 48px 0 152px;
}
#lp_main_wrap .lp_sec02 .lp_sec02-3 a {
	max-width: 750px;
	margin: 0 auto;
	display: block;
	position: relative;
	padding-bottom: 24px;
	background: #fff;
	pointer-events: none;
}
#lp_main_wrap .lp_sec02 .lp_sec02-3 .lp_sec02-3_img {
	margin-bottom: 28px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec02 .lp_sec02-3 {
		margin: 12% 0 24%;
	}
		#lp_main_wrap .lp_sec02 .lp_sec02-3 a {
		max-width: unset;
	}
}

/* lp_sec03 */
#lp_main_wrap .lp_sec03 .lp_sec03_titlewrap {
	margin-bottom: 28px;
}
#lp_main_wrap .lp_sec03 .lp_sec03_titlewrap .lp_sec_text {
	margin: 52px 0 0;
}
#lp_main_wrap .lp_sec03 .lp_sec03-1 {
	margin-bottom: 22px;
}
#lp_main_wrap .lp_sec03 .lp_sec03-1 img {
	width: 100%;
	max-width: 750px;
}
#lp_main_wrap .lp_sec03 .lp_sec03-2 {
	width: 100%;
	max-width: 750px;
	margin: 0 auto 96px;
	padding: 48px 20px 6px;
	text-align: left;
	background: #fff;
}
#lp_main_wrap .lp_sec03 .lp_sec03-2_inner {
	width: 100%;
	max-width: 584px;
	margin: 0 auto 34px;
}
#lp_main_wrap .lp_sec03 p.lp_sec_date {
	margin-bottom: 10px;
}
#lp_main_wrap .lp_sec03 p.lp_sec03-2_teams {
	padding-left: 20px;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.03em;
	color: #525252;
}
#lp_main_wrap .lp_sec03 p.lp_sec03-2_teams span {
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 1px solid #525252;
}
#lp_main_wrap .lp_sec03 .lp_sec03_btnwrap {
	margin-top: 34px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec03 .lp_sec03_titlewrap {
		margin-bottom: 10%;
	}
	#lp_main_wrap .lp_sec03 .lp_sec03_titlewrap .lp_sec_text {
		margin: 5% 0 0;
	}
	#lp_main_wrap .lp_sec03 .lp_sec03-1 {
		margin-bottom: 5%;
	}
	#lp_main_wrap .lp_sec03 .lp_sec03-2 {
		padding: 8% 15px 1%;
		margin-bottom: 10%;
	}
		#lp_main_wrap .lp_sec03 .lp_sec03-2_inner {
		margin-bottom: 5%;
	}
		#lp_main_wrap .lp_sec03 p.lp_sec_date {
		text-align: center;
	}
	#lp_main_wrap .lp_sec03 p.lp_sec03-2_teams {
		padding: 0 10px;
	}
		
}


/* lp_apply */
#lp_main_wrap .lp_apply {
  width: 100%;
  margin: 0 0 66px;
	padding: 108px 20px;
}
#lp_main_wrap .lp_apply_inner {
	width: 100%;
	max-width: 948px;
  margin: 0 auto;
	padding: 80px 20px;
	background: #fff;
	border: 5px solid #c79133;
}
#lp_main_wrap .lp_apply h3 {
	margin-bottom: 40px;
	text-align: center;
}
#lp_main_wrap .lp_apply h3 img {
	display: block;
	max-width: 140px;
	margin: 0 auto 14px;
}
#lp_main_wrap .lp_apply h3 p {
	font-size: 39px;
	line-height: 1.25;
	letter-spacing: 0.08em;
	font-weight: bold;
}
#lp_main_wrap .lp_apply .lp_apply_step {
	width: 100%;
	max-width: 790px;
	margin: 0 auto 92px;
}
#lp_main_wrap .lp_apply .lp_apply_step li {
	width: 100%;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dotted #c1c1c1;
	color: #363636;
}
#lp_main_wrap .lp_apply .lp_apply_step li:last-child {
	border: none;
}
#lp_main_wrap .lp_apply .lp_apply_step .lp_apply_step_text {
	width: 51%;
	padding: 0 30px;
}
#lp_main_wrap .lp_apply .lp_apply_step .lp_apply_step_img {
	width: 49%;
}
#lp_main_wrap .lp_apply .lp_apply_step h4 {
	width: 105px;
	margin-bottom: 24px;
}
#lp_main_wrap .lp_apply .lp_apply_step p {
	font-size: 15px;
	line-height: 1.54;
	letter-spacing: 0.05em;
	font-weight: bold;
}
#lp_main_wrap .lp_apply .lp_apply_step p.lp_apply_step_subtext {
	margin-top: 30px;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.03em;
	font-weight: normal;
}
#lp_main_wrap .lp_apply .lp_apply_step a.lp_apply_step_btn {
	display: inline-block;
  position: relative;
	margin-top: 8px;
	padding: 9px 24px 9px 16px;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #363636;
	border: 1px solid #363636;
}
#lp_main_wrap .lp_apply .lp_apply_step a.lp_apply_step_btn:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
	position: absolute;
	top: calc( 50% - 2px );
	right: 4px;
  border-top: solid 1px #363636;
  border-right: solid 1px #363636;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
      -ms-transform: rotate(45deg) translateX(-5px) translateY(5px);
          transform: rotate(45deg) translateX(-5px) translateY(5px);
}
#lp_main_wrap .lp_apply .lp_sec_btnwrap {
  text-align: center;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_apply {
		margin: 0 0 10%;
		padding: 10% 20px;
	}
	#lp_main_wrap .lp_apply_inner {
		padding: 12% 20px;
		border: 4px solid #c79133;
	}
	#lp_main_wrap .lp_apply h3 {
		margin-bottom: 5%;
	}
	#lp_main_wrap .lp_apply h3 img {
		width: 30%;
		max-width: 180px;
		margin: 0 auto 14px;
	}
	#lp_main_wrap .lp_apply h3 p {
		font-size: 30px;
	}
	#lp_main_wrap .lp_apply .lp_apply_step {
		margin: 0 auto 10%;
	}
		#lp_main_wrap .lp_apply .lp_apply_step li {
		width: 100%;
		padding: 30px 0;
		display: block;
	}
	#lp_main_wrap .lp_apply .lp_apply_step .lp_apply_step_text {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	#lp_main_wrap .lp_apply .lp_apply_step .lp_apply_step_img {
		width: 100%;
	}
	#lp_main_wrap .lp_apply .lp_apply_step h4 {
		width: auto;
		max-width: 30%;
		margin-bottom: 24px;
	}
	#lp_main_wrap .lp_apply .lp_apply_step p {
		font-size: 14px;
	}
	#lp_main_wrap .lp_apply .lp_apply_step p.lp_apply_step_subtext {
		margin-top: 1em;
	}
	#lp_main_wrap .lp_apply .lp_sec_btnwrap a.lp_sec_btn {
		width: 90%;
	}
	.lp_apply_step_text img {
		width: 88%;
}
}

/* lp_bnr */
#lp_main_wrap .lp_bnr {
  width: 100%;
}
#lp_main_wrap .lp_bnr_inner {
	width: 100%;
	max-width: 772px;
  margin: 0 auto;
	padding: 0 20px 20px;
	text-align: center;
}
#lp_main_wrap .lp_bnr .lp_h-slash {
  margin-bottom: 54px;
}
#lp_main_wrap .lp_bnr_list {
  width: 100%;
  margin: 0 0 38px;
	display: flex;
	justify-content: space-between;
	gap: 15px;
}
#lp_main_wrap .lp_bnr_date {
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.075em;
	font-weight: bold;
	color: #b3822e;
}
#lp_main_wrap .lp_bnr_btnwrap {
	margin-top: 48px;
}
#lp_main_wrap a.lp_bnr_btn {
	display: block;
  position: relative;
	width: 80%;
	max-width: 390px;
	margin: 0 auto;
	padding: 28px 20px;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #fff;
	background: #333333;
}
#lp_main_wrap a.lp_bnr_btn:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
	position: absolute;
	top: calc( 50% - 5px );
	right: 21px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
      -ms-transform: rotate(45deg) translateX(-5px) translateY(5px);
          transform: rotate(45deg) translateX(-5px) translateY(5px);
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_bnr_inner {
		padding: 0 20px 20%;
		text-align: center;
	}
	#lp_main_wrap .lp_bnr .lp_h-slash {
		margin-bottom: 10%;
	}
	#lp_main_wrap .lp_bnr_list {
		margin-bottom: 8%;
	}
	#lp_main_wrap .lp_bnr_date {
		font-size: 14px;
	}
	#lp_main_wrap .lp_bnr_btnwrap {
		margin-top: 8%;
	}
	#lp_main_wrap a.lp_bnr_btn {
		width: 80%;
		max-width: 390px;
		padding: 20px 17px;
		font-size: 17px;
	}
	#lp_main_wrap a.lp_bnr_btn:after {
		right: 12px;
	}
}





/* ========== UTILITY ========== */

.lp_viewpc_block {
  display: block;
}
.lp_viewpc_inline {
  display: inline;
}
.lp_viewpc_inline-block {
  display: inline-block;
}
.lp_viewsmp_block,
.lp_viewsmp_inline,
.lp_viewsmp_inline-block {
  display: none;
}
.lp_viewxs_block,
.lp_viewxs_inline,
.lp_viewxs_inline-block {
  display: none;
}
@media (max-width: 767px) {
	.lp_viewpc_block,
	.lp_viewpc_inline,
	.lp_viewpc_inline-block {
	  display: none;
	}
	.lp_viewsmp_block {
	  display: block;
	}
	.lp_viewsmp_inline {
	  display: inline;
	}
	.lp_viewsmp_inline-block {
	  display: inline-block;
	}
	.lp_viewsmp_none {
	  display: none;
	}
}
@media (max-width: 425px) {
	.lp_viewxs_block {
	  display: block;
	}
	.lp_viewxs_inline {
	  display: inline;
	}
	.lp_viewxs_inline-block {
	  display: inline-block;
	}
	.lp_viewxs_none {
	  display: none;
	}
}

#lp_main_wrap span.sp_none{
	display: inline-block;
}

@media (max-width: 750px) {
#lp_main_wrap span.sp_none{display: none;}
}
.btn-clipboard:hover {
  cursor:pointer;
  color: #ffe1cd;
}