p{
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media (min-width: 768px) {
  p{
    font-size: 16px;
  }
}
/******** title2 ********/
.title2{
  margin: 0;
  padding: 0;
}
.title2-inner{
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height:200px;
}
@media (min-width: 768px) {
  .title2-inner{
    background-attachment: fixed;
    width: 100%;
    height: 300px;
    position: relative;
  }
}
@media (min-width: 1240px) {
  .title-model-name h1{
    font-size: 10rem;
  }
  .title-block{
    width: 1240px;
    margin: 0 auto;
  }
}

/* content */
/****** items ********/
.r-mark::after{
  content: "\0ae";
  font-size: 0.75rem;
  vertical-align: top;
}
.item-title{
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
  line-height: 1.2;
}
.item-title span{
  font-weight: 300;
  font-size: 0.5em;
}
.price{
  font-size: 18px;
  font-weight: bold;
  color: #e32027;
}
.price span{
  font-size: 0.75rem;
  margin-left: -0.3rem;
}
/******** model-block ********/
.model-block{
  transform: translateY(-10px);
  transition: all 0.2s ease-out;
}
.color-name{
  display: flex;
}
.color-name p{
  font-size: 12px;
  margin-right: 1rem;
}
.color-name p span{
  margin-right: 0.5rem;
  font-weight: bold;
}
@media (min-width:768px){
  .color-name p{
    font-size: 14px;
  }
}
/*item-img*/
.item-img-main{
  width: 100%;
}
.detail-img{
  display: flex;
  margin: 24px auto;
}
.detail-img a{
  width: 50%;
}
/*ラジオボタン*/
.color-chart{
  margin: auto;
  display: flex;
  justify-content: center;
}
.form-check{
  margin: 5px;
  position: relative;
}
.color-chart label {
  width: 40px;
  height: 40px;
}
.color-chart input[type="radio"]{
  display: none;
}
.color-chart label img{
  width: 40px;
  height: 40px;
  border: solid 3px #aaa;
  border-radius: 40px;
  transition: all 0.1s ease-out;
}
.color-chart label img:hover{
  width: 39px;
  height: 39px;
  opacity: 0.8;
}
.content-comment{
  color: #666;
}
.comment-text{
  font-size: 12px;
}
@media (min-width: 768px) {
  .color-chart label {
    width: 60px;
    height: 60px;
  }
  .color-chart label img{
    width: 60px;
    height: 60px;
    border-radius: 60px;
  }
  .color-chart label img:hover{
    width: 58px;
    height: 58px;
  }
  .comment-text{
    font-size: 14px;
  }
}

/******** ボタン共通CSS上書き ********/
.btn-01{
  background: #e32027;
}

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

/******** specification ********/
.specification{
  font-family: 'helvetica', sans-serif;
}
.specification h3{
  font-size: 32px;
}
.specification h4{
  font-size: 20px;
}
.specification img.spec-icon{
  width: 60px;
  margin-right: 0.5rem;
}
table.spec{
  width: 100%;
  margin: 16px auto 24px auto;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
table.spec tr{
  font-size: 12px;
}
table.spec tr:nth-child(even){
  background: #ddd;
}
table.spec th,table.spec td{
  display: block;
  padding: 0.2rem 0.5rem;
}
table.spec th{
  width: 20rem;
}
@media screen and (min-width: 768px){
  table.spec tr{
    font-size: 14px;
  }
  table.spec th,table.spec td{
    display: table-cell;
    padding: 0.5rem;
  }
}

/* ///////////// 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: 768px) {
  .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: 990px) {
  .info-text p{
    font-size: 1rem;
  }
}

/******** line-up ********/
ul.lineup-card-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.lineup-card-list li{
  box-sizing: border-box;
  width: 48%;
  margin-bottom: 20px;
  transition: ease-out 0.5s all;
  line-height: 0;
}
ul.lineup-card-list li a:hover{
  opacity: 0.5;
}
@media screen and (min-width: 960px){
  ul.lineup-card-list li{
    width: 32%;
    margin-bottom: 40px;
  }
}