@charset "UTF-8";




img {
    width: auto;
}

.body {
    font-family: "DNP秀英にじみ初号明朝 Std Hv","Noto Serif JP", "Yu Mincho","Hiragino Mincho ProN","MS PMincho",serif;
    font-size: 14px;
    color: #333;
    line-height: 2.4;
    text-align: left;
}

.body p {
    line-height: 2.4;
    font-weight: normal;
}

.body ul {
    font-weight: normal;
}

.body img {
    width: 100%;
}

@media screen and (max-width: 600px) {
    body {
        margin: 0;
    }

    .body {
        font-size: 11px;
        line-height: 2.1;
    }

    .body p {
        line-height: 2.1;
    }
}

.dummy-wrapper {
    width: 1024px;
    margin: 0 auto;
}

.body .container {
    width: 90%;
    margin: 0 auto 5%;
}

@media screen and (max-width: 600px) {
    .dummy-wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .body .container {
        width: 90%;
    }
}

.body .h1,
.body .h2,
.body .h3,
.body .h4,
.body .h5 {
    line-height: 1.7;
    font-family: "DNP秀英にじみ初号明朝 Std Hv","Noto Serif JP", "Yu Mincho","Hiragino Mincho ProN","MS PMincho",serif;
    font-weight: normal;
}

.body .h1 {
    margin-bottom: 6rem;
}

.body .h2 {
    text-align: center;
    margin-bottom: 1.5em;
    font-size: 25px;
    width: 100%;
	font-weight: bold;
}

.body .h2 img {
    width: 50%;
}
.body .h3 {
        margin-bottom: 0;
        font-size: 24px;
        font-weight: bold;
    }

@media screen and (max-width: 600px) {
    .body .h1 {
        margin-bottom: 5rem;
    }

    .body .h2 {
        text-align: center;
        margin-bottom: 1.5em;
        font-size: 16px;
        font-weight: bold;
    }

    .body .h2 img {
        width: 80%;
    }
    .body .h3 {
        margin-bottom: 0;
        font-size: 18px;
        font-weight: bold;
    }
}

.body .about .about_txt {
    width: 80%;
    margin: 0 auto;
	font-size: 22px;
	text-align: center;
	font-weight: 700;
}

@media screen and (max-width: 600px) {
    .body .about {
        margin: 0 auto 3em;
    }

    .body .about .about_txt {
        width: 85%;
        margin: 2em auto;
		font-size: 18px;
		text-align: center;
    }

    .body .about_02 .about_img {
        width: 80%;
        margin-right: auto;
    }

    .body .about_02 .about_tl {
        position: relative;
        left: 0;
        width: 70%;
        padding: 2em;
        margin-right: 0;
        margin-left: auto;
        top: -50px;
        margin-bottom: -50px;
    }

    .body .about_02 .about_tl .h2 {
        text-align: left;
        margin-bottom: .75em;
        color: #fff;
    }

    .body .about_02 .about_tl .h2 br {
        display: none;
    }
}

.body .btn {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #333;
    color: #fff;
    padding: 0 1em;
    line-height: 2;
    margin-left: 1em;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}

.body .btn:link {
    text-decoration: none;
}

.body .btn span:after {
    content: "▼";
    display: inline-block;
    color: inherit;
    margin-left: 1em;
    line-height: 1;
    font-size: 8px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


@media screen and (max-width: 600px) {
    .body .btn span:after {
        vertical-align: middle;
    }
}

.body .epl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.body .epl.epl_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.body .epl .epl_img.epl_img_wide {
    margin-bottom: 2.5em;
}

.body .epl .epl_col {
    width: 47%;
}

.body .epl .epl_col.epl_col_left {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.body .epl .epl_col.epl_col_right {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.body .epl .epl_tl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1.5em;
}

.body .epl .epl_no {
    width: 70px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 1em;
}

.body .epl .epl_tl_txt {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.body .epl .epl_detail_txt {
    border-bottom: 1px solid #333;
    padding-bottom: 2.25em;
    margin-bottom: 2.25em;
}

.body .epl ul.epl_item_list li {
    line-height: 3;
}

@media screen and (max-width: 600px) {
    .body .epl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .body .epl.epl_reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .body .epl.epl_normal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .body .epl .epl_col {
        width: 100%;
    }

    .body .epl .epl_col.epl_col_left {
        margin-bottom: 2.5em;
    }

    .body .epl .epl_col.epl_col_right {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin-bottom: 2.5em;
    }
}

.body .epl.epl_01 .epl_col.epl_col_left {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.body .epl.epl_01 .epl_col.epl_col_right {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.body .epl.epl_01 .epl_col.epl_col_right img {
    margin-bottom: 1em;
}

.body .epl.epl_01 .epl_01_img {
    margin-bottom: 2.25em;
}

.body .epl.epl_01 ul.epl_item_list {
    margin-bottom: 2.25em;
}

@media screen and (max-width: 600px) {
    .body .epl.epl_01 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .body .epl.epl_01.epl_reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .body .epl.epl_01 .epl_col.epl_col_right {
        margin-bottom: 1em;
    }

    .body .epl.epl_01 .epl_col.epl_col_left {
        margin-bottom: 1em;
    }
}

.body .epl.epl_02 .epl_col.epl_col_left {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.body .epl.epl_02 .epl_col.epl_col_right {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.body .epl.epl_02 .epl_col.epl_col_right img {
    margin-bottom: 1em;
}

.body .epl.epl_02 .epl_col.epl_col_right .epl_no img {
    margin-bottom: 0;
}

.body .epl.epl_02 .epl_detail_txt {
    padding-bottom: 0;
    border-bottom: none;
}

.body .epl.epl_02 ul.epl_item_list {
    margin-top: 2.5em;
}

@media screen and (max-width: 600px) {
    .body .epl.epl_02 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .body .epl.epl_02 .epl_col.epl_col_right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .body .epl.epl_02 .epl_col.epl_col_right .epl_tl {
        margin-top: 1.25em;
    }
}

.body .epl.epl_03 .epl_col.epl_col_left {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.body .epl.epl_03 .epl_col.epl_col_right {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.body .epl.epl_03 ul.epl_item_list {
    margin-top: 1em;
}

@media screen and (max-width: 600px) {
    .body .epl.epl_03 .epl_col img {
        margin-bottom: 1em;
    }

    .body .epl.epl_03 ul.epl_item_list {
        margin-top: .5em;
    }
}

.body .nav ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.body .nav ul li {
    width: 32%;
}

.body .nav ul li a {
    display: block;
    text-decoration: none;
}

.body .nav ul li .nav_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #313358;
}

.body .nav ul li .nav_item_img {
    width: 45%;
}

.body .nav ul li .nav_item_tl {
    width: 55%;
    background-color: #fff;
    color: #313358;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.body .nav ul li .nav_item_tl_mtl,
.body .nav ul li .nav_item_tl_stl {
    width: 100%;
    text-align: center;
    line-height: 1.7;
}

.body .nav ul li .nav_item_tl_mtl {
    margin-bottom: 1.25em;
    font-size: 1.25em;
}

.body .nav ul li.active .nav_item {
    border: 1px solid #313358;
}

.body .nav ul li.active .nav_item_tl {
    background-color: #313358;
    color: #fff;
}

.body .nav ul li.active .nav_item_tl_mtl {
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    .body .nav ul li a {
        text-decoration: none;
    }

    .body .nav ul li .nav_item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .body .nav ul li .nav_item_img {
        width: 100%;
    }

    .body .nav ul li .nav_item_tl {
        width: 100%;
    }

    .body .nav ul li .nav_item_tl_mtl {
        display: none;
    }

    .body .nav ul li .nav_item_tl_stl {
        margin: 1em 0;
        font-size: 11px;
    }
}

.body .nav.nav_02 ul li {
    width: 19%;
}

.body .nav.nav_02 ul li .nav_item {
    border: 1px solid #313358;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5%;
}

.body .nav.nav_02 ul li .nav_item .nav_item_img,
.body .nav.nav_02 ul li .nav_item .nav_item_tl {
    width: 100%;
}

.body .nav.nav_02 ul li .nav_item .nav_item_img {
    margin-bottom: .5em;
}

.body .nav.nav_02 ul li .nav_item_tl_mtl,
.body .nav.nav_02 ul li .nav_item_tl_stl {
    width: 100%;
    text-align: center;
    line-height: 1.7;
}

.body .nav.nav_02 ul li .nav_item_tl_mtl {
    margin-bottom: 0;
    font-size: 1.75em;
}

.body .nav.nav_02 ul li .nav_item_tl_stl {
    margin-bottom: .25em;
}

.body .nav.nav_02 ul li .nav_item_link {
    border: 1px solid #313358;
    background-color: #313358;
    color: #fff;
    text-align: center;
    padding: .75em 0;
}

.body .nav.nav_02 ul li .nav_item_link span:after {
    content: "▼";
    display: inline-block;
    color: inherit;
    margin-left: 1em;
    line-height: 1;
    font-size: 8px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.body .nav.nav_02 ul li.active .nav_item {
    border: 1px solid #313358;
    background-color: #313358;
}

.body .nav.nav_02 ul li.active .nav_item_tl {
    color: #fff;
}

.body .nav.nav_02 ul li.active .nav_item_tl_mtl {
    font-weight: bold;
}

.body .nav.nav_02 ul li.active .nav_item_link {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #313358;
    border-left: 1px solid #313358;
    border-right: 1px solid #313358;
}

.body .nav.nav_02.nav_02_noimg ul li .nav_item {
    padding: 1.25em 5%;
}

@media screen and (max-width: 600px) {
    .body .nav.nav_02 ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .body .nav.nav_02 ul li {
        width: 30%;
        margin-bottom: 1em;
        margin-left: 10px;
    }

    .body .nav.nav_02 ul li .nav_item {
        border: 1px solid #313358;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 5%;
    }

    .body .nav.nav_02 ul li .nav_item .nav_item_img,
    .body .nav.nav_02 ul li .nav_item .nav_item_tl {
        width: 100%;
    }

    .body .nav.nav_02 ul li .nav_item_img {
        margin-bottom: .5em;
    }

    .body .nav.nav_02 ul li .nav_item_tl_stl {
        margin: 0;
    }

    .body .nav.nav_02 ul li .nav_item_link span {
        font-size: 10px;
    }

    .body .nav.nav_02.nav_02_noimg ul li {
        width: 100%;
    }
}

.body .pc_only {
    display: block;
}

.body .sp_only {
    display: none;
}

.body .mb_0 {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .body .pc_only {
        display: none!important;
    }

    .body .sp_only {
        display: block!important;
    }
}


/* 追加css */

/* ====== グローバル調整：はみ出し防止・中央寄せのベース ====== */
html, body, .body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* ====== メインビジュアル（PC/SP対応） ====== */
@media screen and (min-width: 769px) {
  body .body header .pc_only {
    display: block !important;
    max-width: 80% !important;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 768px) {
  body .body header .sp_only {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  body .body header .h1 {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }

  body .body header {
    margin: 0 !important;
    padding: 0 !important;
  }
}

.category-block {
  margin-bottom: 1.5em; /* 各ブロックの間隔 */
}

.section-divider {
  border: none;
  border-top: 2px solid #ccc;
  margin: 4em auto;
  width: 70%;
}

/* ====== 商品一覧レイアウト ====== */
body .body .item-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 auto 1em !important;
  max-width: 1024px !important;
  gap: 1rem !important;
  overflow-x: hidden !important;
  box-sizing: border-box !important;
}

body .body .item-grid li {
  width: calc(25% - 1rem) !important;
  margin-bottom: 1em !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

body .body .item-grid li img {
  display: inline-block !important;
  max-width: 100% !important;
  height: auto !important;
  vertical-align: middle !important;
}

/* 商品テキスト */
body .body .item-grid .brand {
  font-weight: bold !important;
  font-size: 14px !important;
  margin-top: 0.5em !important;
}

body .body .item-grid .category,
body .body .item-grid .price {
  font-size: 13px !important;
  margin: 0.2em 0 !important;
}


/* ====== 商品の「もっと見る」表示切替 ====== */
.body .hidden-item {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  transition: opacity 0.6s ease, max-height 0.6s ease;
  pointer-events: none;
}

.body .hidden-item.show {
  opacity: 1;
  max-height: 2000px; /* 適度に大きな値を設定 */
  margin-bottom: 2em;
  pointer-events: auto;
}

/* ====== ボタン周り（中央寄せ） ====== */
body .body .more-button-wrapper {
  text-align: center;
}

body .body .more-button {
  background-color: transparent ;
  border: 1px solid #333;
  font-size: 15px ;
  cursor: pointer;
  color: #000 ;
  margin-bottom: 1em ;
  display: inline-block;
  margin: 0 auto;
}

body .body .link-button {
  display: inline-block;
  background: #313358;
  color: #fff;
  font-weight: bold;
  padding: 1em 3em;
  text-decoration: none;
  font-size: 14px;
  border: none;
  transition: background 0.3s ease;
  margin: 0 auto;
  width: 40%;
}

body .body .link-button:hover {
  background: #3f4972 !important;
}

/* ====== スマホ表示調整 ====== */
@media screen and (max-width: 768px) {
  /* 商品2列表示 */
  body .body .item-grid li {
    width: 43% !important;
	margin-left: 10px;
	margin-right: 10px;
  }

  /* ボタン中央＆幅調整 */
  body .body .more-button,
  body .body .link-button {
    width: 90% !important;
    text-align: center !important;
    margin: 1em auto !important;
  }

  body .body .more-button {
    font-size: 13px !important;
  }

  /* カテゴリセクションに左右余白 */
  body .body .category-nav {
    padding: 0 1em !important;
    box-sizing: border-box !important;
  }
}

@media screen and (max-width: 768px) {
  .body .category-nav {
    padding: 0 1em;
    box-sizing: border-box;
    flex-wrap: wrap; 
  }
}

@media screen and (max-width: 768px) {
  .body .more-button {
    width: 90% !important;
    margin: 1em auto !important;
    text-align: center !important;
	float: none !important; 
  }
}

@media screen and (max-width: 768px) {
  body .body .link-button {
    display: block !important;
    width: 70% !important;
    margin: 1em auto !important;
    text-align: center !important;
  }
}

.coupon-text {
  font-size: 1.5em; /* 大きめにする */
  margin-top: 1em;
  text-align: center; 
  font-weight: bold;
}

.copy-button {
  margin: 0.3em auto 1em !important;
  background-color: #313358;
  color: #fff;
  border: none;
  padding: 0.25em 0.75em;
  cursor: pointer;
  font-size: 0.7em;
  border-radius: 4px;
  text-align: center;!important;
  float: none !important; /* 万一 floatが残ってたら上書き */
}


.coupon-label {
  font-size: 1.2em; /* クーポンコードの説明文 */
  font-weight: normal;
}

#couponCode {
  font-size: 2em; /* クーポンコード自体（大きく・太く） */
  font-weight: bold;
}


.more-button {
  display: inline-block;
  padding: 0.5em 2em;
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  font-size: 1em;
  font-family: "DNP秀英にじみ初号明朝 Std Hv","Noto Serif JP", "Yu Mincho","Hiragino Mincho ProN","MS PMincho",serif;
  font-weight: normal;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.more-button:hover {
  background-color: #333;
  color: #fff;
}

.body header img {
  display: block;
  margin: 0 auto;
  height: auto;
}

/* PC用（2400×1256想定） */
@media screen and (min-width: 769px) {
  .body header img.pc_only {
    max-width: 2400px;
    width: 100%;
    height: auto;
  }
}

/* SP用（750×750想定） */
@media screen and (max-width: 768px) {
  .body header img.sp_only {
    max-width: 750px;
    width: 100%;
    height: auto;
  }
}

/* ====== 特典セクション（縦並び） ====== */
.body .benefit {
  margin: 4em auto;
  width: 90%;
  max-width: 1024px;
}

.body .benefit .h2 {
  color: #000;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  padding: 0.5em 0;
  margin: 0 0 1.5em 0;
  letter-spacing: 1px;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.body .benefit-block {
  display: block;
  text-align: center;
}

.body .benefit-img {
  margin-bottom: 2em;
}

.body .benefit-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.body .benefit-text p {
  font-size: 18px!important;
  line-height: 1.8!important;
  text-align: center;
}

.body .benefit-text .note {
  font-size: 14px!important;
  color: #666;
  margin-top: 1em;
}

/* SP調整 */
@media screen and (max-width: 768px) {
  .body .benefit {
    margin: 2.5em auto;
  }
  .body .benefit-text {
    font-size: 16px!important;
    line-height: 1.7!important;
	font-weight: bold!important;
  }
　 .body .benefit .h2 {
    font-size: 18px;
    padding: 0.5em;
  }
}



/* 特典画像のPC/SP出し分け */
.body .benefit-img .pc_only {
    display: block;
}

.body .benefit-img .sp_only {
    display: none;
}

@media screen and (max-width: 768px) {
    .body .benefit-img .pc_only {
        display: none!important;
    }

    .body .benefit-img .sp_only {
        display: block!important;
    }
}

/* アコーディオン全体 */
.accordion {
  margin: 1.5em  auto;
  width: 70%;
	
}
/* ヘッダー */
.accordion-header {
  width: 100%;
  text-align: center;
  padding: 1em 0;
  background: #f9f9f9;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  color:#000;
  border-bottom: 2px solid #ddd;
  border-top: 2px solid #ddd;
}

/* ＋マーク */
.accordion-header::after {
  content: "＋";
  position: absolute;
  right: 4em;
  font-size: 16px;
  transition: transform 0.3s;
}

/* 開いているときは−に */
.accordion-header.active::after {
  content: "−";
}

/* コンテンツ部 */
.accordion-content {
  display: none;
  padding: 1em;
  background: #fff;
  line-height: 1.6;
}

.accordion-content p{
  font-size: 15px;
  text-align: left;
  line-height: 1.8;
}

/* アコーディオンSP用 */
@media screen and (max-width: 768px) {
   .accordion {
    margin: 1.5em  auto;
    width: 100%;
	
}
  .accordion-header {
    position: relative;        /* 擬似要素を絶対配置できるように */
    text-align: center;        /* テキストを中央揃え */
    padding: 1em 2.5em 1em 1em; /* 右側に少し余白確保して＋がかぶらないように */
    font-size: 15px;
    line-height: 1.5;
  }

  .accordion-header::after {
    content: "＋";
    position: absolute;
    right: 1em;                /* 常に右端に配置 */
    top: 50%;
    transform: translateY(-50%); /* 縦中央に配置 */
    font-size: 18px;
    font-weight: bold;
  }
}



/* --------------------------------------
 * 1. リボン本体のスタイル (競合対策強化)
 * -------------------------------------- */
.body .benefit-title {
  /* 基本設定 (流用) */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-size: 30px !important;
  font-weight: bold;
  
  /* !! 傾斜ストライプデザインのコア !! */
  position: relative !important; /* 擬似要素のためにrelativeは維持 */
  z-index: 100 !important;

  color: #ffffff !important;
  padding: 0.8em 1em !important; 
  margin-bottom: 1.5em !important; /* 垂れ下がりをなくしたのでマージンを戻す */

  /* 【本体背景】濃い赤 */
  background-color: #cc0000 !important; 
  
  /* 立体感を出すための影（オプション） */
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2); 
}

/* --------------------------------------
 * 2. 傾斜ストライプ（擬似要素）の追加
 * -------------------------------------- */
/* リボン本体の上に斜めストライプを重ねる */
.body .benefit-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  /* 【ストライプの作成】斜め45度の線形グラデーションを使用 */
  background-image: repeating-linear-gradient(
    -45deg, 
    rgba(255, 255, 255, 0.1), /* 薄い白 */
    rgba(255, 255, 255, 0.1) 10px, /* 薄い白の幅 */
    transparent 10px, /* 透過部分の開始 */
    transparent 20px /* 透過部分の幅 */
  );
  
  /* ストライプがテキストより奥に来るように */
  z-index: 90;
  /* overflowを隠している場合に備えて、サイズを少し大きく */
  transform: scale(1.05); 
}

/* --------------------------------------
 * 3. アイコン画像の修正
 * -------------------------------------- */
.body .benefit-title .benefit-icon {
    position: relative; 
    z-index: 110; /* 最前面に */
}

.body .benefit-title .benefit-icon {
  height: 3em; /* アイコンサイズ調整 */
  width: auto;
}

@media screen and (max-width: 768px) {
  .body .benefit-title {
    font-size: 20px!important;
	padding: 0.4em 0.6em!important;
    gap: 0.3em!important;
	line-height: 1.4!important;
	font-weight: 900!important;
	text-align: left!important;
  }
		
  .body .benefit-title .benefit-icon {
    height: 5em;
  }
}

@media (max-width: 400px) {
  .body .benefit-title {
    font-size: 16px!important;
  }
}


/* PC用：少し縮小 */
.lead-img.pc_only {
  max-width: 70%;   /* 今より小さく */
}

/* SP用：少し拡大 */
@media screen and (max-width: 768px) {
  .lead-img.sp_only {
    max-width: 90%;  /* 今より大きく */
  }
}



/* ========== 共通ベース ========== */
/* 初期状態 */
.fade-in,
.fade-in-img {
  opacity: 0;
  transform: translateY(20px);
  filter: blur(4px);
}

/* 表示時 */
.fade-in.show,
.fade-in-img.show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* ========== MV & 直下（画像・テキスト用） ========== */
.fade-in {
  transition: opacity 1.2s ease-out,
              transform 1.2s ease-out,
              filter 1.4s ease-out;
}

/* 表示タイミングをずらす場合 */
.lead-img.fade-in {
  transition-delay: 0.2s; /* ロゴ画像は先に */
}

.about_txt.fade-in {
  transition-delay: 0.5s; /* テキストは少し後に */
}

/* ========== 特典画像用 ========== */
.fade-in-img {
  transition: opacity 1s ease-out,
              transform 1s ease-out,
              filter 1.2s ease-out;
}

.lead-img {
  display: block;
  margin: 2em auto;   /* 中央寄せ */
  max-width: 80%;     
  height: auto;
}



/* 買物券概要 */
.campaign-detail dl {
  display: flex;
  margin-bottom: 1em;
}

.campaign-detail dt {
  flex: 0 0 150px;
  background: #313358;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.4em;
  margin-right: 0.3em;
  display: flex;
  align-items: center;   /* 縦中央 */
  justify-content: center; /* 横中央 */
}

.campaign-detail dd {
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.campaign-detail dd strong {
  font-weight: 800;
}

.campaign-detail .notes {
  margin-top: 1em;
  font-size: 0.9em;
  line-height: 1.6;
}


@media screen and (max-width: 768px) {
  .campaign-detail dl {
    display: block; /* 縦並びに */
  }

  .campaign-detail dt {
    display: inline-block;
    min-width: 70px;
    height: 28px; /* 高さを固定 */
    line-height: 28px; /* テキストを中央に */
    font-size: 14px;
    margin-bottom: 0.5em;
  }

  .campaign-detail dd {
    display: block;
    margin-left: 0; /* 左に寄せすぎない */
	text-align: center;
  }
}
	
 .campaign-detail {
  margin-bottom: 4em!important; 
}




/* ナビゲーションセクションのスタイル */
.feature-nav-section {
    padding: 20px 0; /* 上下の余白 */
    background-color: #ffffff; /* 背景色（任意） */
}

/* コンテンツの最大幅と中央寄せ */
.feature-nav-container {
    max-width: 1200px; /* PCでの最大表示幅（LPのコンテンツ幅に合わせる） */
    margin: 0 auto; /* 中央寄せ */
    padding: 0 15px; /* 左右の余白（スマホでも適用） */
}

/* 各特典アイテム（アンカーリンク）の基本スタイル */
.feature-nav-item {
    display: block; /* リンク全体をクリック可能にする */
    text-decoration: none; /* 下線を消す */
    color: #333; /* 文字色 */
    text-align: center; /* テキストを中央寄せ */
    border-radius: 8px; /* 角丸 */
    overflow: hidden; /* 画像をはみ出させない */
    transition: transform 0.3s; /* ホバー時のアニメーション */
	border: 2px;
}

.feature-nav-item:hover {
    transform: translateY(-3px); /* ホバーで少し持ち上げる */
    opacity: 0.9;
}

/* 画像のスタイル */
.feature-nav-item img {
    width: 100%; /* 親要素（アイテム）の幅に合わせる */
    height: auto;
    display: block;
}

/* テキストのスタイル */
.feature-title {
    font-size: 20px;
    font-weight: 800!important;
    margin-top: 10px;
    color: #cc0000; /* 特典感を出す色 */
}

.feature-text {
    font-size: 16px;
    margin-bottom: 10px;
	font-weight: 600!important;
}

/* スマホ・タブレット（デフォルト：縦並び） */
.feature-nav-container {
    display: block; /* デフォルトは縦積み */
}

.feature-nav-item {
    margin-bottom: 20px; /* アイテム間の縦の余白 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 各アイテムに影をつける */
}

/* PC/タブレット (768px以上): 横並び3列に変更 */
@media (min-width: 768px) {
    .feature-nav-container {
        display: flex; /* Flexboxで横並びに */
        gap: 20px; /* アイテム間の横の余白 */
    }

    .feature-nav-item {
        flex: 1 1 30%; /* 3列に均等に分割し、余白を考慮した幅 */
        margin-bottom: 0; /* 縦の余白をリセット */
    }
}

@media screen and (max-width: 768px) {
	.feature-nav-container {
        width: 80%; 
        margin: 0 auto; 
    }
	 .feature-nav-item {

        margin: 0 5px; 
    }

    .feature-nav-item img {
        width: 100%;
        height: auto;
    }
}


/* =======================================
   テーブルの親要素と幅の制御
   ======================================= */
.new-reward-table-section {
    padding: 40px 15px;
    text-align: center;
}

.new-table-wrapper {
    max-width: 750px; /* ★表の最大幅をここで制御★ */
    margin: 0 auto; /* 中央寄せ */
}

.new-reward-table-section h2 {
    font-size: 28px;
    margin-bottom: 30px;
	magin-top:2em;
}

/* =======================================
   テーブルの基本設定と罫線
   ======================================= */
.new-member-rank-table {
    width: 100%;
    border-collapse: collapse; /* 線を重ねて表示 */
    border: 2px solid #333; /* テーブル全体の外枠（濃い線） */
}

/* 全てのセル内の罫線と背景色、フォントサイズ */
.new-member-rank-table th, 
.new-member-rank-table td {
    border: 1px solid #ccc; /* すべてのセル内の線を薄い線に統一 */
    padding: 15px 10px;
    text-align: center;
    font-size: 16px; /* PCでの表内テキストサイズ */
    font-weight: normal;
    background-color: #ffffff; 
}


/* =======================================
   罫線の強調と修正
   ======================================= */

/* 1. 縦線（セル結合部分）の強調 (1列目と2列目の境界) */
.new-member-rank-table th:first-child, 
.new-member-rank-table td:first-child {
    border-right: 2px solid #666; /* 太く、濃い線に変更 */
    vertical-align: middle; 
}

/* 2. メンバーズランクの右縦線（2列目）の修正 */
/* 「メンバーズランク」の右側（2列目と3列目の境界）の線を標準の細い線に設定 */
.new-member-rank-table th:nth-child(2), 
.new-member-rank-table td:nth-child(2) {
    border-right: 2px solid #666; /* 標準の細い線に設定 */
}

/* 3. グループ間の太い区切り線（横線）の追加 */
.new-member-rank-table tbody tr:nth-child(3) td { /* クレジットカード会員グループの最終行（ゴールド）の下線 */
    border-bottom: 2px solid #666; 
}
.new-member-rank-table tbody tr:nth-child(6) td { /* ハウスカード会員グループの最終行（ブロンズ）の下線 */
    border-bottom: 2px solid #666; 
}

/* クレジットカード会員（1行目）のセルの下線を強制的に太くする */
.new-member-rank-table tbody tr:nth-child(1) td:first-child {
    /* 結合されたセルの下端（3行目の下端）の線を太くする */
    border-bottom: 2px solid #666 !important; 
}

/* ハウスカード会員（4行目）のセルの下線を強制的に太くする */
.new-member-rank-table tbody tr:nth-child(4) td:first-child {
    border-bottom: 2px solid #666 !important; 
}



/* =======================================
   ヘッダーと割引率の強調、外枠の調整
   ======================================= */
.new-member-rank-table thead th {
    background-color: #555;
    color: #fff;
    border-color: #555;
    border-width: 1px;
}

.new-member-rank-table td.amount {
    font-size: 18px; 
    font-weight: bold;
    color: #CC0000;
}



/* 外枠との重複を避けるための内側線の削除 */
.new-member-rank-table tbody tr:last-child td {
    border-bottom: none; 
}
.new-member-rank-table th:last-child,
.new-member-rank-table td:last-child {
    border-right: none!important; 
}

@media (max-width: 767px) {
	
    .benefit-text .new-table-wrapper {
        margin-left: -15px;
        margin-right: -15px;
        /* 負のマージン分だけ幅を広げてコンテナ全体をカバー */
        width: calc(100% + 30px); 
        box-sizing: border-box;
    }

    .benefit-text .new-member-rank-table {
        width: 100%;
        min-width: unset; /* 必要に応じて最小幅の指定を解除 */
    }
	
    /* SPでの見出しサイズ */
    .new-reward-table-section h2 {
        font-size: 22px;
	    font-weight: bold;
    }
    
    /* SPでの表内テキストサイズ */
    .new-member-rank-table th, 
    .new-member-rank-table td {
        padding: 12px 5px;
        font-size: 14px; 
    }
    
    /* SPでの割引率の強調サイズ */
    .new-member-rank-table td.amount {
        font-size: 16px; 
    }
}

@media (max-width: 375px) {
    
    /* 大見出しをさらに小さく */
    .new-reward-table-section h2 {
        font-size: 18px; 
    }

    /* 本文・表内の標準テキストを調整 */
    .body {
        font-size: 13px; /* LP全体の基本フォントサイズを微調整 */
    }

    /* 表内のテキストをさらに小さく */
    .new-member-rank-table th, 
    .new-member-rank-table td {
        padding: 8px 4px; /* パディングを減らして、幅を確保 */
        font-size: 13px; 
    }
    
    /* 割引率（強調部分）のサイズも調整 */
    .new-member-rank-table td.amount {
        font-size: 14px; 
    }
}

/* 商品タブ切り替え */

.tab-nav {
  text-align: center;
  margin: 2em 0;
}
.tab-btn {
  background: #f5f5f5;
  border: 2px solid #313358;
  padding: 1em 2em;
  margin: 0 5px;
  cursor: pointer;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  text-align: center;
  min-width: 150px;
  color:#000;
}

.tab-btn.active {
  background: #313358;
  color: #fff;
  border-color: #313358;
  box-shadow: none;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.tab-link-button {
  display: inline-block!important;
  text-align: center!important;
  padding: 0.8em;
  background: #313358!important;
  color: #fff!important;
  text-decoration: none!important;
  border-radius: 6px!important;
  font-weight: bold!important;
  flex: 1 1 calc(50% - 1em)!important; /* PCは2列 */
}

.link-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  margin: 2em auto;
  max-width: 650px;
}

.tab-link-button,
.link-button {
    /* 既存の .link-button のスタイルを上書きし、flexアイテムとして再定義 */
    width: calc(50% - 5px) !important; /* gapの半分を引いて、均等な2列を確保 */
    padding: 1em 0 !important; /* 左右の余白をなくし、幅の計算をシンプルに */
    
    /* ボタン内のテキストを中央に揃える */
    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box; /* paddingやborderを幅に含める */
    margin: 0 !important; /* 既存のSP用マージン設定をPCでは無効化 */
}

@media screen and (max-width: 768px) {
  .link-buttons {
        display: block; /* Flexboxを解除 */
        width: 80%; /* 全体を90%の幅にして左右に余白を作る */
        margin: 2em auto !important; /* 中央寄せ */
    }

    /* 子要素: 1列表示（幅100%）に設定 */
    .tab-link-button,
    .link-button {
        /* 親要素で左右余白を確保したため、子要素は100%に広げる */
        width: 100% !important; 
        display: block !important; /* ブロック要素にして縦に並べる */
        margin: 1em 0 !important; /* 上下にマージンを設定 */
        text-align: center !important; /* テキスト中央寄せを維持 */
        padding: 1em 0 !important;
    }
}


/* 追加ヘッダー */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
}

.logo img {
  height: 20px;
  display: block;
}

.logo-img {
    max-width: 150px;
  }


/* スマホ用に切り替え */
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  .menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.lp-footer {
  border-top: 1px solid #ddd; /* ページ終端に区切り線 */
  margin-top: 4em;
  text-align: center;
  padding: 2em 0;
}

.logo-link {
  display: inline-block;
}



/* SP表示時にロゴサイズを縮小 */
@media screen and (max-width: 768px) {
  .logo-img {
    max-width: 140px;
  }
		
  .logo img {
    height: 18px;
	width: 50%;
}
}

/* 表用のアコーディオンデザイン */
.accordion .accordion-header.table-heading {
  width: 100%; /* 横幅はあえて維持して中央寄せにするなら残す */
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: #fafafa;
  border-top: 2px solid #313358;
  border-bottom: 2px solid #313358;
  padding: 1em;
  cursor: pointer;
  position: relative; /* 既存のposition指定も引き継ぎ */
}

/* 開いたときの背景色 */
.accordion .accordion-header.table-heading.active {
  background: #f0f0f0;
}

/* ＋/− アイコンの位置を調整 */
.accordion .accordion-header.table-heading::after {
  right: 1em; /* 既存は 4em → 表用はもう少し右寄せ */
}

.table-heading {
    width: 750px!important;
    display: block;
    margin: 0 auto;
    padding: 0.5em 1em !important;
    max-width: 90%;
}




