@charset "UTF-8";
/* font */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap");

@font-face {
  font-family: "LINE Seed JP";
  src: url("../font/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LINE Seed JP";
  src: url("../font/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LINE Seed JP";
  src: url("../font/LINESeedJP_OTF_Eb.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* -------------------------------------------
ベース
------------------------------------------- */

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: clip;
  font-family: "LINE Seed JP", sans-serif;
  background: #edfeff;
}

a:hover {
  opacity: 0.7;
}

address {
  font-style: normal;
}

div.header {
  z-index: 10;
  position: fixed;
}

/* 調整 */
.sns {
  z-index: 1;
}

/* ///// variable ///////////////////////////////// */
:root {
  --bg: #cbf4f7;
  --main-bg: #f4f4f4;
  --section-bg: #f4f4f4;
  --content-bg: #fff;
  --content-text: #000;
  --content-em: #ea4b36;
  --content-ttl-bg: #000;
  --content-ttl-text: #fff;
  --goods-bg: #fff;
  --goods-text: #000;
  --goods-ttl-bg: #000;
  --goods-ttl-text: #fff;
  --limited-ttl-bg: #e60012;
  --limited-ttl-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: opacity 0.2s ease;
}

a:hover {
  opacity: 0.6;
}

/* ///// foundation /////////////////////////////////  */
.f_default {
  position: relative;
  font-feature-settings: "palt" on;
}

.f_default img:not(:where(.l_cart img, .topics__banner img)) {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.f_default a:not(:where(.l_cart a), .c_btn, .p_fotter_menu a) {
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.f_default a:not(:where(.l_cart a)):hover {
  opacity: 0.6;
  /* transform: translate(1px, 1px); */
}

/* .f_default a[href^=""]:not(:where(.l_cart a)) {
  pointer-events: none;
} */

.f_default {
  box-sizing: border-box;
  letter-spacing: 0.03vw;
  font-weight: 500;
  font-size: min(1.5vw, 16px);
  font-family: inherit;
  line-height: 1.5;
  width: 95%;
  margin-inline: auto;
}

.mada {
  display: none !important;
}

a[href=""]:not(.lb-next):not(.lb-prev) {
  pointer-events: none;
}

/* ///// layout /////////////////////////////////  */
.l_body {
  margin: 0 auto;
  width: 100%;
  background: var(--bg);
  background-size: 10px 10px;
  font-style: normal;
}

.l_main {
  position: relative;
  width: min(100%, 1100px);
  font-family: "LINE Seed JP", sans-serif;
  background: var(--bg);
}

.l_content {
  margin-block-end: 1rem;

  &.l_content--nomargin {
    margin-block-end: 0px;
  }
}

/* @media (max-width: 769px) {
  .l_main {
    max-width: 900px;
  }
} */

/* section */
.l_section-inner {
  position: relative;
  padding: 5% 3.5% 3.5%;
  /* border: 1.2vw solid #45904A; */
  background: #ffffff;
  /* border-image: linear-gradient(20deg, #EDD628, #45904A) 1; */
}

.l_section-inner.l_section-inner-transparent {
  background: transparent;
  padding: 5% 3.5% 7%;
}

/* footer */
.l_fotter {
  padding-top: 5%;
  padding-top: 0;
  background-color: #211815;
}

/* ////////// nav //////////  */
/* color */
:root {
  --nav_bg: #005c70;
  --nav_clausearea: #251713ab;
  --nav_color: #ffffff;
  --nav_shikiri: #ffffff;
}

/* 大枠 */
.l_gnav_wrap {
  display: flex;
  position: sticky;
  top: 64px;
  z-index: 100;
  width: 100%;
}

.l_gnav_wrap a {
  color: var(--nav_color);
  text-decoration: none;
  white-space: nowrap;
}

.l_gnav_wrap a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.l_gnav_wrap a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

/* pc */
.l_gnav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.4vw 0;
  width: 100%;
  background-color: var(--nav_bg);
  /* border-top: 2px solid #fff;
  border-bottom: 3px solid #fff; */
}

.l_gnav span {
  display: flex;
  font-size: clamp(15px, 1.9vw, 26px);
  position: relative;
  align-items: center;
}

.l_gnav span:not(:first-child) {
  padding-left: 2em;
}

.l_gnav span:not(:first-child)::before {
  position: absolute;
  left: -1vw;
  background: var(--nav_shikiri);
  content: "";
  /* font-size: inherit; */
  /* font-family: inherit; */
  display: block;
  width: 7px;
  height: 1em;
  top: 0em;
  left: calc(1em - 3.5px);
  border-radius: 1px;
}

.l_gnav a {
  margin-left: 1%;
  padding-left: 1%;
  /* height: min(3.8vh, 22px); */
  letter-spacing: 0.2vw;
  font-size: inherit;
  font-family: inherit;
  line-height: 1;
  font-weight: 900;
  transform: rotate(0.03deg);
}

@media (min-width: 1500px) {
  .l_gnav a {
    /* height: min(2.3vh, 31px); */
  }
}

.l_gnav_sp_head {
  padding-inline: 0.5em;
}

.l_gnav_sp {
  display: none;
}

/* sp */
@media (max-width: 769px) {
  .l_gnav_wrap {
    display: block;
    position: fixed;
    top: 64px;
    right: 0;
    z-index: 100;
    height: 100%;
    pointer-events: none;
  }

  .l_gnav {
    display: none;
  }

  .l_gnav_sp {
    display: block;
    position: sticky;
    top: 64px;
    right: 0;
    width: 100vw;
    transition: 0.5s;
    pointer-events: auto;
  }

  /* チェックボックス非表示 */
  #p_gnav_sp_trigger {
    display: none;
  }

  /* 閉じ状態menu */
  .l_gnav_sp_headarea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    width: 100%;
    background-color: var(--nav_bg);
    transition: 0.5s;
  }

  /* ハンバーガーマーク */
  .p_gnav_sp_btn {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    height: 40px;
  }

  .p_gnav_sp_btn span,
  .p_gnav_sp_btn span::before,
  .p_gnav_sp_btn span::after {
    display: block;
    margin-right: 10px;
    width: 25px;
    height: 3px;
    border-radius: 3px;
    background-color: var(--nav_color);
    transition: 0.3s;
  }

  .p_gnav_sp_btn span::before,
  .p_gnav_sp_btn span::after {
    position: absolute;
    content: "";
  }

  .p_gnav_sp_btn span::before {
    top: 10px;
  }

  .p_gnav_sp_btn span::after {
    top: 28px;
  }

  /* 閉じるマーク */
  .l_gnav_sp:has(#p_gnav_sp_trigger:checked) .l_gnav_sp_head {
    opacity: 0;
  }

  .l_gnav_sp:has(#p_gnav_sp_trigger:checked) :is(.l_gnav_sp_headarea, .p_gnav_sp_btn span) {
    background-color: initial;
  }

  .l_gnav_sp:has(#p_gnav_sp_trigger:checked) .p_gnav_sp_btn span::before,
  .l_gnav_sp:has(#p_gnav_sp_trigger:checked) .p_gnav_sp_btn span::after {
    top: 25px;
    right: 0;
  }

  .l_gnav_sp:has(#p_gnav_sp_trigger:checked) .p_gnav_sp_btn span::before {
    transform: rotate(45deg);
  }

  .l_gnav_sp:has(#p_gnav_sp_trigger:checked) .p_gnav_sp_btn span::after {
    transform: rotate(-45deg);
  }

  /* 閉じるマーク位置 */
  .l_gnav_sp:has(#p_gnav_sp_trigger:checked) .p_gnav_sp_btn {
    position: fixed;
    top: 0;
    right: 0;
    background-color: inherit;
  }

  /* 閉じるエリア */
  .l_gnav_sp:has(#p_gnav_sp_trigger:checked) .l_gnav_spclausearea {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--nav_clausearea);
    opacity: 1;
    transition: 0.5s;
  }

  /* spメニュー */
  .l_gnav_sp_menu {
    display: flex;
    position: fixed;
    top: 0;
    left: 100%;
    align-items: flex-end;
    align-items: center;
    flex-direction: column;
    margin-left: 40%;
    width: 60%;
    height: 100%;
    padding-top: 17%;
    background-color: var(--nav_bg);
    transition: 0.5s;
    pointer-events: auto;
    justify-content: flex-start;
    gap: 1em;
  }

  /* メニュー開閉アニメーション用 */
  .l_gnav_sp:has(#p_gnav_sp_trigger:checked) .l_gnav_sp_menu {
    left: 0;
  }

  /* 中身 */
  .l_gnav_sp_menu a {
    display: block;
    height: 4.1vw;
    text-align: center;
    font-size: min(4.5vw, 25px);
    line-height: 1;
    padding: 0.5em;
    font-weight: bold;
    transform: rotate(0.03deg);
  }

  .l_gnav_sp_menu>span:first-child {
    margin-top: 25%;
  }

  .l_gnav_sp_menu>span:not(:first-child) {
    margin-top: 13%;
  }

  #n_pagetop {
    padding-top: 40px;
  }
}

@media screen and (max-width: 428px){
    .l_gnav_wrap,.l_gnav_sp {
    top: 48px;
    }
}

[id^="n_"]:target {
  scroll-margin: calc(min(9.8vw, 70px) + 64px);
}

@media (max-width: 769px) {
  [id^="n_"]:target {
    scroll-margin: calc(40px + 64px);
  }
}

@media screen and (max-width: 428px){
  [id^="n_"]:target {
    scroll-margin: calc(40px + 48px);
  }
}


/* ///// component ///////////////////////////////// */

.c_text {
  padding-bottom: 1em;
  color: var(--color-base);
  word-break: keep-all;
  letter-spacing: 0.05em;
  font-size: clamp(0.875rem, 0.358rem + 2.21vw, 1.875rem);
  line-height: 1.6;
  transform: rotate(0.03deg);
  overflow-wrap: break-word;
}

@media (min-width: 1400px) {
  .c_text.fair-text-small {
    font-size: 20px;
  }
}

.c_text_emphasis {
  color: #cd4264;
}

.c_text_emphasis-price {
  color: #cd4264;
  display: inline-flex;
  align-items: flex-end;
}

/* .c_text_emphasis-price--normal {
  color: #cd4264;
} */
.c_text_emphasis-price--small {
  font-size: 0.75em;
}

.c_text_rashinban {
  color: #0098da;
}

.c_text_large {
  font-size: 1.2em;
}

.c_text_small {
  vertical-align: bottom;
  font-size: 0.5em;
}

.c_text_center {
  text-align: center;
}

.content-large-text {
  padding-block: 0.8em;
  font-size: clamp(25px, calc(25px + (44 - 25) * (100vw - 320px) / (1100 - 320)), 44px);
  font-weight: 800;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-align: center;
  line-height: 1.2;
}

.content-large-text__attention {
  font-size: max(0.3em, 16px);
  font-weight: bold;
}

.c_title {
  background: #005c70;
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: clamp(20px, calc(20px + (35 - 20) * (100vw - 320px) / (1100 - 320)), 35px);
  line-height: 1.2;
  padding: 0.4em 0.5em;
  letter-spacing: 0.1em;
}

.c_second-title {
  background: #32b8ca;
  color: #fff;
  line-height: 1.2;
  padding: 0.4em 0.5em;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 800;
  font-size: clamp(20px, calc(20px + (31.9 - 20) * (100vw - 375px) / (1100 - 375)), 31.9px);
}

/* ///// project ///////////////////////////////// */
/* top */
.p_topimg img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p_title-banner {
    margin-block-end: 0rem;
  }
}

.p-title-second {
  background: var(--content-ttl-bg);
  color: var(--content-ttl-text);
  font-weight: 800;
  font-size: clamp(16px, calc(16px + (32 - 16) * (100vw - 320px) / (1100 - 320)), 32px);
  width: fit-content;
  min-width: 45%;
  padding: 0.5em max(5%, 32px);
  line-height: 1.2;
  position: relative;
  z-index: 1;
  transform: translateY(0.75em);
  margin-top: -0.75em;
}

/* shop-info */
.shop-info__map iframe {
  width: 100%;
  aspect-ratio: 682/772;
}

.shop-info__text-area {
  font-size: clamp(16px, calc(16px + (25.3 - 16) * (100vw - 375px) / (1100 - 375)), 25.3px);
  padding-bottom: 1.5em;
}

.shop-info__text {
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.shop-info__emphasis {
  color: var(--content-em);
}

.shop-info__access {
  font-size: clamp(14px, calc(14px + (16.5 - 14) * (100vw - 375px) / (1100 - 375)), 16.5px);
  padding-bottom: 1em;
  line-height: 1.8;
  letter-spacing: 0.03em;

  &:not(:last-child) {
    border-bottom: 1px solid #000;
  }

  &:not(:first-child) {
    padding-top: 1em;
  }
}

.shop-info__access-title {
  width: 7em;

  &::before {
    content: "■";
  }
}

@media screen and (min-width: 769px) {
  .shop-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
  }

  .shop-info__map iframe {
    aspect-ratio: 682/772;
  }

  .shop-info__access {
    display: flex;
    gap: 1em;
  }

  .shop-info__access-title {
    width: 7em;
  }
}

@media screen and (max-width: 768px) {
  .shop-info {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .shop-info__map iframe {
    height: 50vh;
  }
}

/* topics */

.topics {
  padding-block: 3%;
}

.topics__catch {
  font-family: "ab-appare", sans-serif;
  width: fit-content;
  margin-inline: auto;
  line-height: 1.2;
  color: var(--content-em);
  padding-bottom: 0.4em;
  font-size: clamp(30px, calc(30px + (68.75 - 30) * (100vw - 375px) / (1100 - 375)), 62.75px);
  letter-spacing: -0.05em;
  text-align: center;
}

.topics__text {
  text-align: center;
  font-weight: 800;
  width: fit-content;
  margin-inline: auto;
  line-height: 1.7;
  font-size: clamp(18px, calc(18px + (29.15 - 18) * (100vw - 375px) / (1100 - 375)), 29.15px);
  letter-spacing: 0.05em;
}

.topics__emphasis {
  color: var(--content-em);
}

.topics__announce-text-parent {
  position: relative;
  padding-bottom: 0.8em;
  display: inline-block;
}

.topics__announce-text {
  font-size: 0.6em;
  position: absolute;
  top: 2.3em;
  left: 50%;
  width: max-content;
  transform: translateX(-50%);
}

.topics__banner {
  margin: auto;
  text-align: center;
  display: block;
  padding-block-start: 2rem;
  padding-block-end: 1rem;

  @media (max-width: 769px) {
    padding-block-start: 1rem;
    padding-block-end: 0.5rem;
  }
}

.topics__btn {
  display: block;
  background-color: #d7063a;
  color: #fff;
  width: fit-content;
  padding-inline: 2rem;
  padding-block: 0.5rem;
  border-radius: 1000px;
  font-weight: 900;
  font-size: 32px;
  margin-inline: auto;

  @media (max-width: 769px) {
    font-size: 14px;
    padding-inline: 1rem;
    padding-block: 0.25rem;
  }
}

/* visitor-privileg */

.visitor-privilege__item {
  display: grid;
  grid-template-columns: 41% auto;
  gap: 32px;
}

.visitor-privilege__item--1column {
  grid-template-columns: 1fr;

  .visitor-privilege__text {
    font-size: clamp(18px, calc(18px + (29.15 - 18) * (100vw - 375px) / (1100 - 375)), 29.15px);
  }
}

.visitor-privilege {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding-bottom: 5%;
}

.visitor-privilege__sample {
  position: relative;
  width: fit-content;
  max-width: 550px;
  margin-inline: auto;
}

.visitor-privilege__sample:has(.visitor-privilege__random-batch) {
  padding-top: 5%;
  padding-left: 5%;
}

.visitor-privilege__random-batch {
  position: absolute;
  width: 20%;
  top: 0;
  left: 0;
}

.visitor-privilege__sample.visitor-privilege__sample--2column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 15px;
}

.visitor-privilege__sample-item--width-s {
  max-width: 60%;
  margin-inline: auto;
}

.visitor-privilege__sample-attention {
  grid-column: 2 span;
  font-size: clamp(11px, calc(11px + (14 - 11) * (100vw - 320px) / (1100 - 320)), 14px);
}

.visitor-privilege__img {
  display: block;

}

.visitor-privilege__caption {
  text-align: center;
  font-size: clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1100 - 320)), 16px);
  padding-top: 0.5em;
  line-height: 1.2;
}

.visitor-privilege__title {
  font-weight: 800;
  font-size: clamp(20px, calc(20px + (31.9 - 20) * (100vw - 375px) / (1100 - 375)), 31.9px);
  border-bottom: 1px solid;
  line-height: 1.2;
  padding: 0.2em 0.5em;
  margin-bottom: 0.7em;
  background: #32b8ca;
  color: #fff;
  text-align: center;
}

.visitor-privilege__text-box {
  padding-inline: 3%;
}

.visitor-privilege__name {
  color: var(--content-em);
  font-weight: 800;
  line-height: 1.3;
  font-size: clamp(25px, calc(25px + (40.7 - 25) * (100vw - 375px) / (1100 - 375)), 40.7px);
  padding-bottom: 0.6em;
}

.visitor-privilege__text {
  font-weight: bold;
  line-height: 1.7;
  font-size: clamp(16px, calc(16px + (21.45 - 16) * (100vw - 375px) / (1100 - 375)), 21.45px);
  letter-spacing: 0.05em;
  text-align: center;
}

.visitor-privilege__tax {
  font-size: 0.8em;
  vertical-align: middle;
}

.visitor-privilege__emphasis {
  color: var(--content-em);
}

.visitor-privilege__attention {
  font-size: clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1100 - 320)), 16px);
  padding-top: 0.5em;
}

@media screen and (max-width: 768px) {
  .visitor-privilege__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

/* coming soon */
.coming-soon-image-wrapper {
  padding-inline: 2rem;
  width: 75%;
  margin-inline: auto;
}

/* small-text */
.small-text-65 {
  font-size: 0.65em;
  vertical-align: bottom;
}

.small-text-80 {
  font-size: 0.8em;
  vertical-align: bottom;
}

.font-weight-800 {
  font-weight: 800;
}

/* purchase-benefits */

.purchase-benefits {
  padding-top: 5%;
}

.purchase-benefits__item {
  padding-inline: 3%;
  padding-bottom: 5%;

  &:not(:last-child) {
    border-bottom: 1px solid #000;
  }

  &:not(:first-child) {
    padding-top: 6%;
  }
}

.purchase-benefits__sample {
  display: flex;
  gap: 20px;
}

.purchase-benefits__sample--width-s{
  max-width: 595px;
  margin-inline: auto;
}

.purchase-benefits__sample-item {
    display: flex;
    flex-direction: column;
}

.purchase-benefits__caption{
      text-align: center;
    font-size: clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1100 - 320)), 16px);
    padding-top: 0.5em;
    line-height: 1.2;
}

.purchase-benefits__sample.purchase-benefits__sample--balloon {
  gap: 0;
  width: 95%;
  margin-inline: auto;
}

.purchase-benefits__sample-item--ballon {
  display: flex;
  flex-direction: column;
}

.purchase-benefits__balloon {
  --balloon-bg: #32b8ca;
  --balloon-color: #fff;
  background: var(--balloon-bg);
  color: var(--balloon-color);
  font-size: clamp(11px, calc(11px + (18.7 - 11) * (100vw - 375px) / (1100 - 375)), 18.7px);
  padding: 0.9em 1em 0.8em;
  border-radius: 0.5em;
  margin-top: 1.4em;
  width: 90%;
  box-sizing: border-box;
  margin-inline: auto;
  position: relative;

  &::before {
    content: "";
    display: block;
    position: absolute;
    bottom: calc(100% - 1px);
    left: calc(50% - 0.5em);
    border-style: solid;
    border-width: 0 0.5em 1em 0.5em;
    border-color: transparent transparent var(--balloon-bg) transparent;
  }
}

.purchase-benefits__balloon.purchase-benefits__balloon--secondary {
  --balloon-bg: #005c70;
}

.purchase-benefits__balloon-text {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.purchase-benefits__detail {
  font-size: clamp(18px, calc(18px + (29.15 - 18) * (100vw - 375px) / (1100 - 375)), 29.15px);
  padding-top: 1.2em;
  width: fit-content;
  margin-inline: auto;
}

.purchase-benefits__text {
  text-align: center;
  font-weight: bold;
  line-height: 1.7;
}

.purchase-benefits__emphasis {
  color: var(--content-em);
}

@media screen and (max-width: 768px) {
  .purchase-benefits__sample {
    gap: 5px;
  }
}

/* goods-card  上段値段表示付きbox*/

.goods-card__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

@media screen and (max-width: 768px) {
  .goods-card__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.goods-card__attention {
  grid-column: 3 span;
  font-size: clamp(11px, calc(11px + (14 - 11) * (100vw - 320px) / (1100 - 320)), 14px);
}

@media screen and (max-width: 769px) {
  .goods-card__attention {
    grid-column: 1 span;
  }
}

.goods-card {
  border: var(--goods-text) solid 1px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.goods-card__amount {
  background: var(--goods-ttl-bg);
  color: var(--goods-ttl-text);
  text-align: center;
  font-weight: 800;
  font-size: clamp(16px, calc(16px + (24 - 16) * (100vw - 320px) / (1100 - 320)), 24px);
  padding: 0.4em 1em;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.goods-card__sample {
  padding: 3rem 3rem 0rem 3rem;
  display: grid;
  place-content: center;
  position: relative;
}

.goods-card__img-wrapper {
  display: flex;
  position: relative;
}

.goods-card__img-wrapper.gap-8px {
  gap: 8px;
}

.goods-card__img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
}

.goods-card__img_3-5 {
  width: 100%;
  display: block;
  aspect-ratio: 3 / 5;
}

.goods-card__img_no-ratio {
  width: 100%;
  display: block;
}

.goods-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.goods-card__img.badge-02::before {
  position: absolute;
  content: "";
  top: 5%;
  right: 5%;
  display: block;
  width: 27.5%;
  padding-top: 30%;
}

.goods-card__img.badge-02::after {
  position: absolute;
  content: "";
  top: 5%;
  right: 5%;
  display: block;
  width: 27.5%;
  height: 300px;
  background: url(../images/badge_02.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

.goods-card__img.badge-03::before {
  position: absolute;
  content: "";
  top: 5%;
  right: 5%;
  display: block;
  width: 27.5%;
  padding-top: 30%;
}

.goods-card__img.badge-03::after {
  position: absolute;
  content: "";
  top: 5%;
  right: 5%;
  display: block;
  width: 27.5%;
  height: 300px;
  background: url(../images/badge_03.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

.goods-card__name {
  text-align: center;
  font-weight: 700;
  font-size: clamp(14px, calc(14px + (25 - 14) * (100vw - 320px) / (1100 - 320)), 25px);
  color: var(--goods-text);
  word-break: keep-all;
  overflow-wrap: break-word;
  padding-block-end: 1rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.goods-card__price {
  text-align: center;
  font-weight: 800;
  font-size: clamp(14px, calc(14px + (28 - 14) * (100vw - 320px) / (1100 - 320)), 28px);
  color: var(--goods-text);

  word-break: keep-all;
  overflow-wrap: break-word;
  border-top: 1px solid var(--content-ttl-bg);
}

.goods-card__tax {
  font-size: 0.82em;
  vertical-align: bottom;
  font-weight: 800;
}

.goods-card__price-unit {
  font-size: 0.78em;
  vertical-align: bottom;
}

.goods-card__notion {
  position: absolute;
  top: 5%;
  right: 10%;
  font-size: 11px;
}

.goods-card.goods-card--udx-limited {
  .goods-card__sample {
    padding: 0.5rem 1rem 0rem 1rem;
  }

  .goods-card__name {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .goods-card__notion {
    position: absolute;
    top: 10%;
    right: 13%;
    font-size: 11px;
  }
}

/* セクション内バナー */
.banner-wrapper {
  padding: min(4%, 3rem);
}

/* fair */
.fair__title {
  padding-block: 0.8em;
  font-size: clamp(18px, calc(18px + (30 - 18) * (100vw - 320px) / (1100 - 320)), 30px);
  font-weight: 800;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-align: center;
}

/* fair-card */
.fair-card__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

@media screen and (max-width: 768px) {
  .fair-card__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.fair-card {
  /* border: var(--goods-text) solid 1px; */
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}

.fair-card.fair-card--full {
  grid-column: span 3;
}

.fair-card__text {
  font-size: clamp(14px, calc(14px + (22 - 14) * (100vw - 320px) / (1100 - 320)), 22px);
  font-weight: 800;
}

.fair-card__attention {
  font-size: clamp(11px, calc(11px + (14 - 11) * (100vw - 320px) / (1100 - 320)), 14px);
  font-weight: bold;
  padding-top: 0.54em;
}

.fair-card__emphasis {
  color: #d64391;
}

.fair-card.fair-card--horizontal .fair-card__name--border {
  border-bottom: 1px solid;
  padding-bottom: 0.3em;
  margin-bottom: 0.4em;
}

@media screen and (min-width: 769px) {
  .fair-card.fair-card--horizontal {
    grid-column: span 3;
    grid-template-columns: 30% auto;
    grid-template-rows: 1fr;

    .fair-card__info {
      padding-block: 2rem;
    }

    .fair-card__sample {
      padding: 2rem 3rem 2rem 3rem;
    }

    .fair-card__name--border {
      padding-top: 0.5em;
      text-align: left;
    }
  }
}

@media screen and (max-width: 768px) {
  .fair-card.fair-card--full {
    grid-column: span 1;
  }
}

.fair-card__sample {
  /* padding: 3rem 3rem 0rem 3rem; */
  display: grid;
  place-content: center;
  position: relative;
}

.fair-card__img-wrapper {
  /* display: flex; */
}

.fair-card__img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
}

.fair-card__img_no-ratio {
  width: 100%;
  height: auto;
  display: block;
  /* flex: 1; */
}

.badge-04::before {
  position: absolute;
  content: "";
  top: 25%;
  right: 2%;
  display: block;
  width: 8%;
  padding-top: 10%;
}

.badge-04::after {
  position: absolute;
  content: "";
  top: 25%;
  right: 2%;
  display: block;
  width: 8%;
  height: 100px;
  background: url(../images/badge_04.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .badge-04::before {
    position: absolute;
    content: "";
    top: 34%;
    right: 7%;
    display: block;
    width: 10%;
    padding-top: 10%;
  }

  .badge-04::after {
    position: absolute;
    content: "";
    top: 34%;
    right: 7%;
    display: block;
    width: 10%;
    height: 100px;
    background: url(../images/badge_04.webp);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.fair-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.fair-card__img_no-ratio.fair-card__img--badge {
  position: relative;
  padding-right: 3%;
}

.fair-card__4set-badge {
    position: absolute;
    width: 15%;
    right: 0%;
    top: 0;
}


.fair-card__name {
  text-align: center;
  font-weight: 800;
  font-size: clamp(14px, calc(14px + (28 - 14) * (100vw - 320px) / (1100 - 320)), 28px);
  color: var(--goods-text);
  word-break: keep-all;
  overflow-wrap: break-word;
  padding-block-end: 1rem;
}

.fair-card__info {
  padding-inline: 1rem;
  padding-block: 0.75rem;
}

.fair-card__name--border {
  text-align: center;
  font-weight: 700;
  font-size: clamp(20px, calc(20px + (31.9 - 20) * (100vw - 375px) / (1100 - 375)), 31.9px);
  color: var(--goods-text);
  /* padding-top: 1em; */
  word-break: keep-all;
  overflow-wrap: break-word;
  padding-bottom: 0.5em;
}

.fair-card__price--border {
  text-align: center;
  font-weight: 700;
  font-size: clamp(24px, calc(24px + (37.95 - 24) * (100vw - 375px) / (1100 - 375)), 37.95px);
  color: var(--goods-text);
  word-break: keep-all;
  overflow-wrap: break-word;
  border-top: 1px solid var(--content-ttl-bg);
  padding-top: 0.5em;
}

/* limited */
.limited-card__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

@media screen and (max-width: 768px) {
  .limited-card__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.limited-title {
  padding-block: 0.8em;
  font-size: clamp(18px, calc(18px + (44 - 18) * (100vw - 320px) / (1100 - 320)), 44px);
  font-weight: 800;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-align: center;
}

/* badge */
.badge {
  position: relative;
}

.badge::before {
  content: "";
  background-image: url(../images/date.webp);
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: 100% 100%;
  top: -8%;
  left: -5%;
}

@media screen and (max-width: 768px) {
  .badge::before {
    content: "";
    background-image: url(../images/date.webp);
    width: 70px;
    height: 70px;
    position: absolute;
    background-size: 100% 100%;
    top: -8%;
    left: -5%;
  }
}

.badge-en {
  position: relative;
}

.badge-en::before {
  content: "";
  background-image: url(../images/date-en.webp);
  width: 60px;
  height: 60px;
  position: absolute;
  background-size: 100% 100%;
  top: -6%;
  right: -4%;
}

@media screen and (max-width: 950px) {
  .badge-en::before {
    content: "";
    background-image: url(../images/date-en.webp);
    width: 50px;
    height: 50px;
    position: absolute;
    background-size: 100% 100%;
    top: -4%;
    right: -7%;
  }
}

@media screen and (max-width: 768px) {
  .badge-en::before {
    content: "";
    background-image: url(../images/date-en.webp);
    width: 70px;
    height: 70px;
    position: absolute;
    background-size: 100% 100%;
    top: -6%;
    right: -2%;
  }
}

/* goods-title */

.goods-title {
  width: 90%;
  max-width: 850px;
  margin-inline: auto;
  color: #005c70;
  border: 3px solid #005c70;
  text-align: center;
  font-weight: 800;
  line-height: 1.2;
  box-sizing: border-box;
  padding: 0.2em 0.5em 0.1em;
  font-size: clamp(25px, calc(25px + (40.7 - 25) * (100vw - 375px) / (1100 - 375)), 40.7px);
}

.goods-title--secondary{
    color: #ea4b36;
    border-color: #ea4b36;
}

/* goods-catch */

.goods-catch {
  margin-block: 0.8em;
  margin-inline: auto;
  width: 100%;
  max-width: 849px;
  box-sizing: border-box;
  font-size: clamp(20px, calc(20px + (40.7 - 20) * (100vw - 375px) / (1100 - 375)), 35.7px);
  padding-inline: 1.5em;
  padding-top: 0.1em;
  font-weight: bold;
  background: no-repeat center left/1.5em url(../images/bg-catch-l.webp), no-repeat center right/1.5em url(../images/bg-catch-r.webp);
}

.goods-catch--secondary{
  width: fit-content;
  font-weight: 900;
  background: none;
  padding-inline: 0;
  padding-top: 0;
}

.goods-catch__text {
  line-height: 1.2;
  text-align: center;  
}

.goods-catch__emphasis {
  color: var(--content-em);
}

/* sns-goods-list */

.sns-goods-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 31px;
  max-width: 900px;
  width: 90%;
  margin-inline: auto;
}

.sns-goods-list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 2 span;
  gap: 16px;
}

.sns-goods-list__name {
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

@media screen and (max-width: 769px) {
  .sns-goods-list {
    display: flex;
    flex-direction: column;
  }
}

/* sns-goods */
.sns-goods {
  display: flex;
  gap: 16px;
  width: 80%;
  max-width: 600px;
  margin-inline: auto;
}

/* sns-button */

.sns-button-wrap {
  display: flex;
  padding-top: 32px;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.sns-button {
  display: flex;
  background: #00a7c5;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  padding: 0.5em 0.8em;
  text-align: center;
  width: 100%;
  max-width: 420px;
  font-size: clamp(18px, calc(18px + (26 - 18) * (100vw - 320px) / (1100 - 320)), 26px);
  text-decoration: none;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  overflow: hidden;

  &.sns-button--second {
    background: #d64391;
  }
}

@media screen and (max-width: 769px) {
  .sns-button-wrap {
    padding-top: 16px;
  }
}

/* sns-campaign-info  */

.sns-campaign-info {
  border: 1px solid;
  padding: 1.5rem 2rem;
}

.sns-campaign-info__text {
  font-weight: 700;
  font-size: clamp(16px, calc(16px + (26 - 16) * (100vw - 320px) / (1100 - 320)), 26px);
}

.sns-campaign-info__link {
  color: #d64391;
}

@media screen and (max-width: 769px) {
  .sns-campaign-info {
    padding: 1rem;
  }
}

/* info section */
.p_info-text {
  line-height: 1.5;
  font-weight: 900;
  font-size: clamp(22px, calc(22px + (35.75 - 22) * (100vw - 375px) / (1100 - 375)), 35.75px);
  padding-bottom: 0.3em;

  &.p_info-text--secondary {
    color: #005c70;
  }
}

.p_info-text__emphasis {
  color: #005c70;
}

.p_info-text--red {
  color: #d64391;
}

.p_info-opening-hours {
  font-size: clamp(1.125rem, 0.03rem + 4.86vw, 3.375rem);
  font-weight: 900;
  border: 2px solid #000;
  color: #000;
  padding-inline: 1em;
  border-radius: 1100px;
  display: flex;
  justify-content: center;
  background: linear-gradient(180deg, #ffe240, #fff);
}

.p_info-banner {
  display: inline-block;
  margin-bottom: 5%;
}

.t-fair-btn-wrapper{
 margin-top: 2rem;
 display: flex;
 flex-direction: column;
 gap: 1rem;
 width: 90%;
 margin-inline: auto;
}

.c_info-btn {
  font-size: clamp(21px, calc(21px + (38.5 - 21) * (100vw - 375px) / (1100 - 375)), 38.5px);
  font-weight: 900;
  color: #FFF;
  padding-inline: 1em;
  border-radius: 1100px;
  display: flex;
  justify-content: center;
  background: #32b8ca;
  text-align: center;
  line-height: 1.2;
  padding-block: 0.5em;
}

/* margin-top */
.u_mt2 {
  margin-top: 2%;
}

.u_mt3 {
  margin-top: 3%;
}

.u_mt4 {
  margin-top: 4%;
}

.u_mt5 {
  margin-top: 5%;
}

.u_mt10 {
  margin-top: 10%;
}

/* margin-bottom */
.u_mb2 {
  margin-bottom: 2%;
}

.u_mb3 {
  margin-bottom: 3%;
}

.u_mb5 {
  margin-bottom: 5%;
}

.u_mb10 {
  margin-bottom: 10%;
}

/* ///// lity時スクロールロック ///////////////////////////////// */

html:has(.l_body.lity-hidden) {
  overflow: hidden;
  scrollbar-gutter: stable;
  background-color: #181818;
}

/* ///// footer ///////////////////////////////// */
.l_footer {
  background: #fff;
  color: #000000;
  width: 100%;
  overflow: hidden;
}

.l_footer a {
  text-decoration: none;
}

[name="footer-menu"] {
  display: none;
}

.l_footer_inner {
  max-width: 1300px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 32px 101px;
  padding: max(3%, 27px);
  line-height: 1;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .l_footer_inner {
    display: flex;
    flex-direction: column;
  }
}

.l_footer-gnav_wrap {
  grid-row: 1/3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 768px) {
  .l_footer-gnav_wrap {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .l_footer-gnav {
    border-bottom: 1px solid #000000;
  }

  .l_footer-gnav:first-of-type {
    border-top: 1px solid #000000;
  }
}

.l_footer-gnav_ttl {
  display: block;
  margin-bottom: 24px;
  cursor: pointer;
  user-select: none;
}

@media screen and (max-width: 768px) {
  .l_footer-gnav_ttl {
    margin-bottom: 0;
    padding-right: 1em;
    transition: background 0.5s;
    background: no-repeat center right/1em url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C13.1 2 14 2.9 14 4V11H21C22.1 11 23 11.9 23 13S22.1 15 21 15H14V22C14 23.1 13.1 24 12 24S10 23.1 10 22V15H3C1.9 15 1 14.1 1 13S1.9 11 3 11H10V4C10 2.9 10.9 2 12 2Z'/%3E%3C/svg%3E");
  }

  [name="footer-menu"]:checked~.l_footer-gnav_ttl {
    background: no-repeat center right/1em url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 11H21C22.1 11 23 11.9 23 13S22.1 15 21 15H3C1.9 15 1 14.1 1 13S1.9 11 3 11Z'/%3E%3C/svg%3E");
  }
}

@media screen and (max-width: 768px) {

  .l_footer-gnav_ttl,
  .l_footer-gnav_item {
    padding-block: 1.5em;
    margin-inline: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  .l_footer-gnav_accordion {
    display: grid;
    grid-template-rows: 0fr;
    transition: 250ms grid-template-rows ease;
    transition: all 0.5s;
  }

  [name="footer-menu"]:checked~.l_footer-gnav_accordion {
    grid-template-rows: 1fr;
  }
}

.l_footer-gnav_list {
  font-size: clamp(11px, calc(11px + (14 - 11) * (100vw - 320px) / (1100 - 320)), 14px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style-type: none;
}

.l_footer-gnav_list a {
  color: #000000;
}

@media screen and (max-width: 768px) {
  .l_footer-gnav_list {
    gap: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .l_footer-gnav_item {
    border-top: 1px solid #0000004d;
    padding-right: 1em;
    background: no-repeat center right/1em url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z'/%3E%3C/svg%3E");
  }
}

.l_footer_ttl,
.l_footer-gnav_ttl {
  font-size: clamp(11px, calc(11px + (14 - 11) * (100vw - 320px) / (1100 - 320)), 14px);
  font-weight: 900;
}

.l_footer_link {
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .l_footer_link {
    width: 80%;
    margin-inline: auto;
  }
}

.l_footer_sns,
.l_footer_appli {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.l_footer_appli .p_appli-btn_wrap {
  width: 80%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .l_footer_appli .p_appli-btn_wrap {
    width: 100%;
  }
}

.l_footer-nav {
  grid-column: 1/3;
  display: flex;
  gap: min(1.8vw, 48px);
  align-items: center;
  justify-content: center;
  font-size: min(1vw, 14px);
}

.l_footer-nav a {
  color: #000;
}

@media screen and (max-width: 768px) {
  .l_footer-nav {
    display: flex;
    flex-direction: column;
    gap: 32px;
    font-size: clamp(11px, calc(11px + (14 - 11) * (100vw - 320px) / (1100 - 320)), 14px);
  }
}

.l_footer-nav_logo {
  height: 4em;
  display: block;
}

.l_footer-nav_logo img {
  height: 100%;
  width: auto;
}

.p_copylight {
  background: #378a40;
  color: #fff;
  padding: 48px 1em;
  line-height: 1.2;
  text-align: center;
}

/* ///// sns ///////////////////////////////// */
.p_sns-btn_wrap {
  display: flex;
  gap: 8px;
}

.p_sns-btn {
  background: #000000;
  color: #fff;
  padding: 0.5em 1.1em 0.5em;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  gap: 0.8em;
  align-items: center;
}

.p_sns-btn::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E");
  background-size: contain;
}

/* ///// appli-btn ///////////////////////////////// */
.p_appli-btn_wrap {
  display: flex;
  width: fit-content;
  gap: 1rem;
  margin-inline: auto;
  max-width: 360px;
}

.p_appli-btn {
  display: block;
}

.p_appli-btn img {
  height: auto;
  width: auto;
  object-fit: contain;
}

/* デモ用の画像プレースホルダー */
.demo-logo {
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-weight: bold;
}

.demo-app-btn {
  background: #007bff;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  text-align: center;
  display: block;
  margin: 5px 0;
}

/* Body styling for demo */
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ///// topへ戻る ///////////////////////////////// */
.btn_top-back {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0.33em 1em 0.33em 2em;
  position: absolute;
  width: fit-content;
  left: min(1vw, 30px);
  top: min(1vw, 30px);
  background: no-repeat 0.8em center/0.5em url("../images/icon_top-back.svg"), #ffffff;
  border: 1px solid #adadad;
  border-radius: 6px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .btn_top-back {
    display: none;
  }
}

/* ///// モーダル時スクロールロック ///////////////////////////////// */
html:has(#p_gnav_sp_trigger:checked) {
  overflow: hidden;
  scrollbar-gutter: stable;
}

/* ///// 準備中 ///////////////////////////////// */
.under-construction {
  position: relative;
}

.under-construction::after {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  content: "準備中";
  background-color: #66666699;
  color: #fff;
}

.p_info-opening-hours.under-construction {
  position: relative;
}

.p_info-opening-hours.under-construction::after {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  content: "準備中";
  background-color: #66666699;
  color: #fff;
  border-radius: 1100px;
}


/* -------------------------------------------
 event-space
------------------------------------------- */
.event-space {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #fff;
  padding-bottom: 32px;
  border-bottom: 1px solid #6E6E6E;
}

.event-space--none-border {
  border-bottom: none;
}

.event-space__ttl {
  color: #FAC71A;
  text-align: center;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  gap: 16px;

}

.event-space__ttl--color-02 {
  color: #E4A9FF;
}

.event-space__ttl-main {
  font-size: 30px;
  line-height: 1.2;
}

.event-space__ttl-sub {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}

.event-space__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}

.event-space__text--xl {
  font-size: 30px;
}

.event-space__text--l {
  font-size: 24px;
}

.event-space__text--s {
  font-size: 16px;
}

.event-space__text-emphasis {
  color: #FAC71A;
}

.event-space__text-emphasis--color-02 {
  color: #E4A9FF;
}

.event-space__img-block {
  width: 100%;
  max-width: 598px;
  margin-inline: auto;
}

/* melon-gallery-logo */
.melon-gallery-logo {
  max-width: 503px;
  width: 100%;
  margin-inline: auto;
}

/* -------------------------------------------
 balloon
------------------------------------------- */
.balloon {
  font-weight: bold;
  color: #005c70;
  width: 100%;
  max-width: 715px;
  margin-inline: auto;
  padding: 0.3em 0.8em;
  position: relative;
  border: 2px solid #005c70;
  line-height: 1.2;
  font-size: clamp(16px, calc(16px + (24 - 16) * (100vw - 375px) / (1100 - 375)), 24px);
  margin-bottom: 2em;
  text-align: center;
  margin-top: 1em;
  
  
  
  
  

  &::after {
    content: "";
    position: absolute;
    display: block;
    width: 1em;
    height: 1em;
    top: 100%;
    left: calc(50% - 0.5em);
    background: #005c70;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}


/* -------------------------------------------
 set-detail
------------------------------------------- */
.set-detail{
  border: 3px solid #005c70;
  width: 90%;
    max-width: 850px;
  margin-inline: auto;
  margin-block: 32px 48px;
}
.set-detail__ttl{  
background: #005c70;
    color: #fff;
    font-weight: 700;
 font-size: clamp(22px, calc(22px + (37 - 22) * (100vw - 375px) / (1100 - 375)), 37px);
    text-align: center;
    padding: 0.1em 1em;
}
.set-detail__content{
  padding: 1.2em 1.8em;
 font-size: clamp(16px, calc(16px + (27 - 16) * (100vw - 375px) / (1100 - 375)), 27px);
  color: #3e3a39;
}
/* -------------------------------------------
attention
------------------------------------------- */
.attention{
  text-align: center;
  color:#32b8ca ;
  padding-top: 1em;
  line-height: 1.5;
  font-size: clamp(14px, calc(14px + (22 - 14) * (100vw - 375px) / (1100 - 375)), 22px);

}

/* -------------------------------------------
レスポンシブ対応
------------------------------------------- */

@media (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}