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

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

/* Times New Roman */
.times {
	font-family: "Times New Roman","游明朝","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;
	}
}

/* 背景色がある場合フッターのマージンを削除 */
#footer_banner {
	margin-top: 0;
}



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

#lp_main_wrap {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 1px;
	font-feature-settings: "palt";
	word-wrap: break-word;
	color: #000;
	font-family: "游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0em;
	background-color: #f4f4f4;
}
#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 ========== */

/* lp_mv */
#lp_main_wrap .lp_mv {
	width: 100%;
	margin: 0;
}
#lp_main_wrap .lp_mv-pc {
	position: relative;
}
#lp_main_wrap .lp_mv-pc_img {
	width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0 auto;
    object-fit: contain;
    object-position: center top;
}
#lp_main_wrap .lp_mv-pc_title {
	z-index: 2;
	display: block;
	width: 24.4%;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -49% -53%;
}
#lp_main_wrap .lp_mv-pc-1440 {
	display: none;
}
#lp_main_wrap .lp_mv-smp {
	display: none;
}
@media (max-width: 1440px) {
	#lp_main_wrap .lp_mv-pc {
		display: none;
	}
	#lp_main_wrap .lp_mv-pc-1440 {
		display: block;
		position: relative;
	}
	#lp_main_wrap .lp_mv-pc_title {
		width: 32.4%;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_mv-pc {
		display: none;
	}
	#lp_main_wrap .lp_mv-pc-1440 {
		display: none;
	}
	#lp_main_wrap .lp_mv-smp {
		display: block;
	}
}




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

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



/* ========== PRICE ========== */


/* price */
#lp_main_wrap .credit {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
#lp_main_wrap .price {
	display: flex;
	flex-wrap: wrap;
	gap: 2px 15px;
}
#lp_main_wrap .price a {
	display: inline-block;
	padding-bottom: 1px;
	border-bottom: 1px solid #000;
	text-decoration: none;
}
#lp_main_wrap .price .msize,
#lp_main_wrap .price .lsize,
#lp_main_wrap .price .osize {
	display: inline-block;
}
#lp_main_wrap .price .msize::before,
#lp_main_wrap .price .lsize::before {
	display: inline-block;
	margin-right: 4px;
}
#lp_main_wrap .price .msize::before {
	content: "M";
}
#lp_main_wrap .price .lsize::before {
	content: "L";
}
@media (max-width: 979px) {
	#lp_main_wrap .price {
		gap: 2px 10px;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .credit {
		gap: 9px;
	}
	#lp_main_wrap .price {
		gap: 2px 10px;
	}
}



/* ========== Swiper ========== */

/* swiper-scroll */
#lp_main_wrap .swiper-scroll {
	overflow: hidden;
	position: relative;
}
#lp_main_wrap .swiper-scroll.swiper-container-horizontal > .swiper-scrollbar {
	position: relative;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	height: 4px;
}
#lp_main_wrap .swiper-scroll .swiper-scrollbar {
	background: linear-gradient(to bottom, transparent 0px, transparent 1px, #c7cbd1 1px, #c7cbd1 3px, transparent 3px, transparent 100%);
}
#lp_main_wrap .swiper-scroll .swiper-scrollbar-drag {
	background-color: #333;
	height: 4px;
}
@media (max-width: 767px) {
	#lp_main_wrap .swiper-scroll {
		overflow: hidden;
		padding: 0 5%;
	}
}



/* ========== LEAD ========== */

/* lp_lead */
#lp_main_wrap .lp_lead {
	width: 100%;
	margin: 96px auto 0;
	padding: 0;
}
#lp_main_wrap .lp_lead_inner {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	padding: 54px 64px 60px 60px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media (max-width: 979px) {
	#lp_main_wrap .lp_lead_inner {
		display: block;
		padding: 54px 60px 60px;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_lead {
		margin: 13% auto 9%;
	}
	#lp_main_wrap .lp_lead_inner {
		padding: 36px 34px 44px;
	}
}

/* lp_lead h3 */
#lp_main_wrap .lp_lead h3 {
	width: 100%;
	margin-bottom: 39px;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
@media (max-width: 979px) {
	#lp_main_wrap .lp_lead h3 {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_lead h3 {
		margin-bottom: 17px;
		font-size: 20px;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_lead h3 {
		letter-spacing: 0em;
	}
}

/* lp_lead_text */
#lp_main_wrap .lp_lead_text {
	width: 37%;
	padding: 7px 0;
}
#lp_main_wrap .lp_lead_text p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.08em;
}
@media (max-width: 979px) {
	#lp_main_wrap .lp_lead_text {
		width: unset;
		margin-bottom: 48px;
		padding: 0 2px;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_lead_text {
		margin-bottom: 60px;
	}
	#lp_main_wrap .lp_lead_text p {
		font-size: 13px;
		line-height: 2.18;
	}
}

/* lp_lead_image */
#lp_main_wrap .lp_lead_image {
	width: 57.5%;
}
#lp_main_wrap .lp_lead_image img {
	width: 100%;
	max-width: 100%;
}
@media (max-width: 979px) {
	#lp_main_wrap .lp_lead_image {
		width: 100%;
		max-width: 560px;
		margin: 0 auto;
	}
}



/* ========== SEC ========== */

/* lp_sec */
#lp_main_wrap .lp_sec {
	width: 100%;
	margin: 0 auto 28px;
	padding: 87px 0 0;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec {
		padding: 10% 0 0;
		margin: 0 auto 6%;
	}
}



/* ========== SEC TITLE ========== */

/* lp_sec_title */
#lp_main_wrap .lp_sec_title {
	width: 90%;
	max-width: 1170px;
	margin: 0 auto 70px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_title {
		margin-bottom: 60px;
	}
}

/* lp_sec_title h3 */
#lp_main_wrap .lp_sec_title h3 {
	margin-bottom: 33px;
	text-align: center;
	font-family: "Times New Roman","游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
	font-size: 48px;
	line-height: 1;
	letter-spacing: 0em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_title h3 {
		margin-bottom: 30px;
		font-size: 41px;
	}
}

/* lp_sec_title p */
#lp_main_wrap .lp_sec_title p {
	position: relative;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto;
	padding: 24px 40px 20px;
	text-align: center;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.08em;
}
#lp_main_wrap .lp_sec_title p::before,
#lp_main_wrap .lp_sec_title p::after {
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 40px;
	pointer-events: none;
}
#lp_main_wrap .lp_sec_title p::before {
	left: 0;
	top: 0;
	border-top: 1px solid #151414;
	border-left: 1px solid #151414;
}
#lp_main_wrap .lp_sec_title p::after {
	right: 0;
	bottom: 0;
	border-right: 1px solid #151414;
	border-bottom: 1px solid #151414;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_title p {
		width: 100%;
		padding: 17px 17px 14px;
		font-size: 13px;
		line-height: 2.18;
	}
	#lp_main_wrap .lp_sec_title p::before,
	#lp_main_wrap .lp_sec_title p::after {
		width: 34px;
		height: 48px;
	}
}



/* ========== SEC CONTENT ========== */




/* ========== SEC OUTFIT ========== */

/* lp_sec_outfit */
#lp_main_wrap .lp_sec_outfit {
	width: 90%;
	max-width: 1170px;
	margin: 0 auto 42px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_outfit {
		margin-bottom: 9%;
	}
}

/* lp_sec_outfit_content */
#lp_main_wrap .lp_sec_outfit_content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#lp_main_wrap .lp_sec_outfit_content_01 {
	width: 49%;
	position: relative;
}
#lp_main_wrap .lp_sec_outfit_content_02 {
	width: 47.5%;
	position: relative;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_outfit_content {
		display: block;
	}
	#lp_main_wrap .lp_sec_outfit_content_01 {
		width: 100%;
	}
	#lp_main_wrap .lp_sec_outfit_content_02 {
		width: 100%;
	}
}

/* lp_sec_outfit_mainimg */
#lp_main_wrap .lp_sec_outfit_mainimg {
	position: relative;
	width: 100%;
	background: #fff;
}
#lp_main_wrap .lp_sec_outfit_mainimg img,
#lp_main_wrap .lp_sec_outfit_mainimg a {
	width: 100%;
	display: block;
}



/* ========== SEC ITEM ========== */

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

/* lp_sec_item_list */
#lp_main_wrap .lp_sec_item_list {
	width: 100%;
	max-width: 810px;
	display: flex;
	flex-wrap: nowrap;
	min-width: 0;
	padding-bottom: 32px;
}
#lp_main_wrap .lp_sec_item_list > li {
	width: calc(( 100% - 10.2% ) / 4);
	margin-right: 3.4%;
	flex-grow: 0;
	flex-shrink: 0;
}
#lp_main_wrap .lp_sec_item_list > li:last-child {
	margin-right: 0;
}
@media (max-width: 979px) {
	#lp_main_wrap .lp_sec_item_list > li {
		width: calc(( 100% - 6.8% ) / 3.4);
		margin-right: 3.4%;
		flex-grow: 0;
		flex-shrink: 0;
	}
	#lp_main_wrap .lp_sec_item_list > li:last-child {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_item_list {
		flex-wrap: nowrap;
		min-width: 0;
		padding-bottom: 11%;
	}
	#lp_main_wrap .lp_sec_item_list > li {
		width: 41%;
		flex: 0 0 41%;
		margin-right: 5%;
	}
	#lp_main_wrap .lp_sec_item_list > li:last-child {
		margin-right: 0;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_sec_item_list > li {
		width: 56%;
		flex: 0 0 56%;
	}
	#lp_main_wrap .lp_sec_item_list > li:last-child {
		margin-right: 0;
	}
}

/* lp_sec_item_img */
#lp_main_wrap .lp_sec_item_img {
	background-color: #fff;
}

/* lp_sec_item_credit */
#lp_main_wrap .lp_sec_item_credit {
	margin-top: 12px;
}
#lp_main_wrap .lp_sec_item_credit p {
	font-family: "Times New Roman","游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #333;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_item_credit {
		margin-top: 22px;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_item_credit p {
		font-size: 13px;
	}
}




/* ========== SEC 01 ========== */

/* lp_sec_content */
#lp_main_wrap .lp_sec_01 .lp_sec_content {
	width: 100%;
	margin: 0 auto;
	background: url("//ds-assets.store-image.jp/e-look.jp/2026/scapa/35th_archive_collection/clover_pc.png") no-repeat 0% 68.5% / 58px auto, linear-gradient(rgb(237 227 216 / 0) 0% , rgb(237 227 216 / 0) 28.4% , rgb(237 227 216 / 1) 28.4% , rgb(237 227 216 / 1) 83% , rgb(237 227 216 / 0) 83% , rgb(237 227 216 / 0) 100%);
}
@media (max-width: 1440px) {
	#lp_main_wrap .lp_sec_01 .lp_sec_content {
		background: url("//ds-assets.store-image.jp/e-look.jp/2026/scapa/35th_archive_collection/clover_pc.png") no-repeat 0% 68.5% / 4% auto, linear-gradient(rgb(237 227 216 / 0) 0% , rgb(237 227 216 / 0) 28.4% , rgb(237 227 216 / 1) 28.4% , rgb(237 227 216 / 1) 83% , rgb(237 227 216 / 0) 83% , rgb(237 227 216 / 0) 100%);
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_01 .lp_sec_content {
		background: url("//ds-assets.store-image.jp/e-look.jp/2026/scapa/35th_archive_collection/clover_sp.png") no-repeat 100% 67% / 15.6% auto, linear-gradient(rgb(237 227 216 / 0) 0% , rgb(237 227 216 / 0) 20% , rgb(237 227 216 / 1) 20% , rgb(237 227 216 / 1) 84.6% , rgb(237 227 216 / 0) 84.6% , rgb(237 227 216 / 0) 100%);
	}
}

/* lp_sec_outfit */
#lp_main_wrap .lp_sec_01 .lp_sec_outfit {
	margin-bottom: 42px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_01 .lp_sec_outfit {
		margin-bottom: 9%;
	}
}

/* lp_sec_outfit_img_01 */
#lp_main_wrap .lp_sec_01 .lp_sec_outfit_img_01 {
	position: relative;
	width: 52.2%;
	background: #fff;
}
#lp_main_wrap .lp_sec_01 .lp_sec_outfit_img_01 img,
#lp_main_wrap .lp_sec_01 .lp_sec_outfit_img_01 a {
	width: 100%;
	display: block;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_01 .lp_sec_outfit_img_01 {
		margin-top: 8.2%;
		width: 54.4%;
	}
}

/* lp_sec_outfit_img_02 */
#lp_main_wrap .lp_sec_01 .lp_sec_outfit_img_02 {
	position: relative;
	width: 52.2%;
	margin: -25.2% 0 0 auto;
	background: #fff;
}
#lp_main_wrap .lp_sec_01 .lp_sec_outfit_img_02 img,
#lp_main_wrap .lp_sec_01 .lp_sec_outfit_img_02 a {
	width: 100%;
	display: block;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_01 .lp_sec_outfit_img_02 {
		width: 54.2%;
		margin: -20% 0 0 auto;
	}
}

/* lp_sec_outfit_img_03 */
#lp_main_wrap .lp_sec_01 .lp_sec_outfit_img_03 {
	position: relative;
	width: 52.2%;
	margin-top: -25.6%;
	background: #fff;
}
#lp_main_wrap .lp_sec_01 .lp_sec_outfit_img_03 img,
#lp_main_wrap .lp_sec_01 .lp_sec_outfit_img_03 a {
	width: 100%;
	display: block;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_01 .lp_sec_outfit_img_03 {
		width: 54.2%;
		margin-top: -19.2%;
	}
}



/* ========== SEC 02 ========== */

/* lp_sec_content */
#lp_main_wrap .lp_sec_02 .lp_sec_content {
	width: 100%;
	margin: 0 auto;
	background: url("//ds-assets.store-image.jp/e-look.jp/2026/scapa/35th_archive_collection/clover_pc.png") no-repeat 0% 65% / 58px auto, linear-gradient(rgb(237 227 216 / 0) 0% , rgb(237 227 216 / 0) 24% , rgb(237 227 216 / 1) 24% , rgb(237 227 216 / 1) 82% , rgb(237 227 216 / 0) 82% , rgb(237 227 216 / 0) 100%);
}
@media (max-width: 1440px) {
	#lp_main_wrap .lp_sec_02 .lp_sec_content {
		background: url("//ds-assets.store-image.jp/e-look.jp/2026/scapa/35th_archive_collection/clover_pc.png") no-repeat 0% 65% / 4% auto, linear-gradient(rgb(237 227 216 / 0) 0% , rgb(237 227 216 / 0) 24% , rgb(237 227 216 / 1) 24% , rgb(237 227 216 / 1) 82% , rgb(237 227 216 / 0) 82% , rgb(237 227 216 / 0) 100%);
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_02 .lp_sec_content {
		background: url("//ds-assets.store-image.jp/e-look.jp/2026/scapa/35th_archive_collection/clover_sp.png") no-repeat 100% 66.6% / 15.6% auto, linear-gradient(rgb(237 227 216 / 0) 0% , rgb(237 227 216 / 0) 21% , rgb(237 227 216 / 1) 21% , rgb(237 227 216 / 1) 84% , rgb(237 227 216 / 0) 84% , rgb(237 227 216 / 0) 100%);
	}
}

/* lp_sec_outfit */
#lp_main_wrap .lp_sec_02 .lp_sec_outfit {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_02 .lp_sec_outfit {
		margin-bottom: 9%;
	}
}

/* lp_sec_outfit_img_01 */
#lp_main_wrap .lp_sec_02 .lp_sec_outfit_img_01 {
	position: relative;
	width: 61%;
	background: #fff;
}
#lp_main_wrap .lp_sec_02 .lp_sec_outfit_img_01 img,
#lp_main_wrap .lp_sec_02 .lp_sec_outfit_img_01 a {
	width: 100%;
	display: block;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_02 .lp_sec_outfit_img_01 {
		margin-top: 8.2%;
		width: 65.4%;
	}
}

/* lp_sec_outfit_img_02 */
#lp_main_wrap .lp_sec_02 .lp_sec_outfit_img_02 {
	position: relative;
	width: 61%;
	margin: -6.4% 0 0 auto;
	background: #fff;
}
#lp_main_wrap .lp_sec_02 .lp_sec_outfit_img_02 img,
#lp_main_wrap .lp_sec_02 .lp_sec_outfit_img_02 a {
	width: 100%;
	display: block;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_02 .lp_sec_outfit_img_02 {
		width: 64.2%;
		margin: -15% 0 0 auto;
	}
}



/* ========== FOOTER 01 ========== */

/* lp_footer */
#lp_main_wrap .lp_footer_01 {
	width: 100%;
	margin-top: 0;
	padding: 4px 0 98px;
	background-color: #f4f4f4;
	color: #8a7e71;
	text-align: center;
}
#lp_main_wrap .lp_footer_01 .lp_footer_inner {
	width: 90%;
	max-width: 810px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_footer_01 {
		padding: 5% 0 13%;
	}
}

/* lp_footer_title */
#lp_main_wrap .lp_footer_01 h3 {
	margin-bottom: 29px;
	font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho", serif;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_footer_01 h3 {
		margin-bottom: 16px;
		font-size: 18px;
	}
}

/* lp_footer_btn */
#lp_main_wrap .lp_footer_01 .lp_footer_btn {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 12px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_footer_01 .lp_footer_btn {
		flex-direction: column;
	}
}

/* lp_footer_btn a */
#lp_main_wrap .lp_footer_01 .lp_footer_btn a {
	width: 100%;
	display: block;
	position: relative;
	padding: 22px 20px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: center;
	border: 1px solid #8a7e71;
	background-color: #8a7e71;
	color: #fff;
}
#lp_main_wrap .lp_footer_01 .lp_footer_btn a::after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: calc(50% - 5px);
	right: 18px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
}
@media (max-width: 979px) {
	#lp_main_wrap .lp_footer_01 .lp_footer_btn a {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_footer_01 .lp_footer_btn a {
		padding: 14px 20px;
		font-size: 15px;
	}
	#lp_main_wrap .lp_footer_01 .lp_footer_btn a::after {
		top: calc(50% - 6px);
		right: 11px;
	}
}



/* ========== FOOTER 02 ========== */

/* lp_footer */
#lp_main_wrap .lp_footer_02 {
	width: 100%;
	margin-top: 0;
	padding: 72px 0 60px;
	background-color: #fff;
	color: #8a7e71;
	text-align: center;
}
#lp_main_wrap .lp_footer_02 .lp_footer_inner {
	width: 90%;
	max-width: 810px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_footer_02 {
		padding: 14% 0 10%;
	}
}

/* lp_footer_title */
#lp_main_wrap .lp_footer_02 h3 {
	margin-bottom: 29px;
	font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho", serif;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_footer_02 h3 {
		margin-bottom: 16px;
		font-size: 18px;
	}
}

/* lp_footer_btn */
#lp_main_wrap .lp_footer_02 .lp_footer_btn {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 12px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_footer_02 .lp_footer_btn {
		flex-direction: column;
	}
}

/* lp_footer_btn a */
#lp_main_wrap .lp_footer_02 .lp_footer_btn a {
	width: 100%;
	display: block;
	position: relative;
	padding: 22px 20px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: center;
	border: 1px solid #8a7e71;
	background-color: transparent;
}
#lp_main_wrap .lp_footer_02 .lp_footer_btn a::after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: calc(50% - 5px);
	right: 18px;
	border-top: solid 1px #8a7e71;
	border-right: solid 1px #8a7e71;
	transform: rotate(45deg);
}
@media (max-width: 979px) {
	#lp_main_wrap .lp_footer_02 .lp_footer_btn a {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_footer_02 .lp_footer_btn a {
		padding: 14px 20px;
		font-size: 15px;
	}
	#lp_main_wrap .lp_footer_02 .lp_footer_btn a::after {
		top: calc(50% - 6px);
		right: 11px;
	}
}

/* lp_footer_att */
#lp_main_wrap .lp_footer_att {
	margin-top: 60px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_footer_att {
		margin-top: 10%;
	}
}






































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