@charset "UTF-8";

html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
.switch--sp {
  display: none!important
}
.switch--pc {
  display: block!important;
  margin: 0 auto
}
#page-roombra_o {
  margin: 0 auto;
  max-width: 1000px;
}
#page-roombra_o .fv {
  margin: 0;
}
#page-roombra_o img {
  vertical-align: top;
}
@media (width < 768px) {
  #container main > .inner {
    padding: 0;
  }
  .switch--sp {
    display:block!important;
    margin: 0 auto
  }
  .switch--pc {
    display:none!important
  }
}


/*------------------------------------------------------
  CTA
------------------------------------------------------*/
.cta {
  position: relative;
}
.cta__btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 89.8%;
}
.cta-fv .cta__btn,
.cta-brashorts5set .cta__btn,
.cta-brashorts3set .cta__btn,
.cta-bra5set .cta__btn,
.cta-bra3set .cta__btn {
  bottom: 3%;
}
.cta-brashorts1set .cta__btn {
  top: 180px;
}
.cta-bra1set .cta__btn {
  top: 236px;
}
@media (width < 768px) {
  .cta-brashorts1set .cta__btn {
    top: 37%;
  }
  .cta-bra1set .cta__btn {
    top: 50%;
  }
}

/*------------------------------------------------------
  光るボタン
------------------------------------------------------*/
.shiny-btn {
  position: relative;
  overflow: hidden;
}
.shiny-btn::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 8.4%;
  height: 100%;
  transform: scale(2) rotate(20deg) translate3d(0, 0, 0);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  -webkit-animation-name: shiny;
  animation-name: shiny;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* アニメーション */
@-webkit-keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

/*------------------------------------------------------
  フワフワボタン
------------------------------------------------------*/
.updown {
  -webkit-animation-name: updown;
  animation-name: updown;
  /* アニメーション名の指定 */
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  /* アニメーションの開始時間指定 */
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  /* アニメーション動作時間の指定 */
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  /* アニメーションの動き指定（徐々に早く）*/
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0);
  }
}

/*------------------------------------------------------
  fixed-btn
------------------------------------------------------*/
.fixed-btn {
  width: 250px;
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .fixed-btn {
    width: 33.33333vw;
    bottom: 2.66667vw;
  }
}

/*------------------------------------------------------
  GIF
------------------------------------------------------*/
.l-stretch,
.l-position,
.l-race {
  position: relative;
}
.gif-stretch,
.gif-position,
.gif-race {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.gif-stretch {
  bottom: 120px;
  width: 86%;
}
.gif-position,
.gif-race {
  top: 200px;
  width: 93.6%;
}

@media (width < 768px) {
  .gif-stretch {
    bottom: 10%;
  }
  .gif-position,
  .gif-race {
    top: 13%;
  }
}


/*------------------------------------------------------
  VOICE
------------------------------------------------------*/
.voice {
  position: relative;
}
.voice .voice-wrap {
  position: absolute;
  bottom: 240px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 94%;
  overflow: hidden;
}
.voice .swiper-slide {
  text-align: center;
}
.voice .swiper-button-next-voice,
.voice .swiper-button-prev-voice {
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  height: 86px;
  background-size: 90px 86px;
}
.voice .swiper-button-next-voice {
  background-image: url(../img/voice/icon-next-voice.png);
  right: 0;
}
.voice .swiper-button-prev-voice {
  background-image: url(../img/voice/icon-prev-voice.png);
  left: 0;
}

@media (width < 768px) {
  .voice .voice-wrap {
    bottom: 17%;
  }
  .voice .swiper-button-next-voice,
  .voice .swiper-button-prev-voice {
    width: 50px;
    height: 46px;
    background-size: 50px 46px;
  }
  .swiper-container {
    width: 90%;
  }
}


/*------------------------------------------------------
  COLOR・DETAIL
------------------------------------------------------*/
.color,
.detail {
  position: relative;
}
.color .color-wrap,
.detail .detail-wrap {
  position: absolute;
  bottom: 108px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 91.2%;
  overflow: hidden;
}
.color .swiper-slide,
.detail .swiper-slide {
  text-align: center;
}
.color .swiper-slide img,
.detail .swiper-slide img {
  max-width: 750px;
}
.voice-wrap .swiper-slide img {
  max-width: 800px;
}
.color .swiper-button-next-color,
.color .swiper-button-prev-color,
.detail .swiper-button-next-detail,
.detail .swiper-button-prev-detail {
  top: 50%;
  transform: translateY(-50%);
  width: 110px;
  height: 160px;
  background-size: 110px 160px;
}
.color .swiper-button-next-color,
.detail .swiper-button-next-detail {
  background-image: url(../img/icon-next-arrow2.png);
  right: 0;
}
 .swiper-button-prev-color,
.detail .swiper-button-prev-detail {
  background-image: url(../img/icon-prev-arrow2.png);
  left: 0;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

@media (width < 768px) {
  .color .color-wrap,
  .detail .detail-wrap {
    bottom: 4%;
  }
  .color .swiper-button-next-color,
  .color .swiper-button-prev-color,
  .detail .swiper-button-next-detail,
  .detail .swiper-button-prev-detail {
    width: 40px;
    height: 90px;
    background-size: 40px 90px;
  }
}


/*------------------------------------------------------
  COLOR・DETAIL
------------------------------------------------------*/
.link-brashorts {
  position: relative;
}
.link-brashorts__btn {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 90.3%;
  height: 18.05%;
}
.link-brashorts__btn a {
  display: block;
}
@media (width < 768px) {
  .link-brashorts__btn {
    top: 24%;
  }
}


/*------------------------------------------------------
  Yotube
------------------------------------------------------*/
.movie {
  position: relative;
}
.movie__wrap,
.video_wrapper {
  position: absolute;
  left: 50%;
  bottom: 190px;
  transform: translateX(-50%);
  max-width: 770px;
  width: 100%;
  aspect-ratio:16/9;
}
.movie__wrap iframe,
.video_wrapper video {
  width:100%;
  height:100%;
}
@media (width < 768px) {
  .movie__wrap,
  .video_wrapper {
    bottom: 8%;
  }
}


/*------------------------------------------------------
  QA
------------------------------------------------------*/
.qa {
  position: relative;
  padding: 15% 4%;
  background-image: url(../img/qa/qa_bg.jpg);
}
.qa .qa__ttl {
  display: block;
  margin: 0 auto 10%;
  width: 19.6%;
}
.qa__item + .qa__item {
  margin-top: 2%;
}
.qa__detail {
  margin: 0;
}
.qa__detail dt {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 90px 20px 35px;
  width: 100%;
  font-size: 38px;
  color: #fff;
  border-radius: 1vh;
  background: #464646;
  box-sizing: border-box;
  cursor: pointer;
}
.qa__detail dt::after {
  content: "";
  position: absolute;
  right: 3.5%;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 26px;
  background: url("../img/qa/icon-faq-arrow.svg") no-repeat center top;
  background-size: 100% auto;
}
.qa__detail dt.active::after {
  width: 35px;
  height: 6px;
  background: url("../img/qa/icon-faq-close.svg") no-repeat center top;
}
.qa__detail dd {
  display: none;
  margin: 0;
  padding: 40px 35px;
  font-size: 36px;
  line-height: 1.5;
}
@media (width < 768px) {
  .qa__detail dt {
    padding: 12px 40px 12px 18px;
    font-size: 15px;
  }
  .qa__detail dt::after {
    right: 4%;
    width: 11.25px;
    height: 9.75px;
  }
  .qa__detail dt.active::after {
    width: 13.13px;
    height: 2.25px;
  }
  .qa__detail dd {
    padding: 12px 18px;
    font-size: 15px;
  }
}


/*------------------------------------------------------
  製品情報
------------------------------------------------------*/
.product-info {
  padding: 0 0 10%;
}
.product-info__ttl {
  margin: 1em 0;
  color: #000;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.product-info__table {
  margin: 0 auto;
  border: 1px solid #595757;
  border-spacing: 0;
  color: #595757;
  border-collapse: collapse;
}
.table__ttl {
  padding: 1em;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #595757;
  background: #f2f2f0;
}
.table__dtl {
  padding: 1em;
  border-bottom: 1px solid #595757;
}
.table__note {
  margin: 1em 0 0;
  font-size: 14px;
}
.product-info__ttlS {
  margin: 1em 0 0.5em;
  color: #595757;
  font-size: 18px;
}
.product-info__list {
  margin: 0;
  list-style: none;
  padding: 0;
  color: #595757;
}
.product-info__item {
  margin-bottom: .25em;
  line-height: 1.5;
}
.product-info__item a {
  color: #942828;
  text-decoration: underline;
}
.product-info__table td th {
  padding-right: 1em;
  text-align: left;
  font-weight: normal;
}
.product-info__table td td {
  line-height: 1.7;
}
@media (width < 768px) {
  .product-info {
    margin: 0 auto;
    width: 90%;
    font-size: 14px;
  }
  .product-info__ttl {
    font-size: 24px;
  }
  .table__ttl,
  .table__dtl {
    display: block;
  }
  tr:last-of-type .table__dtl {
    border-bottom: none;
  }
  .product-info__ttlS {
    font-size: 16px;
  }
}