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



#voicedrink {
    clear: both;
    width: 100%;
    position: relative;
}

#voicedrink .sec01bg{ 
   /* background: url(../img/main_01.jpg);
    background-position: center top;
    background-repeat:no-repeat;
    background-size: cover;
    height: 80vh;*/
}
.sec01 {
    padding: 0;
    
}
#voicedrink .sec01 h1{
    width: 100%;
}








#voicedrink .sec02bg{ 
    background: url(../img/main_bg02.jpg);
    background-position: center top;
    background-repeat:no-repeat;
    background-size: cover;
}
#voicedrink .sec02 {
color: white;
    font-size: 1.2em;
    padding: 10% 0;
    opacity: 0.9;
    font-weight: 500;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}

#voicedrink .sec02 h2{
    margin-bottom:1em;
    text-align: center;
    color: white;}

#voicedrink .sec02 h2:last-of-type { margin-top: 6%;}


#voicedrink .sec03bg{ 
    background: url(../img/main_bg03.jpg);
    background-position: center top;
    background-repeat:no-repeat;
    background-size: cover;
}

#voicedrink .sec03 {
    padding: 4em 0;
    font-size: 1.2em;
    line-height: 1.8em;
    overflow: hidden;
}

#voicedrink .sec03 .aboutbox {
    color: #fff;
}

#voicedrink .sec03 .aboutboxitem:first-child {
    width: 90%; margin: 0 auto 2em;}
#voicedrink .sec03 .aboutboxitem span { font-size: 2em; font-weight: bold;}



#voicedrink .sec03 .featurebox {
    margin-top: 2em;
    font-size: 1.6rem;
}
#voicedrink .sec03 span.tit_en {
    font-size: 50px;
    color: white;
}
#voicedrink .sec03 span.tit_ja {
    font-size: 15px;
    font-weight: 300;
    margin-top: 5px;
    color: white;
}
#voicedrink .sec03 .featureboxitem1 {
    background: url(../img/product_1.png); background-repeat: no-repeat; width: 330px; height:160px; margin: 0 auto;
}
#voicedrink .sec03 .featureboxitem2 {
    background: url(../img/product_2.png); background-repeat: no-repeat; width: 330px; height:160px; margin: 2em auto;
}
#voicedrink .sec03 .featureboxitem3 {
    background: url(../img/product_3.png); background-repeat: no-repeat; width: 330px; height:160px; margin: 0 auto;
}
#voicedrink .sec03 .featurebox p {
    text-align: center;
    color: #000;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: bold;
    width: 300px;
    height: 2em;
    position: relative;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#voicedrink .sec03 hr + p > span {
    font-size: 1.6em;
    font-weight: bold;
}



#voicedrink .sec03 .ingredientbox {
     border: 0.5px solid #fff;
    padding: 1em;
    margin: 2em 1.5em;
    color: white;
    font-size: 0.8em;
    line-height: 1.5em;
    
}



.onpu01 {
    animation: shake01 2s infinite;
    transform: rotate(20deg);
    position: absolute;
    z-index: 20;
}

@keyframes shake01{
    50% {
        transform: rotate(-20deg);
    }

    100% {
        transform: rotate(20deg);
    }
}
img.note01 {
    top: 5rem;
    left: 2rem;
}


.onpu02 {
    animation: shake02 3s infinite;
    transform: rotate(-30deg);
    position: absolute;
    z-index: 20;
}

@keyframes shake02{
    40% {
        transform: rotate(30deg);
    }
85% {
        transform: rotate(-30deg);
    }
    100% {
        transform: rotate(-30deg);
    }
}

img.note02 { top: 60vh;
    right: 6em;}



.onpu03 {
  animation: shake03 2s infinite;
  transform: rotate(13deg);
    will-change: transform;
}

@keyframes shake03{
  50% {
        transform: rotate(-13deg);
    }
    100% {
        transform: rotate(13deg);
    }
}

img.note03 {display:block; text-align: right; margin:5% 9% 0 auto;}







.onpu05 {
    animation: shake05 2s infinite;
    transform: rotate(20deg);
    position: absolute;
    z-index: 20;
}

@keyframes shake05{
    50% {
        transform: rotate(-20deg);
    }

    100% {
        transform: rotate(20deg);
    }
}
img.note05 {
    margin-left: 2em;
   
}




























.footer_voicedrink {
    /*background: url(../img/main_bg04.jpg);
    background-position: center top;
    background-repeat:no-repeat;
    background-size: contain;
    padding: 200px 0 0 50px;*/
}

a.btn--blue {
  color: #fff;
  background-color: #1F0D93;
}

a.btn--blue:hover {
  color: #fff;
  background: #3825AF;
}

a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-radius: 100vh;
}

a.btn-c i.fa:first-child {
  margin-right: 1rem;
}
a.btn-c i.fa:last-child {
  margin-left: 1rem;
}

/*a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}*/

.vdbtn,
a.vdbtn,
button.vdbtn {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  display: inline-block;
  padding: 1.2rem 3.2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
    margin-top: 2em;
}





