@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 ========== */

/* ヒラギノ明朝 */
.hiraginomin-w3 {
	font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho", serif;
}



/* ========== 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;
  }
}

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


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

#lp_main_wrap {
  width: 100%;
  margin: 0 auto;
	word-wrap: break-word;
	color: #333;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0em;
}
#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: 112px 20px 90px;
  text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 0;
	background: #daf7e2;
}
#lp_main_wrap header.lp_mv .lp_mv_bgwrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(0);
	z-index: 1;
}
#lp_main_wrap header.lp_mv .lp_mv_bgfix {
	/* position: fixed; */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("//ds-assets.store-image.jp/e-look.jp/2026/elook/16th_anniversary/mv_left_pc.gif") no-repeat left top / auto 100%,
							url("//ds-assets.store-image.jp/e-look.jp/2026/elook/16th_anniversary/mv_right_pc.gif") no-repeat right top / auto 100%;
}
#lp_main_wrap header.lp_mv .lp_mv_inner {
  width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#lp_main_wrap header.lp_mv .lp_mv_looklogo {
	width: 203px;
	margin: 0 auto;
}
#lp_main_wrap header.lp_mv h2 {
	width: 410px;
	margin: 56px auto 0;
	padding-right: 30px;
}
#lp_main_wrap header.lp_mv h2 img {
  width: 100%;
}
#lp_main_wrap header.lp_mv h3 {
	width: 344px;
	margin: 60px auto 0;
}
#lp_main_wrap header.lp_mv .lp_lead_text {
	margin-top: 25px;
	font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho", serif;
  font-size: 17px;
  line-height: 2.4;
  letter-spacing: 0.1em;
	color: #424242;
}
@media (max-width: 979px) {
	#lp_main_wrap header.lp_mv .lp_mv_bgfix {
		background-position: left -90px top 0, right -90px top 0;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap header.lp_mv {
		padding: 17% 20px 15%;
	}
	#lp_main_wrap header.lp_mv .lp_mv_bgfix {
		background: url("//ds-assets.store-image.jp/e-look.jp/2026/elook/16th_anniversary/mv_left_sp.gif") no-repeat left top / auto 100%,
								url("//ds-assets.store-image.jp/e-look.jp/2026/elook/16th_anniversary/mv_right_sp.gif") no-repeat right top / auto 100%;
	}
	#lp_main_wrap header.lp_mv .lp_mv_inner {
		width: 100%;
		max-width: unset;
		margin: 0 auto;
	}
	#lp_main_wrap header.lp_mv .lp_mv_looklogo {
		width: 39.5%;
		margin: 0 auto;
	}
	#lp_main_wrap header.lp_mv h2 {
		width: 63%;
		margin-top: 10%;
		padding-right: 0;
	}
	#lp_main_wrap header.lp_mv h3 {
		width: 60%;
		margin-top: 13%;
	}
	#lp_main_wrap header.lp_mv .lp_lead_text {
		margin-top: 6%;
		font-size: 14px;
		line-height: 1.9;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap header.lp_mv .lp_mv_bgfix {
		background-position: left -5% top 0, right -5% top 0;
	}
}



/* ========== 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: #333;
	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: #333;
	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: #333;
	border-radius: 3px;
	transform: rotate(32.5deg);
}
#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: linear-gradient(135deg, #e2c772 0%, #ddc16f 30%, #c4a443 100%);
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
	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: 9px;
	}
	#lp_main_wrap .lp_badge .lp_badge_num {
		margin-top: -4px;
		padding-bottom: 3px;
		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: #b89d65;
}
#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: 24px 17px;
		font-size: 17px;
	}
	#lp_main_wrap .lp_sec_btnwrap p {
		font-size: 12px;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_sec_btnwrap a.lp_sec_btn {
		margin: 0 auto 10px;
		padding: 20px;
		font-size: 14px;
	}
	#lp_main_wrap .lp_sec_btnwrap a.lp_sec_btn:after {
		right: 12px;
	}
}


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

/* lp_nav */
#lp_main_wrap .lp_nav {
  width: 100%;
  margin: 0;
	padding: 72px 20px 47px;
	background: #c5edcc;
	text-align: center;
	color: #333;
}
#lp_main_wrap .lp_nav .lp_h-slash {
	margin-bottom: 34px;
  font-size: 25px;
}
#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;
}
#lp_main_wrap p.lp_nav_date_sub {
	margin: 5px auto 0;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.075em;
	font-weight: bold;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_nav {
		padding: 11% 20px 10%;
	}
	#lp_main_wrap .lp_nav .lp_h-slash {
		margin-bottom: 8%;
		padding: 0 20px;
		font-size: 20px;
		letter-spacing: 0em;
	}
	#lp_main_wrap p.lp_nav_date {
		margin: 42px auto 0;
		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;
  z-index: 1000; 
}
#lp_main_wrap #global_nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
	background: #c5edcc;
}

/* 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 {
		width: 98%;
		margin: 0 auto;
		gap: 10px;
	}
	#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: 140px;
	position: relative;
}
#lp_main_wrap .lp_sec {
  width: 100%;
  margin: 0;
	padding: 115px 14px 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;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_secwrap {
		padding-top: 4%;
		padding-bottom: 22%;
	}	
	#lp_main_wrap .lp_sec {
		padding: 15% 10px 0;
	}	
	#lp_main_wrap .lp_sec_inner {
		padding: 22% 12px 10%;
		border-radius: 18px;
	}
}

/* lp_sec bg */
#lp_main_wrap .lp_sec_bgwrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(0);
	z-index: -1;
}
#lp_main_wrap .lp_sec_bgfix {
	position: fixed;
  top: 0;
	left: 0;
  width: 100%;
  height: 100%;
	background: url("//ds-assets.store-image.jp/e-look.jp/2026/elook/16th_anniversary/bg_left.gif") repeat-y left top,
							url("//ds-assets.store-image.jp/e-look.jp/2026/elook/16th_anniversary/bg_right.gif") repeat-y right top,
							#daf7e2;
}
#lp_main_wrap .lp_sec_bginner {
	position: relative;
	z-index: 2;
	width: 100%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_bgfix {
		background-size: 25% auto, 25% auto;
		background-position: left -16% top 0, right -16% top 0;
	}
}

/* lp_sec common */
#lp_main_wrap .lp_sec h3 {
	width: 174px;
	position: absolute;
	top: -53px;
	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_text .lp_sec_text_str {
	font-weight: bold;
}
#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_sec h3 {
		width: 25%;
		position: absolute;
		top: -33px;
		left: 50%;
		transform: translateX(-50%);
	}
	#lp_main_wrap .lp_sec .lp_sec_titlewrap {
		margin-bottom: 10%;
	}
	#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: 15px;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_sec p.lp_sec_date {
		letter-spacing: 0em;
	}
}

/* lp_sec */
#lp_main_wrap .lp_sec .lp_h-slash {
	letter-spacing: 0em;
	padding: 0 26px;
}
@media (max-width: 767px) {
}


/* 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/2026/elook/16th_anniversary/coupon_bg_pc.jpg");
	background-size: cover;
	text-align: center;
}
#lp_main_wrap .lp_sec01 .lp_sec01_bnr01_inner {
	padding: 48px 42px 32px;
	background: #fff;
}
#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 .lp_coupon_code-target:hover {
  cursor:pointer;
  color: #e3c773;
}
#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: 4px;
	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/2026/elook/16th_anniversary/coupon_bg_sp.jpg");
	}
	#lp_main_wrap .lp_sec01 .lp_sec01_bnr01_inner {
		padding: 8% 5%;
	}
	#lp_main_wrap .lp_sec01 p.lp_sec01_bnr01_title {
		width: 85%;
		max-width: 424px;
		margin: 0 auto 5%;
	}
	#lp_main_wrap .lp_sec01 .lp_coupon_code {
		width: 88%;
		max-width: unset;
		margin: 0 auto 8px;
		padding: 12px 12px 14px;
		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: 74px;
}
#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 138px;
}
#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 16%;
	}
	#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: 100px 0 76px;
}
#lp_main_wrap .lp_sec02 .lp_sec02-2_itemlist {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
  display: flex;
	gap: 20px 16px;
  justify-content: center;
	flex-wrap: wrap;
}
#lp_main_wrap .lp_sec02 .lp_sec02-2_itemlist li {
	width: calc( (100% - 32px) / 3 );
	margin-bottom: 48px;
}
#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;
  align-items: center;
	padding: 11px 10px 28px 10px;
	font-weight: bold;
}
#lp_main_wrap .lp_sec02 .lp_sec02-2_itemlist .lp_sec02-2_itemlist_logo-mk {
	margin-top: 5px;
}
#lp_main_wrap .lp_sec02 .lp_sec02-2_itemlist .lp_sec02-2_itemlist_logo-ilb {
	margin-top: 6px;
	margin-bottom: 6px;
}
#lp_main_wrap .lp_sec02 .lp_sec02-2_itemlist .lp_sec02-2_itemlist_logo-cp {
	margin-top: 8px;
}
#lp_main_wrap .lp_sec02 .lp_sec02-2_itemlist .lp_sec02-2_itemlist_logo-kt {
	margin-top: 12px;
	margin-bottom: 7px;
}
#lp_main_wrap .lp_sec02 .lp_sec02-2_itemlist .lp_sec02-2_itemlist_logo-sc {
	margin-top: 13px;
	margin-bottom: 8px;
}
#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-plus {
	margin-top: 0px;
	margin-bottom: 2px;
}
#lp_main_wrap .lp_sec02 .lp_sec02-2_itemlist .lp_sec02-2_itemlist_logo-lms {
	margin-top: 4px;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec02 .lp_sec02-2 {
		margin: 10% 0 5%;
	}
	#lp_main_wrap .lp_sec02 .lp_sec02-2_itemlist {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		gap: 0 10px;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	#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;
		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: 46px auto 0;
}
#lp_main_wrap .lp_sec03 .lp_sec03-1 .lp_sec03-1_bnr {
	width: 84%;
	max-width: 590px;
	margin: 0 auto 44px;
}
#lp_main_wrap .lp_sec03 .lp_sec03-1 p.lp_sec_date{
	font-size: 16px;
}
#lp_main_wrap .lp_sec03 p.lp_sec03-1_teams {
	margin-top: 16px;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0.03em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec03 .lp_sec03_titlewrap {
		margin-bottom: 8%;
	}
	#lp_main_wrap .lp_sec03 .lp_sec03_titlewrap .lp_sec_title {
		margin: 0;
	}
	#lp_main_wrap .lp_sec03 .lp_sec03_titlewrap .lp_sec_text {
		margin: 3% 0 0;
	}
	#lp_main_wrap .lp_sec03 .lp_sec03-1 {
		margin: 0 auto;
	}
	#lp_main_wrap .lp_sec03 .lp_sec03-1 .lp_sec03-1_bnr {
		width: 84%;
		max-width: 560px;
		margin: 0 auto 8%;
	}
	#lp_main_wrap .lp_sec03 p.lp_sec03-1_teams {
		font-size: 11px;
	}

		
}


/* lp_apply */
#lp_main_wrap .lp_apply {
  width: 100%;
  margin: 160px auto 0;
	padding: 0 20px;
	position: relative;
}
#lp_main_wrap .lp_apply_inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 948px;
  margin: 0 auto;
	padding: 85px 20px;
	background: #fff;
	border: 5px solid #b89d65;
}
#lp_main_wrap .lp_apply h3 {
	margin-bottom: 40px;
	text-align: center;
}
#lp_main_wrap .lp_apply h3 img {
	display: block;
	width: 80px;
	margin: 0 auto 20px;
}
#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 96px;
}
#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: #333;
}
#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: 84px;
	margin-bottom: 28px;
}
#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: 16% 0 0;
		padding: 0 24px;
	}
	#lp_main_wrap .lp_apply_inner {
		padding: 12% 7%;
		border-width: 3px;
	}
	#lp_main_wrap .lp_apply h3 {
		margin-bottom: 4%;
	}
	#lp_main_wrap .lp_apply h3 img {
		width: 24%;
		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 11%;
	}
	#lp_main_wrap .lp_apply .lp_apply_step li {
		width: 100%;
		padding: 42px 0 32px;
		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: 84px;
		margin-bottom: 18px;
	}
	#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: 100%;
	}
	.lp_apply_step_text img {
		width: 88%;
}
}

/* lp_bnr */
#lp_main_wrap .lp_bnr {
  width: 100%;
	margin-top: 146px;
}
#lp_main_wrap .lp_bnr_inner {
	width: 100%;
	max-width: 772px;
  margin: 0 auto;
	padding: 0 0 20px;
	text-align: center;
}
#lp_main_wrap .lp_bnr .lp_h-slash {
  margin-bottom: 60px;
	padding: 0 72px;
	letter-spacing: 0em;
}
#lp_main_wrap .lp_bnr_list {
  width: 90%;
  margin: 0 auto 38px;
	display: flex;
	justify-content: space-between;
	gap: 44px;
}
#lp_main_wrap .lp_bnr_date {
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.075em;
	font-weight: bold;
}
#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: #b89d65;
}
#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 {
		margin-top: 22%;
	}
	#lp_main_wrap .lp_bnr_inner {
		padding: 0 0;
		text-align: center;
	}
	#lp_main_wrap .lp_bnr .lp_h-slash {
		margin-bottom: 11%;
		padding: 0 36px;
	}
	#lp_main_wrap .lp_bnr_list {
		width: 88%;
		margin: 0 auto 7%;
		gap: 10px;
	}
	#lp_main_wrap .lp_bnr_date {
		font-size: 17px;
	}
	#lp_main_wrap .lp_bnr_btnwrap {
		margin-top: 9%;
	}
	#lp_main_wrap a.lp_bnr_btn {
		width: 74%;
		max-width: 390px;
		padding: 22px 17px;
		font-size: 17px;
	}
	#lp_main_wrap a.lp_bnr_btn:after {
		right: 12px;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_bnr_date {
		font-size: 15px;
	}
}





/* ========== 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;
	}
}