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

/* Graphik - Commercial Type */
@font-face {
	font-family: 'graphik';
	src: url("../font/Grphik/Graphik-Light.otf") format("opentype");
	font-style: normal;
	font-weight: 300;
}
@font-face {
	font-family: 'graphik';
	src: url("../font/Grphik/Graphik-Regular.otf") format("opentype");
	font-style: normal;
	font-weight: 400;
}
.graphik-light {
	font-family: "graphik", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.graphik-regular {
	font-family: "graphik", sans-serif;
	font-weight: 400;
	font-style: normal;
}

/* ヒラギノ明朝 */
.hiraginomin-w3 {
	font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho", 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: #302e29;
	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/TB/SMP */
#lp_main_wrap .lp_mv {
	width: 100%;
	margin: 0;
	background-color: #e3ddde;
}
#lp_main_wrap .lp_mv img {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
}
#lp_main_wrap .lp_mv-pc-1920 {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
#lp_main_wrap .lp_mv-pc-1440,
#lp_main_wrap .lp_mv-smp {
	display: none;
}
@media (max-width: 1440px) {
	#lp_main_wrap .lp_mv-pc-1440 {
		display: block;
		width: 100%;
		max-width: 1440px;
		margin: 0 auto;
	}
	#lp_main_wrap .lp_mv-pc-1920,
	#lp_main_wrap .lp_mv-smp {
		display: none;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_mv-smp {
		display: block;
	}
	#lp_main_wrap .lp_mv-pc-1920,
	#lp_main_wrap .lp_mv-pc-1440 {
		display: none;
	}
}



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

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



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



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

/* lp_lead */
#lp_main_wrap .lp_lead {
	width: 100%;
	margin: 83px auto 93px;
	padding: 0;
	text-align: center;
}
#lp_main_wrap .lp_lead_inner {
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
}
#lp_main_wrap .lp_lead p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.06em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_lead {
		margin: 10% auto;
	}
	#lp_main_wrap .lp_lead p {
		font-size: 13px;
	}
}



/* ========== NAV ========== */

/* lp_nav */
#lp_main_wrap .lp_nav {
	margin: 0 auto 180px;
	text-align: center;
}
#lp_main_wrap .lp_nav_list {
	width: 90%;
	max-width: 854px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#lp_main_wrap .lp_nav_list li {
	width: calc((100% - 10%) / 4);
	max-width: 180px;
	margin: 0 1.8%;
}
#lp_main_wrap .lp_nav_list a,
#lp_main_wrap .lp_nav_list img {
	display: block;
	width: 100%;
	max-width: 100%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_nav {
		margin: 0 auto 20%;
	}
}
@media (max-width: 480px) {
	#lp_main_wrap .lp_nav_list {
		flex-wrap: wrap;
		gap: 40px 15px;
	}
	#lp_main_wrap .lp_nav_list li {
		width: calc((100% - 15px) / 2);
		max-width: unset;
		margin: 0;
	}
}



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

/* lp_sec */
#lp_main_wrap .lp_sec {
	width: 100%;
	margin: 0 auto 180px;
	padding: 0;
}
#lp_main_wrap .lp_sec_inner {
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec {
		margin: 0 auto 20%;
		padding-top: 5%;
	}
}

/* lp_sec_grid */
#lp_main_wrap .lp_sec_grid {
  width: 100%;
	min-height: 0;
  max-width: 100%;
  margin: 0 auto 80px;
	display: grid;
	grid-template-columns: 46.6% 46.6%;
	column-gap: 6.8%;
	grid-template-rows: minmax(1px, min-content) 1fr;
}
#lp_main_wrap .lp_sec_title {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	padding-top: 27%;
	padding-bottom: 40px;
}
#lp_main_wrap .lp_sec_mainimg {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}
#lp_main_wrap .lp_sec_text {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	height: auto;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_grid {
		display: block;
		margin: 0 auto 15%;
	}
	#lp_main_wrap .lp_sec_title {
		width: 100%;
		margin: 0 auto 24px;
		padding: 0 15px;
	}
	#lp_main_wrap .lp_sec_mainimg {
		width: 100%;
		margin: 0 auto 7%;
	}
	#lp_main_wrap .lp_sec_text {
		width: 92%;
		margin: 0 auto;
	}
}

/* lp_sec_title */
#lp_main_wrap .lp_sec_title p {
	margin-bottom: 19px;
	font-family: "graphik", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 26px;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #000;
}
#lp_main_wrap .lp_sec_title h3 {
	margin-left: -8px;
	font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho", serif;
	font-size: 47px;
	line-height: 1.3;
	letter-spacing: 0.04em;
	color: #000;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_title p {
		margin-bottom: 10px;
		font-size: 20px;
	}
	#lp_main_wrap .lp_sec_title h3 {
		margin-left: -5px;
		font-size: 30px;
	}
}

/* lp_sec_mainimg */
#lp_main_wrap .lp_sec_mainimg img {
	width: 100%;
	max-width: 100%;
}

/* lp_sec_detail */
#lp_main_wrap .lp_sec_detail {
	margin-bottom: 40px;
}
#lp_main_wrap .lp_sec_detail p {
	font-size: 16px;
	line-height: 2.18;
	letter-spacing: 0.08em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_detail {
		margin-bottom: 5%;
	}
	#lp_main_wrap .lp_sec_detail p {
		margin-bottom: 10px;
		font-size: 13px;
		line-height: 2;
		letter-spacing: 0.08em;
	}
}

/* lp_sec_credit */
#lp_main_wrap .lp_sec_credit .lp_sec_credit_price {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 2.18;
	letter-spacing: 0em;
}
#lp_main_wrap .lp_sec_credit .lp_sec_credit_price a {
	border-bottom: 1px solid #302e29;
	padding: 0 0 3px;
	font-weight: bold;
}
#lp_main_wrap .lp_sec_credit .lp_sec_credit_color {
	line-height: 1;
	letter-spacing: 0em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_credit .lp_sec_credit_price {
		margin-bottom: 12px;
		font-size: 13px;
		line-height: 2;
		letter-spacing: 0.08em;
	}
}

/* lp_sec_flow */
#lp_main_wrap .lp_sec_flow {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#lp_main_wrap .lp_sec_flow li {
	width: calc((100% - 60px) / 4);
}
#lp_main_wrap .lp_sec_flow_img {
	margin-bottom: 14px;
}
#lp_main_wrap .lp_sec_flow_img img {
	display: block;
	width: 100%;
	max-width: 100%;
}
#lp_main_wrap .lp_sec_flow_text p {
	font-size: 16px;
	line-height: 1.56;
	letter-spacing: 0.08em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_flow {
		gap: 30px 15px;
	}
	#lp_main_wrap .lp_sec_flow li {
		width: calc((100% - 15px) / 2);
	}
	#lp_main_wrap .lp_sec_flow_text p {
		font-size: 13px;
	}
}



/* ========== ARCHIVE ========== */

/* lp_archive */
#lp_main_wrap .lp_archive {
	margin-top: 152px;
	color: #595050;
}




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

/* lp_btn_item */
#lp_main_wrap .lp_btn_item {
	width: 100%;
	margin: 180px auto 0;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
}
#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: 168px auto 0;
	padding: 65px 0 68px;
	background-color: #e3ddde;
	color: #595050;
}
#lp_main_wrap .lp_btn_inner {
	width: 86%;
	max-width: 800px;
	margin: 0 auto;
}
#lp_main_wrap .lp_btn h3 {
	margin-bottom: 26px;
	font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho", serif;
	text-align: center;
	font-size: 22px;
	line-height: 1.38;
	letter-spacing: 0.05em;
}
#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: 19% 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: #595050;
	color: #fff;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
}
#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;
	}
}
