@charset "utf-8";
/* CSS Document */
a {text-decoration: none;}


.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

body{
  margin: 0;
  background-color: #fff;
  font-family: "ヒラギノ明朝ゴシック", "Hiragino Mincho Pro", "serif";
  font-family: 'Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic','ＭＳ ゴシック','Helvetica Neue','Helvetica','Arial',sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
}


.inner {
  max-width: 960px;
  margin: 0 auto;
}

header {
  position: relative;
  z-index: 1;
  border-top: solid 10px #aeaeae;
}
header .inner {
  position: relative;
  height: 0;
  padding-bottom: 7.71%;
}
header h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 15.625vw;
  max-width: 150px;
  margin: 0;
}
header h2 {
  width: 20.0%;
  max-width: 192px;
  padding-top: 3.54%;
  padding-left: 15.625%;
  box-sizing: content-box;
}

#main-slider {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 30px;
}

/* 0525 追加分 */
#about {
  padding-bottom: 50px;
  line-height: 1.8em;
}

#about h2 {
  max-width: 136px;
  margin: 0 auto;
}

#about br {
  display: block;
}

#about p {
  width: auto;
  padding: 10px 1rem 0;
  text-align: center;
  font-feature-settings: "palt";
}


/* 0525 追加分 ここまで */

#contents {
  padding-bottom: 50px;
}

.product {
    padding: 0 .625rem;

}
.product h2 {
  /* width: 41.67%; */
  max-width: 400px;
  margin-bottom: 4.17%;
}
.product ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack:justify;
  justify-content: space-between;
  -webkit-align-content: left;
  align-content: left;
  list-style-type: none;
  margin-bottom: 9.375%;
  gap:16px 0;
}
.product li {
  list-style-type: none;
  width: 33%;
  max-width: 308px;
  align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  
}
.proName {
  padding: 24px 14px 10px;
  flex: 0 0 auto;
  display: flex;
    flex-direction: column;
    gap:0.5rem;
    flex: 1 0 auto;
}
.product p {
  text-align: center;
  font-size: 16px;
  
}
.product .goods {
  border-bottom: solid 2px #222222;
  text-align: center;
  font-size: 22px;
    font-weight: bold;
    padding-bottom: 0;
}


.movie {
  margin-bottom: 50px;
  max-width: 560px;
}
.movie h2 {

  max-width: 400px;
  margin-bottom: 4.17%;
}
.movie div {
	padding: 0 1rem;
	box-sizing: border-box;
}


.information h2 {
  /* width: 41.67%; */
  max-width: 400px;
  margin-bottom: 4.17%;
}


.appearance figure {
  float: left;
  max-width: 258px;
  width: 40%;
  margin: 0;
}

.info {
  float: left;
  line-height: 1;
   /* width: 350px; */
   width: 390px;
  padding-top: 0;
  padding-left: 25px;
}

dl {
  display: block;
  margin: 10px 0;
}

dd,dt {
  display: inline;
}

dd:before {
  content: ": ";
}

.link {
  float: right;
}

.link div + div {
  margin-top: 30px;
}
.linkBtn{
  font-family: "ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-family: 'Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic','ＭＳ ゴシック','Helvetica Neue','Helvetica','Arial',sans-serif;
  display: block;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  padding: 24px 0;
  text-align: center;
  text-decoration: none;
  width: 300px;
}

.contact {
  border: 2px solid #aeaeae;
  color: #aeaeae;
  transition: 0.6s;
}

.contact:hover {
  background-color: #aeaeae;
  color: #fff;
}

.kindai {
  border: 2px solid #ff77a1;
  color: #ff77a1;
  transition: 0.6s;
}

.kindai:hover {
  background-color: #ff77a1;
  color: #fff;
}

/* 0525 追加分 */
.shop {
  border: 2px solid #222222;
  color: #222222;
  transition: 0.6s;
}

.shop:hover {
  background-color: #222222;
  color: #fff;
}
/* 0525 追加分 ここまで */

.eof {
  border: 2px solid #be2300;
  color: #BE2300;
  transition: 0.6s;
}

.eof:hover {
  background-color: #BE2300;
  color: #fff;
}

.iconbox {
  display: flex;
  justify-content: flex-start;
}
.icon {
  padding: 0 1.4rem 0 0;
}


.eof_color{
  color: #BE2300;
  -webkit-transition: all .6s;
  transition: all .6s;
}

a:hover .eof_color{
  color: #fff;
}

.proName .description {
  /* width: 50%; */
  width: 60%;
  padding: 0;
  border-radius: 80px;
  margin: 0 auto 0;
  font-size: 14px;
  background: #be2300;
  color: #Fff;
  font-weight: bold;
  font-family: "ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-family: 'Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic','ＭＳ ゴシック','Helvetica Neue','Helvetica','Arial',sans-serif;
  letter-spacing: 0.1em;
}


.pro_EOF a.to_eof,
.product .proName a {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1.6;
  font-size: 1rem;
  font-family: "ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-family: 'Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic','ＭＳ ゴシック','Helvetica Neue','Helvetica','Arial',sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #fff;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
  padding: 0.5rem;
  width: 90%;
  margin: auto auto 0;
  
}



.pro_EOF a.to_eof:hover,
.product .proName a:hover {
  color: #fff;
  background: #000;
  -webkit-transition: all .6s;
  transition: all .6s;
}




.product .proName a.mt2{
  margin-top: 2rem;
}
#cboxWrapper{
  height:300px;
}
  div#colorbox img {
    max-width: 300px;

  }

  .text_area {
    width: 48%;
    width: -webkit-calc(100% - 330px);
    width: calc(100% - 330px);
    float: right;
  }

  .pro_EOF .text_area a.to_eof {
    width: 94%;
    box-sizing: border-box;
    float: left;
    text-decoration: none;
  }

footer {
  width: 100%;
  height: 70px;
  padding-top: 12px;
  background-color: #aeaeae;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

#MovieModal {
	position:relative;
	width:100%;
	padding-top:56.25%;
	cursor: pointer;
}

#MovieModal iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}



.product .inline img{
  outline: none;
  opacity: 1;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.product .inline img:hover {
  opacity: 0.8;
  -webkit-transition: all .6s;
  transition: all .6s;
}




/*---------------------------------------------------
@media query
-----------------------------------------------------*/


@media (max-width: 960px) {
  .info {
    padding-top: 0;
  }
  .link {
    float: none;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack:justify;
    justify-content: space-between;
    padding: 0 50px;
    padding-top: 2rem;
  }
  .link div + div {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 670px) {
  header .inner {
    padding-bottom: 10%;
  }
  header h1 {
    width: 18%;
  }
  header h2 {
    width: 25%;
    padding-top: 3.54%;
    padding-left: 18%;
  }

  .info {
    width: 55%;
  }
  .info dl {
    line-height: 1.4;
  }
  .link {
    display: block;
    padding-top: 1rem;
  }
  .link a {
    width: 100%;
  }
  .link div + div {
    margin-top: 2rem;
  }
}
@media (max-width: 480px) {
  #about br {
    display: none;
  }

  #about p {
	text-align: left;
  }

  .product li {
    width: 48%;
  }
  .appearance figure {
    float: none;
    width: auto;
    padding: 0 1rem;
  }
  .info {
    float: none;
    width: auto;
    padding: 1rem;
  }
  .info dl {
    line-height: 1.4;
  }
  .link {
    display: block;
    padding-top: 0;
	  padding: 0 1rem;
  }
  .iconbox {
    justify-content: center;
  }
  .pro_EOF a.to_eof,
.product .proName a {
  width: 100%;
    font-size: 0.8rem;
    padding: 0.5rem 0;
  }

.text_area {
  width: 100%;
}

.proName .description {
  width: 100%;
}

}
/* 180307 */
#about .sub_ttl{
	text-align: center;
    padding: 0 0 1rem;
}
.fz160 {
	    font-size: 1.6rem;
}

@media (max-width: 400px) {
.fz160 {
	    font-size: 1.2rem;
}

}



@media (-ms-high-contrast: none) {
  .proName .description {
    padding-top:7px;
}
.pro_EOF a.to_eof, .product .proName a {
  padding-top:12px;
}

}


