@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 {
	width: 100%;
	margin: 0 auto;
	word-wrap: break-word;
	color: #000;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.12em;
}
#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,
#lp_main_wrap a::before,
#lp_main_wrap a::after {
	transition: all 0.5s ease 0s;
	color: inherit;
	opacity: 1;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#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_1920 {
	display: block;
}
#lp_main_wrap .lp_mv_1920 img {
	width: 100vw;
}
#lp_main_wrap .lp_mv-smp {
	display: none;
}
#lp_main_wrap .lp_mv-smp img {
	width: 100%;
	vertical-align: top;
}

@media (max-width: 767px) {
	#lp_main_wrap .lp_mv_1920 {
		display: none;
	}
	#lp_main_wrap .lp_mv-smp {
		display: block;
	}
}



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

/* リード */
#lp_main_wrap .lp_lead {
    margin: 80px auto;
    text-align: center;
}
#lp_main_wrap .lp_lead h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 200%;
    letter-spacing: 3.4px;
    text-align: center;
    margin-bottom: 10px;
}
#lp_main_wrap .lp_lead p {
	font-size: 14px;
	letter-spacing: 0.84px;
	font-weight: 300;
	line-height: 200%;
}
#lp_main_wrap .lp_lead img {
	width: 100%;
	max-width: 600px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_lead {
		margin: 60px auto 60px;
		padding: 0 8%;
	}
	#lp_main_wrap .lp_lead p {
		margin: 0 auto 30px;
	}
	#lp_main_wrap .lp_lead img {
		width: 100%;
	}
}

/* アイテム紹介 */
#lp_main_wrap .lp_item {
    padding: 80px 8%;
    margin: 0 auto;
    background: #F8F6F9;
}
#lp_main_wrap .lp_item h3 {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: center;
    color: #7E6B81;
}
#lp_main_wrap .lp_item .title_sub {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.12em;
    text-align: center;
    color: #7E6B81;
}
#lp_main_wrap .item_img {
    display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 600px;
	margin: 0 auto 20px;
}
#lp_main_wrap .item_img li:nth-of-type(1),
#lp_main_wrap .item_img li:nth-of-type(3),
#lp_main_wrap .item_img li:nth-of-type(5) {
	width: 24%;
}
#lp_main_wrap .item_img li:nth-of-type(2),
#lp_main_wrap .item_img li:nth-of-type(4) {
	width: 24px;
}
#lp_main_wrap .lp_item_text {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 30px;
	line-height: 2.1;
}
#lp_main_wrap .lp_item .lp_item_credit {
	font-family: Average, "Times New Roman", Times, serif;
	width: fit-content;
	margin: 0px auto 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	justify-content: center;
	letter-spacing: 0.06em;
}
#lp_main_wrap .lp_item_credit li{
	display: flex;
	gap: 10px;
	margin: 20px auto 0;
}
#lp_main_wrap .lp_item_credit p {
	letter-spacing: 0.06em;
}
#lp_main_wrap .lp_item_credit a {
	text-decoration: underline;
	text-underline-offset: 0.5ex;
}
#lp_main_wrap .lp_code .lp_item_credit {
	font-family: Average, "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 26px 0 0;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item{
		padding: 60px 8%;
	}
	#lp_main_wrap .lp_item h3 {
		font-weight: 400;
		font-size: 36px;
	}
	#lp_main_wrap .lp_item .title_sub {
		font-size: 16px;
		margin-bottom: 15px;
	}
	#lp_main_wrap .item_img {
		width: 100%;
	}
	#lp_main_wrap .lp_item_text {
		width: 100%;
		text-align: left;
		margin-bottom: 5px;
	}
	#lp_main_wrap .item_img li:nth-of-type(2),
	#lp_main_wrap .item_img li:nth-of-type(4) {
		width: 0;
	}

	#lp_main_wrap .item_img li:nth-of-type(1),
	#lp_main_wrap .item_img li:nth-of-type(3),
	#lp_main_wrap .item_img li:nth-of-type(5) {
		width: 33%;
	}
	#lp_main_wrap .lp_item .lp_item_credit {
		text-align: left;
		justify-content: normal;
	}
	#lp_main_wrap .lp_item_credit li {
		margin: 20px 0 20px;
	}
	#lp_main_wrap .lp_item_credit a {
		font-size: 13px;
	}
}
/* lp_code */
#lp_main_wrap .lp_code {
	margin: 0 auto 140px;
	width: 100%;
	max-width: 1170px;
}
#lp_main_wrap .code_conteiner {
	margin: 0 auto 100px;
}
#lp_main_wrap .lp_code h3 {
	font-family: "Noto Serif JP";
	font-weight: 600;
	font-size: 32px;
	letter-spacing: 1.92px;
	color: #C4B268;
	margin-bottom: 42px;
}
#lp_main_wrap .lp_code h3 span {
	font-size: 18px;
	letter-spacing: 1.88px;
	line-height: 380%;
}
#lp_main_wrap .lp_code h3 img {
	width: 20px;
	margin: 0 12px 0;
	position: relative;
	bottom: 2px;
}
#lp_main_wrap .code_item {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	line-height: 2.1;
	margin-bottom: 100px;
	justify-content: space-between;
}
/* BLOUSE.01 / BLOUSE.03 のみ画像左・テキスト右（他セクションは row-reverse のまま） */
#lp_main_wrap .lp_main > section.lp_code:nth-of-type(2) .code_item,
#lp_main_wrap .lp_main > section.lp_code:nth-of-type(4) .code_item {
	flex-direction: row;
}
#lp_main_wrap .code_contents {
	width: 48%;
}
#lp_main_wrap .sec_01_text {
	margin: 45px 0 0;
}
#lp_main_wrap .code_contents_text {
	width: 35%;
}
/* BLOUSE.03 / BLOUSE.04 のみ（PC） */
@media (min-width: 768px) {
	#lp_main_wrap .lp_main > section.lp_code:nth-of-type(4),
	#lp_main_wrap .lp_main > section.lp_code:nth-of-type(5) {
		margin-bottom: 220px;
	}
	#lp_main_wrap .lp_main > section.lp_code:nth-of-type(4) .code_contents_text {
		margin-top: -190px;
	}
	#lp_main_wrap .lp_main > section.lp_code:nth-of-type(5) .code_contents_text {
		margin-top: -50px;
	}
}
#lp_main_wrap .code_contents_img {
	width: 60%;
}
/* サブはレイアウトに含めない（メインjpgの高さのみ）→ .code_item の align-items:center でテキストはメイン画像に対して縦中央 */
#lp_main_wrap .code_contents_img:has(.main_img_sub) {
	overflow: visible;
}
#lp_main_wrap .code_contents_img a:has(.main_img_sub) {
	display: block;
	position: relative;
	width: 100%;
	/* サブのはみ出しで列の高さが増えないようにする（テキスト位置に影響させない） */
	margin: 0;
	padding: 0;
}
#lp_main_wrap .code_contents_img a:has(.main_img_sub) > img:first-of-type {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: top;
}
#lp_main_wrap .code_contents_img span:has(.main_img_sub) {
	display: block;
	position: relative;
	width: 100%;
	/* サブのはみ出しで列の高さが増えないようにする（テキスト位置に影響させない） */
	margin: 0;
	padding: 0;
}
#lp_main_wrap .code_contents_img span:has(.main_img_sub) > img:first-of-type {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: top;
}
/* セクション03相当: メイン右下から右62px・下80pxはみ出し */
#lp_main_wrap .code_contents_img .main_img_sub {
	position: absolute;
	right: -62px;
	bottom: -80px;
	left: auto;
	top: auto;
	width: auto;
	height: auto;
	display: block;
}
/* セクション04相当: メイン左下から左62px・下80pxはみ出し */
#lp_main_wrap .code_contents_img .main_img_sub_rev {
	left: -62px;
	bottom: -80px;
	right: auto;
	top: auto;
}
#lp_main_wrap .lp_code .sec_btn {
	font-family: "Noto Sans CJK JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	display: block;
	color: #C4B268;
	background-color: #ffffff;
	border: solid 1px #C4B268;
	font-weight: 400;
	width: 229px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	margin: 50px 0 0;
	position: relative;
	letter-spacing: 0.09em;
	padding-right: 8px;
}
#lp_main_wrap .lp_code .sec_btn::after {
	display: block;
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: calc(50% - 3px);
    right: 22px;
    border-top: solid 1px #C4B268;
    border-right: solid 1px #C4B268;
    transform: rotate(45deg);
}
#lp_main_wrap .lp_code .sec_btn:hover {
	background-color: #C4B268;
	border: solid 1px #ffffff;
	color: #ffffff;
}
#lp_main_wrap .lp_code .sec_btn:hover::after {
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_code {
		margin: 60px auto 85px;
		width: 100%;
	}
	#lp_main_wrap .code_conteiner:nth-of-type(1) {
		margin-bottom: 70px;
	}
	#lp_main_wrap .code_item {
		display: block;
		margin-bottom: 80px;
	}
	#lp_main_wrap .lp_code h3 {
		font-size: 36px;
		margin: 10% 0;
		padding: 0 8%;
		line-height: 1.3;
	}
	#lp_main_wrap .lp_code h3 span {
		display: block;
		margin-bottom: 10px;
	}
	#lp_main_wrap .code_contents {
		width: 100%;
	}
	#lp_main_wrap .code_contents_img {
		width: 100%;
	}
	#lp_main_wrap .code_item_text {
		margin: 30px auto 70px;
		padding: 0 8%;
	}
	#lp_main_wrap .code_contents .sec_01_text {
		margin: 0;
	}
	#lp_main_wrap .code_contents_text {
		width: 100%;
		padding: 0;
	}
	#lp_main_wrap .lp_main > section.lp_code:nth-of-type(4) .code_contents_text {
		margin-top: 40px;
	}
	#lp_main_wrap .lp_main > section.lp_code:nth-of-type(5) .code_contents_text {
		margin-top: 40px;
	}
	#lp_main_wrap .lp_code .sec_btn {
		margin: 40px 0 0;
	}
	#lp_main_wrap .code_contents_img a:has(.main_img_sub) > img:first-of-type {
		width: 85%;
	}
	#lp_main_wrap .code_contents_img .main_img_sub {
		position: absolute;
		width: 35%;
		right: 0;
		bottom: -40px;
	}
	#lp_main_wrap .code_contents_img span:has(.main_img_sub) > img:first-of-type {
		width: 85%;
	}
	/* セクション04相当: メイン左下から左62px・下80pxはみ出し */
	#lp_main_wrap .code_contents_img .main_img_sub_rev {
		left: auto;
		right: 0;
    	bottom: -40px;
	}
	#lp_main_wrap .code_item_text {
		margin: 30px auto 70px;
		padding: 0 8%;
	}
	#lp_main_wrap .code_item_text_pd {
		margin: 80px auto 70px;
		padding: 0 8%;
	}
}
/* code_lineup */
#lp_main_wrap .code_lineup {
	display: flex;
	justify-content: center;
	gap: 3%;
}
#lp_main_wrap .code_lineup div {
	width: 42%;
}
#lp_main_wrap .code_lineup .lp_item_credit {
	width: fit-content;
	margin: 15px auto 0;
}
#lp_main_wrap .code_lineup_text {
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 2.1;
	letter-spacing: 0.12em;
	margin: 40px auto 0;
}
@media (max-width: 767px) {
	#lp_main_wrap .code_lineup {
		display: block;
	}
	#lp_main_wrap .code_lineup div {
		width: 100%;
		padding: 0 8%;
		margin: 0 0 30px;
	}
	#lp_main_wrap .code_lineup_text {
		text-align: left;
		padding: 0 8%;
		margin: 0;
	}
	#lp_main_wrap .code_lineup .lp_item_credit {
		margin: 15px 0 0;
	}
}

/* main_footer */
#lp_main_wrap .main_footer {
	text-align: center;
	width: 35.41%;
	max-width: 510px;
	margin: 0 auto;
}
#lp_main_wrap .main_footer .main_footer_inner {
	display: inline-block;
	max-width: 100%;
	text-align: left;
	vertical-align: top;
}
#lp_main_wrap .main_footer .footer_img {
	text-align: center;
}
#lp_main_wrap .main_footer .footer_img img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#lp_main_wrap .main_footer ul {
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	letter-spacing: 0.84px;
	text-align: left;
}
#lp_main_wrap .main_footer li {
	margin-bottom: 14px;
}
#lp_main_wrap .main_footer a {
	text-decoration: underline;
	text-underline-offset: 0.5ex;
	letter-spacing: 0.84px;
}
#lp_main_wrap .main_footer a:hover,
#lp_main_wrap .main_footer a:active {
	text-decoration: underline;
}
@media (max-width: 767px) {
	#lp_main_wrap .main_footer {
	width: 100%;
	max-width: unset;
	margin: 0 auto;
}
#lp_main_wrap .main_footer .main_footer_inner {
	display: inline-block;
	max-width: 100%;
	text-align: left;
	vertical-align: top;
}
#lp_main_wrap .main_footer .footer_img {
	text-align: center;
}
#lp_main_wrap .main_footer .footer_img img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#lp_main_wrap .main_footer ul {
	margin: 28px auto 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	letter-spacing: 0.84px;
	text-align: left;
	width: 90%;
}
#lp_main_wrap .main_footer li {
	margin-bottom: 14px;
}
#lp_main_wrap .main_footer li span{
	display: inline-block;
	margin-top: 10px;
}
#lp_main_wrap .main_footer a {
	text-decoration: underline;
	text-underline-offset: 0.5ex;
	letter-spacing: 0.84px;
}
#lp_main_wrap .main_footer a:hover,
#lp_main_wrap .main_footer a:active {
	text-decoration: underline;
}
}
/* 最下部btn */
#lp_main_wrap .lp_btn {
	margin: 0 auto 120px;
}
#lp_main_wrap .lp_btn .lp_btn_inner a {
	font-family: "Noto Sans CJK JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	display: block;
	color: #FFF;
	background-color: #C4B268;
	width: 229px;
	line-height: 70px;
	font-size: 18px;
	position: relative;
	width: 55%;
	height: 70px;
	max-width: 800px;
	margin: 0 auto 10px;
	text-align: center;
}
#lp_main_wrap .lp_btn a::after {
	display: block;
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50% - 6px);
    right: 19px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
}
#lp_main_wrap .lp_footer .lp_btn_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
#lp_main_wrap .lp_footer .lp_btn_inner a {
	font-family: "Noto Sans CJK JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	display: block;
	color: #FFF;
	background-color: #C4B268;
	width: 229px;
	line-height: 70px;
	font-size: 18px;
	position: relative;
	width: 390px;
	height: 70px;
	text-align: center;
	position: relative;
	font-weight: 400;
}
#lp_main_wrap .lp_footer .lp_btn_inner a::after {
	display: block;
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: calc(50% - 3px);
    right: 16px;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    transform: rotate(45deg);
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_footer .lp_btn_inner {
		gap: 10px;
	}
	#lp_main_wrap .lp_btn {
		margin: 0 auto 100px;
	}
	#lp_main_wrap .lp_btn .lp_btn_inner a {
		width: 84%;
		height: 60px;
		font-size: 16px;
		line-height: 60px;
	}
	#lp_main_wrap .lp_footer .lp_btn_inner a {
		width: 84%;
		height: 46px;
		font-weight: 400;
		font-size: 14px;
		line-height: 46px;
		letter-spacing: 0.09em;
	}
}
/* footer section */
#lp_main_wrap .lp_footer {
	background: #F8EEEB;
	text-align: center;
	padding: 80px 0 120px;
}
#lp_main_wrap .lp_footer.lp_footer1 {
	background: transparent;
	margin-top: 50px;
}
#lp_main_wrap .lp_footer h3 {
	font-size: 21px;
	color: #C4B268;
	line-height: 2.2;
	margin-bottom: 20px;
	letter-spacing: 0.12em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_footer {
		padding: 50px 0;
	}
	#lp_main_wrap .lp_footer h3 {
		font-weight: 600;
		font-size: 18px;
		line-height: 1.8;
		letter-spacing: 0.12em;
	}
}

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

#lp_main_wrap .lp_viewpc {
	display: block;
}
#lp_main_wrap .lp_viewsmp {
	display: none;
}
@media (max-width: 767px) {
    #lp_main_wrap .lp_viewpc {
        display: none;
    }
    #lp_main_wrap .lp_viewsmp {
        display: block;
    }
}
#lp_main_wrap .attention-txt-pc {
	font-family: "Noto Sans CJK JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
#footer_banner {
	margin-top: 0;
}