﻿@charset "UTF-8";
/*
* Don't Delete
* Login Common - Change as needed
*/
:root {
  --primary-rbg: 185, 145, 56;
  --border-color: #c8ced3;
  --disabled-color: #d9d9d9;
}
body {
  font-size: 1rem;
  font-family: 'Open Sans', 'Noto Sans JP', Arial, sans-serif;
}

@media screen and (max-width: 576px) {
  body {
    font-size: 0.875rem;
  }
}
.custom-bg {
  /*background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../../img/bg.jpg);*/
  background: url(../../img/bg-login.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
}

.custom-login {
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)), url(../../img/bg-login.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
}

.login-logo {
  height: 60px;
}

.shadow {
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1) !important;
}

.login-contents {
  width: 100%;
  max-width: 460px;
  margin: 12px auto 24px auto;
  padding: 16px;
  display: flex;
  align-items: center;
}
.custom-contents {
  max-width: 920px;
  margin: 0 auto;
}

.global-layout {
  display: grid;
  grid-template: "header" auto "contents" 1fr "footer" auto/100%;
  min-height: 100vh;
}

.global-layout__header {
  position: fixed;
  top: 0;
  left: 0;
  grid-area: header;
  width: 100%;
}

.global-layout__contents {
  grid-area: contents;
}

.global-layout__footer {
  grid-area: footer;
}

/*
* Don't Delete
* Register Common - Change as needed
*/
.costom-register {
  max-width: 784px;
  margin-top: 4.5rem;
}

  .costom-register h2 {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }

.badge-require {
  border: 1px solid #ea0000;
  color: #ea0000;
  background-color: #fff;
}

.badge-optional {
  border: 1px solid #00bcff;
  color: #00bcff;
  background-color: #fff;
}
.header-fixed .app-body.app-body-login {
  margin-top: 0;
}
/* ヘッダー, フッター調整用 */
.footer-fixed .app-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1020;
    height: 50px;
}
.custom-header {
  background-color: #fff;
  border-bottom: 1px solid var(--primary-200);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

  .custom-header .header-bar a {
    transition: 0.8s;
  }


@media screen and (max-width:575px) {
  .header-bar {
    /*width: 30%;*/
  }

  .header-nav {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* フッター */
  .company-name {
    font-size: 20px !important;
  }
}

.hdr-menu {
  position: absolute;
  background: #fff;
  width: 85vw;
  height: calc(100vh - 60px);
  top: 60px;
  left: -85vw;
  z-index: 1000;
  padding: 16px;
  overflow: auto;
  transition: .5s ease;
  box-shadow: 7px 0rem 0.2rem 0px rgba(0, 0, 0, 0.1);
}

  .hdr-menu.active {
    left: 0;
  }

.hdr-nav {
  padding: 16px 12px;
  font-weight: bold;
  border-bottom: 1px solid #c8ced3;
}

  .hdr-nav a {
    color: #000000;
  }

#menu-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.4);
  transition: opacity 0.4s;
  display: none;
}

.header-menu-item a,
.header-menu-icon {
  font-size: 8px;
  width: 50px;
}

@media screen and (min-width:768px) {
  .header-menu-item a,
  .header-menu-icon {
    /*color: #fff;*/
    font-size: 16px;
    text-align: center;
    width: 120px !important;
  }
}

@media screen and (max-width:991px) {
  .header-bar {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 160px;
    transform: translate(-50%,-50%);
    font-size: 18px;
    padding: 0;
    margin: 0;
  }
}

/*ハンバーガーメニュー*/
#hamburger {
  /*position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1200;*/
}

  #hamburger span {
    width: 28px;
    height: 2.5px;
    display: block;
    margin-bottom: 8px;
    background-color: gray;
    border-radius: 8px;
    transition: 0.8s;
  }

    #hamburger span:last-of-type {
      margin-bottom: 0;
    }

  #hamburger.active span:first-of-type {
    transform: translate(0, 8px) rotate(45deg);
  }

  #hamburger.active span:nth-of-type(2n) {
    opacity: 0;
  }

  #hamburger.active span:last-of-type {
    transform: translate(0, -12px) rotate(-45deg);
  }

  #hamburger.active span {
    background-color: gray;
  }


/*
* Don't Delete - Change as needed
* StepBar Common
*/
.stepBar {
  display: flex;
  max-width: 100%;
  position: relative;
  margin: 20px auto;
  text-align: center;
  padding-left: 0;
}

  .stepBar li {
    font-size: 12px;
    list-style: none;
    position: relative;
    width: 33.333%;
  }

    .stepBar li:after {
      background: rgba(0, 0, 0, 0.3);
      content: "";
      width: calc(100% - 30px);
      height: 2px;
      position: absolute;
      left: calc(-50% + 15px);
      top: 14px;
    }

    .stepBar li:first-child:after {
      display: none;
    }

    .stepBar li span {
      height: 30px;
      width: 30px;
      font-size: 20px;
      background: rgba(0, 0, 0, 0.3);
      color: #fff;
      display: inline-block;
      margin-bottom: 5px;
      line-height: 40px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
    }

  .stepBar .visited:after, .stepBar .visited span {
    background: rgba(32, 168, 216, 1);
  }

/*
* Don't Delete - Change as needed
* RadioButton Button Style
*/
/*style.min.css*/
.form-check-btn {
  margin-right: 0;
}

.form-check-btn input[type="radio"],
.form-check-btn input[type="checkbox"] {
  display: none;
}

  .form-check-btn input[type="radio"]:checked + label,
  .form-check-btn input[type="checkbox"]:checked + label {
    background-color: var(--primary);
    color: #fff;
  }

.form-check-btn-primary input[type="radio"]:checked + label,
.form-check-btn-primary input[type="checkbox"]:checked + label {
  background-color: var(--primary);
  color: #fff;
}

.form-check-btn .aspNetDisabled + label,
.form-check-btn .aspNetDisabled + label:active {
  color: #8c8c8c !important;
  border-color: #8c8c8c !important;
  background-color: transparent !important;
  opacity: 0.65 !important;
  cursor: not-allowed;
}
.sidebar .nav-link {
  border-bottom: 0.5px solid #8f8f8f;
}
.form-control-lg {
  height: 48px;
  padding: 8px 16px;
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.btn-outline-dark{
  background-color: #fff;
}
.btn-primary.disabled, .btn-primary:disabled, .btn-primary.aspNetDisabled {
  color: #fff !important;
  background-color: rgba(var(--primary-rbg), 0.4);
  border-color: rgba(var(--primary-rbg), 0.4);
}

.btn.aspNetDisabled {
  color: #fff !important;
  background-color: var(--disabled-color);
  border-color: var(--disabled-color);
}

.sidebar .nav-dropdown .nav-item:not(:last-child) .nav-link {
  border: 0;
}

/*credit list- delete btn style*/
.position-badge-credit {
  position: absolute !important;
  top: -5px !important;
  right: -6px !important;
}

  .position-badge-credit i {
    font-size: 15px;
  }

/*
* Common Style
*/
/* Blink Common */
.blinking {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.border-hover {
  border-bottom: solid 2px #d4d4d4;
}

  .border-hover:hover {
    border-bottom: solid 2px #167495;
  }

/*welfare*/
.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*マイページ*/
.hover-link:hover {
  background-color: #f0f3f5;
}

/*vender*/
.fc-event, .fc-event-dot {
  border: 1px solid var(--secondary) !important;
  background-color: var(--secondary) !important;
  color: #fff !important;
}
.fc-today-button {
  color: #fff !important;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
}
.fc-today-button.disabled, .fc-today-button:disabled {
  color: #ffffff !important;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.fc-state-down, .fc-state-active {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.fc-state-hover, .fc-state-down, .fc-state-active, .fc-state-disabled{
  color: #fff!important;
}
/*component*/
/*close-btn モーダルに使用する*/
.close-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}

.close-btn span {
  width: 100%;
  position: relative;
}

.close-btn span::before,
.close-btn span::after {
  content: "";
  width: 100%;
  height: 3px;
  display: inline-block;
  background: #737373;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.close-btn:hover span::before,
.close-btn:hover span::after {
background: #3c3c3c;
}

.close-btn span::before {
transform: rotate(45deg);
}

.close-btn span::after {
transform: rotate(-45deg);
}
/*ラジオボタン*/
.input-radio input {
  width: 21px;
  height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  vertical-align: -4px;
  border: 1px solid #707070;
  background: #fff;
}

.input-radio input:checked {
  border-color: var(--primary);
  border-width: 7px;
}

.input-radio input {
  border-radius: 50%;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.input-radio span {
  font-size: 16px;
}
.input-radio input:checked + span{
  color: var(--primary);
}
/*ラジオボタンend*/
.toggle_btn {
  position: relative;
  width: 24px;
  height: 24px;
}

  .toggle_btn::before, .toggle_btn::after {
    display: block;
    content: "";
    background: #000;
    position: absolute;
    width: 16px;
    height: 2px;
    top: 50%;
    left: 50%;
    transition: .5s;
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .toggle_btn.hide::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .toggle_btn.hide::after {
    transform: translate(-50%, -50%) rotate(180deg);
  }
/*card-list*/
.card-list.contents {
  background: #fff;
  padding: 16px;
}

.card-list .card-label {
  padding: 16px;
  cursor: pointer;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 16px;
  border-bottom: 0.5px solid var(--border-color);
}

.card-list:last-child .card-label {
  border-bottom: none;
}

.card-list img {
  height: 24px;
}

@media screen and (max-width: 576px) {
  .card-list .card-label {
    padding: 16px 8px;
    column-gap: 8px;
  }

  .card-list img {
    height: 20px;
  }
}
/*select-cardのアクティブ(クレジットカード・配送先・銀行選択カード)*/
label.select-card.checked {
  border: 1px solid var(--primary);
  box-shadow: 0 0 8px rgba(var(--primary-rbg), 0.3) !important;
}

label.select-card .selected-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  display: none;
}

label.select-card.checked .selected-icon {
  display: inline-block;
}

label.select-card {
  transition: .3s ease;
}

  label.select-card:hover {
    border: 1px solid var(--primary);
    box-shadow: 0 0 8px rgba(var(--primary-rbg), 0.3) !important;
  }
/*ellipses*/
.ellipses-contents {
  position: relative;
}

.ellipses-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

  .ellipses-link i {
    font-size: 20px;
  }

  .ellipses-link:hover {
    background: #f1f0f0;
    cursor: pointer;
    text-decoration: none;
  }

.ellipses-contents .ellipses-detail {
  position: absolute;
  top: 120%;
  right: 0;
  width: max-content;
  z-index: 1;
  display: none;
}
/*パンくず*/
.pankuzu-list {
  margin-bottom: 20px;
}

  .pankuzu-list a {
    color: gray;
  }

    .pankuzu-list a:hover {
      color: var(--primary);
    }

    .pankuzu-list a.active {
      pointer-events: none;
      color: var(--primary);
    }

  .pankuzu-list > * + *::before {
    display: inline-block;
    padding-right: 12px;
    padding-left: 12px;
    color: #73818f;
    content: "/";
  }
/*input-number-form*/
.input-number-form {
  display: flex;
}

  .input-number-form .input-number {
    width: 72px;
    padding: 0 12px;
    text-align: center;
    outline: none;
    background-color: #fff;
    color: #23282c;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23333'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 8px 4px;
    padding-right: 24px;
    cursor: pointer;
  }

  .input-number-form .minus,
  .input-number-form .input-number,
  .input-number-form .plus {
    border: 1px solid #ccc;
    height: 36px;
  }

  .input-number-form.lg .minus,
  .input-number-form.lg .input-number,
  .input-number-form.lg .plus {
    height: 48px;
  }

  .input-number-form.lg .input-number {
    font-size: 18px;
    min-width: 56px;
  }

  .input-number-form.lg .minus,
  .input-number-form.lg .plus {
    font-size: 20px;
    width: 44px;
  }

  .input-number-form .minus,
  .input-number-form .plus {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    background: #efefef;
    color: #23282c;
    font-weight: bold;
    cursor: pointer;
  }

    .input-number-form .minus:active,
    .input-number-form .plus:active {
      background: #d3d3d3;
    }

  .input-number-form .minus {
    border-right: none;
    border-radius: 4px 0 0 4px;
  }

  .input-number-form .plus {
    border-left: none;
    border-radius: 0 4px 4px 0;
  }
/*認証コード*/
.custom-authcode-item {
  width: 70px !important;
  height: 70px !important;
  margin: 0 12px;
  border-radius: 12px;
  font-size: 24px;
  text-align: center;
  /*background-color: #e4f2f7;*/
  box-shadow: 2px 2px 3px #d8d8d8 inset;
  /*border: none;*/
  border: solid 1px #ccc;
}

@media (max-width: 768px) {
  .custom-authcode-item {
    width: 10vw !important;
    height: 10vw !important;
    border-radius: 8px;
    font-size: 20px;
    margin: 0;
    background-color: #e4f2f7;
    box-shadow: 2px 2px 3px #d8d8d8 inset;
    border: none;
  }
}
/*商品選択*/
.productlist-area {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 12px;
}

@media screen and (max-width: 1200px) {
  .productlist-area {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .productlist-area {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 576px) {
  .productlist-area {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

.product-card-wrap {
  width: 100%;
}

.product-card {
  border: solid 1px #cccccc;
  border-radius: 8px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
}

.product-card-image {
  width: 100%;
  aspect-ratio: 1;
}

.fit-image-product {
  object-fit: cover;
  /*object-fit: contain;*/
  width: 100%;
  height: 100%;
  object-position: center;
}

.product-info {
  height: 100%;
  padding: 8px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 8px;
}

.product-name {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.product-contents a:not(.btn) {
  color: #23282c;
}

.product-contents a:hover:not(.btn) {
  color: var(--primary);
  text-decoration: none;
}

.btn-to-cart {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 1;
}

  .btn-to-cart .btn {
    width: 112px;
    height: 112px;
    display: flex;
    gap: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .btn-to-cart .badge-cart {
    top: 8px;
    right: 8px
  }

@media screen and (max-width: 576px) {
  .btn-to-cart {
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }

    .btn-to-cart .btn {
      padding: 12px 16px;
      width: unset;
      height: unset;
      flex-direction: row;
    }

    .btn-to-cart .badge-cart {
      top: -4px;
      right: -4px
    }
}

.sub-image-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.sub-image {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
}

  .sub-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: center;
  }

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: rgba(0, 0, 0, 0.1);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: drop-shadow(0 0 3px black);
}
/*カテゴリーメニュー*/
.category-menu::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.category-menu::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 6px;
}

.category-menu::-webkit-scrollbar-thumb {
  background-color: #9f9f9f;
  border-radius: 6px;
  border: 2px solid #f0f0f0;
}
.category-menu::-webkit-scrollbar-thumb:hover {
  background-color: #808080;
}
.slide-in-category-menu {
  animation: slideInMenu 0.3s forwards;
}
@keyframes slideInMenu {
  from { transform: translateY(-100%); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
/*レスポンシブテーブル*/
.responsive-table th {
  width: 30%;
  background: #e9e9e9;
  border: solid 1px #c8ced3;
  padding: 10px;
}

.responsive-table td {
  border: solid 1px #c8ced3;
  padding: 10px;
}

@media screen and (max-width: 567px) {
  .responsive-table tr:last-child {
    border-bottom: solid 1px #c8ced3;
    width: 100%;
  }

  .responsive-table th,
  .responsive-table td {
    border-bottom: none;
    display: block;
    width: 100% !important;
  }
}
/*progressbar*/
.progressbar {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

  .progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 25%;
    color: #999999;
    font-weight: bold;
    counter-increment: steps;
    font-size: 12px;
  }

  .progressbar.progressbar5 li {
    width: 20% !important;
  }

  .progressbar.progressbar4 li {
    width: 25% !important;
  }

  .progressbar li:before {
    display: block;
    width: 26px;
    height: 26px;
    margin: 7px auto 10px auto;
    content: '';
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    background-color: #e4e7ea;
  }

  .progressbar li:after {
    position: absolute;
    z-index: -1;
    top: 18px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #e4e7ea;
  }

  .progressbar li:first-child:after {
    content: none;
  }

  .progressbar li.complete {
    color: #1a3185;
  }

  .progressbar .checkicon {
    position: absolute;
    top: 19%;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    font-size: 16px;
  }

  .progressbar li.complete:before {
    background-color: #1a3185;
    color: #FFF;
  }

  .progressbar li.complete:after {
    background-color: #1a3185;
  }
/*delivery Schedule bar*/
.progressbar-deliveryschedul {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

  .progressbar-deliveryschedul li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 25%;
    color: #999999;
    font-weight: bold;
    counter-increment: steps;
    font-size: 14px;
    white-space: nowrap;
  }

    .progressbar-deliveryschedul li:after {
      display: block;
      position: relative;
      z-index: 1;
      width: 30px;
      height: 30px;
      margin: 23px auto 10px auto;
      content: '';
      line-height: 26px;
      font-size: 12px;
      text-align: center;
      border-radius: 50%;
      background-color: #999999;
    }

    .progressbar-deliveryschedul li:before {
      position: absolute;
      /*    z-index: -1;*/
      top: 37px;
      left: -50%;
      width: 100%;
      height: 2px;
      content: '';
      background-color: #999999;
    }

    .progressbar-deliveryschedul li:first-child:before {
      content: none;
    }

    .progressbar-deliveryschedul li.valid {
      color: var(--primary);
    }

  .progressbar-deliveryschedul .season {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .progressbar-deliveryschedul .ship-icon {
    display: none;
  }

  .progressbar-deliveryschedul li.valid .ship-icon {
    display: block;
    position: absolute;
    z-index: 2;
    top: 24px;
    left: 50%;
    transform: translateX(-54%);
    color: #fff;
    font-size: 18px;
  }

  .progressbar-deliveryschedul li.valid:after {
    background-color: var(--primary);
    color: #FFF;
  }

  .progressbar-deliveryschedul li.valid + li.valid:before {
    background-color: var(--primary);
  }

@media screen and (max-width: 567px) {
  .progressbar-deliveryschedul li {
    font-size: 12px;
  }
}
/*商品画像*/
.product-img-content {
  flex-shrink: 0;
  width: 84px;
  height: 84px;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1;
}

  .product-img-content img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

@media screen and (max-width: 576px) {
  .product-img-content {
    width: 64px;
    height: 64px;
  }
}
/*searchエリア*/
.search-menu {
  z-index: 1019;
  height: 85%;
  background: #f9f9f9;
  position: fixed;
  bottom: -100%;
  transition: 0.5s;
  box-shadow: 5px -1px 3px #7f7f7f;
  border-radius: 16px 16px 0px 0px;
}

.search-menu.show-menu {
  bottom: 0;
}

.focus-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0, 0.5);
  transition: .5s;
}

.search-header-fixed {
  position: fixed;
  z-index: 1;
  background: #f1f1f1;
  border-radius: 12px 12px 0px 0px;
}

.search-footer-fixed {
  position: fixed;
  z-index: 1;
  bottom: 24px;
}
/*componentend*/

/*svg-color*/
.svg-gray {
  filter: brightness(0) saturate(100%) invert(82%) sepia(3%) saturate(20%) hue-rotate(3deg) brightness(89%) contrast(88%);
}
.svg-danger {
  filter: brightness(0) saturate(100%) invert(15%) sepia(96%) saturate(3454%) hue-rotate(344deg) brightness(94%) contrast(89%);
}
.svg-success {
  filter: brightness(0) saturate(100%) invert(70%) sepia(14%) saturate(2186%) hue-rotate(75deg) brightness(80%) contrast(102%);
}
.svg-link {
  filter: brightness(0) saturate(100%) invert(62%) sepia(41%) saturate(6171%) hue-rotate(165deg) brightness(106%) contrast(102%);
}
.svg-white {
  filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(210%) hue-rotate(348deg) brightness(120%) contrast(100%);
}


/*アクティブ会員*/
.text-running {
  color: #4169e1;
}

.bg-running {
  background-color: #4169e1;
}

.pc_area {
  display: block;
}

.phone_area {
  display: none;
}

@media screen and (max-width:768px) {
  .pc_area {
    display: none;
  }

  .phone_area {
    display: block;
  }
}

/* font-size */
.font-9 {
  font-size: 9px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-36 {
  font-size: 36px !important;
}

.font-40 {
  font-size: 40px !important;
}

.font-48 {
  font-size: 48px !important;
}
.font-64 {
  font-size: 64px !important;
}

@media screen and (max-width: 567px) {
  .font-sm-10 {
    font-size: 10px !important;
  }

  .font-sm-12 {
    font-size: 12px !important;
  }

  .font-sm-14 {
    font-size: 14px !important;
  }

  .font-sm-16 {
    font-size: 16px !important;
  }

  .font-sm-18 {
    font-size: 18px !important;
  }

  .font-sm-20 {
    font-size: 20px !important;
  }

  .font-sm-22 {
    font-size: 22px !important;
  }
  .font-sm-24 {
    font-size: 24px !important;
  }
  .font-sm-28 {
    font-size: 28px !important;
  }
}

/* ギャップ */
.gap-4 {
  gap: 4px;
}

.gap-8 {
  gap: 8px;
}

.gap-12 {
  gap: 12px;
}

.gap-16 {
  gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.gap-24 {
  gap: 24px;
}

.gap-28 {
  gap: 28px;
}

.gap-32 {
  gap: 32px;
}

.gap-36 {
  gap: 36px;
}

.gap-40 {
  gap: 40px;
}

.gap-48 {
  gap: 48px;
}

@media screen and (max-width: 567px) {
  .gap-sm-4 {
    gap: 4px;
  }

  .gap-sm-8 {
    gap: 8px;
  }

  .gap-sm-12 {
    gap: 12px;
  }

  .gap-sm-16 {
    gap: 16px;
  }

  .gap-sm-20 {
    gap: 20px;
  }

  .gap-sm-24 {
    gap: 24px;
  }

  .gap-sm-28 {
    gap: 28px;
  }

  .gap-sm-32 {
    gap: 32px;
  }

  .gap-sm-36 {
    gap: 36px;
  }

  .gap-sm-40 {
    gap: 40px;
  }
}

.c-gap-4 {
  column-gap: 4px;
}

.c-gap-8 {
  column-gap: 8px;
}

.c-gap-12 {
  column-gap: 12px;
}

.c-gap-16 {
  column-gap: 16px;
}

.c-gap-20 {
  column-gap: 20px;
}

.c-gap-24 {
  column-gap: 24px;
}

.c-gap-28 {
  column-gap: 28px;
}

.c-gap-32 {
  column-gap: 32px;
}

.c-gap-36 {
  column-gap: 36px;
}

.c-gap-40 {
  column-gap: 40px;
}

.c-gap-48 {
  column-gap: 48px;
}

@media screen and (max-width: 567px) {
  .c-gap-sm-4 {
    column-gap: 4px;
  }

  .c-gap-sm-8 {
    column-gap: 8px;
  }

  .c-gap-sm-12 {
    column-gap: 12px;
  }

  .c-gap-sm-16 {
    column-gap: 16px;
  }

  .c-gap-sm-20 {
    column-gap: 20px;
  }

  .c-gap-sm-24 {
    column-gap: 24px;
  }

  .c-gap-sm-28 {
    column-gap: 28px;
  }

  .c-gap-sm-32 {
    column-gap: 32px;
  }

  .c-gap-sm-36 {
    column-gap: 36px;
  }

  .c-gap-sm-40 {
    column-gap: 40px;
  }
}

/*typography*/
.title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

@media screen and (max-width: 576px) {
  .title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

/*タイトルのテキストとカラー*/
.bg-bronze {
  background: #b16321; /* fallback for old browsers */
  background: -webkit-linear-gradient(45deg, #b16321 0%, #a96b1f 45%, #ce8224 70%, #e0982b 85%, #ea9310 90% 100%);
  background: linear-gradient(45deg, #b16321 0%, #a96b1f 45%, #ce8224 70%, #e0982b 85%, #ea9310 90% 100%);
  color: #fff;
}

.bg-shilver {
  background: #757575; /* fallback for old browsers */
  background: -webkit-linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
  color: #fff;
}

.bg-gold {
  background: #3E5151; /* fallback for old browsers */
  background: -webkit-linear-gradient(135deg,#B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #B67B03 90% 100%) !important; /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(135deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #B67B03 90% 100%) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}

/*バリデーション*/
.form-control.is-invalid {
  background-image: none;
}

.pointer {
  cursor: pointer;
}

.underline {
  text-decoration: underline;
}

.fadein {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 1s;
}

.fade-x {
  opacity: 0;
  transform: translateX(80px);
  transition: .5s ease-in-out;
}

  .fade-x.show {
    opacity: 1;
    transform: translateX(0px);
  }

/*マップアイコンカラー*/
.text-sales {
  background-color: #4dbd74;
  color: #fff;
  font-size: 0.67rem;
  padding: 3px;
  border-radius: 0.25rem;
  display: inline-block;
  margin-bottom: 4px;
}

.text-nonesales {
  background-color: #818181;
  color: #fff;
  font-size: 0.67rem;
  padding: 3px;
  border-radius: 0.25rem;
  display: inline-block;
  margin-bottom: 4px;
}

.text-new {
  background-color: #3cc1df;
  color: #fff;
  font-size: 0.67rem;
  padding: 3px;
  border-radius: 0.25rem;
  display: inline-block;
  margin-bottom: 4px;
}

.text-lapse {
  background-color: #f63c3a;
  color: #fff;
  font-size: 0.67rem;
  padding: 3px;
  border-radius: 0.25rem;
  display: inline-block;
  margin-bottom: 4px;
}

.text-tsudo {
  background-color: #a5a6aa;
  color: #fff;
  font-size: 0.67rem;
  padding: 3px;
  border-radius: 0.25rem;
  display: inline-block;
  margin-bottom: 4px;
}

.text-resign {
  color: #c3c3c3;
}

.text-active {
  color: #2caf5a;
}

.text-noneactive {
  color: #af3636;
}

.text-coolingoff {
  color: #82d5e9;
}
/*マップアイコンカラーここまで*/
/*マップ内会員検索*/
.search-table select {
  width: auto !important;
}

.search-table th,
.search-table td {
  padding: 0.3rem !important;
}

#map-wrapper {
  width: 100%;
  /*height:calc(100vh - 122px);
      height:calc((var(--vh, 1vh) * 100) - 122px);*/
  /*overflow:scroll;*/
  overflow: hidden;
  background-color: #FFF;
}

.aside-menu-custom {
  box-sizing: border-box;
  z-index: 119;
  height: 100%;
  padding: 30px;
  color: #000;
  background: #fafafa;
  position: fixed;
  top: 0;
  display: none;
}

  .aside-menu-custom.open {
    overflow: auto;
    right: 0;
  }

#dispChangeBtn {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 16px;
  right: 16px;
  z-index: 9999;
  border-radius: 8px;
  background: rgb(0,0,0, 0.5);
  color: #fff;
}

  #dispChangeBtn:hover {
    cursor: pointer;
    background: rgb(0,0,0, 0.7);
  }

#dispSeasonBtn {
  border-radius: 4px;
  background: #f0f3f5;
  border: 0.5px solid var(--border-color);
}

  #dispSeasonBtn:hover {
    cursor: pointer;
    color: var(--info);
  }

#dispInfoBtn {
  padding: 4px 12px;
  font-size: 14px;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  background: #fff;
  border-radius: 0px 0px 4px 4px;
}

  #dispInfoBtn:hover {
    color: var(--primary);
  }

.placement-prv-btn {
  padding: 4px 8px;
  font-size: 14px;
}

.olPankuzu .pankuzu-rignt-icon:first-child {
  display: none;
}

@media screen and (max-width:767px) {
  .aside-menu-custom {
    padding: 24px 16px;
  }
}
/*マップ系ここまで*/
/*ProductLabel*/
.label-new {
  background-color: #cfffd0;
  color: #219135;
  border-radius: 0.25rem;
  font-size: 11.5px;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
  margin-right: 0.25rem;
}

.label-limited {
  background-image: linear-gradient(90deg, #ffdef5 40%, #ffd1fb 100%);
  color: #f10057;
  border-radius: 0.25rem;
  font-size: 11.5px;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
  margin-right: 0.25rem;
}

.label-recomend {
  background: #c9e8fd;
  color: #0c417d;
  border-radius: 0.25rem;
  font-size: 11.5px;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
  margin-right: 0.25rem;
}
.rounded-xl {
  border-radius: 16px;
}
/*トップページ*/
/*ヘッダー*/
.header-nav-pc {
  font-size: 16px;
  letter-spacing: 0.2em;
}

  .header-nav-pc a {
    color: #757575;
    position: relative;
    text-decoration: none;
  }

    .header-nav-pc a:hover {
      color: var(--primary);
    }

    .header-nav-pc a::after {
      position: absolute;
      left: 0;
      content: '';
      width: 100%;
      height: 1.5px;
      background: var(--primary-600);
      bottom: -5px;
      transform: scale(0, 1);
      transform-origin: center top;
      transition: transform 0.3s;
    }

    .header-nav-pc a:hover::after {
      transform: scale(1, 1);
    }

@media screen and (max-width:992px) {
  .header-nav-pc {
    display: none;
  }
}
/*フッター*/
.custom-footer {
  background: linear-gradient( 135deg,
  color-mix(in srgb, var(--secondary-950, #0a0e27) 18%, #0a0e27) 0%,
  color-mix(in srgb, #1a1d3a 88%, var(--secondary-700)) 15%,
  color-mix(in srgb, #2d3748 92%, var(--secondary-600)) 35%,
  color-mix(in srgb, #1e2139 90%, var(--secondary-700)) 55%,
  color-mix(in srgb, #1a1d3a 88%, var(--secondary-700)) 75%,
  color-mix(in srgb, var(--secondary-950, #0a0e27) 18%, #0a0e27) 100% );
  color: #e2e8f0;
  position: relative;
  overflow: hidden;
  border-top: 4px solid transparent;
  border-image: linear-gradient( 90deg, var(--secondary-400), var(--tertiary-500), var(--secondary-500) ) 1;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.25);
  isolation: isolate;
}

.custom-footer-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient( 45deg, color-mix(in srgb, var(--secondary-500) 14%, transparent) 0%, transparent 22%, color-mix(in srgb, var(--secondary-500) 12%, transparent) 45%, transparent 65%, color-mix(in srgb, var(--tertiary-500) 14%, transparent) 85%, transparent 100% );
  z-index: 1;
  pointer-events: none;
}

.custom-footer-overlay2 {
  position: absolute;
  inset: 0;
  background-image: radial-gradient( circle at 18% 22%, color-mix(in srgb, var(--secondary-400) 14%, transparent) 0%, transparent 55% ), radial-gradient( circle at 82% 78%, color-mix(in srgb, var(--tertiary-400) 12%, transparent) 0%, transparent 58% ), radial-gradient( circle at 42% 62%, color-mix(in srgb, var(--secondary-400) 10%, transparent) 0%, transparent 60% );
  animation: float 10s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}


.footer-logo {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 48px;
}

  .footer-logo img {
    filter: brightness(0) invert(1);
    height: 52px;
  }

  .footer-logo:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 4px;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-400), var(--tertiary-400));
    border-radius: 2px;
    box-shadow: 0 2px 6px color-mix(in srgb, var(--primary-400) 35%, transparent), 0 0 12px color-mix(in srgb, var(--primary-400) 25%, transparent);
  }

.footer-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
  border-radius: 12px;
  padding: 16px 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(15px);
}

.contact-body {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 16px;
}

.contact-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--primary-500), var(--tertiary-500));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  color: white;
  box-shadow: 0 2px 6px color-mix(in srgb, var(--primary-400) 35%, transparent), 0 0 12px color-mix(in srgb, var(--primary-400) 25%, transparent);
  border: 3px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.contact-detail {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-label {
  color: #a0aec0;
  font-size: 14px;
  font-weight: bold;
}

.contact-value {
  color: #f7f7f7;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

  .contact-value:hover {
    color: var(--primary-300);
    text-decoration: none;
  }

.contact-time {
  color: #a0aec0;
  font-size: 14px;
  font-style: italic;
}

@media screen and (max-width: 576px) {
  .contact-body {
    padding: 1rem;
    gap: 1rem;
  }

  .contact-icon {
    width: 40px;
    height: 40px;
  }

  .contact-value {
    font-size: 16px;
    word-break: break-all;
  }
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

  .footer-nav .nav-link {
    width: calc(50% - 6px);
    color: #cbd5e0;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 12px 20px;
    border-radius: 12px;
    position: relative;
    font-weight: 500;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  }

    .footer-nav .nav-link:hover {
      transform: translateX(3px);
      color: #ffffff;
      background: linear-gradient( 135deg, color-mix(in srgb, var(--primary-400) 18%, transparent) 0%, color-mix(in srgb, var(--secondary-400) 16%, transparent) 100% );
      border-color: var(--primary-400);
      transform: translateX(8px);
      text-decoration: none;
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
      box-shadow: 0 2px 6px color-mix(in srgb, var(--primary-400) 35%, transparent), 0 0 12px color-mix(in srgb, var(--primary-400) 25%, transparent);
    }

    .footer-nav .nav-link i {
      font-size: 12px;
      color: var(--primary-400);
      transition: transform 0.3s ease;
    }

@media screen and (max-width: 576px) {
  .footer-logo img {
    height: 40px;
  }

  .footer-nav .nav-link {
    width: 100%;
  }

  .footer-card {
    padding: 8px 0px;
  }
}
/*ログインボタン*/
.btn-company {
  background: linear-gradient( 135deg, var(--primary-500) 0%, color-mix(in srgb, var(--primary-500) 80%, var(--secondary-500)) 60%, var(--primary-600) 100% );
  color: #fff;
}

.btn-company:hover {
  background: linear-gradient( 135deg, var(--primary-600) 0%, color-mix(in srgb, var(--primary-600) 85%, var(--secondary-600)) 60%, var(--primary-700) 100% );
  color: #fff;
}

