@charset "UTF-8";
@media (max-width: 768px){
  @font-face {
    font-family: 'impact';
    src: url(/assets/font/impact.ttf) format("truetype");
  }
  .countdown-container {
    display: flex;
    justify-content: center;
    margin: 0 0 8% 0;
  }
  .countdown-bg {
    font-family: 'impact', sans-serif;
    color: #FFFFFF;
    background-color: #ff0198;
    /*border: 1px solid #714763;*/
    padding: 1% 0 3% 0;
    width: 20vw;
    border-radius: 9px;
    line-height: 1.6;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    text-shadow: 1px 1px rgba(158,13,108, 0.99), 2px 2px rgba(158,13,108, 0.98), 3px 3px rgba(158,13,108, 0.97), 4px 4px rgba(158,13,108, 0.96), 5px 5px rgba(158,13,108, 0.95), 6px 6px rgba(158,13,108, 0.94), 7px 7px rgba(158,13,108, 0.93), 8px 8px rgba(158,13,108, 0.92), 9px 9px rgba(158,13,108, 0.91), 10px 10px rgba(158,13,108, 0.90), 11px 11px rgba(158,13,108, 0.89), 12px 12px rgba(158,13,108, 0.88), 13px 13px rgba(158,13,108, 0.87), 14px 14px rgba(158,13,108, 0.86), 15px 15px rgba(158,13,108, 0.85), 16px 16px rgba(158,13,108, 0.84), 17px 17px rgba(158,13,108, 0.83), 18px 18px rgba(158,13,108, 0.82), 19px 19px rgba(158,13,108, 0.81), 20px 20px rgba(158,13,108, 0.80), 21px 21px rgba(158,13,108, 0.79), 22px 22px rgba(158,13,108, 0.78), 23px 23px rgba(158,13,108, 0.77), 24px 24px rgba(158,13,108, 0.76), 25px 25px rgba(158,13,108, 0.75), 26px 26px rgba(158,13,108, 0.74), 27px 27px rgba(158,13,108, 0.73), 28px 28px rgba(158,13,108, 0.72), 29px 29px rgba(158,13,108, 0.71), 30px 30px rgba(158,13,108, 0.70), 31px 31px rgba(158,13,108, 0.69), 32px 32px rgba(158,13,108, 0.68), 33px 33px rgba(158,13,108, 0.67), 34px 34px rgba(158,13,108, 0.66), 35px 35px rgba(158,13,108, 0.65), 36px 36px rgba(158,13,108, 0.64), 37px 37px rgba(158,13,108, 0.63), 38px 38px rgba(158,13,108, 0.62), 39px 39px rgba(158,13,108, 0.61), 40px 40px rgba(158,13,108, 0.60), 41px 41px rgba(158,13,108, 0.59), 42px 42px rgba(158,13,108, 0.58), 43px 43px rgba(158,13,108, 0.57), 44px 44px rgba(158,13,108, 0.56), 45px 45px rgba(158,13,108, 0.55), 46px 46px rgba(158,13,108, 0.54), 47px 47px rgba(158,13,108, 0.53), 48px 48px rgba(158,13,108, 0.52), 49px 49px rgba(158,13,108, 0.51), 50px 50px rgba(158,13,108, 0.50), 51px 51px rgba(158,13,108, 0.49), 52px 52px rgba(158,13,108, 0.48), 53px 53px rgba(158,13,108, 0.47), 54px 54px rgba(158,13,108, 0.46), 55px 55px rgba(158,13,108, 0.45), 56px 56px rgba(158,13,108, 0.44), 57px 57px rgba(158,13,108, 0.43), 58px 58px rgba(158,13,108, 0.42), 59px 59px rgba(158,13,108, 0.41), 60px 60px rgba(158,13,108, 0.40), 61px 61px rgba(158,13,108, 0.39), 62px 62px rgba(158,13,108, 0.38), 63px 63px rgba(158,13,108, 0.37), 64px 64px rgba(158,13,108, 0.36), 65px 65px rgba(158,13,108, 0.35), 66px 66px rgba(158,13,108, 0.34), 67px 67px rgba(158,13,108, 0.33), 68px 68px rgba(158,13,108, 0.32)
  }
  .js-countdown-hour,
  .js-countdown-min,
  .js-countdown-sec,
  .js-countdown-ms {
    display: block;
    font-size: 2.1rem;
    margin-top: 4%;
  }
  .countdown-text {
    display: block;
    font-size: 0.8rem;
    margin-top: 0%;
  }
  .countdown-text2 {
    font-size: 2rem;
    font-weight: bold;
    color: #FFFFFF;
    margin: 4% -4%;
  }
  
  .timer_end {
    position: absolute;
    background-color: rgb(0, 0, 0, 0.7);
    width: 980px;
    height: 600px;
    z-index: 9995;
    top: 260px;
  }
  .timer_end-img {
    opacity: 1.0;
  }
  .day_01,
  .day_02,
  .day_03,
  .day_04,
  .day_05,
  .day_end,
  .can_01,
  .can_02,
  .can_03,
  .can_end {
    display: none;
  }

  /*
  //動画
  */
  .video_container {
    position: relative;
    margin: 3% 0 0 0;
  }
  .video_inner {
    position: relative;
    overflow: hidden;
    filter: drop-shadow(0px 5px 1px rgb(0, 0, 0,0.4));
  }
  .video-bg {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    left: 0;
  }
  .video_animation {
    display: block;
    margin: 0 auto;
    animation-name: dokidoki;
    animation-delay: 0s;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }
  @keyframes dokidoki {
    0% {
        transform: scale(1);
    }
    20% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1);
    }
    70% {
      transform: scale(1);
    } 
    80% {
      transform: scale(1.05);
    }
  }
  .video_m {
    padding: 25% 0;
    filter: drop-shadow(7px 7px 1px rgb(0, 0, 0,0.4));
  }
  .video-txt-top {
    position: absolute;
    margin: 0 auto;
    top: -4%;
    right: 0;
    left: 0;  
    z-index: 999;
  }
  .video-txt-bottom {
    position: absolute;
    margin: 0 auto;
    bottom: -5%;
    right: 0;
    left: 0;  
    z-index: 999;
  }
  .video_postage {
    margin: 5% 0 4% 0;
    filter: drop-shadow(0px 5px 1px rgb(0, 0, 0,0.4));
  }
  .video_close {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: -4% 0 0 0;
    padding: 0 0 9% 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
  }
  .video_close-img {
    margin-top: 6%;
  }

  /*
  //100pctボタン
  */
  .video_100pct-btn_container {
    display: flex;
    margin-bottom: 3%;
    padding: 0 2.5%;
    gap: 0 3%;
    justify-content: center;
    filter: drop-shadow(0px 5px 1px rgb(0, 0, 0,0.4));
  }
  .video_100pct-btn_animation1 {
    animation: fluffy1 2s ease infinite;
  }
  @keyframes fluffy1 {
    0% {	transform: translate(0, 0);}
    5% {	transform: translate(-10px, -0);}
    10% {	transform: translate(10px, 0);}
    15% {	transform: translate(-10px, -0);}
    20% {	transform: translate(10px, 0);}
    25% {	transform: translate(-10px, -0);}
    30% {	transform: translate(10px, 0);}
    35% {	transform: translate(-10px, -0);}
    40% {	transform: translate(10px, 0);}
    45% {	transform: translate(0px, 0);}
    100% {	transform: translate(0, 0);}
  }
  .video_100pct-btn_animation2 {
    animation: scale 2s ease infinite;
  }
  @keyframes scale {
    0% { transform: scale(1,1);}
    30% {  transform: scale(1.15,1.15);}
    60% { transform: scale(1,1);}
    100% { transform: scale(1,1);}
  }

  /*
  //RICHボタン
  */
  /*.video_rich-btn_container {
    display: flex;
    padding: 3% 5%;
    gap: 0 3%;
    justify-content: center;
    align-items: center;
  }
  .video_rich-btn_rich {
    position: relative;
    border-radius: 20px;
    background: url("/assets/views/layouts/category/img/btn/bg/btn_bg_16.webp") repeat center top;
    background-size: cover;
    filter: drop-shadow(0px 5px 1px rgb(0, 0, 0,0.4));
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .video_rich-btn_rich:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: linear-gradient(
      -90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.1) 70%,
      rgba(255 255 255 / 21%) 74%,
      rgba(255 255 255 / 36%) 86%,
      rgba(255, 255, 255, 0) 100%
    );
  }*/

  /*
  //メインオプトバナー
  */
  .main_opt {
    position: relative;
    filter: drop-shadow(0px 5px 1px rgb(0, 0, 0,0.4));
  }
  .main_opt-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .main_opt-text_up {
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
  }
  .main_opt-text_dn {
    position: absolute;
    bottom: -30px;
    margin: 0 auto;
    right: 0;
    left: 0;
  }
  .no-click {
    pointer-events: none;
  }

  /*
  //アニメーション
  */
  @-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }
    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }
    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
  }
  @keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }
    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }
    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
  }
  .tada {
    -webkit-animation-name: tada;
    animation-name: tada
  }
  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
  }

  /*
  //自然災害のお知らせ
  */
  .info-message {
    width: 100%;
    margin: 5% 0 20px 0;
    padding: 5px 0;
    color: #000000;
    background-color: #FFFFFF;
    font-size: 0.75rem;
  }
  .info-message a,
  a:hover,
  a:visited {
    text-decoration: none;
    color: inherit;
  }

  /*
  //ALL SALE 100%OFF
  */
  .all-sale-btn {
    filter: drop-shadow(0px 5px 1px rgb(0, 0, 0,0.4));
  }


  /*
  //100pctオプト2列
  */
  .opt_mini-set {
    position: relative;
    width: 49.5%;
    margin-bottom: 4%;
  }
  .opt_mini-container {
    overflow: hidden;
  }
  .opt_item-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .opt_item-bg {
    position: relative;
    width: 48.5vw;
    height: 64vw;
    padding-left: 0px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #fff;
  }
  .opt_mini-set {
    margin: 0 0 3% 0;
  }
  .opt_mini-item {
    position: absolute;
    width: auto;
    height: 100%;
    margin: 0 auto;
    right: 0;
    left: 0;
  }
  .opt_item-text-container {
    font-size: 0.75rem;
    margin: 0px 0 2% 0;
    text-align: center;
  }
  .opt_item-sale {
    color: #FFFFFF;
    background-color: #ff65b9;
    border: 1px solid #ff65b9;
    border-radius: 5px;
    padding: 0px 4px;
  }
  .opt_item-new {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 0px 4px;
    margin: 0 0 0 2%;
  }
  .opt_item-text {
    font-weight: bold;
    color: #ffffff;
    background-color: #ff4747;
    border: 1px solid #ff4747;
    border-radius: 5px;
    padding: 0px 4px;
    margin: 0 0 0 1%;
  }
  .opt_item-text2 {
    font-size: 1.0rem;
    font-weight: bold;
    color: #ff609d;
    border-radius: 0px;
    padding: 0px 10px;
    margin: 10px;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF !important;
  }
  .opt_mini_blinking {
    animation: tikatika 1.7s step-end infinite;
  }
  @keyframes tikatika {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
  }

  .blinking{
    -webkit-animation:blink 0.7s ease-in-out infinite alternate;
      -moz-animation:blink 0.7s ease-in-out infinite alternate;
      animation:blink 0.7s ease-in-out infinite alternate;
  }
  @-webkit-keyframes blink{
      0% {opacity:0;}
      100% {opacity:1;}
  }
  @-moz-keyframes blink{
      0% {opacity:0;}
      100% {opacity:1;}
  }
  @keyframes blink{
      0% {opacity:0;}
      100% {opacity:1;}
  }


  /*
  //100pct bg
  */
  .opt_100pct_bg {
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
  }

  .opt_100pct_bg-blk {
    background-color: rgba(0,0,0, 0.2);
  }

  /*
  //sale information
  */
  .sale-info-bg {
    width: 93%;
    background-color: #fffef6;
    border-radius: 10px;
    padding: 2% 0;
    margin: 2% 0 0 0;
    filter: drop-shadow(0px 5px 1px rgb(0, 0, 0,0.4));
  }
  .sale-info-txt {
    font-size: 0.80rem;
    font-weight: bold;
    color: #da0000;
    line-height: 1.5;
  }


}