@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-Regular.otf") format("opentype");
	font-style: normal;
	font-weight: 400;
}
.graphik-regular {
	font-family: "graphik", sans-serif;
	font-weight: 400;
	font-style: normal;
}

/* 游明朝 */
.yumin {
	font-family: "游明朝","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: #333;
	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 セパレート positionレイアウト */
#lp_main_wrap .lp_mv {
	width: 100%;
	margin: 0;
	background: linear-gradient(to right, #f0f1f2 0%, #f0f1f2 50%, #e7e7e7 50%, #e7e7e7 100%);
}
#lp_main_wrap .lp_mv-pc {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
#lp_main_wrap .lp_mv-pc img {
	width: 100%;
}
#lp_main_wrap .lp_mv-smp {
	display: none;
}
#lp_main_wrap .lp_mv-smp {
	display: none;
}
@media (max-width: 1440px) {
	#lp_main_wrap .lp_mv-pc {
		padding-top: 34.72%;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_mv-pc {
		display: none;
	}
	#lp_main_wrap .lp_mv-smp {
		display: block;
	}
}



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

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



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

/* price */
#lp_main_wrap .credit {
	display: flex;
	flex-direction: column;
	gap: 9px;
}
#lp_main_wrap .price {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 9px;
}
#lp_main_wrap .credit .name {
	font-size: 13px;
	line-height: 1.54;
	letter-spacing: 0.17em;
}
#lp_main_wrap .credit .name span {
	display: inline-block;
}
#lp_main_wrap .price .msize,
#lp_main_wrap .price .lsize,
#lp_main_wrap .price .osize {
	display: inline-block;
	font-size: 13px;
	line-height: 1.54;
	letter-spacing: 0.1em;
}
#lp_main_wrap .price .msize::before,
#lp_main_wrap .price .lsize::before {
	display: inline-block;
	min-width: 12px;
	margin-right: 3px;
	padding: 2px 2px 3px;
	border: 1px solid #4c5763;
	text-align: center;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0em;
}
#lp_main_wrap .price .msize::before {
	content: "M";
}
#lp_main_wrap .price .lsize::before {
	content: "L";
}
#lp_main_wrap .price a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid #4c5763;
}
#lp_main_wrap .sub {
	margin-left: 2px;
	font-size: 75% !important;
	opacity: .6;
}
@media (max-width: 767px) {
	#lp_main_wrap .price .name {
		font-size: 12px;
	}
	#lp_main_wrap .price .msize,
	#lp_main_wrap .price .lsize,
	#lp_main_wrap .price .osize {
		font-size: 12px;
	}
	#lp_main_wrap .price .msize::before,
	#lp_main_wrap .price .lsize::before {
		font-size: 12px;
	}
}



/* ========== SLICK ========== */

/* slider_mainimg */
#lp_main_wrap .slider_mainimg.slick-dotted.slick-slider {
	margin-bottom: 0;
}
#lp_main_wrap .slider_mainimg .slick-list {
  z-index: 1;
}
#lp_main_wrap .slider_mainimg .slick-dots {
  z-index: 5;
	bottom: 9px;
	padding: 0 14px;
	text-align: right;
}
#lp_main_wrap .slider_mainimg .slick-dots li {
  width: 10px;
	height: 10px;
	margin: 0 3px;
}
#lp_main_wrap .slider_subimg .slick-dots li button {
	width: 14px;
	height: 14px;
	padding: 2px;
}
#lp_main_wrap .slider_mainimg .slick-dots li button:before {
	font-size: 10px;
	line-height: 1;
}
#lp_main_wrap .slider_mainimg .slick-dots li.slick-active button:before {
	color: #fff;
}

/* slider_subimg */
#lp_main_wrap .slider_subimg.slick-dotted.slick-slider {
	margin-bottom: 0;
}
#lp_main_wrap .slider_subimg .slick-list {
	z-index: 1;
}
#lp_main_wrap .slider_subimg .slick-dots {
	z-index: 5;
	bottom: 10px;
	padding: 0 12px;
	text-align: right;
}
#lp_main_wrap .slider_subimg .slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0 3px;
}
#lp_main_wrap .slider_subimg .slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 2px;
}
#lp_main_wrap .slider_subimg .slick-dots li button:before {
	font-size: 8px;
	line-height: 1;
}
#lp_main_wrap .slider_subimg .slick-dots li.slick-active button:before {
	color: #fff;
}




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

/* lp_lead */
#lp_main_wrap .lp_lead {
	width: 100%;
	margin: 112px auto 108px;
	padding: 0;
	text-align: center;
}
#lp_main_wrap .lp_lead_inner {
	width: 90%;
	max-width: 1120px;
	margin: 0 auto;
}
#lp_main_wrap .lp_lead p {
	font-family: "游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
	font-size: 14px;
	line-height: 2.35;
	letter-spacing: 0.1em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_lead {
		margin: 15% auto 14%;
	}
	#lp_main_wrap .lp_lead p {
		font-size: 14px;
		line-height: 1.85;
	}
}



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

/* lp_sec */
#lp_main_wrap .lp_sec {
	width: 100%;
	margin: 0 auto;
	padding: 120px 0 178px;
	color: #344658;
	background-color: #f0f1f2;
}
#lp_main_wrap .lp_sec_inner {
	width: 90%;
	max-width: 1120px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec {
		padding: 0 0 15%;
	}
	#lp_main_wrap .lp_sec_inner {
		width: 100%;
	}
}



/* ========== DOWN ========== */

/* lp_down */
#lp_main_wrap .lp_down {
	margin-bottom: 184px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_down {
		margin-bottom: 25%;
	}
}



/* ========== DOWN OUTFIT ========== */

/* lp_down_outfit */
#lp_main_wrap .lp_down_outfit {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
	display: grid;
	grid-template-columns: 44.6% 45%;
	column-gap: 10.4%;
}
#lp_main_wrap .lp_down_outfit_box01 {
	grid-column: 1 / 2;
  grid-row: 1 / 2;
	height: min-content;
}
#lp_main_wrap .lp_down_outfit_box02 {
	grid-column: 2 / 3;
  grid-row: 1 / 4;
	height: auto;
}
#lp_main_wrap .lp_down_outfit_box03 {
	grid-column: 1 / 2;
  grid-row: 2 / 3;
	height: min-content;
}
@media (max-width: 1200px) {
	#lp_main_wrap .lp_down_outfit {
		grid-template-columns: 47.5% 47.5%;
		column-gap: 5%;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_down_outfit {
		margin: 0 auto 5%;
		display: block;
	}
}

/* lp_down_outfit_mainimg */
#lp_main_wrap .lp_down_outfit_mainimg {
	margin-bottom: 25px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_down_outfit_mainimg {
		margin-bottom: 16%;
	}
}

/* lp_down_outfit_title */
#lp_main_wrap .lp_down_outfit_title {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin-top: 9%;
	margin-bottom: 2%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_down_outfit_title {
		width: 85%;
		margin: 0 auto;
	}
}

/* lp_down_outfit_title_line */
#lp_main_wrap .lp_down_outfit_title_line {
	display: block;
	width: 34%;
	position: absolute;
	z-index: 5;
	top: 11px;
	left: calc((34% + 28px) * (-1));
}
#lp_main_wrap .lp_down_outfit_title_line::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#lp_main_wrap .lp_down_outfit_title_line.active::before {
	border-bottom: solid 1px #344658;
	animation: lineHorizontal 1s ease-out forwards;
}
@media (max-width: 1200px) {
	#lp_main_wrap .lp_down_outfit_title_line {
		width: 28%;
		left: calc((28% + 22px) * (-1));
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_down_outfit_title_line {
		display: block;
		width: 0;
		height: 112px;
		position: absolute;
		z-index: 5;
		top: -130px;
		left: 2px;
	}
	#lp_main_wrap .lp_down_outfit_title_line::before {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 100%;
	}
	#lp_main_wrap .lp_down_outfit_title_line.active::before {
		border-bottom: none;
		border-left: solid 1px #344658;
		animation: lineVertical 1s ease-out forwards;
	}
}
@keyframes lineHorizontal {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}
@keyframes lineVertical {
	0%{
		height: 0%;
	}
	100%{
		height: 100%;
	}
}

/* lp_down_outfit_title_subtitle */
#lp_main_wrap .lp_down_outfit_title_subtitle {
	display: flex;
	gap: 19px;
}
#lp_main_wrap .lp_down_outfit_title_num {
	font-family: "graphik", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 27px;
	line-height: 1;
	letter-spacing: 0.06em;
}
#lp_main_wrap .lp_down_outfit_title_label {
	align-self: center;
	display: block;
	margin-bottom: 2px;
	padding: 5px 8px 3px;
	font-family: "游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.06em;
	color: #fff;
	background-color: #344658;
}
@media (max-width: 1200px) {
	#lp_main_wrap .lp_down_outfit_title_subtitle {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_down_outfit_title_subtitle {
		font-size: 21.6px;
	}
}

/* lp_down_outfit_title h3 */
#lp_main_wrap .lp_down_outfit_title h3 {
	width: 100%;
	margin: 40px 0 0;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_down_outfit_title h3 {
		width: 80%;
		margin: 22px 0 9%;
	}
}

/* lp_down_outfit_subimg */
@media (max-width: 767px) {
	#lp_main_wrap .lp_down_outfit_subimg {
		width: 85%;
		margin: 0 auto 7%;
	}
}

/* lp_down_outfit_text */
#lp_main_wrap .lp_down_outfit_text h4 {
	margin-bottom: 12px;
	font-size: 22px;
	line-height: 1.75;
	letter-spacing: 0.04em;
}
#lp_main_wrap .lp_down_outfit_text p {
	font-size: 14px;
	line-height: 2.07;
	letter-spacing: 0.1em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_down_outfit_text {
		width: 82%;
		margin: 0 auto;
	}
	#lp_main_wrap .lp_down_outfit_text h4 {
		margin-bottom: 14px;
		font-size: 20px;
	}
	#lp_main_wrap .lp_down_outfit_text p {
		line-height: 2;
	}
}

/* lp_down_outfit_other */
#lp_main_wrap .lp_down_outfit_other {
	width: 68%;
	max-width: 600px;
	margin: 13.5% auto 122px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 14%;
}
#lp_main_wrap .lp_down_outfit_other > li {
	width: 43%;
	margin-bottom: 10%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_down_outfit_other {
		margin: 25% auto 0;
		display: block;
	}
	#lp_main_wrap .lp_down_outfit_other > li {
		width: 100%;
		margin-bottom: 19%;
	}
}

/* lp_down_outfit_credit */
#lp_main_wrap .lp_down_outfit_credit {
	margin: 15px 5px 0;
}
#lp_main_wrap .lp_down_outfit_credit p {
	margin-top: 13px;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
#lp_main_wrap .lp_down_outfit_credit p.price span {
	line-height: 1.4;
}
#lp_main_wrap .lp_down_outfit_credit p.price span + span {
	margin-left: 10px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_down_outfit_credit {
		margin: 15px 5px 0;
	}
}



/* ========== DOWN OUTFIT アイテムごとの調整 ========== */

/* lp_down_outfit_title h3 */
#lp_main_wrap .lp_down-01 .lp_down_outfit_title h3 {
	width: 97%;
	margin: 37px 0 11.6%;
}
#lp_main_wrap .lp_down-02 .lp_down_outfit_title h3 {
	width: 97%;
	margin: 33px 0 3.6% -2%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_down-01 .lp_down_outfit_title h3 {
		width: 80%;
		margin: 22px 0 9%;
	}
	#lp_main_wrap .lp_down-02 .lp_down_outfit_title h3 {
		width: 80%;
		margin: 22px 0 9%;
	}
}



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

/* lp_down_item */
#lp_main_wrap .lp_down_item {
	width: 68%;
	max-width: 600px;
	margin: 134px auto 0;
}
#lp_main_wrap .lp_down_itemlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 14%;
}
#lp_main_wrap .lp_down_itemlist > li {
	width: 43%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_down_item {
		margin: 25% auto 0;
	}
	#lp_main_wrap .lp_down_itemlist {
		display: block;
		width: 100%;
	}
	#lp_main_wrap .lp_down_itemlist > li {
		width: 100%;
		margin-bottom: 19%;
	}
}

/* lp_down_item_credit */
#lp_main_wrap .lp_down_item_credit {
	margin-top: 15px;
	padding: 0 5px;
}



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

/* lp_btn_item */
#lp_main_wrap .lp_btn_item {
	width: 86%;
	max-width: 800px;
	margin: -29px auto 153px;
	text-align: center;
}
#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: 0 auto 10%;
	}
	#lp_main_wrap .lp_btn_item_content {
		gap: 20px;
	}
}

/* lp_btn */
#lp_main_wrap .lp_btn {
	width: 100%;
	margin: 0 auto;
	padding: 70px 0 68px;
	background-color: #e7e7e7;
	color: #344658;
	text-align: center;
}
#lp_main_wrap .lp_btn_inner {
	width: 86%;
	max-width: 800px;
	margin: 0 auto;
}
#lp_main_wrap .lp_btn h3 {
	margin-bottom: 28px;
	text-align: center;
	font-family: "Times New Roman","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0.04em;
}
#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: 0 auto;
	}
	#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: #424c56;
	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;
	}
}


