@charset "utf-8";
/* CSS Document */

body {
  margin: 0 auto;
}

#wrap {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}

a {
 -webkit-tap-highlight-color: rgba(0,0,0,0);
}


a:hover {
  opacity: 0.8;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

img {
  width: 100%;
  display: block;
  vertical-align: bottom;
  margin-bottom: -1px;
}

.box_cart {
  position: relative;
}
.box_cart .cart_01 {
  position: absolute;
  bottom: 7%;
  width: 85%;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
  overflow :hidden;
}

.box_cart .cart_01:hover,
.box_cart .cart_01 a:hover {
  opacity: 0.8;
}

.box_cart .cart_01 .reflection,
.con_btn .reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 2.3s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2.3s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2.3s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2.3s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2.3s ease-in-out infinite;
}
 
@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}

.box_mp4 {
  position: relative;
}

.box_mp4 .video01 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 12%;
  width: 80%;
}

.box_mp4 .box_tx {
  position: absolute;
  top: 22%;
  width: 20.7%;
  left: 19%;
}

.box_mp4_2 .video02 {
  position: absolute;
  right: 4%;
  top: 0%;
  width: 42.2%;
}
/* -------------------------------------------------------------------- 
.Bnr
-------------------------------------------------------------------- */
.Bnr {
position: relative;
margin: 0 auto;
display: none
}
.Bnr .banner {
position: fixed;
right: 10px;
bottom: 10px;
z-index: 1
}
.banner_inner {
padding: 10px
}
.Bnr .banner_inner a {
display: block
}
.Bnr .banner p.close {
position: absolute;
right: 15px;
top: 10px
}
.Bnr .banner p.close a {
display: block;
width: 20px;
height: 25px
}
.fix-Bnr {
position: fixed;
right: 10px;
bottom: 10px;
padding: 10px;
z-index: 1
}
.is-fixed {
display: none !important
}

/* -------------------------------------------------------------------- 
.con_teiki
-------------------------------------------------------------------- */
.con_teiki {
  position: relative;
}

.con_teiki .box_teiki {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 10%;
  width: 36.3%;
}

.con_teiki .box_teiki a:hover,
.con_teiki .box_teiki img:hover {
  opacity: 0.8;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
/* -------------------------------------------------------------------- 
.form
-------------------------------------------------------------------- */
p.off {
  max-width: 768px;
  margin: 0 auto;
}
div#confirm_button_disable img {
  width: 370px;
  margin: 15px auto;
}
/* -------------------------------------------------------------------- 
.cv_toggle
-------------------------------------------------------------------- */
@media only screen and (max-width:750px) {
 .accordion1 {
  margin: 1em auto 2em;
  max-width: 95%;
 }
 .cv_toggle {
  display: none;
 }
 .option {
  position: relative;
  margin-bottom: 1em;
  border: solid 1px #ccc;
 }
 .title, .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
 }
 .title {
  padding: 1em;
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  cursor: pointer
 }
 .title::after, .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
 }
 .title::after {
  transform: rotate(90deg);
 }
 .content {
  max-height: 0;
  overflow: hidden;
 }
 .content .text_a {
  margin: 0;
  padding: 0em 1em 0em 1em;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
 }
 .text_a a {
  text-decoration: underline;
 }
 .content .text_b {
  margin: 0;
  padding: 0em 1em 0em 2em;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
  text-indent: -1em;
 }
 .cv_toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
  padding: 0 0em 1em;
 }
 .cv_toggle:checked + .title::before {
  transform: rotate(90deg) !important;
 }
}
@media only screen and (min-width:750px) {
 .accordion1 {
  margin: 2em auto 3em;
  max-width: 768px;
 }
 .cv_toggle {
  display: none;
 }
 .option {
  position: relative;
  margin-bottom: 1em;
  border: solid 1px #ccc;
 }
 .title, .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
 }
 .title {
  padding: 1em;
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  cursor: pointer
 }
 .title::after, .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
 }
 .title::after {
  transform: rotate(90deg);
 }
 .content {
  max-height: 0;
  overflow: hidden;
 }
 .content .text_a {
  margin: 0;
  padding: 0em 1em 0em 1em !important;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
 }
 .content .text_a a[href^="tel:"] {
  pointer-events: none;
 }
 .content .text_b {
  margin: 0;
  padding: 0em 1em 0em 2em !important;
  font-size: 18px;
  text-indent: -1em;
  line-height: 1.6;
  text-align: left;
 }
 .cv_toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
  padding: 0 0em 1.5em;
 }
 .cv_toggle:checked + .title::before {
  transform: rotate(90deg) !important;
 }
}