/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  line-height: 1.4;
  scroll-behavior: smooth;
  font-size: 62.5%;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
footer {
  color: white;
  background: #222;
}

body {
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 1.8;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  height: 100vh;
  margin: 0;
  /* background: linear-gradient(270deg, #2b2928, #302e2b, #242627); 
  background-size: 200% 200%; 
  animation: gradientAnimation 5s infinite alternate; */
  background: #ff2e9c;
} 
/* @keyframes gradientAnimation { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } 
}  */


ul, ol {
   padding-inline-start: 0px;
}

ol {
  padding-left: 1.5rem;
}

.headLogo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  padding: 0.3em;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 40px;
}

.headLogo img{
  width: 180px;
}

/* #heroimg picture img {
  width:90vw;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 35px;
} */

#heroimg .mySwiper {
  width:90vw;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 35px;
}


.container {
  margin: 0 auto;
  padding: 40px 20px 80px;
  width: 90vw;
  max-width: 1280px;
  /* background-color: #0B0B0F; */
  background-color: #FFF;
}

.container img {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.container #stamp_rally img {
  max-width: 100%;
}

.container .p_list img {
  max-width: 980px;
}

.w30p {
  width: 30%;
  margin: 0 auto;
}

.w60p {
  width: 60%;
  margin: 0 auto;
}

.w80p {
  width: 80%;
  margin: 0 auto;
}

.mt0{
  margin-top: 0;
}

.mt2{
  margin-top: 2.0rem;
}

.mt3{
  margin-top: 3.0rem;
}

.mt5{
  margin-top: 5.0rem;
}

.mb2{
  margin-bottom: 2.0rem;
}


.txtc {
  text-align: center;
}

.red {
  color: red;
}

nav {
  display: grid; 
  padding: 1.0rem;
}

nav ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* grid-template-columns: repeat(5, 1fr); */
  column-gap: 16px;
  row-gap: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}

.button {
  font-size: 16px;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  border: none;
  /* padding: 6px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; */
  transition: all 0.3s ease;
}

.button .button-inner {
  font-weight: 700;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #8B5CF6; */
  background: #ff2e9c;
  color: #FFF;
  padding: 0.7em 1.5em;
  padding-left: 1.2em;
  text-decoration: none;
}
.button .button-inner.golist {
  /* background: #6625fb; */
  background: #ff2e9c;
}
.button:hover {
  transform: translateY(-8px);
}

.disc_btn {
  display: inline-block;
  margin-top: 1.5em;
  padding: 0.5em 3.5em;
  /* background: #8B5CF6; */
  color: #FFF;
  text-decoration: none;
  /* border-radius: 200px; */
  transition: background-color 0.3s;
}

.disc_btn:hover {
  opacity: .8;
}

/* comingsoon関連 */

.disc_btn_cs {
  display: inline-block;
  margin-top: 1.5em;
  padding: 0.5em 3.5em;
  background: #fff;
  color: #FFF;
  text-decoration: none;
  border-radius: 30px;
}

.cs {
  color: #fff;
}
/*  */

footer {
  padding: 2rem;
  font-size: 1.5rem;
  color: #9ca3af;
  background: #1d1e22;
}

.footer__navi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 2rem;
}

.footer__navi li {
  display: inline-block;
}

.footer__navi li:not(:last-child) {
  margin-right: 16px;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 1rem;
}

.ttl_frame {
  border-top: 1px solid #86999f;
  border-bottom: 1px solid #86999f;
  text-align: center;
  margin: 8.0rem 0 5.0rem 0;
  padding: 1.2em 0;
  background: #E5E7EB;
}

.balloon-img {
  width: 100%;
  display: block;
}

.ttl_text {
  z-index: 1;
  font-weight: 700;
  font-style: normal;
  font-size: 3.0rem;
  text-align: center;
  color: #000;
  letter-spacing: 0.2em;
}

/* .box {
  padding: 3rem;
    background: #FBE7D7;
} */

.box.add-online {
  background: #FBE7D7;
}

.box h3:first-child {
  margin-top: 0;
}

.informationgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  row-gap: 40px;
  padding: 0 20px;
}

.informationgrid .box {
  position:relative;
}

.sec-txt {
  text-align: center;
  
}


/*
.informationgrid .box:nth-child(1):before {
     position: absolute;
    content: "1";
    font-size: 120px;
    color: #05449c;
    right: 8px;
    top: -80px;
    font-weight: bold;
}

.informationgrid .box:nth-child(2):before {
     position: absolute;
    content: "2";
    font-size: 120px;
    color: #E0261E;
    right: 8px;
    top: -80px;
    font-weight: bold;
}

.informationgrid .box:nth-child(3):before {
     position: absolute;
    content: "3";
    font-size: 120px;
    color: #05449c;
    right: 8px;
    top: -80px;
    font-weight: bold;
}
*/



.reserve-caution{
  position: relative;
  width: 85%;
  margin: 40px auto;
  padding: 60px;
  border-top: solid 1px #86999f;
  border-bottom: solid 1px #86999f;
  color: #fff;
}

.reserve-caution::before {
  content:"" ;
  position: absolute;
  border-top: solid 1px #86999f;
  top:-4px;
  left: 0;
  width: 100%;
}

.reserve-caution::after {
  content:"" ;
  position: absolute;
  border-bottom: solid 1px #86999f;
  bottom:-4px;
  left: 0;
  width: 100%;
}


@media (max-width:767px) {
  .reserve-caution{
    width: 100%;
    margin: 40px auto;
    padding: 40px;
  }
}

.reserve-caution h2 {
  font-size: 1.3em;
  margin-block-start: 0.5em ;
  margin-block-end: 0.5em;

}


.descriptiontxt {
  line-height: 1.8;
  margin-top: 0;/* 追加 */
}

.descriptiontxt span {
  font-size: 0.8rem;
}

.descriptionList li{
  list-style: decimal;
}

.descriptionList li::marker{
  font-weight: bold;
}

.descriptionList li span{
  font-weight: bold;
  margin-top: 1.2em;
  display: block;
}

.cautions li {
  list-style: none; 
  padding-left: 1.2em;
  text-indent: -1.2em; 
}

.cautions li::before {
  content: "・";
  margin-right: 0.5em;
}

.commingsoont {
  display: inline-block;
  font-size: 2.5rem;
  padding: 1.0em 2.0rem;
  background: #fff;
  color: white;
  margin-bottom: 1.0rem;
}

.btn_frame {
  background-color: #8B5CF6;
  color: #fff;
  margin-top: 2.0em;
  padding: 10px 20px;
  border-radius: 4px;
  border: none;
  transition: background-color 0.3s;
}

.btn_shop {
    display: inline-block;
    margin-top: 1.5em;
    padding: 1em 3.5em;
    background: #8B5CF6;
    color: #FFF;
    text-decoration: none;
    border: none;
    border-radius: 50px;
    line-height: 1.7;
    font-size: 1.8rem;
}

.btn_shop:hover {
  background-color: #fff;
}

.btn_frame:hover {
  background-color: #fff;
}

.container img.payments{
  max-width: 600px;
}

.container img.comingsoon {
  max-width: 400px;
  transform: rotate(-10deg);
  margin: 30px auto;
}

.sp-only {
  display: none;
}

.copyright {
    font-size: 11px;
    text-align: center;
}

.customer {
  margin-top: 3.0em;
}

.map-container {
	position: relative;
  margin-top: 1.0rem;
	padding-top: 75%; /* 4:3 アスペクト比 */
	height: 0;
}

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

.tokuten_list li ,
.special_list li {
  margin-bottom: 40px;
}

.special_list li p {
  color: #fff;
}

.complite_img {
  padding-top: 1em;
}

.comment {
  font-size: 1.8rem;
  line-height: 1.5;
  /* color: #fff; 
  font-weight: 700;*/
  color: #000;
  font-weight: normal;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.comment_note {
  font-size: 1.5rem;
  font-weight: 400;
}

/* .reserve-btn_wrap {
  position: fixed;
  z-index: 90;
  right: 20px;
  bottom: 40px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  transition: all 0.4s ease;
}

.reserve-btn {
  display: flex ;
  justify-content: center;
  align-items: center;
  height: 100px;
  background-color: #E7D6C1;
  /* border: 5px solid #fff; */
  /* text-decoration: none;
  font-weight: 700;
  color: #fff;
  line-height: 1.7;
  font-size: 1.2em;
  padding: 0 1.5em 0 2em;

} */

.reserve-btn_wrap:hover {
  transform: translateY(-10px);
} 

.reserve-btn::after {
  content: "▶︎";
  color: #fff;
  font-size: 0.5em;
  display: inline-block;
  margin-left: 1.5em;
} */

.pc-only {
  display: block;
}

.end {
  position: relative;
}

.end::before {
  content: "終了しました";
  position: absolute;
  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 4.0rem;
  width: 100%;
  max-width: 800px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  white-space: pre;
  text-align: center;
}




/* .reserve-btn {
  width: 100%;
  color: #FFF;
  font-weight: 700;
  padding: 1em;
  background: #8B5CF6;
  line-height: 1;
} */

@media only screen and (min-width: 768px) and (max-width: 960px) {
  nav ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .informationgrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  #heroimg picture img{
    width: 100%;
  }

  .container {
    width: 96vw;
    padding: 40px 20px 80px;
  }

  .w30p, .w60p, .w80p {
    width: 100%;
  }
  nav {
    padding: 0;
  }

  nav ul {
    grid-template-columns: repeat(2, 1fr);
  }
  
  nav ul li {
    margin: 5px 0;
    font-size: 0.8rem;
  }

  .informationgrid {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;    
  }

  .ttl_frame {
    width: 100%;
  }

  .copyright {
    text-align: left;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  .Polka {
  background-image:
    radial-gradient(#F2F2F2 4px, transparent 4px),
    radial-gradient(#F2F2F2 4px, #ffffff 4px);
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px;
  background-repeat: repeat;
  background-attachment: fixed;
}

.tokuten_list li ,
.special_list li  {
  margin-bottom: 20px;
}
.end::before {
  font-size: 4vw;
}

 }

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* 開催終了関連 */
.reserve-end {
  text-decoration: line-through;
}

.disc_btn.--close {
  background: #fff;
  color: #fff;
  border:1px solid #fff;
}

.end.--each::before {
  content: "本会場での\A配布は終了しました";
}

/* 追記　2026.03.10 */
.flex-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.add-online ul li {
  width: 30%;
  margin-left: 2%;
  margin-right: 2%;
  text-align: center;
}

.add-online ul li a {
  text-decoration: none;
  font-weight: bold;
  border-radius: 2rem;
  box-shadow: 0px 7px 7px rgba(0,0,0,0.2),
  0px -5px 6px rgba(0,0,0,0.15);;
  display: block;
  padding: 2rem;
  background: #FFF;
}

.add-online ul li a p {
  font-size: 1.7rem;
  line-height: 1.3;
}

.add-online ul li a p.money {
  font-size: 1.5rem;
}

.add-online ul li a p.money span {
  font-size: 1rem;
}


.accordion-wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  /* background: #FFF; */
  background: #ffe6f4;
  padding: 5rem;
}

/* アコーディオン */
.accordion{
  overflow:hidden;
}

.accordion-title{
  width:100%;
  padding:1rem 2rem;
  /* background:#fff; */
  background: #ffe6f4;
  border:none;
  text-align:left;
  font-size:1.8rem;
  position:relative;
  cursor:pointer;
  /* border-bottom:1px solid #d7c9a2; */
  border-bottom:1px solid #ff2e9c;
  font-weight: bold;
}

.arrow{
  position:absolute;
  right:2rem;
  top:50%;
  transform:translateY(-50%);
  width:0;
  height:0;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  border-top:8px solid #ff2e9c;
  transition:.3s;
}

.accordion.open .arrow{
  transform:translateY(-50%) rotate(180deg);
}

.accordion-content{
  max-height:0;
  overflow:hidden;
  transition:max-height .4s ease;
  /* background:#fff; */
  background: #ffe6f4;
}

.accordion.open .accordion-content{
  /* max-height:150rem; */
  max-height:100%;
}

.shop-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap: 1rem 4rem;
  /* padding:30px; */
  padding:0 2rem;
  padding-bottom: 3rem;
}

.shop {
  padding-bottom: 0;
  padding-top: 1rem;
}

.shop h3{
  font-size:1.8rem;
  margin-bottom:0.5rem;
}

.shop .label{
  color:#EC6800;
  font-weight:bold;
  margin-top:1rem;
}

.shop .label + p {
  margin-top: 0;
}

/* アコーディオン */

.add_gray_box {
  background: #ddd;
  padding: 70px;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .accordion-wrap {
    width: 100%;
    padding: 1rem;
    padding-bottom: 3rem;
  }

  .accordion-title {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .shop-list {
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 1rem 0;
  }

  .add-online ul li {
    width: 45%;
  }

}


@media only screen and (max-width: 600px) {
  .shop-list {
    grid-template-columns: 1fr;
  }

  .shop h3 {
    margin-top: .5rem;
  }

  .shop .label + p {
    font-size: 1.3rem;
  }

  .add-online ul li {
    width: 100%;
  }

  .add-online ul li:first-child {
    margin-bottom: 5rem;
  }

  .accordion-title {
    color: #000;
  }

  .button .button-inner {
    font-size: 1.2rem;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

}


/* 20260327 追加 */

.stamp_img,
/* #online, */
#item {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}

.container #online img,
.container #item img {
  max-width: 100%;
}

.color_red {
  color: #F00;
}

.font-weight_bold {
  font-weight: bold;
}

.stamp_img {
  margin-bottom: 3rem;
}

.card_img {
  margin-top: 1rem;
}

.tokuten_img img,
.card_img img {
  margin: 0 !important;
  max-width: 100% !important;
  /* max-width: auto !important; */
  width: auto !important;
}

.tokuten_img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* 20260327 追加　ここまで */


/* 20260530 追加 */

.item-offer-inner {
  background-size: cover;
  width: 100%;
  aspect-ratio: 1500 / 844;
  background: url(../img/item-bg.png) no-repeat left center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.item-offer-inner ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 13%; /* 数値を調整して白いエリアに合わせる */
}

.item-offer-inner ul li {
  width: 18%;
  margin-left: 4%;
  margin-right: 4%;
  margin-bottom: 2rem;
  text-align: center;
  /* font-size: 3rem; */
  font-size: clamp(1.6rem, 2.6vw, 3rem);
  line-height: 1.3;
}

.item-offer-inner ul li a {
  text-decoration: none;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  /* background-color: #ff2e9c; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  position: relative;
  color: #ff2e9c;
  flex-direction: column;
}


.item-offer-inner ul li.comming-soon a::before {
  content: "";
  /* background: rgba(0, 0, 0, .5); */
  width: 100%;
  height: 100%;
  position: absolute;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}

/* .item-offer-inner ul li.comming-soon a::after {
  content: "comming\A  soon";
  white-space: pre;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  color: #ff2e9c;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.modal-open.disabled {
  pointer-events: none; /* クリック無効 */
  cursor: default;
}

/* 商品一覧　モーダル */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.modal.is-open {
  display: block;
}

.modal-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-content img {
  max-width: 90vw;
  max-height: 90vh;
}

.modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

/* 追記 */
.modal {
  display: block; /* noneをやめる */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  transition: transform 0.3s ease;
}

.modal.is-open .modal-content {
  transform: translate(-50%, -50%) scale(1);
}

.modal-close {
  font-size: 3rem; /* お好みで調整 */
}

/* 商品一覧　モーダル */

/* アコーディオン編集 */
.accordion-title.disabled {
  pointer-events: none;
  cursor: default;
  /* color: #999; */
  /* border-bottom: 1px solid #ccc; */
  background: rgba(0, 0, 0, .4);
}

.accordion-title.disabled .arrow {
  border-top-color: #FFF;
}

.accordion-title.disabled::after {
  content: "Comming Soon";
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #FFF;
  font-weight: normal;
}
/* アコーディオン編集 */


.w80p {
  width: 80%;
    margin: 0px auto;
}

.box {
  background-color: rgb(255, 255, 255);
  padding: 3rem;
  border-width: 3px;
  border-style: solid;
  border-color: rgb(234, 238, 242);
  border-image: initial;
}

.disc_btn {
  display: inline-block;
  margin-top: 1.5em;
  padding: 0.5em 3.5em;
  background: #ff2e9c;
  color: #fff;
  text-decoration: none;
  border-radius: 200px;
  transition: 0.3s;
}

a:hover {
  opacity: .8;
}

.sp-block {
  display: none;
}


/* POP UP レイアウト変更 */
/* liのレイアウト */
#product-popup .item-offer-inner ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

#product-popup .stage-title {
  display: block;
  font-weight: bold;
  text-align: center;
  color: #ff2e9c;
}

#product-popup .tokuten-btns {
  display: flex;
  gap: 4%; /* gapも%にすると綺麗 */
  justify-content: center;
  width: 100%;
}

/* ○ボタン：widthをvwベースにしてレスポンシブに */
#product-popup .tokuten-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;      /* 45% × 2 + gap 6% ≈ 96% */
  aspect-ratio: 1/1;
  border-radius: 50%;
  text-decoration: none;
  /* background: #ff2e9c; */
  /* color: #fff;         */
  color: #ff2e9c;
  font-size: clamp(1.6rem, 2.6vw, 3rem);
}

#product-popup .item-offer-inner ul li.comming-soon a::after {
  /* font-size: 2.4rem; */
  font-size: clamp(1.4rem, 2vw, 2.4rem);
  line-height: 1;
}

.product-popup-inner p {
  margin-top: 0 !important;
}

.product-popup-inner.item-offer-inner ul li.comming-soon a {
  color: #ff2e9c !important;
}

.product-popup-inner.item-offer-inner ul li.comming-soon p:nth-child(2) {
  height: 46px;
  font-size: 2.2rem;
}

/* #product-popup .tokuten-btn:hover {
  background: #ff2e9c;
  color: #fff;
} */

#product-popup .comming-soon .tokuten-btn {
  pointer-events: none;
  color: #FFF;
}

#product-popup .item-offer-inner ul {
  padding-top: 16%;
}

#product-popup .item-offer-inner ul li {
  width: 27%;
  margin-left: 1%;
  margin-right: 1%;
}


/* POP UP レイアウト変更 */


/* 全体的にレイアウト変更　ロゴとcomming soon */

.item-offer-inner ul li.comming-soon p:nth-child(2) {
  margin-top: 0;
  height: 71px;
  position: relative;
  top: 1rem;
}




/* 全体的にレイアウト変更　ロゴとcomming soon */


@media screen and (max-width:600px){
  .item-offer-inner ul li {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .container {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .ttl_frame {
    margin-top: 3rem;
    margin-bottom: 2rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .ttl_text {
    font-size: 2.4rem;
    letter-spacing: 1px;
  }

  .w80p {
    width: 100%;
  }

  #precautions .box {
    padding: 2rem 1rem 1rem;
  }

  #online .box {
    padding-top: 0;
  }

  .disc_btn {
    margin-top: 0;
  }


  #heroimg .mySwiper {
    margin-top: 0;
    width: 100%;
  }

  .sp-block {
    display: block;
  }

  .swiper-pagination {
    display: none;
  }

  #product-popup .item-offer-inner ul {
    /* padding-top: 14%; */
    padding-top: 17%;
  }

  #product-popup .tokuten-btn {
    font-size: 1.2rem;
  }

  #product-popup .item-offer-inner ul li.comming-soon a::after {
    font-size: .8rem;
  }

  #product-popup .item-offer-inner ul li {
    margin-bottom: 1rem;
    line-height: 1;
  }

  .item-offer-inner ul li:nth-child(n+4)  {
    margin-top: -1rem;
  }

  .item-offer-inner ul li {
    width: 22%;
    margin-left: 4%;
    margin-right: 4%;
  }

  .item-offer-inner ul li.comming-soon p:nth-child(2) {
    font-size: 1.1rem;
    white-space: nowrap;
    height: auto;
  }

  .item-offer-inner ul li a {
    justify-content: flex-start;
  }

  .item-offer-inner ul li.comming-soon p:nth-child(2) {
    top: .5rem;
  }

  .item-offer-inner ul li {
    margin-bottom: 0;
  }

  .product-popup-inner.item-offer-inner ul li.comming-soon p:nth-child(2) {
    font-size: .7rem;
    height: auto;
  }

  #product-popup .item-offer-inner ul li {
    gap: 0;
    width: 28%;
  }

  #product-popup .item-offer-inner ul li:nth-child(-n+3) {
    margin-bottom: 2rem;
  }

  #product-popup .item-offer-inner ul li figure {
    margin-top: .5rem;
  }

    #product-popup .tokuten-btn {
      flex-direction: column;
    }
  
    #product-popup .tokuten-btn p:first-child {
      height: 1.5em;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0;
    }

    #product-popup .tokuten-btn {
      flex-direction: column;
      justify-content: flex-start;  /* 上揃えに変更 */
      padding-top: 8%;
    }
  
    #product-popup .tokuten-btn p {
      margin: 0;
      line-height: 1.2;
    }
  
    #product-popup .tokuten-btn figure {
      margin: 0;
      width: 80%;
    }
  
    #product-popup .tokuten-btn figure img {
      width: 100%;
    }

}

/* 20260530 追加　ここまで */

/* 20260626 追加 */

.shop p:first-child {
    font-size: 2.3rem;
    font-weight: bold;
}


/* 20260626 追加　ここまで */