﻿@charset "UTF-8";
/*
* Don't Delete
* Login Common - Change as needed
*/
:root {
  --primary-rbg: 17, 82, 123;
  --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: #1A3185;
    color: #fff;
  }

.form-check-btn-primary input[type="radio"]:checked + label,
.form-check-btn-primary input[type="checkbox"]:checked + label {
  background-color: #1A3185;
  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 .nav-link {
  border: 0;
}

@media (min-width: 992px) {
  .sidebar-minimized .sidebar .nav-link .badge {
    position: absolute;
    top: 2px;
    right: 2px;
    display: block;
  }
}

/*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;
}

.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;
}
/*componentend*/
/*svg-color*/
.svg-primary {
  filter: brightness(0) saturate(100%) invert(29%) sepia(77%) saturate(3632%) hue-rotate(7deg) brightness(107%) contrast(104%);
}

.svg-gray {
  filter: brightness(0) saturate(100%) invert(82%) sepia(3%) saturate(20%) hue-rotate(3deg) brightness(89%) contrast(88%);
}

.svg-blue {
  filter: brightness(0) saturate(100%) invert(33%) sepia(87%) saturate(1299%) hue-rotate(210deg) brightness(96%) contrast(90%);
}

.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-title {
  filter: brightness(0) saturate(100%) invert(47%) sepia(15%) saturate(700%) hue-rotate(181deg) brightness(91%) contrast(86%);
}

.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;
}

@media (min-width: 1200px) {
  .py-4_5 {
    padding: 2.5rem 0;
  }
}

.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-10 {
  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;
  }
}

/*ギャップ*/
.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-nontitle {
  border: 0.5px solid #898989;
}
.bg-toritsugi {
  background: linear-gradient(120deg, #b5b5b5 0%, #4d4d4d 100%);
  color: #fff;
}

.bg-tokuyaku {
  background: linear-gradient(120deg, #35ffec 0%, #3bb1f5 100%);
  color: #fff;
}

.bg-dairi {
  background: linear-gradient(135deg, #176b52 0%, #1fab89 50%, #115f47 100%);
  color: #fff;
}

.bg-sokatsudairi {
  background: linear-gradient(135deg, #8b282c 0%, #df5035 50%, #7d2525 100%);
  color: #fdf5f5;
}

.bg-hansya {
  background: linear-gradient(120deg, #35d8ff 0%, #162ae9 100%);
  color: #fff;
}

.bg-sohansya {
  background: linear-gradient(135deg, #6d187f 0%, #9e52bd 50%, #4e1669 100%);
  color: #f9f4ff;
}

.bg-loyalsohansya {
  background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
  color: #fff;
}

.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;
}

.bg-company {
  background: linear-gradient(135deg, var(--primary-400), var(--secondary-600));
  color: white;
}

.btn-company {
  background: linear-gradient(135deg, var(--primary-400), var(--secondary-600));
  color: white;
}
.btn-company:hover {
  background: linear-gradient(135deg, var(--primary-500), var(--secondary-700));
  color: white;
}

@media screen and (max-width: 567px) {
  .recruit-qr canvas {
    height: 180px;
    width: 180px;
  }
}

/*認証コード*/
.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;
  }
}

.mapIconToolTip {
  width: 100%;
}

  .mapIconToolTip tr:nth-child(n + 2) td {
    /*border: 1px solid #ccc;
    padding: 5px;*/
  }

  .mapIconToolTip .th {
    /*background-color: var(--dark);
    color: #fff;*/
    width: 50%;
  }

  .mapIconToolTip td {
    padding: 5px 10px !important;
  }

.underline {
  text-decoration: underline;
}

.bg-product {
  background: #f9f9f9;
}

.custom-transparent {
  background-color: rgba(255,255,255,0.85);
}

.custom-fa-4x {
  font-size: 4em;
}

@media (max-width: 600px) {
  .custom-fa-4x {
    font-size: 9vw;
  }
}

.w-15 {
  width: 15%;
}

.w-70 {
  width: 70%;
}

.bg-dou {
  background: #0f2027; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2c5364, #0f2027); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2c5364, #0f2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}

.bg-pref {
  background: #2b5876;
  background: -webkit-linear-gradient(to right, #4e4376, #2b5876); 
  background: linear-gradient(to right, #4e4376, #2b5876);
  color: #fff;
}

.bg-business {
  background: #43cea2;
  background: -webkit-linear-gradient(to right, #185a9d, #43cea2); 
  background: linear-gradient(to right, #185a9d, #43cea2); 
  color: #fff;
}

.bg-favo {
  background: #ff7e5f;
  background: -webkit-linear-gradient(to right, #ff7e5f, #feb47b); 
  background: linear-gradient(to right, #f45e3a, #fba25e);
  color: #fff;
}

/*バリデーション*/
.form-control.is-invalid {
  background-image: 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: 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);
}
.pointer {
  cursor: pointer;
}
.fadein {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 1s;
}

/*レスポンシブテーブル*/
.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;
    }
}


/*マップアイコンカラー*/
.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: 10001;
  border-radius: 8px;
  background: rgb(0,0,0, 0.5);
  color: #fff;
}
#dispChangeBtn:hover {
  cursor: pointer;
  background: rgb(0,0,0, 0.7);
}

#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;
}
.label-packing {
  background: #d32133;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 12px;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
  margin-right: 0.25rem;
}

.custom-bg-paleprimary {
  background-color: #dddcf7;
}

iframe {
  width: 100%;
  height: auto;
}

/*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;
}

.modal-input-phone input {
  padding-left: 48px !important;
}

/*マイページ*/
/*LPここから*/
.index-section {
/*  padding: 130px 16px;*/
}
.section-title {
  text-align: center;
  margin-bottom: 48px;
}
.section-title h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  position: relative;
  font-weight: bold;
}
.section-title p {
  font-size: 1.1rem;
  color: var(--primary);
}
.rounded-xl{
  border-radius: 16px;
}
@media screen and (max-width:768px) {
  .header-ttl {
    font-size: 32px;
  }
}

.header-ttl {
  font-family: serif !important;
  letter-spacing: 0.2rem;
}

.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; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
    transition: transform 0.3s; /*変形の時間*/
  }

  .header-nav-pc a:hover::after {
    transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  }

@media screen and (max-width:992px) {
  .header-nav-pc {
    display: none;
  }
}


/*メインビジュアル*/
.main-v-bg {
  background-image: url(../../img/bg-top.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
/*.main-v-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
*/
.main-v-bg .text{
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  font-size: 64px;
  font-family: serif;
  line-height: 120px;
}
/*商品情報*/
.main-product{
  background: var(--primary-50)
}
.ingredient-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 32px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(7, 197, 169, 0.1);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 576px){
  .ingredient-card {
    padding: 32px 24px;
  }
}
  .ingredient-card:hover {
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    border-color: var(--tertiary-400);
  }
.ingredient-card.primary:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--tertiary-500), var(--secondary-500));
}
.ingredient-card .number {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--tertiary-500), var(--tertiary-600));
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  flex-shrink: 0;
}
.ingredient-card .name{
  font-size: 20px;
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 12px;
}
.ingredient-card .origin{
  color: var(--secondary);
}
.ingredient-card .description{
  border-top: 0.5px solid var(--primary-200);
  padding-top: 16px;
  line-height: 1.5rem;
}
.nutrition-item {
  text-align: center;
  padding: 24px 8px;
  background: linear-gradient(135deg, var(--secondary-50), #ffffff);
  border-radius: 15px;
  border: 2px solid var(--secondary-200);
}
.nutrition-item .value {
  font-size: 28px;
  font-weight: bold;
  color: var(--primary-600);
}
.nutrition-item .unit{
  font-weight: normal;
  font-size: 1rem;
  color: #666;
  margin-left: 4px;
}
.nutrition-item .label{
  font-size: 1rem;
  color: #666;
  margin-top: 12px;
}

/*会社概要*/
.main-company{
  background: #fff;
}
.company-table {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #c1c1c1;
  overflow: hidden;
}
.company-table tr {
  border-bottom: 1px solid #c1c1c1;
}
.company-table tr:last-child{
  border-bottom: none;
}
.company-table th,
.company-table td{
  padding: 24px 16px;
}
.company-table th {
  width: 35%;
  font-weight: bold;
  color: #495057;
/*  min-width: 180px;*/
  background-color: #efefef;
}

/*フッター*/
.custom-footer {
  background: linear-gradient(135deg, #0a0e27 0%, #1a1d3a 15%, #2d3748 35%, #1e2139 55%, #1a1d3a 75%, #0a0e27 100%);
  color: #e2e8f0;
  position: relative;
  overflow: hidden;
  border-top: 4px solid transparent;
  border-image: linear-gradient(90deg, var(--primary-400), var(--tertiary-500), var(--secondary-500)) 1;
  box-shadow: 0 -15px 60px rgba(0, 0, 0, 0.4);
}
.custom-footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(13, 218, 94, 0.08) 0%, transparent 20%, rgba(32, 150, 215, 0.06) 40%, transparent 60%, rgba(7, 197, 169, 0.08) 80%, transparent 100%);
  z-index: 1;
}
.custom-footer-overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 20% 20%, rgba(13, 218, 94, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(7, 197, 169, 0.1) 0%, transparent 50%), radial-gradient(circle at 40% 60%, rgba(32, 150, 215, 0.08) 0%, transparent 50%);
  animation: float 8s ease-in-out infinite;
  z-index: 1;
}
.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: 8px;
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-400), var(--tertiary-400));
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(13, 218, 94, 0.5);
}
.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 6px 20px rgba(13, 218, 94, 0.4);
  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;
}
.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, rgba(13, 218, 94, 0.15) 0%, rgba(7, 197, 169, 0.15) 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 4px 15px rgba(13, 218, 94, 0.2);
}
.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;
  }
}
/*ログイン*/
.door-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
a.btn:hover .door-frame,
a.btn:focus .door-frame {
  stroke: #fff;
}
.door-svg .door-leaf {
  transform-origin: left center;
  transition: transform 0.5s cubic-bezier(.4,1.5,.3,1);
  transform-style: preserve-3d;
}
a.btn:hover .door-leaf,
a.btn:focus .door-leaf {
  transform: translateX(0px) rotateY(-40deg);
}
a.btn:hover .door-leaf .main,
a.btn:focus .door-leaf .main {
  fill: #fff;
}
a.btn-outline-primary:hover .door-leaf .circle,
a.btn-outline-primary:focus .door-leaf .circle {
  fill: var(--primary);
}
a.btn-outline-secondary:hover .door-leaf .circle,
a.btn-outline-secondary:focus .door-leaf .circle {
  fill: var(--secondary);
}
/*LPここまで*/


/*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;
  }
}

.data-balance {
  font-weight: 700;
  font-size: 30px;
}

.border-between > *:not(:last-child) {
  border-right: 1px solid #c8ced3;
}

/*商品画像*/
.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;
}