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

/*□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□　　　□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□*/
* { box-sizing: border-box; }
body { margin: 0; padding: 0; background-color: #000116; }
img { max-width: 100%; }
section { overflow: hidden; }
.red { color: #F00; }
a { text-decoration: none; }
h1 { margin: 0; }
h1 a { color: #FFF; text-decoration: none; font-family: 'Great Vibes', cursive; transform : scaleX(1.5); margin-left: 5%; line-height: 80px; }
h1 img { vertical-align: middle; width: 150px; }
#top-head { height: 80px; }
/*ナビメニューのスタイルを指定*/
nav.NavMenu{ position: fixed; /*表示位置を固定*/ z-index: 2; /*重ね順を変更*/ top: 0; /*表示位置を指定*/ left: 0; /*表示位置を指定*/ background: #fff;/*背景を白にする*/ color: #000; /*文字色を黒にする*/ text-align: center; /*テキストを中央揃え*/ width: 100%; /*全幅表示*/ transform: translateY(-100%); /*ナビを上に隠す*/ transition: all 0.6s; /*アニメーションの時間を指定*/ }
nav.NavMenu ul{ background: #000; /*背景をグレーにする*/ width: 100%; margin: 0 auto; padding: 0; }
nav.NavMenu ul li{ font-size: 18px; list-style-type: none; padding: 0; width: 100%; border-bottom: 1px dotted #FFF; }
nav.NavMenu ul li:last-child{ padding-bottom: 0; border-bottom: none; /*最後のメニュー項目のみ下線を消す*/ }
nav.NavMenu ul li a{ display: block; /*クリックできる領域を広げる*/ color: #FFF; padding: 1em 0; }
/*トグルボタンが押されたときに付与するクラス*/
nav.NavMenu.active{ transform: translateY(0%); }
/*トグルボタンのスタイルを指定*/
.Toggle { display: block; position: fixed;    /* bodyに対しての絶対位置指定 */ right: 13px; top: 20px; width: 42px; height: 42px; cursor: pointer; z-index: 3; }
.Toggle span { display: block; position: absolute; width: 30px; border-bottom: solid 3px #FFF; -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/ -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/ transition: .35s ease-in-out;			/*変化の速度を指定*/ left: 6px; }
.Toggle span:nth-child(1) { top: 9px; }
.Toggle span:nth-child(2) { top: 18px; }
.Toggle span:nth-child(3) { top: 27px; }
/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) { top: 18px; left: 6px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); }
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) { top: 18px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }

#scene01 { display: flex; align-items: center; justify-content: center; position: relative; }
.scene01-area { position: absolute; margin: auto; text-align: center; background-color: rgba(255,255,255,0.6); }
.scene01-area span { margin: 0; padding: 0; }
h3.scene01-ttl { font-family: 'Great Vibes', cursive; margin: 0; }
h4.scene01-subttl { font-weight: normal; margin: 0;}
#scene02 { background-image: url("../images/bg1.jpg"), url("../images/bg2.jpg"), url("../images/bg3.jpg"); background-repeat: no-repeat, no-repeat, no-repeat; background-position: top left, center right, bottom right; }
.scene02-area { width: 90%; margin: auto; }
h3.scene02-subttl { margin: 0; text-align: center; color: #FFF; font-weight: normal; }
h2.scene02-ttl { text-align: center; margin: 0; font-family: 'Great Vibes', cursive; color: #EBA800; }
.scene02_right-area, .scene02_left-area { color: #FFF; align-items: center; justify-content: space-around; display: flex; }


.right-area_txt { align-items: center; justify-content: space-around; }
.right-area_txt span { display: contents; }
.left-area_txt { align-items: center; justify-content: space-around; font-size: 16px; line-height: 36px; }

#scene03 { position: relative; align-items: center; justify-content: space-around; display: flex; box-sizing: border-box; }

.main-item { background-color: rgba(255,255,255,0.9); box-sizing: border-box; overflow: hidden; margin-bottom: 50px; }
h3.main-item_ttl { padding: 10px 0; text-align: center; font-weight: normal; }
.main-item ul, .main-item li { list-style: none; padding: 0; }

.main-item_left-txt dl { display: flex; flex-wrap: wrap; border-top: 1px solid #666; }
.main-item_left-txt dt { width: 20%; position: relative; box-sizing: border-box; align-items: center; display: flex; }
.main-item_left-txt dd { width: 80%; position: relative; margin: 0; box-sizing: border-box; }
.main-item_left-txt dt::before, .main-item_left-txt dd::before { content: ''; display: block; width: 100%; height: 1px; background: #666; position: absolute; bottom: 0; left: 0; }
.main-item_left-txt dd::after { content: ''; display: block; width: 1px; height: calc(100% - 24px); background: #666; position: absolute; top: 12px; left: 0; }
.item-name { border-bottom: 1px solid #666; margin-bottom: 10px; padding-bottom: 10px !important; }

.variable-width { background-color: #000; color: #FFF; }
.item-slide { margin: 0 10px; }
.variable-width dl { display: flex; flex-wrap: wrap; border-top: 1px solid #666; }
.variable-width dt { position: relative; box-sizing: border-box; align-items: center; }
.variable-width dd { position: relative; margin: 0; box-sizing: border-box; }
.variable-width dt::before, .variable-width dd::before { content: ''; display: block; width: 100%; height: 1px; background: #666; position: absolute; bottom: 0; left: 0; }
.variable-width dd::after { content: ''; display: block; width: 1px; height: calc(100% - 24px); background: #666; position: absolute; top: 12px; left: 0; }
.slick-list.draggable { margin: 25px; }

/*□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□　ショップ概要　□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□*/
#about-scene03 { color: #FFF; margin: auto; background-image: url("../images/bg1.jpg"), url("../images/bg3.jpg"); background-repeat: no-repeat, no-repeat; background-position: top left, bottom right; }
.about-scene03-area dl { display: flex; flex-wrap: wrap; border-top: 1px solid #666; max-width: 900px; margin: auto; }
.about-scene03-area dt { padding: 12px 10px; position: relative; box-sizing: border-box; align-items: center; display: flex; }
.about-scene03-area dd { padding: 12px 10px; position: relative; margin: 0; box-sizing: border-box; }
.about-scene03-area dt::before, .about-scene03-area dd::before { content: ''; display: block; width: 100%; height: 1px; background: #666; position: absolute; bottom: 0; left: 0; }
.about-scene03-area dd::after { content: ''; display: block; width: 1px; height: calc(100% - 24px); background: #666; position: absolute; top: 12px; left: 0; }
.shop-btn { clear: both; text-align: center; order: 4; padding: 0; }
.shop-btn li { list-style: none; display: inline-flex; }
.shop-btn li.shop-stores a { background-color: #0addff; border: 1px solid #FFF; border-radius: 10px; color: #ffffff; padding: 10px 15px; }
.shop-btn li.shop-amazon a { background-color: #000000; border: 1px solid #FFF; border-radius: 10px; color: #ffffff; padding: 10px 15px; }

 .slick-prev:before { content: "\f0a8"; font-family: "Font Awesome 5 Free"; font-weight: 400; }
 .slick-next:before { content: "\f0a9"; font-family: "Font Awesome 5 Free"; font-weight: 400; }

footer, footer a { color: #FFF; text-align: center; }
footer ul { display: inline-flex; padding: 0; }
footer li { list-style: none; }
.copyright { color: #FFF; text-align: center; }


/*□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□　パソコン　□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□*/
@media screen and (min-width: 768px) {
	.pcnone { display: none; }
	.scene01-area { padding: 100px 0; width: 80%; }
	.scene01-area span { line-height: 16px; font-size: 24px; }
	h3.scene01-ttl { font-size: 70px; transform : scaleX(1.5); }
	h4.scene01-subttl { font-size: 18px; }
	#scene02 {}
	h3.scene02-subttl { padding: 50px 0 10px; font-size: 28px; }
	h2.scene02-ttl { font-size: 70px; transform : scaleX(1.2); padding: 10px 0 50px; }
	.scene02_right-area, .scene02_left-area { padding: 50px 0; }
	.right-area_txt { padding-left: 10%; font-size: 16px; line-height: 36px; }
	.right-area_img { width: 60%; }
	.left-area_img { width: 40%; }
	.right-area_txt span { font-size: 24px; line-height: 48px; font-weight: 900; }
	.left-area_txt { display: flex; padding-right: 25%; }
	
	#about-scene03 { padding: 100px 0; }
	.about-scene03-area dt { width: 20%; }
	.about-scene03-area dd { width: 80%; }
	.scene03-area { width: 80%; position: absolute; }
	h3.main-item_ttl { font-size: 40px; }
	.main-item { border-radius: 50px; padding: 50px; }
	.main-item_left-txt { float: left; width: 50%; line-height: 30px; }
	.main-item_right-img { float: right; width: 40%; }
	.item-name { font-size: 30px; }
	.variable-width dt, .main-item_left-txt dt { width: 20%; padding: 12px 10px; }
	.variable-width dd, .main-item_left-txt dd { width: 80%; padding: 12px 10px; }
	
	.item-slide { max-width: 500px; }
}


/*□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□　スマホ　□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□*/
@media screen and (max-width: 767px) {
	.spnone { display: none; }
	.scene01-area { padding: 30px 0; width: 90%; }
	.scene01-area span { line-height: 14px; font-size: 16px; }
	h3.scene01-ttl { font-size: 28px; transform : scaleX(1.7); }
	h4.scene01-subttl { font-size: 14px; }
	#scene02 { background-size: 50%; text-align: center; padding-bottom: 50px; }
	h3.scene02-subttl { padding: 30px 0 10px; font-size: 16px; }
	h2.scene02-ttl { font-size: 70px; transform : scaleX(1.2); padding: 10px 0 30px; line-height: 60px; }
	.scene02_right-area, .scene02_left-area { flex-flow: row wrap; }
	.right-area_txt { font-size: 16px; line-height: 36px; }
	.scene02_right-area .right-area_img, .main-item_right-img { order: 1; }
	.scene02_right-area .right-area_txt, .main-item_left-txt { order: 2; }
	.right-area_txt span { font-size: 21px; line-height: 40px; font-weight: 900; }
	.right-area_img, .left-area_img { padding: 30px 0; }
	
	#about-scene03 { padding: 50px 0; background-size: 50%; }
	.about-scene03-area dt { width: 35%; }
	.about-scene03-area dd { width: 65%; }
	.scene03-area { width: 90%; }
	h3.main-item_ttl { font-size: 30px; margin: 0 auto; }
	.main-item { border-radius: 5px; padding: 5px; display: flex; flex-flow: row wrap; }
	.main-item ul, .main-item li { font-size: 14px; }
	.item-name { font-size: 21px !important; text-align: center; }
	.main-item_left-txt dt { width: 20%; padding: 10px 5px; }
	.main-item_left-txt dd { width: 80%; padding: 10px 5px; }
	.variable-width dt { width: 20%; font-size: 12px; padding: 10px 5px; }
	.variable-width dd { width: 80%; font-size: 12px; padding: 10px 5px; }
	
	.item-slide { max-width: 300px; }
}







