@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;900&family=Noto+Sans+JP:wght@400;700&display=swap');

/*Adobe Handwriting Ernie*/
@import url("https://use.typekit.net/euf7gvp.css");
/*
font-family: adobe-handwriting-ernie, sans-serif;
font-weight: 400;
font-style: normal;
*/

/*================================
目次
================================

■FSの設定打消し
■PC版とSP版での表示切替設定（見出しや改行などPCとSPの表示を分けたい場合に使用）

1.全体
2.共通フォーマット（ボタンデザインなど）
3.メインビジュアル
4.ポイント
5.身長別チャート&カラバリ

8.フッター



*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■FSの設定打消し
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.fs-l-main *{
	min-width: initial;
    min-width: auto;
    min-height: initial;
    min-height: auto;
}

/*メインエリアの横幅制限解除ここから*/
.fs-l-pageMain {
	max-width: 100%;
}

.fs-l-main{
	max-width: 100%;
	padding:0;
	margin:0;
}
/*メインエリアの横幅制限解除ここまで*/


.fs-c-breadcrumb{
	padding-top:80px;
}
@media screen and (max-width:768px) {
	.fs-c-breadcrumb{
		padding-top:80px;
	}
}

/* 「現在登録されている商品はありません。」を非表示 */
.fs-c-noResultMessage { display: none }

/* 「サブグループメニュー」を非表示 */
.fs-c-subgroup { display: none }

/* 文字サイズ調整 */
.fs-l-main{
	font-size:1.1em;
}

/*共通フッターのマージン調整*/
.footer-sp{
	margin-top: 0 !important;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■PC版とSP版での表示切替設定（見出しや改行などPCとSPの表示を分けたい場合に使用）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*例：brタグにclassを追加
PCのみで改行→pc <br class="pc">
SPのみで改行→sp <br class="sp">
※両方共通の改行の場合は<br>のみでOK

他、PCとSPで表示を分けたい部分にも使用可能
*/

@media screen and (min-width: 768px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 768px){   
  .pc { display:none; }
  .sp { display:block; }
}



/*================================
1.全体
================================*/

body{
/*背景色*/
	background-color: #fff;
	color: #362e26;
}

/*全体の設定/フォントなど*/
.js-main{
	text-align: center;
	/*font-size:1.3rem;*/
	line-height: 1.5;
	letter-spacing: 0.07em;
	/*font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;*/
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
}
@media screen and (max-width:768px) {
	.js-main{
		padding-top:0;
	}
}

/*リンクの設定*/
.js-main a{
	text-decoration:none;
	color:black;
}
.js-main a:hover,a:hover img{
	opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity = 60);
}


/*widthなどの適応範囲をborder基準に変更*/
.js-main *, .js-main *:before, .js-main *:after{
	-webkit-box-sizing: border-box; /* Webkit */
	-moz-box-sizing: border-box; /* Firefox */
	box-sizing: border-box; /* 標準 */
}


/*SP版画像サイズ制御*/
@media screen and (max-width:768px) {
    /*　画面サイズが768px以下の時はここを読み込む　*/
	.js-main img{
	width:100%;
	height: auto;
	}
}

/*PC900px、SP100%*/
.js-container{
	width:980px;
	margin:auto;
}
@media screen and (max-width: 768px){   
	.js-container{
		width:90%;
	}
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
2.共通フォーマット（ボタンデザインなど）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*ボタン*/
.btn01 {
  display: inline-block;
  padding: 0.5em 5em;
  color: #c28494;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px #c28494 solid;
  cursor: pointer;
  margin: 0.8em 5px;
}
/*ボタンgray*/
.btn_gray{
	background-color: #353535;
}
/*ボタンpink*/
.btn_pink{
	background-color: #ca7a7a;
}
/*ボタンpink2*/
.btn_pink2{
	background-color: #e88a8a;
}
/*ボタンyellow*/
.btn_yellow{
	background-color: #d1ac65;
}
/*ボタンgold*/
.btn_gold{
	background-color: #af9578;
}
/*ボタン枠のみ*/
.btn_line{
	border:1px solid #fff;
	background-color: transparent;
	padding: 0.5em 3em;
	font-size:0.7em;
	margin-left:0;
}
/*ボタン枠のみ　黒*/
.btn_line_bk{
	border:1px solid #504b46;
	background-color: transparent;
	padding: 0.8em 4em;
	font-size:1.1em;
	margin-left:0;
	color:#362e26;
	display: inline-block;
	font-weight: 400;
	letter-spacing: 0.15em;
}
.arrow {
	position: relative;
	display: inline-block;
}
.arrow:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #362e26;
  border-right: solid 2px #362e26;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0.7em;
  bottom: 0;
  margin: auto;
}
.arrow p {
	color: #fff;
}


/*小さいver*/
.btn-small{
	font-size:0.8em;
	padding: 0.5em 3em;
	margin-top:-1em;
}
@media screen and (max-width: 768px){
	.btn01{
		 padding: 0.5em 4em;
		border-radius: 8px;
		font-size: 0.9em;
	}
	.btn-small{
		 padding: 0.1em 2em;
	}
	.btn_line_bk{
		padding: 0.8em 5.5em;
		font-size:0.9em;
		letter-spacing: 0.25em;
	}
	.arrow:before {
	  width: 7px;
	  height: 7px;
	  right: 0.5em;
	}
}
/*メニュー用*/
.btn-menu{
	font-size:0.1em;
	padding: 0.5em;
	width:60%;
}
@media screen and (max-width: 768px){
	.btn-menu{
		font-size:0.5em;
		padding: 0.5em;
		width:90%;
	}
}
/*Paganiniフォント*/
.font_serif {
	font-family: "paganini", serif;
	font-weight: 300;
	font-style: normal;
}
/*Futura PTフォント*/
.font_sunserif {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #b6b2ad;
	letter-spacing: 0.3em;
}
.main-margin {
	margin: 3em auto;
	padding: 1em 0;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
3.メインテキスト
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.main-text-logo {
	width: 260px;
	margin: 0 auto;
}
.main-text-logo img {
	width: 100%;
}
.main-text-box {
	padding: 6em 0;
	border-top: 1px solid #504b46;
}
.main-text-en {
	font-size: 2.8em;
	line-height: 1.2;
}
.main-text-ja {
	font-size: 1.9em;
	line-height: 1.2;
	margin: 3.5em auto 0.7em;
	font-weight: 400;
}
.main-menu-title {
	font-size: 1.2em;
	padding-bottom: 0.5em;
}
.main-menu-item {
	font-size: 1.6em;
	font-weight: 400;
	line-height: 1.6;
}
.main-menu-item a {
	color: #362e26;
}

.vl {
	width: 0.5px;
	margin: 30px auto;
	height: 50px;
	background-color: #948f8a;
}
@media screen and (max-width: 768px){
	.main-text-logo {
		width: 40%;
		margin: 0 auto;
	}
	.main-text-logo img {
		width: 100%;
	}
	.main-text-box {
		padding: 3em 0 4em;
	}
	.main-text-en {
		font-size: 1.5em;
	}
	.main-text-ja {
		font-size: 1.3em;
		margin: 2em auto 1em;
	}
	.main-menu-title {
		font-size: 1em;
		padding-bottom: 0.8em;
	}
	.main-menu-item {
		font-size: 1.5em;
	}


}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
5.スタイル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


.style-book img{
	width:100%;
}

.style-book-inner img {
	width: 100%;
}
.style-book-inner {
	width: 600px;
	margin: 0 auto;
}
.img_under_text{
	color:#5e5e5e;
	margin-top:-0.2em;
	font-size:0.7em;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.style-book_link {
	font-size: 0.75em;
	line-height: 1.7;
}
@media screen and (max-width: 768px){
	.style-book-inner {
		width: 100%;
		margin: 0 auto;
	}
	.style-book_link {
		font-size: 0.75em;
	}
}

.style-book_A {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 183.2653%;/*横980px 高さ1796px*/
}
.style-book_A > div{
	position: absolute;
	height: auto;
}
.style-book_A-00 {
	width: 100%;
	top: 0;
	left: 0%;
}
.style-book_A-01 {
	width: 95%;
	top: 56.514%;
	left: 0%;
}
.style-book_A-link {
	bottom: 7.0973%;
	font-size: 0.9em;
	line-height: 1.2;
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 10px;
}

.arrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  left: 8px;
  top: 0px;
}
.arrow.arrow-bottom::before {
  transform: rotate(135deg);
}
@media screen and (max-width: 768px){
	.style-book_A-link {
		bottom: 5.0973%;
		font-size: 0.9em;
		line-height: 0.9;
	}
	.arrow::before {
	  content: '';
	  width: 6px;
	  height: 6px;
	  left: 8px;
	  top: 0px;
	}

}


.style-book_B {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 334.0816%;/*横980px 高さ3274px*/
}
.style-book_B > div{
	position: absolute;
	height: auto;
}

.style-book_B-01 {
	width: 72.755%;
	top: 0;
	left: 13.6225%;
}
.style-book_B-02 {
	width: 48.3673%;
	top: 38.6712%;
	right: 0;
}
.style-book_B-03 {
	width: 38.163%;
	top: 45.5406%;
	left: 6.7346%;
}
.style-book_B-04 {
	width: 69.8979%;
	top: 63.2254%;
	right: 15.05105%;
}
.style-book_B-05 {
	width: 86.7346%;
	top: 81.0989%;
	right: 6.6327%;
}

.style-book_B-link {
	bottom: 4.9102%;
}
@media screen and (max-width: 768px){
	.style-book_B-link {
		bottom: 4.0102%;
	}
}

.style-book_C {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 200.3061%;/*横980px 高さ1963px*/
}
.style-book_C > div{
	position: absolute;
	height: auto;
}

.style-book_C-01 {
	width: 71.8367%;
	top: 0;
	left: 14.0816%;
}
.style-book_C-02 {
	width: 56.6326%;
	top: 46.1029%;
	left: 0;
}
.style-book_C-03 {
	width: 37.8571%;
	top: 66.0213%;
	right: 0;
}
.style-book_C-link {
	bottom: 6.8553%;
}

.style-book_D {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 322.0408%;/*横980px 高さ3156px*/
}
.style-book_D > div{
	position: absolute;
	height: auto;
}

.style-book_D-01 {
	width: 65.4081%;
	top: 0;
	left: 17.2959%;
}
.style-book_D-02 {
	width: 65.4081%;
	top: 23.8910%;
	left: 17.2959%;
}
.style-book_D-03 {
	width: 50.1020%;
	top: 50.6653%;
	right: 0;
}
.style-book_D-04 {
	width: 42.9591%;
	top: 62.1673%;
	left: 0;
}
.style-book_D-05 {
	width: 86.7346%;
	top: 81.7490%;
	right: 6.6327%;
}
.style-book_D-link {
	bottom: 4.3947%;
}

.style-book_E {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 331.1224%;/*横980px 高さ3245px*/
}
.style-book_E > div{
	position: absolute;
	height: auto;
}

.style-book_E-01 {
	width: 70.4081%;
	top: 0;
	left: 14.7959%;
}
.style-book_E-02 {
	width: 86.7346%;
	top: 33.4360%;
	right: 6.6327%;
}
.style-book_E-03 {
	width: 58.6734%;
	top: 52.9429%;
	left: 0;
}
.style-book_E-04 {
	width: 34.6938%;
	top: 66.2557%;
	right: 0;
}
.style-book_E-05 {
	width: 86.7346%;
	top: 82.2804%;
	right: 6.6327%;
}
.style-book_E-link {
	bottom: 4.2947%;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
8.詳細
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.detail{
	width:100%;
	margin:0;
	background-color: #f4f4f4;
	font-size: 0.75em;
	letter-spacing: 0.08em;
	padding: 6em 0 4em;
}


.detail_contents{
	margin:50px auto 0;
	padding:40px 40px 1px;
	width:500px;
	background-color: #fff;
	color:#000;
	text-align: justify;
}
.coupon_text_1 {
	font-size: 1.2em;
	font-weight: 700;
}
.coupon_text_2 {
	font-size: 1.5em;
	font-weight: 700;
	margin-top: 0.5em;
}
.coupon_img img {
	width: 60%;
	margin: 2em auto;
}
.main-subtitle{
	margin-top:1em;
	margin-bottom:50px;
	font-size:0.9em;
	letter-spacing: 0.2em;
}
.main-subtitle_notice{
	margin:3em auto;
	padding:1em;
	width:90%;
	max-width:500px;
	border:1px solid #666;
	border-radius: 7px;
}
.main-subtitle_notice span{
	color:tomato;
}
.main-subtitle b{
	font-size: 1.6em;
	color: firebrick;
}

@media screen and (max-width: 768px){
	.detail{
		padding: 4em 0 4em;
	}
	.detail_contents{
		padding: 2em 5% 1px;
		width:90%;
	}
	.coupon_img img {
		width: 100%;
		margin: 2em auto;
	}.main-subtitle b{
		font-size: 1.45em;
	}
}
.contents-title{
	color:#fff;
	background-color: #393939;
	padding: 0.5em 1em 0.3em;
	margin-bottom:1em;
	font-weight: bold;
}
.contents-text{
	padding: 0.5em;
	margin-bottom:3em;
}

.contents-text .heading{
	font-weight: bold;
	font-size:1.2em;
	line-height:1.3;

	margin-top:1em;
	margin-bottom:0.5em;

	padding-bottom:0.2em;
	border-bottom:solid 1px #000;
}

.contents-text .heading_icon{
	margin-bottom:0.3em;
}
.contents-text .heading_icon span{
	display: inline-block;
	color:#fff;
	background-color: #000;
	font-size:0.6em;
	font-weight: normal;
	padding:0.3em 0.8em 0.1em;

}

/*SP*/
@media screen and (max-width: 768px){

}


/*注意書き*/
.contents-text ul{
	    padding-left: 30px;
}
.contents-text li{
	    margin-top:0.8em;
}
@media screen and (max-width: 768px){
	.contents-text ul{
	    padding-left: 5%;
	}
	.contents-text{
		letter-spacing: 0.05em;
	}
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ex.swiper
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.main-slider{
	margin:1em auto;
	/*width:600px;*/
	position: relative;
}

@media screen and (max-width: 768px){
	/*.main-slider{
		width:90%;
	}*/
}
.main-slider-inner {
	width: 580px;
	margin: 0 auto;
}
.swiper img{
	width:100%;
}
.swiper video {
	width: 100%;
}

/*縦横比率固定*/
/*.swiper {
    position: relative;
    width: 100%;
}*/
.swiper:before {
    content:"";
    display: block;
    /*padding-top: 100%; *//* 高さを幅の75%に固定 */
}
/*.swiper-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}*/

/*.swiper-button-next {
	top:50%;
	right: 0;
}*/

/*他カスタマイズ*/
.swiper-button-next:after ,.swiper-button-prev:after{
	color:#747474;
	
	font-size:1em;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block
}

.slider1 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block
}
.slider2 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block
}



@media screen and (max-width: 768px){
	.swiper-button-next:after ,.swiper-button-prev:after{
		font-size:10px;
	}
	.main-slider [class^="swiper-button-prev"]::after {
		font-size:30px;
	}
	.main-slider [class^="swiper-button-next"]::after {
		font-size:30px;
	}
	.main-slider-inner {
		width: 70%;
		margin: 0 auto;
	}

}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
8.フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.footer{
	
}
.footer-inner {
	/*border-top: 1px solid #504b46;*/
	margin-bottom: 0;
	padding-top:4em;
	padding-bottom:7em;
}
.footer a {
	color: #d76b45;
	display: inline-block;
}
.footer-logo{
	width:200px;
	display: block;
	margin: 0 auto 1.5em;

}
/*.footer .btn_line_bk {
	border:1px solid #fff;
	color:#fff;
}*/


@media screen and (max-width: 768px){
	.footer-inner {
		margin-top: 2em;
		margin-bottom: 0;
		padding-top:2em;
		padding-bottom:2em;
	}

	.footer img{
		width:50%;
	}

	.footer{
		padding-top:0;
		padding-bottom:5em;
	}
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ex.フェードインエフェクト
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*.fadein-top {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}*/



/*下から*/
/*.fadein {
	opacity : 0;
	transform: translateY(50px);
	transition: all 1s;
	-moz-transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-o-transform: translateY(50px);
	-ms-transform: translateY(50px);
}*/



.scroll-space{
  box-sizing: border-box;
  padding-top: 300px;
  height: 1600px;
  color: #fff;
  overflow: hidden;
}
.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
  &.fadein-left{
      transform: translate(-30px,0);
  }
  &.fadein-right{
      transform: translate(30px,0);
  }
  &.fadein-up{
      transform: translate(0,-30px);
  }
  &.fadein-bottom{
      transform: translate(0,30px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}















