﻿@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;
}

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

body {
  line-height: 1.3em;
}

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;
}

input, select {
  vertical-align: middle;
}

.icon-allshow::before {
  color: #fff;
  font-size: 30px;
}

.icon-btn-close::before {
  color: #4b4b4b;
  font-size: 30px;
}

header {
  position: fixed;
	top: 0;
	left: 0;
	width: 100%;
  line-height: 0;
  z-index: 10;
}

.tamagoTag {
	display: none;
}

main {
	max-width: 768px;
  width: 100%;
	margin: 110px auto 0;
	box-shadow: 0 0 6px 2px #efefef;
}

p {
  line-height: 0;
}

.ttl_youtube {
	margin-top: 3%;
}

.cta {
  position: relative;
  margin: 0;
  line-height: 0;
  text-align: center;
}

.cta a {
  display: block;
}

#container-1st {
  padding: 0 1%;
  width: 100%;
  max-width: 768px;
  margin: 10px auto 30px;
}

#container-1st .product_display {
  position: relative;
  width: 100%;
}

#container-1st .product_display .slick-counter {
  padding: 20px;
  text-align: center;
}

#container-1st .product_display #modal-open {
  display: block;
  margin: 0 auto 20px;
  border-radius: 8px;
  background: #0ea800;
  padding: 10px 15px;
  width: 60%;
  text-align: center;
  color: #fff;
}

#container-1st .product_display #display-list {
  display: none;
}

#container-1st .product-text {
  width: 100%;
  padding: 0 1%;
}

#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: 50%;
  margin-right: 20px;
}

#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;
}

.floatingBox {
  position: fixed;
  bottom: 0;
  display: none;
  height: auto;
  z-index: 999;
  width: 100%;
  line-height: 0;
}

.floatingBox img {
  width: 100%;
}

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

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

.youtube {
  position: relative;
  margin: 0 0 5%;
  padding-top: 56.25%;
  width: 100%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#page-top {
  position: fixed;
  bottom: 3%;
  right: 3%;
  font-size: 77%;
}

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 70px;
  height: 70px;
  padding: 15px;
  text-align: center;
  display: block;
  border-radius: 50%;
}

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;
}

#modal-overlay,
#modal-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#modal-overlay {
  display: none;
  z-index: 6;
  background-color: rgba(0, 0, 0, 0.75);
  height: 100%;
}

#modal-body {
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
  /* .6s is the same speed as "slow" in jQuery */
  opacity: 0;
  z-index: 20;
  margin: 50px 0 0;
  background: #fff;
  padding: 50px 2% 0;
  height: calc(100% - 50px);
  overflow: auto;
}

#modal-body.visible {
  opacity: 1;
}

#modal-body:not(.visible) {
  pointer-events: none;
}

#modal-body #slider {
  margin-bottom: 15px;
  width: 100%;
}

#modal-body #thumbnail-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;
}

#modal-body #thumbnail-list li {
  -ms-flex-preferred-size: calc((100% - 10px) / 3);
      flex-basis: calc((100% - 10px) / 3);
  margin-bottom: 3px;
}

#modal-body #thumbnail-list li:not(:nth-child(3n)) {
  margin-right: 5px;
}

#modal-body #modal-close {
  position: fixed;
  top: 60px;
  right: 5%;
  z-index: 30;
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 481px) {
  footer {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  header {
    background: #000;
    text-align: center;
  }
  p {
    max-width: 768px;
    width: 100%;
    margin: auto;
  }
  .cta {
    position: relative;
    max-width: 768px;
    width: 100%;
    margin: 5% auto;
  }
  .cta .bnr-box a {
    position: absolute;
    bottom: 0;
    display: block;
    margin: 5%;
  }
  .youtube {
    position: block;
    max-width: 768px;
    width: 100%;
    margin: 5% auto;
    padding-top: 0;
  }
  .youtube iframe {
    position: static;
    width: 640px !important;
    height: 360px !important;
    margin: 0 64px;
  }
}

@media screen and (min-width: 1024px) {
  .floatingBox {
    position: fixed;
    bottom: 0;
    right: calc((100% - 768px) / 2);
    display: none;
    width: 768px;
    height: auto;
    z-index: 999;
    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;
  }
}
/*# sourceMappingURL=style.css.map */

.imgBox input{
  z-index:-100;
position:fixed;
  bottom: 20px;
  left: 20px;

}
.imgBox button{
width:100%;
height:auto;
background: url("../../floating/img/bnr-floating_sp.jpg");
}