@charset "utf-8";

:root {
  --hColor: #fff;
  --pColor: #c9c9c9;
  --noteColor: #878787;
  --yellow: #c79722;
  --bgMessage: #545356;
  --bgPresent: #2a161a;
  --bgContent: #1f1e27;
  --bgGift: #323333;
  --bgPlan: #35322e;
  --bgSns: #4a4a4c;
  --bgAttention: #a9a8a8;

  --serif: "Yu Mincho";
  --gothic: "Hiragino Kaku Gothic Pro";
}

/* common/style.cssの初期化、その他共通化 ここから */
img {
  width: 100%;
  vertical-align: bottom;
}

body {
  background-color: var(--first-color);
  font-family: "Hiragino Kaku Gothic Pro";
}

.box_top {
  /* ヘッダーの背景透過防止 */
  background-color: #fff;
}

h2 {
  box-shadow: none;
  font-size: clamp(18px, 3vw, 30px);
}

h2,
h3,
h4 {
  color: #fff;
  font-family: var(--serif);
}
p {
  margin-bottom: 0;
  text-align: center;
  line-height: 1.75;
  color: #fff;
}
.container {
  width: 90%;
  max-width: 1030px;
  padding: 0;
  margin: 3rem auto 1rem;
}

/* common/style.cssの初期化、その他共通化 ここまで */

.main-visual {
  margin-top: 0 !important;
}

/* 導入メッセージ p-message------------------- */
.p-message {
  background-color: var(--bgMessage);
  position: relative;
  z-index: 0;
}
.p-message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 80%);
  z-index: 2;
}
.p-message__bg {
  position: relative;
  padding: 3em 0;
  width: 100%;
  height: 100%;
}
.p-message__bg::before,
.p-message__bg::after {
  position: absolute;
  content: "";
  /* content: url(../img/top_left.png); */
  display: block;
  background-image: url(../img/top_left.png);
  background-position: 0% 0%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 15vw;
  height: 70vw;
  max-width: 80px;
  max-height: 306px;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-message__bg::after {
  background-image: url(../img/top_right.png);
  left: initial;
  right: 0;
}
.p-message__topMark {
  position: absolute;
  background-image: url(../img/bg_main.png);
  background-position: 50% 10%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 45vw;
  height: 45vw;
  max-width: 250px;
  max-height: 250px;
  transform: translate(-50%, 0%);
  top: 2em;
  left: 50%;
}

.p-message__h3 {
  /* padding調整 */
  position: relative;
  z-index: 5;
  text-align: center;
  margin-top: 3em;
  padding: 0.25em 0;
  color: var(--pColor);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 0) 100%);
  max-width: 16em;
  margin-left: auto;
  margin-right: auto;
}
.p-message__p:first-of-type {
  margin-top: 0;
}
.p-message__p {
  position: relative;
  z-index: 5;
  line-height: 2;
  font-family: var(--serif);
}

.p-present__h2,
.p-contents__h2,
.p-gift__h2,
.p-plan__h2,
.p-sns__h2 {
  line-height: 3;
  font-size: 1.7em;
  text-align: center;
  margin: 0;
  padding: 0;
  color: var(--pColor);
}

/* VIPプレゼント p-present------------------- */
.p-present {
  /* background: linear-gradient(to bottom, #000, #fff); */
  /* background: linear-gradient(to bottom, var(--first-color), var(--first-deep)); */
  background-color: var(--bgPresent);
  padding-bottom: 4em;
  position: relative;
  z-index: 0;
}
.p-present::before {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5));
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.p-present__h2 {
  font-size: 1.9em;
  line-height: 2.5;
  font-weight: bold;
  background: linear-gradient(to bottom, #521120 30%, rgba(0, 0, 0, 0.7));
}
.p-present__h3 {
  text-align: center;
  margin-top: 0em;
  padding: 0.5em 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 0) 100%);
}
.p-present__flex {
  position: relative;
  z-index: 1;
}
.p-present__visual {
  padding: 0 10px;
}
.p-present__imgBox {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.p-present__img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.p-present__visualSpan {
  color: var(--yellow);
}
.p-present__info,
.p-contents__info {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  margin-top: 4em;
}
.p-present__infoH3,
.p-contents__infoH3 {
  font-size: 1.5em;
  margin-top: 1.5em;
}
.p-present__infoP {
  text-align: left;
  padding-left: 0.5em;
  color: var(--pColor);
}
.p-present__infoSpan {
  font-size: 1.2em;
  margin-left: -0.5em;
  color: var(--hColor);
}
.p-present__strong {
  color: var(--yellow);
  font-size: 1.2em;
  display: block;
  width: fit-content;
  margin: 1em auto 0;
  padding-bottom: 0.25em;
  line-height: 1;
  border-bottom: 1.5px solid var(--yellow);
}

.p-present__link {
  display: block;
  margin: 1.5em auto 0;
  width: fit-content;
  background-color: rgba(250, 250, 250, 0.2);
  color: var(--pColor);
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 5px;
}

.p-present__noteBox {
  margin: 2em 0;
}
.p-present__note {
  position: relative;
  text-align: left;
  margin-top: 0;
  padding-left: 1em;
  font-size: 0.9em;
  color: var(--noteColor);
}
.p-present__note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
}

.p-present__dl {
  margin: 1.5em 0 0;
  color: #fff;
}
.p-present__dt {
  margin-top: 3em;
  padding-left: 1.5em;
  position: relative;
  color: var(--pColor);
}
/* 文章だけ左パディングを効かせる */
.p-present__dt:first-of-type {
  margin-top: 0;
}
.p-present__dt::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}
.p-present__dd {
  margin: 0;
  padding-left: 1.5em;
  color: var(--pColor);
}

/* VIPコンテンツ p-contents------------------- */
.p-contents {
  background-color: var(--bgContent);
  overflow: hidden;
  padding-bottom: 4em;
}
.p-contents__h2 {
  font-weight: bold;
  background: linear-gradient(to bottom, #393c50, rgba(0, 0, 0, 0.6));
}
.p-contents__toRight,
.p-contents__toLeft {
  width: 95%;
  margin-top: 3em;
  padding-top: 4em;
  padding-bottom: 6em;
  background-color: #4c4b4f;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.5);
  position: relative;
  transform: translateX(-50px);
  transition: transform 0.6s ease-out;
}
.p-contents__toLeft {
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 6.5em;
  transform: translateX(50px);
}
.p-contents__toRight::before,
.p-contents__toLeft::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 21.3%; /* (画像の高さ / 画像の幅) * 100% */
  background-image: url(../img/frame_top.png);
  background-position: 50% 0%;
  background-size: 97% 97%;
  background-repeat: no-repeat;
  top: 1%;
  left: 0;
  z-index: -1;
}
.p-contents__toRight::after,
.p-contents__toLeft::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 21.3%; /* (画像の高さ / 画像の幅) * 100% */
  background-image: url(../img/frame_bottom.png);
  background-position: 50% 0;
  background-size: 97% 97%;
  background-repeat: no-repeat;
  left: 0;
  bottom: 1%;
  z-index: 0;
}

.p-contents__toRight.slide,
.p-contents__toLeft.slide {
  transform: translateX(0px);
}
.p-contents__h3 {
  position: relative;
  z-index: 10;
}
.p-contents__h3 {
  text-align: center;
  font-size: 1.5em;
  margin-top: 0;
}
.p-contents__textBox {
  padding: 0 10px;
}
.p-contents__row {
  display: flex;
  margin-top: 2em;
  gap: 1.5em;
  justify-content: center;
}
.p-contents__column {
  display: flex;
  flex-direction: column;
  width: 46%;
  max-width: 200px;
}
.p-contents__column--right {
  width: 34%;
  max-width: 150px;
}
.p-contents__p {
  font-size: 0.9em;
  color: var(--pColor);
}
.p-contents__strong {
  color: var(--yellow);
  display: block;
  width: fit-content;
  margin: 1em auto 0;
  padding-bottom: 0.25em;
  line-height: 1;
  border-bottom: 1.5px solid var(--yellow);
}
.p-contents__note {
  margin-top: 0.5em;
  line-height: 1;
  font-size: 0.9em;
  color: var(--pColor);
}
.p-contents__info,
.p-gift__info {
  width: 90%;
  margin: 0 auto;
  padding: 0 10px;
  margin-top: 4em;
}
.p-contents__infoH3,
.p-gift__infoH3 {
  font-size: 1.5em;
}
.p-contents__dl,
.p-gift__dl {
  margin: 0;
  color: #fff;
}
.p-contents__dt,
.p-gift__dt {
  margin-top: 3em;
  /* padding-left: 1.5em; */
  position: relative;
  color: var(--pColor);
}
.p-contents__dt:first-of-type,
.p-gift__dt:first-of-type {
  margin-top: 0;
}
/* .p-contents__dt::before,
.p-gift__dt::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
} */
/* 文章だけ左パディングを効かせる */
.p-contents__dd,
.p-gift__dd {
  margin: 0;
  color: var(--pColor);
  /* padding-left: 1.5em; */
}
/* 復刻ディスプレイ */
.p-display {
  padding-bottom: 4em;
}
.p-display__slider {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
.p-display__ul {
  margin: 0;
  padding: 0;
}

/* ドレスコードにてご来店のVIPへ p-gift------------------- */
.p-gift {
  background-color: var(--bgGift);
  padding-bottom: 4em;
}
.p-gift__h2 {
  font-weight: bold;
  background: linear-gradient(to bottom, #2f3030, rgba(0, 0, 0, 0.75));
}
.p-gift__h3 {
  text-align: center;
  margin-top: 0em;
  padding: 0.5em 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 0) 100%);
}
.p-gift__img {
  width: 100%;
  max-width: 600px;
  margin: 2em auto 0;
  padding: 0 10px;
}
.p-gift__p {
  padding: 0 10px;
  color: var(--pColor);
}
.p-gift__strong {
  color: var(--yellow);
  display: block;
  width: fit-content;
  margin: 2em auto 0;
  padding-bottom: 0.25em;
  border-bottom: 1.5px solid var(--yellow);
  line-height: 1;
  font-family: var(--serif);
  font-weight: bold;
}
.p-gift__note {
  margin-top: 3em;
  line-height: 1;
  font-size: 0.9em;
  text-align: left;
  position: relative;
  padding-left: 2em;
  line-height: 1.25;
  display: block;
  color: var(--noteColor);
}
.p-gift__note::before {
  position: absolute;
  content: "※";
  width: 1em;
  height: 1em;
  top: 0;
  left: 1em;
}
.p-gift__h4 {
  display: block;
  width: fit-content;
  margin: 2.5em auto 0;
  font-size: 1.5em;
  background-color: #555;
  padding: 0.75em 2em;
  color: var(--pColor);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
}
.p-gift__info {
  margin-top: 1em;
}

/* VIPプラン p-plan------------------- */
.p-plan {
  background-color: var(--bgPlan);
  position: relative;
}
.p-plan::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 20%);
  z-index: 1;
}
.p-plan__h2 {
  font-weight: bold;
  background: linear-gradient(to bottom, #868176, rgba(0, 0, 0, 0.75));
  font-size: 1.9em;
  line-height: 2.5;
  position: relative;
  z-index: 5;
}
.p-plan__h3 {
  text-align: center;
  margin-top: 0em;
  padding: 1em 0;
  font-size: 1.1em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) -10%, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 0) 110%);
  position: relative;
  z-index: 5;
}
.p-plan__p {
  padding: 0 10px;
  position: relative;
  z-index: 5;
}
.p-plan__card {
  background-color: #b4b29f;
  width: 90%;
  margin: 2em auto 0;
  /* padding: 1.5em 0; */
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  position: relative;
  z-index: 5;
}
.p-plan__card.is-visible {
  opacity: 1;
  transform: translateY(0px);
}

.p-plan__cardH3 {
  color: #2c1402;
  font-size: 1.25em;
  margin: 0;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 5;
}
.p-plan__cardP {
  color: #2c1402;
  position: relative;
  z-index: 5;
}
.p-plan__cardNote {
  color: #2c1402;
  text-align: left;
  position: relative;
  padding-left: 1em;
  font-size: 0.9em;
  position: relative;
  z-index: 5;
}
.p-plan__cardNote::before {
  color: #2c1402;
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}

.p-plan__box {
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
.p-plan__dl {
  margin: 3em auto 0;
}

.p-plan__dt {
  color: #fff;
  line-height: 1;
  font-size: 1.4em;
  font-weight: 500;
  margin: 1.5em 0 0;
  padding: 0;
  font-family: var(--serif);
}
.p-plan__dd {
  color: #fff;
  margin: 0;
  padding: 0.75em 0 2em 0.5em;
  line-height: 1;
  border-bottom: 1px solid #fff;
  color: var(--pColor);
}
.p-plan__ddNote {
  margin-top: 0em;
  font-size: 0.9em;
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
  display: block;
}
.p-plan__ddNote:first-of-type {
  margin-top: 1em;
}
.p-plan__ddNote::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.p-plan__dd__a {
  display: block;
  width: fit-content;
  margin: 2em auto 0;
  padding: 1em;
  background-color: rgba(250, 250, 250, 0.2);
  color: var(--pColor);
  border-radius: 8px;
  text-decoration: none;
}

.p-plan__date {
  display: flex;
}
.p-plan__date__dt {
  width: fit-content;
}
.p-plan__date__dd {
  margin-left: 0.5em;
}

.p-plan__note {
  font-size: 0.9em;
  text-align: left;
  padding-left: 1em;
  position: relative;
  color: var(--noteColor);
}
.p-plan__note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.p-plan__end {
  width: 100%;
  height: 70vw;
  max-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-plan__end::before,
.p-plan__end::after {
  position: absolute;
  content: "";
  /* content: url(../img/top_left.png); */
  display: block;
  background-image: url(../img/bottom_left.png);
  background-position: 0% 0%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 15vw;
  height: 60vw;
  max-width: 80px;
  max-height: 306px;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.p-plan__end::after {
  background-image: url(../img/bottom_right.png);
  left: initial;
  right: 0;
}
.p-message__bottomMark {
  position: absolute;
  background-image: url(../img/bg_main.png);
  background-position: 50% 10%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 45vw;
  height: 45vw;
  max-width: 200px;
  max-height: 200px;
  transform: translate(-50%, 0%);
  left: 50%;
  bottom: 3.5em;
  z-index: 0;
}

.p-plan__h4 {
  font-family: var(--serif);
  font-size: 1.25em;
  display: block;
  width: fit-content;
  position: relative;
  z-index: 5;
}
.p-plan__copy {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 0em;
  z-index: 5;
  color: var(--noteColor);
}

/* SNS p-sns------------------- */
.p-sns {
  background-color: var(--bgSns);
  padding: 1em 0 2em;
}
.p-sns__h2 {
  font-family: var(--gothic);
  line-height: 2;
  font-size: 1.7em;
  text-align: center;
  margin: 0;
  padding: 0;
  color: var(--bgAttention);
}
.p-sns__box {
  margin-top: 1rem;
}
.p-sns__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.p-sns__icon a {
  display: inline-block;
  width: 100px;
}

/* ATTENTION p-attention------------------- */
.p-attention {
  font-family: "Hiragino Kaku Gothic Pro";
  background-color: var(--bgAttention);
  width: 100%;
  padding: 1rem 5% 2rem;
  margin: 0;
  color: #000;
}
.p-attention p {
  color: #000;
}
.p-attention__h2 {
  position: relative;
  font-family: var(--gothic);
  line-height: 2;
  font-size: 1.7em;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #1f1e27;
}
.p-attention__ul {
  max-width: 800px;
  margin: 2rem auto 0.5rem;
  padding-left: 0.5rem;
  line-height: 1.5;
  width: 100%;
}

.p-attention__li {
  margin: 0.25rem 0 0;
  padding: 0;
}

/* 600px以上 ------------------------- */
@media (min-width: 600px) {
  .p-contents__cardBox {
    max-width: 800px;
    margin: 0 auto;
  }
  .p-contents__toRight,
  .p-contents__toLeft {
    padding-top: 4em;
    padding-bottom: 4em;
    max-width: 555px;
  }
  .p-contents__toRight::before,
  .p-contents__toLeft::before,
  .p-contents__toRight::after,
  .p-contents__toLeft::after {
    background-size: 99% 99%;
  }
  .p-present__infoH3,
  .p-contents__infoH3,
  .p-gift__infoH3,
  .p-present__dl,
  .p-contents__dl,
  .p-gift__dl {
    padding: 0 3em;
  }
  .p-present__imgBox {
    margin-top: 3em;
  }
  .p-present__info,
  .p-plan__box {
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-gift__note {
    width: fit-content;
    margin: 2em auto 0;
  }
  .p-plan__cardBox {
    max-width: 500px;
    margin: 0 auto;
  }
}

/* 768px以上 ------------------------- */
@media (min-width: 768px) {
  .p-present__infoH3,
  .p-contents__infoH3,
  .p-gift__infoH3,
  .p-present__dl,
  .p-contents__dl,
  .p-gift__dl {
    padding: 0;
  }
  .p-present__imgBox {
    margin-top: 3em;
  }
  .p-contents__info,
  .p-gift__info {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-present__imgBox {
    /* margin-top: ; */
    flex-direction: row;
    justify-content: center;
  }
  .p-present__img {
    width: 100%;
    max-width: 450px;
    margin: 0;
  }
  .p-contents__cardBox {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    gap: 2em;
  }
  .p-contents__toRight,
  .p-contents__toLeft {
    padding-top: 4em;
    padding-bottom: 4em;
    max-width: 600px;
    height: 460px;
    margin-top: 3em;
    transform: translateX(0px);
    transition: transform 0.6s ease-out;
  }
  .p-display__slider {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .p-contents__info {
    max-width: 300px;
  }
  .p-gift__container {
    max-width: 640px;
    margin: 0 auto;
  }
  .p-gift__strong {
    margin-top: 3em;
  }
  .p-plan__dl {
    padding: 0 2em;
  }
  .p-plan__note {
    padding: 0 0 0 1.25em;
    margin-left: 2.5em;
  }
}
