@charset "UTF-8";




img {
    width: auto;
}

.body {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 2.4;
    text-align: left;
	background-color: #F8F8F8;
}

.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: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: normal;
}

.body .h1 {
    margin-bottom: 6rem;
}

.body .h2 {
    text-align: center;
    margin-bottom: 1.5em;
    font-size: 26px;
    width: 100%;
	font-weight: 900;
}

.body .h2 img {
    width: 50%;
}
.body .h3 {
        margin-bottom: 0;
        font-size: 24px;
        font-weight: 900;
	    text-align: center;
	    margin-top: 1.5em;
    }

@media screen and (max-width: 600px) {
    .body .h1 {
        margin-bottom: 5rem;
    }

    .body .h2 {
        text-align: center;
        margin-bottom: 1.5em;
        font-size: 18px;
        font-weight: bold;
    }

    .body .h2 img {
        width: 80%;
    }
    .body .h3 {
        margin-bottom: 0;
        font-size: 18px;
        font-weight: bold;
		text-align: center;
		margin-top: 1.5em;
    }
}

.body .about .about_txt {
    width: 80%;
    margin: 0 auto;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
}

@media screen and (max-width: 600px) {
    .body .about {
        margin: 0 auto 3em;
    }

    .body .about .about_txt {
        width: 95%;
        margin: 0 auto;
		font-size: 15px;
		
    }

    .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: 600px) {
    .body .pc_only {
        display: none;
    }

    .body .sp_only {
        display: block;
    }
}



/* 追加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; /* 各ブロックの間隔 */
}

.category-btn {
  display: block!important;
  min-width: 8em;
  padding: 0.8em;
  border: 3px solid #000;
  color: #000;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  transition: background 0.3s ease;
}
.category-btn:hover {
  background-color: #000;
  color: #fff;
}

.section-divider {
  border: none;
  border-top: 2px solid #FFD200;
  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 {
font-size: 14px !important;
  margin: 5px 0 !important;
  color: #000;	
}
body .body .item-grid .price {
  font-size: 15px !important;
  margin: 5px 0 !important;
  font-weight: 500;
  color: #B60000;	
}

.old-price {
  text-decoration: line-through;
  color: #000;
  margin-right: 0.5em;
  font-size: 100%;
}
.price {
  color: #c00;  /* SALE価格は赤色など */
  font-weight: bold;
  font-size: 1.2em;
}

/* ====== 商品の「もっと見る」表示切替 ====== */
.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: 2px solid #999;
  font-size: 15px ;
  cursor: pointer;
  color: #000 ;
  margin-bottom: 1em ;
  display: inline-block;
  margin: 0 auto;
  border-radius: 0 !important;
}

body .body .link-button {
  display: inline-block !important;
  background: #FFD200 !important;
  color: #000 !important;
  font-weight: bold !important;
  padding: 1em 3em !important;
  text-decoration: none !important;
  font-size: 14px !important;
  border: none !important;
  transition: background 0.3s ease !important;
  margin: 0 auto !important;
  width: 40%;
  border-radius: 0 !important;
}

body .body .link-button:hover {
  background: #E6C900 !important;
}

/* ====== スマホ表示調整 ====== */
@media screen and (max-width: 768px) {
  /* 商品2列表示 */
  body .body .item-grid li {
    width: 48% !important;
  }

  /* ボタン中央＆幅調整 */
  body .body .more-button,
  body .body .link-button {
    width: auto!important;
	max-width: 80%;
    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;
	display: flex!important;
    justify-content: center!important;
    gap: 2em;
    list-style: none!important;
    padding: 0;
    margin: 10% 0;
  }
	

@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: "Noto Sans JP", "Helvetica Neue", Arial, sans-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;
}













