@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: #fff;
}

main > section:nth-child(odd) {
  background: #efefef;
}

.content-wrap {
  max-width: 1280px;
  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;
}

.content-fluid > h2 {
  margin-left: calc(16px + ((1vw - 3.2px) * 1.67));
}

.popup {
  display: block;
}

.link {
  color: #0083c7;
}

.list {
  padding-left: 1em;
  text-indent: -1em;
}

.btn {
  border-radius: 32px;
  text-align: center;
  cursor: pointer;
}

.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));
}

.intro-cap {
  font-size: 24px;
  font-size: calc(16px + ((1vw - 3.2px) * 0.83));
  font-weight: 400;
}

.intro-cap h2 {
  margin-bottom: 32px;
  margin-bottom: calc(16px + ((1vw - 3.2px) * 1.67));
  font-size: 36px;
  font-size: calc(18px + ((1vw - 3.2px) * 1.88));
  font-weight: 700;
  text-align: center;
}

.intro-cap-body {
  margin-bottom: 64px;
  margin-bottom: calc(32px + ((1vw - 3.2px) * 3.33));
}

/*============= 【streaming】 ==============*/
.streaming-title-wrap {
  text-align: center;
}

.streaming-title {
  font-size: calc(20px + ((1vw - 3.2px) * 2.08));
}

.streaming-title span {
  display: inline-block;
}

.streaming-title-sub {
  font-size: calc(16px + ((1vw - 3.2px) * 1.67));
  font-weight: bold;
}


/*============= 【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;
}

.product-release,
.product-name,
.product-price {
  margin-bottom: 32px;
  margin-bottom: calc(16px + ((1vw - 3.2px) * 1.67));
}

.product-release p {
  display: inline-block;
  border: 1px solid #111;
  padding: 4px 16px;
}

.product-name {
  font-size: 64px;
  font-size: calc(32px + ((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: calc(32px + ((1vw - 3.2px) * 3.33));
  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 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】 ==============*/
#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: 240px;
  padding: 12px;
  border-radius: 64px;
  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%/7);
  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: 70%;
  max-width: 240px;
}

.sns-icon {
  width: 25%;
}

/*============= 【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,
.sns-icon:hover {
  transition: .3s ease-in-out;
  filter: brightness(.7);
}

#banner a img:hover {
 opacity: 0.5;
  transition: 0.5s;
}

/*============= 【media query】 ==============*/
@media (min-width:640px) {
  .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");
  }
}


@media (min-width:960px) {
  .intro-img,
  .product-head {
    max-width: 60%;
  }

  .intro-cap-body {
    width: 80%;
  }

  .product-body .btn:hover {
    background: #003b98;
    transition: .2s;
  }

  .feature {
    min-height: 60vh
  }

  .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) {
  .product-body .btn {
    width: 320px;
  }

  #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;
  }
}