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

/* Apparat - Adobe Fonts */
.apparat-regular {
  font-family: "apparat", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* Baskerville Display PT - Adobe Fonts */
.baskerville-display-pt-regular {
	font-family: "baskerville-display-pt", serif;
	font-weight: 400;
	font-style: normal;
}
.baskerville-display-pt-bold {
	font-family: "baskerville-display-pt", serif;
	font-weight: 700;
	font-style: normal;
}

/* A-OTF リュウミン */
.ryumin {
  font-family: "a-otf-ryumin-pr6n","游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
}



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

body{
  overflow-x: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: 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 {
  width: 100%;
  margin: 0 auto;
	color: #000;
  font-feature-settings: "palt";
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0em;
	word-wrap: break-word;
}
#lp_main_wrap * {
	box-sizing: border-box;
}
#lp_main_wrap li,
#lp_main_wrap dt,
#lp_main_wrap dd,
#lp_main_wrap img {
	line-height: 1;
}
#lp_main_wrap p {
	margin-bottom: 0;
}
#lp_main_wrap a {
	transition: all 0.5s ease 0s;
	color: inherit;
	opacity: 1;
	text-decoration: none;
}
#lp_main_wrap a:hover,
#lp_main_wrap a:active {
	color: inherit;
	opacity: 0.6;
	text-decoration: none;
}



/* ========== HEADER MV2枚 ========== */

/* mv-separate-pc */
#lp_main_wrap .mv-separate-pc {
  width: 100%;
  margin: 0 auto;
	display: flex;
	justify-content: center;
	background: #D9DEE2;
}
#lp_main_wrap .mv-separate-pc_sc {
	position: relative;
  width: 50%;
  max-width: 720px;
}
#lp_main_wrap .mv-separate-pc_kt {
	position: relative;
  width: 50%;
  max-width: 720px;

}
@media (max-width: 767px) {
	#lp_main_wrap .mv-separate-pc {
		display: none;
	}
}

/* mv-separate-pc_navlist */
#lp_main_wrap .mv-separate-pc_navlist {
  width: 100%;
	display: flex;
	gap: 5px;
	justify-content: center;
}
#lp_main_wrap .mv-separate-pc_navlist li {
	display: flex;
/*	width: calc( (100% - 10px) / 3 );*/
	background-color: #fff;
}
#lp_main_wrap .mv-separate-pc_navlist li a {
	display: block;
  position: relative;
}
#lp_main_wrap .mv-separate-pc_navlist li a::after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: calc(50% - 6px);
  bottom: -10%;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}

/* mv-separate-pc_sc_navtop mv-separate-pc_kt_navtop */
#lp_main_wrap .mv-separate-pc_sc_navtop {
	position: relative;
  width: 100%;
}
#lp_main_wrap .mv-separate-pc_sc_navtop a {
	display: block;
	background: url("//ds-assets.s3.amazonaws.com/e-look.jp/2024/elook/2024aw_preorder/sc_1030/SC.jpg") no-repeat right top / cover;
}
#lp_main_wrap .mv-separate-pc_kt_navtop a {
	display: block;
	background: url("//ds-assets.s3.amazonaws.com/e-look.jp/2024/elook/2024aw_preorder/sc_1030/KT.jpg") no-repeat left top / cover;
}
#lp_main_wrap .mv-separate-pc_sc_navtop a img {
	display: block;
  width: 100%;
}
#lp_main_wrap .mv-separate-pc_kt_navtop a img {
	display: block;
  width: 100%;
}
@media (max-width: 1440px) {
	#lp_main_wrap .mv-separate-pc_sc_navtop a {
		padding-left: calc( 100% - 628px );
	}
	#lp_main_wrap .mv-separate-pc_kt_navtop a {
		padding-right: calc( 100% - 628px );
	}
}
@media (max-width: 1256px) {
	#lp_main_wrap .mv-separate-pc_sc_navtop a {
		padding-left: 0;
	}
	#lp_main_wrap .mv-separate-pc_kt_navtop a {
		padding-right: 0;
	}
}

/* mv-separate-pc_sc_navlist mv-separate-pc_kt_navlist */
#lp_main_wrap .mv-separate-pc_sc_navlist {
	position: absolute;
	top: 62%;
	right: 11%;
  width: 67%;
}
#lp_main_wrap .mv-separate-pc_kt_navlist {
	position: absolute;
	top: 62%;
	left: 11%;
  width: 67%;
}
@media (max-width: 1440px) {
	#lp_main_wrap .mv-separate-pc_sc_navlist {
		width: 72.78%;
		max-width: 458px;
	}
	#lp_main_wrap .mv-separate-pc_kt_navlist {
		width: 72.78%;
		max-width: 458px;
	}
}

/* mv-separate-smp */
#lp_main_wrap .mv-separate-smp {
  display: none;
}
@media (max-width: 767px) {
	#lp_main_wrap .mv-separate-smp {
  	display: block;
		width: 100%;
		text-align: center;
	}
	#lp_main_wrap .mv-separate-smp_navtop {
		display: flex;
		width: 100%;
		margin-bottom: 9%;
	}
	#lp_main_wrap .mv-separate-smp_navtop a {
		display: block;
		width: 50%;
	}
	#lp_main_wrap .mv-separate-smp_navtop img {
		display: block;
		width: 100%;
	}
	#lp_main_wrap .mv-separate-smp h3 {
		width: 80%;
		margin: 0 auto 4%;
  	font-family: "a-otf-ryumin-pr6n","游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
		font-size: 26px;
		line-height: 1;
		letter-spacing: 0.04em;
		color: #9fa6aa;
	}
	#lp_main_wrap .mv-separate-smp h3 span {
		font-family: "baskerville-display-pt", serif;
		font-weight: 400;
		font-style: normal;
	}
	#lp_main_wrap .mv-separate-smp h4 {
		width: 80%;
		margin: 0 auto 2%;
		font-size: 17px;
		line-height: 1.4;
		letter-spacing: 0.08em;
		color: #9fa6aa;
	}
		#lp_main_wrap .mv-separate-smp h5 {
		margin: 0 auto 5%;
		font-size: 13.8px;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0.08em;
		color: #9fa6aa;
	}
	#lp_main_wrap .mv-separate-smp nav {
		width: 80%;
		margin: 0 auto 7.6%;
	}
	#lp_main_wrap .mv-separate-smp_navlist {
		width: 100%;
		display: flex;
		gap: 4px;
		justify-content: center;
	}
	#lp_main_wrap .mv-separate-smp_navlist li {
		display: flex;
		width: calc( (100% - 8px) / 3 );
	}
	#lp_main_wrap .mv-separate-smp_navlist li a {
		display: block;
		position: relative;
		margin-bottom: 18%;
	}
	#lp_main_wrap .mv-separate-smp_navlist li a::after {
		display: block;
		content: '';
		width: 9px;
		height: 9px;
		position: absolute;
		left: calc(50% - 5px);
		bottom: -11%;
		border-bottom: solid 1px #9fa6aa;
		border-right: solid 1px #9fa6aa;
		transform: rotate(45deg);
	}
}



/* ========== HEADER MV1枚 ========== */
/* mv-separate-pc */
#lp_main_wrap .mv-separate-pc_single {
	position: relative;
	width: 100%;
	max-width: 1440px;
	text-align: center;
	margin: 0 auto;
}

/* mv-separate-pc */
#lp_main_wrap .mv-single-pc {
  width: 100%;
  margin: 0 auto;
	display: flex;
	justify-content: center;
	background: #D9DEE2;
}

@media (max-width: 767px) {
	#lp_main_wrap .mv-single-pc {
		display: none;
	}
}


/* mv-separate-pc_navlist */


/* mv-separate-pc_sc_navtop mv-separate-pc_single_navtop */
#lp_main_wrap .mv-separate-pc_single_navtop a {
	display: block;
	background: url("//ds-assets.s3.amazonaws.com/e-look.jp/2024/elook/2024aw_preorder/kt_1024/main_pc_kt.jpg") no-repeat left top / cover;
}
#lp_main_wrap .mv-separate-pc_single_navtop a img {
	display: block;
	width: 100%;
}
@media (max-width: 1440px) {
	#lp_main_wrap .mv-separate-pc_single_navtop a {
	}
}
@media (max-width: 1256px) {
	#lp_main_wrap .mv-separate-pc_single_navtop a {
		padding-right: 0;
	}
}

/* mv-separate-pc_sc_navlist mv-separate-pc_kt_navlist */
#lp_main_wrap .mv-separate-pc_single_navlist{
  position: absolute;
  bottom: 9%;
  width: 32%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (max-width: 1440px) {
	#lp_main_wrap .mv-separate-pc_single_navlist {
		max-width: 458px;
	}
}

/* mv-separate-smp */
@media (max-width: 767px) {
	#lp_main_wrap .mv-separate-smp_single_navtop {
		display: block;
		width: 100%;
		margin-bottom: 9%;
	}
	#lp_main_wrap .mv-separate-smp_single_navtop a {
		display: block;
		width: 100%;
	}
	#lp_main_wrap .mv-separate-smp_single_navtop img {
		display: block;
		width: 100%;
	}
}



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

/* lp_main */
#lp_main_wrap .lp_main {
  width: 100%;
  margin: 0;
}



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

/* price */
#lp_main_wrap .price .msize,
#lp_main_wrap .price .lsize,
#lp_main_wrap .price .osize {
  display: inline-block;
  margin-bottom: 4px;
}
#lp_main_wrap .price .msize,
#lp_main_wrap .price .lsize {
  padding-right: 6px;
}
#lp_main_wrap .price .lsize {
  margin-right: 0;
}
#lp_main_wrap .price .msize:before,
#lp_main_wrap .price .lsize:before {
  display: inline-block;
  min-width: 12px;
  margin-right: 4px;
  padding: 2px;
  border: 1px solid #46443a;
  text-align: center;
  line-height: 1;
}
#lp_main_wrap .price .msize:before {
  content: "M";
}
#lp_main_wrap .price .lsize:before {
  content: "L";
}
#lp_main_wrap .price a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #46443a;
  padding-bottom: 3px;
}

/* price_txt */
#lp_main_wrap .price .price_txt,
#lp_main_wrap .price .price_txt,
#lp_main_wrap .price .osize {
  display: inline-block;
  margin-bottom: 4px;
}
#lp_main_wrap .price .price_txt,
#lp_main_wrap .price .lsize {
  padding-right: 6px;
}
#lp_main_wrap .price .price_txt {
  margin-right: 0;
}
#lp_main_wrap .price .price_txt:before,
#lp_main_wrap .price .price_txt:before {
  display: inline-block;
  min-width: 12px;
  margin-right: 4px;
  padding: 2px;
  text-align: center;
  line-height: 1;
}
#lp_main_wrap .price a {
  display: inline-block;
  text-decoration: none;
  padding-bottom: 3px;
}

/* coupon_code */
#lp_main_wrap .coupon_code {
  width: 88%;
  max-width: 564px;
	padding: 12px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 10px;
	background-color: #f1f5f8;
}
#lp_main_wrap .coupon_code .clipboard-success {
	display: none;
	padding: 16px 20px;
	margin: 0 auto 20px;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translate(-20%, 0);
	z-index: 3;
	border-radius: 8px;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
}
#lp_main_wrap .coupon_code .clipboard-success::after {
	content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: rgba(0,0,0,0.8) transparent transparent transparent;
  border-width: 8px 8px 0 8px;
}
#lp_main_wrap .coupon_code .ttl {
	padding-top: 2px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.08em;
}
#lp_main_wrap .coupon_code .code {
	font-weight: bold;
	font-size: 28px;
	line-height: 1;
	letter-spacing: 0.08em;
}
#lp_main_wrap .coupon_code .btn-clipboard {
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translate(0, -50%);
	width: 20px;
	padding: 0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	appearance: none;
}
@media (max-width: 767px) {
	#lp_main_wrap .coupon_code {
		max-width: unset;
		gap: 0 6px;
		padding: 14px;
	}
	#lp_main_wrap .coupon_code .ttl {
		padding-top: 3px;
		font-size: 13px;
	}
	#lp_main_wrap .coupon_code .code {
		font-size: 22px;
	}
	#lp_main_wrap .coupon_code .btn-clipboard {
		right: 16px;
	}
}

/* slider_item */
#lp_main_wrap .slider_item .slick-dotted.slick-slider {
	margin-bottom: 0;
}
#lp_main_wrap .slider_item .slick-list {
  z-index: 1;
}
#lp_main_wrap .slider_item .slick-dots {
  z-index: 5;
	bottom: 4px;
	padding: 0 10px;
	text-align: right;
}
#lp_main_wrap .slider_item .slick-dots li {
  width: 12px;
	margin: 0 2px;
}
#lp_main_wrap .slider_item .slick-dots li button:before {
	font-size: 11px;
}
#lp_main_wrap .slider_item .slick-dots li.slick-active button:before {
	color: #fff;
}



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

/* -----クーポン----- */

/* lp_coupon */
#lp_main_wrap .lp_coupon {
  width: 100%;
  margin: 5.4% auto 5.6%;
  padding: 0;
  text-align: center;
	color: #6b6e5d;
}
#lp_main_wrap .lp_coupon_inner {
	width: 90%;
	max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_coupon {
    margin: 13% auto;
  }
}

/* lp_coupon h3 h4 */
#lp_main_wrap .lp_coupon h3 {
  margin-bottom: 13px;
	font-family: "a-otf-ryumin-pr6n","游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
	font-weight: bold;
	font-size: 25px;
	line-height: 1;
	letter-spacing: 0.04em;
}
#lp_main_wrap .lp_coupon h4 {
  width: 80%;
  max-width: 482px;
	margin: 0 auto 20px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_coupon h3 {
		font-size: 190%;
		margin-bottom: 13px;
	}
	#lp_main_wrap .lp_coupon h4 {
		width: 89%;
		max-width: unset;
		margin-bottom: 15px;
	}
}

/* lp_coupon_text */
#lp_main_wrap .lp_coupon_text {
	margin: 20px auto 20px;
}
#lp_main_wrap .lp_coupon_text_date {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.085em;
}
#lp_main_wrap .lp_coupon_text_note {
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_coupon_text {
		margin: 17px auto 17px;
	}
	#lp_main_wrap .lp_coupon_text_date {
		font-size: 14px;
	}
	#lp_main_wrap .lp_coupon_text_note {
		font-size: 12px;
	}
}

/* lp_coupon_attention */
#lp_main_wrap .lp_coupon_attention {
	font-family: "a-otf-ryumin-pr6n","游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.085em;
}
#lp_main_wrap .lp_coupon_attention span {
	display: inline-block;
	border-bottom: 1px solid #6b6e5d;
	font-weight: bold;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_coupon_attention {
		font-size: 19px;
	}
}



/* -----コンテンツ共通----- */

/* lp_content */
#lp_main_wrap .lp_content {
	width: 100%;
	padding: 8% 0 9%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content {
		padding: 15% 0;
	}
}

/* lp_content_title */
#lp_main_wrap .lp_content_title h3 {
	width: 80%;
	max-width: 890px;
	margin: 0 auto 5%;
	text-align: center;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content_title h3 {
		margin: 0 auto 9.6%;
	}
}

/* lp_content_lead */
#lp_main_wrap .lp_content_lead {
	width: 80%;
	max-width: 890px;
	margin: 0 auto 9.6%;
	padding: 3.4% 3.8%;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#lp_main_wrap .lp_content_lead_img {
	width: 42%;
}
#lp_main_wrap .lp_content_lead_img img {
	width: 100%;
}
#lp_main_wrap .lp_content_lead_text {
	width: 51%;
}
#lp_main_wrap .lp_content_lead_text h4 {
	margin-bottom: 7%;
}
#lp_main_wrap .lp_content_lead_text .lp_content_lead_title {
	margin-bottom: 12px;
	font-family: "baskerville-display-pt", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 41px;
	line-height: 1.2;
	letter-spacing: 0.08em;
}
#lp_main_wrap .lp_content_lead_title img {
	width: 83%;
}
#lp_main_wrap .lp_content_lead_text .lp_content_lead_subtitle {
	font-family: "a-otf-ryumin-pr6n","游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
	font-size: 17px;
	line-height: 1.2;
	letter-spacing: 0.08em;
}
#lp_main_wrap .lp_content_lead_text p {
	font-size: 15px;
	line-height: 1.68;
	letter-spacing: 0.08em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content_lead {
		display: block;
		margin: 0 auto 6%;
		padding: 10% 8%;
	}
	#lp_main_wrap .lp_content_lead_img {
		width: 100%;
		margin-bottom: 11%;
	}
	#lp_main_wrap .lp_content_lead_text {
		width: 100%;
	}
	#lp_main_wrap .lp_content_lead_text h4 {
		margin-bottom: 7%;
		text-align: center;
	}
	#lp_main_wrap .lp_content_lead_text .lp_content_lead_title {
		margin-bottom: 7px;
		font-size: 32px;
	}
	#lp_main_wrap .lp_content_lead_text .lp_content_lead_subtitle {
		font-size: 16px;
	}
	#lp_main_wrap .lp_content_lead_text p {
		font-size: 13px;
		line-height: 1.7;
		letter-spacing: 0.08em;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_content_lead_text .lp_content_lead_title {
		font-size: 26px;
	}
}

/* lp_content_outfit */
#lp_main_wrap .lp_content_outfit {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto 10%;
	display: grid;
	grid-template-columns: 46% 41%;
	column-gap: 4%;
}
#lp_main_wrap .lp_content_outfit_text {
	grid-column: 2 / 3;
  grid-row: 1 / 2;
	height: min-content;
	max-width: 448px;
	margin-bottom: 19%;
	padding-top: 21%;
}
#lp_main_wrap .lp_content_outfit_mainimg {
	grid-column: 1 / 2;
  grid-row: 1 / 3;
	height: min-content;
}
#lp_main_wrap .lp_content_outfit_subimg {
	grid-column: 2 / 3;
  grid-row: 2 / 3;
	height: min-content;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content_outfit {
		margin: 0 auto 15%;
		display: block;
	}
	#lp_main_wrap .lp_content_outfit_text {
		width: 80%;
		max-width: unset;
		margin: 0 auto 8%;
		padding-top: 10%;
	}
	#lp_main_wrap .lp_content_outfit_mainimg {
		margin: 0 auto 13%;
	}
	#lp_main_wrap .lp_content_outfit_subimg {
		width: 64.4%;
		margin: 0 auto;
	}
}

/* lp_content_outfit_text */
#lp_main_wrap .lp_content_outfit_title {
	margin-bottom: 6.4%;
}
#lp_main_wrap .lp_content_outfit_title_num {
	margin-bottom: 13px;
  font-family: "apparat", sans-serif;
  font-weight: 300;
  font-style: normal;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.1em;
}
#lp_main_wrap .lp_content_outfit_title_main {
	margin-bottom: 9px;
	font-family: "baskerville-display-pt", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 72px;
	line-height: 1;
	letter-spacing: 0.01em;
}
#lp_main_wrap .lp_content_outfit_title_sub {
	margin-bottom: 0;
	font-family: "a-otf-ryumin-pr6n","游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0.06em;
}
#lp_main_wrap .lp_content_outfit_detail {
	font-size: 14px;
	line-height: 1.85;
	letter-spacing: 0.08em;
}
@media (max-width: 1180px) {
	#lp_main_wrap .lp_content_outfit_title_main {
		font-size: 68px;
	}
}
@media (max-width: 979px) {
	#lp_main_wrap .lp_content_outfit_title_main {
		margin-bottom: 5px;
		font-size: 64px;
	}
	#lp_main_wrap .lp_content_outfit_title_sub {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content_outfit_title {
		margin-bottom: 8%;
	}
	#lp_main_wrap .lp_content_outfit_title_num {
		margin-bottom: 10px;
	}
	#lp_main_wrap .lp_content_outfit_title_main {
		margin-bottom: 5px;
		font-size: 60px;
	}
	#lp_main_wrap .lp_content_outfit_title_sub {
		margin-bottom: 0;
		font-size: 19px;
		line-height: 1.5;
		letter-spacing: 0.06em;
	}
	#lp_main_wrap .lp_content_outfit_detail {
		font-size: 13px;
		line-height: 1.96;
		letter-spacing: 0.08em;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_content_outfit_title_main {
		margin-bottom: 9px;
		font-size: 48px;
	}
}

/* lp_content_outfit_subimg */
#lp_main_wrap .lp_content_outfit_subimg_list {
	display: flex;
	justify-content: space-between;
	gap: 8px;
}
#lp_main_wrap .lp_content_outfit_subimg_list li {
	width: 100%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content_outfit_subimg_list {
		flex-direction: column;
	}
}

/* lp_content_item */
#lp_main_wrap .lp_content_item {
	width: 90%;
	max-width: 1180px;
	margin: 0 auto 9.4%;
}
#lp_main_wrap .lp_content_item h4 {
	margin-bottom: 2%;
	font-family: "baskerville-display-pt", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 54px;
	line-height: 1;
	letter-spacing: 0.01em;
}
@media (max-width: 979px) {
	#lp_main_wrap .lp_content_item h4 {
		font-size: 48px;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content_item {
		margin: 0 auto 15%;
	}
	#lp_main_wrap .lp_content_item h4 {
		margin-bottom: 6%;
		font-size: 35px;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_content_item h4 {
		font-size: 28px;
	}
}

/* lp_content_item_listwrap */
#lp_main_wrap .lp_content_item_listwrap {
	width: 100%;
	margin: 0 auto;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content_item_listwrap {
		margin: 0 auto;
	}
}

/* 6アイテム以上 */
/* lp_content_item_6_list */
#lp_main_wrap .lp_content_item_6_list {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
	min-width: 0;	
overflow-x: auto;	
padding-bottom: 5%;	
}
#lp_main_wrap .lp_content_item_6_list::-webkit-scrollbar {
		border-radius: 4px;
		width: 4px;
		height: 4px;
	}
	#lp_main_wrap .lp_content_item_6_list::-webkit-scrollbar-thumb {
		background-color: #74756b;
		border-radius: 10px;
	}
	#lp_main_wrap .lp_content_item_6_list::-webkit-scrollbar-track {
		background-color: #cdd2d7;
		border-radius: 10px;
	}
	#lp_main_wrap .lp_content_item_6_list li {
		width: 18.7%;
		flex: 0 0 18.7%;
	}
#lp_main_wrap .lp_content_item_6_list li {
	width: calc(( 100% - 100px ) / 6);
}
@media (max-width: 979px) {
	#lp_main_wrap .lp_content_item_6_list li {
		width: calc(( 100% - 60px ) / 4);
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content_item_6_list {
		flex-wrap: nowrap;
		min-width: 0;
		overflow-x: auto;
		padding-bottom: 5%;
	}
	#lp_main_wrap .lp_content_item_6_list::-webkit-scrollbar {
		border-radius: 4px;
		width: 4px;
		height: 4px;
	}
	#lp_main_wrap .lp_content_item_6_list::-webkit-scrollbar-thumb {
		background-color: #74756b;
		border-radius: 10px;
	}
	#lp_main_wrap .lp_content_item_6_list::-webkit-scrollbar-track {
		background-color: #cdd2d7;
		border-radius: 10px;
	}
	#lp_main_wrap .lp_content_item_6_list li {
		width: 42%;
		flex: 0 0 42%;
	}
}

/* 6アイテム未満 */
/* lp_content_item_list */
#lp_main_wrap .lp_content_item_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#lp_main_wrap .lp_content_item_list li {
	width: calc(( 100% - 80px ) / 5);
}
@media (max-width: 979px) {
	#lp_main_wrap .lp_content_item_list li {
		width: calc(( 100% - 60px ) / 4);
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content_item_list {
		flex-wrap: nowrap;
		min-width: 0;
		overflow-x: auto;
		padding-bottom: 5%;
	}
	#lp_main_wrap .lp_content_item_list::-webkit-scrollbar {
		border-radius: 4px;
		width: 4px;
		height: 4px;
	}
	#lp_main_wrap .lp_content_item_list::-webkit-scrollbar-thumb {
		background-color: #74756b;
		border-radius: 10px;
	}
	#lp_main_wrap .lp_content_item_list::-webkit-scrollbar-track {
		background-color: #cdd2d7;
		border-radius: 10px;
	}
	#lp_main_wrap .lp_content_item_list li {
		width: 42%;
		flex: 0 0 42%;
	}
}

/* lp_content_item_list アイテム詳細 */
#lp_main_wrap .lp_content_item_img img {
	width: 100%;
}
#lp_main_wrap .lp_content_item_credit {
	margin-top: 10px;
	text-align: center;
}
#lp_main_wrap .lp_content_item_credit .name {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.08em;
}
#lp_main_wrap .lp_content_item_credit .price {
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0.08em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content_item_credit {
		margin-top: 12px;
	}
	#lp_main_wrap .lp_content_item_credit .name {
		font-size: 12px;
	}
	#lp_main_wrap .lp_content_item_credit .price {
		font-size: 12px;
	}
}

/* lp_content_other */
#lp_main_wrap .lp_content_other {
	width: 90%;
	max-width: 1180px;
	margin: 0 auto 5.8%;
}
#lp_main_wrap .lp_content_other h4 {
	margin-bottom: 2%;
	font-family: "baskerville-display-pt", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 54px;
	line-height: 1;
	letter-spacing: 0.01em;
}
@media (max-width: 979px) {
	#lp_main_wrap .lp_content_other h4 {
		font-size: 48px;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content_other {
		margin: 0 auto 15%;
	}
	#lp_main_wrap .lp_content_other h4 {
		margin-bottom: 6%;
		font-size: 35px;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_content_other h4 {
		font-size: 28px;
	}
}

/* lp_content_other_listwrap */
#lp_main_wrap .lp_content_other_listwrap {
	width: 100%;
	margin: 0 auto;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content_other_listwrap {
		margin: 0 auto;
	}
}

/* lp_content_other_list */
#lp_main_wrap .lp_content_other_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#lp_main_wrap .lp_content_other_list li {
	width: calc(( 100% - 60px ) / 6);
}
@media (max-width: 979px) {
	#lp_main_wrap .lp_content_other_list li {
		width: calc(( 100% - 48px ) / 5);
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content_other_list {
		flex-wrap: nowrap;
		min-width: 0;
		overflow-x: auto;
		padding-bottom: 5%;
	}
	#lp_main_wrap .lp_content_other_list::-webkit-scrollbar {
		border-radius: 4px;
		width: 4px;
		height: 4px;
	}
	#lp_main_wrap .lp_content_other_list::-webkit-scrollbar-thumb {
		background-color: #74756b;
		border-radius: 10px;
	}
	#lp_main_wrap .lp_content_other_list::-webkit-scrollbar-track {
		background-color: #cdd2d7;
		border-radius: 10px;
	}
	#lp_main_wrap .lp_content_other_list li {
		width: 42%;
		flex: 0 0 42%;
	}
}

/* lp_content_other_list アイテム詳細 */
#lp_main_wrap .lp_content_other_img img {
	width: 100%;
}
#lp_main_wrap .lp_content_other_credit {
	margin-top: 10px;
	text-align: center;
}
#lp_main_wrap .lp_content_other_credit .name {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.08em;
}
#lp_main_wrap .lp_content_other_credit .price {
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0.08em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content_other_credit {
		margin-top: 12px;
	}
	#lp_main_wrap .lp_content_other_credit .name {
		font-size: 12px;
	}
	#lp_main_wrap .lp_content_other_credit .price {
		font-size: 12px;
	}
}

/* lp_content_btn */
#lp_main_wrap .lp_content_btn {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}
#lp_main_wrap .lp_content_btn_text {
	margin-bottom: 4%;
	text-align: center;
}
#lp_main_wrap .lp_content_btn_text_date {
	margin-bottom: 10px;
	font-family: "a-otf-ryumin-pr6n","游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.06em;
}
#lp_main_wrap .lp_content_btn_text_detail {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.08em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content_btn_text {
		margin-bottom: 8%;
	}
	#lp_main_wrap .lp_content_btn_text_detail {
		font-size: 12px;
		line-height: 1.6;
		letter-spacing: 0em;
	}
}

/* lp_content_btn_content */
#lp_main_wrap .lp_content_btn_content {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
}
#lp_main_wrap .lp_content_btn_content a {
	display: block;
	width: 100%;
  position: relative;
  padding: 17px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #3d3a35;
	border: 1px solid #3d3a35;
  color: #fff;
}
#lp_main_wrap .lp_content_btn_content a::after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}
#lp_main_wrap .lp_content_btn_content a:hover {
  background-color: #fff;
	border: 1px solid #3d3a35;
  color: #3d3a35;
	opacity: 1;
}
#lp_main_wrap .lp_content_btn_content a:hover::after {
  border-top-color: #3d3a35;
  border-right-color: #3d3a35;
}
#lp_main_wrap .lp_content_btn_content.lp_content_btn_content-type2 a {
  background-color: #fff;
  color: #3d3a35;
}
#lp_main_wrap .lp_content_btn_content.lp_content_btn_content-type2 a::after {
  border-top-color: #3d3a35;
  border-right-color: #3d3a35;
}
#lp_main_wrap .lp_content_btn_content.lp_content_btn_content-type2 a:hover {
  background-color: #3d3a35;
  color: #fff;
}
#lp_main_wrap .lp_content_btn_content.lp_content_btn_content-type2 a:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content_btn_content {
		flex-wrap: wrap;
		gap: 12px;
		margin-bottom: 12px;
	}
	#lp_main_wrap .lp_content_btn_content a {
		font-size: 16px;
	}
	#lp_main_wrap .lp_content_btn_content a::after {
		width: 8px;
		height: 8px;
		top: calc(50% - 4px);
		right: 10px;
	}
}





/* -----コンテンツ SCAPA----- */

/* lp_content-sc */
#lp_main_wrap .lp_content-sc {
	background-color: #DFE2E7;
	color: #515362;
}

/* lp_content_title */
#lp_main_wrap .lp_content-sc .lp_content_title h3 {
	width: 47%;
	max-width: 272px;
	margin: 0 auto 3.6%;
	padding-top: 12px;
	text-align: center;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content-sc .lp_content_title h3 {
		max-width: unset;
		margin: 0 auto 9.6%;
	}
}

/* lp_content_btn_content */
#lp_main_wrap .lp_content-sc .lp_content_btn_content.lp_content_btn_content-type1 a {
  background-color: #2F3744;
  border-color: #2F3744;
  color: #fff;
}
#lp_main_wrap .lp_content-sc .lp_content_btn_content.lp_content_btn_content-type1 a::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
#lp_main_wrap .lp_content-sc .lp_content_btn_content.lp_content_btn_content-type1 a:hover {
  background-color: #DFE2E7;
  color: #2F3744;
}
#lp_main_wrap .lp_content-sc .lp_content_btn_content.lp_content_btn_content-type1 a:hover::after {
  border-top-color: #2F3744;
  border-right-color: #2F3744;
}
#lp_main_wrap .lp_content-sc .lp_content_btn_content.lp_content_btn_content-type2 a {
  background-color: #DFE2E7;
  border-color: #2F3744;
  color: #2F3744;
}
#lp_main_wrap .lp_content-sc .lp_content_btn_content.lp_content_btn_content-type2 a::after {
  border-top-color: #2F3744;
  border-right-color: #2F3744;
}
#lp_main_wrap .lp_content-sc .lp_content_btn_content.lp_content_btn_content-type2 a:hover {
  background-color: #2F3744;
  color: #fff;
}
#lp_main_wrap .lp_content-sc .lp_content_btn_content.lp_content_btn_content-type2 a:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}



/* -----コンテンツ KEITH----- */

/* lp_content-kt */
#lp_main_wrap .lp_content-kt {
	background-color: #2F3744;
	color: #E7E4DD;
}

/* lp_content_title */
#lp_main_wrap .lp_content-kt .lp_content_title h3 {
	width: 47%;
	max-width: 216px;
	margin: 0 auto 3.6%;
	text-align: center;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content-kt .lp_content_title h3 {
		max-width: unset;
		margin: 0 auto 9.6%;
	}
}

/* lp_content_lead */
#lp_main_wrap .lp_content-kt .lp_content_lead {
	color: #2F3744;
}

/* lp_content_lead credit */
#lp_main_wrap .lp_content-kt .price .msize:before,
#lp_main_wrap .lp_content-kt .price .lsize:before {
	border-color: #E7E4DD;
}
#lp_main_wrap .lp_content-kt .price a {
	border-bottom-color: #E7E4DD;
}

/* lp_content_btn_content */
#lp_main_wrap .lp_content-kt .lp_content_btn_content.lp_content_btn_content-type1 a {
  border-color: #E7E4DD;
  background-color: #E7E4DD;
  color: #2F3744;
}
#lp_main_wrap .lp_content-kt .lp_content_btn_content.lp_content_btn_content-type1 a::after {
  border-top-color: #2F3744;
  border-right-color: #2F3744;
}
#lp_main_wrap .lp_content-kt .lp_content_btn_content.lp_content_btn_content-type1 a:hover {
  background-color: #2F3744;
  color: #E7E4DD;
}
#lp_main_wrap .lp_content-kt .lp_content_btn_content.lp_content_btn_content-type1 a:hover::after {
  border-top-color: #E7E4DD;
  border-right-color: #E7E4DD;
}
#lp_main_wrap .lp_content-kt .lp_content_btn_content.lp_content_btn_content-type2 a {
  border-color: #E7E4DD;
  background-color: #2F3744;
  color: #E7E4DD;
}
#lp_main_wrap .lp_content-kt .lp_content_btn_content.lp_content_btn_content-type2 a::after {
  border-top-color: #E7E4DD;
  border-right-color: #E7E4DD;
}
#lp_main_wrap .lp_content-kt .lp_content_btn_content.lp_content_btn_content-type2 a:hover {
  background-color: #E7E4DD;
  color: #2F3744;
}
#lp_main_wrap .lp_content-kt .lp_content_btn_content.lp_content_btn_content-type2 a:hover::after {
  border-top-color: #2F3744;
  border-right-color: #2F3744;
}






/* -----先行受注特典----- */

/* lp_campaign */
#lp_main_wrap .lp_campaign {
	padding: 9.6% 0 4%;
	color: #6b6e5d;
}
#lp_main_wrap .lp_campaign_inner {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_campaign {
		padding: 15% 0 6%;
	}
}

/* lp_campaign_title */
#lp_main_wrap .lp_campaign_title {
	margin-bottom: 30px;
	text-align: center;
}
#lp_main_wrap .lp_campaign_title h3 {
	font-family: "a-otf-ryumin-pr6n","游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.4;
	letter-spacing: 0.08em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_campaign_title {
		margin-bottom: 5%;
	}
	#lp_main_wrap .lp_campaign_title h3 {
		font-size: 22px;
	}
}

/* lp_campaign_content_title */
#lp_main_wrap .lp_campaign_content_title {
	display: flex;
	align-items: center;
  font-family: "apparat", sans-serif;
  font-weight: 300;
  font-style: normal;
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}
#lp_main_wrap .lp_campaign_content_title::before,
#lp_main_wrap .lp_campaign_content_title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #6b6e5d;
}
#lp_main_wrap .lp_campaign_content_title::before {
  margin-right: 15px;
}
#lp_main_wrap .lp_campaign_content_title::after {
  margin-left: 15px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_campaign_content_title {
		font-size: 15px;
	}
}

/* lp_campaign_coupon */
#lp_main_wrap .lp_campaign_coupon {
	margin-bottom: 6%;
	text-align: center;
}
#lp_main_wrap .lp_campaign_coupon_main {
  width: 80%;
  max-width: 482px;
	margin: 5.4% auto 20px;
}
#lp_main_wrap .lp_campaign_coupon_text {
	margin: 20px auto 0;
}
#lp_main_wrap .lp_campaign_coupon_text_date {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.085em;
}
#lp_main_wrap .lp_campaign_coupon_text_note {
	font-size: 13px;
	line-height: 1.85;
	letter-spacing: 0.08em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_campaign_coupon {
		margin-bottom: 11%;
	}
	#lp_main_wrap .lp_campaign_coupon_main {
		width: 89%;
		max-width: unset;
		margin: 11% auto 20px;
	}
	#lp_main_wrap .lp_campaign_coupon_text {
		margin: 17px auto 0;
	}
	#lp_main_wrap .lp_campaign_coupon_text_date {
		margin-bottom: 1px;
		font-size: 14px;
	}
	#lp_main_wrap .lp_campaign_coupon_text_note {
		font-size: 12px;
		line-height: 1.6;
	}
}

/* lp_campaign_fs */
#lp_main_wrap .lp_campaign_fs {
	text-align: center;
}
#lp_main_wrap .lp_campaign_fs_main {
	margin: 3.6% auto 20px;
	font-family: "a-otf-ryumin-pr6n","游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
	font-weight: bold;
	font-size: 44px;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
#lp_main_wrap .lp_campaign_fs_icon {
	width: 50%;
	max-width: 135px;
	margin: 0 auto 3.6%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_campaign_fs {
		margin-bottom: 6%;
	}
	#lp_main_wrap .lp_campaign_fs_main {
		margin: 8% auto 13px;
		font-size: 38px;
	}
	#lp_main_wrap .lp_campaign_fs_icon {
		width: 30%;
		max-width: 135px;
		margin: 0 auto 9%;
	}
}

/* lp_campaign_fs_note */
#lp_main_wrap .lp_campaign_fs_note {
	width: 90%;
	max-width: 794px;
	margin: 0 auto 4.4%;
	text-align: center;
}
#lp_main_wrap .lp_campaign_fs_note_title {
	margin: 0 auto 20px;
	padding: 8px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.08em;
	border-radius: 200px;
	background-color: #f3f4f8;
}
#lp_main_wrap .lp_campaign_fs_day {
	width: 70%;
	max-width: 460px;
	margin: 0 auto;
}
#lp_main_wrap .lp_campaign_fs_daytext {
	width: 34%;
	min-width: 180px;
	margin: -7px auto 20px;
	text-align: center;
	border-radius: 200px;
	border: 1px solid #6b6e5d;
	padding: 9px;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.04em;
}
#lp_main_wrap .lp_campaign_fs_return {
	margin-bottom: 16px;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0.08em;
}
#lp_main_wrap .lp_campaign_fs_cc {
	font-size: 16px;
	line-height: 1.56;
	letter-spacing: 0.1em;
}
#lp_main_wrap .lp_campaign_fs_note_list li {
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: left;
}
#lp_main_wrap .lp_campaign_fs_note_list li:not(:first-child) {
	margin-top: 8px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_campaign_fs_note {
		width: 100%;
		margin: 0 auto 8%;
	}
	#lp_main_wrap .lp_campaign_fs_note_title {
		width: 100%;
		margin-bottom: 6%;
		font-size: 15px;
	}
	#lp_main_wrap .lp_campaign_fs_day {
		width: 85%;
		margin: 0 auto 0.25%;
	}
	#lp_main_wrap .lp_campaign_fs_daytext {
		margin: -4px auto 16px;
		width: 50%;
		padding: 6px;
		font-size: 12px;
	}
	#lp_main_wrap .lp_campaign_fs_return {
		margin-bottom: 10px;
		font-size: 13px;
		line-height: 1.4;
	}
	#lp_main_wrap .lp_campaign_fs_cc {
		font-size: 15px;
		line-height: 1.4;
		letter-spacing: 0.1em;
	}
	#lp_main_wrap .lp_campaign_fs_note_list {
		width: 86%;
		margin: 0 auto;
	}
	#lp_main_wrap .lp_campaign_fs_note_list li {
		font-size: 12px;
		line-height: 1.4;
		letter-spacing: 0.1em;
		text-align: left;
	}
	#lp_main_wrap .lp_campaign_fs_note_list li:not(:first-child) {
		margin-top: 8px;
	}
}



/* -----フッターボタン----- */

/* lp_btn */
#lp_main_wrap .lp_btn {
	padding: 3% 0;
	color: #6b6e5d;
}
#lp_main_wrap .lp_btn_inner {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}

/* lp_btn_title */
#lp_main_wrap .lp_btn_title {
	margin-bottom: 30px;
	text-align: center;
}
#lp_main_wrap .lp_btn_title h3 {
	font-family: "a-otf-ryumin-pr6n","游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
	font-weight: bold;
	font-size: 27px;
	line-height: 1.4;
	letter-spacing: 0.08em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_btn_title {
		margin-bottom: 4%;
	}
	#lp_main_wrap .lp_btn_title h3 {
		font-size: 21px;
	}
}

/* lp_btn_content */
#lp_main_wrap .lp_btn_content {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
}
#lp_main_wrap .lp_btn_content a {
	display: block;
	width: 100%;
  position: relative;
  padding: 17px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #3d3a35;
	border: 1px solid #3d3a35;
  color: #fff;
}
#lp_main_wrap .lp_btn_content a::after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}
#lp_main_wrap .lp_btn_content a:hover {
	display: block;
	width: 100%;
  position: relative;
  padding: 17px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #fff;
	border: 1px solid #3d3a35;
  color: #3d3a35;
	opacity: 1;
}
#lp_main_wrap .lp_btn_content a:hover::after {
  border-top-color: #3d3a35;
  border-right-color: #3d3a35;
}
#lp_main_wrap .lp_btn_content.lp_btn_content-type2 a {
  background-color: #fff;
  color: #3d3a35;
}
#lp_main_wrap .lp_btn_content.lp_btn_content-type2 a::after {
  border-top-color: #3d3a35;
  border-right-color: #3d3a35;
}
#lp_main_wrap .lp_btn_content.lp_btn_content-type2 a:hover {
  background-color: #3d3a35;
  color: #fff;
}
#lp_main_wrap .lp_btn_content.lp_btn_content-type2 a:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_btn_content {
		flex-wrap: wrap;
		gap: 12px;
		margin-bottom: 12px;
	}
	#lp_main_wrap .lp_btn_content a {
		font-size: 16px;
	}
	#lp_main_wrap .lp_btn_content a::after {
		width: 8px;
		height: 8px;
		top: calc(50% - 4px);
		right: 10px;
	}
}




/* -----フローティングバナー----- */

/* floating-banner */
#lp_main_wrap .floating-banner {
	position: fixed;
	bottom: 3%;
	right: 0;
	z-index: 10;
	background-color: #fff;
}
#lp_main_wrap .floating-banner .floating-banner_pc {
	display: block;
}
#lp_main_wrap .floating-banner .floating-banner_smp {
	display: none;
}
@media (max-width: 767px) {
	#lp_main_wrap .floating-banner {
		position: fixed;
		top: unset;
		bottom: 0;
		left: 0;
		z-index: 10;
		display: flex;
	}
	#lp_main_wrap .floating-banner .floating-banner_pc {
		display: none;
	}
	#lp_main_wrap .floating-banner .floating-banner_smp {
		display: block;
		width: 100%;
	}
}











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

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