@charset "utf-8";
/* ========================================================================
	widget_btn（下線ボタン）
  widget_btn2（ボタン）
  heading(見出し)
  キャンペーン
  成人Plan
  振袖コレクション
  帯
  ページネーション
  ナビゲーション
  価格
  ご来店予約バナー
  資料請求バナー
  特典
  PLUMが選ばれた理由
  割引
  カワイイを叶えられる４つの理由
  料金
  フォトギャラリー
  卒業袴スタイル
  コンタクト
======================================================================== */

/* ========================================================================
	widget_btn（下線ボタン）
======================================================================== */
.widget-btn a {
  position: relative;
  font-size: 2.24rem;
  color: var(--txt-pink);
  padding-right: clamp(45px, 5vw, 100px);
  white-space: nowrap;
}

.widget-btn a::after {
  content: "";
  background: url(../../image/common/bottom-btn-arw.webp) no-repeat;
  background-size: 10px 15px;
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;
  rotate: -90deg;
  width: 10px;
  height: 15px;
  transition: all 0.3s;
}

.widget-btn a:hover::after {
  right: 0;
  transition: all 0.3s;
}

.widget-btn a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -5px;
  background-color: var(--txt-pink);
  width: 100%;
  height: 1px;
  transform: scaleX(1);
  transform-origin: right bottom;
  transition: 0.3s;
}

.widget-btn a:hover::before {
  transform: scaleX(0);
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .widget-btn a {
    font-size: 1.6rem;
    padding-right: clamp(45px, 17vw, 85px);
  }

  .widget-btn a::after {
    background-size: 7px 11px;
    width: 7px;
    height: 11px;
  }
}

/* ========================================================================
widget_btn2（ボタン）
======================================================================== */

.widget-btn2 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.33;
  padding: 10px 25px;
  color: var(--txt-pink);
  border: 1px solid var(--txt-pink);
  border-radius: 50px;
}

.widget-btn2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  translate: 0 -50%;
  background: url(../../image/common/pink-arw.webp) no-repeat;
  background-size: 10px 5px;
  width: 10px;
  height: 5px;
}

.widget-btn2:hover::after,
.widget-btn2.active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  translate: 0 -50%;
  background: url(../../image/common/white-arw.webp) no-repeat;
  background-size: 10px 5px;
  width: 10px;
  height: 5px;
}

.widget-btn2:hover {
  background: var(--txt-pink);
  color: var(--color-white);
}

/* ========================================================================
heading(見出し)
======================================================================== */

.heading {
  display: flex;
  flex-direction: column;
  font-size: 4.8rem;
  font-family: "Sawarabi Mincho", serif;
  letter-spacing: 0.08em;
  line-height: 1.33;
  color: var(--txt-black);
  gap: 5px;
  margin-bottom: 85px;
}

.heading .pink-txt {
  font-size: 4.8rem;
  color: var(--txt-pink);
}

.heading.active {
  margin: 0;
}

.heading .en-txt {
  font-size: 1.92rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--txt-pink);
  font-family: "Zen Maru Gothic", sans-serif;
}

.heading2 {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 4.8rem;
  font-family: "Sawarabi Mincho", serif;
  letter-spacing: 0.08em;
  line-height: 1.33;
  color: var(--txt-black);
  margin-bottom: 50px;
}

.heading2 .en-txt {
  display: block;
  text-align: center;
  font-size: 1.92rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--txt-pink);
  font-family: "Zen Maru Gothic", sans-serif;
}

#mens .heading2 .en-txt {
  color: var(--color-dark-blue);
}

.heading2::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -70px;
  background: url(../../image/common/flare.webp) no-repeat;
  background-size: 52px 43px;
  width: 52px;
  height: 43px;
}

#mens .heading2::after {
  background: url(../../image/common/flare-blue.webp) no-repeat;
  background-size: 52px 43px;
}

.heading2 .pink-txt {
  color: var(--color-dark-pink);
  font-size: 4.8rem;
  font-family: "Sawarabi Mincho", serif;
  letter-spacing: 0.08em;
  line-height: 1.33;
}

.heading2 .large-txt {
  font-size: 6.8rem;
  font-family: "Sawarabi Mincho", serif;
  color: var(--color-dark-pink);
  line-height: 1;
}

@media screen and (max-width: 1199px) {
  .heading {
    margin-bottom: 75px;
  }

  .heading2 {
    margin-bottom: 35px;
  }

  .heading2::after {
    top: -10px;
    right: -30px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    margin-bottom: 30px;
    font-size: 3rem;
    gap: 0;
  }

  .heading .pink-txt {
    font-size: 3rem;
  }

  .heading2 {
    font-size: 3rem;
    margin-bottom: 25px;
    line-height: 1;
  }

  .heading2 .pink-txt {
    font-size: 3rem;
    line-height: 1;
  }

  .heading2 .large-txt {
    font-size: 4rem;
    line-height: 1;
  }

  .heading .en-txt {
    font-size: 1.4rem;
  }

  .heading2::after {
    top: -30px;
    right: -10px;
    background-size: 32px 33px;
    width: 32px;
    height: 32px;
  }
}

/* ================================================
  キャンペーン
================================================== */
.campaign .contain {
  position: relative;
  padding: 200px 0 150px;
  background: var(--color-pale-rose);
}

.campaign.white .contain {
  background: var(--color-white);
}

.campaign .campSwiper {
  position: relative;
  max-width: 976px;
  width: 100%;
}

.campaign .swiper-button-prev,
.campaign .swiper-button-next {
  display: none;
}

.campaign img {
  width: 100%;
}

.campaign .txt-box {
  padding: 20px;
  background: var(--color-base-pink);
}

.campaign .txt-box > time {
  background: var(--color-base-pink);
}

.campaign .txt-box > p {
  font-size: 2.4rem;
  font-family: 'Sawarabi Mincho', serif;
  color: var(--txt-pink);
}

@media screen and (max-width: 1199px) {
  .campaign .contain {
    padding: 90px 0 120px;
  }
}

@media screen and (max-width: 767px) {
  .campaign .campSwiper {
    overflow: visible;
  }

  .campaign .contain {
    padding: 74px 0px 80px;
  }

  .campaign .swiper-button-prev,
  .campaign .swiper-button-next {
    display: block;
    opacity: 0.8;
    width: 90px !important;
  }

  .campaign .campSwiper {
    padding-bottom: 50px;
  }
}

/* ================================================
  成人Plan
================================================== */
.plan .contain {
  background: var(--color-pale-beige);
  padding: 149px 0 150px;
}

.plan .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 60px min(35/1520 * 100vw, 35px);
  margin-bottom: 120px;
}

.plan .wrap:first-child {
  margin-bottom: 120px;
}

.plan .wrap .box {
  position: relative;
  max-width: 700px;
  width: 100%;
  height: 360px;
  background-color: var(--color-white);
  border-radius: 10px;
}

.plan .wrap .box:nth-child(1) {
  background: url(../../image/top/pink-decoration.webp);
  background-color: var(--color-white);
  background-position: -1px -1px;
  box-shadow: 0px 0px 10px 0px #e8d6dc;
}

.plan .wrap .box:nth-child(2) {
  background: url(../../image/top/green-decoration.webp);
  background-color: var(--color-white);
  background-position: -1px -1px;
  box-shadow: 0px 0px 10px 0px #e8e2d6;
}

.plan .wrap .box:nth-child(3) {
  background: url(../../image/top/yellow-decoration.webp);
  background-color: var(--color-white);
  background-position: -1px -1px;
  box-shadow: 0px 0px 10px 0px #e7e8d6;
}

.plan .wrap .box:nth-child(4) {
  background: url(../../image/top/purple-decoration.webp) no-repeat;
  background-color: var(--color-white);
  background-size: 600px 330px;
  background-position: -1px -1px;
  box-shadow: 0px 0px 10px 0px #e7e8d6;
}

.plan .box a {
  display: block;
  width: 100%;
  height: 100%;
}

.plan .title {
  position: absolute;
  top: 80px;
  left: min(150/1520 * 100vw, 150px);
  writing-mode: vertical-rl;
  font-size: 3.6rem;
  font-family: "Sawarabi Mincho", serif;
  color: var(--txt-pink);
  line-height: 1.3;
}

.plan .title::before {
  content: "";
  position: absolute;
  top: -42px;
  right: 6px;
  background: url(../../image/common/plum-icon.webp) no-repeat;
  background-size: 33px 32px;
  width: 33px;
  height: 32px;
}

.plan .title span {
  font-size: 2.24rem;
}

.plan .box a > p {
  writing-mode: vertical-rl;
  position: absolute;
  top: 80px;
  left: min(70/1520 * 100vw, 70px);
  font-size: 2.24rem;
  color: var(--txt-pink);
  letter-spacing: 0.08em;
  height: 224px;
}

/* 縦線 */
.plan .box a > p::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: var(--txt-pink);
  width: 1px;
  height: 100%;
  transform: scaleY(1);
  transform-origin: bottom;
  transition: all 0.3s;
}

.plan .box a:hover > p::before {
  transform: scaleY(0);
  transition: all 0.3s;
}

/* 矢印 */
.plan .box a > p::after {
  content: "";
  background: url(../../image/common/bottom-btn-arw.webp) no-repeat;
  background-size: 7px 13px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  translate: -50%;
  width: 7px;
  height: 13px;
  transition: all 0.3s;
}

.plan .box a:hover > p::after {
  bottom: 0;
  transition: all 0.3s;
}

.plan .box img {
  position: absolute;
  right: min(30/1520 * 100vw, 30px);
  bottom: 30px;
  width: min(367/1520 * 100vw, 367px);
  aspect-ratio: 1/1;
  border-radius: 10px;
  object-fit: cover;
}

.plan .box .txt-box {
  position: absolute;
  bottom: 17px;
  right: min(15/1520 * 100vw, 15px);
  display: inline;
  text-align: center;
  color: var(--color-white);
  font-size: 2.56rem;
  font-family: "Sawarabi Mincho", serif;
  letter-spacing: 8px;
  padding: 5px 35px;
}

.plan .txt-box p {
  color: var(--color-white);
}

.plan .box .pink {
  background: var(--color-pink);
  text-shadow: 0px 0px 15px rgba(124, 18, 18, 0.3);
}

.plan .box .green {
  background: var(--color-green);
  text-shadow: 0px 0px 15px rgba(124, 18, 18, 0.3);
}

.plan .box .yellow {
  background: var(--color-yellow);
  text-shadow: 0px 0px 15px rgba(177, 154, 27, 0.3);
}

.plan .box .blue {
  background: var(--color-blue);
  text-shadow: 0px 0px 15px rgba(113, 150, 209, 0.3);
}

.plan .box .purple {
  background: #97739f;
  text-shadow: 0px 0px 15px rgba(113, 150, 209, 0.3);
}

/* 袴Plan */

.plan .wrap2 {
  margin-bottom: 120px;
}

.plan .wrap2 .box,
.plan .wrap3 .box {
  position: relative;
  max-width: 700px;
  width: 100%;
  height: 360px;
  background-color: var(--color-white);
  border-radius: 10px;
  margin: 0 auto;
}

.plan .wrap2 .box {
  background: url(../../image/top/brown-decoration.webp);
  background-color: var(--color-white);
  background-position: -1px -1px;
  box-shadow: 0px 0px 10px 0px #d6dae8;
}

.plan .wrap3 .box {
  background: url(../../image/top/blue-decoration.webp);
  background-color: var(--color-white);
  background-position: -1px -1px;
  box-shadow: 0px 0px 10px 0px #d6dae8;
}

.plan .wrap2 .title,
.plan .wrap3 .title {
  left: 150px;
}

.plan .wrap2 .box a > p,
.plan .wrap3 .box a > p {
  left: 70px;
}

.plan .wrap2 .box img,
.plan .wrap3 .box img {
  right: 30px;
  width: 367px;
}

.plan .box .brown {
  background: var(--color-brown);
  text-shadow: 0px 0px 15px rgba(214, 232, 212, 0.3);
}

@media screen and (max-width: 1199px) {
  .plan .contain {
    padding: 110px 0 120px;
  }

  .plan .wrap {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }

  .plan .box img {
    width: 367px;
  }

  .plan .title {
    left: 150px;
  }

  .plan .box a > p {
    left: 70px;
  }
}

@media screen and (max-width: 767px) {
  .plan .contain {
    padding: 40px 0 70px;
  }

  .plan .wrap {
    margin-bottom: 80px;
    gap: 35px;
  }

  .plan .wrap .box {
    height: 210px;
    min-height: 190px;
    max-width: 420px;
  }

  .plan .box img {
    width: min(190/400 * 100vw, 190px);
    right: min(20/400 * 100vw, 20px);
    bottom: 40px;
  }

  .plan .title {
    font-size: clamp(2rem, 5.5vw, 2.4rem);
    top: 40px;
    left: 85px;
  }

  .plan .box .txt-box {
    bottom: 5px;
    right: 5px;
    padding: 5px 20px;
  }

  .plan .title::before {
    top: -22px;
    right: 8px;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
  }

  .plan .txt-box p {
    font-size: clamp(1.4rem, 3.8vw, 1.6rem);
  }

  .plan .box a > p {
    top: 50%;
    left: 40px;
    translate: 0 -50%;
    font-size: 1.4rem;
    height: min(160/420 * 100vw, 160px);
  }

  .plan .box:nth-child(2n) .title {
    left: initial;
    right: 35px;
  }

  .plan .box:nth-child(2n) a > p {
    left: initial;
    right: 100px;
  }

  .plan .box:nth-child(2n) img {
    right: initial;
    left: min(20/400 * 100vw, 20px);
  }

  .plan .box:nth-child(2n) .txt-box {
    right: initial;
    left: 5px;
  }

  .plan .wrap2 {
    margin-bottom: 80px;
  }

  .plan .wrap2 .title,
  .plan .wrap3 .title {
    font-size: clamp(2rem, 5.5vw, 2.4rem);
    top: 40px;
    left: 85px;
  }

  .plan .wrap2 .box a > p,
  .plan .wrap3 .box a > p {
    top: 50%;
    left: 40px;
    font-size: 1.4rem;
    height: 160px;
  }

  .plan .wrap2 .box,
  .plan .wrap3 .box {
    height: 210px;
    max-width: 420px;
  }

  .plan .wrap2 .box img,
  .plan .wrap3 .box img {
    width: min(190/400 * 100vw, 190px);
    right: min(20/400 * 100vw, 20px);
    bottom: 40px;
  }

  .plan .wrap .box:nth-child(1) {
    background: url(../../image/top/pink-decoration-sp.webp) no-repeat;
    background-color: var(--color-white);
    background-position: -1px -1px;
    background-size: cover;
  }

  .plan .wrap .box:nth-child(2) {
    background: url(../../image/top/green-decoration-sp.webp) no-repeat;
    background-color: var(--color-white);
    background-position: right top;
    background-size: cover;
  }

  .plan .wrap .box:nth-child(3) {
    background: url(../../image/top/yellow-decoration-sp.webp) no-repeat;
    background-color: var(--color-white);
    background-position: -1px -1px;
    background-size: cover;
  }

  .plan .wrap .box:nth-child(4) {
    background: url(../../image/top/purple-decoration-sp.webp) no-repeat;
    background-color: var(--color-white);
    background-position: right top;
    background-size: 270px 130px;
  }

  .plan .wrap2 .box {
    background: url(../../image/top/brown-decoration-sp.webp) no-repeat;
    background-color: var(--color-white);
    background-size: cover;
  }

  .plan .wrap3 .box {
    background: url(../../image/top/blue-decoration-sp.webp) no-repeat;
    background-color: var(--color-white);
    background-position: right top;
    background-size: 350px 180px;
  }

  .plan .wrap3 .title {
    left: initial;
    right: 35px;
  }

  .plan .wrap3 .txt-box {
    right: initial;
    left: 5px;
  }

  .plan .wrap3 a > p {
    left: initial;
    right: 100px;
  }

  .plan .wrap3 img {
    right: initial;
    left: min(20/400 * 100vw, 20px);
  }

  .plan .wrap3.txt-box {
    right: initial;
    left: 5px;
  }

  .plan .wrap3 .box a > p {
    left: initial;
    right: 100px;
  }
}

/* ================================================
  振袖コレクション
================================================== */
.collection .contain {
  padding: 149px 0 150px;
  background: var(--color-pale-rose);
}

.collection .inner > p {
  margin-bottom: min(60/1200 * 100vw, 60px);
}

.collection .wrap {
  position: relative;
  max-width: 1420px;
  width: 100%;
  height: 1372px;
  background: url(../../image/top/collection-bg.webp) no-repeat;
  background-size: cover;
  background-color: var(--color-white);
  border-radius: 10px;
  margin-inline: auto;
  overflow: hidden;
  margin-bottom: 100px;
}

.collection .wrap p {
  position: absolute;
  font-size: clamp(2.5rem, 1vw, 3.7rem);
  color: var(--txt-pink);
  font-family: "Sawarabi Mincho", serif;
}

.collection .cute {
  top: min(60/1200 * 100vw, 60px);
  left: 50%;
  translate: -50%;
}

.collection .cool {
  bottom: min(60/1200 * 100vw, 60px);
  left: 50%;
  translate: -50%;
}

.collection .japan {
  top: 50%;
  left: min(60/1520 * 100vw, 60px);
  translate: 0 -50%;
}

.collection .western {
  top: 50%;
  right: min(60/1520 * 100vw, 60px);
  translate: 0 -50%;
}

/* 縦軸 */
.collection .vertical {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 1px;
  height: 1088px;
  background-color: var(--color-dark-pink);
}

/* 横軸 */
.collection .horizontal {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: min(1100/1520 * 100vw, 1100px);
  height: 1px;
  background-color: var(--color-dark-pink);
}

.collection li {
  position: absolute;
  width: min(200/1520 * 100vw, 200px);
  min-width: 150px;
  /* aspect-ratio: 1/1;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  overflow: hidden; */
}

.collection li .jp-txt {
  position: absolute;
  font-size: clamp(2rem, 1.8vw, 2.6rem);
  /* font-family: "Sawarabi Mincho", serif; */
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
}

.collection li .en-txt {
  position: absolute;
  font-size: clamp(1rem, 1.2vw, 1.6rem);
  letter-spacing: 0.08em;
  color: var(--txt-pink);
}

/* ----------------古典------------------ */
.collection li:nth-child(1) {
  top: 118px;
  left: min(123/1520 * 100vw, 123px);
  width: min(237 / 1520 * 100vw, 237px);
}

.collection li:nth-child(1) .jp-txt {
  top: min(28/1520 * 100vw, 28px);
  right: min(35/1520 * 100vw, 35px);
}

.collection li:nth-child(1) .en-txt {
  top: min(60/1520 * 100vw, 60px);
  right: min(29/1520 * 100vw, 29px);
}

/* -------------フェミニン--------------- */
.collection li:nth-child(2) {
  top: 104px;
  right: min(472/1520 * 100vw, 472px);
  width: min(277 / 1520 * 100vw, 277px);
}

.collection li:nth-child(2) .jp-txt {
  top: min(35/1520 * 100vw, 35px);
  right: min(50/1520 * 100vw, 50px);
  writing-mode: vertical-rl;
}

.collection li:nth-child(2) .en-txt {
  top: min(67/1520 * 100vw, 67px);
  right: min(53/1520 * 100vw, 53px);
  rotate: 90deg;
}

/* -------------ドーリー--------------- */
.collection li:nth-child(3) {
  top: 118px;
  right: min(50/1520 * 100vw, 50px);
  width: min(306 / 1520 * 100vw, 306px);
}

.collection li:nth-child(3) .jp-txt {
  top: min(20/1520 * 100vw, 20px);
  right: min(75/1520 * 100vw, 75px);
  writing-mode: vertical-lr;
}

.collection li:nth-child(3) .en-txt {
  top: min(35/1520 * 100vw, 35px);
  right: min(88/1520 * 100vw, 88px);
  rotate: 90deg;
}

/* -------------ポップ--------------- */
.collection li:nth-child(4) {
  top: 412px;
  left: min(263/1520 * 100vw, 263px);
  width: min(291 / 1520 * 100vw, 291px);
}

.collection li:nth-child(4) .jp-txt {
  top: min(142/1520 * 100vw, 142px);
  left: min(65/1520 * 100vw, 65px);
  writing-mode: vertical-lr;
}

.collection li:nth-child(4) .en-txt {
  top: min(149/1520 * 100vw, 149px);
  left: min(50/1520 * 100vw, 50px);
  rotate: 90deg;
}

/* -------------ゴシック--------------- */
.collection li:nth-child(5) {
  top: 50%;
  translate: 0 -50%;
  right: min(165/1520 * 100vw, 165px);
  width: min(259 / 1520 * 100vw, 259px);
}

.collection li:nth-child(5) .jp-txt {
  top: min(75/1520 * 100vw, 75px);
  right: min(64/1520 * 100vw, 64px);
  writing-mode: vertical-lr;
}

.collection li:nth-child(5) .en-txt {
  top: min(95/1520 * 100vw, 95px);
  right: min(76/1520 * 100vw, 76px);
  rotate: 90deg;
}

/* -------------シンプル--------------- */
.collection li:nth-child(6) {
  top: 53%;
  left: 55%;
  translate: -50% -50%;
  width: min(444 / 1520 * 100vw, 444px);
}

.collection li:nth-child(6) .jp-txt {
  top: min(80/1520 * 100vw, 80px);
  left: min(74/1520 * 100vw, 74px);
}

.collection li:nth-child(6) .en-txt {
  top: min(111/1420 * 100vw, 111px);
  left: min(80/1520 * 100vw, 80px);
}

/* -------------ヴィンテージ--------------- */
.collection li:nth-child(7) {
  bottom: 46px;
  left: min(249/1520 * 100vw, 249px);
  width: min(279 / 1520 * 100vw, 279px);
}

.collection li:nth-child(7) .jp-txt {
  top: min(61/1520 * 100vw, 61px);
  right: min(20/1520 * 100vw, 20px);
}

.collection li:nth-child(7) .en-txt {
  top: min(93/1520 * 100vw, 93px);
  right: min(97/1520 * 100vw, 97px);
}

/* -------------現代モダン--------------- */
.collection li:nth-child(8) {
  bottom: 91px;
  right: min(373/1520 * 100vw, 373px);
  width: min(283 / 1520 * 100vw, 283px);
}

.collection li:nth-child(8) .jp-txt {
  top: min(87/1520 * 100vw, 87px);
  right: min(164/1520 * 100vw, 164px);
  writing-mode: vertical-rl;
}

.collection li:nth-child(8) .en-txt {
  top: min(115/1520 * 100vw, 115px);
  right: min(175/1520 * 100vw, 175px);
  rotate: 90deg;
}

/* -------------ギャル--------------- */
.collection li:nth-child(9) {
  bottom: 65px;
  right: min(72/1520 * 100vw, 72px);
  width: min(264 / 1520 * 100vw, 264px);
}

.collection li:nth-child(9) .jp-txt {
  top: min(71/1520 * 100vw, 71px);
  left: min(37/1520 * 100vw, 37px);
}

.collection li:nth-child(9) .en-txt {
  top: min(103/1520 * 100vw, 103px);
  left: min(42/1520 * 100vw, 42px);
}

.collection .widget-btn {
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .collection .contain {
    padding: 110px 0 120px;
  }

  .collection .wrap p {
    font-size: 2.2rem;
  }

  .collection .vertical {
    height: 80%;
  }

  .collection .wrap {
    height: min(calc(1.2 * 100vw), 1200px);
  }

  .collection li:nth-child(1) .jp-txt {
    top: 10px;
  }

  .collection li:nth-child(1) .en-txt {
    top: 35px;
  }

  .collection li:nth-child(2) .jp-txt {
    top: 15px;
    right: 30px;
  }

  .collection li:nth-child(2) .en-txt {
    top: 40px;
    right: 30px;
  }

  .collection li:nth-child(3) .jp-txt {
    top: 0px;
    right: 40px;
  }

  .collection li:nth-child(3) .en-txt {
    top: 13px;
    right: 50px;
  }

  .collection li:nth-child(4) .jp-txt {
    top: min(100/1200 * 100vw, 110px);
    left: min(50/1200 * 100vw, 50px);
  }

  .collection li:nth-child(4) .en-txt {
    top: min(105/1200 * 100vw, 105px);
    left: min(40/1200 * 100vw, 40px);
  }

  .collection li:nth-child(5) .jp-txt {
    top: min(60/1200 * 100vw, 60px);
    right: min(44/1200 * 100vw, 44px);
  }

  .collection li:nth-child(5) .en-txt {
    top: min(77/1200 * 100vw, 77px);
    right: min(60/1200 * 100vw, 60px);
  }

  .collection li:nth-child(7) .jp-txt {
    top: 20px;
    right: -7px;
  }

  .collection li:nth-child(7) .en-txt {
    top: 45px;
    right: 55px;
  }

  .collection li:nth-child(8) .jp-txt {
    top: min(70/1200 * 100vw, 70px);
    left: min(50/1200 * 100vw, 50px);
    right: initial;
  }

  .collection li:nth-child(8) .en-txt {
    top: min(95/1200 * 100vw, 95px);
    left: min(15/1200 * 100vw, 15px);
    right: initial;
  }

  .collection li:nth-child(9) .jp-txt {
    top: min(60/1200 * 100vw, 60px);
    left: min(13/1200 * 100vw, 13px);
  }

  .collection li:nth-child(9) .en-txt {
    top: min(90/1200 * 100vw, 90px);
    left: min(18/1200 * 100vw, 18px);
  }
}

@media screen and (max-width: 767px) {
  .collection .wrap {
    height: 835px;
    min-width: 350px;
  }

  .collection .vertical {
    width: 0.5px;
  }

  .collection .horizontal {
    width: 60%;
    height: 0.5px;
  }

  .collection li .jp-txt {
    font-size: 1.6rem;
  }

  .collection li .en-txt {
    font-size: 1rem;
  }

  .collection li:nth-child(1) {
    min-width: initial;
    width: 95px;
    top: 72px;
  }

  .collection li:nth-child(1) .jp-txt {
    top: 0px;
    right: 0px;
  }

  .collection li:nth-child(1) .en-txt {
    top: 21px;
    right: -4px;
  }

  .collection li:nth-child(2) {
    min-width: initial;
    width: 135px;
    right: 33%;
    translate: 50%;
    top: 65px;
  }

  .collection li:nth-child(2) .jp-txt {
    top: 9px;
    right: 24px;
  }

  .collection li:nth-child(2) .en-txt {
    top: 30px;
    right: 25px;
  }

  .collection li:nth-child(3) {
    width: 109px;
    min-width: initial;
    right: 10px;
    top: 175px;
  }

  .collection li:nth-child(3) .jp-txt {
    top: -10px;
    right: 15px;
  }

  .collection li:nth-child(3) .en-txt {
    top: 0px;
    right: 25px;
  }

  .collection li:nth-child(4) {
    top: 210px;
    left: 20%;
    width: 125px;
    min-width: initial;
  }

  .collection li:nth-child(4) .jp-txt {
    top: 30px;
    left: 25px;
  }

  .collection li:nth-child(4) .en-txt {
    top: 35px;
    left: 15px;
  }

  .collection li:nth-child(5) {
    top: 45%;
    right: 20px;
    width: 125px;
    min-width: initial;
  }

  .collection li:nth-child(5) .en-txt {
    right: 35px;
  }

  .collection li:nth-child(6) {
    top: 50%;
    left: 50%;
    width: 168px;
    min-width: initial;
  }

  .collection li:nth-child(6) .jp-txt {
    top: 20px;
    left: 0px;
  }

  .collection li:nth-child(6) .en-txt {
    top: 40px;
    left: 4px;
  }

  .collection li:nth-child(7) {
    bottom: 115px;
    left: 30px;
    width: 131px;
    min-width: initial;
  }

  .collection li:nth-child(7) .jp-txt {
    top: 23px;
    right: -2px;
  }

  .collection li:nth-child(7) .en-txt {
    top: 40px;
    right: 43px;
  }

  .collection li:nth-child(8) {
    bottom: 171px;
    right: 20%;
    width: 93px;
    min-width: initial;
  }

  .collection li:nth-child(8) .jp-txt {
    top: 5px;
    left: initial;
    right: 10px;
  }

  .collection li:nth-child(8) .en-txt {
    top: 19px;
    left: initial;
    right: 13px;
  }

  .collection li:nth-child(9) {
    bottom: 70px;
    right: 10px;
    width: 108px;
    min-width: initial;
  }

  .collection li:nth-child(9) .jp-txt {
    top: 20px;
    left: initial;
    right: 10px;
  }

  .collection li:nth-child(9) .en-txt {
    top: 45px;
    left: initial;
    right: 28px;
  }
}

/* ================================================
  帯
================================================== */
.belt {
  background: url(../../image/common/belt-bg.webp) no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.belt .wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
}

.belt .wrap p {
  font-size: clamp(4rem, 4vw, 4.8rem);
  color: var(--txt-black);
  line-height: 1.3333;
  text-align: center;
}

.belt .wrap p span {
  font-size: clamp(4rem, 4vw, 4.8rem);
  color: var(--txt-pink);
  line-height: 1.3333;
}

.belt .wrap ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: min(100/1300 * 100vw, 100px);
}

.belt .wrap ul li {
  font-size: clamp(2.4rem, 2.5vw, 2.9rem);
  position: relative;
  padding-left: 20px;
}

.belt .wrap ul li span {
  font-size: clamp(2.4rem, 2.5vw, 2.9rem);
  position: relative;
  color: var(--txt-pink);
}

.belt .wrap ul li::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--txt-pink);
  border-radius: 100px;
}

@media screen and (max-width: 1199px) {
  .belt {
    padding: 100px 0;
  }

  .belt .wrap {
    text-align: center;
    gap: 40px;
  }

  .belt .wrap ul {
    padding-left: 0;
  }

  .belt .wrap br {
    display: none;
  }

  .belt .wrap p {
    border-right: none;
  }

  .belt .wrap ul li {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .belt {
    padding: 50px 0;
  }

  .belt .wrap {
    text-align: center;
    gap: 20px;
  }

  .belt .wrap p,
  .belt .wrap p span {
    font-size: 2.6rem;
  }

  .belt .wrap ul li,
  .belt .wrap ul li span {
    font-size: 1.8rem;
    padding-left: 15px;
  }

  .belt .wrap ul li::before {
    top: 15px;
    width: 5px;
    height: 5px;
  }
}

/* ================================================
  ページネーション
================================================== */
.pagination {
  margin-top: 150px;
  display: flex;
  gap: 20px;
  justify-content: center;
  text-align: center;
}

.pagination .page-numbers {
  width: 49px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--txt-pink);
  font-size: 2.2rem;
  border-radius: 100px;
  border: 1px solid var(--txt-pink);
}

.pagination .page-numbers.dots {
  border: none;
}

.pagination .page-numbers.current {
  border: 1px solid var(--color-pale-rose);
  background: var(--color-pale-rose);
}

@media screen and (max-width: 1199px) {
  .pagination {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 40px;
    gap: 15px;
  }

  .pagination .page-numbers {
    width: 40px;
    height: 40px;
  }
}

/* ================================================
  ナビゲーション
================================================== */
.navigation {
  display: flex;
  justify-content: center;
  margin-inline: auto;
}

.navigation .nav-list {
  display: flex;
  gap: 150px;
}

.navigation .nav-list li a {
  position: relative;
  display: block;
  font-size: 2.2rem;
  color: var(--txt-pink);
  height: 100%;
}

.navigation .nav-list li a:hover {
  text-decoration: none;
}

.navigation .nav-list li:nth-child(1) a {
  display: block;
  line-height: 1;
  padding: 15px 25px;
  padding-left: 85px;
  font-weight: 300;
  border: 1px solid var(--txt-pink);
  border-radius: 50px;
  text-decoration: none;
}

.navigation .nav-list li:nth-child(1) a:hover {
  background: var(--txt-pink);
  color: var(--color-white);
}

.navigation .nav-list li:nth-child(1) a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 35px;
  translate: 0 -50%;
  background: url(../../image/common/pink-arw.png) no-repeat;
  background-size: 17px 8px;
  rotate: 180deg;
  width: 17px;
  height: 8px;
}

.navigation .nav-list li:nth-child(1) a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 35px;
  translate: 0 -50%;
  background: url(../../image/common/white-arw.png) no-repeat;
  background-size: 17px 8px;
  rotate: 180deg;
  width: 17px;
  height: 8px;
}

.navigation .nav-list li:nth-child(2) a {
  height: 80%;
}

.navigation .nav-list li:nth-child(2) a::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: var(--txt-pink);
  position: absolute;
  left: 0;
  bottom: 0;
}

.navigation .nav-list li:nth-child(2) a:hover::after {
  content: none;
}

.navigation .nav-list li:nth-child(3) a {
  display: block;
  line-height: 1;
  padding: 15px 25px;
  padding-right: 85px;
  font-weight: 300;
  border: 1px solid var(--txt-pink);
  border-radius: 50px;
  text-decoration: none;
}

.navigation .nav-list li:nth-child(3) a:hover {
  background: var(--txt-pink);
  color: var(--color-white);
}

.navigation .nav-list li:nth-child(3) a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  translate: 0 -50%;
  background: url(../../image/common/pink-arw.png) no-repeat;
  background-size: 17px 8px;
  width: 17px;
  height: 8px;
}

.navigation .nav-list li:nth-child(3) a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  translate: 0 -50%;
  background: url(../../image/common/white-arw.png) no-repeat;
  background-size: 17px 8px;
  width: 17px;
  height: 8px;
}

@media screen and (max-width: 1199px) {
  .navigation .nav-list {
    gap: 100px;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    flex-direction: column;
    width: 100%;
  }

  .navigation .nav-list {
    gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .navigation .nav-list li {
    width: 100%;
  }

  .navigation .nav-list li:nth-child(2) {
    text-align: center;
    order: 2;
  }

  .navigation .nav-list li:nth-child(2) a {
    display: inline;
  }
}

/* ================================================
　価格
================================================== */
.price {
  background: var(--color-base-pink);
  padding: 100px 0 130px;
}

.price.blue {
  background: var(--color-blue-very-light);
}

.price.blue .m150 {
  margin-bottom: 150px;
}

.price .content {
  display: flex;
  flex-direction: column;
  gap: 140px;
  padding: 0;
}

.price .block {
  position: relative;
}

.price .block .box {
  position: absolute;
  bottom: -60px;
  right: 0;
  display: flex;
  flex-direction: column;
  background: var(--color-white);
  max-width: 660px;
  width: 100%;
  padding: 60px;
  gap: 30px;
}

.price .block .box h3 {
  font-size: 3.6rem;
  font-family: "Sawarabi Mincho", serif;
  margin: 0;
}

.price .block .box ul {
  border: 2px dashed var(--txt-pink);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.price .block .box ul li {
  display: flex;
  align-items: center;
}

.price .block .box ul img {
  padding-right: 10px;
  width: 35px;
  height: 25px;
}

.price .block .box .pink {
  background-color: var(--color-base-pink);
  font-family: "Sawarabi Mincho", serif;
  padding: 25px 70px;
  display: flex;
  justify-content: space-between;
}

.price .block .box .pink p {
  font-size: 2.4rem;
  font-family: "Sawarabi Mincho", serif;
  line-height: 1.2;
}

.price .block .box .pink p span {
  font-size: 1.4rem;
  font-family: "Sawarabi Mincho", serif;
}

.price .block .box .postscript {
  font-size: 1.4rem;
  color: #716767;
  text-align: center;
}

.price .block .box .small-txt {
  font-size: 1.4rem;
}

@media screen and (max-width: 1199px) {
  .price .block {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .price .block > img {
    width: 100%;
  }

  .price .block .box {
    position: relative;
    bottom: initial;
    max-width: initial;
    padding: 50px;
  }
}

@media screen and (max-width: 767px) {
  .price {
    padding: 80px 0;
  }

  .price.blue .m150 {
    margin-bottom: 80px;
  }

  .price .content {
    gap: 50px;
  }

  .price .block .box {
    padding: 30px;
  }

  .price .block .box h3 {
    font-size: 3rem;
  }

  .price .block .box ul {
    padding: 30px 10px;
  }

  .price .block .box .pink p {
    font-size: 1.8rem;
  }

  .price .block .box .pink {
    padding: 15px 20px;
  }
}

/* ================================================
  ご来店予約バナー
================================================== */
.reservation {
  background: url(../../image/page/bnr/reservation.webp) no-repeat;
  background-position: top center;
  background-size: cover;
  padding: min(135/1520 * 100vw, 135px) 0;
}

.reservation p {
  margin-bottom: 32px;
}

.reservation .btn,
.reservation-wrap .btn {
  position: relative;
  font-size: 2.2rem;
  color: var(--txt-pink);
  height: 100%;
  line-height: 1;
  padding: 15px 25px;
  padding-right: 85px;
  padding-left: 65px;
  font-weight: 300;
  border: 1px solid var(--txt-pink);
  border-radius: 50px;
  text-decoration: none;
}

.reservation .btn:hover,
.reservation-wrap .btn:hover {
  background: var(--txt-pink);
  color: var(--color-white);
}

.reservation .btn::before,
.reservation-wrap .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  translate: 0 -50%;
  background: url(../../image/page/bnr/date-icon.png);
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

.reservation .btn:hover::before,
.reservation-wrap .btn:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  translate: 0 -50%;
  background: url(../../image/page/bnr/date-icon-wihte.png);
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

.reservation .btn::after,
.reservation-wrap .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  translate: 0 -50%;
  background: url(../../image/common/pink-arw.png) no-repeat;
  background-size: 17px 8px;
  width: 17px;
  height: 8px;
}

.reservation .btn:hover::after,
.reservation-wrap .btn:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  translate: 0 -50%;
  background: url(../../image/common/white-arw.png) no-repeat;
  background-size: 17px 8px;
  width: 17px;
  height: 8px;
}

@media screen and (max-width: 767px) {
  .reservation {
    background: url(../../image/page/bnr/reservation-sp.webp) no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 30px 0;
  }

  .reservation p {
    margin-bottom: 32px;
    width: 50%;
  }

  #mens .reservation {
    background: url(../../image/page/bnr/reservation-mens-sp.webp) no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
    padding: 30px 0;
  }
}

.bnr-wrap {
  padding: 150px 0;
  background: var(--color-pale-beige);
}

.bnr-wrap a {
  width: 100%;
}

.bnr-wrap img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1199px) {
  .bnr-wrap {
    padding: 100px 0;
  }
}

@media screen and (max-width: 767px) {
  .bnr-wrap {
    padding: 50px 0;
  }
}

/* ================================================
  資料請求バナー
================================================== */
.information {
  background: url(../../image/page/bnr/information.webp) no-repeat;
  background-position: top center;
  background-size: cover;
  padding: min(135/1520 * 100vw, 135px) 0;
}

.information .wrap {
  width: fit-content;
  margin-left: auto;
}

.information p {
  margin-bottom: 32px;
}

.information .btn {
  position: relative;
  font-size: 2.2rem;
  color: var(--txt-pink);
  height: 100%;
  line-height: 1;
  padding: 15px 25px;
  padding-right: 85px;
  padding-left: 65px;
  font-weight: 300;
  border: 1px solid var(--txt-pink);
  border-radius: 50px;
  text-decoration: none;
}

.information .btn:hover {
  background: var(--txt-pink);
  color: var(--color-white);
}

.information .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  translate: 0 -50%;
  background: url(../../image/page/bnr/book-icon.png);
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

.information .btn:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  translate: 0 -50%;
  background: url(../../image/page/bnr/book-icon-wihte.png);
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

.information .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  translate: 0 -50%;
  background: url(../../image/common/pink-arw.png) no-repeat;
  background-size: 17px 8px;
  width: 17px;
  height: 8px;
}

.information .btn:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  translate: 0 -50%;
  background: url(../../image/common/white-arw.png) no-repeat;
  background-size: 17px 8px;
  width: 17px;
  height: 8px;
}

@media screen and (max-width: 767px) {
  .information {
    padding: 30px 0;
    background-position: top right;
  }
}

/* ================================================
  特典
================================================== */
.benefit {
  padding: 150px 0;
  background: var(--color-pale-beige);
}

.benefit .inner > p {
  margin-bottom: 100px;
}

.benefit .wrap.w30 {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}

.benefit .wrap > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 1%;
  justify-content: center;
  counter-reset: section;
}

.benefit .wrap > ul li {
  counter-increment: section;
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  width: 24%;
  min-width: 333px;
  height: 280px;
  background: var(--ft-bg-color);
  padding: 35px 0;
  border-radius: 5px;
}

.benefit .wrap.w30 li {
  width: 30%;
}

.benefit .wrap.w25 li {
  width: 25%;
}

.benefit .wrap > ul li::before {
  content: "特典" counter(section);
  background: var(--color-white);
  color: var(--ft-bg-color);
  font-size: 2rem;
  font-weight: 600;
  width: 80%;
  text-align: center;
  padding: 5px;
  position: absolute;
  top: -26px;
  left: 50%;
  translate: -50%;
  border-radius: 100px;
}

.benefit .wrap > ul li .title {
  font-size: 1.8rem;
}

.benefit .wrap > ul li p {
  color: var(--color-white);
  text-align: center;
  font-size: 1.6rem;
}

.benefit .wrap > ul li a {
  position: relative;
  color: var(--color-white);
  text-align: center;
  font-size: 1.6rem;
  border-bottom: 1px solid var(--color-white);
  padding-right: 50px;
  transition: all 0.3s;
}

.benefit .wrap > ul li a:hover {
  border-bottom: 0;
  transition: all 0.3s;
}

.benefit .wrap > ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  background: url(../../image/common/white-arw.webp) no-repeat;
  background-size: 10px 5px;
  width: 10px;
  height: 5px;
  transition: all 0.3s;
}

.benefit .wrap > ul li a:hover::after {
  right: 0;
  transition: all 0.3s;
}

.benefit .column3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px 20px;
}

.benefit .column3 li {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.benefit .column3 li h4 {
  margin: 0;
}

.benefit .column3 li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1199px) {
  .benefit {
    padding: 100px 0;
  }

  .benefit .inner > p {
    margin-bottom: 80px;
  }

  .benefit .wrap > ul li {
    width: 30%;
  }

  .benefit .column3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 20px;
  }
}

@media screen and (max-width: 767px) {
  .benefit {
    padding: 80px 0;
  }

  .benefit .inner > p {
    margin-bottom: 50px;
  }

  .benefit .wrap > ul {
    gap: 40px 0%;
  }

  .benefit .wrap > ul li {
    width: 100%;
    min-width: initial;
    height: 285px;
  }

  .benefit .wrap.w30 li {
    width: 100%;
  }

  .benefit .column3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
}

/* ================================================
  PLUMが選べれる理由
================================================== */
.choose {
  padding: 150px 0;
  background: var(--color-pale-beige);
}

.choose .catch {
  text-align: center;
  display: block;
  font-size: 3rem;
  font-family: "Sawarabi Mincho", serif;
}

.choose .small-txt {
  font-size: 1.8rem;
  text-align: center;
}

.choose .catch .pink-txt,
.choose .catch.pink-txt {
  color: var(--color-dark-pink);
  font-size: 3rem;
}

.choose .wrap {
  padding-top: 115px;
}

.choose .wrap ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 65px 1%;
}

.choose .wrap ul li {
  width: 32%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.choose .wrap ul h3 {
  margin: 0;
}

.choose .wrap ul img {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .choose {
    padding: 100px 0;
  }

  .choose .wrap ul li {
    width: 49%;
  }

  .choose .wrap ul h3 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .choose {
    padding: 80px 0;
  }

  .choose .catch.pink-txt {
    margin-bottom: 20px;
  }

  .choose .catch .pink-txt,
  .choose .catch.pink-txt,
  .choose .catch {
    font-size: 2rem;
  }

  .choose .wrap ul {
    gap: 30px 0;
  }

  .choose .wrap ul li {
    width: 100%;
    gap: 5px;
  }

  .choose .wrap {
    padding-top: 70px;
  }
}

/* ================================================
  割引
================================================== */
.discount {
  padding-top: 150px;
  background: var(--color-pale-rose);
}

.discount.p150 {
  padding-bottom: 150px;
}

.discount.blue {
  background: var(--color-blue-soft);
}

.discount .wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 1%;
}

.discount .wrap img {
  width: 48%;
}

@media screen and (max-width: 1199px) {
  .discount,
  .discount.p150 {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .discount,
  .discount.p150 {
    padding-top: 80px;
  }

  .discount .wrap {
    gap: 20px;
  }

  .discount .wrap img {
    width: 100%;
  }
}

/* ================================================
  よくある質問
================================================== */
.question {
  padding: 150px 0;
  background: var(--color-white);
}

.question .wrap {
  display: flex;
  flex-direction: column;
  gap: 115px;
}

.question dl {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.question dt {
  position: relative;
  padding-left: 74px;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--txt-pink);
  padding-bottom: 32px;
  border-bottom: 1px solid var(--txt-pink);
  font-family: "Sawarabi Mincho", serif;
}

.question dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  background: url(../../image/common/Q.png) no-repeat;
  background-size: 41px 37px;
  width: 41px;
  height: 37px;
}

.question dd {
  position: relative;
  padding-left: 74px;
  font-size: 1.8rem;
  color: var(--txt-black);
}

.question dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  background: url(../../image/common/A.png) no-repeat;
  background-size: 42px 36px;
  width: 42px;
  height: 36px;
}

@media screen and (max-width: 1199px) {
  .question {
    padding: 100px 0;
  }
}

@media screen and (max-width: 767px) {
  .question {
    padding: 80px 0;
  }

  .question .wrap {
    gap: 60px;
  }

  .question dl {
    gap: 20px;
  }

  .question dt {
    padding-bottom: 20px;
  }

  .question dt,
  .question dd {
    padding-left: 45px;
    font-size: 1.8rem;
  }

  .question dd {
    font-size: 1.6rem;
  }

  .question dt::before {
    top: 4px;
    background-size: 31px 27px;
    width: 31px;
    height: 27px;
  }

  .question dd::before {
    top: 5px;
    background-size: 32px 26px;
    width: 32px;
    height: 26px;
  }
}

/* ================================================
  カワイイを叶えられる４つの理由
================================================== */
.reason {
  padding: 150px 0;
  background: var(--color-white);
}

.reason.blue {
  background: var(--color-blue-light);
}

.reason.pink-beige {
  background: var(--color-pale-beige);
}

.reason .catch .pink-txt,
.reason .catch.pink-txt {
  color: var(--color-dark-pink);
  font-size: 3rem;
}

.reason .catch {
  text-align: center;
  display: block;
  font-size: 3rem;
  font-family: "Sawarabi Mincho", serif;
}

.reason .inner > .small-txt {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 115px;
}

.reason ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px 20px;
}

.reason ul li {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.reason ul li h3 {
  font-size: 3.6rem;
  font-family: "Sawarabi Mincho", serif;
  margin: 0;
}

.reason ul li img {
  width: 100%;
}

.reason ul li .pink {
  background-color: var(--color-base-pink);
  font-family: "Sawarabi Mincho", serif;
  padding: 25px 70px;
  display: flex;
  justify-content: space-between;
}

.reason ul li .pink p {
  font-size: 2.4rem;
  font-family: "Sawarabi Mincho", serif;
  line-height: 1.2;
}

.reason ul li .pink p span {
  font-size: 1.4rem;
  font-family: "Sawarabi Mincho", serif;
}

.reason .reservation-wrap {
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .reason {
    padding: 100px 0;
  }

  .reason ul li .pink {
    padding: 25px 20px;
  }
}

@media screen and (max-width: 767px) {
  .reason {
    padding: 80px 0;
  }

  .reason ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }

  .reason ul li h3 {
    font-size: 3rem;
  }

  .reason ul li img {
    width: 100%;
    height: auto;
  }

  .reason ul li .pink {
    padding: 15px 20px;
  }

  .reason ul li .pink p {
    font-size: 1.8rem;
  }

  .reason .catch .pink-txt, 
  .reason .catch.pink-txt {
    font-size: 2rem;
  }

  .reason .catch {
    font-size: 2rem;
  }

  .reason .inner > .small-txt {
    margin-bottom: 45px;
  }
}

/* ================================================
  料金
================================================== */
.rate {
  padding: 100px 0;
  background: var(--color-base-pink);
}

.rate img {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}

.column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.column2 .box {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  width: 100%;
  padding: 60px;
  background: var(--color-white);
  gap: 20px;
}

.column2 img {
  width: 100%;
  height: auto;
}

.column2 .txt-block p {
  margin-bottom: 50px;
}

.column2 .box h3 {
  font-size: 3.6rem;
  font-family: "Sawarabi Mincho", serif;
  color: var(--txt-pink);
  margin-bottom: 5px;
}

.column2 .box h4 {
  padding-left: 10px;
  position: relative;
  font-size: 3rem;
  font-family: "Sawarabi Mincho", serif;
  margin-bottom: 5px;
}

.column2 .box h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: var(--txt-pink);
}
/* 
.column2 .box p {
  margin-bottom: 50px;
} */

.column2 .box .pink {
  background-color: var(--color-base-pink);
  font-family: "Sawarabi Mincho", serif;
  padding: 25px 70px;
  display: flex;
  justify-content: space-between;
}

.column2 .box .pink p {
  font-size: 2.4rem;
  font-family: "Sawarabi Mincho", serif;
  margin: 0;
}

.column2 .box .pink .txt {
  font-size: 1.8rem;
}

.column2 .box .pink p span {
  font-size: 1.4rem;
  font-family: "Sawarabi Mincho", serif;
}

.column2 .small-txt {
  font-size: 1.4rem;
}

@media screen and (max-width: 1199px) {
  .column2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .column2 .box {
    padding: 50px;
  }
}

@media screen and (max-width: 767px) {
  .column2 .box {
    padding: 30px;
  }

  .column2 .box h3 {
    font-size: 3rem;
  }
/* 
  .column2 .box p {
    margin-bottom: 30px;
  } */

  .column2 .box .pink {
    padding: 15px 20px;
  }
}

/* ================================================
  フォトギャラリー
================================================== */
.photography {
  padding: 150px 0;
  background: var(--color-pale-rose);
}

.photography.blue {
  background: var(--color-blue-soft);
}

.photography .wrap {
  display: grid;
  grid-template-columns: 1fr min(880/1520 * 100vw, 880px);
}

.photography .block {
  width: 100%;
}

.photography .block .photoSwiper {
  position: relative;
  padding-bottom: 70px;
}

.photography .wrap .photoSwiper img {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .photography {
    padding: 100px 0;
  }

  .photography .wrap {
    gap: 50px;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .photography {
    padding: 80px 0;
  }
}

/* ================================================
  卒業袴スタイル
================================================== */
.hakama-style {
  padding: 150px;
  background: var(--color-pale-rose);
}

.hakama-style .inner > p {
  margin-bottom: 70px;
}

.hakama-style ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.hakama-style ul li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hakama-style ul img {
  width: 100%;
  aspect-ratio: 34/51;
}

.hakama-style ul p {
  font-size: 1.8rem;
  color: var(--txt-pink);
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .hakama-style {
    padding: 100px 0;
  }
}

@media screen and (max-width: 767px) {
  .hakama-style {
    padding: 80px 0;
  }

  .hakama-style ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .hakama-style .inner > p {
    margin-bottom: 40px;
  }
}

/* ================================================
  よくご利用いただく学校
================================================== */
.school {
  padding-top: 150px;
  background: var(--color-base-pink);
}

.school .inner > p {
  margin-bottom: 70px;
}

.school .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.school .box {
  display: flex;
  flex-direction: column;
  background: var(--color-white);
  padding: 60px;
}

.school .box ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 10px 0;
  height: 100%;
}

.school .box ul li {
  position: relative;
  padding-left: 15px;
}

.school .box ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--txt-pink);
  top: 50%;
  left: 0;
  translate: 0 -50%;
  border-radius: 100px;
}

@media screen and (max-width: 1400px) {
  .school .wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .school .box {
    padding: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .school {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .school {
    padding-top: 80px;
  }

  .school .box {
    padding: 30px 15px;
  }

  .school .box ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: initial;
  }
}


/* ================================================
  コンタクト
================================================== */
.contact {
  padding: 150px 0;
  background: var(--color-pale-beige);
}

.contact ul {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

.contact li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.contact li h3,
.contact li a,
.contact li span {
  color: var(--color-white);
}

.contact ul li a {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 280px;
  width: 90%;
}

.contact ul li h3 {
  position: relative;
  padding-left:50px;
}

.contact ul li:nth-child(1) {
  background: #9D4C6C;
}

.contact ul li:nth-child(1) h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background: url(../../image/common/date-icon-white.png);
  background-size: 42px 43px;
  width: 42px;
  height: 43px;
}

.contact ul li:nth-child(1) a {
  font-size: 2.2rem ;
  padding: 5px 60px 5px 25px;
  border: 1px solid #fff;
  background: #9D4C6C;
  border-radius: 100px;
  transition: all 0.3s;
}

.contact ul li:nth-child(1) a:hover {
  border: 1px solid #9D4C6C;
  background: #fff;
  color:#9D4C6C;
  transition: all 0.3s;
}

.contact ul li:nth-child(1) a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  translate: 0 -50%;
  background: url(../../image/common/white-arw.png) no-repeat;
  background-size: 17px 8px;
  width: 17px;
  height: 8px;
  transition: all 0.3s;
}

.contact ul li:nth-child(1) a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  translate: 0 -50%;
  background: url(../../image/common/pink-arw.png) no-repeat;
  background-size: 17px 8px;
  width: 17px;
  height: 8px;
  transition: all 0.3s;
}

.contact ul li:nth-child(2) {
  background: #00B900;
}

.contact ul li:nth-child(2) h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background: url(../../image/common/line-icon-white.png);
  background-size: 41px 40px;
  width: 41px;
  height: 40px;
}

.contact ul li:nth-child(2) a {
  font-size: 2.2rem ;
  padding: 5px 60px 5px 25px;
  border: 1px solid #fff;
  background: #00B900;
  border-radius: 100px;
  transition: all 0.3s;
}

.contact ul li:nth-child(2) a:hover {
  border: 1px solid #00B900;
  background: #fff;
  color:#00B900;
  transition: all 0.3s;
}

.contact ul li:nth-child(2) a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  translate: 0 -50%;
  background: url(../../image/common/white-arw.png) no-repeat;
  background-size: 17px 8px;
  width: 17px;
  height: 8px;
  transition: all 0.3s;
}

.contact ul li:nth-child(2) a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  translate: 0 -50%;
  background: url(../../image/common/green-arw.png) no-repeat;
  background-size: 17px 8px;
  width: 17px;
  height: 8px;
  transition: all 0.3s;
}


.contact ul li:nth-child(3) {
  background: #9D4C6C;
}

.contact ul li:nth-child(3) h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background: url(../../image/common/phone-icon-white.png);
  background-size: 46px 46px;
  width: 46px;
  height: 46px;
}

.contact ul li:nth-child(3) a {
  font-size: 2.2rem ;
  padding: 5px 25px 5px 25px;
  text-align: center;
  border: 1px solid #fff;
  background: #9D4C6C;
  border-radius: 100px;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.contact ul li:nth-child(3) a:hover {
  border: 1px solid #9D4C6C;
  background: #fff;
  color:#9D4C6C;
  transition: all 0.3s;
}

.contact ul li:nth-child(3) span {
  font-size: 1.6rem;
}

@media screen and (max-width: 1199px) {
  .contact {
    padding: 100px 0;
  }

  .contact ul {
    grid-template-columns: repeat(1,1fr);
  }
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 80px 0;
  }
}