@charset "utf-8";
/******** body ********/
body{
	background: #101010;
	color: #fff;
}
/******** shop-logo ********/
p{
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
}
.shop-logo{
  width: 100%;
  background: #fff;
}
.shop-logo img{
  padding: 12px;
  width: 50%;
}
@media (min-width: 768px) {
  p{
    font-size: 16px;
  }
  .shop-logo img{
    padding: 12px;
    width: 35%;
  }
}
@media (min-width: 1240px) {
  .shop-logo img{
    padding: 24px;
    width: 20%;
  }
}

/******** container-title ********/
.container-title{
  background: url(images/main_sp.jpg) bottom center no-repeat;
  background-size: cover;
  width: 100%;
  height:100vh;
  position: relative;
}
.title-model-name{
  /*background: #fff;*/
  color: #fff;
  width: 75%;
  /*影*/
  position: absolute;
  bottom: 15%;
  left: 12.5%;
  text-align: center;
}
.title-model-name img{ /* ロゴ */
  width: 200px;
  margin: 0 auto 20px auto;
}

.title-model-name h1{
  font-weight: normal;
  font-family: 'Cinzel', serif;
  font-size: 2.35rem;
  line-height: 1.5;
  -webkit-filter: drop-shadow(0px 3px 10px rgba(205,205,195,.8));
  filter: drop-shadow(0px 0px 10px rgba(195,205,195,.8));
  filter: drop-shadow(0px 0px 5px rgba(195,205,195,.9));
  filter: drop-shadow(0px 0px 3px rgba(100,100,100,1));
}
.title-middle{
  font-size: 2rem;
  font-family: 'Andada', serif;
  line-height: 1;
  color: #fff;
}
.title-small{
  font-family: 'Andada', serif;
  font-size: 1rem;
  display: inline-block;
  width: 70%;
}
@media (min-width: 768px) {
  .container-title{
    background: url(images/main.jpg) top right no-repeat;
    background-size: cover; 
    width: 100%;
    height:100vh;
    position: relative;
  }
  .title-model-name img{ /* ロゴ */
    width: 250px;
  }
  .title-model-name{
    width: 50%;
    height: 50%;
    position: absolute;
    text-align: left;
    bottom: 10%;
    right: 50%;
    padding: 2rem;
  }
  .title-model-name h1{
    font-size: 5rem;
    line-height: 1.1;
  }
  .title-middle{
    font-size: 3rem;
  }
  .title-small{
    font-size: 1.5rem;
    text-indent: 0.2rem;
    margin-top: -0.5rem;
    background: none;
    border-bottom: solid 1px rgba(255,0,0,0.7);
    -webkit-filter: drop-shadow(0px 3px 10px rgba(195,205,195,.8));
    filter: drop-shadow(0px 0px 10px rgba(195,205,195,.8));
    filter: drop-shadow(0px 0px 5px rgba(195,205,195,.9));
    filter: drop-shadow(0px 0px 3px rgba(100,100,100,1));
  }
}
@media (min-width: 990px) {
  .title-model-name h1{
    font-size: 6rem;
  }
}
@media (min-width: 1240px) {
  .title-block{
    width: 1240px;
    margin: 0 auto;
  }
}

/******** article-about ********/
/*.about{ 
	position: relative;
	z-index: 5;
}*/
.about-text{
	/* position: relative; z-index用。プロパティ何でも良い */
	box-sizing: border-box;
	margin: 0 auto;
}
.about-text h2{
  font-size: 24px;
	font-family: 'Noto Serif JP', serif;
	display: inline-block;
	line-height: 1.75;
	padding-bottom: 0.5rem;
	border-bottom: solid 1px #cdb455;
	margin-bottom: 1rem;
}
.about-text p{
	line-height: 2.5;
}
@media screen and (min-width:768px){
	.about-text{
		width: 80%;
		padding: 0.5rem 1.5rem 1rem;
		/*margin: -5rem -7rem 0 2rem;
		background: rgba(0,0,0,0.5);*/
	}
	.about-text h2{
    font-size: 38px;
		padding-bottom: 0;
	}
  .about-text p{
    font-size: 18px;
  }
}

/******** container-summary ********/
.container-summary{
  background: #000;
  padding: 0;
}
.summary{
  display: flex;
  justify-content: flex-end;
  padding: 5%;
}
.summary-1{
  background-image: url(images/summary1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
}
.summary-2{
  justify-content: flex-start !important; /*説明左寄せ*/
  background-image: url(images/summary2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
}
.summary-3{
  background-image: url(images/summary3.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
}
.summary-comment{
  width: 80%;
  color: rgba(255,255,255,0.9);
  line-height: 1.8;
}
.summary h3{
  font-size: 32px;
  font-family: 'EB Garamond', serif;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media screen and (min-width:768px){
  .summary{
    padding: 10%;
  }
  .summary-comment{
    width: 50%;
  }
}

/******** highligts ********/
.content-highlight{
  padding: 0;
  margin: 0 auto 24px auto;
}
.highlight-block{
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.highlight-comment{
  box-sizing: border-box;
  border-bottom: 24px;
  width: 100%;
}
.highlight-comment p{
  font-size: 14px;
  line-height: 1.8;
}
h4.highlight-number{
  font-family: 'Jost', sans-serif;
  font-size: 42px;
  font-style: italic;
  font-weight: 200;
  line-height: 1;
  border-bottom: solid 1px rgba(255,0,0,0.7);
  margin-bottom: 8px;
}
.highlight-img{
  width: 100%;
  display: flex;
  align-items: center;
}
.highlight-img img.model{
  width: 50%;
}
@media (min-width: 768px) {
  .highlight-block{
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  h2.title-en{
    font-size: 58px;
  }
  .highlight-comment p{
    font-size: 16px;
  }
  h4.highlight-number{
    font-size: 84px;
  }
  .highlight-comment h3{
    font-size: 32px;
  }
  .highlight-img,.highlight-img2{
    width: 50%;
  }
  .highlight-img2{
    display: flex;
    width: 50%;
    text-align: center;
  }
  .caption{
    font-size: 12px;
    margin: 12px 1em;
  }
}
@media (min-width: 960px) {
  .highlight-comment{
    width: 35%;
  }
  .highlight-img{
    width: 60%;
  }
}
@media (min-width: 1600px){
  .content-highlight{
    width: 1600px;
  }
  .highlight-comment p{
    font-size: 20px;
  }
}

/******** highlight-bg ********/
.highlight-bg{
  padding: 0;
}
.highlight-bg{
  width: 100%;
  height: 300px;
  background: center center no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .highlight-bg{
    background-attachment: fixed;
  }
}
@media (min-width: 960px) {
  .highlight-bg{
    height: 500px;  }
}

/******** specification ********/
.specification{
  font-family: 'Jost', sans-serif;
}
.spec-model-name{
  color: #fff;
  font-family: serif;
  line-height: 1;
}
.spec-model-name span{
  font-size: 0.8rem;
}
table.spec-model,table.spec{
  width: 100%;
  margin: 16px auto 24px auto;
}
table.spec-model,table.spec tr{
  font-size: 14px;
  vertical-align: top;
}
table.spec tr th{
  color: #cdb455;
}
table.spec tr:nth-child(odd){
  background: rgba(255,255,255,0.1);
}
table.spec th,table.spec td{
  padding: 0.1rem 0.5rem;
  text-align: left;
  display: table-cell;
}
/* ボタン*/
.btn-01{
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 4px;
  margin: 28px auto 36px auto;
  display: block;
  box-sizing: border-box;
  border: solid 1px #000;
  border-radius: 2px;
  background: rgba(255,0,0,0.7);
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative; /* ボタン内アイコン用 */
  transition: all 0.5s ease-out;
}
.btn-01::before{
  content: url(images/cart.png);
  margin-right: 0.5rem;
  vertical-align: baseline;
}
.btn-01:hover{
  border: solid 1px #999;
  background: #999;
}
.models{
    width: 70%;
    margin: 24px auto;
    text-align: center;
  }
@media screen and (min-width: 768px){
  table.spec-model,table.spec tr{
    font-size: 16px;
  }
  table.spec th,table.spec td{
    padding: 0.2rem;
  }
  .models{
    width: 48%;
  }
}

/******** gallery ********/
.container-gallery{
  padding-bottom: 0;
}
.gallery{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery a{
  width: 50%;
  transition: ease-out 0.5s all;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.gallery-empty::after{
  content: " ";
  display: block;
  width: 25%;
}
.gallery a:hover{
  opacity: 0.5;
}
@media screen and (min-width: 960px){
  .gallery a{
    width: 25%;
    transition: ease-out 0.5s all;
    margin: 0;
    padding: 0;
    line-height: 0;
  }
}

/******** section-shop ********/
.container-shop{
  background: #000;
}
.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 2px #fff;
  color: #fff;
  border-radius: 50%;
  margin: 2rem auto 1rem auto;
  display: block;
}
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: #aaa;
}
a.shop-name{
  line-height: 1.75;
  color: #a0bb1e;
}
.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;
  }
  a.shop-name{
    font-size: 20px;
  }
  li.shop > p,a{
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width:1240px){
  .section-shop{
    width: 1240px;
    margin: auto;
  }
}

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