@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.フッター
.btn-menu
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;
}

/*全体の設定/フォントなど*/
.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: #ffffff;
  /*border-radius: 25px;*/
  background-color: #6f8fa2;
  border: none;
  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.1em 3em;
	}
	.btn-small{
		 padding: 0.1em 2em;
	}
}
/*メニュー用*/
.btn-menu{
	font-size:0.5em;
	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: #fbf9f7;
	line-height: 0;
}

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

.main-text{
	margin:2em;
	font-size:0.7em;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
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: #eff0f1;
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}
.itemmenu-flexbox{
	/*フレックスボックスの設定*/
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	/*フレックスボックスの要素を中央寄せ*/
	justify-content: center;	
}
.itemmenu-item{
	padding:2%;
	width:15%;
}
.itemmenu-item img{
	width:100%;
}
.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:1em 2%;
		width:30%;
	}
}

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

	/*セール：開始*/
	
		.sale{
			display: inline-block;
			padding:0.2em 1em;
			font-size:0.8em;
			color:#fff;
			background-color: #be5b60;
			margin-top: 10px;
		}
		.hit{
			display: inline-block;
			padding:0.2em 1em;
			font-size:0.8em;
			color:#fff;
			background-color: #195384;
			margin-top: 10px;
		}

		/*消し値*/
		.price01{
			padding-top: 8px;
			text-decoration: line-through;
		}
		/*本価格*/
		.price02{
			font-size:1.2em;
			margin-top:-5px; 
		}
		.tax {
			font-size: 0.8em;
			padding-left: 7px;
		}

	/*セール：終了*/



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

/*タイトル*/
.item-box_t{
}

.item-t_top{ /*テキストver見出し*/
	font-family: adobe-handwriting-ernie, sans-serif;
	font-weight: 400;
	font-style: normal;
	
	margin-bottom:1.8em;
}
.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;
	font-weight: 900;
	letter-spacing: 0.15em;
}
.item-t_price{
	margin-top:0.5em;
}
.item-t_coupon{
	display: inline-block;
	padding:0em 0.5em;
	margin-top:0.25em;
	color:white;
}
@media screen and (max-width: 768px){
	/*.item-t img{
		width:60%;
	}*/
	.item-t_img img{
		height: 120px;
	}
	.item-t_text{
		font-size:0.8em;
	}
	.item-t_price{
		font-size:0.6em;
	}
	.item-t_coupon{
		font-size:0.7em;
	}
}
/*画像*/
.item-image{
	margin-top:3em;
}
.item-image img{
	width:100%;	
}
.item-img01{
	margin:auto;
	width:75%;
}
.item-img02{
	margin-top:5em;
}
@media screen and (max-width: 768px){
	.item-image{
		margin-top:1.5em;
	}
	.item-img01{
		width:90%;
	}
	.item-img02{
		margin-top:2em;
	}
}
/*item02*/
.item02 .item-img02{
	margin:auto;
	width:60%;
}
.item02 .item-img03{
	margin:3em auto 0;
	width:80%;
}
@media screen and (max-width: 768px){
	.item02 .item-img03{
		width:100%;
	}
}
/*item04*/
.item04 .item-img02{
	margin:auto;
	width:75%;
}
@media screen and (max-width: 768px){
	.item04 .item-img02{
		width:90%;
	}
}

/*コメント*/
.item-comment{
	margin:4em auto 2em;
	padding:3em;
	border:4px solid #000;
	text-align: left;
	width:600px;
}
.comment-icon{ /*使用無し*/
	margin-top:-5.3em;
	text-align: center;
}
.comment-icon .img{ /*使用無し*/
	width:300px;
}
.comment-title{
	font-family: adobe-handwriting-ernie, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.item-comment_textarea{
	margin-top:2em;
}
.comment-heading{
	font-size:1.4em;
	font-weight: 700;
}
.comment-text{
	margin-top:1.2em;
	font-size:0.85em;
	line-height: 1.8;
}
@media screen and (max-width: 768px){
	.item-comment{
		margin:4em auto 2em;
		padding:8%;
		width:90%;
		
		font-size:0.8em;
	}
	.comment-icon{ /*使用無し*/
		margin-top:-4em;
	}
	.comment-icon .img{ /*使用無し*/
		width:100%;
	}
}
/*footer BUY*/
.footer-buy{
	margin:1em auto;
}
.footer-buy_text .text01{
	font-size:1em;
	font-weight: 900;
	letter-spacing: 0.15em;
}
.footer-buy_text .text02{
	font-size:0.8em;
}
@media screen and (max-width: 768px){
	.footer-buy{
		font-size:0.8em;
	}
}
/*coordinate item*/
.coordinate-item{
	margin-top:5em;
	padding-top:3em;
	padding-bottom:3em;
	width:100%;
	background-color: #6f8fa2;
	
	text-align: left;
	color:#fff;
}
.ci-box{
}
.ci-box .left{
}
.ci-box .left img{
	width:100%;
}
.ci-box .right{
	
}
.coordinate-item .ci-heading{
	font-weight: 900;
	letter-spacing: 0.25em;
	text-decoration: underline;
}
.coordinate-item .ci-text01{
	margin-top:0.9em;
	font-size: 0.7em;
}
.coordinate-item .ci-text02{
	margin-top:1.2em;
	font-size: 0.7em;
	line-height: 1.7;
}

@media screen and (min-width: 768px){
	.ci-box{
		/*フレックスボックスの設定*/
		display: -webkit-flex;
   	 	display: flex;
   	 	-webkit-flex-wrap: wrap;
    	flex-wrap: wrap;
		/*フレックスボックスの要素を中央寄せ*/
		justify-content: center;
	}
	.ci-box .left{
		width:20%;
	}
	.ci-box .right{
		padding-left:5%;
		width:50%;
	}
}
@media screen and (max-width: 768px){
	.coordinate-item{
		margin-top:2em;
	}
	.ci-box{
		width:70%;
		margin:auto;
	}
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
6.プロフィール
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.profile{
	margin: 4em auto ;
	padding:2em;
	width:60%;
	border-top:2px solid black;
	border-bottom:2px solid black;
}
.profile_t{
	font-weight:bold;
	letter-spacing: 0.2em;
}
.profile_img{
	margin: 1em auto 0;
	width:60%;
}
.profile_img img{
	width:100%;
}
.profile_box{
}
.profile_name{
	margin-top:1em;
	font-weight:bold;
	text-align: left;
	font-size:0.8em;
}
.profile_text{
	margin:1em auto 2em;
	text-align: left;
	font-size:0.6em;
}

@media screen and (max-width: 768px){
	.profile{
		width:90%;
		margin: 1em auto ;
	}
}

@media screen and (min-width: 768px){
	.profile_box{
		/*フレックスボックスの設定*/
		display: -webkit-flex;
    	display: flex;
    	-webkit-flex-wrap: wrap;
    	flex-wrap: wrap;
		/*フレックスボックスの要素を中央寄せ*/
		justify-content: center;
		
		width:80%;
		margin:auto;
		padding:2em;
	}
	.profile_img{
		width:30%;
	}
	.profile_textbox{
		padding-left:2em;
		width:70%;
	}
}


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

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

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

.outer_footer{
	margin-bottom: 0;
	padding-top:5em;
	padding-bottom:8em;
	background-color: #fff;
	margin-bottom: -30px;
	width:100%;
}
.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);
}