p{
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
}
.shop-logo{
  width: 100%;
  background: #fff;
}
.shop-logo img{
  padding: 12px;
  width: 35%;
}
@media (min-width: 768px) {
  p{
    font-size: 16px;
  }
}
@media (min-width: 1240px) {
  .shop-logo img{
    padding: 24px;
    width: 15%;
  }
}

/******** title ********/
.title{
  margin: 0;
  padding: 0;
  background: #000;
  background: url(images/Sheeran_How-It-Began_Header-dark2.jpg) top left no-repeat;
  background-size: cover;
  width: 100%;
  height:100vh;
  position: relative;
}
.title-model-name{
  width: 80%;
  color: #fff;
  /*影*/
  filter: drop-shadow(0px 0px 100px #000);
  filter: drop-shadow(0px 0px 2px #000);
  position: absolute;
  bottom: 10%;
  right: 10%;
  text-align: center;
}
@media (min-width: 667px) {
  .title-inner{
    background-size: cover; 
  }
  .title-model-name{
    width: 50%;
  }
}

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

@media (min-width: 1240px) {
  .title-model-name{
    width: 40%;
  }
}

/******** 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: 200
  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;
}
@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;
  }
}
@media (min-width: 960px){
  .content-summary{
    display: flex;
    justify-content: space-between;
  }
  .summary-text{
    width: 58%;
  }
  .summary-text h2.midashi-en{
    font-size: 58px;
  }
  .summary-img{
    width: 38%;
  }
  .model-img{
    margin-top: -100px;
  }
}
@media (min-width: 1024px) {
  .summary-text h2{
    font-size: 42px;
    margin-bottom: 16px;
  }
  .summary-text p{
    font-size: 24px;
  }
  .model-img{
    margin-top: -200px;
  }
}

/******** highligts ********/
.content-highlight{
  padding: 0;
  margin: 0 auto 48px auto;
}
.highlight-block{
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.highlight-comment{
  box-sizing: border-box;
  width: 100%;
}
.highlight-comment p{
  font-size: 14px;
}
.highlight-comment h3{
  font-size: 18px;
  font-weight: bold;
}
.highlight-img{
  width: 100%;
}
@media (min-width: 768px) {
  h2.title-en{
    font-size: 58px;
  }
  .content-highlight{
    display: flex;
    flex-wrap: wrap;
  }
  .highlight-block{
    width: 48%;
    margin: 1%;
      box-sizing: border-box;
    background: #fff;
  }
  .highlight-comment p{
    font-size: 18px;
  }
  p.highlight-number{
    font-size: 84px;
  }
  .caption{
    font-size: 12px;
    margin: 12px 1em;
  }
}
@media (min-width: 960px){
  .highlight-block{
    width: 31%;
    margin: 1%;
  }
}
@media (min-width: 1600px){
  .content-highlight{
    width: 1600px;
  }
}

/******** specification ********/
.specification{
  font-family: 'helvetica', sans-serif;
  background-image: url(images/background_img2.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
.spec-model-name{
  color: #fff;
  font-weight: normal;
  font-family: serif;
  line-height: 1;
}
.spec-model-name span{
  font-size: 0.8rem;
}
.container-highlight{
  background: url(images/bg.jpg) right bottom no-repeat;
  background-size: contain;
}
table.spec-model,table.spec{
  width: 100%;
  margin: 16px auto 24px auto;
}
table.spec-model,table.spec tr{
  font-size: 12px;
  vertical-align: top;
}
/*table.spec tr th{
  color: #b40000;
}*/
table.spec tr:nth-child(odd){
  background: rgba(255,255,255,0.1);
}
table.spec th,table.spec td{
  display: block;
  padding: 0.2rem 0.5rem;
}
@media screen and (min-width: 768px){
  table.spec-model,table.spec tr{
    font-size: 14px;
  }
  table.spec th,table.spec td{
    display: table-cell;
    padding: 0.5rem;
  }
}

/******** section-shop ********/
.container-shop{
  background: #000;
}
.head-w-line{
  border: solid 1px #fff;
  color: #fff;
}
li.shop{
  box-sizing: border-box;
  width: 80%;
  margin: auto;
  box-sizing: border-box;
  padding: 10px;
  line-height: 1.3;
}
li.shop > p,a{
  color: #fff;
}
a.shop-name{
  line-height: 1.75;
  color: #a0bb1e;
  font-weight: 700;
}
.shop-address{
  font-size: 0.8rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width:768px){
  ul.shop-list{
    display: flex;
    flex-wrap: wrap;
  }
  li.shop{
    width: 33.33%;
    margin: 0;
  }
}
@media screen and (min-width:1240px){
  .section-shop{
    width: 1240px;
    margin: auto;
  }
}

/* ///////////// 20191227 /////////////*/
/*ボタン各種*/
.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 1rem;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  background: orange;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  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: green;
}
span.en{
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
}
@media (min-width: 768px) {
  .stock-list{
    display: flex;
    flex-wrap: wrap;
  }
}

/* ///////////// footer /////////////*/
.footer{
  background: #000;
  text-align: center;
  color: #fff;
}
.footer p{
  font-size: 0.75rem;
  line-height: 1.8;
}