@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,
.accordion:hover,
.accordion img:hover {
    opacity: 0.8;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    width: 100%;
    display: block;
    vertical-align: bottom;
    margin-bottom: -1px;
}

/* Header */
/* The sticky class is added to the header with JS when it reaches its scroll position */
.header {
    width: 100%;
    z-index: 1010;
    position: relative;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 768px;
    z-index: 1010;
  }
  
/*Header end*/

.box_cart {
    position: relative;
}

.box_cart .cart_01 {
    position: absolute;
    bottom: 6%;
    width: 75%;
    height: auto;
    left: 13%;
    margin: auto;
    overflow: hidden;
}

.box_cart .cart_01:hover,
.box_cart .cart_01 a:hover {
    opacity: 0.8;
}

.box_mp4 {
    background-color: #fff;
}

.box_mp4 .video01 {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 12%;
    width: 85%;
    padding-bottom: 10%;
    display: flex;
    justify-content: center;
}

.box_mp4_2 {
    position: relative;
}

.box_mp4_2 .video02 {
    position: absolute;
    left: 11%;
    margin: 0 auto;
    top: 42%;
    width: 79%;
}

.box_mp4_2 .video03 {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 2%;
    width: 85%;
}

/* アコーディオンCSS */

.impinch-set1 .accordion.open {
    max-width: 768px;
    padding-bottom: 8.85%;
    margin-top: 0;
    background-color: #fff;
}

.accordion.open img {
    display: none !important;
}

.accordion {
    cursor: pointer;
}

.cart-set1 {
    background: #fff;
}

.cart-set1 .accordion {
    background: url("../images/review_op.jpg") no-repeat left top;
    background-size: contain;
}

.cart-set1 .accordion.open {
    background: url("../images/review_cl.jpg") no-repeat left top;
    background-size: contain;
}

.cart-set1,
.cart-set1 dd {
    margin: 0;
}

/* -------------------------------------------------------------------- 
offer
-------------------------------------------------------------------- */

.offer {
    position: relative;
}

.btn1,
.btn2,
.btn3,
.btn4 {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 75%;
}

.btn1 {
    bottom: 76.7%;
}

.btn2 {
    bottom: 58.5%;
}

.btn3 {
    bottom: 31.5%;
}

.btn4 {
    bottom: 2.5%;
}

.btn1 img:hover,
.btn2 img:hover,
.btn3 img:hover,
.btn4 img:hover {
    opacity: 0.8;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* -------------------------------------------------------------------- 
nav
-------------------------------------------------------------------- */

.target-fix {
    position: relative;
    top: -50px;
    /*----锚点偏移值----*/
    display: block;
    height: 0;
    overflow: hidden;
}


nav {
    /* top: 128px; */
    width: 768px;
    height: 4em;
    line-height: 3em;
    background-color: #018675;
    padding-bottom: 15px;
    /* position: fixed; */
    z-index: 999;
    
}

@media screen and (max-width: 768px) {
    nav {
        width: 100%;
    }
}

nav ul {
    margin: 0 auto;
    padding: 0;
    left: 5%;
}

nav li {
    list-style: none;
    float: left;
    width: 30%;
    text-align: center;
    font-size: 2.2em;
    color: white;
    font-family: "Noto Sans CJK TC Regular";
    font-weight: normal;
    border-left: white solid 3px;
    cursor: pointer;
    margin: 2.3% 0 0 2%;
}

nav li:last-child {
    color: #fff799;
}

nav li:hover {
    color: hsla(240, 0%, 50%, 0.8);
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}

nav li:first-child {
    border-left: none;
}

@media screen and (max-width: 1600px) {
    nav {
        height: 3.7em;
    }
    nav li {
        font-size: 2em;
    }
}

@media screen and (max-width: 1200px) {
    nav {
        height: 3.3em;
    }
    nav ul {
        width: 100%;
    }
    nav li {
        font-size: 1.7em;
    }
}

@media screen and (max-width: 768px) {
    .wapper {
        padding-top: 50px;
    }
    nav {
        padding-bottom: 5px;
        height: 2.8em;
        line-height: 2.2em;
    }
    nav li {
        font-size: 1.3em;
        border-left: white solid 2px;
    }
}

@media screen and (max-width: 480px) {
    .wapper {
        padding-top: 55px;
    }
    nav {
        padding-bottom: 3px;
        height: 3.5em;
        line-height: 2.5em;
    }
    nav li {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 360px) {
    .wapper {
        padding-top: 40px;
    }
    nav {
        padding-bottom: 1px;
        height: 2.5em;
        line-height: 1.3em;
    }
    nav li {
        font-size: 0.7em;
    }
}




/* ▼Countdown Timer▼ */
.timer-obj { 
    position: fixed;
    bottom: -50%;
    right: 15%;
    max-width: 300px;
    width: 100%;
    z-index: 999;
    transition: bottom .5s ease-out;
    
  }
  
  .timer-obj.show_sta {
   bottom:1%;
  }
  
  .timer-obj.hidden_sta {
    top: 100%;
  }
  
  .timer-obj #pc_sta {
    width: 200px;
    display: block;
    margin: 0 0 0 auto;
  }
  
  .countdown {
    position: absolute;
    top: 1%;
    left: 37%;
    text-align: center;
    color: #f146bd;
    font-size: 1.2rem;
    font-weight: 700;
    background: #fff;
   
  }
  
  .countdown span {
    display: block;
  }
  
  @media (max-width: 1440px) {
    .timer-obj { 
    right: 1%;
    }
  
    .timer-obj #pc_sta {
      width: 180px;
    }
  
  .countdown {
    left: 44%;
    font-size: 1.1rem;
  }
  }
  
  @media (max-width: 400px) {
    .timer-obj #pc_sta {
        width: 130px;
      }
  
  
  
  .countdown {
    left: 59%;
    font-size: 0.75rem;
  }
  }
  /* ▲Countdown Timer▲ */