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



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

body{
  overflow-x: hidden;
}

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



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

#lp_main_wrap {
  width: 100%;
  margin: 0 auto;
	color: #333;
  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: 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/TB/SMP */
#lp_main_wrap .lp_mv {
	width: 100%;
	margin: 0;
}
#lp_main_wrap .lp_mv img {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
}
#lp_main_wrap .lp_mv-pc-1920 {
	width: 100%;
	margin: 0;
}
#lp_main_wrap .lp_mv-pc-1920 img {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
#lp_main_wrap .lp_mv-pc-1440,
#lp_main_wrap .lp_mv-smp {
	display: none;
}
@media (max-width: 1440px) {
	#lp_main_wrap .lp_mv-pc-1440 {
		display: block;
	}
	#lp_main_wrap .lp_mv-pc-1920,
	#lp_main_wrap .lp_mv-smp {
		display: none;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_mv-smp {
		display: block;
	}
	#lp_main_wrap .lp_mv-pc-1920,
	#lp_main_wrap .lp_mv-pc-1440 {
		display: none;
	}
}


/* ========== 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;
	font-weight: bold;
}
#lp_main_wrap .price {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0 14px;
}
#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::before,
#lp_main_wrap .price .lsize::before {
  display: inline-block;
	margin-right: 2px;
}
#lp_main_wrap .price .msize:before {
  content: "M";
}
#lp_main_wrap .price .lsize:before {
  content: "L";
}
#lp_main_wrap .price a {
  display: inline-block;
	padding: 5px 8px;
  line-height: 1;
	background-color: #f6f6f6;
	border-radius: 2px;
}


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

/* lp_lead */
#lp_main_wrap .lp_lead {
  width: 100%;
  margin: 11% auto 13%;
  text-align: center;
}
#lp_main_wrap .lp_lead h3 {
	margin-bottom: 2%;
	font-family: "A-OTF-RyuminPro-Bold","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho","Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  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: 7% auto 18%;
  }
	#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: 18px;
  	letter-spacing: 0.02em;
	}
 #lp_main_wrap .lp_lead p {
    font-size: 14px;
  }
}

/* lp_sec */
#lp_main_wrap .lp_sec + .lp_sec {
  margin-top: 23%;
}
#lp_main_wrap .lp_sec_subcontent {
  margin-top: 14%;
}
@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_sec_title */
#lp_main_wrap .lp_sec_title {
  margin-bottom: 3%;
	text-align: center;
}
#lp_main_wrap .lp_sec_title h3 {
  margin-bottom: 3.7%;
	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: 50px;
  letter-spacing: 0.06em;
  line-height: 1;
}
#lp_main_wrap .lp_sec_title h3 span {
	display: block;
  margin-top: 10px;
	font-family: "A-OTF-RyuminPro-Bold","ヒラギノ明朝 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: #00326D;
}
#lp_main_wrap .lp_sec_title h4 {
	margin-bottom: 3%;
	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;
}
#lp_main_wrap .lp_sec_title h4 span {
	display: block;
  margin-top: 12px;
	font-family: "A-OTF-RyuminPro-Bold","ヒラギノ明朝 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: #00326D;
}
#lp_main_wrap .lp_sec_title p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
	font-weight: 500;
}
@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-bottom: 6%;
		font-size: 32px;
		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;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_sec_title h3 {
		font-size: 33px;
		letter-spacing: 0.04em;
	}
	#lp_main_wrap .lp_sec_title p {
		font-size: 12px;
		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: 23px;
	padding: 0 10px;
}
#lp_main_wrap .lp_sec_coordinate .lp_sec_coordinate_credit > li {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px 10px;
}
#lp_main_wrap .lp_sec_coordinate .lp_sec_coordinate_credit > li:not(:first-child) {
	margin-top: 21px;
}
#lp_main_wrap .lp_sec_coordinate .lp_sec_coordinate_credit > li p {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#lp_main_wrap .lp_sec_coordinate .lp_sec_coordinate_credit > li p a {
  font-size: 13px;
  letter-spacing: 0.095em;
}
@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: 30px;
		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%;
	}
}

/* lp_sec_material_text */
#lp_main_wrap .lp_sec_material_text {
	margin-top: 20px;
	text-align: center;
}
#lp_main_wrap .lp_sec_material_text h5 {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 2.35;
	letter-spacing: 0.04em;
	font-weight: bold;
}
#lp_main_wrap .lp_sec_material_text p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.04em;
	font-weight: 500;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_material_text {
		margin-top: 8%;
	}
	#lp_main_wrap .lp_sec_material_text p {
		line-height: 1.875;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_sec_material_text p {
		font-size: 12px;
		line-height: 1.875;
		letter-spacing: 0.02em;
	}
}



/* lp_btn */
#lp_main_wrap .lp_btn {
  width: 100%;
  margin: 14% auto 5%;
  padding: 0;
  text-align: center;
}
#lp_main_wrap .lp_btn a {
  display: block;
	max-width: 900px;
	margin: -40px auto 0;
  padding: 22px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: #333;
  color: #fff;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_btn {
    margin: 30% auto 10%;
  }
	#lp_main_wrap .lp_btn a {
    padding: 16px;
    font-size: 16px;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_btn a {
    font-size: 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;
	}
}
