@charset "utf-8";
/*font-family: 'Ultra', serif;*/
/******** container-title ********/
.container-title{
  width: 100%;
  padding: 0;
  background: #e8e8e6;
}
.container-title img{
  margin: 0;
  padding: 0;
  line-height: 0;
}
/******** ページトップswiper ********/
#swiper-container-top{
  width: 100%;
   /* padding-bottom: 30px;ページネーションをスライドの下にするため */
}
.swiper-slide img{
  line-height: 0;  /* 0にして余計なスペースをリセット */
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1240px){
  #swiper-container-top{
    /*width: 1240px;*/
    margin: auto;
  }
}

/******** article-about ********/
.container-about{
  background: #282832;
}
.article-about img{
  width: 100%;
  margin: 24px auto;
  display: block;
}
.about-text{
	box-sizing: border-box;
	margin: 24px auto;
}
.about-text h2{
  color: #fff;
  font-size: 24px;
	display: inline-block;
	line-height: 1.75;
	padding-bottom: 0.5rem;
	border-bottom: solid 1px #cdb455;
	margin-bottom: 1rem;
}
.about-text p{
  color: #fff;
  font-size: 14px;
	line-height: 1.8;
}
ul.about-img-thums{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.about-img-thums li{
  box-sizing: border-box;
  width: 49%;
  margin-bottom: 12px;
  transition: ease-out 0.5s all;
  line-height: 0;
}
@media screen and (min-width:768px){
	.about-text{
		padding: 0.5rem 1.5rem 1rem;
	}
	.about-text h2{
    font-size: 38px;
		padding-bottom: 0;
	}
  .about-text p{
    font-size: 16px;
  }
}
@media screen and (min-width:960px){
  .article-about{
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* 追加 */
  }
  .article-about img{
    width: 48%;
  }
  ul.about-img-thums li{
    width: 24.5%;
    margin-bottom: 20px;
  }
}

/******** container-series ********/
.container-series{
  padding: 0;
}
.series-summary{
  margin-bottom: 16px;
}
.series-summary p{
}
.series-std{
  background: url(images/series_standard_bg.jpg) center center no-repeat;
}
.series-tm{
  justify-content: flex-start !important; /*説明左寄せ*/
  background: url(images/series_tradmaster_bg.jpg) center center no-repeat;
}
.series-comment{
  width: 90%;
  padding: 5%;
  opacity: 0.8;
}
p.series-en{
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 18px; 
}
@media screen and (min-width:768px){
  .series{
    display: flex;
    justify-content: flex-end;
    padding: 10%;
    background-size: contain;
  }
  .series-summary p{
    font-size: 18px;
  }
  .series-std{
    background: url(images/series_standard_bg.jpg) center left no-repeat;
  }
  .series-tm{
    background: url(images/series_tradmaster_bg.jpg) center right no-repeat;
  }
  .series-comment{
    width: 60%;
  }
}
@media screen and (min-width:1280px){
  .series{
    /**width: 100%;**/
  }
  .series-comment{
    width: 60%;
  }
}

/******** シリーズ ********/
.container-series{
  background: #e6e6e6;
}
.content-series{
  padding: 0;
  margin: 0 auto 24px auto;
}
.series-block{
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.series-comment{
  box-sizing: border-box;
  border-bottom: 24px;
  width: 100%;
}
.series-comment p{
  font-size: 14px;
  line-height: 1.8;
}
h3.series-name{
  color: #006e96;
  font-family: "Libre Baskerville", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 0.8;
  margin-bottom: 8px;
}
h4.series-head{
  color: #006e96;
  font-size: 18px;
  font-weight: bold;
}
.series-img{
  width: 100%;
  display: flex;
  align-items: center;
  /**filter: drop-shadow(20px -10px 0 #282832);**/
  align-items: flex-start; /* 追加 */
  margin-bottom: 24px;
}
.series-img-sub{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
  align-items: flex-start; /* 追加 */
}
.series-img-sub img{
  width: 32%;
}
@media (min-width: 768px) {
  .series-block{
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .series-comment p{
    font-size: 16px;
  }
  h3.series-name{
    font-size: 38px;
    line-height: 1;
  }
  h4.series-head{
    font-size: 20px;
  }
  .series-comment{
    width: 45%;
  }
  .series-img{
    width: 50%;
    /**filter: drop-shadow(20px 20px 0 #282832);**/
  }
  .caption{
    font-size: 12px;
    margin: 12px 1em;
  }
}
@media (min-width: 960px) {
  .series-comment{
    width: 35%;
  }
  .series-img{
    width: 60%;
  }
}
@media (min-width: 1600px){
  .content-series{
    width: 1600px;
  }
  .series-comment p{
    font-size: 20px;
  }
}

/******** Models ********/
.container-models{
  display: flex;
  justify-content: center;
}
h3.models-head{
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 32px;
  color: #555;
  margin-bottom: 24px;
}
/**.models-category{
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700px;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 180px;
  height: 100px;
  margin: -50px auto 64px auto;
  background: #fff;
}
.models-category-sub{
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 700px;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 6vh;
}**/
ul.models-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.models-list li{
  box-sizing: border-box;
  width: 48.0%;
  margin-bottom: 24px;
  transition: all .5s ease-out;
}
.models_img img{
  display: block;
  width: 60%;
  margin: 0 auto;
}
.models_img > .models-caption{
  box-sizing: border-box;
  width: 100%;
}
.models_img > .models-caption h4{
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
}
.models_img > .models-caption p{
  margin-bottom: 0.25rem;
}
a.btn-ols{
  font-size: 13px;
  width: 140px;
  padding: 8px 4px;
  margin: 1rem auto 4rem auto;
  display: block;
  box-sizing: border-box;
  border-radius: 2px;
  background: #e6aa00;
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative; /* ボタン内アイコン用 */
  transition: all 0.5s ease-out;
}
a.btn-ols:hover{
  background: #999;
}
@media screen and (min-width:768px){
  h3.models-head{
    font-size: 42px;
    margin-bottom: 24px;
  }
  ul.models-list{
    justify-content: flex-start;
    /* space-betweenのままだと最終行が歯抜けになるので変更 */
  }
  .models-list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 48px;
  }
  .models-list li:nth-child(3n){
    margin-right: 0;
    /* 3の倍数番目の右マージンを0にすることでことで幅100％調度 */
  }
  .models_img > .models-caption h4{
    font-size: 2rem;
  }
  .models_img > .models-caption p{
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width:1280px){
  .section-models{
    width: 80%;
  }
}

/******** 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-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;
  }
}

/******** movie ********/
.movie{
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  padding: 5% 10%;
  background: #000;
}
.movie iframe{
  width: 100%;
  height: 100%;
}

/******** 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;
}