@charset "UTF-8";
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css');
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Noto+Serif+JP:wght@200..900&display=swap');

body {
  font-family: YakuHanJP, "Helvetica Neue", "Helvetica", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #333631;
  color: var(--text-main);
  -webkit-font-smoothing: antialiased;
  background-color: #e0dbd4;
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}



header, main { color: #2d2a26; }
header { background: radial-gradient(ellipse at 60% 20%, #3a3028 0%, #1a1a1a 70%); }

strong { font-weight: 700; }


/* Button */
.btn {
  width: 70%;
  margin-top: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color: #00b900;
}


hr {
  height: 2px;
  margin: 2em auto;
  background-color: #d4c4b0;
  width: 60%;
  border: none;
}


header h1 {
  padding: 3em 5em 0;
  margin-bottom: 3em;
}
header p {
  padding: 3em;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height:1.8;
  text-align: center;
}
header p strong {
  font-size: 18px;
  font-size: 1.8rem;
}



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


/*main p, main ol, main ul {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
}*/

h2.en {
  font-size: 48px;
  font-family: "Baskervville", serif;
  font-weight: 600;
  font-optical-sizing: auto;
  text-align: center;
  line-height: 1;
}

#oggi h3, .subline {
  display: table;
  margin: 1.5em auto 0.75em;
  padding: 5px;
  color: #ffffff;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1;
  text-align: center;
  background-color: #1a1a1a;
}



#data, #oggi, #pd, #item { padding: 10%; }
#data, #pd { background-color: #fafaf8; }
#oggi, #item { background: linear-gradient(160deg, #f5f0ea 0%, #e8ddd0 100%); }


#data { padding-top: 6%; }

#data dl dt {
  display: table;
  margin: 1.5em auto 0.75em;
  padding: 5px;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  background-color: #1a1a1a;
}
#data dl dd {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
}
#data dl dd p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height:1.8;
  color: #ba3533;
}
#data dl dd p strong {
  font-size: 24px;
  font-size: 2.4rem;
}




#oggi .one-third.right, #oggi .two-third.left { float: none; }
#oggi .one-third.right {
  margin-left: auto;
  margin-right: auto;
}
#oggi .two-third.left {
  width: 100%!important;
  padding-top: 1em;
}




#pd .pdname {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 0.5em;
}
#pd .pdname em {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 400;
}
#pd .color {
  /*font-size: 16px;
  font-size: 1.6rem;*/
  font-weight: 700;
  text-align: center;
  padding-bottom: 1em;
}


#pd h3, #item h3 {
  position: relative;
  margin: 1em 0 0.5em;
  padding: 0 50px;
  text-align: center;

  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

#pd h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #1a1a1a;
}

#pd h3 span {
  position: relative;
  padding: 0 1em;
  background: #fafaf8;
}

#pd h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  padding-bottom: 0.5em;
}



#pd .slider p {
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 0.5em;
}
.pt {
  display: table;
  background-color: #6b6058;
  color: #ffffff;
  font-size: 18px;
  font-family: "Baskervville", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-align: center;
  line-height: 1;
  margin: 0 auto 5px;
  padding: 5px 1em!important;
  border-radius: 9999px;
}


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

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

.slick-next { right: -35px!important; }
.slick-prev { left: -35px!important; }
.slick-prev:before, .slick-next:before { color: #6b6058!important; }

@media screen and (min-width: 600px) {
  #pd .slider {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}



#item h3 { margin-top: 0; padding: 0; }
#item p { text-align: center; }
#item .price {
  font-size: 20px;
  font-size: 2.0rem;
}
#item .two-third {
  margin: 0 auto;
  padding-bottom:1em;
}



/* ─── FADE-IN ANIMATION ──────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fade-up {
  opacity: 0;
  animation: fadeUp 0.7s ease forwards;
}
.fade-up:nth-child(1) { animation-delay: 0.1s; }
.fade-up:nth-child(2) { animation-delay: 0.25s; }
.fade-up:nth-child(3) { animation-delay: 0.4s; }
.fade-up:nth-child(4) { animation-delay: 0.55s; }
.fade-up:nth-child(5) { animation-delay: 0.7s; }




@media screen and (min-width: 426px) {
  /* medium　smartphone↑ */
  header, main {
    max-width: 425px;
    margin: 0 auto;
    box-shadow: 0 0 40px rgba(0,0,0,0.12);
  }
}
@media screen and (min-width: 600px) {
  /* medium　smartphone↑ */
  header, main {
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 0 40px rgba(0,0,0,0.12);
  }
  header h1 { padding: 4em 7em 0!important; }
  header .mainimg { margin: 0 4em; }
  #data, #oggi, #pd, #item { padding: 8%; }
}
@media screen and (max-width: 375px) {
  /* small smartphone↓ */
  #data, #item {
    padding-left: 0;
    padding-right: 0;
  }
  #data dl dd p {
    padding-left: 8%;
    padding-right: 8%; }
  header h1 {
    padding-left: 3em;
    padding-right: 3em;
  }
  header p {
    padding-left: 2em;
    padding-right: 2em;
  }
}













@media screen and (min-width:1024px) {
  /* small pc↑ */
}
@media screen and (min-width: 600px) {
  /* medium smartphone↑ */
}
@media screen and (max-width: 599px) {
  /* medium smartphone↓ */
}
@media screen and (max-width: 375px) {
}













