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

/* Average https://fonts.google.com/specimen/Average */
.font-average {
	font-family: "Average","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho","Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
}

/* リュウミン */
@font-face {
  font-family: 'A-OTF-RyuminPro-Bold';
  src: url(font/A-OTF-RyuminPro-Bold.otf);
}
.font-ryumin {
  font-family: "A-OTF-RyuminPro-Bold","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho","Noto Serif JP", serif;
}
@font-face {
	font-family: 'A-OTF-RyuminPro-Regular';
	src: url(font/A-OTF-RyuminPro-Regular.otf);
  }
  .font-ryumin {
	font-family: "A-OTF-RyuminPro-Regular","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho","Noto Serif JP", serif;
  }


/* ========== COMMON ========== */

body{
  overflow-x: hidden;
}

/*可変幅表示にて使用*/
#page-body {
  overflow: hidden;
  width: 100%;
}



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

#lp_main_wrap {
  width: 100%;
  margin: 0 auto;
	color: #4c4c4c;
  font-size: 14px;
  line-height: 1.6;
  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: 48px;
} */
#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-single */
#lp_main_wrap header.mainvisual-single h2 {
  width: 100%;
  margin: 0;
}
#lp_main_wrap header.mainvisual-single h2 img {
  max-width: 100%;
  margin: 0 auto;
}



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

/* lp_main */
#lp_main_wrap .lp_main {
  width: 90%;
  max-width: 1054px;
  margin: 0 auto;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_main {
		width: 88%;
		margin: 0 auto;
		padding: 0;
	}
}



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

/* price */
#lp_main_wrap .name {
  display: inline-block;
  margin-right: 4px;
	font-weight: bold;
}
#lp_main_wrap .price,
#lp_main_wrap .price .msize,
#lp_main_wrap .price .lsize,
#lp_main_wrap .price .osize {
  display: inline-block;
	font-weight: 500;
}
#lp_main_wrap .price .msize,
#lp_main_wrap .price .lsize,
#lp_main_wrap .price .osize {
  margin-right: 7px;
}
#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 #333;
  text-align: center;
  line-height: 1;
	vertical-align: -1px;
}
#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;
  border-bottom: 1px solid #333;
  padding-bottom: 6px;
  line-height: 1;
}


/* ========== COTENTS ========== */

/* lp_lead */
#lp_main_wrap .lp_lead {
  width: 100%;
  margin: 11% auto;
  text-align: center;
}
#lp_main_wrap .lp_lead h3 {
	font-family: "A-OTF-RyuminPro-Regular","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho","Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.83;
}
#lp_main_wrap .lp_lead p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_lead {
    margin: 22% auto 26%;
  }
	#lp_main_wrap .lp_lead h3 {
		margin-bottom: 3%;
		font-size: 20px;
  	letter-spacing: 0.04em;
		line-height: 1.75;
	}
  #lp_main_wrap .lp_lead p {
    font-size: 16px;
		line-height: 1.9;
  }
}
@media (max-width: 425px) {
 	#lp_main_wrap .lp_lead h3 {
		font-size: 14px;
		letter-spacing: 0.02em;
	}
 #lp_main_wrap .lp_lead p {
    font-size: 14px;
  }
}

/* lp_sec */
#lp_main_wrap .lp_sec {
  /* margin-top: 23%; */
  margin-bottom: 201px;
}
#lp_main_wrap .lp_sec_subcontent {
 margin-bottom: 90px;
}
#lp_main_wrap .lp_sec_subcontent {
  margin-top: 91px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec + .lp_sec {
		margin-top: 28%;
	}
	#lp_main_wrap .lp_sec_subcontent {
		margin-top: 22%;
	}
	#lp_main_wrap .lp_sec_subcontent + .lp_sec_subcontent {
		margin-top: 20%;
	}
	#lp_main_wrap .lp_sec {
	margin-bottom: 0;
}
}

/*contents_itemlist*/
#lp_main_wrap .contents_itemlist .itemlist{
    width: 80%;
    max-width: 840px;
    display: flex;
    gap: 1%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  #lp_main_wrap .contents_itemlist .itemlist .itemlist_box figure{
    margin: 0;
    padding: 0;
  }

  #lp_main_wrap .contents_itemlist .itemlist .itemlist_box h2{
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 auto 0;
  }
  #lp_main_wrap .contents_itemlist .itemlist .itemlist_box .itemname{
    font-size: 0.95em;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin: 4% 0 0.8% 0;
  }
  #lp_main_wrap .contents_itemlist .itemlist .itemlist_box .price{
    font-size: 0.95em;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  #lp_main_wrap .contents_itemlist.column4 .itemlist .itemlist_box{
    width: 27%; /*4個*/
    text-align: center;
  }
  @media (max-width: 767px) {
    #lp_main_wrap .contents_itemlist .itemlist {
      width: 90%;
      display: flex;
      gap: 0;
      margin: 10% auto 0;
      flex-wrap: wrap;
      justify-content: center;
    }
    #lp_main_wrap .contents_itemlist.column3 .itemlist .itemlist_box ,#lp_main_wrap .contents_itemlist.column4 .itemlist .itemlist_box{
      width: 48.5%; /*2個*/
      background: #ffffff;
      text-align: center;
      margin-bottom: 10%;
    }
  }



/* lp_sec_title */
#lp_main_wrap .lp_sec_title {
	text-align: center;
}
#lp_main_wrap .lp_sec_title h3 {
  margin-bottom: 3.7%;
  margin-top: 1.2%;
  font-family: "A-OTF-RyuminPro-Bold","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho","Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 1.4;
}
#lp_main_wrap .lp_sec_title h3 span {
	display: block;
  margin-top: 10px;
	font-family: "A-OTF-RyuminPro-Regular","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho","Noto Serif JP", serif;
	font-weight: 500;
	font-style: normal;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1;
	color: #46c85c;
}
#lp_main_wrap .lp_sec_title img {
	display: block;
	width: 8%;
	margin: 0 auto 10px;
}
#lp_main_wrap .lp_sec_title h4 {
	margin-top: 8%;
	margin-bottom: 2%;
	font-family: "Average","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho","Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 35px;
	letter-spacing: 0.06em;
	line-height: 1;
	color: #b89b78;
}
#lp_main_wrap .lp_sec_title h4 span {
	display: block;
  margin-top: 12px;
	font-family: "A-OTF-RyuminPro-Regular","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho","Noto Serif JP", serif;
	font-weight: 500;
	font-style: normal;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1;
	color: #46c85c;
}
#lp_main_wrap .lp_sec_title p {
	font-family: "A-OTF-RyuminPro-Regular","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho","Noto Serif JP", serif;
  font-size: 40px;
  /* line-height: 2.35; */
  letter-spacing: 0.04em;
	/* font-weight: 500; */
}
#lp_main_wrap .lp_sec_title-04 h4 {
	margin: 8% 0 1%;
	}
#lp_main_wrap .lp_sec_title-04 p {
  font-size: 18px;
}
@media (max-width: 1024px) {
    #lp_main_wrap .lp_sec_title img {
	display: block;
	width: 13%;
	margin: 0 auto 10px;
}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_title {
		margin-bottom: 8%;
	}
	#lp_main_wrap .lp_sec_title h3 {
		margin-bottom: 7%;
		font-size: 38px;
		letter-spacing: 0.06em;
		line-height: 1.1;
	}
	#lp_main_wrap .lp_sec_title h3 span {
		margin-top: 5px;
		font-size: 14px;
	}
	#lp_main_wrap .lp_sec_title h4 {
		margin-top: 16%;
		margin-bottom: 0%;
		font-size: 24px;
		letter-spacing: 0.06em;
		line-height: 1.1;
	}
	#lp_main_wrap .lp_sec_title h4 span {
		margin-top: 7px;
		font-size: 14px;
	}
	#lp_main_wrap .lp_sec_title p {
		line-height: 1.875;
	}
    #lp_main_wrap .lp_sec_title img {
	display: block;
	width: 25%;
	margin: 0 auto 10px;
}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_sec_title h3 {
		font-size: 28px;
	}
	#lp_main_wrap .lp_sec_title p {
		font-size: 14px;
		line-height: 1.875;
		letter-spacing: 0.02em;
	}
}

/* lp_sec_overview */
#lp_main_wrap .lp_sec_overview {
	display: flex;
	gap: 20px;
}
#lp_main_wrap .lp_sec_overview > li {
	width: calc((100% - 20px) / 2);
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_overview {
		display: block;
	}
	#lp_main_wrap .lp_sec_overview > li {
		width: 100%;
	}
	#lp_main_wrap .lp_sec_overview > li:not(:first-child) {
		margin-top: 4.5%;
	}
}

/* lp_sec_design */
#lp_main_wrap .lp_sec_design {
	display: flex;
	gap: 20px;
	justify-content: center;
}
#lp_main_wrap .lp_sec_design > li {
	width: calc((100% - 40px) / 3);
	text-align: center;
}
#lp_main_wrap .lp_sec_design > li a {
	display: block;
}
#lp_main_wrap .lp_sec_design > li p {
	margin-top: 12px;
  font-size: 14px;
  line-height: 1.58;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_design {
		flex-wrap: wrap;
		gap: unset;
		justify-content: space-between;
		margin-bottom: -8%;
	}
	#lp_main_wrap .lp_sec_design > li {
		width: 49%;
		margin-bottom: 8%;
	}
	#lp_main_wrap .lp_sec_design > li p {
		margin-top: 10px;
		padding: 0 2%;
		text-align: left;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_sec_design > li p {
		font-size: 12px;
	}
}

/* lp_sec_coordinate */
#lp_main_wrap .lp_sec_coordinate {
	width: 88%;
	max-width: 900px;
	margin: 4% auto 0;
	display: flex;
	gap: 20px;
	justify-content: center;
}
#lp_main_wrap .lp_sec_coordinate > li {
	width: calc((100% - 20px) / 2);
}
#lp_main_wrap .lp_sec_coordinate a.lp_sec_coordinate_img {
	display: block;
}
#lp_main_wrap .lp_sec_coordinate .lp_sec_coordinate_credit {
	margin-top: 18px;
	padding: 0 10px;
}
#lp_main_wrap .lp_sec_coordinate .lp_sec_coordinate_credit > li {
	margin-top: 9px;
}
#lp_main_wrap .lp_sec_coordinate .lp_sec_coordinate_credit > li p {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_coordinate {
		display: block;
		width: 100%;
		margin: 0;
	}
	#lp_main_wrap .lp_sec_coordinate > li {
		width: 88%;
		margin: 0 auto;
	}
	#lp_main_wrap .lp_sec_coordinate > li:not(:first-child) {
		margin-top: 15%;
	}
	#lp_main_wrap .lp_sec_coordinate .lp_sec_coordinate_credit {
		margin-top: 18px;
		padding: 0 15px;
	}
}

/* lp_sec_material */
#lp_main_wrap .lp_sec_material {
	display: flex;
	gap: 20px;
	justify-content: center;
}
#lp_main_wrap .lp_sec_material > li {
	width: calc((100% - 40px) / 3);
	text-align: center;
}
#lp_main_wrap .lp_sec_material > li a {
	display: block;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_material {
		flex-wrap: wrap;
		gap: unset;
		justify-content: space-between;
		margin-bottom: -5%;
	}
	#lp_main_wrap .lp_sec_material > li {
		width: 49%;
		margin-bottom: 5%;
	}
}



/*---------------------*/
/*btn_bottom*/
#lp_main_wrap .footer_btn{
	margin-bottom: 3%;
}
#lp_main_wrap .footer_btn a{
	display: block;
	width: 85%;
	max-width: 1170px;
	background: #333333;
	border: 1px solid #333333;
	box-sizing: border-box;
	color: #ffffff;
	padding: 2% 5%;
	text-decoration: none;
	text-align: center;
	margin: auto;
	font-size: 1.1em;
	letter-spacing: 2.5px;
	transition: 0.5s;
	position: relative;
	}
  #lp_main_wrap .footer_btn a:hover{
	background: #c48e4d;
	color: #fff;
	border: 1px solid #fff;
  }
  
  #lp_main_wrap .footer_btn a::after {
	content: "";
	position: absolute;
	top: 37%;
	right: 4%;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	transform: rotate(45deg);
	z-index: 1;
	}
  #lp_main_wrap .footer_btn a:hover::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	}
  @media (max-width: 767px) {
#lp_main_wrap .footer_btn{
	margin-bottom: 3%;
}
#lp_main_wrap .footer_btn a{
	display: block;
	width: 100%;
	max-width: 1170px;
	padding: 5% 5%;
	text-decoration: none;
	text-align: center;
	margin: auto;
	font-size: 14px;
	letter-spacing: 0.01em;
	transition: 0.5s;
	position: relative;
	}
  #lp_main_wrap .footer_btn a::after {
	content: "";
	position: absolute;
	top: 40%;
	right: 0%;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 10px;
	transform: rotate(45deg);
	z-index: 1;
	}
  #lp_main_wrap .footer_btn a:hover::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	}
	  
  }
/* ========== 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;
	}
}
