@charset "UTF-8";

/* --- 基本カラー設定 --- */
.ps_color {
  fill: #e6007e;
}

.pink {
  color: #e6007e;
  font-size: 2.0rem;
  font-weight: bold;
}

.shop_sns {
  color: #0284c7;
  font-weight: bold;
}

.lead-tokuten {
  text-align: center;
}

.type__text-blue {
  display: inline-block;
  padding: 0.2rem 0.8rem;
  margin: 0 0.8rem 0.8rem 0;
  font-size: 1.1rem;
  border: solid 2px #38bdf8;
  color: #0284c7;
  background-color: #f0f9ff;
  border-radius: 20px;
  font-weight: bold;
}

.news_time {
  margin-top: 3rem;
}

/* --- 全体背景：ピンク〜水色の可愛いグラデーション --- */
.bg-color {
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #ffeaec 0%, #ffffff 50%, #ffe9ec 100%);
}

/* --- タイトルデザイン --- */
.ttl-g_news_title {
  margin-top: 120px;
}

.ttl-g {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  color: #e6007e;
  text-shadow: 2px 2px 0px #ffffff;
} 

.ttl-icon {
  width: 1em;
  height: 1em;
}

/* --- 背景パターン（グリッド・ドット調） --- */
.kabegami {
  position: relative;
  z-index: 1;
}

.kabegami::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: -1;
  background-image: repeating-linear-gradient(45deg, #ffa7d70d 0, #ffa7d70d 15px, #ff000000 0, transparent 30px);
  opacity: 0.8;
}

.kabegami01 {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
    background-image: radial-gradient(rgb(255 199 199 / 15%) 20%, #ffffff00 20%);
    background-size: 20px 20px;
}

/* --- ヘッダー設定 --- */
#header {
  background: rgba(255, 255, 255);
    border-bottom: solid 1px #dcdcdc;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.header-item {
  color:#e6007e;
  font-weight: bold;
}

.header-top__menu__list li a:hover {
  color: #FFAEDA;
}

/* --- 見出しグラデーション（チアガール風の明るい配色） --- */
.ttl-a,
.ttl-b:before,
.ttl-d__text:before,
.ttl-e {
    background: linear-gradient(90deg, #2c2278 0%, #0a005a 50%, #2c2278 100%);
    animation: Grad 9s infinite alternate;
}

@keyframes Grad {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(30deg); /* 雰囲気を崩さないよう回転角を調整 */
  }
}

.ttl-a {
  color: #ffffff;
  padding: 1.2rem 2rem;
  box-shadow: 0 4px 15px rgba(230, 0, 126, 0.3);
  text-align: center;
  font-weight: bold;
}

.ttl-b {
  position: relative;
  margin-bottom: 4rem;
  padding-bottom: 0.5em;
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: bold;
  border-bottom: dashed 3px #e6007e;
  text-align: center;
  color: #333333;
}

.ttl-c {
  border: solid 2px #ff85c0;
  background-image: repeating-linear-gradient(135deg, #fff0f6, #fff0f6 8px, #ffffff 8px, #ffffff 12px);
  border-radius: 10px;
}

/* --- 概要・店舗セクション --- */
.summary .place_container {
  margin-bottom: 5rem;
}

.summary .news_container .line-container {
  border: 4px #38bdf8 solid;
  border-radius: 20px;
}

.summary .place .place_name {
  background: linear-gradient(135deg, #e6007e 0%, #ff529a 100%);
  color: #fff;
  border-radius: 8px;
  padding: 0.6rem 1rem;
  font-weight: bold;
  box-shadow: 0 3px 6px rgba(230, 0, 126, 0.2);
}

.modal-content {
  border: solid rgba(230, 0, 126, 1.0) 5px;
  border-image: linear-gradient(to right, #ff85c0, #ffffff, #7dd3fc) 5;
}

.lead-navy {
  color: #1e293b;
}

.lead-bcm {
  margin-bottom: 0rem;
}

.lead-line {
  text-align: center;
  margin-top: 4rem;
  color: #e6007e;
  font-size: 1.8rem;
}

/* --- テーブル・コンテナ類 --- */
.tbl {
  margin-top: 4rem;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
}

.tbl th {
  color: #be185d;
}

.red-bg {
  color: #dc2626;
  font-size: calc(1.4rem + (1vw - 0.32rem) * 0.3584);
  font-weight: bold;
}

.line-container {
  background-size: 10%;
  background-repeat: repeat-x;
  color: #333333;
  align-items: center;
  gap: 20px;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.95);
  border: 4px #38bdf8 solid;
  border-radius: 25px;
  box-shadow: 0 6px 15px rgba(56, 189, 248, 0.15);
  padding: 1.5rem;
}

.line-container_tktn {
  margin-top: 5rem;
}

.ttl-d__text {
  z-index: 5;
  color: #0284c7;
  font-weight: bold;
}

.info {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 3rem 1.5rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.l-column.goods-list .goods-list__inner {
  background: #FFF;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.image_boder {
  border: 4px #fde047 solid;
  border-bottom: 0px;
  border-radius: 12px 12px 0 0;
}

.caution-container {
  background: #FFF;
  border-radius: 12px;
  border: 2px solid #f472b6;
  padding: 1.5rem;
}

.l-column.goods-list .col-1 .image {
  padding-right: 2rem;
  border-right: dotted 3px #ff525d;
}

.space {
  color: #cbd5e1;
  margin: 2rem 0;
}

.main section:nth-last-of-type(4) .inner {
  margin: 0 auto 0rem;
}

/* --- ボタンデザイン --- */
.button .btn.btn-a {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  background: linear-gradient(135deg, #e6007e 0%, #ff2e93 100%);
  border-radius: 50px;
  border: none;
  box-shadow: 0 4px 12px rgba(230, 0, 126, 0.3);
  transition: all 0.3s ease;
}

.button .btn.btn-a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(230, 0, 126, 0.4);
  opacity: 0.95;
}

.button.button-online .btn.btn-a {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  background: linear-gradient(135deg, #0284c7 0%, #38bdf8 100%);
  border-radius: 50px;
  border: none;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.3);
}

.button-online .btn.btn-a:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #0369a1 0%, #0284c7 100%);
  transform: translateY(-2px);
  opacity: 1;
}

/* --- お問い合わせ・その他注意事項 --- */
.contact {
  background: #ffffff;
  border-radius: 20px;
  padding: 3rem 1.5rem;
}

.item-tokuten {
  margin-top: 5rem;
}

.summary.summary__page {
  margin-top: 0px;
}

.purchaselimit {
  vertical-align: middle !important;
}

.tbl_purchaselimit {
  margin-top: 0rem;
}

.caution-container__text {
  font-size: 1.6rem;
  color: #1e293b;
}

.precautions {
  border: 4px #22c55e solid;
  border-radius: 15px;
}

.button-sns {
  margin: 4% auto;
}

.summary .newsList a {
    background: #ffffff36;
    border-top: solid 1px #ff93e4;
}

.summary .newsList {
    border-bottom: solid 1px #ff93e4;
}

/* --- スマホ表示用メディアクエリ --- */
@media only screen and (max-width: 599px) {
  .kabegami::before {
    background-size: 10%;
  }

  .kabegami01 {
    background-image: radial-gradient(rgb(255 199 199 / 15%) 20%, #ffffff00 20%);
    background-size: 15px 15px;
  }

  .summary .place_container {
    margin-bottom: 0rem;
  }
.summary .newsList a {
        padding: 1.2rem;
    }

  .header-top__hamburger .bar {
    background: #e6007e;
  }

  .lead-line {
    margin-top: 5rem;
  }

  .line-container {
    background-size: 19%;
  }
}

.ttl-c {
    color: #490028;
}