@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;
}
@font-face {
	font-family: 'graphik';
	src: url("../font/Grphik/Graphik-LightItalic.otf") format("opentype");
	font-style: italic;
	font-weight: 300;
}
@font-face {
	font-family: 'graphik';
	src: url("../font/Grphik/Graphik-RegularItalic.otf") format("opentype");
	font-style: italic;
	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;
}
.graphik-light-italic {
  font-family: "graphik", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.graphik-regular-italic {
  font-family: "graphik", sans-serif;
  font-weight: 400;
  font-style: italic;
}

/* ヒラギノ明朝 */
.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;
  }
}

/* SMP表示での左右の余白を削除 アーカイブ部分の余白を追加 */
@media (max-width: 979px) {
  #lp_main_wrap .sp_archive_wrap {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  #lp_main_wrap .sp_archive_wrap {
    margin-left: 5px;
    margin-right: 5px;
  }
}



/* ========== MAIN ========== */

#lp_main_wrap {
  width: 100%;
  margin: 0 auto;
	color: #3d3935;
  font-feature-settings: "palt";
	word-wrap: break-word;
  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 ========== */

/* mainvisual-separate */
#lp_main_wrap header.mainvisual-separate h2.ttltxt_pc {
  margin: 0 auto;
  width: 100%;
	height: auto;
	max-height: 600px;
	display: grid;
	text-align: center;
	background-color: #e3e6ec;
}
#lp_main_wrap header.mainvisual-separate h2.ttltxt_pc img.ttltxt_pc_img {
	grid-area: 1/1;
	z-index: 1;
	max-width: 100%;
	height: 100%;
	min-height: 0;
	margin: 0 auto;
	object-fit: contain;
	object-position: center top;
}
#lp_main_wrap header.mainvisual-separate h2.ttltxt_pc img.ttltxt_pc_txt {
	grid-area: 1/1;
	z-index: 2;
	width: 29.05%;
	max-width: 340px;
	margin: auto;
	position: relative;
  top: -0.8%;
  left: 0;
}
#lp_main_wrap header.mainvisual-separate h2.ttltxt_smp {
  display: none;
}
@media (max-width: 767px) {
	#lp_main_wrap header.mainvisual-separate h2.ttltxt_pc {
	  display: none;
	}
	#lp_main_wrap header.mainvisual-separate h2.ttltxt_smp {
	  display: block;
	}
}



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

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



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



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

/* lp_lead */
#lp_main_wrap .lp_lead {
  width: 100%;
  margin: 0;
  padding: 6.4% 0 7.2%;
  text-align: center;
}
#lp_main_wrap .lp_lead_content {
	width: 80%;
	max-width: 1170px;
  margin: 0 auto 3.6%;
}
#lp_main_wrap .lp_lead h3 {
	margin-bottom: 2.2%;
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho", serif;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.18em;
}
#lp_main_wrap .lp_lead p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.16em;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_lead {
    padding: 14% 0 17%;
		text-align: left;
  }
  #lp_main_wrap .lp_lead_content {
    margin: 0 auto 9%;
  }
  #lp_main_wrap .lp_lead h3 {
		margin-bottom: 7%;
    font-size: 18px;
  }
  #lp_main_wrap .lp_lead p {
    font-size: 14px;
  }
}

/* lp_nav */
#lp_main_wrap .lp_nav {
	width: 80%;
	max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}
#lp_main_wrap .lp_nav_list {
	display: flex;
	justify-content: center;
	gap: 6px;
}
#lp_main_wrap .lp_nav_list li {
  width: 100%;
	max-width: 248px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_nav {
		width: 100%;
		margin: 0 auto;
	}
	#lp_main_wrap .lp_nav_list li {
		max-width: unset;
	}
}



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

/* ----- ITEM ----- */

/* lp_item */
#lp_main_wrap .lp_item {
  width: 100%;
  margin: 0;
  padding: 6.4% 0 7%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item {
		padding: 16% 0;
	}
}


/* ----- ITEM TITLE ----- */

/* lp_item_title */
#lp_main_wrap .lp_item_title {
	width: 90%;
	max-width: 1170px;
  margin: 0 auto 2.6%;
	color: #505050;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_title {
		width: 80%;
		margin: 0 auto 9%;
	}
}

/* lp_item_title_sub */
#lp_main_wrap .lp_item_title_sub {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 6px;
}
#lp_main_wrap .lp_item_title_sub span:nth-child(1) {
  font-family: "graphik", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 41px;
  line-height: 1;
  letter-spacing: 0.06em;
}
#lp_main_wrap .lp_item_title_sub span:nth-child(2) {
	margin-left: 15px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.14em;
}
#lp_main_wrap .lp_item_title_sub span:nth-child(3) {
	margin-left: 15px;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_title_sub {
		margin-bottom: 6px;
	}
	#lp_main_wrap .lp_item_title_sub span:nth-child(1) {
		font-size: 33px;
	}
	#lp_main_wrap .lp_item_title_sub span:nth-child(2) {
		margin-left: 13px;
		font-size: 16px;
	}
	#lp_main_wrap .lp_item_title_sub span:nth-child(3) {
		margin-left: 13px;
		font-size: 14px;
		display: none;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_item_title_sub span:nth-child(1) {
		font-size: 30px;
	}
	#lp_main_wrap .lp_item_title_sub span:nth-child(2) {
		margin-left: 8px;
	}
}

/* lp_item_title_main */
#lp_main_wrap .lp_item_title_main {
	margin-bottom: 9px;
  font-family: "graphik", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 64px;
  line-height: 1.12;
  letter-spacing: 0.04em;
}
#lp_main_wrap .lp_item_title_main span {
	display: none;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_title_main {
		margin-bottom: 13px;
		font-size: 52px;
		line-height: 1.12;
		letter-spacing: 0.04em;
	}
	#lp_main_wrap .lp_item_title_main span {
		margin-top: 6px;
		font-size: 14px;
		display: block;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_item_title_main {
		font-size: 46px;
		letter-spacing: 0.02em;
	}
}

/* lp_item_title_lead */
#lp_main_wrap .lp_item_title_lead {
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho", serif;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.18em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_title_lead {
		font-size: 18px;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_item_title_lead {
		font-size: 16px;
	}
}


/* ----- ITEM VARIATION ----- */

/* lp_item_variation */
#lp_main_wrap .lp_item_variation {
	width: 90%;
	max-width: 1170px;
  margin: 0 auto 7.6%;
	color: #505050;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_variation {
		width: 100%;
		margin: 0 auto 2%;
	}
}

/* lp_item_variation_list */
#lp_main_wrap .lp_item_variation_list {
	width: 100%;
	display: flex;
	gap: 6px;
}
#lp_main_wrap .lp_item_variation_list li {
	width: 100%;
	position: relative;
}
#lp_main_wrap .lp_item_variation_list li a {
	display: block;
	position: relative;
}
#lp_main_wrap .lp_item_variation_list span {
	position: absolute;
	right: 20px;
	bottom: 20px;
  font-family: "graphik", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (max-width: 979px) {
	#lp_main_wrap .lp_item_variation_list span {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_variation_list {
		gap: 4px;
		margin: 0 auto 15%;
	}
	#lp_main_wrap .lp_item_variation_list span {
		position: relative;
		right: unset;
		bottom: unset;
		display: block;
		margin-top: 14px;
		font-size: 18px;
		text-align: center;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_item_variation_list span {
		font-size: 16px;
	}
}


/* ----- ITEM CONTENT ----- */

/* lp_item_content */
#lp_main_wrap .lp_item_content {
	width: 90%;
	max-width: 1170px;
  margin: 0 auto 6.8%;
	color: #3d3935;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#lp_main_wrap .lp_item_content_img {
	width: 50%;
}
#lp_main_wrap .lp_item_content_text {
	width: 37%;
	margin-right: 7%;
	padding-bottom: 5%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_content {
		display: block;
		width: 100%;
  	margin: 0 auto 15%;
	}
	#lp_main_wrap .lp_item_content_img {
		width: 80%;
		margin: 0 auto 9%;
	}
	#lp_main_wrap .lp_item_content_text {
		width: 80%;
		margin: 0 auto;
		padding: 0;
	}
}

/* lp_item_content_text_lead */
#lp_main_wrap .lp_item_content_text_lead {
  margin-bottom: 5%;
}
#lp_main_wrap .lp_item_content_text_lead p {
	margin-bottom: 22px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.16em;
}
#lp_main_wrap .lp_item_content_text_lead span.lp_item_content_text_lead_em {
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho", serif;
  font-size: 22px;
  letter-spacing: 0.18em;
}
#lp_main_wrap .lp_item_content_text_lead span.lp_item_content_text_lead_sub {
  font-size: 13px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_content_text_lead {
		margin-bottom: 10%;
	}
	#lp_main_wrap .lp_item_content_text_lead p {
		font-size: 14px;
		line-height: 2.05;
	}
	#lp_main_wrap .lp_item_content_text_lead p.lp_item_content_text_lead_em {
		font-size: 18px;
	}
}

/* lp_item_content_text_credit */
#lp_main_wrap .lp_item_content_text_credit_name {
	margin-bottom: 6px;
	font-weight: bold;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
#lp_main_wrap .lp_item_content_text_credit_pricebox {
	display: flex;
	align-items: center;
	gap: 0 18px;
}
#lp_main_wrap .lp_item_content_text_credit_price_price {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.14em;
}
#lp_main_wrap .lp_item_content_text_credit_price_price a {
  display: inline-block;
	padding-bottom: 4px;
	border-bottom: 1px solid #3d3935;
}
#lp_main_wrap .lp_item_content_text_credit_price_btn a {
  display: inline-block;
	padding: 6px 12px;
  font-family: "graphik", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
	color: #3d3935;
	background-color: #fff;
}
#lp_main_wrap .lp_item_content_text_credit_price_btn a:hover {
	color: #fff;
	background-color: #3d3935;
	opacity: 1;
}
#lp_main_wrap .lp_item_content_text_credit_price_sub {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.14em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_content_text_credit_name {
		margin-bottom: 6px;
		font-size: 16px;
		line-height: 1.6;
	}
}


/* ----- ITEM DETAIL ----- */

/* lp_item_detail */
#lp_main_wrap .lp_item_detail {
	width: 80%;
	max-width: 610px;
  margin: 0 auto 1.4%;
	color: #3d3935;
}
#lp_main_wrap .lp_item_detail h4 {
	margin-bottom: 5.6%;
  font-family: "graphik", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.04em;
	text-align: center;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_detail {
		width: 90%;
		max-width: unset;
		margin: 0 auto 3%;
	}
	#lp_main_wrap .lp_item_detail h4 {
		margin-bottom: 7%;
		font-size: 30px;
	}
}

/* lp_item_detail_list */
#lp_main_wrap .lp_item_detail_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8.2%;
}
#lp_main_wrap .lp_item_detail_list li {
	width: 45.9%;
	margin-bottom: 6%;
	position: relative;
}
#lp_main_wrap .lp_item_detail_list li .lp_item_detail_list_img {
	display: block;
	position: relative;
}
#lp_main_wrap .lp_item_detail_list li p {
	margin-top: 10px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.16em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_detail_list {
		gap: 4%;
	}
	#lp_main_wrap .lp_item_detail_list li {
		width: 48%;
		margin-bottom: 7%;
	}
	#lp_main_wrap .lp_item_detail_list li p {
		margin-top: 12px;
		font-size: 14px;
		line-height: 1.75;
	}
}


/* ----- ITEM BTN ----- */

/* lp_item_btn */
#lp_main_wrap .lp_item_btn {
	width: 90%;
	max-width: 1170px;
  margin: 0 auto;
	color: #6f6765;
}
#lp_main_wrap .lp_item_btn a {
  display: block;
  position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
  padding: 21px;
	font-weight: bold;
  font-size: 17px;
  line-height: 1.67;
  letter-spacing: 0.24em;
  text-align: center;
  background-color: #fff;
  color: #6f6765;
}
#lp_main_wrap .lp_item_btn a::after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 27px;
  border-top: solid 2px #6f6765;
  border-right: solid 2px #6f6765;
  transform: rotate(45deg);
}
#lp_main_wrap .lp_item_btn a:hover {
  background-color: #6f6765;
  color: #fff;
	opacity: 1;
}
#lp_main_wrap .lp_item_btn a:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_btn a {
		padding: 14px;
		font-size: 14px;
	}
	#lp_main_wrap .lp_item_btn a::after {
  	right: 16px;
	}
}


/* ----- ITEM COVER ----- */

/* lp_item_cover */
#lp_main_wrap .lp_item_cover {
	position: relative;
}
#lp_main_wrap .lp_item_cover::after {
  display: block;
  content: '';
  position: absolute;
	top: 0;
	left: 0;
  width: 100%;
  height: 100%;
	z-index: 5;
	background-color: rgba(0, 0, 0, 0.2);
}






/* ----- ITEM 01 02 ----- */

/* lp_item-02 */
#lp_main_wrap .lp_item-01 {
  background-color: #f0efed;
}

/* lp_item-02 */
#lp_main_wrap .lp_item-02 {
  background-color: #e3e6eb;
}


/* ----- ITEM COVER ----- */













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