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

/* Futura PT - Adobe Fonts */
@import url("https://use.typekit.net/fjf5qez.css");
.futura-pt-medium {
font-family: futura-pt, sans-serif;
font-weight: 500;
font-style: normal;
}
.futura-pt-demi {
font-family: futura-pt, sans-serif;
font-weight: 600;
font-style: normal;
}
.futura-pt-heavy {
font-family: futura-pt, sans-serif;
font-weight: 700;
font-style: normal;
}
.futura-pt-bold {
font-family: futura-pt-bold, sans-serif;
font-weight: 700;
font-style: normal;
}
.futura-pt-condensed-book {
font-family: futura-pt-condensed, sans-serif;
font-weight: 400;
font-style: normal;
}
.futura-pt-condensed-bold {
font-family: futura-pt-condensed, sans-serif;
font-weight: 700;
font-style: normal;
}

/* Noto Sans Japanese https://fonts.google.com/noto/specimen/Noto+Sans+JP */
.font-notosansjp-medium {
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
	font-weight: 500;
	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;
  }
}



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

#lp_main_wrap {
  width: 100%;
  margin: 0 auto;
	color: #111;
  font-feature-settings: "palt";
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0em;
}
#lp_main_wrap * {
	box-sizing: border-box;
	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-single */
#lp_main_wrap header.mainvisual-single h2 {
  width: 100%;
  margin: 0;
  background: #f0eeed;
}
#lp_main_wrap header.mainvisual-single h2 img {
  max-width: 100%;
  margin: 0 auto;
}



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

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



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



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

/* lp_lead */
#lp_main_wrap .lp_lead {
  width: 100%;
  margin: 78px auto;
}
#lp_main_wrap .lp_lead .lp_lead_inner {
	width: 90%;
	max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}
#lp_main_wrap .lp_lead p {
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 0.075em;
	font-weight: 500;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_lead {
    margin: 15% auto;
  }
  #lp_main_wrap .lp_lead p {
    font-size: 15px;
  }
}

/* lp_item */
#lp_main_wrap .lp_item {
  width: 100%;
  margin: 0 auto 128px;
}
#lp_main_wrap .lp_item .lp_item_inner {
	width: 90%;
	max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_item {
    margin: 0 auto 13%;
  }
}

/* lp_item_title */
#lp_main_wrap .lp_item_title {
  width: 100%;
  margin: 0 auto 5%;
}
#lp_main_wrap .lp_item_title h3 {
  margin-bottom: 2%;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: bold;
  color: #000000;
}
#lp_main_wrap .lp_item_title h4 {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
	font-weight: bold;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_item_title {
    margin: 0 auto 8%;
  }
	#lp_main_wrap .lp_item_title h3 {
		margin-bottom: 5%;
		font-size: 30px;
	}
	#lp_main_wrap .lp_item_title h4 {
		font-size: 18px;
	}
}

/* lp_item-category_list */
#lp_main_wrap .lp_item-category_list {
  width: 100%;
  max-width: 814px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
#lp_main_wrap .lp_item-category_list li {
  width: 47%;
}
#lp_main_wrap .lp_item-category_list .lp_item-category_list_img {
  flex: 0 1 auto;
}
#lp_main_wrap .lp_item-category_list .lp_item-category_list_img img {
  width: 100%;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
#lp_main_wrap .lp_item-category_list .lp_item-category_list_title {
  flex: 1 1 auto;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	padding: 27px 20px 23px;
}
#lp_main_wrap .lp_item-category_list .lp_item-category_list_title .lp_item-category_list_title_main {
	margin-bottom: 3px;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
  font-size: 28px;
  line-height: 1.07;
  letter-spacing: 0.075em;
	color: #4a72d3;
}
#lp_main_wrap .lp_item-category_list .lp_item-category_list_title .lp_item-category_list_title_sub {
	font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.075em;
}
#lp_main_wrap .lp_item-category_list .lp_item-category_list_btn {
  flex: 0 1 auto;
}
#lp_main_wrap .lp_item-category_list .lp_item-category_list_btn p {
  font-size: 1.35em;
  font-weight: bold;
  width: 100%;
  position: relative;
  padding: 9%;
  color: #000000;
}
#lp_main_wrap .lp_item-category_list .lp_item-category_list_btn p::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  margin: 0;
  position: absolute;
  top: calc( 50% - 4px );
  right: 19%;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
}
@media (max-width: 979px) {
	#lp_main_wrap .lp_item-category_list li {
  	width: 33%;
 }
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item-category_list .lp_item-category_list_title {
		padding: 14px 10px 10px;
	}
	#lp_main_wrap .lp_item-category_list .lp_item-category_list_title .lp_item-category_list_title_main {
		margin-bottom: 3px;
		font-size: 24px;
	}
	#lp_main_wrap .lp_item-category_list .lp_item-category_list_btn {
		flex: 0 1 auto;
	}
	#lp_main_wrap .lp_item-category_list{
  	gap: 13px;
 }
	#lp_main_wrap .lp_item-category_list li {
  	width: 48%;
 }
#lp_main_wrap .lp_item-category_list .lp_item-category_list_btn p {
  font-size: 15px;
  padding: 10% 0 14%;
  letter-spacing: 0em;
  text-align: center;
  line-height: 1.4;
}
#lp_main_wrap .lp_item-category_list .lp_item-category_list_btn p::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  margin: 0;
  position: absolute;
  top: calc( 50% - 6px );
  right: 10%;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
}
}

/* lp_item-price_list */
#lp_main_wrap .lp_item-price_list {
  width: 100%;
	margin-bottom: 6.4%;
	display: flex;
	justify-content: space-between;
}
#lp_main_wrap .lp_item-price_list li {
  width: 15.7%;
}
#lp_main_wrap .lp_item-price_list a.lp_item-price_list_img {
  display: block;
	box-shadow: 0px 4px 6.72px 0.28px rgba(0, 0, 0, 0.05);
}
#lp_main_wrap .lp_item-price_list p.lp_item-price_list_name {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.78;
  letter-spacing: 0.08em;
}
@media (max-width: 979px) {
  #lp_main_wrap .lp_item-price_list {
  	flex-wrap: wrap;
  }
	#lp_main_wrap .lp_item-price_list li {
  	width: 30.6%;
		margin-bottom: 6%;
	}
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_item-price_list {
  	flex-wrap: wrap;
		margin-bottom: 14%;
  }
	#lp_main_wrap .lp_item-price_list li {
		width: 48%;
		margin-bottom: 6%;
	}
	#lp_main_wrap .lp_item-price_list p.lp_item-price_list_name {
		margin-top: 14px;
		line-height: 1.7;
	}
}

/* lp_item-price_btn */
#lp_main_wrap .lp_item-price_btn {
	width: 100%;
	max-width: 932px;
  margin: 9% auto 0;
  text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 2.8%;
}
#lp_main_wrap .lp_item-price_btn a {
  flex: 1 0 48.2%;
	display: block;
	position: relative;
  padding: 30px 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.075em;
	font-weight: bold;
  background: #4a72d3;
  color: #ffffff;
}
#lp_main_wrap .lp_item-price_btn a::after {
  content: "";
	width: 8px;
	height: 8px;
  display: block;
  margin: 0;
	position: absolute;
	top: calc( 50% - 4px );
	right: 6%;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item-price_btn {
  	margin: 20% auto 0;
		flex-direction: column;
		gap: 20px;
	}
	#lp_main_wrap .lp_item-price_btn a {
		flex: 1 0 100%;
  	padding: 20px;
  	font-size: 17px;
	}
}

/* lp_gift */
#lp_main_wrap .lp_gift {
  width: 100%;
  margin: 0 auto 5%;
  background: #f0eeed;
}
#lp_main_wrap .lp_gift .lp_gift_inner {
	width: 90%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 6% 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6%;
}
#lp_main_wrap .lp_gift .lp_gift_inner .lp_gift_text {
	flex: 1 0 auto;
	margin-left: 7.6%;
}
#lp_main_wrap .lp_gift .lp_gift_inner .lp_gift_img img{
    padding: 0 10% 7%;
}
#lp_main_wrap .lp_gift h3 {
	margin-bottom: 18px;
	padding-left: 8px;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 49px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #000000;
}
#lp_main_wrap .lp_gift p {
	margin-bottom: 36px;
	padding-left: 8px;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0.02em;
	font-weight: 500;
}
#lp_main_wrap .lp_gift a.lp_gift_btn {
	margin-bottom: 10px;
	display: block;
	max-width: 330px;
	margin-right: auto;
	position: relative;
	padding: 28px 20px;
	text-align: center;
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0.08em;
	font-weight: 500;
	background: #000000;
	color: #ffffff;
}
#lp_main_wrap .lp_gift a.lp_gift_btn::after {
  content: "";
	width: 8px;
	height: 8px;
  display: block;
  margin: 0;
	position: absolute;
	top: calc( 50% - 4px );
	right: 6%;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
#lp_main_wrap .lp_gift a.lp_gift_btn-smp {
	display: none;
}
@media (max-width: 979px) {
	#lp_main_wrap .lp_gift .lp_gift_inner .lp_gift_text {
		margin-left: 5%;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_gift {
		margin: 0 auto 5%;
		padding: 5%;
	}
	#lp_main_wrap .lp_gift .lp_gift_inner {
	display: block;
	}
	#lp_main_wrap .lp_gift .lp_gift_inner .lp_gift_text {
	margin: 0 auto;
	}
	#lp_main_wrap .lp_gift h3 {
		margin-bottom: 5%;
		padding-left: 0;
		font-size: 30px;
	}
	#lp_main_wrap .lp_gift p {
		margin-bottom: 8%;
		padding-left: 0;
		font-size: 16px;
		line-height: 1.8;
	}
	#lp_main_wrap .lp_gift a.lp_gift_btn {
		display: none;
	}
	#lp_main_wrap .lp_gift a.lp_gift_btn-smp {
		display: block;
		max-width: 100%;
		margin-top: 10px;
		padding: 20px 12px;
		position: relative;
		text-align: center;
		font-size: 17px;
		line-height: 1;
		letter-spacing: 0.08em;
		font-weight: 500;
		background: #000000;
		color: #ffffff;
		font-size: 16px;
	}
	#lp_main_wrap .lp_gift a.lp_gift_btn-smp::after {
		content: "";
		width: 8px;
		height: 8px;
		display: block;
		margin: 0;
		position: absolute;
		top: calc( 50% - 4px );
		right: 6%;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		transform: rotate(45deg);
	}
}



/* ========== UTILITY ========== */

.lp_viewpc_block {
  display: block;
}
.lp_viewpc_inline {
  display: inline;
}
.lp_viewpc_inline-block {
  display: inline-block;
}
.lp_viewpc_none {
  display: none;
}
.lp_viewsmp_block,
.lp_viewsmp_inline,
.lp_viewsmp_inline-block {
  display: none;
}
.lp_viewxs_block,
.lp_viewxs_inline,
.lp_viewxs_inline-block {
  display: none;
}
@media (max-width: 767px) {
	.lp_viewpc_block,
	.lp_viewpc_inline,
	.lp_viewpc_inline-block {
	  display: none;
	}
	.lp_viewsmp_block {
	  display: block;
	}
	.lp_viewsmp_inline {
	  display: inline;
	}
	.lp_viewsmp_inline-block {
	  display: inline-block;
	}
	.lp_viewsmp_none {
	  display: none;
	}
}
@media (max-width: 425px) {
	.lp_viewxs_block {
	  display: block;
	}
	.lp_viewxs_inline {
	  display: inline;
	}
	.lp_viewxs_inline-block {
	  display: inline-block;
	}
	.lp_viewxs_none {
	  display: none;
	}
}
