head,
body {
    padding: 0;
    margin: 0;
}

img {
    display: block;
    width: 100%;
}

.full-width {
    width: 100%;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.half-width {
    width: 50% !important;
    float: left;
}

.content,
.full-width>div {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.fv {
    padding-top: 0px;
}

.content,
.buy {
    position: relative;
}

.fv-gif {
    width: 25%;
    position: absolute;
    top: 11%;
    left: 70.5%;
}

.inner {
    margin: 0 auto;
    position: relative;
    max-width: 880px;
}

.footer,
.footer a {
    text-align: center;
    font-size: 26px;
    line-height: 40px;
    color: #FFFFFF;
}

p {
    margin: 0px;
}


/*movie 追加 start */

.movie {
    position: relative;
    width: 100%;
    height: auto;
}

.youtube1 {
    position: absolute;
    top: 4.9%;
    right: 13%;
    left: 13%;
    width: 72.5%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cta {
  display: inline;
}
.cta-sp {
    width: 100%;
    display: none;
  }

.ctafix {
  position: fixed;
  width: 350px;
  bottom: 0px;
  right: 0px;
  z-index: 100;
}

/*movie 追加 end */


/*CTA S*/

#cta_pc {
    visibility: visible;
    width: 280px;
    height: auto;
    right: 100px;
    bottom: 100px;
}

.cta_hide {
    bottom: -386px !important;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    -o-transition: .5s ease-in;
}

@media screen and (max-width: 1430px) {
    #cta_pc {
        right: 30px;
    }
}

@media screen and (max-width: 1330px) {
    #cta_pc {
        width: 250px;
        height: auto;
        right: 10px;
        bottom: 60px;
    }
}

@media screen and (max-width: 1230px) {
    #cta_pc {
        width: 200px;
        height: auto;
        right: 10px;
        bottom: 40px;
    }
}

@media screen and (max-width: 850px) {
    .cta {
    display: none !important;
      }
      .cta-sp {
        width: 100%;
        display: inline;
      }
      .ctafix {
      position: fixed;
      width:100%;
      bottom: 0px;
      right: 0px;
      z-index: 100;
    }
}

@media screen and (max-width: 600px) {
    #cta_pc {
        width: 140px;
        height: auto;
        right: 10px;
        bottom: 40px;
    }
}


/*CTA E*/


/*background start*/

.wapper {
    background-color: #ffe6ea;
}

.section_white {
    background-color: #ffffff;
}

.section1_02 {
    background-image: url('../images/01-whitening_02.jpg');
}

.section1_04 {
    background-image: url('../images/01-whitening_04.jpg');
}

.section1_05 {
    background-image: url('../images/01-whitening_05.jpg');
}

.section1_06 {
    background-image: url('../images/01-whitening_06.jpg');
}

.section1_07 {
    background-image: url('../images/01-whitening_07.jpg');
}

.section1_08 {
    background-image: url('../images/01-whitening_08.jpg');
}

.section2_03 {
    background-image: url('../images/02-whitening_03.jpg');
}

.section2_04 {
    background-image: url('../images/02-whitening_04.jpg');
}

.section2_05 {
    background-image: url('../images/02-whitening_05.jpg');
}

.section3_01 {
    background-image: url('../images/03-whitening_01.jpg');
}

.section3_03 {
    background-image: url('../images/03-whitening_02.jpg');
}

.section4_01 {
    background-image: url('../images/04-whitening_01.jpg');
}

.section4_03 {
    background-image: url('../images/04-whitening_03.jpg');
}

.section4_04 {
    background-image: url('../images/04-whitening_04.jpg');
}

.section5_01 {
    background-image: url('../images/05-whitening_01.jpg');
}

.section5_02 {
    background-image: url('../images/05-whitening_02.jpg');
}

.company01 {
    background-color: #5776d2;
}

.company02 {
    background-color: #d0dcff;
}


/*background end*/

.preferentialBox {
    max-width: 760px;
    height: auto;
    margin: 0 auto;
}

.leftBox,
.rightBox {
    display: inline-block;
    width: 50%;
    float: left;
}

.clear {
    clear: both;
}


/*手機版選單 <768 寬出現*/

@media screen and (max-width: 768px) {
    .fv {
        padding-top: 0;
    }
    .dsk-nav {
        display: none;
    }
    .footer,
    .footer a {
        text-align: center;
        font-size: 15px;
        line-height: 30px;
        color: #FFFFFF;
    }
}