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



/* ========== 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: #424242;
	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;
	background-color: #d8d1d1;
}
#lp_main_wrap .lp_mv h2 {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
#lp_main_wrap .lp_mv img {
	width: 100%;
	max-width: 100%;
}



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

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



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

/* price */
#lp_main_wrap .credit {
  display: flex;
	flex-wrap: wrap;
  gap: 6px 10px;
}
#lp_main_wrap .price .msize,
#lp_main_wrap .price .lsize,
#lp_main_wrap .price .osize {
	display: inline-block;
}
#lp_main_wrap .price {
	margin-top: -1px;
}
#lp_main_wrap .price span + span {
	margin-left: 8px;
}
#lp_main_wrap .price .msize::before,
#lp_main_wrap .price .lsize::before {
	display: inline-block;
	min-width: 12px;
	margin-right: 4px;
	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;
	text-decoration: none;
}



/* ========== 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: 2;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 19px 6%;
  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: 15px;
		right: 15px;
		width: 25px;
		height: 25px;
	}
	#lp_main_wrap .lp_overlay .lp_overlay_text {
		padding: 15px 28px;
		gap: 2px;
	}
}

/* lp_overlay_text */
#lp_main_wrap .lp_overlay .lp_overlay_text {
	color: #fff;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
}
#lp_main_wrap .lp_overlay .lp_overlay_text a,
#lp_main_wrap .lp_overlay .lp_overlay_text span {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	position: relative;
	font-size: 13px;
	line-height: 1.54;
	letter-spacing: 0.05em;
}
#lp_main_wrap .lp_overlay .lp_overlay_text a {
	cursor: pointer;
	opacity: 1;
}
#lp_main_wrap .lp_overlay .lp_overlay_text a:hover {
	opacity: 1;
}
#lp_main_wrap .lp_overlay .lp_overlay_text a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: 0.3s;
}
#lp_main_wrap .lp_overlay .lp_overlay_text a:hover::after {
	width: 100%;
}
#lp_main_wrap .lp_overlay .lp_overlay_text span.lp_overlay_text_sub {
	font-size: 11px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_overlay .lp_overlay_text a,
	#lp_main_wrap .lp_overlay .lp_overlay_text span {
		font-size: 12px;
	}
	#lp_main_wrap .lp_overlay .lp_overlay_text span.lp_overlay_text_sub {
		font-size: 10px;
	}
}



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

/* lp_lead */
#lp_main_wrap .lp_lead {
	width: 100%;
	margin: 135px auto 112px;
	padding: 0;
	text-align: center;
}
#lp_main_wrap .lp_lead_inner {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}
#lp_main_wrap .lp_lead h3 {
	width: 217px;
	margin: 0 auto 10px;
}
#lp_main_wrap .lp_lead p {
	font-size: 15px;
	line-height: 2.06;
	letter-spacing: 0.06em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_lead {
		margin: 15% auto 12%;
	}
	#lp_main_wrap .lp_lead p {
		line-height: 1.8;
	}
}



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

/* lp_nav */
#lp_main_wrap .lp_nav {
	margin: 0 auto 120px;
	text-align: center;
}
#lp_main_wrap .lp_nav_list {
	display: flex;
	justify-content: center;
	gap: 24px 15px;
}
#lp_main_wrap .lp_nav_list li {
	width: calc((100% - 15px) / 5);
	max-width: 168px;
}
#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 10%;
	}
	#lp_main_wrap .lp_nav_list {
		width: 86%;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	#lp_main_wrap .lp_nav_list li {
		width: calc((100% - 30px) / 3);
		max-width: unset;
	}
}



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

/* lp_item */
#lp_main_wrap .lp_item {
	width: 100%;
	max-width: 100%;
	margin: 0 auto 10%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item {
		margin: 0 auto 35%;
	}
}

/* lp_item_title */
#lp_main_wrap .lp_item_title {
  font-size: 90px;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_title {
		font-size: 62px;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_item_title {
		font-size: 51px;
	}
}

/* lp_item_text */
#lp_main_wrap .lp_item_text {
  padding-bottom: 24px;
	border-bottom: 1px solid #424242;
}
#lp_main_wrap .lp_item_text p {
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_text {
		padding: 0;
		border-bottom: none;
	}
	#lp_main_wrap .lp_item_text p {
		font-size: 13px;
		line-height: 2.125;
		letter-spacing: 0.05em;
	}
}



/* ========== LAYOUT ========== */

/*
┌─┬───┐
│ ├───┤
└─┴───┘
*/
/* lp_layout-a1 */
#lp_main_wrap .lp_layout-a1 {
  position: relative;
	padding: 40px 5.4% 0 0;
}
#lp_main_wrap .lp_layout-a1_title {
  position: relative;
	z-index: 2;
	margin: 0 auto -44px 3.4%;
}
#lp_main_wrap .lp_layout-a1_row1 {
  display: flex;
	justify-content: space-between;
}
#lp_main_wrap .lp_layout-a1_row1_1 {
  width: 35%;
}
#lp_main_wrap .lp_layout-a1_row1_2 {
  width: 59.4%;
	display: flex;
	flex-direction: column;
}
#lp_main_wrap .lp_layout-a1_row1_2 .lp_item_text {
  width: 100%;
	max-width: 412px;
  margin-top: auto;
	margin-bottom: 7.8%;
}
#lp_main_wrap .lp_layout-a1_row1_2 .lp_item_subimg {
  width: 100%;
}
#lp_main_wrap .lp_layout-a1_row1_2 .lp_item_subimg_list {
  width: 100%;
	display: flex;
}
#lp_main_wrap .lp_layout-a1_row1_2 .lp_item_subimg_list > li {
	width: calc(100% / 3);
}
@media (max-width: 979px) {
	#lp_main_wrap .lp_layout-a1_row1_1 {
		width: 44%;
	}
	#lp_main_wrap .lp_layout-a1_row1_2 {
		width: 52%;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_layout-a1 {
		padding: 5% 0 0;
	}
	#lp_main_wrap .lp_layout-a1_title {
		margin: 0 auto -28px 5.2%;
	}
	#lp_main_wrap .lp_layout-a1_row1 {
		display: block;
	}
	#lp_main_wrap .lp_layout-a1_row1_1 {
		width: 100%;
	}
	#lp_main_wrap .lp_layout-a1_row1_1 .lp_item_mainimg {
		width: 100%;
		margin: 0 auto 10%;
	}
	#lp_main_wrap .lp_layout-a1_row1_2 {
		width: 100%;
		display: block;
	}
	#lp_main_wrap .lp_layout-a1_row1_2 .lp_item_text {
		width: 88%;
		max-width: unset;
		margin: 0 auto 17%;
	}
	#lp_main_wrap .lp_layout-a1_row1_2 .lp_item_subimg_list {
		width: 100%;
		display: flex;
		flex-direction: row;
	}
	#lp_main_wrap .lp_layout-a1_row1_2 .lp_item_subimg_list > li {
		width: calc(100% / 1.6);
	}
}



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

/* lp_btn_item */
#lp_main_wrap .lp_btn_item {
	width: 100%;
	margin: 10% 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: 82px auto 0;
	padding: 72px 0 80px;
	background-color: #d8d1d1;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
}
#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.05em;
}
#lp_main_wrap .lp_btn_content {
	display: flex;
	gap: 12px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_btn {
		margin: 10% auto 10%;
	}
	#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: #424242;
	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;
	}
}
