@charset "UTF-8";

/*
  汎用的に利用されるパーツのベースstyleを記述
  個別のstyleはそれぞれのファイルに記載すること。
*/

.oic_intro_shinki__mv_box img {
  max-width: 100%;
  height: auto;
}

/* カウントダウンタイマー  */
.shinki_campaign_timer.timer_bg {
  background-color: #000 ;
}

.shinki_campaign_timer.timer_bg p,
.shinki_campaign_timer.timer_bg span {
  color: #fff;
}

.shinki_campaign_timer p,
.shinki_campaign_timer span {
  color: #fff;
  font-size: 2rem;
}

.shinki_campaign_timer {
  background-color: #ffd202;
  color: #fff;
  padding: 10px;
  font-size: 2rem;
  line-height: 1.5;
}

/* スライダー  */
.oic_intro_shinki__slider {
  padding: 5% 0;
}

.contentsSection__sectionTitle {
  margin-bottom: 10%;
}

.contentsSection__block {
  margin-bottom: 10%;
  overflow: hidden;
}

.contentsSection__blockTitle {
  padding: 0% 10%;
}

.contentsSection__slide {
  margin: 0% 2vw;
}

.oic_intro_shinki__slider__product {
  padding: 0 10px
}

.slick-dots {
  bottom: -30px !important;
}

/* 注記  */
.cam_information_box {
  width: 95%;
  max-width: 750px;
  margin: 0 auto;
  padding: 10px 0 10px 0;
}
.visitor__note {
  margin: 0 10px 0px;
  border: 1px solid #ccc;
  border-radius: 0 0 5px 5px;
  background-color:#fff;
}
.visitor__note__title {
  padding:10px;
  font-size: 1.16rem;
  text-align: left;
  position: relative;
}
.visitor__note__title::after {
  position:absolute;
  content:"";
  right:10px;
  top:0;
  bottom:0;
  margin-top:auto;
  margin-bottom:auto;
  width:5px;
  height:5px;
  border-right:2px solid #ccc;
  border-bottom:2px solid #ccc;
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
}
.visitor__note__text {
  font-size:12px;
  line-height:1.6;
  padding:10px;
  text-align:left;
}
.visitor__note__item:nth-of-type(n+2) {
  margin-top: 8px;
}
.visitor__note__item {
  text-align: left;
  line-height: 1.5;
}
.visitor__note__item dt {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.visitor__note__item dd {
  text-indent: -1rem;
  margin-left: 1rem;
}
/* アンカーリンク  */


/* 商品ギャラリースライダー（左右に自動で動く） */



/*---------- PC ----------*/
@media screen and (min-width: 750px) {
  /* ヘッダー */
  .header--cs,
  .header--login,
  .header--tv {
    display: none!important;
  }
  .header--ui__logo {
    pointer-events: none;
  }
  .header--gnav {
    height: 60px!important;
  }

  .sp_design {
    display: none;
  }
  .contentsSection__slide {
    margin: 0% 20px;
  }
}

/*---------- SP ----------*/
@media screen and (max-width: 749px) {
  .pc_design {
    display: none;
  }
  /* fixedボタン */
  #fix_btn {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 900;
  }

  /* fixedボタン */
  #fix_btn a {
    display: block;
    color: #fff;
  }

  #fix_btn span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-right: 20px;
  }
  .arrow1 {
    position: relative;
    display: inline-block;
    padding-left: 20px;
  }
  .arrow1::before {
    content: none;
    width: 0;
    height: 0;
    border: solid 8px transparent;
    border-left: solid 10px #fff;
    position: absolute;
    top: 30%;
    left: 0;
    margin-top: -4px;
  }
}
