@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.アイテム
6.プロフィール
7.アーカイブ
8.フッター

9.メインサブエリア

*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■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: #191919;
}

/*全体の設定/フォントなど*/
.js-main{
	text-align: center;
	/*font-size:1.3rem;*/
	line-height: 1.5;
	letter-spacing: 0.07em;
	font-family:'Lato','Noto Sans JP','Helvetica Neue', Arial,'Hiragino Kaku Gothic ProN','Hiragino Sans', Meiryo, sans-serif;
	font-weight: 400;
}
@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:100%;
	}
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
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 #000;
	background-color: transparent;
	padding: 0.5em 3em;
	font-size:0.7em;
	margin-left:0;
	color:#000;
}
/*小さい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-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%;
	}
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
3.メインビジュアル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.main-visual{
	margin-bottom:0;
	width:100%;
	background-color: #ffffff;
	line-height: 0;
}

h1{
	margin:0;
	line-height: 0;
}

.main-text{
	margin:5em 1em;
	font-size:0.9em;
	line-height: 2;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
4.メニュー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.itemmenu{
	margin-top:0;
	width:100%;
}
.itemmenu-title{
	background-color: #b3b3b3;
	padding-top: 1em;
	padding-bottom: 1em;
	font-weight: bold;
	letter-spacing: 0.4em;
	color:white;
}
.itemmenu-area{
	margin-top:0;
	background-color: #fbf0ea;
	padding-top: 3em;
	padding-bottom: 3em;
}
.itemmenu-flexbox{
	/*フレックスボックスの設定*/
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	/*フレックスボックスの要素を中央寄せ*/
	justify-content: center;	
}
.itemlist_box {
	width: 515px;
	margin: 0 auto;
	padding-top: 30px;
}
.itemmenu-item{
	padding:4%;
	width:46%;
}
.itemmenu-item img{
	width:100%;
}
.title_text {
	font-size: 3em;
	letter-spacing: 1.3;
	font-family: "omnes-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.title_text_new {
	font-size: 1em;
	padding-bottom: 20px;
}
.itemlist_text {
	font-size: 0.8em;
	/*margin-top: -5px;*/
}
.itemmenu-item .date{
	font-size:0.8em;
	font-weight: bold;
}
/*SP*/
@media screen and (max-width: 768px){   
	.itemmenu-title{
		font-size:0.8em;
	}
	.itemmenu-area{
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.itemmenu-item{
		
		padding:0.5em 4%;
		width:46%;
	}
	.itemlist_box {
		width: 90%;
		/*margin: 0 auto;
		padding-top: 30px;*/
	}

}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
5.アイテム
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*全体*/
.item-box{
	margin:100px auto 50px;
	
}
@media screen and (max-width: 768px){
	.item-box{
		margin:8em auto 4em;
	}
}


.item-t_top{ /*テキストver見出し*/
	font-family: 'Forum', cursive;
	font-size: 3.8em;
	letter-spacing: 1.5;
}
.heart img {
	width: 15px;
	margin: 0 auto;
}
.item-t_toptext01{ /*テキストver見出し*/
	font-size:3.5em;
}
.item-t_toptext02{ /*テキストver見出し*/
	font-size:1.5em;
}

.item-t img{ /*使用無し*/
	margin:auto;
	width:350px;
	height: auto;
}
.item-t_img img{
	height: 200px;
	width:auto;
}
.item-t_text{
	margin-top:1.5em;
	font-size:1.15em;
	letter-spacing: 0.15em;
}
.item-t_size {
	margin-top:0.6em; 
}
.item-t_price{
	margin-top:0.2em;
}
.height {
	font-family: 'Forum', cursive;
	font-size: 2.3em;
	letter-spacing: 1.5;
	line-height: 1.1;
	border-bottom: double;
	display: inline-block;
	margin: 0 0 30px;
}
.code_title {
	font-family: 'Forum', cursive;
	font-size: 1em;
	letter-spacing: 2;
	padding: 3px 30px;
	border: solid 1px;
	/*display: inline-block;*/
	margin: 0 40% 10px;
}
.code_item {
	padding-top: 10px;
	font-size: 0.9em;
}
.code_item span {
	font-size: 0.9em;
	border-bottom: 1px solid;
	margin-bottom: 10px;
	line-height: 3;
}

@media screen and (max-width: 768px){
	/*.item-t img{
		width:60%;
	}*/
	.item-t_img img{
		height: 120px;
	}
	.item-t_text{
		font-size:0.9em;
	}
	.item-t_price{
		font-size:0.8em;
	}
	.item-t_size {
		font-size:0.8em;
	}
	.code_title {
		font-size: 0.8em;
		padding: 3px 30px;
		margin: 0 20% 10px;
	}
	.code_item {
		padding-top: 8px;
		font-size: 0.8em;
	}
	.code_item span {
		font-size: 0.9em;
	}


}


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

@media screen and (max-width: 768px){
	.main-slider{
		width:90%;
	}
}
.main-slider-inner {
	width: 500px;
	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;
	}

}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
7.アーカイブ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.archive{
	margin:5em auto;
	padding-top:3em;
	padding-bottom:3em;
	background-color: #f7f7f7;
	width:100%;
}
.archive_t{
	margin-bottom:2em;
	font-weight:bold;
	letter-spacing: 0.2em;
}
.archive_box{
	/*フレックスボックスの設定*/
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	/*フレックスボックスの要素を中央寄せ*/
	justify-content: center;
}
.archive_box_item{
	padding:2%;
	width:30%;
}
.archive_box_item img{
	width:100%;
}
.archive_box_new img {
	width: 80%;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.archive_box_item{
		padding:2%;
		width:48%;
	}
}

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

.footer{
	margin-bottom: 0;
	padding-top:5em;
	padding-bottom:8em;
	background-color: #fff;
	margin-bottom: -30px;
	width:100%;
}
.footer a {
	color: #c28494;
}
.footer-logo img{
	width:185px;
}
@media screen and (max-width: 768px){
	.footer-logo img{
		width:25%;
	}
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
9.メインサブエリア
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.main-subarea{
	margin-top:8em;
}

.main-coupon{
	margin:auto;
	width:100%;
}
@media screen and (max-width: 768px){
	.main-coupon{
		width:90%;
	}
}

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