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

/* 游明朝 */
.yumin {
	font-family: "游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
}

/* Average https://fonts.google.com/specimen/Average */
.font-average {
	font-family: 'Average','游明朝',"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
	font-weight: 400;
	font-style: normal;
}



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

/* -- hide -- */
@media screen and ( min-width: 767px ) {
    .pc_hide { display: none!important; }
}
@media screen and ( max-width: 767px ) {
    .sp_hide { display: none!important; }
}

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

#lp_main_wrap {
	width: 100%;
	margin: 0 auto;
	word-wrap: break-word;
	color: #000;
	font-family: "游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", 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 */
#lp_main_wrap header.lp_mv h2 {
	width: 100%;
	margin: 0;
}
#lp_main_wrap header.lp_mv h2 img {
	width: 100%;
}
#lp_main_wrap header.lp_mv h2 img.lp_mv-1920 {
	display: block;
}
#lp_main_wrap header.lp_mv h2 img.lp_mv-1440 {
	display: none;
}
#lp_main_wrap header.lp_mv h2 img.lp_mv-smp {
	display: none;
}
@media (max-width: 1440px) {
	#lp_main_wrap header.lp_mv h2 img.lp_mv-1920 {
		display: none;
	}
	#lp_main_wrap header.lp_mv h2 img.lp_mv-1440 {
		display: block;
	}
	#lp_main_wrap header.lp_mv h2 img.lp_mv-smp {
		display: none;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap header.lp_mv h2 img.lp_mv-1920 {
		display: none;
	}
	#lp_main_wrap header.lp_mv h2 img.lp_mv-1440 {
		display: none;
	}
	#lp_main_wrap header.lp_mv h2 img.lp_mv-smp {
		display: block;
	}
}




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

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



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

/* price */
#lp_main_wrap .name {
	display: block;
}
#lp_main_wrap .price .msize,
#lp_main_wrap .price .lsize,
#lp_main_wrap .price .osize {
	display: inline-block;
    border-bottom: solid 1px #000;
}
#lp_main_wrap .price .msize::before,
#lp_main_wrap .price .lsize::before {
	display: inline-block;
	margin-right: 4px;
	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;
	padding: 6px 0px 0px; */
    border-bottom: solid 1px #000;
}



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

/* lp_lead */
#lp_main_wrap .lp_lead {
	width: 100%;
    padding: 61px 0 107px;
    text-align: center;
	background-color: #F0F0F0;
}
#lp_main_wrap .lp_lead_inner {
	width: 86.6%;
	max-width: 1014px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_lead {
    padding: 12px 0 65px;
	}
	#lp_main_wrap .lp_lead_inner {
		width: 100%;
		margin: 0 auto;
	}
}

/* lp_lead text */
#lp_main_wrap .lp_lead h3 {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
#lp_main_wrap .lp_lead p {
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 236%; /* 33.04px */
	letter-spacing: 0.84px;
}
#lp_main_wrap .lp_lead p span {
    display: block;
    font-family: "Noto Serif JP";
    font-size: 18px;
    font-weight: 600;
    line-height: 200%;
    letter-spacing: 1.08px;
    padding-bottom: 20px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_lead h3 {
		margin-bottom: 22px;
		font-size: 24px;
		line-height: 1.75;
	}
	#lp_main_wrap .lp_lead p {
		font-size: 13px;
	}
}



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

/* lp_item */
#lp_main_wrap .lp_item {
	width: 100%;
	margin: 0 auto 148px;
	padding: 0;
}
#lp_main_wrap .lp_item_inner {
	width: 86.6%;
	max-width: 1014px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item {
		margin: 0 auto 18%;
	}
	#lp_main_wrap .lp_item_inner {
		width: 100%;
		margin: 0 auto;
	}
}

/* lp_item text */
#lp_main_wrap .lp_item h3 {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 40px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item h3 {
		width: 83%;
		max-width: 375px;
		margin: 0 auto 20px;
	}
}

/* lp_item_img */
#lp_main_wrap .lp_item_img {
	width: 100%;
	background: #fff;
}
#lp_main_wrap .lp_item_img a {
	display: block;
}
#lp_main_wrap .lp_item_img img {
	display: block;
	width: 100%;
	max-width: 100%;
}

/* lp_item_credit */
#lp_main_wrap .lp_item_credit li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2px 16px;
}
#lp_main_wrap ul.lp_item_credit  {
    margin-bottom: 27px;
}

.lp_item_credit a.hunger{
	width: 80px;
}

#lp_main_wrap .lp_item_credit li:not(:first-child) {
	margin-top: 15px;
}



#lp_main_wrap .lp_item_credit li,
#lp_main_wrap .lp_item_credit p {
	font-family: 'Average','游明朝',"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #333;
}
#lp_main_wrap .lp_item_credit p.price {
	display: inline-flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 2px 6px;
}
#lp_main_wrap .lp_item_credit p.sub {
	font-size: 13px;
}

#lp_main_wrap .credit_area .credit_btn{
	padding: 11px 13px 11px 13px;
    background: #303030;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.84px;
    display: inline-block;
}

@media (max-width: 767px) {
	#lp_main_wrap .lp_item_credit li,
	#lp_main_wrap .lp_item_credit p {
		font-size: 15px;
	}
	#lp_main_wrap .lp_item_credit p.price {
		gap: 2px 6px;
	}
	#lp_main_wrap .lp_item_credit li:not(:first-child) {
		margin-top: 13px;
	}
	#lp_main_wrap .lp_item_credit li {
		gap: 2px 14px;
	}
	
#lp_main_wrap .credit_area .credit_btn{
    width: 100%;
    text-align: center;
}

.lp_item_credit a.hunger{
	width: 75px;
}

#lp_main_wrap ul.lp_item_credit  {
    margin-bottom: 34px;
}
}

/* lp_item_text */
#lp_main_wrap .lp_item_text p {
	font-size: 14px;
	line-height: 1.64;
	letter-spacing: 0.05em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_text p {
		font-size: 14px;
		line-height: 1.9;
		letter-spacing: 0.03em;
	}
}



/*contents_2columns_abreast　*/
#lp_main_wrap .item_section{
  display: flex;
  justify-content: center;
  height: 695px;
}
#lp_main_wrap .sec01{
  background: linear-gradient(0deg, #737977 0%, #737977 100%), linear-gradient(0deg, #E8E8E8 0%, #F0F0F0 100%), linear-gradient(150deg, #DFEBDF -4.84%, #DAE4DC 111.56%);
  background-blend-mode: hard-light, normal, normal;
}
#lp_main_wrap .sec02{
  background: linear-gradient(0deg, #7A7A7A 0%, #7A7A7A 100%), linear-gradient(0deg, #E8E8E8 0%, #F0F0F0 100%), linear-gradient(150deg, #DFEBDF -4.84%, #DAE4DC 111.56%);
background-blend-mode: hard-light, normal, normal;
}
#lp_main_wrap .sec03{
background: linear-gradient(0deg, #726F69 0%, #726F69 100%), linear-gradient(0deg, #E8E8E8 0%, #F0F0F0 100%), linear-gradient(150deg, #DFEBDF -4.84%, #DAE4DC 111.56%);
background-blend-mode: hard-light, normal, normal;
}
#lp_main_wrap .sec04{
background: linear-gradient(0deg, #7D7B75 0%, #7D7B75 100%), linear-gradient(0deg, #E8E8E8 0%, #F0F0F0 100%), linear-gradient(150deg, #DFEBDF -4.84%, #DAE4DC 111.56%);
background-blend-mode: hard-light, normal, normal;
}
#lp_main_wrap .item_section .txt{
  position: relative;
  width: 33%;
  min-width: 400px;
  padding-top: 74px;
  margin: 0 4% 0 8%;
}
#lp_main_wrap .item_section .img{
    width: 33%;
    width: 615px;
    min-width: 470px;
}
img.img_left,img.img_right{
    position: absolute;
}
img.img_left {
    top: 57px;
    height: 601.48px;
	z-index: 2;
}
img.img_right {
    position: absolute;
    bottom: 0px;
	right: 0px;
    height: 657px;
}
img.pcmiddle {
    display: block;
}
img.pcmin {
    display: none;
}
@media (max-width: 978px) {
img.pcmiddle {
    display: none;
}
img.pcmin {
    display: block;
}
.item_section img.img_right {
    max-width: 236px;
    right: 78px;
	height: initial;
}
}


@media (max-width: 767px) {
#lp_main_wrap .item_section .sec01 .txt{
    background-color: #D8E4E0;
}
  #lp_main_wrap .contents_2columns_abreast .sec01 .img{
    background: linear-gradient(180deg, #D8E4E0 21.6%, #CDD9D5 100%);
}

#lp_main_wrap .item_section .sec01 .txt{
    background-color: #e4e4e4;
}
  #lp_main_wrap .contents_2columns_abreast .sec02 .img{
    background: linear-gradient(180deg, #e4e4e4 21.6%, #DBDCDC 100%);
}

#lp_main_wrap .item_section .sec01 .txt{
    background-color: #d4cfc3;
}
  #lp_main_wrap .contents_2columns_abreast .sec03 .img{
    background: linear-gradient(180deg, #d4cfc3 21.6%, #C9C5BB 100%);
}

#lp_main_wrap .item_section .sec01 .txt{
    background-color: #e9e6da;
}
  #lp_main_wrap .contents_2columns_abreast .sec04 .img{
    background: linear-gradient(180deg, #e9e6da 21.6%, #DAD9CE 100%);
}
}

#lp_main_wrap .contents_2columns_abreast .row{
  max-width: 1170px;
  margin: auto;
  display: flex;
  flex-direction: row;
  padding-bottom: 100px;
}
#lp_main_wrap .contents_2columns_abreast .row-reverse{
  max-width: 1170px;
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 100px;
}
#lp_main_wrap .contents_2columns_abreast .row .img{
  width: 54%;
  text-align: center;
}
#lp_main_wrap .contents_2columns_abreast .row-reverse .img{
  width: 68%;
  text-align: center;
}
#lp_main_wrap .contents_2columns_abreast .row .txt{
  width: 40%;
  margin: auto 2% auto 6%;
  letter-spacing: 2.5px;
}
#lp_main_wrap .contents_2columns_abreast .row-reverse .txt{
  width: 48%;
  margin: auto 8% auto 2.5%;
  letter-spacing: 2.5px;
}
#lp_main_wrap .contents_2columns_abreast .txt h2{
  font-family: 'Average';
  color: #252525;
  letter-spacing: 2px;
  font-size: 43.65px;
  line-height: 1em;
  margin-bottom: 14px;
}

#lp_main_wrap .contents_2columns_abreast .txt h3{
  font-size: 29px;
  font-weight: 500;
  line-height: 136%;
  letter-spacing: 1.74px;
}

#lp_main_wrap .contents_2columns_abreast .txt p.description{
  font-family: "Noto Sans JP";
  font-size: 14px;
  line-height: 1.92em;
  margin: 22px 0 33px;
  letter-spacing: 0.84px;
}
#lp_main_wrap .contents_2columns_abreast .txt .btn_buynow {
  display: inline-block;
  background: #000000;
  color: #ffffff;
}

@media (max-width: 767px) {
#lp_main_wrap .item_section{
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
}
#lp_main_wrap .item_section{
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
}

img.img_left, img.img_right{
    position: initial;
}

.item_section img.img_left {
    height: 390.238px;
    margin-right: 3%;
}
.item_section img.img_right {
    height: 416px;
    /* right: 10%; */
}

  #lp_main_wrap .contents_2columns_abreast .row{
    margin: auto;
    display: block;
    padding-bottom: 50px;
  }
  #lp_main_wrap .contents_2columns_abreast .row-reverse{
    margin: auto;
    display: block;
    padding-bottom: 50px;
  }
  #lp_main_wrap .contents_2columns_abreast .row .img{
    width: 100%;
    margin: 0 auto;
  }
  #lp_main_wrap .contents_2columns_abreast .row-reverse .img{
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #lp_main_wrap .contents_2columns_abreast .row .txt{
    width: 80%;
    margin: 0 auto;
  }
  #lp_main_wrap .contents_2columns_abreast .row-reverse .txt{
    width: 80%;
    margin: 0 auto;
  }
  #lp_main_wrap .contents_2columns_abreast .txt{
    width: 100%;
    padding: 40px 0 50px;
    letter-spacing: 1.7px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #lp_main_wrap .contents_2columns_abreast .txt h2,#lp_main_wrap .contents_2columns_abreast .txt h3{
	text-align: center;
  }
  #lp_main_wrap .contents_2columns_abreast .txt h2{
    font-size: 43.65px;
  }
  #lp_main_wrap .contents_2columns_abreast .txt h3{
    font-size: 25px;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
  }
  #lp_main_wrap .contents_2columns_abreast .txt h2 span {
    font-size: 0.1em;
    display: block;
  }
  #lp_main_wrap .contents_2columns_abreast .txt p.price{
    font-size: 14px;
  }
  #lp_main_wrap .contents_2columns_abreast .txt p.description{
  	font-size: 14px;
    margin: 0 0 27px;
    line-height: 1.92;
  }
  #lp_main_wrap .contents_2columns_abreast .txt p.description,
  #lp_main_wrap .contents_2columns_abreast .txt div.credit_area{
    width: 85%;
  }
  #lp_main_wrap .contents_2columns_abreast .txt .btn_buynow {
    display: inline-block;
    background: #000000;
    color: #ffffff;
  }
  #lp_main_wrap .contents_2columns_abreast .ttl_sp{
	position: relative;
    text-align: center;
    font-size: 28px;
    margin: 1% auto 6%;
    letter-spacing: 1.2px;
    color: #a67a64;
    height: auto;
	width: 100%;
	min-width: initial;
  }
}






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

/* lp_btn */
#lp_main_wrap .lp_btn {
	width: 100%;
	margin: 0 auto 70px;
}
#lp_main_wrap .lp_btn_inner {
    width: 50%;
    max-width: 700px;
    margin: 138px auto 80px;
}
#lp_main_wrap .lp_btn_content {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
#lp_main_wrap .lp_btn_allitem a{
	display: block;
	position: relative;
	margin-bottom: 12px;
	padding: 21px 20px 19px;
	font-family: 'Average','游明朝',"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 1.35;
	letter-spacing: 0.075em;
	text-align: center;
	color: #ffffff;
	background-color:#303030;
}
#lp_main_wrap .lp_btn .lp_btn_content a {
	display: block;
	position: relative;
	margin-bottom: 12px;
	padding: 21px 20px 19px;
	font-family: 'Average','游明朝',"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 1.35;
	letter-spacing: 0.075em;
	text-align: center;
	border: 1px solid #303030;
	color: #303030;
}


@media (max-width: 767px) {
	#lp_main_wrap .lp_btn {
        margin: 65px auto 10%;
	}
	#lp_main_wrap .lp_btn_inner {
		width: 85%;
		margin: 0 auto;
	}
	#lp_main_wrap .lp_btn_allitem a,#lp_main_wrap .lp_btn .lp_btn_content a ,#lp_main_wrap .credit_area .credit_btn{
		padding: 18px 12px 19px;
		font-size: 15px;
	}
	#lp_main_wrap .lp_btn_allitem a,#lp_main_wrap .lp_btn .lp_btn_content a {
        margin-bottom: 19px;
	}
}













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

.attention-txt-pc {
    margin: 4% auto 5%;
}
@media (max-width: 425px) {
.attention-txt-pc {
        font-size: 10px;
        font-family: 'Noto Sans JP';
}
}