@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
  font-size: 10px;
}

@media (max-width: 920px) and (min-width: 768px) {
  html {
    font-size: 1.0869565217vw;
  }
}
@media (max-width: 800px) {
  html {
    font-size: min(2.6666666667vw, 13.3333333333px);
  }
}
body {
  font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
}

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

.content__area {
  width: 100%;
  max-width: 92rem;
  margin: 0 auto;
  padding: 7rem 2rem;
  box-sizing: border-box;
}

.bg__red {
  position: relative;
  width: 100%;
  background: rgb(203, 0, 0);
  color: rgb(255, 255, 255);
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (max-width: 800px) {
  .bg__red {
    padding: 0;
  }
}

.section__title {
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
  margin: 0 auto 5rem;
}

h1,
h2,
h3,
a,
p {
  line-height: 1;
}

a {
  transition: 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

#wrap {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 6.4rem;
}
@media (max-width: 800px) {
  #wrap {
    padding: 0rem;
  }
}

#header h2 {
  background-color: #000;
  border-top: 13px solid #b4cc31;
  padding: 0px 0 10px 0;
  text-align: center;
}

#main {
  background-color: #000;
}

.youtube-area {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9のアスペクト比の場合の値 */
  height: 0;
  overflow: hidden;
  width: 100%;
  margin-top: 10rem;
}
@media (max-width: 800px) {
  .youtube-area {
    margin-top: 5rem;
  }
}

.youtube-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-text {
  margin-top: 20px;
  /* 動画エリアとの間に余白を設ける */
  font-size: 4rem;
  text-align: left;
  margin-top: 12rem;
  line-height: 1.6;
}
@media (max-width: 800px) {
  .youtube-text {
    font-size: 1.8rem;
    letter-spacing: -0.02em;
    margin-top: 2rem;
  }
}

#introduction {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  justify-content: center;
  margin-top: 7rem;
}
@media (max-width: 800px) {
  #introduction {
    margin-top: 3rem;
  }
}
#introduction .title {
  width: 50rem;
  margin: 0 auto 3rem;
}
@media (max-width: 800px) {
  #introduction .title {
    width: 17rem;
    margin-bottom: 0.5rem;
  }
}
#introduction .modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 7.4rem;
}
@media (max-width: 800px) {
  #introduction .modal {
    row-gap: 2.8rem;
  }
}
#introduction .modal a {
  display: block;
  text-align: center;
  text-decoration: none;
}
#introduction .modal a div {
  background: linear-gradient(135deg, #313131 92%, #d0882a 92%, #d0882a);
  color: #FFF;
  font-size: 8rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin: 0 auto;
}
@media (max-width: 800px) {
  #introduction .modal a div {
    padding: 0;
    line-height: 2;
    align-items: center;
    font-size: 2.6rem;
    letter-spacing: 0.35em;
  }
}

.page-link {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  align-items: center;
  margin-top: 10.3rem;
}
@media (max-width: 800px) {
  .page-link {
    margin-top: 3.5rem;
  }
}

.link-item {
  display: flex;
  background: #d0882a;
  color: #fff;
  height: 16rem;
  border-radius: 10px;
  align-items: center;
  font-size: 4.4rem;
  font-weight: 700;
  justify-content: space-between;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  /* 影を追加 */
}
@media (max-width: 800px) {
  .link-item {
    font-size: 1.6rem;
    height: 6rem;
    border-radius: 5px;
  }
}
.link-item:nth-child(1), .link-item:nth-child(2) {
  margin-right: 1rem;
}
.link-item-menutext {
  letter-spacing: -0.05em;
  margin: 0 auto;
  line-height: 1.4;
  color: #fff;
  font-size: 3rem;
}
@media (max-width: 800px) {
  .link-item-menutext {
    letter-spacing: 0;
    font-size: 1.6rem;
  }
}

.title-area {
  background: #d0882a;
  color: #fff;
  width: 100%;
  font-size: 4rem;
  text-align: center;
  padding: 2.5rem;
  margin: 7rem 0 3.5rem;
  font-weight: 700;
}
@media (max-width: 800px) {
  .title-area {
    font-size: 1.8rem;
    padding: 1rem;
    margin: 2.5rem 0 1.3rem;
  }
}

.speech-bubble {
  position: relative;
  /* 逆三角形の配置の基準点 */
  background: #d0882a;
  color: #fff;
  width: 100%;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.2;
  margin: 8.5rem 0 7rem;
}
@media (max-width: 800px) {
  .speech-bubble {
    font-size: 1.8rem;
    margin: 2.5rem 0 3rem;
  }
}
.speech-bubble-sale {
  margin: 6.5rem 0 9rem;
}
@media (max-width: 800px) {
  .speech-bubble-sale {
    margin: 2.5rem 0 0;
  }
}

.speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -75px;
  /* 三角形の位置を調整 */
  left: 50%;
  transform: translateX(-50%);
  /* 逆三角形を完全に中央に配置 */
  border-width: 40px;
  border-style: solid;
  border-color: #d0882a transparent transparent transparent;
}
@media (max-width: 800px) {
  .speech-bubble::after {
    border-width: 30px;
    bottom: -50px;
  }
}

@media (max-width: 800px) {
  .advertising {
    margin-top: 3.8rem;
  }
}

.point-back {
  margin-top: 10rem;
}
@media (max-width: 800px) {
  .point-back {
    margin-top: 3.7rem;
  }
}

.point-back__text {
  font-size: 3.6rem;
  margin-top: 0.8rem;
  letter-spacing: 0em;
  line-height: 1.7;
}
@media (max-width: 800px) {
  .point-back__text {
    font-size: 1.3rem;
    margin-top: 0.5rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
}

.campaign {
  position: relative;
  /* 子要素の絶対位置の基準点とする */
}

.bg-image,
.ribbon {
  display: block;
  /* デフォルトの配置をblockに設定 */
}

.bg-image img,
.ribbon img {
  width: 100%;
  /* 画像を親要素の幅に合わせて調整 */
  display: block;
  /* 画像をブロック要素として表示 */
}

.ribbon {
  position: absolute;
  width: 100%;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  animation: poyoyon2 1s ease-in-out forwards infinite;
  /* アニメーションを直接適用 */
}

@keyframes poyoyon2 {
  0% {
    transform: translateX(-50%) scale(1, 1) translate(0, 0);
  }
  15% {
    transform: translateX(-50%) scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: translateX(-50%) scale(1.02, 1) translate(0, 8px);
  }
  50% {
    transform: translateX(-50%) scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: translateX(-50%) scale(1, 0.9) translate(0, 5px);
  }
  100% {
    transform: translateX(-50%) scale(1, 1) translate(0, 0);
  }
}
.content-title {
  width: 100%;
  text-align: center;
  margin-top: 6rem;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  padding: 2rem;
  border-radius: 24px;
  letter-spacing: 0.1em;
}
@media (max-width: 800px) {
  .content-title {
    font-size: 1.6rem;
    border-radius: 10px;
    padding: 0.3rem;
    line-height: 2;
    letter-spacing: 0.03em;
    margin-top: 3rem;
  }
}
.content-title-sky {
  background: #57A1dc;
  margin-top: 2rem;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 800px) {
  .content-title-sky {
    font-size: 1.8rem;
    border-radius: 10px;
    padding: 0;
    line-height: 1.8;
    letter-spacing: 0.03em;
    margin-top: 1rem;
  }
}
.content-title-blue {
  background: #00569d;
}
.content-title-orange {
  background: #d47714;
}
.content-title-brown {
  background: #3C2617;
}
.content-text {
  margin-top: 4.2rem;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.7;
}
.content-text span {
  color: #B9141E;
}
@media (max-width: 800px) {
  .content-text {
    font-size: 1.4rem;
    letter-spacing: -0.05em;
    margin-top: 1rem;
    margin-bottom: 3.5rem;
    line-height: 1.6;
  }
}
.content-text-sky {
  margin-bottom: 9rem;
}
@media (max-width: 800px) {
  .content-text-sky {
    margin-top: 1.2rem;
    margin-bottom: 3.5rem;
  }
}
.content-text__campaign {
  margin-top: 3rem;
  line-height: 1.8;
}
.content-text__campaign span {
  display: inline-block;
  font-size: 4.8rem;
  font-weight: 700;
}
.content-text__campaign span.annotation {
  display: inline-block;
  font-size: 3rem;
  color: #000;
  line-height: 150%;
}
@media (max-width: 800px) {
  .content-text__campaign {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .content-text__campaign span {
    font-size: 2rem;
    font-weight: 700;
  }
  .content-text__campaign span.annotation {
    font-size: 1.4rem;
  }
}

.registration img {
  padding: 8rem 0;
}
@media (max-width: 800px) {
  .registration img {
    padding: 4rem 1rem;
  }
}

.id-image-area {
  margin-top: 10rem;
}
@media (max-width: 800px) {
  .id-image-area {
    margin-top: 4rem;
  }
}

@media (max-width: 800px) {
  .member-id {
    margin-top: 2.3rem;
  }
}

@media (max-width: 800px) {
  .procard-image {
    margin-top: 3rem;
  }
}

@media (min-width: 801px) {
  .id-area {
    display: none;
  }
}

@media (max-width: 800px) {
  .id-android {
    margin-top: -1rem;
  }
}

@media (max-width: 800px) {
  .id-line {
    margin-top: -1.5rem;
  }
}

@media (min-width: 801px) {
  .scan-area {
    border: 1px solid #000;
    margin-top: 9rem;
    margin-top: 3rem;
  }
}
@media (max-width: 800px) {
  .scan-area {
    display: none;
  }
}
.scan-area-title {
  background: #000;
  color: #fff;
  padding: 1rem 0 2.2rem;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media (max-width: 800px) {
  .scan-area-title {
    font-size: 1.4rem;
    padding: 0.5rem 0 1rem;
    margin-top: 0;
  }
}

.qr-area {
  padding: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
.qr-area img {
  max-width: 300px;
  padding: 0;
}
@media (max-width: 800px) {
  .qr-area {
    padding: 1.5rem;
  }
}

.qr-icon__iphone {
  width: 25%;
}
.qr-icon__android {
  width: 26.5%;
}
.qr-icon__line {
  width: 23%;
  padding-bottom: 0.8rem;
}

.add {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media (max-width: 800px) {
  .add {
    font-size: 1rem;
    letter-spacing: 0.05em;
    margin-top: 1rem;
  }
}

.join-step {
  margin: 4rem 0 9rem;
}
@media (max-width: 800px) {
  .join-step {
    margin-top: 1rem;
    margin-bottom: 3.5rem;
  }
}

.guidance {
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media (max-width: 800px) {
  .guidance {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 1.8;
  }
}

.floor-guide {
  font-size: 3rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media (max-width: 800px) {
  .floor-guide {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 1.8;
  }
}
.floor-guide p {
  padding-bottom: 1rem;
}
.floor-guide div {
  padding-bottom: 2rem;
}

.map-about {
  margin-top: 4rem;
}
@media (max-width: 800px) {
  .map-about {
    margin-top: 1rem;
  }
}

.map-detail {
  margin-top: 7.3rem;
}
@media (max-width: 800px) {
  .map-detail {
    margin-top: 3rem;
  }
}

.map-text {
  margin: 5rem 0 10rem;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media (max-width: 800px) {
  .map-text {
    font-size: 1.6rem;
    letter-spacing: -0.04em;
    line-height: 1.4;
    margin: 3rem 0;
  }
}

.store-name {
  width: 100%;
  border-top: 2px solid #bababa;
  border-bottom: 2px solid #bababa;
}
.store-name-image {
  width: 55%;
  margin: 0 auto;
  padding: 6.5rem 0 7rem;
}
@media (max-width: 800px) {
  .store-name-image {
    width: 55%;
    margin: 0 auto;
    padding: 2.5rem 0;
  }
}

.address {
  margin-top: 5rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.02em;
}
@media (max-width: 800px) {
  .address {
    font-size: 1.6rem;
    letter-spacing: -0.04em;
    line-height: 1.4;
    margin: 2rem 0;
  }
}

.business-hours {
  margin-top: 6.5rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media (max-width: 800px) {
  .business-hours {
    font-size: 1.6rem;
    letter-spacing: -0.04em;
    line-height: 1.4;
    margin: 3rem 0;
  }
}

.phone {
  margin-top: 6.5rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  padding-bottom: 8rem;
  border-bottom: 2px solid #bababa;
}
@media (max-width: 800px) {
  .phone {
    font-size: 1.6rem;
    letter-spacing: -0.04em;
    line-height: 1.4;
    margin: 3rem 0;
    padding-bottom: 3rem;
    border-bottom: 2px solid #bababa;
  }
}

.google-map {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9のアスペクト比の場合の値 */
  height: 0;
  overflow: hidden;
  width: 100%;
  margin-top: 11rem;
}
@media (max-width: 800px) {
  .google-map {
    margin-top: 4rem;
  }
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.store-about {
  margin-top: 10.2rem;
}
@media (max-width: 800px) {
  .store-about {
    margin-top: 3.4rem;
  }
}

.sales-floor {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .sales-floor {
    margin-top: 2rem;
  }
}

.sales-floor-image {
  width: 48%;
}

.lum-lightbox-image-wrapper {
  background: rgba(0, 0, 0, 0.8);
}

.lum-lightbox-inner img {
  max-height: 40% !important;
}

.lum-lightbox-inner img.lum-img {
  width: auto;
  max-height: 72% !important;
}
@media (max-width: 800px) {
  .lum-lightbox-inner img.lum-img {
    max-width: 90%;
  }
}

.lum-gallery-button {
  display: none;
}

.lum-close-button {
  opacity: 0.7 !important;
}

summary {
  cursor: pointer;
  transition: 0.5s;
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

details[open] .details-content {
  animation: fadeIn 0.5s ease;
  padding-top: 40px;
}
details[open] .details-content > div {
  margin-bottom: 40px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 801px) {
  summary {
    pointer-events: none;
    cursor: default;
  }
}
.attention-image-area {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin: 5rem 0;
}
@media (max-width: 800px) {
  .attention-image-area {
    margin: 2rem 0 1rem;
  }
}

.attention-image,
.attention-arrow {
  display: inline-block;
  /* インラインブロック要素として配置 */
  vertical-align: middle;
  /* 垂直方向の中央に揃える */
  width: 100%;
}

.attention-arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  /* 右端から5%の位置に配置 */
  transform: translate(0, -50%);
  /* Y軸方向に-50%移動して縦方向の中央揃えに */
  width: 5%;
  /* 幅を親要素(.attention-image-area)に対して5%に設定 */
  height: auto;
  /* 高さを自動調整してアスペクト比を保持 */
}

.attention-image img,
.attention-arrow img {
  display: block;
  max-width: 100%;
  /* 画像が親要素の幅を超えないように設定 */
  height: auto;
  /* 高さを自動調整してアスペクト比を保持 */
}

/* 既存のスタイルはそのままに、追加のスタイルを以下に示す */
input[type=checkbox] {
  display: none;
  /* チェックボックスを画面から隠す */
}

input[type=checkbox]:checked ~ .attention-image-area .attention-arrow img {
  transform: rotate(180deg);
  /* チェックされたとき矢印を180度回転 */
  transition: 0.2s;
}

input[name=attention-accordion] {
  display: none;
}

input[name=attention-accordion]:checked ~ .attention-accordion-content {
  height: auto;
  opacity: 1;
  text-align: left;
  margin: 1rem auto;
  font-size: 1rem;
  transition: padding 0.25s ease, opacity 0.3s ease;
}
@media (max-width: 800px) {
  input[name=attention-accordion]:checked ~ .attention-accordion-content {
    font-size: 1.3rem;
  }
}

@media (min-width: 801px) {
  input[name=attention-accordion]:checked ~ .attention-accordion-content {
    margin: 4rem auto 9rem;
    font-size: 3rem;
  }
}
label[for=attention-accordion] {
  cursor: pointer;
}

.attention-accordion-content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: padding 0.25s ease, opacity 0.3s ease;
  line-height: 1.65;
}/*# sourceMappingURL=style.css.map */