<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}

.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: 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: 18px;
        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: 16px;
	text-align: center;
}

@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 .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; /* 各ブロックの間隔 */
}

.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 .link-button {
  display: inline-block !important;
  background: #023672 !important;
  color: #fff !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%;
}

body .body .link-button-alt {
  display: inline-block !important;
  background: #000 !important;
  color: #fff !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%;
}

body .body .link-button:hover {
  background: #002955 !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: 90% !important;
    text-align: center !important;
    margin: 1em auto !important;
  }

  body .body .more-button {
    font-size: 28px !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) {
  .category-nav {
    display: block !important;
    padding: 0 !important;
  }

  .category-nav li {
    width: 80% !important;
    margin: 0 auto 1em !important;
  }

  .category-nav li a {
    display: block !important;
    padding: 0.75em 1em !important;
    text-align: center !important;
    font-size: 1em !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;
  }
}

@media screen and (max-width: 768px) {
  body .body .link-button-alt {
    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: #023672;
  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 #023672;
  border-radius: 4px;
  background-color: #023672;
  color: #fff;
  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: #002955;
  color: #fff;
}

@media screen and (max-width: 768px) {
 html body .body .more-button {
    font-size: 1.1em !important; /* 文字サイズを小さめに */
    padding: 0.5em 0.5em !important; /* 内側余白も少しコンパクトに */
	width: 30% !important;
	
  }
}













/* CSS Document */

</pre></body></html>