@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%;
}

main > section:nth-child(even) {
  background: #fff;
}

main > section:nth-child(odd) {
  background: #efefef;
}

.content-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: calc(32px + ((1vw - 3.2px) * 3.33)) calc(16px + ((1vw - 3.2px) * 1.67));
}

.content-wrap h2 {
  font-size: calc(20px + ((1vw - 3.2px) * 1.25));
  margin-bottom: 20px;
  color: #fff;
  background-color: #000;
  padding: 10px 20px;
}

.content-wrap .sc-top{
    margin-bottom: 40px;
}

.content-wrap p{
    margin-bottom: 30px;
}
.content-wrap figure{
    margin-bottom: 30px;
}

h4 {
	text-align: center;
	font-size: 50px;
	margin-bottom: 25px;
	padding: 20px;
}

.content-box {
  padding: 0 calc(16px + ((1vw - 3.2px) * 1.67));
}

.content-fluid {
  max-width: 100%;
}

.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: 3em;
  text-align: center;
  cursor: pointer;
}

.btn > * {
  display: inline-block;
  padding: 12px;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: flex-start;
}

.lum-lightbox {
  z-index: 200;
}

.readmore-img-video-wrap .feature-video {
	width:100%;
	padding: 15px;
}

@media (max-width:640px) {
	.br-sp {
		display: block;
	}	
}
/*============= 【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;
  margin-bottom: 15px;
}

.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));
}

/*============= 【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: calc(32px + ((1vw - 3.2px) * 3.33));
  font-weight: 500;
}

.product-price span {
  font-size: 50%;
}

.product-body .btn {
  width: 100%;
  background: #0164ff;
  color: #fff;
  margin-bottom: 50px;
  max-width: 400px;
}

.tokuten-wrap {
	padding:50px 0;
	background-color:#fff;
	border-radius:3px;
	font-size: 20px;
}

.tokuten-wrap h3 {
	margin-bottom:45px;
	font-size: calc(16px + ((1vw - 3.2px) * 3.33));
}

.tokuten-wrap:last-of-type {
  background: #f5f5f5;
}

/*.tokuten-wrap h3 span:after {
	width:10px;
	height:100%;
	
}*/

.tokuten-wrap img {
	border-radius: 3px;
	/*! border: solid #000 1px; */
	padding: 10px;
} 


.tokuten-wrap p {
margin-bottom: 50px;} 


.feature-cap1.rekordbox{
	width:100%;
}

.feature-cap1.rekordbox a {
	border-bottom: 1px solid #01000A;
}
/*============= 【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;
  flex-direction: column-reverse;
}



.feature.lazyloaded:first-of-type {
  background-image: url("../img/feature/video-bg-sp.jpg");
}

.feature.lazyloaded:nth-of-type(2) {
  background-image: url("../img/feature/video-bg-sp.jpg");
}

.feature.lazyloaded:nth-of-type(3) {
  background-image: url("../img/feature/video-bg-sp.jpg");
}

.feature.lazyloaded:nth-of-type(4) {
  background-image: url("../img/feature/design-sp.jpg");
}

.feature.lazyloaded:nth-of-type(5) {
  background-image: url("../img/feature/pap-bg-sp.jpg");
}

.feature.lazyloaded:nth-of-type(6) {
  background-image: url("../img/feature/design-sp.jpg");
}

.feature h2 {
  font-size: 32px;
  font-size: calc(16px + ((1vw - 3.2px) * 1.67));
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
  margin-right: 15px;
}
.feature h2:after {
  display: inline-block;
  background-color: #0B28AF;
  width: 20px;
  height: 10px;
  position: absolute;
  top: 0;
  content: "";
  left: 0px;
  height: 100%;
  border-radius: 3px;
}

.feature-content {
  margin: 0;
}

.feature-cap1 {
  margin-bottom: 16px;
	width: 100%;
  padding: 10px;
}

.feature-cap2 {
  margin-bottom: 20px;
	width: 100%;
}

.feature-video.lazyloading {
    height:260px;
	margin-bottom:15px;
	}
.feature-img {
	margin-bottom:15px;
	}

.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: 84%;
  padding: 32px 16px;
  line-height: 2;
  color: #111;
  background: #f4f8ff;
  z-index: 100;
  overflow: auto;
}

.readmore.is_open .readmore-content img {
  margin-bottom: 0px;
  padding: 10px;
}

.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);
}
.other-feature-box {
    width: calc(100%/2);
    padding: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

.other-feature-wrap p span {
    font-size: 110%;
    font-weight: 700;
    margin-bottom: -15px;
    display: block;
}


.readmore-img-video-wrap .feature-video {
	width:100%;
	padding: 10px;
}
/*============= 【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: 320px;
 /*! padding: 12px; */
  
  color: #fff;
  margin-bottom: 10px;
  color:#000;
border: 1px solid #111;
padding: 10px 16px;
}

#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);
}


/*============= 【media query】 ==============*/
@media (min-width:640px) {
    
    	.br-sp {
		display: none;
	}	
  .feature {
    min-height: 40vh
  }
  
  .feature.lazyloaded:first-of-type {
    background-image: url("../img/feature/video-bg-pc.jpg");
    position: relative;
    padding: 0;
  }

  .feature.lazyloaded:nth-of-type(2) {
    background-image: url("../img/feature/video-bg-pc.jpg");
    padding: 0;
  }

  .feature.lazyloaded:nth-of-type(3) {
    background-image: url("../img/feature/video-bg-sp.jpg");
	padding: 0;
	
  }

  .feature.lazyloaded:nth-of-type(4) {
    background-image: url("../img/feature/design-pc.jpg");
	
  }

  .feature.lazyloaded:nth-of-type(5) {
    background-image: url("../img/feature/pap-bg-pc.jpg");

	}
  
  .feature.lazyloaded:nth-of-type(6) {
    background-image: url("../img/feature/design-pc.jpg");
  }
	
  .feature.lazyloaded:nth-of-type(1) .feature-content {
    padding:25px;	
  }
  .feature.lazyloaded:nth-of-type(2) .feature-content {
    padding:25px;	
  }
  .feature.lazyloaded:nth-of-type(3) .feature-content {
    padding:25px;	
  }
  .feature.lazyloaded:nth-of-type(5) .feature-content {
    padding:30px 30px 30px 25px;	
  }
  
  .feature{
    flex-direction: row;
  }
	.other-feature-box {
    width: calc(100%/3);
    padding: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}
  .feature-video {
	width: 50%;
  

}
  .feature-video.lazyloading{
    height: 360px;
  }
  .feature-content{
      
  width: 50%;
  }
.feature-img {
	width:50%;
	max-width: 500px;
}

.merge-fx-inner {
	margin-bottom:15px;
	align-items: center;
}

/*.readmore-content .merge-fx-inner:first-of-type img {
	width: 100%;
	max-width: 2000px;
}

.readmore-content .merge-fx-inner:first-of-type p {
	width: 100%;
}

.readmore-content .merge-fx-inner:first-of-type p span {
	font-weight:700;
}*/

.merge-fx-inner:nth-of-type(2n) {
	flex-direction: row-reverse;
}
	
	.rekordbox-img {
		width: 100%;

		/*! max-width: 1105px; */
		padding:15px;
	}	
	
	.rekordbox-cap {
    margin-bottom: 16px;
    width: 100%;
    padding: 14px;
}
	
  .feature-cap1 {
    margin-bottom: 16px;
    width: 50%;
    padding: 10px;
}
  
.feature-wrap {
	color:#fff;
	background: #000;
}
.feature {
	min-height:55vh;
}

.feature:nth-of-type(2n+1) {
	flex-direction: row-reverse;
}

.content-wrap.content-fluid.d-flex {
	justify-content: center;
}

.content-wrap.content-fluid.d-flex h2 {
	width:100%;
}

 .readmore-img-video-wrap .feature-video {
    
    padding: 10px;
} 
  .readmore-img-video-wrap {
    width: 50%;
  }
  
  
}


@media (min-width:960px) {
    
    .product-price {
  font-size: 64px;
    }
  
  .product-name {
    font-size:64px;
  }
  .intro-img,
  .product-head {
    max-width: 60%;
  }

  .intro-cap-body {
    width: 80%;
  }

  .product-body .btn:hover {
    background: #003b98;
    transition: .2s;
  }

  .feature {
    min-height: 60vh;
    align-items: center;
  }

  
  
  .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%;
    padding: 30px 30px 30px 20px;
  }

  .readmore.is_open .readmore-content {
    transform: translate(-50%,-45%);
  }

  #feature .readmore.is_open .readmore-content {
    max-width: 1000px;
    display: flex;
    align-items: center;
  }
.feature.lazyloaded:nth-of-type(1) .feature-content {
    padding: 60px;
}
  
  .feature.lazyloaded:nth-of-type(2) .feature-content {
    padding: 60px;
}
    .feature.lazyloaded:nth-of-type(3) .feature-content {
    padding: 60px;
}
  .feature.lazyloaded:nth-of-type(5) .feature-content {
    padding: 30px 30px 30px 60px;
}
  
  #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%;
  }*/

#feature .readmore.is_open .readmore-img video {

    width: 100%;
}
  
  .feature-video.lazyloading {
    height: 100%;
}


  #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%/2); 
  }
	


.other-feature-box {
	width:calc(100%/3);
	padding: 10px;
	margin-left: 0;
	margin-right: 0;		
		
	margin-bottom: 20px;
}



.other-feature-wrap {
	justify-content: flex-start;
	margin: -10px;
	align-items: flex-start;
	max-width: 1280px;
}

.other-feature-wrap p span {
}

.other-feature-box img {
	margin-bottom:10px;
}
	
}

@media (min-width:1280px) {
  .product-body .btn {
    /*! width: 320px; */
    font-size: 20px;
  }

  #feature .readmore.is_open .readmore-content {
    max-width: 800px;
  }

  .readmore-btn > p {
    padding: 4px 32px 6px;
  }

  body {
    font-size: 18px;
  }
  
  .content-wrap {
    padding: 64px 32px;
  }

  .content-wrap > h2 {
    font-size: 32px;

	}
	
}

.feature-cap1.rekordbox span {
	font-weight:700;
}
.feature-img.popup.top {
	width:100%;
}


.feature.h2:before {
    background-color: #f48fb1; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: inline-block;
    height: 40px; /* 線の長さ */
    margin-right: 10px; /* 線右の余白 */
    vertical-align: middle;
    width: 10px; /* 線幅 */
}