@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;
}

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

/*可変幅表示にて使用*/
#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;
	word-wrap: break-word;
	color: #222;
	font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho", serif;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0em;
}
#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 画像のみ PC/SMP */
#lp_main_wrap .lp_mv {
	width: 100%;
	margin: 0;
}
#lp_main_wrap .lp_mv img {
	width: 100%;
	max-width: 100%;
	margin: 0;
}



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

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



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

/* price */
#lp_main_wrap .credit {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 7px 12px;
	color: #fff;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0.08em;
}
#lp_main_wrap .price {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
#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;
	min-width: 12px;
	margin-right: 6px;
	padding: 1px;
	border: 1px solid #fff;
	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;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
#lp_main_wrap .sub {
	margin-left: 8px;
	font-size: 75% !important;
	opacity: .6;
}
@media (max-width: 767px) {
	#lp_main_wrap .credit {
		font-size: 10px;
	}
}



/* ========== OVERLAY ========== */

/* lp_overlay */
#lp_main_wrap .lp_overlay {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
}
#lp_main_wrap .lp_overlay video {
	position: relative;
	z-index: 1;
	width: 100%;
}
#lp_main_wrap .lp_overlay .lp_overlay_img {
	position: relative;
	z-index: 1;
	width: 100%;
}
#lp_main_wrap .lp_overlay .lp_overlay_btn {
	position: absolute;
	z-index: 3;
	bottom: 18px;
	right: 18px;
	width: 30px;
	height: 30px;
}
#lp_main_wrap .lp_overlay .lp_overlay_text {
	position: absolute;
	z-index: 4;
	bottom: 0;
	left: 0;
	display: flex;
	width: 100%;
	margin: 0;
	padding: 24px 27px;
	flex-direction: column;
	gap: 3px;
	background: rgba(0,0,0,.6);
	opacity: 0;
	transform: translateY(100%);
	transition: opacity .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#lp_main_wrap .lp_overlay .lp_overlay_text li:not(:first-child) {
	margin-top: 8px;
}
#lp_main_wrap .lp_overlay .lp_overlay_text.open {
	opacity: 1;
	transform: none;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_overlay .lp_overlay_btn {
		position: absolute;
		z-index: 3;
		bottom: 11px;
		right: 11px;
		width: 18px;
		height: 18px;
	}
	#lp_main_wrap .lp_overlay .lp_overlay_text {
		padding: 14px 15px;
		gap: 2px;
	}
}




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

/* lp_lead */
#lp_main_wrap .lp_lead {
	width: 100%;
	margin: 93px auto 104px;
	padding: 0;
	text-align: center;
}
#lp_main_wrap .lp_lead_inner {
	width: 90%;
	max-width: 1325px;
	margin: 0 auto;
}
#lp_main_wrap .lp_lead p {
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: 0.06em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_lead {
		margin: 16.4% auto 17%;
	}
	#lp_main_wrap .lp_lead p {
		font-size: 16.8px;
		line-height: 2.35;
		letter-spacing: 0.06em;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_lead p {
		font-size: 14px;
	}
}



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

/* lp_sec */
#lp_main_wrap .lp_sec {
	width: 100%;
	margin: 0 auto 131px;
	padding: 40px 0 0;
}
#lp_main_wrap .lp_sec_inner {
	width: 92%;
	max-width: 1325px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec {
		width: 100%;
		margin: 0 auto 20%;
		padding: 5% 0 0;
	}
	#lp_main_wrap .lp_sec_inner {
		width: 100%;
	}
}

/* lp_sec_title */
#lp_main_wrap .lp_sec_title {
	width: 92%;
	max-width: 1178px;
	margin: 0 auto 33px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-family: "Times New Roman","游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
	color: #222;
}
#lp_main_wrap .lp_sec_title_main {
	margin-bottom: 0px;
	font-size: 54px;
	line-height: 1;
	letter-spacing: 0.02em;
}
#lp_main_wrap .lp_sec_title_num {
	flex: 1 1 auto;
	display: flex;
	align-items: flex-end;
}
#lp_main_wrap .lp_sec_title_num::before {
	content: "";
	display: block;
	flex: 1 1 auto;
	margin-left: 19px;
	margin-right: 16px;
	margin-bottom: 10px;
	border-bottom: 1px solid #222;
}
#lp_main_wrap .lp_sec_title_num span:nth-child(1) {
	margin-right: 6px;
	margin-bottom: 7px;
	font-style: italic;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0em;
}
#lp_main_wrap .lp_sec_title_num span:nth-child(2) {
	font-style: italic;
	font-size: 54px;
	line-height: 1;
	letter-spacing: -0.04em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_title {
		width: 90%;
		margin: 0 auto 6%;
	}
	#lp_main_wrap .lp_sec_title_main {
		margin-bottom: 0;
		font-size: 38px;
	}
	#lp_main_wrap .lp_sec_title_num::before {
		margin-left: 13px;
		margin-right: 11px;
		margin-bottom: 8px;
	}
	#lp_main_wrap .lp_sec_title_num span:nth-child(1) {
		margin-right: 5px;
		margin-bottom: 3px;
		font-size: 16px;
	}
	#lp_main_wrap .lp_sec_title_num span:nth-child(2) {
		font-size: 38px;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_sec_title {
		margin: 0 auto 6%;
	}
	#lp_main_wrap .lp_sec_title_main {
		margin-bottom: 0;
		font-size: 30px;
	}
	#lp_main_wrap .lp_sec_title_num::before {
		margin-left: 12px;
		margin-right: 11px;
		margin-bottom: 6px;
	}
	#lp_main_wrap .lp_sec_title_num span:nth-child(1) {
		margin-right: 4px;
		margin-bottom: 2px;
		font-size: 14px;
	}
	#lp_main_wrap .lp_sec_title_num span:nth-child(2) {
		font-size: 30px;
	}
}

/* lp_sec_itemlist */
#lp_main_wrap .lp_sec_itemlist {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 62px;
}
#lp_main_wrap .lp_sec_itemlist > li {
	width: calc((100% - 20px) / 3);
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_itemlist {
		display: flex;
		flex-wrap: wrap;
		gap: 0;
	}
	#lp_main_wrap .lp_sec_itemlist > li {
		width: 50%;
	}
}

/* lp_sec_text */
#lp_main_wrap .lp_sec_text {
	width: 100%;
	margin: 0 auto 31px;
	text-align: center;
}
#lp_main_wrap .lp_sec_text p {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.06em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_text {
		width: 80%;
		margin: 0 auto 6%;
		text-align: left;
	}
	#lp_main_wrap .lp_sec_text p {
		font-size: 16px;
		line-height: 2.05;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_sec_text p {
		font-size: 14px;
	}
}

/* lp_sec_btn */
#lp_main_wrap .lp_sec_btn {
	width: 100%;
	margin: 0 auto;
}
#lp_main_wrap .lp_sec_btn a {
	display: block;
	width: 100%;
	max-width: 436px;
	margin: 0 auto;
	position: relative;
	padding: 22px 22px 20px;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.02em;
	text-align: center;
	border: 1px solid #222;
	background-color: #fff;
	color: #222;
}
#lp_main_wrap .lp_sec_btn a::after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: calc(50% - 5px);
	right: 20px;
	border-top: solid 1px #222;
	border-right: solid 1px #222;
	transform: rotate(45deg);
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_btn {
		width: 90%;
		margin: 0 auto;
	}
	#lp_main_wrap .lp_sec_btn a {
		padding: 24px;
		font-size: 16px;
		letter-spacing: 0.06em;
	}
	#lp_main_wrap .lp_sec_btn a::after {
		width: 6px;
		height: 6px;
		top: calc(50% - 4px);
		right: 14px;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_sec_btn a {
		padding: 22px;
		font-size: 14px;
	}
}



/* ========== BTN ========== */

/* lp_btn_item */
#lp_main_wrap .lp_btn_item {
	width: 100%;
	margin: 160px auto 0;
}
#lp_main_wrap .lp_btn_item_inner {
	width: 86%;
	max-width: 800px;
	margin: 0 auto;
}
#lp_main_wrap .lp_btn_item_content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_btn_item {
		margin: 10% auto 0;
	}
	#lp_main_wrap .lp_btn_item_content {
		gap: 20px;
	}
}

/* lp_btn */
#lp_main_wrap .lp_btn {
	width: 100%;
	margin: 164px auto 0;
	padding: 65px 0 37px;
	background-color: #e8e1dd;
	color: #222;
}
#lp_main_wrap .lp_btn_inner {
	width: 86%;
	max-width: 800px;
	margin: 0 auto;
}
#lp_main_wrap .lp_btn h3 {
	margin-bottom: 26px;
	text-align: center;
	font-size: 22px;
	line-height: 1.38;
	letter-spacing: 0.02em;
}
#lp_main_wrap .lp_btn_content {
	display: flex;
	gap: 12px;
}
#lp_main_wrap .lp_btn .footer_ex {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_btn {
		margin: 13% auto 0;
	}
	#lp_main_wrap .lp_btn h3 {
		font-size: 18px;
	}
	#lp_main_wrap .lp_btn_content {
		flex-direction: column;
		gap: 20px;
	}
}

/* lp_btn-arrow */
#lp_main_wrap a.lp_btn-arrow {
	display: block;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 22px;
	font-size: 17px;
	line-height: 1.4;
	letter-spacing: 0.14em;
	text-align: center;
	background-color: #222;
	color: #fff;
}
#lp_main_wrap a.lp_btn-arrow::after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: calc(50% - 5px);
	right: 20px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
}
@media (max-width: 767px) {
	#lp_main_wrap a.lp_btn-arrow {
		padding: 20px;
		font-size: 15px;
		letter-spacing: 0.06em;
	}
	#lp_main_wrap a.lp_btn-arrow::after {
		width: 6px;
		height: 6px;
		top: calc(50% - 4px);
		right: 14px;
	}
}





















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