p{
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
}
/******** title ********/
.title{
  margin: 0;
  padding: 0;
  background: #000;
  background: url(images/main_sp.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height:100vh;
  position: relative;
}
.title-model-name{
  width: 50%;
  color: #fff;
  /*影*/
  filter: drop-shadow(0px 0px 100px #000);
  filter: drop-shadow(0px 0px 2px #000);
  position: absolute;
  bottom: 40%;
  right: 25%;
  text-align: center;
}
.title-model-name p{
  font-family:'Oswald', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
}
.title-model-name h1{
  font-family:'Oswald', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
}
@media (min-width: 768px) {
  .title-inner{
    background-size: cover; 
  }
  .title-model-name p{
    font-size: 32px;
  }
  .title-model-name h1{
    font-size: 52px;
  }
}

@media (min-width: 960px) {
  .title-model-name{
    right: 8%;
  }
}

@media (min-width: 1240px) {
  .title{
    background: url(images/main.jpg) center center no-repeat;
  }
  .title-model-name{
    width: 40%;
  }
    .title-model-name p{
      font-size: 52px;
    }
    .title-model-name h1{
      font-size: 82px;
    }
}

/******** container ********/
.container{
  color: #000;
}

.container-full-img{
  padding: 0;  
}


/* content */
.content-title{
  font-size: 1.85rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-align: left;
  margin: 2rem auto;
}
.content-point{
  display: flex;
  flex-wrap: wrap;
}
.head-w-line{
  width: 100px;
  height: 100px;
  line-height: 95px;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
  font-size: 2rem;
  text-align: center;
  border: solid 1px #aaa;
  border-radius: 50%;
  margin: 2rem auto 1rem auto;
  display: block;
}
.item-table{
  margin-top: 48px;
}
.item-table th{
  width: 8rem;
}
.item-table th, .item-table td{
  padding: 0.2rem 0.5rem;
}

/******** summary ********/
.summary{
  position: relative;
  background: #444;
  color: #fff;
  padding-bottom: 0; 
}
.content-summary{
  box-sizing: border-box;
  margin: 0 auto;
}
.summary-text h2.midashi-en{
  font-family:'Oswald', sans-serif;
  font-weight: 200;
  margin-bottom: 10px;
  font-size: 42px;
}
.summary-text h2.midashi-en span.bold{
  font-family:'Oswald', sans-serif;
  font-weight: 700;
}
.summary-text p{
  text-align: justify;
  line-height: 1.8;
}
.notes{
  color: #999;
  font-size: 12px;
  margin-top: 8px;
  line-height: 1.3;
  display: inline-block;
}
ul.features{
  font-size: 14px;
  padding-left: 24px;
  margin-bottom: 24px;
}
ul.features li{
  list-style: disc;
}
@media (min-width: 768px) {
  .content-summary{
    box-sizing: border-box;
    margin: 0 auto;
  }
  .summary-text h2{
    font-size: 32px;
  }
  .summary-text p{
    font-size: 16px;
  }
  ul.features{
    font-size: 16px;
    padding-left: 24px;
  }
}
@media (min-width: 960px){
  .content-summary{
    display: flex;
    justify-content: space-between;
  }
  .summary-text{
    width: 50%;
  }
  .summary-img{
    width: 48%;
  }
  /*.model-img{
    margin-top: -100px;
  }*/
}
@media (min-width: 1024px) {
  .summary-text h2{
    font-size: 38px;
    margin-bottom: 16px;
  }
  .summary-text p{
    font-size: 20px;
  }
  /*.model-img{
    margin-top: -200px;
  }*/
}

/******** gallery ********/
.gallery{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery a{
  box-sizing: border-box;
  width: 47%;
  margin-bottom: 20px;
  transition: ease-out 0.5s all;
  line-height: 0;
}
.gallery-empty-2::after{
  content: " ";
  display: block;
  width: 47%;
}
.gallery a:hover{
  opacity: 0.5;
}
@media screen and (min-width: 960px){
  .gallery a{
    width: 22%;
    margin-bottom: 40px;
  }
  .gallery-empty-2::after{
    content: " ";
    display: block;
    width: 48%;
  }
}

/******** movie ********/
.movie{
  aspect-ratio: 16 / 9;
  background: #000;
}
.movie iframe{
  width: 100%;
  height: 100%;
}

/******** specification ********/
ul.specification{
  font-family: 'helvetica', sans-serif;
  font-size: 18px;
  margin-bottom: 24px;
}
@media (min-width: 768px){
  ul.specification{
    display: flex;
    flex-direction: space-between;
  }
  .spec-block{
    width: 49%;
  }
}

/* ///////////// 20191227 /////////////*/
/*ボタン各種*/
.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 1rem;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  background: #96466e;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0.5rem auto;
  box-sizing: border-box;
  transition: ease-out all 0.5s;
}
.btn-square-pop:hover {
  color: #fff;
  text-decoration: none;
  background: #72557a;
}
span.en{
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
}
@media (min-width: 768px) {
  .stock-list{
    display: flex;
    flex-wrap: wrap;
  }
}

/*このページ用に追加したやつ*/
@media screen and (min-width: 1024px){
  #global-navi-base{
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  background:rgba(0,0,0,0.8);
  height: 105px;
  width: 100%;
  display: block;
  }
}
#footer{
  position: relative;/*←絶対位置の解除*/
}
@media screen and (max-width: 480px){
  #footer{
    position: relative;/*←絶対位置の解除*/
  }
}
@media screen and (min-width: 768px){
  #footer{
    position: relative;/*←絶対位置の解除*/
  }
}
@media screen and (min-width: 1024px){
  #footer{
    position: relative;/*←絶対位置の解除*/
  }
}