@charset "utf-8";
/*============= 【base】 ==============*/
html {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
  font-size: calc(14px + ((1vw - 3.2px) * 0.42));
  line-height: 1.5;
  color: #111;
}

* {
  margin: 0 auto;
  padding: 0;
  word-break: break-all;
  list-style-type: none;
  border-style: none;
  font-style: normal;
}

*, *::before, *::after {
  box-sizing: inherit;
}

header {
  background: #ccc;
  margin-top: 55px;
}

header img {
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

aside {
  font-size: 90%;
}

main > section:nth-child(even) {
  background: #f5f5f5;
}

main > section:nth-child(odd) {
  background: #FFFFFF;
}

#product {
  background: #f5f5f5;
}

#recommend {background: #ffffff;}

#sns {
  background: #f1f1f1;
}

#specification {
  background: #ffffff;
}

#specification .content-wrap {
  max-width: 960px;
}

#about {
  height: auto;
  max-height: 332px;
}

.content-wrap {
  margin: 0 0;
  padding: 50px 15px;
}

.content-wrap > *:not(:last-child) {
  margin-bottom: calc(24px + ((1vw - 3.2px) * 4.17));
}

.content-wrap h2 {
  font-size: calc(20px + ((1vw - 3.2px) * 1.25));
  margin-bottom: 50px !important;
}

.content-wrap h2 span, h3 span {
  font-size: 50%;
}

.content-wrap h3 {
  margin-bottom: 16px !important;
}

#lineup .content-wrap > h3 {
  text-align: center;
  font-size: 95%;
  position: relative;
  z-index: 1000;
}



#lineup .content-wrap > h3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

#lineup .content-wrap > h3 div {
  z-index: 1000;
  position: relative;
}

#lineup .content-wrap > h3::after {
  position: absolute;
  content: "";
  width: 65%;
  height: 50px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 500px;
}

.content-box {
  padding: 0 calc(16px + ((1vw - 3.2px) * 1.67));
}

.content-fluid {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.content-fluid > h2 {
  margin-left: calc(16px + ((1vw - 3.2px) * 1.67));
  margin-bottom: 30px;
}

.content-fluid > h2 span {
  font-size: 65%;
  padding-left: 10px;
}

h1 {
  position: relative;
}

.topics-swiper-pagination.swiper-pagination-bullets, .archive-swiper-pagination.swiper-pagination-bullets, .movie-swiper-pagination.swiper-pagination-bullets, .info-swiper-pagination.swiper-pagination-bullets {
  text-align: center;
}

.swiper-pagination {
  left: 50%;
  bottom: -25px !important;
  transform: translateX(-50%) !important;
}

.swiper-pagination-bullet-active {
  background: #686868 !important;
}

.swiper-pagination-bullet {
  margin: -5px 5px;
  width: 8px !important;
  height: 8px !important;
}

#information .swiper-pagination-bullet {
  /* width: 10px !important; */
  /* height: 10px !important; */
  /* padding: 8px; */
}

.swiper-pagination.black .swiper-pagination-bullet, .movie-swiper-pagination.black .swiper-pagination-bullet, .topics-swiper-pagination.black .swiper-pagination-bullet, .archive-swiper-pagination.black .swiper-pagination-bullet {
  background: #000 !important;
}

.swiper-pagination-bullet:nth-child(n+1) {
  /* background: #93010c !important; */
  width: 16px;
}

.swiper-pagination-bullet:nth-child(n+6) {
  /* background: #248600 !important; */
}

.swiper-pagination-bullet:nth-child(n+10) {
  /* background: #8C5300 !important; */
}

.swiper-pagination-bullet:nth-child(n+12) {
  background: #4b4b4b !important;
}

.info-swiper-container, .topics-swiper-container, .archive-swiper-container, .movie-swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.info-swiper-container .swiper-slide {
  margin-bottom: 15px;
}

.info-swiper-container .swiper-notification, .topics-swiper-container .swiper-notification, .archive-swiper-container .swiper-notification, .movie-swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.slide-container {
  width: 100%;
}

#information h3 {
  margin-bottom: 25px;
}

.popup {
  display: block;
}

.link {
  color: #0083c7;
}

.list {
  padding-left: 1em;
  text-indent: -1em;
}

.btn {
  border-radius: 32px;
  text-align: center;
  cursor: pointer;
}

.brsp {
  display: block;
}

.pc {
  display: none;
}

.btn > * {
  display: inline-block;
  padding: 12px;
  font-size: 90%;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.lum-lightbox {
  z-index: 200;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #000;
  border-radius: 50%;
  z-index: 2000;
}

#page_top:hover {
  scale: 1.1;
  transition: .5s;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 22px;
  color: #fff;
  position: absolute;
  width: 29px;
  height: 29px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a:hover::before {
  color: #4b45ff;
  transition: .5s;
}

/*============= 【sns】 ==============*/
.sns-wrap {
  width: 100%;
  max-width: 50%;
}

#sns .sns-icon-wrap {
  justify-content: center;
}

.sns-icon-wrap {
  width: 100%;
}

#sns .sns-icon-wrap {
  width: 100%;
  justify-content: center;
  position: relative;
}

.sns-icon {
  font-size: 40px;
  padding: 5px;
  border-radius: 3em;
  margin: 0;
}

.sns-icon:hover {
  color: #0164ff;
}

/*============= 【store】 ==============*/
.store-wrap {
  align-items: flex-start;
  margin: -4px;
}

.store, .store-txt {
  padding: 10px;
}

.store {
  width: 50%;
  margin: 0;
}

.store-img {
  /* outline: 2px solid #fff; */
  outline-offset: -8px;
}

.store-txt {
  font-size: 12px;
  /* color: #fff; */
  font-weight: 700;
  text-align: center;
}

.store-info {
  display: inline-block;
  position: relative;
  float: right;
  font-size: 90%;
}

.store-info:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  background: #000;
}

.store-box-outer {
  /* background: #93010c; */
  padding: 0 0 10px;
/*  border-radius: 4px;*/
  overflow: hidden;
}

.store-box-outer.bs {
  /* background: #248600; */
}

.store-box-outer.ac {
  /* background: #8C5300; */
}

.store-box-outer.pr {
   /*background: #4b4b4b;*/
}

/*============= 【footer】 ==============*/
footer {
  position: relative;
  height: 10vh;
  background: #000;
}

.footer-logo, .footer-pagetop {
  position: absolute;
  top: 50%;
}

.footer-logo {
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60%;
}

.footer-pagetop {
  right: 5vw;
  transform: translateY(-40%);
  width: calc(32px + ((1vw - 3.2px) * 0.83));
  color: #0164ff;
}

/*============= 【action】 ==============*/
.link:hover {
  filter: hue-rotate(180deg);
}

.cate-btn:hover {
  cursor: pointer;
}

.store:hover .store-info:after {
  transition: .3s ease-in-out;
  width: 100%;
}

.lineup-box-outer.hover-none:hover {
  opacity: 1;
  transition: .3s ease-in-out;
}

.lineup-box-outer:hover {
  opacity: 0.5;
  transition: .3s ease-in-out;
}

.store:hover .store-img, .banner-img:hover, .sns-icon:hover, .recommend-banner-content:hover, .info-swiper-container .swiper-slide:hover {
  transition: .3s ease-in-out;
  opacity: 0.8;
}

.news-list {
  border-top: solid 1px #686868;
  border-bottom: solid 1px #686868;
  position: relative;
  max-width: 1280px;
  font-size: 14px;
  max-height: 260px;
  overflow-y: scroll;
  margin: 25px 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.news-list li span {
  background-color: #000;
  color: #fff;
  padding: 3px;
  font-size: 80%;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 80px;
  text-align: center;
}

.news-list li span::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #000000;
  left: -15px;
  position: absolute;
  top: 9px;
}

.news-list li {
  height: 130px;
  border-bottom: 1px solid #999;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.news-list li:last-of-type {
  border: unset;
}

.news-list li .date {
  top: 19px;
  left: 105px;
  position: absolute;
  font-size: 80%;
}

.news-list li .news-text {
  position: absolute;
  top: 50px;
  left: 15px;
  text-decoration: underline;
}

.news-list a p:hover,.more-btn:hover,.more-txt-wrap ul li:hover {
  opacity: 0.5;
  transition: 0.5s;
} 

/*******************Filter用********************/
.search-txt {
  margin: 0;
  width: 100%;
}

.controls {
  display: flex;
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
}

.mixitup-control-active {
  background: #c31e03;
}

.mixitup-control-active[data-filter]:after {
  background: transparent;
}

.container {
  text-align: justify;
}

.container:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.item, .gap {
  display: inline-block;
  vertical-align: top;
}

.item {
  position: relative;
}

.item:before {
  content: '';
  display: inline-block;
}

.item, .gap {
  width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
  margin: 0;
}

/*******************Filter用********************/
/*============= 【lineup】 ==============*/
.cate-btn-wrap {
  /*! margin: -5px; */
  justify-content: flex-start;
  margin-bottom: 70px !important;
  flex-wrap: nowrap;
  padding-bottom: 0px;
  overflow-x: scroll;
  left: -0px;
  position: relative;
  /*! padding: 15px; */
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}

.cate-btn-outer {
  padding: 5px 5px;
  margin: 0;
}

.scroll-box {
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 0) 100%);
  right: -10px;
}

.cate-btn {
  position: relative;
  margin: 0;
  margin-bottom: 0px;
  border: solid 1px #e1e1e1;
  border-radius: 3px;
  overflow: hidden;
  background: #ffffff;
  width: 100px;
  height: 150px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.cate-btn.mixitup-control-active {
  border: unset;
}

.cate-btn.control.mixitup-control-active .cate-btn-txt {
  font-size: 100%;
  transition: .2s;
}

.control.mixitup-control-active {
color: #fff;
transition: .2s;
}

.control.all.mixitup-control-active {
  background: #be1f20;
}

.cate-btn-img {
  width: 100%;
  padding: 10px;
}

.cate-btn-txt {
  font-size: 12px;
  font-weight: 700;
  width: 100%;
  padding: 0px;
  text-align: center;
  margin-bottom: 5px;
}

.cate-btn svg {
  position: absolute;
  right: 5px;
  width: 10% !important;
  height: 15% !important;
  top: 0;
}

.lineup-wrap {
  margin: -5px;
  /*! padding: 50px 0; */
}

.lineup-box-outer {
  padding: 10px 10px;
  margin: 0;
  width: 100%;
  border-radius: 9px;
}

.lineup-box {
  /*! border: solid 1px #e1e1e1; */
  padding: 5px 5px;
  position: relative;
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
  filter: drop-shadow(#f0f0f0 1px 1px 14px);
  background: #ffffff;
}

.lineup-img {
  width: 40%;
}

.lineup-txt-wrap {
  width: 60%;
  margin-top: 50px;
  font-size: 14px;
  padding: 5px;
}

.lineup-txt {
  margin-bottom: 10px;
}

.lineup-model-name {
  font-size: 20px;
  font-weight: 600;
}

.lineup-model-name span {
  font-size: 50%;
  font-weight: 600;
  display: block;
}

/*以下タグ関係記述*/
.lineup-tag.ot::before, .lineup-tag.ac::before, .lineup-tag.acc::before {
  height: 36px;
}

.lineup-tag.ot .lineup-tag-inner, .lineup-tag.ac .lineup-tag-inner, .lineup-tag.acc .lineup-tag-inner {
  height: 26px;
}

.lineup-tag-inner {
  border: solid 1px #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 100%;
  height: 40px;
  border-radius: 2px;
}

.lineup-tag {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  width: 90px;
}

.lineup-tag p {
  position: absolute;
  right: 10px;
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  top: 0px;
  text-align: center;
  font-weight: 700;
  padding: 4px 0;
  width: 75%;
}

.lineup-tag::before {
  content: "";
  width: 100px;
  position: absolute;
  z-index: -10;
  right: 0px;
  height: 50px;
}


.lineup-box .new {
  background: #ca1212;
  position: absolute;
  color: #fff;
  padding: 7px;
  top: 0;
  left: 0;
  font-size: 80%;
}

.lineup-tag.od::before,.control.od.mixitup-control-active {
  background: #d0b900;
}

.lineup-tag.dr::before,.control.dr.mixitup-control-active {
  background: #31bcb7;
}

.lineup-tag.pm::before,.control.pm.mixitup-control-active {
  background: #6b1fd9;
}

.lineup-tag.df::before,.control.df.mixitup-control-active {
  background: #0076BC;
}

.lineup-tag.ac::before,.control.ac.mixitup-control-active {
  background: #8C5300;
}

.lineup-tag.bs::before,.control.bs.mixitup-control-active {
  background: #248600;
}
.lineup-tag.wz::before,.control.wz.mixitup-control-active {
 background:#040016;
}
.lineup-tag.acc::before,.control.acc.mixitup-control-active {
  background: #000000;
}

.lineup-tag.amp::before,.control.amp.mixitup-control-active {
  background:#231815;
}

.lineup-tag.sw::before,.control.sw.mixitup-control-active  {
  background: #2e2f30;
}

.lineup-tag.ml::before,.control.ml.mixitup-control-active  {
  background: #4f4f4f;
}

.lineup-tag.sy::before,.control.sy.mixitup-control-active  {
  background: #304da3;
}

.lineup-tag.ot::before,.control.ot.mixitup-control-active  {
  background: #c8044c;
}

.lineup-tag.lp::before,.control.lp.mixitup-control-active  {
  background:#af1e24;
}
.lineup-tag.tu::before,.control.tu.mixitup-control-active  {
  background: #e53011;
}

.lineup-tag.s2::before,.control.s2.mixitup-control-active  {
  background: #2F4F4F;
}

.lineup-tag.s5::before,.control.s5.mixitup-control-active  {
  background: #696969;
}

.lineup-tag.ve::before,.control.ve.mixitup-control-active  {
  background: #bdc2c7;
}

.lineup-all-btn {
  background: #393939;
  border-radius: 3em;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: 700;
}

.lineup-all-btn-outer {
  width: 100%;
  padding: 20px 20px 0 20px;
}

.sub-banner-img {
  padding: 10px 0;
}

.more .more-txt-wrap,.more .more-bg {
    display: none;
}
.more.is_open .more-txt-wrap,.more.is_open .more-bg {
    display: block;
}
.more-btn {
    background: #000000;
    border-radius:4em;
    padding:5px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
}

.more.is_open {
    padding:60px 0;
}

.more.is_open .more-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000DD;
  z-index: 50;
}
.more-txt-wrap {
    color: #ffffff;
  position: absolute;
  z-index: 100;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.more-txt-wrap li {
  margin-bottom: 10px;
  border: solid 1px;
  border-radius: 4px;
  padding: 5px 15px;
}

.more-close {
  display: none;
}
.more.is_open .more-close {
  display: block;
}
.more-close span {
  position: relative;
}
.more-close span:before,.more-close span:after {
  height: 1px;
  width:40px;
  top: 40px;
  background: #fff;
  right: 40px;
}

.more-close span:before {
  transform:rotate(90deg);
}
/*============= 【recommend】 ==============*/
.banner-wrap {
  align-items: center;
  margin: -5px;
  margin-bottom: 40px !important;
}

.banner-img {
  margin-bottom: 15px;
}



.recommend-banner-content,.banner-img {
  overflow: hidden;
  background: #fff;
  filter: drop-shadow(3px 3px 7px #ececec);
  will-change: filter;
  -webkit-filter: drop-shadow(3px 3px 7px #ececec);
}

.recommend-banner-content img {
  /*! margin-bottom: 5px; */
}

.banner-content-text {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 25px;
  padding: 5px;
}

/*============= 【media query】 ==============*/

@media (min-width:640px) {
  .brsp {
    display: none;
  }

  .pc {
    display: block;
  }

  .news-list li {
    height: 110px;
  }

  /*============= 【lineup】 ==============*/
  .cate-btn-outer {
    width: calc(100%/3);
    margin-bottom: 15px;
  }

  .cate-btn-outer:hover,.lineup-all-btn:hover {
    transition: .5s;
    opacity: 0.7;
    z-index: 20;
  }

  .lineup-box-outer {
    width: calc(100%/2);
  }

  .lineup-img, .lineup-txt-wrap {
    width: 100%;
    margin-top: 0;
  }

  .lineup-all-btn-outer {
    width: 100%;
    max-width: 640px;
    padding: 50px 0 0 0px;
  }

  .lineup-all-btn {
    background: #393939;
    border-radius: 33px;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: 700;
  }

  /*============= 【recommend】 ==============*/

  /*============= 【SNS】 ==============*/
  .sns-icon {
    font-size: 40px;
  }

}

@media (min-width:820px) {
  .lineup-box-outer {
    width: calc(100%/3);
  }

}

@media (min-width:960px) {
  .content-wrap {
    max-width: 95%;
    margin: 0 auto;
    padding: calc(32px + ((1vw - 3.2px) * 3.33)) calc(16px + ((1vw - 3.2px) * 1.67));
  }

  header {
    margin-top: 110px;
  }

  #news .content-wrap h2 {
    max-width: 1280px;
  }

  .news-list li {
    height: 90px;
  }

  /*============= 【lineup】 ==============*/
  .cate-btn-wrap {
    flex-wrap: wrap;
    overflow-x: hidden;
    margin-right: 0;
  }

  .content-wrap .cate-btn-wrap {
    margin-bottom: 100px !important;
    position: unset;
    width: auto;
    overflow-x: unset;
  }

  .cate-btn-outer {
    width: calc(100%/8);
  }

  .cate-btn-outer:last-of-type {
    margin-right: 0;
  }

  .cate-btn.control.mixitup-control-active .cate-btn-txt {
    font-size: 60%;
    transition: .2s;
    letter-spacing: 0px;
    padding: 5px;
    line-height: 20px;
    border-radius: 2px;
  }

  .cate-btn {
    min-height: 160px;
    width: 100%;
    height: 100%;
  }

  .lineup-box-outer {
    width: calc(100%/3);
  }

  .lineup-img {
    width: 40%;
  }

  .lineup-txt-wrap {
    width: 60%;
    margin-top: 50px;
  }

  .scroll-box {
    display: none;
  }

}

@media (min-width:1280px) {

  /*============= 【lineup】 ==============*/
  .cate-btn-outer {
    width: calc(100%/10);
  }

  .lineup-box-wrap {
    align-items: flex-start;
  }

  .lineup-box {
    padding: 10px;
  }

  .lineup-box-outer {
    width: calc(100%/4);
    padding: 15px;
  }

  .lineup-img {
    width: 100%;
  }

  .lineup-txt-wrap {
    width: 100%;
    font-size: 14px;
    margin-top: 0;
  }

  .cate-btn {
    min-height: 150px;
  }

  .sns-icon {
    font-size: 60px;
  }

  /*============= 【recommend】 ==============*/
  .banner-img-wrap {
    width: calc(100%/3);
    padding: 5px;
    margin: 0;
  }

  .store-wrap {
    display: flex;
  }

  .store {
    width: calc(100%/3);
  }

  .store, .store-txt {
    padding: 8px;
    font-size: 16px;
  }

  #page_top {
    bottom: 25px;
    right: 25px;
  }
}

@media (min-width:1440px) {
  .cate-btn-outer {
    width: calc(100%/13);
  }

  .cate-btn {
    min-height: 160px;
  }
}

@media (min-width:1540px) {
  .lineup-img {
    width: 40%;
  }

  .lineup-txt-wrap {
    width: 60%;
    margin-top: 50px;
  }
}


.Breadcrumb {
  padding: 10px;
  overflow-x: auto;
  word-break: keep-all;
  white-space: nowrap;
  max-width: 148rem;
  margin: 0 auto 0;
  background-color: #FFF;
  font-size: 1.4rem;
}

.Breadcrumb-ListGroup {
  display: flex;
}

.Breadcrumb-ListGroup-Item {
  margin: 0;
  display: inline-block;
}

.Breadcrumb-ListGroup-Item a {
  display: inline-block;
}

.Breadcrumb-ListGroup > * + *::before {
  content: ">";
  margin-left: 0.5em;
  margin-right: 0.5em;
}

img#xico{
  width:58px;
  height: auto;
}
@media (max-width:440px) {
  img#xico{
  width:38px;
  height: auto;
  }
}