@charset "utf-8";

.eventWrap {
  width: 100%;
  margin: 20px auto;
  height: auto;
  max-width: 1050px;
  padding: 10px;
  border: 2px solid #000000;
}
.eventtitle {
  width: 100%;
  text-align: left;
  padding: 30px 25px;
  border: 3px solid #000000;
  letter-spacing: 4px;
  font-weight: bold;
  margin-bottom: 35px;
}
.eventtitle h3{
  font-size: 22px;
  color: #000;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.cuponwrap {
  width: 100%;
  margin: 0 auto;
}
.cuponComon {
  width: 100%;
  height: auto;
  border: 2px solid #000;
  margin-bottom: 35px;
}
.cuponComon h3{
  font-size:18px;
  padding-left: 30px;
  padding: 15px 10px;
  letter-spacing: 2px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  border-bottom: 1px solid #000;
  color: #F5F5F5;
  background-color: rgba(0,0,0,0.89);
}
.cuponContents {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
  padding: 20px 15px;
}
.cuponContents a{
  width: 48%;
  display: block;
  transition: .3s;
}
.cuponContents a:hover{
  opacity: 0.6;
  transform: scale(1.013);
}
.cuponContents img{
  width: 380px;
}
.subject {
  letter-spacing: 2px;
  text-align: left !important;
}
.subject dt{
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 3px;
}


/* 全体 */
.mainWrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

/* クーポン */
.cuponWrap {
  width: 100%;
  margin: 0 auto;
}
.cupon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.cupon a{
  display: block;
}
.cupon a img{
  width: 380px;
  height: auto;
  object-fit: cover;
}
.cuponText {
  padding-left: 30px;
  letter-spacing: 2px;
  font-weight: 600;
}
.cuponText p{
  line-height: 1.5;
}
p.cuponCopy {
    font-size: 17px;
    margin-top: 15px;
    padding: 13px 20px;
    border: 1px solid #9f9f9f;
    border-radius: 5px;
}

.cupon_member {
  padding: 30px 0;
}
.cupon_member .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.cupon_member .inner .cupon_member-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cupon_member .inner .cupon_member-box .cupon_member-tit {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
}
.cupon_member .inner .cupon_member-box .cupon_member-link {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 7px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 5px;
  position: relative;
  text-align: center;
  color: #fff;
  background: #333;
  letter-spacing: 0.08rem;
  transition: 0.3s;
}
.cupon_member .inner .cupon_member-box .cupon_member-link::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 19px;
  top: 40%;
  transform: rotate(45deg);
}
@media (min-width: 700px) {
.cupon_member .inner .cupon_member-box .cupon_member-link:hover {
  opacity: 0.9;
}
}
.cupon_member-link_login {
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #333;
  position: relative;
}
.cupon_member-link_login::before {
    content: '';
    width: 7px;
    height: 7px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    position: absolute;
    right: -10px;
    top: 30%;
    transform: rotate(45deg);
}

.shinwa-title {
  text-align: center;
}

/* 重要なお知らせ */
.cuponNews {
  max-width: 600px;
  width: 100%;
  margin: 50px auto 15px;
  text-align: center;
    border-bottom: 1px solid #A98743;
    padding-bottom: 15px;
}
.cuponNews h3{
  font-size: 18px;
  display: inline-block;
  text-align: center !important;
  letter-spacing: 1px;
  color: #A98743;
}

.link {
  text-align: center !important;
  font-size: 14px;
  padding-top: 20px;
}

/* smartPhone */
@media screen and (max-width: 767px) {
  .eventWrap {
    width: 94%;
    margin: 15px auto;
    height: auto;
    padding: 8px;
    border: 2px solid #000000;
  }
  .eventtitle {
    width: 100%;
    text-align: left;
    padding: 30px 15px;
    border: 3px solid #000000;
    letter-spacing: 2px;
    font-weight: bold;
  }
  .eventtitle h3{
    font-size: 19px !important;
    color: #000 !important;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }
  .cuponNews {
        margin: 20px auto 15px;
  }
  .cupon a img{
    display: block;
    margin: 0 auto;
    width: 280px !important;
    height: auto;
    object-fit: cover;
  }
  .cuponComon {
    width: 100%;
    border: 2px solid #000;
    margin-bottom: 25px;
  }
  .cuponComon h3{
    font-size: 16px !important;
    padding-left: 10px;
    padding: 15px 10px;
    color: #F5F5F5;
    background-color: rgba(0,0,0,0.89);
    font-size: 20px;
    text-align: left;
  }
  .cuponContents {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
    padding:13px 5px;
  }
  .cuponContents a{
    width: 99%;
  }
  .cuponContents img{
    width: 97%;
  }
  .subject {
    letter-spacing: 1px;
    font-size: 15px;
    padding-top: 10px;
    text-align: left !important;
  }
  .subject dt{
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 3px;
  }
  .cuponText {
    padding-left: 0;
  }
  .cuponText p{
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
  }
  .cuponText p.cuponCopy {
    font-size: 17px;
  }
  .item-info-wrap .item-info {
    padding: 0 20px;
  }
  .item-heading .item-name {
    font-size: var(--font-size-mts);
  }
}
.subject.subject_cont {
    width: 100%;
    margin:15px auto 35px;
}
.subject_cont dl{
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.subject_cont dd{
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 17px;
    margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .subject_cont dd span{ 
    font-size: 13px;
  }
}

.cupon_link {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cupon_link a {
  max-width: 350px;
  width: 100%;
  margin: 0 auto 7px;
  padding: 15px 10px;
  text-align: center;
  position: relative;
font-size: 15px;
border-radius: 99px;
}
.cupon_link a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 17px;
  top: 40%;
  transform: rotate(45deg);
}
.cupon_link .member {
  background: #3e3e3e;
  color: #ffe2a9;
}
.cupon_link .member::after {
  border-top: solid 1px #ffe2a9;
  border-right: solid 1px #ffe2a9;

}
.cupon_link .shop {
  background: #9e9e9e;
  display: block;
  color: #fff;
}

/* 10%offクーポン */
:root {
    --primary-color: #101c29;
    --accent-color: #b8924b;
    --accent-light: #e0cfb0;
    --bg-light: #fbfaf8;
    --text-main: #333;
    --white: #ffffff;
    --font-sans: 'Noto Sans JP', sans-serif;
    --font-serif: 'Noto Serif JP', serif;
    --round-lg: 24px; /* 大きめの角丸 */
    --round-md: 12px;
}
body.coupon10 {
    font-family: var(--font-sans);
    line-height: 1.8;
    color: var(--text-main);
    background-color: var(--white);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
.member-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}
/* 明朝体の大見出し */
.main-title {
    font-family: var(--font-serif);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4;
}

/* ヒーローセクション */
.hero {
    background-color: var(--primary-color);
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(184, 146, 75, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(26, 42, 58, 0.8) 0%, transparent 50%);
    color: var(--white);
    padding: 100px 0 140px;
    text-align: center;
    position: relative;
}

.sub-title {
    display: block;
    font-weight: 700;
    letter-spacing: 0.25em;
    color: var(--accent-light);
    font-size: 0.9rem;
}

.main-title {
    font-size: clamp(2rem, 8vw, 3.5rem);
    margin-bottom: 30px;
    position: relative;
}

.main-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: var(--accent-color);
    margin: 20px auto 0;
}

.hero-desc {
    font-size: 1.1rem;
    opacity: 0.9;
}

.hero-desc span {
    color: var(--accent-light);
    font-weight: bold;
    font-size: 1.3em;
}

/* クーポンチケット（曲線的なデザイン） */
.coupon-display {
    margin-top: -70px;
    margin-bottom: 30px;
}

.coupon-ticket {
    background: var(--white);
    padding: 15px;
    border-radius: var(--round-md);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    position: relative;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* チケットの切り欠き装飾 */
.coupon-ticket::before,
.coupon-ticket::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    background: var(--white);
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.coupon-ticket::before { left: -15px; }
.coupon-ticket::after { right: -15px; }

.ticket-inner {
    border: 1px solid var(--accent-light);
    padding: 50px 20px;
    text-align: center;
    border-radius: 6px;
    position: relative;
}

.ticket-label {
    font-weight: bold;
    color: var(--accent-color);
    letter-spacing: 0.2em;
    margin-bottom: 15px;
    font-size: 0.85rem;
}

.code-box {
    background: var(--bg-light);
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary-color);
    padding: 15px 40px;
    display: inline-block;
    letter-spacing: 0.15em;
    margin-bottom: 25px;
    border-radius: 50px; /* カプセル型 */
    border: 1px solid #eee;
}

.ticket-meta {
    border-top: 1px dashed var(--accent-light);
    padding-top: 20px;
    display: inline-block;
}

.note {
    font-size: 0.85rem;
    color: #666;
}

/* プレゼントキャンペーン（新規追加） */
.campaign-section {
    padding: 100px 0;
    background: #f9f9f9;
    margin: 50px 0 90px;
}

.present-card {
    display: flex;
    gap: 25px;
    border-bottom: 1px solid #edebe6;
    padding: 40px 0;
}
.present-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.present-image {
    flex: 1;
    max-width: 400px;
    position: relative;
}

.present-image img {
    width: 100%;
    height: auto;
    /* border-radius: var(--round-md);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08); */
}
/* .present-img {
    position: absolute;
    bottom: 130px;
    left: -10px;
    width: 95px !important;
    height: auto !important;
    z-index: 1;
    transform: rotate(-5deg);
} */

.present-content {
    flex: 1.2;
    text-align: left;
}


.present-tag {
    line-height: 1;
    margin-bottom: 13px;
}
.present-tag span {
color: var(--accent-color);
}
.present-title {
    font-size: 1.7rem;
    color: var(--primary-color);
    margin-bottom: 25px;
    line-height: 1.3;
}

.present-text {
    font-size: 1.05rem;
    color: #444;
}

.present-text strong {
    color: var(--primary-color);
}

.present-subnote {
    font-size: 0.85rem;
    color: #888;
}

/* 利用方法（丸みのあるカード） */
.section-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
    line-height: 1.4;
    color: var(--primary-color);
}

.step-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 100px;
    position: relative;
}
.step-grid::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
background: #757575;
    width: 90%;
    margin: 0 auto;
    height: 35px;
    z-index: -1;
}

.step-item {
    flex: 1;
    background: var(--bg-light);
    padding: 40px 30px;
    border-radius: var(--round-lg); /* 角を大きく丸く */
    transition: transform 0.3s ease;
    text-align: center;
}
.step-item a {
  border-bottom: 1px solid var(--text-main);
}


.step-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.step-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: var(--white);
    border: 1px solid var(--accent-light);
    border-radius: 50%; /* 円形 */
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--accent-color);
    margin-bottom: 15px;
    font-family: var(--font-serif);
}

.step-item h3 {
    font-size: 1.15rem;
    color: var(--primary-color);
    margin-bottom: 10px;
}

/* CTAエリア（丸みのある背景） */
.cta {
    margin-bottom: 100px;
    background-color: var(--primary-color);
}
.cta2 {
    background: transparent;
    margin-bottom: 15px;
}
.cta-box {
    padding: 90px 40px;
    text-align: center;
}

.cta-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: var(--white);
}
.cta2 .cta-box {
    padding: 30px 20px;
}
.cta2 .cta-title {
    color: var(--text-main);
}

.btn-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.coupon10-btn {
    display: inline-block;
    padding: 18px 45px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 1rem;
    border-radius: 50px; /* 完全な丸み */
}

.btn-primary {
    background: var(--accent-color);
    color: var(--white);
}

.btn-secondary {
    background: #bbbbbb;
    color: var(--white);
}

.cta-box p {
    font-size: 0.9rem;
    color: var(--white);
}
.cta2 .cta-box p {
    color: var(--text-main);
}

/* 注意事項 */
.notes-inner {
    border-top: 1px solid #eee;
    padding: 50px 20px;
    max-width: 800px;
    margin: 0 auto;
}

.notes h3 {
    font-size: 1.1rem;
    margin-bottom: 25px;
    text-align: center;
    color: var(--primary-color);
}

.notes ul {
    list-style: none;
    font-size: 0.9rem;
    color: #666;
}

.notes li {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 12px;
}

.notes li::before {
    content: '※';
    position: absolute;
    left: 0;
    color: var(--accent-color);
}


.presents-campaign {
    display: flex;
    flex-direction: column;
}

.notes dl { font-size: 0.85rem; color: #666; }
.notes dt { font-weight: bold; color: var(--primary-color); margin-top: 15px; }
.notes dd { padding-left: 1em; margin-bottom: 5px; position: relative; }
.notes dd::before { content: "・"; position: absolute; left: 0; }

@media (max-width: 850px) {
    .present-card {
        flex-direction: column;
        padding: 40px 0;
        gap: 40px;
        text-align: center;
    }
    .present-image { max-width: 100%; }
    .present-title { font-size: 1.8rem; }
    .step-grid { flex-direction: column; align-items: center; }
    .step-item { width: 100%; max-width: 400px; }
}

@media (max-width: 768px) {
    .hero { padding: 80px 0 100px; }
    .main-title { font-size: 2.2rem; line-height: 1.2; }
    .coupon-display { margin-top: -50px; }
    .ticket-inner { padding: 40px 15px; }
    .code-box { font-size: 1.3rem; padding: 12px 30px; }
    .btn { width: 100%; text-align: center; }
    .hero-desc {
      font-size: 0.9rem;
    }
    .campaign-section {
      padding: 50px 0;
    }
    /* .present-img {
      left: 0;
      bottom: -10px;
      width: 80px !important;
    } */
    .section-title {
      font-size: 1.3rem;
    }
    .present-title {
        font-size: 1.1rem;
        line-height: 1.2;
        margin-top: 15px;
    }
    .present-text {
      font-size: 0.9rem;
    }
    .step-grid::before {
      width: 35px;
      height: 80%;
    }
    .cta-box {
      padding: 80px 20px;
    }
    .cta-title {
      font-size: 1.7rem;
      margin-bottom: 10px;
    }
    .coupon10-btn {
      width: 100%;
    }
    .step-item {
      padding: 30px;
    }
    .step-grid {
      margin-bottom: 35px;
    }
    .notes-inner {
      padding: 60px 0;
    }
}
/* --- SNSセクション：シンプル・ブラッシュアップ版 --- */
.sns-section {
    padding: 0 0 80px;
}

.sns-grid {
    display: flex;
    gap: 20px;
    margin: 0 auto;
}

.sns-card {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    background: var(--white);
    padding: 30px; /* 余白を増やして高級感を出す */
    border-radius: var(--round-md);
    text-decoration: none;
    color: inherit;
    border: 1px solid #eee;
    /* アニメーションなしの静的な影 */
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}

.sns-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}


.sns-content h3 {
    font-size: 1.15rem;
    font-family: var(--font-sans); /* フォントを戻す */
    margin-bottom: 6px;
    color: var(--primary-color);
    font-weight: 700;
}

.sns-content p {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 8px;
}

.sns-id {
    font-size: 0.85rem;
    font-weight: bold;
    color: var(--accent-color);
    display: block;
    text-decoration: underline; /* リンクであることを明示 */
    text-underline-offset: 4px;
    text-decoration-color: var(--accent-light);
}

@media (max-width: 768px) {
    .sns-grid { 
        flex-direction: column; 
        padding: 0 20px;
    }
    .sns-card {
        padding: 25px;
    }
    .sns-section .section-title { 
        font-size: 1.6rem; 
    }
}


/* 会員制度 */
/* --- 会員特典（Benefit）セクションの調整 --- */
.benefit-section {
    padding: 100px 0;
    background: var(--white);
}

.benefit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 60px;
}

/* クーポンを特典カードとして見せるスタイル */
.benefit-item.coupon-feature {
    grid-column: 1 / -1; /* 横いっぱいに広げる */
    background: var(--bg-light);
    border: 1px solid var(--accent-light);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    text-align: left;
}

.benefit-item {
    background: var(--bg-light);
    padding: 40px;
    border-radius: var(--round-md);
    text-align: left;
}

.benefit-item h3 {
    font-size: 1.4rem;
    color: var(--primary-color);
    margin-bottom: 15px;
    font-family: var(--font-serif);
}

.benefit-item p {
    font-size: 0.95rem;
    color: var(--text-gray);
}

/* クーポンコードのインライン表示 */
.inline-code-box {
    background: var(--white);
    border: 1px dashed var(--accent-color);
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.5rem;
    color: var(--primary-color);
    letter-spacing: 0.1em;
}

@media (max-width: 768px) {
    .benefit-grid { grid-template-columns: 1fr; }
    .benefit-item.coupon-feature { flex-direction: column; text-align: center; gap: 20px; }
}