@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 {
  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%;
}

#product,#banner {
  background: #ffffff;
}

#about {
  height: auto;
  max-height: 332px;
  background: #f5f5f5;
}

#specification,#gallery,#sns,#store {
  background: #f5f5f5;
}

#specification .content-wrap {
  max-width: 960px;
}
#store .content-wrap {
  max-width: 1280px;
}

.content-wrap {
  max-width: 95%;
  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: 1500;
}

/*============= 【intro】 ==============*/
.intro-img {
  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: 14px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 50px;
}

.intro-cap h2 {
  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-bottom: calc(32px + ((1vw - 3.2px) * 3.33));
}

.intro-cap-body a, #specification a {
  color: #5195ff;
}

.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: 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: 24px;
  font-weight: 500;
}

.product-price span {
  font-size: 50%;
}

.product-body .btn {
  width: 240px;
  background: #0164ff;
  color: #fff;
}

/*============= 【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-model-name {
  margin: 0;
  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%;
  width: 100%;
}

.about-menu-box > a {
  padding: 0px 0;
  font-weight: 700;
  padding-bottom: 0;
  font-size: 20px;
  margin: 0;
  width: 100%;
  position: relative;
  cursor: pointer;
  margin-bottom: 5px;
}

.about-menu-box > a.show p {
  font-size: 150%;
}

.about-menu-box > a.show:before {
  content: "";
  position: absolute;
  background: #0164ff;
  height: 100%;
  width: 100%;
  left: -50%;
  top: 0%;
  transform: translate(-50%, -50%);
  margin-top: 0px;
  opacity: 1;
  animation: fadeIn .8s ease 0s normal;
  -webkit-animation: fadeIn .8s ease 0s 1 normal;
  opacity: 1;
  transform: skewX(-20deg);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-opacity: 0;
  }

  50% {
    -webkit-opacity: 1;
  }

  100% {
    -webkit-opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    transform: translate(-50%, -50%);
    opacity: 0;
  }

  90% {
    transform: translate(-50%, -50%);
    opacity: 0
  }

  100% {
    transform: translate(-50%, -0%);
    opacity: 1;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translate(-100%);
    -webkit-opacity: 0
  }

  90% {
    -webkit-transform: translate(-100%);
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(-0%);
    -webkit-opacity: 1;
  }
}

.about-menu-box > a.show p {
  z-index: 1000;
  position: relative;
  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 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: center;
  width: 1280px;
}

.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%;
  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 {
  width: 100%;
}

#sns .sns-icon-wrap {
  width: 100%;
  justify-content: center;
  position: relative;
}

.sns-icon {
  font-size: 30px;
  padding: 5px;
  border-radius: 3em;
  margin: 0;
}

.sns-icon:hover {
  color: #0164ff;
}

/*============= 【banner】 ==============*/
.banner-wrap {
  margin: -20px;
}

.banner-img {
  max-width: 960px;
  width: calc(100%/1);
  padding: 10px;
}

/*============= 【store】 ==============*/
.store-wrap {
  align-items: flex-start;
  margin: -4px;
}

.store, .store-txt {
  padding: 5px;
}

.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) {
  .brsp {
    display: none;
  }

  .feature {
    min-height: 40vh
  }


  .banner-wrap {
    margin: -30px;
  } 
  
.banner-img {
  width: calc(100%/2);
  }  
  
}

@media (min-width:960px) {
  .about-menu-box > a.show p {
    font-size: 100%;
  }

  .about-menu-box > a:hover:before {
    content: "";
    position: absolute;
  }

  .about-menu-box > a:hover p {
    transition: .5s;
    opacity: .5;
  }

  .about-menu-box > a.show:before {
    height: 200%;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .about-menu-box > a.show:after {
    content: "";
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -0%);
    border: 15px solid transparent;
    border-top: 15px solid #0164ff;
    animation: slideIn .8s ease 0s normal;
    -webkit-animation: slideIn .8s ease 0s 1 normal;
  }

  .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: 100%;
  }

  .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%;
  }

  .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;
  }

  .about-menu-box > a {
    width: 30%;
    text-align: center;
    margin: 5px;
  }

  .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;
  }
}
