@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 img {
	width: 100vw;
}

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



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

/* リード */
#lp_main_wrap .lp_lead {
    margin: 100px auto 120px;
    text-align: center;
}
#lp_main_wrap .lp_lead h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: 10px;
}
#lp_main_wrap .lp_lead p {
	line-height: 2.4;
	margin-bottom: 40px;
}
#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 {
		text-align: left;
		margin: 0 auto 30px;
	}
	#lp_main_wrap .lp_lead p span {
		display: block;
		text-align: center;
	}
	#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: Average, Georgia, "Times New Roman", Times, serif;
    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 a {
	text-decoration: underline;
	text-underline-offset: 0.4ex;
}
#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 0;
	}
	#lp_main_wrap .lp_item_credit a {
		font-size: 13px;
	}
}
/* lp_code */
#lp_main_wrap .lp_code {
	margin: 120px auto 120px;
	width: 80%;
	max-width: 1140px;
}
#lp_main_wrap .code_conteiner {
	margin: 0 auto 100px;
}
#lp_main_wrap .lp_code h3 {
	font-family: Average, Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 48px;
	line-height: 1.12;
	letter-spacing: 0.06em;
	color: #7E6B81;
	margin-bottom: 40px;
}
#lp_main_wrap .lp_code h3 span {
	font-size: 20px;
	gap: 5%;
	letter-spacing: 0.06em;
}
#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-wrap: wrap;
	line-height: 2.1;
	margin-bottom: 50px;
	align-items: center;
	justify-content: space-between;
}
#lp_main_wrap .lp_code:nth-of-type(3) .code_item {
	align-items: normal;
}
#lp_main_wrap .lp_code:nth-of-type(4) .code_item {
	flex-direction: row-reverse;
}
#lp_main_wrap .code_contents {
	width: 48%;
}
#lp_main_wrap .code_contents img {
	box-shadow: 12px 12px 0px 0 #F8F6F9;
}
#lp_main_wrap .sec_01_text {
	margin: 45px 0 0;
}
#lp_main_wrap .code_contents_text {
	padding: 3%;
	width: 43%;
}
#lp_main_wrap .code_contents_img {
	width: 54%;
}
#lp_main_wrap .code_contents_img {
	box-shadow: -12px 12px 0px 0 #F8F6F9;
}
#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: #FFF;
	background-color: #B5A6BD;
	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 #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_code {
		margin: 80px auto;
		width: 100%;
	}
	#lp_main_wrap .code_conteiner:nth-of-type(1) {
		margin-bottom: 70px;
	}
	#lp_main_wrap .code_item {
		display: block;
	}
	#lp_main_wrap .lp_code h3 {
		font-size: 36px;
		margin: 10% 0;
		padding: 0 8%;
	}
	#lp_main_wrap .code_contents {
		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 img {
		box-shadow: none;
	}
	#lp_main_wrap .code_contents_img {
	box-shadow: none;
	width: 100%;
	}
	#lp_main_wrap .code_contents_text {
		width: 100%;
		padding: 0;
	}
}
/* 最下部btn */
#lp_main_wrap .lp_btn {
	margin: 0 auto 140px;
}
#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: #7E6B81;
	width: 229px;
	line-height: 70px;
	font-size: 18px;
	position: relative;
	width: 55%;
	height: 70px;
	max-width: 800px;
	margin: 0 auto 20px;
	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_btn .lp_underbtn a {
	display: block;
	width: fit-content;
	font-family: "Noto Sans CJK JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 15px;
	text-align: center;
	color: #888888;
	background: #FFF;
	position: relative;
	margin: 20px auto 0;
	text-decoration: underline;
	text-underline-offset: 0.4ex;
	letter-spacing: 0.06em;
}
#lp_main_wrap .lp_btn .lp_underbtn a::after {
	display: block;
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: calc(50% - 3px);
    right: -11px;
    border-top: solid 1px #888888;
    border-right: solid 1px #888888;
    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: #7E6B81;
	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: #F8F6F9;
	text-align: center;
	padding: 80px 0;
}
#lp_main_wrap .lp_footer h3 {
	font-size: 21px;
	color: #7E6B81;
	line-height: 2.2;
	margin-bottom: 20px;
	letter-spacing: 0.12em;
}
@media (max-width: 767px) {
	#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;
}