@charset "UTF-8";
/* -----------------------------------------------------------------
   TOP　20260527　修正分
----------------------------------------------------------------- */
.contents {
  padding: 0 30px 48px;
  width: 100%;
  max-width: 1100px;
  box-sizing: border-box;
  margin: 0 auto;
}

/*ロビー以外のcontents*/
.header[data-page=other] ~ .contents {
  padding-top: 120px;
}

.top-container {
  padding-top: 60px;
}

@media screen and (max-width: 1100px) {
  .side {
    width: 25%;
  }
}
.side .side-section {
  margin-top: 0;
}
.side .side-section .side-contact {
  margin-top: 30px;
}
.side .side-section .side-contact li {
  margin-bottom: 30px;
}

@media screen and (max-width: 1100px) {
  .main {
    width: 75%;
  }
}
.main .cat-banner-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}
.main .cat-banner-wrap .cat-banner a {
  display: block;
}
.main .cat-banner-wrap .cat-banner a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.main .cat-banner-wrap .cat-banner a .img-pc {
  display: block;
}
.main .cat-banner-wrap .cat-banner a .img-sp {
  display: none;
}
.main .main-visual {
  margin: 0 auto 30px;
}
.main .main-visual .bx-wrapper {
  margin-bottom: 30px;
}
.main .main-visual .bx-pager {
  display: none;
}
.main .main-visual .bx-controls-direction .bx-prev,
.main .main-visual .bx-controls-direction .bx-next {
  text-indent: -9999px; /* 「Prev/Next」の文字を隠す */
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  z-index: 10;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.main .main-visual .bx-controls-direction .bx-prev:hover,
.main .main-visual .bx-controls-direction .bx-next:hover {
  opacity: 1;
}
.main .main-visual .bx-controls-direction .bx-prev {
  background-image: url("https://gigaplus.makeshop.jp/yukiplatform/img/common/common_logo12.png");
  left: 20px;
}
.main .main-visual .bx-controls-direction .bx-next {
  background-image: url("https://gigaplus.makeshop.jp/yukiplatform/img/common/common_logo13.png");
  right: 20px;
}
.main .top-banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.main .top-banner li {
  width: 100%;
}
.main .top-banner a {
  display: block;
}
.main .top-banner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* -----------------------------------------------------------------
   header　20260527　修正分
----------------------------------------------------------------- */
.header {
  padding: 0;
  position: static;
}
.header .header01-wrap {
  background-color: #be0000;
  padding-bottom: 50px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  box-sizing: border-box;
  padding: 0 30px;
  padding-bottom: 55px;
  transition: padding 0.3s;
}
.header .header01-wrap .hd-nav-wrap {
  padding: 40px 0 20px 0;
  transition: padding 0.3s;
}
.header .header01-wrap .hd-nav-wrap .hd-logo {
  display: flex;
  justify-content: center;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  .header .header01-wrap .hd-nav-wrap .hd-logo {
    justify-content: left;
    transition: 0.3s;
  }
}
@media screen and (max-width: 950px) {
  .header .header01-wrap .hd-nav-wrap .hd-logo {
    width: 30%;
    transition: 0.3s;
  }
}
.header .header01-wrap .hd-nav-wrap .hd-logo img {
  width: 100%;
  transition: 0.3s;
}
.header .header01-wrap .hd-nav-wrap .hd-nav {
  position: absolute;
  right: 30px;
  top: 25px;
}
.header .header01-wrap .hd-nav-wrap .nav-inner {
  display: flex;
}
.header .header01-wrap .hd-nav-wrap .nav-inner .gnav .gnav-menu {
  margin-left: 25px;
}
.header .header01-wrap .hd-nav-wrap .nav-inner .gnav .gnav-menu.home {
  display: none;
}
.header .header01-wrap .hd-nav-wrap .nav-inner .gnav a {
  color: #fff;
  position: relative;
  padding-top: 25px;
  display: block;
  font-size: 12px;
}
.header .header01-wrap .hd-nav-wrap .nav-inner .gnav a::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.header .header01-wrap .hd-nav-wrap .nav-inner .gnav .home a::before {
  background-image: url("https://gigaplus.makeshop.jp/yukiplatform/img/common/common_logo15.png");
  width: 18px;
  height: 18px;
}
.header .header01-wrap .hd-nav-wrap .nav-inner .gnav .guide a::before {
  background-image: url("https://gigaplus.makeshop.jp/yukiplatform/img/common/common_logo04.png");
  width: 14px;
  height: 18px;
}
.header .header01-wrap .hd-nav-wrap .nav-inner .gnav .membership a::before {
  background-image: url("https://gigaplus.makeshop.jp/yukiplatform/img/common/common_logo05.png");
  width: 22px;
  height: 18px;
}
.header .header01-wrap .hd-nav-wrap .nav-inner .gnav .login {
  margin-right: 0;
}
.header .header01-wrap .hd-nav-wrap .nav-inner .gnav .login a::before {
  background-image: url("https://gigaplus.makeshop.jp/yukiplatform/img/common/common_logo06.png");
  width: 18px;
  height: 13px;
  top: 3px;
}
.header .header01-wrap .hd-nav-wrap .nav-inner .gnav .logout a::before {
  background-image: url("https://gigaplus.makeshop.jp/yukiplatform/img/common/common_logo06.png");
  width: 18px;
  height: 13px;
  top: 3px;
}
.header .header01-wrap .hd-nav-wrap .nav-inner .gnav .favorite a::before {
  background-image: url("https://gigaplus.makeshop.jp/yukiplatform/img/common/common_logo07.png");
  width: 18px;
  height: 16px;
}
.header .header01-wrap .hd-nav-wrap .nav-inner .gnav .favorite a::after {
  display: none;
}
.header .header01-wrap .hd-nav-wrap .nav-inner .gnav .mypage a::before {
  background-image: url("https://gigaplus.makeshop.jp/yukiplatform/img/common/common_logo08.png");
  width: 16px;
  height: 18px;
}
.header .header01-wrap .hd-nav-wrap .nav-inner .gnav .header-cart a::before {
  background-image: url("https://gigaplus.makeshop.jp/yukiplatform/img/common/common_logo09.png");
  width: 20px;
  height: 18px;
}
.header .header01-wrap .hd-search-wrap {
  display: flex;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  gap: 1.92%;
}
.header .header01-wrap .hd-search-wrap .hd-search-cat {
  width: 33.65%;
  position: relative;
}
.header .header01-wrap .hd-search-wrap .hd-search-cat::before {
  position: absolute;
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/yukiplatform/img/common/common_logo11.png");
  background-size: contain; /* 画像をボックス内に収める */
  background-repeat: no-repeat; /* 繰り返しを無効化 */
  background-position: center; /* 中央配置 */
  width: 19px;
  height: 13px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  pointer-events: none;
}
.header .header01-wrap .hd-search-wrap .hd-search-cat .search-category {
  padding: 20px;
  border-radius: 10px;
  font-size: 16px;
  color: #333333;
  width: 100%;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
}
.header .header01-wrap .hd-search-wrap .hd-search {
  width: 64.43%;
  display: flex;
  position: relative;
}
.header .header01-wrap .hd-search-wrap .hd-search .search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  border-right: 1px solid #404040;
  padding-right: 15px;
}
.header .header01-wrap .hd-search-wrap .hd-search .search-icon img {
  margin-top: 5px;
}
.header .header01-wrap .hd-search-wrap .hd-search input {
  font-size: 18px;
}
.header .header01-wrap .hd-search-wrap .hd-search .search-keyword {
  padding: 20px 100px 20px 70px;
  width: 100%;
  border-radius: 10px;
}
.header .header01-wrap .hd-search-wrap .hd-search .search-keyword::-moz-placeholder {
  font-size: 18px;
}
.header .header01-wrap .hd-search-wrap .hd-search .search-keyword::placeholder {
  font-size: 18px;
}
.header .header01-wrap .hd-search-wrap .hd-search .search-keyword::-moz-placeholder {
  font-size: 18px;
}
.header .header01-wrap .hd-search-wrap .hd-search .search-btn {
  font-size: 16px;
  border-radius: 6px;
  background-color: #404040;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1rem;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px 20px;
}
.header .header02-wrap {
  padding: 278px 30px 15px 30px;
  background-color: #f1f1f1;
  transition: padding 0.3s;
  width: 100%;
  box-sizing: border-box;
}
.header .header02-wrap .hd-flex {
  max-width: 1040px;
  display: flex;
  width: 100%;
  margin: 0 auto;
  gap: 2.8%;
}
.header .header02-wrap .hd-flex .hd-tel-wrap {
  display: flex;
  width: 51.9%;
  gap: 10px;
}
.header .header02-wrap .hd-flex .hd-tel-wrap .hd-tel {
  display: flex;
  width: calc((100% - 10px) / 2);
  align-items: center;
  gap: 10px;
}
.header .header02-wrap .hd-flex .hd-tel-wrap .hd-tel p {
  font-size: 16px;
  font-weight: bold;
}
.header .header02-wrap .hd-flex .hd-tel-wrap .hd-tel .tel-wrap {
  display: flex;
  align-items: end;
  gap: 5px;
}
.header .header02-wrap .hd-flex .hd-tel-wrap .hd-tel .tel-wrap .tel-icon {
  margin-bottom: 2px;
}
.header .header02-wrap .hd-flex .hd-tel-wrap .hd-tel .tel-wrap .tel-num {
  font-size: 28px;
  font-weight: bold;
  color: #be0000;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.5px;
  text-decoration: none;
  pointer-events: none; /* PCではタップ発信無効（SPのみ有効） */
}
@media screen and (max-width: 1100px) {
  .header .header02-wrap .hd-flex .hd-tel-wrap .hd-tel .tel-wrap .tel-num {
    font-size: 22px;
  }
}
.header .header02-wrap .hd-flex .hd-mail-wrap {
  display: flex;
  width: 45.3%;
  gap: 15px;
}
.header .header02-wrap .hd-flex .hd-mail-wrap .hd-mail {
  width: 50%;
}
.header .header02-wrap .hd-flex .hd-mail-wrap .hd-mail .mail-btn {
  padding: 10px;
  display: block;
  background-color: #fff;
  border: 2px solid #be0000;
  border-radius: 6px;
}
.header .header02-wrap .hd-flex .hd-mail-wrap .hd-mail .mail-btn .mail-btn-txt {
  font-size: 16px;
  color: #be0000;
  font-weight: 500;
  padding-left: 28px;
  position: relative;
}
.header .header02-wrap .hd-flex .hd-mail-wrap .hd-mail .mail-btn .mail-btn-txt::before {
  position: absolute;
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/yukiplatform/img/common/common_logo02.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 17px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header .header02-wrap .hd-flex .hd-mail-wrap .hd-line {
  width: 50%;
}
.header .header02-wrap .hd-flex .hd-mail-wrap .hd-line .line-btn {
  padding: 10px;
  display: block;
  background-color: #fff;
  border: 2px solid #06c755;
  border-radius: 6px;
}
.header .header02-wrap .hd-flex .hd-mail-wrap .hd-line .line-btn .line-btn-txt {
  font-size: 16px;
  color: #06c755;
  font-weight: 500;
  padding-left: 35px;
  position: relative;
}
.header .header02-wrap .hd-flex .hd-mail-wrap .hd-line .line-btn .line-btn-txt::before {
  position: absolute;
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/yukiplatform/img/common/common_logo03.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header {
  /* スクロール時の縮小（260601 追記） */
}
.header.is-scrolled .header01-wrap {
  padding-bottom: 15px;
  height: 100px;
  transition: 0.3s;
}
.header.is-scrolled .header01-wrap .hd-nav-wrap {
  padding: 20px 0 0 0;
}
.header.is-scrolled .header01-wrap .hd-nav-wrap .hd-logo {
  justify-content: left;
  width: 22%;
}
.header.is-scrolled .header01-wrap .hd-nav-wrap .hd-logo img {
  width: 80%;
  transition: 0.3s;
}
.header.is-scrolled .header01-wrap .hd-search-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  max-width: none;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .header.is-scrolled .header01-wrap .hd-search-wrap {
    bottom: 10px;
    left: 0;
    transform: none;
    top: auto;
  }
  .header.is-scrolled .header01-wrap .hd-search-wrap .hd-search {
    margin: 0 530px 0 30px !important;
    pointer-events: all;
  }
  .header.is-scrolled .header01-wrap .hd-search-wrap .hd-search .search-keyword {
    padding: 5px 100px 5px 70px;
  }
  .header.is-scrolled .header01-wrap .hd-search-wrap .hd-search .search-keyword::-moz-placeholder {
    font-size: 14px;
  }
  .header.is-scrolled .header01-wrap .hd-search-wrap .hd-search .search-keyword::placeholder {
    font-size: 14px;
  }
  .header.is-scrolled .header01-wrap .hd-search-wrap .hd-search .search-btn {
    font-size: 12px;
    padding: 3px 15px;
  }
  .header.is-scrolled .header01-wrap .hd-search-wrap .hd-search .search-icon img {
    width: 65%;
  }
}
.header.is-scrolled .header01-wrap .hd-search-wrap .hd-search-cat {
  display: none;
}
.header.is-scrolled .header01-wrap .hd-search-wrap .hd-search {
  width: 100%;
  margin: 0 520px 0 23%;
  pointer-events: all;
}
.header.is-scrolled .header02-wrap {
  padding: 220px 30px 15px 30px;
}

/*ロビー以外のheader02の高さ*/
.header[data-page=other] .header02-wrap {
  display: none;
}

/*カテゴリ検索　矢印マーク*/
.cat-dropdown {
  position: relative;
}
.cat-dropdown::before {
  position: absolute;
  content: "";
  background-image: url(https://gigaplus.makeshop.jp/yukiplatform/img/common/common_logo11.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 13px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  pointer-events: none;
}

/* -----------------------------------------------------------------
   カテゴリ検索 自作ドロップダウン（260603 4階層対応に改修）
   PC=その場でアコーディオン展開／SP=横スライドのドリルダウン（最大4階層）
----------------------------------------------------------------- */
.hd-search-cat .search-category.cat-native {
  display: none;
} /* 値保持用の隠しselect */
.cat-dropdown,
.cat-dropdown * {
  box-sizing: border-box;
} /* width:100%+padding のはみ出し防止 */
.cat-dropdown {
  position: relative;
  width: 100%;
}

.cat-dropdown-toggle {
  width: 100%;
  text-align: left;
  background: #fff;
  border: none;
  border-radius: 10px;
  padding: 20px 50px 20px 20px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cat-dropdown-panel {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  max-height: 72vh; /* PCはアコーディオンが伸びてもパネル内でスクロール */
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  z-index: 100;
}

.cat-dropdown.open .cat-dropdown-panel {
  display: block;
}

.cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cat-list-root {
  padding: 6px 0;
}

.cat-item {
  position: relative;
}

.cat-opener,
.cat-select {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 12px 16px;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  cursor: pointer;
}

.cat-opener:hover,
.cat-select:hover {
  background: #f5f5f5;
}

/* 子持ち親の矢印（▸閉／PCは展開で▾に回転） */
.has-child > .cat-opener {
  padding-right: 30px;
}

.has-child > .cat-opener::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(45deg);
  transition: transform 0.2s;
}

/* ── PC：アコーディオン（その場でインデント展開） ── */
.cat-sub {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cat-item.open > .cat-sub {
  display: block;
}

.cat-item.open > .cat-opener::after {
  transform: rotate(135deg);
} /* ▾ */
/* 階層が深いほど左インデントを深く（PC） */
.cat-sub .cat-opener,
.cat-sub .cat-select {
  padding-left: 30px;
}

.cat-sub .cat-sub .cat-opener,
.cat-sub .cat-sub .cat-select {
  padding-left: 46px;
}

.cat-sub .cat-sub .cat-sub .cat-opener,
.cat-sub .cat-sub .cat-sub .cat-select {
  padding-left: 62px;
}

/* 戻る見出しはPCでは不要 */
.cat-sub-head {
  display: none;
}

/* ── SP：ドリルダウン（“今いる階層だけ”を表示し、子に進むと右からスライドイン。最大4階層） ── */
@media screen and (max-width: 768px) {
  .cat-dropdown-toggle {
    padding: 10px 40px 10px 15px;
  }
  .cat-dropdown-panel {
    padding-bottom: 20%;
    max-height: 80vh;
    overflow-x: hidden; /* スライドインのはみ出しをクリップ */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* PCのインデントは解除（SPは1階層＝全幅） */
  .cat-sub .cat-opener,
  .cat-sub .cat-select,
  .cat-sub .cat-sub .cat-opener,
  .cat-sub .cat-sub .cat-select,
  .cat-sub .cat-sub .cat-sub .cat-opener,
  .cat-sub .cat-sub .cat-sub .cat-select {
    padding-left: 15px;
  }
  /* ドリル中の階層は「選択中の項目」以外（見出し・すべて・他項目）を全部隠す。
     → 画面には“今いる階層だけ”が出る＝重なり・誤タップ・親見出しの残りを根絶
       （has-active はその階層に子が開いたとき JS が付与） */
  .cat-list.has-active > li:not(.active) {
    display: none;
  }
  .cat-item.active > .cat-opener {
    display: none;
  }
  /* 子に進んだとき、その階層を右からスライドインで表示 */
  .cat-item.active > .cat-sub {
    display: block;
    animation: catDrillIn 0.28s ease;
  }
  @keyframes catDrillIn {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0);
    }
  }
  .cat-opener,
  .cat-select {
    font-size: 15px;
    padding: 14px 15px;
  }
  .has-child > .cat-opener {
    padding-right: 38px;
  }
  .cat-sub-head {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
  }
  .cat-back {
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: none;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
  }
  .cat-back::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
  }
  .cat-sub-title {
    font-weight: 600;
    font-size: 15px;
  }
}
/* -----------------------------------------------------------------
   guide モジュール　20260527　修正分
----------------------------------------------------------------- */
.container-goriyouannai {
  padding: 10px 30px 120px 30px;
  max-width: 1100px;
  width: 100%;
}
.container-goriyouannai .guide-txt {
  font-size: 14px;
  margin-bottom: 25px;
}
.container-goriyouannai .red {
  color: #be0000;
}
.container-goriyouannai .bold {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.container-goriyouannai .guide-block-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 25px;
  margin-top: 30px;
  margin-bottom: 25px;
}
.container-goriyouannai .guide-block-wrap .guide-block .guide-block-ttl {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  background-color: #be0000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 30px;
}
.container-goriyouannai .guide-block-wrap .guide-block .guide-border {
  background-color: #fafafa;
  border: 2px solid #dddddd;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  padding: 10px;
  margin-bottom: 20px;
}
.container-goriyouannai .guide-block-wrap .guide-block .guide-border .guide-subttl {
  font-size: 20px;
  font-weight: bold;
}
.container-goriyouannai .guide-block-wrap .guide-block .guide-ul .guide-li {
  margin-bottom: 15px;
}
.container-goriyouannai .guide-block-wrap .guide-block .guide-ul .guide-li .li-txt {
  font-size: 16px;
  font-weight: 600;
  padding-left: 17px;
  position: relative;
  margin-bottom: 10px;
}
.container-goriyouannai .guide-block-wrap .guide-block .guide-ul .guide-li .li-txt::before {
  position: absolute;
  content: "";
  background-color: #be0000;
  width: 10px;
  height: 10px;
  left: 0;
  top: 0.5em;
  border-radius: 45px;
}

.guide-btn-more {
  display: flex;
  justify-content: center;
}
.guide-btn-more .guide-btn {
  background-color: #1b1b1b;
  position: relative;
  max-width: 340px;
  width: 100%;
  display: block;
  border-radius: 10px;
  padding: 20px;
}
.guide-btn-more .guide-btn::before {
  position: absolute;
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/yukiplatform/img/common/ft_logo04.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.guide-btn-more .guide-btn .btn-txt {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: block;
}

/* -----------------------------------------------------------------
   guide ご利用案内ページ　20260604　修正分
----------------------------------------------------------------- */
.container-goriyouannai.sub-page {
  padding: 0 30px 120px 30px;
}
.container-goriyouannai.sub-page .guide-block-wrap {
  grid-template-columns: repeat(2, 1fr);
}
.container-goriyouannai.sub-page .guide-btn-more {
  display: none;
}

/* -----------------------------------------------------------------
   footer　20260527　修正分
----------------------------------------------------------------- */
.footer {
  max-width: 1030px;
  width: 100%;
  box-sizing: border-box;
}

.back-to-top {
  position: fixed;
  bottom: 30px; /* 適宜調整 */
  right: 30px; /* 適宜調整 */
  width: 73.25px;
  height: 73.25px;
  z-index: 299;
  opacity: 0;
  visibility: hidden;
}
.back-to-top.is-pinned {
  position: absolute;
  bottom: auto;
  /* top の値は JS で設定される */
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top img {
  width: 100%;
  height: 100%;
  display: block;
}

/* スムーズスクロール */
html {
  scroll-behavior: smooth;
}

/* 新商品・ランキング：PC=8件 / SP=4件＋「もっと見る」（260610） */
.item-list-more {
  display: none; /* PCでは非表示 */
  margin: 0 auto 90px;
  padding: 15px;
  background-color: #fff;
  color: #1b1b1b;
  border: 1px solid #1b1b1b;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  width: 75%;
}
.item-list-more::before {
  position: absolute;
  content: "";
  background-image: url(https://gigaplus.makeshop.jp/yukiplatform/img/common/common_logo14.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  top: 50%;
  transform: translateY(-50%);
  right: 5.8%;
}

@media screen and (max-width: 768px) {
  .item-list-toggle:not(.is-expanded) li:nth-child(n+5) {
    display: none; /* SPは未展開時、5件目以降を隠す */
  }
  .item-list-more {
    display: block; /* SPのみボタン表示 */
  }
  .item-list-toggle.is-expanded + .item-list-more {
    display: none; /* 展開後はボタンを隠す */
  }
}
/*商品説明エリアのみboldとitalicを有効化　260612*/
.item-description strong, .item-description b,
.item-discription-box strong, .item-discription-box b {
  font-weight: bold;
}

.item-description em, .item-description i,
.item-discription-box em, .item-discription-box i {
  font-style: italic;
}

/* -----------------------------------------------------------------
   20260527　修正分 レスポンシブ
----------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .header .header01-wrap {
    padding: 0 12px 25px 12px;
    position: fixed;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    z-index: 10;
  }
  .header .header01-wrap .hd-nav-wrap {
    padding: 85px 0 10px;
  }
  .header .header01-wrap .hd-nav-wrap .hd-logo {
    justify-content: center;
    width: 100%;
  }
  .header .header01-wrap .hd-nav-wrap .hd-logo img {
    width: 70%;
    transition: 0.3s;
  }
  .header .header01-wrap .hd-nav-wrap .hd-nav {
    right: 15px;
    top: 20px;
  }
  .header .header01-wrap .hd-nav-wrap .hd-nav .nav-inner .gnav .home {
    display: block;
  }
  .header .header01-wrap .hd-nav-wrap .hd-nav .nav-inner .gnav .favorite {
    display: none;
  }
  .header .header01-wrap .hd-nav-wrap .hd-nav .nav-inner .gnav .gnav-menu {
    margin-left: 15px;
  }
  .header .header01-wrap .hd-search-wrap {
    flex-direction: column;
    gap: 10px;
  }
  .header .header01-wrap .hd-search-wrap .hd-search-cat {
    width: 100%;
  }
  .header .header01-wrap .hd-search-wrap .hd-search-cat::before {
    right: 10px;
    width: 17px;
    height: 11px;
  }
  .header .header01-wrap .hd-search-wrap .hd-search-cat .search-category {
    padding: 15px 30px 15px 15px;
  }
  .header .header01-wrap .hd-search-wrap .hd-search {
    width: 100%;
  }
  .header .header01-wrap .hd-search-wrap .hd-search .search-icon {
    padding-right: 10px;
  }
  .header .header01-wrap .hd-search-wrap .hd-search .search-keyword {
    padding: 15px 75px 15px 60px;
  }
  .header .header01-wrap .hd-search-wrap .hd-search .search-keyword::-moz-placeholder {
    font-size: 14px;
  }
  .header .header01-wrap .hd-search-wrap .hd-search .search-keyword::placeholder {
    font-size: 14px;
  }
  .header .header01-wrap .hd-search-wrap .hd-search .search-keyword::-moz-placeholder {
    font-size: 14px;
  }
  .header .header01-wrap .hd-search-wrap .hd-search .search-btn {
    padding: 5px 10px;
  }
  .header .header02-wrap {
    padding: 300px 12px 20px 12px;
    box-sizing: border-box;
  }
  .header .header02-wrap .hd-flex {
    flex-direction: column;
  }
  .header .header02-wrap .hd-flex .hd-tel-wrap {
    width: 100%;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .header .header02-wrap .hd-flex .hd-tel-wrap .hd-tel {
    width: 100%;
    gap: 3.5%;
  }
  .header .header02-wrap .hd-flex .hd-tel-wrap .hd-tel p {
    font-size: 18px;
    width: 17.1%;
  }
  .header .header02-wrap .hd-flex .hd-tel-wrap .hd-tel .tel-wrap {
    border: 3px solid #9e9e9e;
    width: 79.4%;
    border-radius: 10px;
    justify-content: center;
    background-color: #fff;
  }
  .header .header02-wrap .hd-flex .hd-tel-wrap .hd-tel .tel-wrap .tel-icon {
    flex-shrink: 0;
  }
  .header .header02-wrap .hd-flex .hd-tel-wrap .hd-tel .tel-wrap .tel-num {
    width: auto;
    pointer-events: auto; /* SPはタップ発信を有効化 */
  }
  .header .header02-wrap .hd-flex .hd-mail-wrap {
    width: 100%;
    gap: 10px;
  }
  .header .header02-wrap .hd-flex .hd-mail-wrap .hd-mail .mail-btn {
    padding: 7px 3px;
  }
  .header .header02-wrap .hd-flex .hd-mail-wrap .hd-mail .mail-btn .mail-btn-txt {
    font-weight: 600;
    font-size: 13px;
    padding-top: 27px;
    padding-left: 0;
    display: block;
  }
  .header .header02-wrap .hd-flex .hd-mail-wrap .hd-mail .mail-btn .mail-btn-txt::before {
    left: 50%;
    top: 2px;
    transform: translateX(-50%);
  }
  .header .header02-wrap .hd-flex .hd-mail-wrap .hd-line .line-btn {
    padding: 7px 3px;
  }
  .header .header02-wrap .hd-flex .hd-mail-wrap .hd-line .line-btn .line-btn-txt {
    font-weight: 600;
    font-size: 13px;
    padding-top: 27px;
    padding-left: 0;
    display: block;
  }
  .header .header02-wrap .hd-flex .hd-mail-wrap .hd-line .line-btn .line-btn-txt::before {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .header {
    /* スクロール時の縮小（260601 追記）SPは.header01-wrapにクラス付与 */
  }
  .header .header01-wrap.is-scrolled {
    padding-bottom: 15px;
  }
  .header .header01-wrap.is-scrolled .hd-nav-wrap {
    padding: 65px 0 0;
  }
  .header .header01-wrap.is-scrolled .hd-nav-wrap .hd-logo {
    display: none;
  }
  .header .header01-wrap.is-scrolled .hd-nav-wrap .hd-logo img {
    width: 75%;
    transition: 0.3s;
  }
  .header .header01-wrap.is-scrolled .hd-search-wrap .hd-search-cat .cat-dropdown-toggle {
    padding: 13px 40px 13px 15px;
    transition: 0.3s;
  }
  .header .header01-wrap.is-scrolled .hd-search-wrap .hd-search .search-keyword {
    padding: 13px 75px 13px 60px;
    transition: 0.3s;
  }
  .header .header02-wrap.is-scrolled {
    padding: 202px 12px 20px 12px;
  }
  .contents {
    padding: 0 12px 48px;
  }
  .contents .top-container {
    padding-top: 30px;
  }
  .contents .side .openbtn {
    width: 55px;
    height: 55px;
  }
  .contents .side .openbtn span {
    background-color: #fff;
  }
  .contents .side .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  .contents .side .openbtn span:nth-of-type(2) {
    top: 25px;
  }
  .contents .side .openbtn span:nth-of-type(3) {
    top: 35px;
  }
  .contents .side .openbtn.active span {
    background-color: #be0000;
  }
  .contents .side .openbtn.active span:nth-of-type(1) {
    top: 15px;
  }
  .contents .side .openbtn.active span:nth-of-type(2) {
    top: 25px;
  }
  .contents .side .openbtn.active span:nth-of-type(3) {
    top: 28px;
  }
  .contents .side .panelactive {
    background-color: #fff;
  }
  .contents .side .panelactive .category-list-title {
    font-size: 16px;
    font-weight: 500;
  }
  .contents .side .panelactive .side-category-list {
    padding: 10px 0;
  }
  .contents .side .panelactive .side-category-list .side-category-item p {
    padding: 15px;
    font-size: 16px;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
  .contents .side .panelactive .side-category-list .side-category-item p::before {
    right: 10px;
    top: 28px;
  }
  .contents .side .panelactive .side-category-list .side-category-item p::after {
    right: 10px;
    top: 28px;
  }
  .contents .side .panelactive .side-category-list .side-category-item a {
    font-size: 16px;
    padding: 15px;
  }
  .contents .side .panelactive .side-category-list .side-category-child-item {
    padding: 10px 0;
  }
  .contents .side .panelactive .side-category-list .side-category-child-item a {
    font-weight: 500;
    color: #000;
    padding: 7px 15px !important;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
  .contents .side .side-contact {
    margin-top: 0;
  }
  .contents .side .side-contact a {
    color: #be0000;
  }
  .contents .side .sp-side-section .sp-gnav li {
    border: 1px solid #be0000;
  }
  .contents .side .sp-side-section .sp-gnav a {
    color: #be0000;
  }
  .contents .side .sp-side-section .sp-gnav a::before {
    color: #be0000;
  }
  .contents .main {
    width: 100% !important;
  }
  .contents .main .cat-banner-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .contents .main .cat-banner-wrap .cat-banner a .img-pc {
    display: none;
  }
  .contents .main .cat-banner-wrap .cat-banner a .img-sp {
    display: block;
  }
  .contents .main .main-visual .bx-controls-direction .bx-prev {
    width: 25px;
    height: 25px;
    left: 10px;
    margin-top: -10px;
  }
  .contents .main .main-visual .bx-controls-direction .bx-next {
    width: 25px;
    height: 25px;
    right: 10px;
    margin-top: -10px;
  }
  .contents .main .top-banner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .contents .main .top-banner li {
    width: 100%;
  }
  .contents .main .top-banner a {
    display: block;
  }
  .contents .main .top-banner img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  /*ロビー以外のcontents*/
  .header[data-page=other] ~ .contents {
    padding-top: 90px;
  }
  .container-goriyouannai {
    padding: 10px 12px 160px 12px;
  }
  .container-goriyouannai .guide-block-wrap {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 0 25px;
  }
  .container-goriyouannai .guide-block-wrap .guide-block .guide-block-ttl {
    margin-bottom: 25px;
    margin-top: 15px;
  }
  .container-goriyouannai .guide-block-wrap .guide-block .guide-ul .guide-li {
    margin-bottom: 20px;
  }
  .guide-btn-more .guide-btn {
    padding: 15px;
    max-width: 310px;
  }
  /* -----------------------------------------------------------------
   guide ご利用案内ページ　20260604　修正分
  ----------------------------------------------------------------- */
  .container-goriyouannai.sub_page {
    padding: 0px 30px 120px 30px;
  }
  .container-goriyouannai.sub_page .guide-block-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .container-goriyouannai.sub_page .guide-btn-more {
    display: none;
  }
  .back-to-top {
    right: 12px;
    width: 58.25px;
    height: 58.25px;
  }
  /*ハンバーガーメニュー内の検索　260617追加*/
  #g-nav #site-search {
    margin-top: 85px;
    margin-bottom: -45px;
    background-color: #be0000;
    padding: 20px 12px;
    flex-direction: column;
    gap: 10px;
    display: flex;
  }
  #g-nav #site-search .hd-search {
    display: flex;
    position: relative;
    width: 100%;
  }
  #g-nav #site-search .hd-search .search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    border-right: 1px solid #404040;
    padding-right: 10px;
  }
  #g-nav #site-search .hd-search .search-icon img {
    margin-top: 5px;
  }
  #g-nav #site-search .hd-search .search-keyword {
    padding: 15px 75px 15px 60px;
    width: 100%;
    border-radius: 10px;
  }
  #g-nav #site-search .hd-search .search-url {
    font-size: 16px;
    border-radius: 6px;
    background-color: #404040;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.1rem;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 10px;
  }
}/*# sourceMappingURL=style.css.map */