﻿@charset "UTF-8";
/*==================================================
   style.css
==================================================*/
/*========================= Normalize */
html {
    overflow-y: scroll;
}

html, body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic',sans-serif;
	vertical-align: top;
	background: transparent;
	position: relative;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	line-height: 0;
}

header, footer, nav, section, article, aside, hgroup, figure, div, p {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
	border: none;
}

em, strong {
	font-style: normal;
	font-weight: normal;
}

a {
	font-size: 100%;
	text-decoration: none;
	vertical-align: top;
	background: transparent;
}

a:hover, .active {
	text-decoration: underline;
}

input, select {
	vertical-align: middle;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 0;
	text-align: center;
	background: #000;
	z-index: 10;
}

.tamagoTag {
	display: none;
}

main {
	width: 1200px;
	margin: 5px auto 0;
	box-shadow: 0 0 6px 2px #efefef;
}

#bg {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: -5;
}

p {
	margin: auto;
	line-height: 0;
	text-align: none;
}

.ttl_youtube {
	margin-top: 3%;
}

.cta {
	position: relative;
	width: 1210px;
	margin: auto;
	line-height: 0;
}

.cta a {
	display: block;
}

.cta a:hover {
	opacity: 0.8;
}

#container-1st {
	margin: 60px auto 0;
	width: 1000px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}
  
#container-1st .product_display {
	width: 1210px;
	width: 100%;
	margin: auto;
}
  
#container-1st .product_display .slick-counter {
	padding: 20px;
	text-align: center;
}
  
#container-1st .product_display #display-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
			flex-flow: row wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: start;
}
  
#container-1st .product_display #display-list li {
	margin-right: 8px;
	margin-bottom: 5px;
	width: calc((100% - 56px) / 8);
}
  
#container-1st .product_display #display-list li:nth-child(8n) {
	margin-right: 0;
}
  
/* #container-1st .product-text {
	display: block;
	width: 32%;
	padding-left: 15px;
}
  
#container-1st .product-text .productBox {
	margin-bottom: 20px;
}
  
#container-1st .product-text .productBox li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	border: solid 1px #ff9900;
	margin-bottom: 10px;
	padding: 2% 3%;
}
  
#container-1st .product-text .productBox li > a a {
	display: block;
	color: #333;
}
  
#container-1st .product-text .productBox li > a a :visited {
	color: #333;
}
  
#container-1st .product-text .productBox li > a figure {
	width: 40%;
	margin-right: 10px;
}
  
#container-1st .product-text .productBox li > a div p {
	padding: 3px 10px;
	line-height: 1.5em;
}
  
#container-1st .product-text .productBox li > a div p.order {
	border-radius: 20px;
	background: #ff9900;
	color: #fff;
	font-weight: 900;
}
  
#container-1st .product-text .descBox {
	padding-left: 1.5em;
	list-style-type: disc;
	font-size: 14px;
}
  
#container-1st .product-text .descBox li {
	padding: 5px 0;
	line-height: 1.4em;
	letter-spacing: 0.5px;
} */

#modal-open,
#modal-body {
  display: none;
}

.floatingBox {
	position: fixed;
	bottom: 0;
	display: none;
	height: auto;
	z-index: 999;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	line-height: 0;
}

.floatingBox .close {
	position: absolute;
	top: -15px;
	right: 0;
	width: 30px;
	height: 30px;
}
.imgBox{
	position:relative;
	width:240px;
	height:355px;
	text-align: center;
	background: url("../../floating/img/bnr-floating_pc.jpg")
}
.coupon_code{
	position: absolute;
	top:276px;
	left:0px;
	right:0px;
	margin:auto;
	font-size:34px;
	font-weight: bold;
}
.floating-none {
	display: none !important;
}

.youtube {
	width: 768px;
	margin: 0 auto 3%;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 50%;
	width: 100px;
	font-size: 77%;
	z-index: 100;
}

#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#page-top a:hover {
	text-decoration: none;
	background: #999;
}

footer {
	margin: 0;
	padding: 0 0 5%;
	text-align: center;
	font-size: 12px;
}

footer ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 5% 0;
	padding: 0;
}

footer ul li {
	width: 50%;
	border-top: solid 1px #efefef;
	border-bottom: solid 1px #efefef;
	text-align: center;
}

footer ul li:not(:last-child) {
	border-right: solid 1px #efefef;
}

footer ul li a {
	display: block;
	padding: 6% 0;
	color: #21759b;
}

.floatingBox {
	position: fixed;
	bottom: 3%;
	right: 20px;
	display: none;
	height: auto;
	z-index: 999;
	width: 240px;
	background: rgba(0, 0, 0, 0.8);
	line-height: 0;
}

.floatingBox .close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
}

.floating-none {
	display: none !important;
}

footer {
	margin: 0;
	padding: 0 0 5%;
	text-align: center;
	font-size: 16px;
}

footer ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 3% 0;
	padding: 0;
}

footer ul li {
	width: 25%;
	border: none;
	text-align: center;
}

footer ul li:not(:last-child) {
	border-right: none;
}

footer ul li a {
	display: inline-block;
	padding: 6%;
	color: #21759b;
}
.imgBox input{
	display:none;
	
}