@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese');
/* font-family: 'Noto Sans JP', sans-serif; */
@font-face {
  font-family: 'HelveticaNeueLTCom-ThCn';
  src: url('/fonts/helvetica_neue/HelveticaNeueLTCom-ThCn.woff2') format('woff2');
}
@import url('https://fonts.googleapis.com/css?family=Roboto:ital,wght@1,300,400,500i&display=swap');
/* font-family: 'Roboto', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Oswald:300&display=swap');
/* font-family: 'Oswald', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Comfortaa&display=swap');
/* font-family: 'Comfortaa', cursive; */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
/* font-family: 'Roboto Slab', serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
/* font-family: 'Noto Serif JP', serif; */

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

/* Header */
.header{
  margin: 0;
  padding: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#121212+0,4f3838+100 */
  background: #000; /* Old browsers */
  background-size: cover;
}
.title-block{
  background: url(images/main_img.jpg) center right no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}
.title-fair{
  width: 75%;
  position: absolute;
  bottom: 25%;
  left: 12.5%;
}
/*.title-block img{
  width: 80%;
  margin: 10% auto 10% 0;
}*/

@media (min-width: 767px) {
  /*.title-block img{
    width: 60%;
  }*/
  .title-block{
    background: url(images/main_img_768.jpg) center right no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
  }
  .title-fair{
    width: 50%;
    position: absolute;
    top: 10%;
    right: 50%;
  }
}

@media (min-width: 991px) {
  .title-fair{
    width: 40%;
    }
}

@media (min-width: 1240px) {
  .header-inner{
    width: 1240px;
    margin: 0 auto;
  }
}

/* content */

.container{
  background: #f9f9f9; /* Old browsers */
  background: -moz-linear-gradient(top,  #f9f9f9 1%, #cccccc 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #f9f9f9 1%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #f9f9f9 1%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.content-title{
  font-size: 1.85rem;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  text-align: left;
  margin: 2rem auto 1rem  auto;
  text-align: center;
}
.content-title-kana{
  font-family: 'Noto Serif JP', serif;
  color: #555;
  text-align: center;
}
.top-img{
  margin: 24px 0;
}
ul.model-img-detail{
  display: flex;
  justify-content: space-between;
}
ul.model-img-detail li{
  box-sizing: border-box;
  width: 30%;
}
.model-img{
  box-sizing: border-box;
  display: block;
  width: 65%;
  margin: auto;
}
.summary-text{
  margin: 24px 0;
}
.summary-text p{
  font-size: 0.875rem;
}
.newArrival{
  margin: 24px 0;
}
.newArrival h4{
  font-size: 2rem;
  font-family: 'Roboto', sans-serif, italic;
  font-weight: 300;
  letter-spacing: 0.1rem;
  border-bottom: solid 1.5px #FFCD00;
  margin-bottom: 1rem;
}
.woTax{
  margin-left: 0.5rem;
  font-size: 0.75rem;
  color: #777;
}
.newArrival p{
  line-height: 1.5;
  border-bottom: solid 1px #ccc;
  padding-bottom: 0.5rem;
}
.price{
  margin: 0 1rem;
  font-size: 0.8rem;
}
.btn-square-orange{
  font-size: 0.85rem;
  position: relative;
  display: inline-block;
  padding: 0.35rem 1rem;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  background: #FFCD00;/*背景色*/
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  box-sizing: border-box;
}
a.btn-square-orange:hover{
  color: #00B8BF;
  text-decoration: none;
}

@media (min-width: 767px) {
  .top-img{
    display: flex;
    align-items: flex-start;
  }
  .content-title{
    font-size: 2.5rem;
  }
  .model-img{
    order:2;
    width: 40%;
    padding: 0 5%;
  }
  .summary-text{
    order:1;
    width: 60%;
    line-height: 1.75;
  }
  .summary-text p{
    font-size: 1rem;
  }
  .title_img{
    width: 70%;
    margin: auto;
  }
}
/* ///////////// 20191227 /////////////*/
/*ボタン各種*/
.btn-square-pop {
  width: 80%;
  font-size: 1.35rem;
  position: relative;
  display: inline-block;
  padding: 1rem;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  background: #fd9535;/*背景色*/
  border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  margin: 0.5rem auto;
  box-sizing: border-box;
}
.btn-square-pop:hover {
  text-decoration: none;
  color: #ffce00;
}
span.en{
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1rem;
}
@media (min-width: 767px) {
  .stock-list{
    display: flex;
    flex-wrap: wrap;
  }
}

/* ///////////// footer /////////////*/
.footer p,ul{
  font-size: 0.75rem;
}
ul.footer-nav-list{
  display: flex;
  justify-content: center;
  margin: 1rem;
}
ul.footer-nav-list li{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-right: solid 1px #aaa;
}
ul.footer-nav-list li:last-child{
  border-right: none;
}
ul.footer-nav-list li a{
  color: #fff;
}
@media (min-width: 767px) {
  .information{
    display: flex;
  }
  .info-map{
    width: 50%;
  }
  .info-text{
    margin-left: 1rem;
  }
  .info-text p{
    font-size: 0.875rem;
  }
  .copyright{
    font-size: 0.75rem;
    line-height: 1;
  }
  .footer p,ul{
    font-size: 0.875rem;
  }
}
@media (min-width: 991px) {
  .info-text p{
    font-size: 1rem;
  }
}
