@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400&display=swap');@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css');



body {
  font-family: YakuHanJP, "Helvetica Neue", "Helvetica", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}



header, main { color: #1a1a1a; }

@media screen and (min-width: 430px) {
  /* medium　smartphone↑ */
  header, main {
    max-width: 425px;
    margin: 0 auto;
    border-left: 1px #bbab92 solid;
    border-right: 1px #bbab92 solid;
  }
  header { max-width: 425px; border-top: 1px #bbab92 solid; }
  main { max-width: 423px; border-bottom: 1px #bbab92 solid; }

}


header p {
  line-height: 1.8;
  padding: 2em;
}


/* Button */
.btn {
  width: 60%;
  margin-top: 0!important;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}


/* ============== */


h2 {
  /*font-family: "Abril Fatface", serif;*/
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

h2 span {
  color: #bbab92;
  font-family: "Bodoni Moda", serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
}

h3 {
  margin: 1em 0 ;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

h4 {
  margin: 30px 0 10px ;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}



ul#type { border-top: 1px #bbab92 solid; }
ul#type li { margin-bottom: 50px; }

#cd {
  border-top: 1px #bbab92 solid;
  border-bottom: 1px #bbab92 solid;
  padding: 44px 0 50px;
}



/* Slider */
.slide {
  overflow: hidden;
  height: fit-content;
  padding: 0 3.125em;
}

.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  width: 25px;
}

#cd .slick-next { right: 10px!important; }
#cd .slick-prev { left: 10px!important; }
#cd .btn { width: 80%; }

#cd .block { padding: 0 25px; }
#cd .block.two p {
  font-size: 14px;
  font-size: 1.4rem;
}


/* Lineup */
#lineup {
  padding-top: 44px;
  padding-bottom: 35px;
}
#lineup h2 { text-align: center; }

#lineup ul { padding: 0 1.875em; }
#lineup ul li { margin-top: 0.625em; }
#lineup ul li p,
#lineup ul li .btn {
  font-size: 16px;
  font-size: 1.6rem;
}
#lineup ul li p {
  line-height: 1.3;
  margin-bottom: 0.5em;
}
#lineup ul li p strong { font-weight: 700; }

#lineup ul li .btn { width: 100%; }



#cd cd {
  font-size: 2.2rem;
  position: relative;
  padding: 1.0em 0 1.25em;
  text-align: center;
  font-weight: bold;
}

#cd h4 span {
  display: block;
  padding: .5em 0 0;
}















/* ============== */

@media screen and (min-width:769px) {
  /* tablet↑ */
}
@media screen and (min-width:768px) {
  /* tablet↓ */
}
@media screen and (min-width:1024px) {
  /* PC↑ */
}
@media screen and (min-width:960px) {
  /* big tablet↑ */
}
@media screen and (min-width: 600px) {
  /* small tablet↑ */
}
@media screen and (min-width:445px) and ( max-width:600px) {
  /* tablet only */
}
@media screen and (max-width: 375px) {
  /* small　smartphone↓ */
}