@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: #357EFF;
}

a:hover{
    color: #47C6FB;
}

.btn a{
    color: inherit;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

aside {
  font-size: 90%;
}

main > section:nth-child(even) {
  background: #ffffff;
}

main > section:nth-child(odd) {
  background: #f5f5f5;
}

#product {
  background: #f5f5f5;
}

#specification {
  background: #151515;
  color: #fff;
}

#specification .content-wrap {
  max-width: 960px;
}

#about {
  height: auto;
  max-height: 332px;
  background: #222222;
  color: #ffffff;
}

#gallery {
  background: #151515;
  color: #fff;
}
#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(16px + ((1vw - 2.2px) * 2.17));
}

.content-wrap > h2 {
    font-size: calc(20px + ((1vw - 3.2px) * 1.25));
    text-align: center;
    padding: 10px;
    background-color: #2F2F2F;
    color: #FFFFFF;
}

.content-wrap > h2 span {
  padding-left: .5em;
  font-size: 50%;
}

h3 {
    font-size: 14px;
      text-align: left;
     margin-bottom: 28px;
  }    

.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;
    background-color: #000000;
    color: #fff;
}

.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;
    align-self: center;
}

.lum-lightbox {
  z-index: 1500;
}

/*============= 【index】 ==============*/
#index ul, ol {
  background: #fcfcfc;/*背景色*/
  padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
  border: solid 3px gray;/*線の種類 太さ 色*/
}

#index ul li, ol li {
  line-height: 1.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
}

/*============= 【intro】 ==============*/
.intro-img-body-wrap {
  margin-bottom:30px;
  padding: 10px;
}
.intro-img {
  margin-bottom: calc(16px + ((1vw - 3.2px) * 1.67));
  margin-top: calc(16px + ((1vw - 3.2px) * 1.67));
  max-width: 400px;
}

.intro {
    max-width:1280px;
}
.intro-cap {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 0px;
}

.intro-cap p{
    margin-bottom: 20px;
}

.intro-cap figure{
    margin-bottom: 20px;
}

.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;
}

/*============= 【qanda】 ==============*/

.product-box-in figure figcaption{
    text-align: center;
  font-size: 22px;
}

.dj-comment-wrap{
    width: 100%;
    margin-bottom: 22px;
}

.dj-comment-wrap figure {
  width: 100%;
}

.dj-comment-wrap figure img {
  border-radius: 68%;
  width: 100%;
  height: auto;
}

.dj-comment-wrap figure figcaption {
  text-align: center;
  font-size: 22px;
}

.dj-comment-txt {
  width: 100%;
}

.balloon-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 18px 22px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
}

.balloon-left:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.balloon-left:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #555;
  z-index: 1;
}

.balloon-left p {
  margin: 0;
  padding: 0;
}

.balloon-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 18px 22px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
}

.balloon-right:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.balloon-right:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #555;
  z-index: 1;
}

.balloon-right p {
  margin: 0;
  padding: 0;
}

/*============= 【product】 ==============*/
.product-box{
    width: calc(100%/1);
    padding: 10px;
}

.product-box-in{
    background-color: #FFFFFF;
    border: 2px solid #000;
    padding: 14px;
}

.product-box-in figure{
    margin-bottom: 10px;
}
.product-box-in h3{
    border-left: 16px #D70003 solid;
    padding-left: 14px;
    margin-bottom: 12px;
    font-size: 24px;
}

.product-box-in h3 span{
    font-size: 14px;
    display: block;
}

.product-price{
    font-size: 16px;
    font-weight: 900;
    color: #D90003;
    margin-bottom: 18px;
}
.product-price span{
    font-size: 26px;
}

/*============= 【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 h3 {
 text-align: center;
 margin-bottom: 0;
}
#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: 50px;
  padding: 5px;
  border-radius: 3em;
  margin: 0;
}

.sns-icon:hover {
  color: #244f3c;
}

/*============= 【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: 100%;
  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
  }

.store {
  width: 600px;
  margin: 0;
} 

    .dj-comment-txt{
        font-size: 14px;
    }    
    
}

@media (min-width:960px) {
.dj-comment-wrap figure {
  width: 18%;
}

.dj-comment-txt {
  width: 80%;
    align-self: center;    
}    
    
h3 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 28px;
}
    
  .sns-icon-wrap {
    width: 20%;
    justify-content: flex-end;
  }

  .about-model-name {
    width: 30%;
  }


  .intro-cap-body {
    max-width: 1280px;
  }

  .intro-cap {
    font-size: 20px;
  }

  .product-box-in .btn:hover {
    background: #173327;
    transition: .2s;
  }

  .feature {
    min-height: 60vh;
    width: 100%;
  }
    .product-box{
        width: calc(100%/3); 
        margin: 0;
    }
  .store-wrap {
    margin: -8px;
  }

  .movie-wrap .youtube-wrap {
    width: 50%;
    padding: 8px;
    margin-bottom: 0;
  }

  .store, .store-txt {
    padding: 8px;
    margin: 0 auto;
  }

.balloon-left {
  margin: 1.5em 0 1.5em 15px;
 }    
    
.balloon-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -9px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -13px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}

.balloon-right {
  margin: 1.5em 15px 1.5em 0;
 }        
    
.balloon-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
    left: 100%;
    margin-left: 0px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.balloon-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
    left: 100%;
    margin-left: 2px;
  border: 14px solid transparent;
  border-left: 14px solid #555;
  z-index: 1;
}    

.dj-comment-txt{
        font-size: 16px;
    }       
    
}

@media (min-width:1280px) {
  .intro-img-body-wrap {
    /*! width: calc(100%/2); */
  }


  .sns-icon-wrap {
    width: 15%;
    justify-content: flex-end;
  }

  body {
    font-size: 18px;
  }

  .content-wrap {
    width: 1280px;
    padding: 64px 32px;
  }

h2 {
    font-size: 37px;
  }

  #sns .sns-icon {
    font-size: 50px;
  }
}
