@charset "utf-8";
/*################################################

------------- テーマカラー： #0164ff -------------
上記カラーを置換するとテーマカラーを変更できます。

################################################*/

/*============= 【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 {
  min-height: 40vw;
  background: #ccc;
}

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;
}
#specification {
  background: #ffffff;
}
#specification .content-wrap {
  max-width: 960px;
}

#about {
  height:auto;
  max-height: 332px;
}


#store .content-wrap {
  max-width: 1280px;
}
.content-wrap {
  max-width: 90%;
  margin: 0 auto;
  padding: calc(32px + ((1vw - 3.2px) * 3.33)) calc(16px + ((1vw - 3.2px) * 1.67));
}

.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));
}

.content-wrap > h2 span {
  padding-left: .5em;
  font-size: 50%;
}

.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;
}

.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;
}

.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;
}

/*============= 【intro】 ==============*/

.intro-img {
  margin-bottom: 32px;
  margin-bottom: calc(16px + ((1vw - 3.2px) * 1.67));
  margin-top: calc(16px + ((1vw - 3.2px) * 1.67));
  max-width: 500px;
}

.intro-cap {
  font-size: 24px;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 50px;
}

.intro-cap h2 {
  margin-bottom: 32px;
  margin-bottom: calc(16px + ((1vw - 3.2px) * 1.67));
  font-size: 36px;
  font-size: calc(16px + ((1vw - 3.2px) * 1.88));
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.intro-cap h2:before {
  content: "";
  position: absolute; 
  background: #000;
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0%;  
}

.intro-cap-body {
  /*! margin: 64px; */
  margin-bottom: calc(32px + ((1vw - 3.2px) * 3.33));
}
.intro-cap-body a,#specification a {
  color:#5195ff;
}
/*============= 【about】 ==============*/
.about-content-wrap > .about-content {
    display: none;
}

.about-content-wrap > .about-content.show {
    display: block;
}

.about-menu-wrap {
  position: relative;
  padding-bottom: 10px;
  justify-content: center;
}

.about-menu-wrap:before {
  position: absolute;
  content: "";
  background: #000;
  height: 1px;
  width: 100%;
  top: 100%;
}

.about-model-name {
  margin: 0px;
  letter-spacing: 1px;
  font-size: 12px;
  margin-bottom: 10px;
  width: 100%;
}

.about-model-name span {
  font-weight: 700;
  font-size: 30px;
}

.about-menu-box {
  top: 50%;
  right:0%;
  /*! transform: translate(0%,-50%); */
  width: 100%;
  margin-bottom: 10px;
}

.about-menu-box > a {
  padding: 10px 0;
  font-weight: 700;
  padding-bottom: 0;
  font-size: 20px;
  margin: 0;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.about-menu-box > a.show:before {
      content: "";
  position: absolute;
  background: #0164ff;
  height: 3px;
  width: 100%;
  left: 50%;
  top: 100%;
  transform: translate(-50%,-50%);
  margin-top: 0px;
  opacity: 1;
}

/*============= 【feature】 ==============*/

.product-head {
  margin-bottom: 32px;
  margin-bottom: calc(16px + ((1vw - 3.2px) * 1.67));
}

.product-img:not(:first-of-type) {
  width: 33.3%;
  width: calc(100%/3);
}

.product-body {
  text-align: center;
  width: 100%;
}

.product-release,
.product-name,
.product-price {
  margin-bottom: 32px;
  margin-bottom: calc(16px + ((1vw - 3.2px) * 0.67));
}

.product-release p {
  display: inline-block;
  border: 1px solid #111;
  padding: 4px 16px;
}

.product-name {
  font-size: 64px;
  font-size: calc(24px + ((1vw - 3.2px) * 3.33));
  font-weight: 700;
}

.product-name span {
  display: block;
  font-size: 50%;
  font-weight: 500;
}

.product-price {
  font-size: 64px;
  font-size: 24px;
  font-weight: 500;
}

.product-price span {
  font-size: 50%;
}

.product-body .btn {
  width: 240px;
  background: #0164ff;
  color: #fff;
}

/*============= 【feature】 ==============*/
.feature {
    display: flex;
    align-items: flex-end;
    position: relative;
    min-height: 60vh;
    padding: calc(32px + ((1vw - 3.2px) * 3.33)) calc(16px + ((1vw - 3.2px) * 1.67));
    color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.feature.lazyloaded:first-of-type {
  background-image: url("../img/feature/01.jpg");
}

.feature.lazyloaded:nth-of-type(2) {
  background-image: url("../img/feature/02.jpg");
}

.feature.lazyloaded:nth-of-type(3) {
  background-image: url("../img/feature/03.jpg");
}

.feature.lazyloaded:nth-of-type(4) {
  background-image: url("../img/feature/04.jpg");
}

.feature.lazyloaded:nth-of-type(5) {
  background-image: url("../img/feature/05.jpg");
}

.feature.lazyloaded:nth-of-type(6) {
  background-image: url("../img/feature/06.jpg");
}

.feature h2 {
  font-size: 32px;
  font-size: calc(16px + ((1vw - 3.2px) * 1.67));
  margin-bottom: 8px;
}

.feature-content {
  margin: 0;
}

.feature-cap {
  margin-bottom: 16px;
}

.readmore-btn > p {
  display: inline-block;
  padding: 4px 16px 6px;
  border: 1px solid #fff;
  border-radius: 64px;  
}

.readmore-content,
.readmore-bg {
  display: none;
}

.readmore.is_open .readmore-content,
.readmore.is_open .readmore-bg {
  display: block;
  -webkit-animation: fadein .2s ease-out 0s 1;
  animation: fadein .2s ease-out 0s 1;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

}

.readmore.is_open .readmore-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-55%);
  width: 90%;
  max-height: 85%;
  padding: 32px 16px;
  line-height: 2;
  color: #111;
  background: #f4f8ff;
  z-index: 100;
  overflow: auto;
}

.readmore.is_open .readmore-content img {
  margin-bottom: 8px;
}

.readmore.is_open .readmore-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00000082;
  z-index: 50;
}

.readmore.is_open .readmore-close {
  position: fixed;
  bottom: 10px;
  right: 20px;
  height: 40px;
  width: 40px;
  background: #0164ff;
}

.readmore.is_open .readmore-close span,
.readmore.is_open .readmore-close span:before,
.readmore.is_open .readmore-close span:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.readmore.is_open .readmore-close span:before,
.readmore.is_open .readmore-close span:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
}

.readmore.is_open .readmore-close span:before {
  transform: rotate(45deg);
}

.readmore.is_open .readmore-close span:after {
  transform: rotate(-45deg);
}

/*============= 【specification】 ==============*/
.spec-content {
  max-width: 960px;
}

#specification h3 {
  font-size: 32px;
  font-size: calc(18px + ((1vw - 3.2px) * 1.46));
  margin-bottom: 8px;
}

#specification h3 span {
  font-size: 70%;
  padding-left: .5em;
}

#specification .readmore {
  width: 100%;
  padding: 12px;
  border-radius: 0;
  color: #fff;
  background: #0164ff;
}

#specification .readmore-btn {
  text-align: center;
}

.spec {
  margin-bottom: 8px;
  border: 2px solid #0164ff;
}

.spec-head {
  padding: 4px;
  text-align: center;
  color: #fff;
  background: #0164ff;
}

.spec-body {
  padding: 8px;
  line-height: 1.5;
}

.spec-body span {
  padding-left: .5em;
  font-size: 80%;
}

/*============= 【gallery】 ==============*/
.gallery-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.gallery {
  align-items: flex-start;
  width: 1280px;
  /*! padding: 4px; */
}

.gallery-img {
  width: 10%;
  width: calc(100%/5);
  margin: 0;
  padding: 4px;
}

.gallery-img img {
  border-radius: 4px;
}

/*============= 【movie】 ==============*/
.movie-wrap .youtube-wrap {
  width: 100%;
  margin-bottom: 16px;
}

.youtube {
  position: relative;
  width:100%;
  padding-top: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  margin:0px auto;
  background: #ccc;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*============= 【sns】 ==============*/
.sns-wrap {
  width: 100%;
  max-width: 50%;
}
#sns .sns-icon-wrap {
  justify-content: center;
}
.sns-icon-wrap {
  /*! position: absolute; */
  /*! right: 0; */
  /*! top: 50%; */
  /*! transform: translate(0%,-50%); */
  /*! padding: 9px; */
  /*! padding-bottom: 0; */
  /*! padding-right: 0; */
  /*! margin: 0; */
  /*! justify-content: center; */
  width: 100%;
}
    #sns .sns-icon-wrap {
    width: 100%;
    justify-content: center;
    position: relative;
  }
    #sns .sns-icon-wrap:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 30%;
    background: #000;
    top: 0%
  }

.sns-icon {
 /*! background: #fff; */
 font-size: 30px;
 padding: 5px;
  border-radius: 3em; 
 margin: 0;
}



.sns-icon:hover {
  color: #0164ff;  
}

/*============= 【banner】 ==============*/
.banner-wrap {
    margin:-30px;
}

.banner-img {
    max-width: 960px;
    width: calc(100%/2);
    padding: 10px;
}

/*============= 【store】 ==============*/
.store-wrap {
  align-items: flex-start;
  margin: -4px;
}

.store,
.store-txt {
  padding: 4px;
}

.store {
  width: 50%;
  margin: 0;
}

.store-img {
  border-radius: 4px;
}

.store-txt {
  font-size: calc(10px + ((1vw - 3.2px) * 0.42));
}

.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;
}

/*============= 【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);
}

.store:hover .store-info:after {
  transition: .3s ease-in-out;
  width: 100%;
}

.store:hover .store-img,.banner-img:hover,
.sns-icon:hover {
  transition: .3s ease-in-out;
  filter: brightness(.7);
}

/*============= 【media query】 ==============*/
@media (min-width:640px) {
  .about-menu-box > a::hover {
  opacity: 0;
 
}

.about-menu-box > a:hover:before {
  content: "";
  position: absolute;
  background: #0164ff;
  height: 3px;
  width: 100%;
  left: 50%;
  top: 100%;
  transform: translate(-50%,-50%);
  margin-top: 0px;
  opacity: 1;
}

  
  .brsp {
    display: none;
  }    
    
    
  .feature {
    min-height: 40vh
  }
  
  .feature.lazyloaded:first-of-type {
    background-image: url("../img/feature/01_l.jpg");
  }

  .feature.lazyloaded:nth-of-type(2) {
    background-image: url("../img/feature/02_l.jpg");
  }

  .feature.lazyloaded:nth-of-type(3) {
    background-image: url("../img/feature/03_l.jpg");
  }

  .feature.lazyloaded:nth-of-type(4) {
    background-image: url("../img/feature/04_l.jpg");
  }

  .feature.lazyloaded:nth-of-type(5) {
    background-image: url("../img/feature/05_l.jpg");
  }
  
  .feature.lazyloaded:nth-of-type(6) {
    background-image: url("../img/feature/06_l.jpg");
  }

  
}


@media (min-width:960px) {
  .sns-icon-wrap {
    width: 20%;
    justify-content: flex-end;
  }
  .about-model-name {
    width: 30%;
  }
  .about-menu-box {
    width:50%;
    justify-content: center;
  }
  .about-menu-box > a {
    width: 130px;
    text-align: center;
  }
  .intro-img, .product-body, .product-head, .product-img {
    max-width: 50%;
  }

  .intro-cap-body {
    width: 80%;
  }

  .intro-cap {
    font-size: 20px;
  }
  
  .product-body .btn:hover {
    background: #003b98;
    transition: .2s;
  }

  .feature {
    min-height: 60vh;
    width: 100%;
  }

  .readmore.is_open .readmore-close {
    cursor: pointer;
    top: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
  }

  .readmore.is_open .readmore-close:hover {
    background: #014dc2;
  }

  .readmore-btn > p:hover {
    cursor: pointer;
    background: #fff;
    color: #000;
    transition: .1s;
  }

  .store-wrap {
    margin: -8px;
  }

  .feature-content {
    width: 50%;
  }

  .readmore.is_open .readmore-content {
    transform: translate(-50%,-45%);
  }

  #feature .readmore.is_open .readmore-content {
    max-width: 1000px;
    display: flex;
    align-items: center;
  }

  #specification .readmore.is_open .readmore-content {
    max-width: 960px;
    padding: 32px;
  }

  #feature .readmore.is_open .readmore-cap {
    width: 60%;
    padding-left: 32px;
    line-height: 1.8;
  }

  #feature .readmore.is_open .readmore-img {
    width:40%;
  }

/*!
  #specification .readmore:hover {
    cursor: pointer;
     background: #003b98; 
  }*/

  .spec {
    display: flex;
  }

  .spec-head {
    width: 30%;
  }

  .spec-body {
    width: 70%;
  }
  
  .movie-wrap .youtube-wrap {
    width: 50%;
    padding: 8px;
    margin-bottom: 0;
  }

  .gallery {
    width: 100%;
    padding: 0 16px;
  }

  .gallery-img {
    width: 20%;
    width: calc(100%/5);
  }

  .store,
  .store-txt {
    padding: 8px;
  }
  
  .store {
    width: 33.3%;
    width: calc(100%/3); 
  }
}

@media (min-width:1280px) {
  .intro-img-body-wrap {
    max-width:1024px;
  }
  
  .product-name {
    font-size: 60px;
  }
  .product-name span {
    font-size:40%;
  }
  .about-model-name {
    width: 30%;
  }
  .sns-icon-wrap {
    width: 15%;
    justify-content: flex-end;
  }
    .about-menu-box {
    width:55%;
    /*! margin: 0; */
    justify-content: flex-end;
    margin: 0;
  }
  
  .about-menu-box > a {
    width: 20%;
    text-align: center;
}
  
  .product-body .btn {
    width: 320px;
  }
  .product-price {
    font-size: 30px;
  }
  
  
  #feature .readmore.is_open .readmore-content {
    max-width: 80%;
  }

  .readmore-btn > p {
    padding: 4px 32px 6px;
  }

  body {
    font-size: 18px;
  }
  
  .content-wrap {
    padding: 64px 32px;
  }

  .content-wrap > h2 {
    font-size: 32px;
  }
  
  #sns .sns-icon {
  font-size: 50px;
 }
  

  
}

