@charset "utf-8";
/*reset.css*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border:0;
	outline: 0;
	vertical-align: baseline;
	background:transparent;
 
}
html {
	overflow: inherit;
	height: 100%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	color: #333333;
	font-size: 62.5%;
	line-height: 1.6;
	letter-spacing:0;
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6, p, td, th, address {
    font-weight: normal;
    font-size: 1.2em;
}
ol,ul {
	list-style: none;
}
/*------------------------------------------*/

.wrapper{
  width:100%;
  max-width: 750px;
  margin: 0 auto;
  box-shadow: 0px 5px 5px 4px #e4e3e3;
}


 img {
    width:100%;
    max-width: 750px;
    vertical-align: bottom;
}
video{
    width:100%;
}

.video_area{
  position:relative;
}
.video2{
  position:absolute;
}
.video_area2{
position: relative;
    overflow: hidden;
    height: 58vw;
}
.video_area2 video{
    width: 127%;
transform: translate(-8%,17%);
}
.video_area2 .image{
  position:absolute;
  top:0;
}


.video_area1 p.video{
 position: absolute;
    bottom: 1%;
    left: 4%;
    width: 32vw;
    height: 32vw;
    overflow: hidden;
    border-radius: 50%;
  z-index:5;
}

p.video4{
    position: absolute;
    bottom: 22%;
    right: 8%;
    width: 38vw;
    height: 28vw;
    overflow: hidden;
  border: 1px solid #d9c695;

}
p.video4 video{
width: 259%;
    transform: translate(-32%,-14%);
}

@media screen and (min-width:751px){
  .video_area1 p.video{
    width: 244px;
    height: 244px;
  }
  .video_area2{
    height: 442px;
}
  
  .video_area p.video4 {
    width: 286px;
    height: 214px;
}
}


.video_area1 p.video video{
  width:200%;
 transform: translateX(-26%);
}

section.soda .video3{
  position:absolute;
  top:1%;
  left:50%;
  transform:translateX(-50%);
 width: 85%;
    box-shadow: 7px 10px 5px 1px #afa9a9;
  overflow: hidden;
  line-height: 0;
  
}
section.soda .video3 video{
   /*    width: 100%;
 transform: translate(-26%,-29%);*/
}
img {
    height: auto;
}
.soda{
    position: relative;
}
.soda_txt{
    position: absolute;
    top: -9%;
    left: 2.5%;
    width: 40%;
}
@media screen and (min-width:751px){
    .soda_txt{
        width: auto;
    }
}


.cv .btn_area{
  position:relative;
}

.cv .btn_area .btn{
    position: absolute;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    border: none;
    background: none;
    cursor: pointer;
}
.cv .btn_area .btn_form{
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    border: none;
    background: none;
    cursor: pointer;
}
.cv .btn_area .btn_form button{
    padding: 0;
}

.cv .btn_area  .cycle_link {
    display: block;
    width: 10%;
    padding-top: 5%;
    position: absolute;
    top: -54%;
    right: 23%;
}

.form-group{
  display:none;
}

#xmas #ukokkei-landing-page-container .form-group{
    display:block !important; 
}

#ukokkei-landing-page-container .form-group{
    display:block;
}
#ukokkei-landing-page-container .shipment-frequency-ibox{
    display:none;
}

.fv .bg{
  background: url("../img/bubble.mp4") bottom  ;
}

.experience .img_area{
  position:relative;
}
.experience .img_area .img{
  position:absolute;
  width:86%;
  left:50%;
  transform:translateX(-50%);
  top:0;
  
}
.secrets .mgt{
  margin-top: -22%;
}

.secrets .img_area{
  position:relative;
}
.secrets .img_area .img1{
position: absolute;
    width: 40%;
    top: 12%;
    left: 8%;
}

.secrets .img_area .img2{
position: absolute;
    width: 40%;
    top: 12%;
    right: 8%;
}
.secrets .img_area .img1mrcr{
position: absolute;
    width: 40%;
    top: 20%;
    left: 8%;
}

.secrets .img_area .img2mrcr{
position: absolute;
    width: 40%;
    top: 20%;
    right: 8%;
}

.accordion-container{
  padding: 2em 0;
  width:90%;
  margin: 0 auto;
}
section.faq{
  background: #def3f1;
}

.faq summary{
    background: url(../img/icon_plus.jpg) no-repeat 95% 50% #5ac2bb;
    -webkit-background-size: 5%;
    background-size: 8%;
    cursor: pointer;
    margin-top: 3%;
	display: block;
}
.faq summary::-webkit-details-marker{
	display: none;
}
.faq details[open] summary{
    background: url(../img/icon_minus.jpg) no-repeat 95% 50% #5ac2bb;
    -webkit-background-size: 5%;
    background-size: 8%;
    margin-top: 3%;
}

.accordion-container .question{
    background: url(../img/icon_plus.jpg) no-repeat 95% 50% #5ac2bb;
    -webkit-background-size: 5%;
    background-size: 8%;
    cursor: pointer;
    margin-top: 3%;
}

.accordion-container .question.open{
    background: url(../img/icon_minus.jpg) no-repeat 95% 50% #5ac2bb;
    -webkit-background-size: 5%;
    background-size: 8%;
      margin-top: 3%;
}

.fixed-offer button{
    background: none;
    border: none;
}


/* ========
 * Animation
 */
.move {
  animation: beat linear 1.2s infinite;
 
}

footer{
    background: #686868;
    padding: 4em 0px 22% 0;

}
footer .wrapper{
  box-shadow: none;
      padding-bottom: 3%;
}
footer ul{
display: flex;
    justify-content: center;
    box-sizing: border-box;
  margin-bottom: 3.5em; 
   flex-wrap: wrap;
  padding: 5% 3% 0 3%;
  
}
footer li{

    background-size: 1.5vw;
    margin-bottom: 1em;
    color: #fff;
  border-right:1px solid #fff;
   }

footer li:last-child{
  border-right:none;
}

footer a{
  color:#fff;
  font-size:3.2vw;
  text-decoration: none;
  padding: 0 1em;
}
footer .copy{
  text-align: center;
  color:#fff;
  font-size: 2.5vw;
}



@media screen and (min-width:751px){
  footer li{
     background-size: 7px;
        margin-bottom: 18px;
  
}
  footer a{

  font-size:16px;
}
  footer .copy{

  font-size: 16px;
}
  
  
}


.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
	background-image: url("../img/popup_close.jpg");
    position: absolute;
    top: -40px;
    right: 0;
    width: 40px;
    height: 40px;
	cursor: pointer;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}



@keyframes beat {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.035);
  }
  25% {
    transform: scale(.95);
  }
  35% {
    transform: scale(1.02);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes shake-opacity {
  10% {
    transform: translate(-4px, -1px) rotate(0.5deg);
    opacity: 0.08; }
  20% {
    transform: translate(3px, 3px) rotate(2.5deg);
    opacity: 0.13; }
  30% {
    transform: translate(5px, 1px) rotate(1.5deg);
    opacity: 0.07; }
  40% {
    transform: translate(-2px, 0px) rotate(0.5deg);
    opacity: 0.17; }
  50% {
    transform: translate(0px, 4px) rotate(-1.5deg);
    opacity: 0.43; }
  60% {
    transform: translate(1px, 1px) rotate(1.5deg);
    opacity: 0.02; }
  70% {
    transform: translate(3px, 2px) rotate(2.5deg);
    opacity: 0.06; }
  80% {
    transform: translate(-4px, 4px) rotate(2.5deg);
    opacity: 0.94; }
  90% {
    transform: translate(3px, -4px) rotate(-0.5deg);
    opacity: 0.8; }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }
