﻿@charset "UTF-8";
/*
* Don't Delete
* Login Common - Change as needed
*/
:root {
  --primary: #D23B1E;
  --secondary: #ff8142;
}
body {
  background-color: #fafafa;
}
.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;
}

.app-footer {
  border: none;
}

.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 .header-bar a {
  color: #fff;
  transition: 0.8s;
}

.custom-header .login-sp div {
  color: #fff;
  transition: 0.8s;
}

.custom-header.mvc .header-bar a {
  color: var(--primary);
}

.custom-header.mvc {
  /*  backdrop-filter: blur(8px);
*/ -webkit-backdrop-filter: blur(8px);
  border: unset !important;
  background: linear-gradient(to bottom,rgb(255 255 255 / 80%),rgb(255 255 255 / 60%), rgb(255 255 255 / 30%), rgb(255 255 255 / 0%));
}

@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;
  }
}

@media screen and (max-width: 992px) {
  .hdr-menu {
    display: none;
  }
}

.hdr-menu.active {
  position: absolute;
  display: block;
  background: rgba(255,255,255,0.96);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 84px 12px 48px;
  overflow: auto;
}

.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: 30px;
    height: 2px;
    display: block;
    margin-bottom: 8px;
    background-color: #fff;
    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: var(--primary);
  }

/*
* 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 #d4d4d4;
}
.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 {
  color: #fff;
  background-color: #f1a394;
  border-color: #f1a394;
}
.sidebar .nav-dropdown.open .nav-link:hover {
  color: #fff;
}
.sidebar .nav-dropdown.open .nav-link.active {
  color: #fff;
}
.sidebar .nav-dropdown .nav-item .nav-link {
  padding: 0.5rem 0.75rem 0.5rem 2.0rem;
  border: none;
}

.sidebar .nav-dropdown .nav-item:last-child .nav-link {
  border-bottom: 0.5px solid #d4d4d4;
}

@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;
}

/*マイページ*/
/*typography*/
.title1{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 576px){
  .title1 {
    font-size: 20px;
  }
}
.rounded-xl{
  border-radius: 0.5rem;
}
.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*/
/*テーブル*/
.table-responsive table thead tr {
  background: #ebebeb;
}
/*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;
  }
}

/*ギャップ*/
.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;
  }

}

/*タイトルのテキストとカラー*/
.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;
}

/*ロゴとタイトル*/
@media screen and (max-width:768px) {
  .header-ttl {
    font-size: 32px;
  }

    /*.header-ttl img {
      height: 60px;
    }*/
}

.header-ttl {
  font-family: serif !important;
  letter-spacing: 0.2rem;
}
.header-nav-pc {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.2em;
}

.header-nav-pc a {
  position: relative;
  text-decoration: none;
}

.header-nav-pc a:hover {
  color: #e0f2f8;
}

.header-nav-pc a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #e0f2f8;
  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（相対値）伸長*/
}

.custom-header.mvc .header-nav-pc a::after,
.custom-header.mvc #hamburger span {
  background: var(--primary);
}

.custom-header.mvc .login-sp div {
  color: var(--primary);
}

@media screen and (max-width:991px) {
  .header-nav-pc {
    display: none;
  }
}

.pay-content {
  position: sticky;
}

.product-img {
  width: 150px;
  height: 150px;
  margin-right: 24px;
}

.product-show {
  width: calc(100% - 200px);
}

@media screen and (max-width: 1200px) {
  .product-img {
    width: 100px !important;
    height: 100px !important;
  }

  .product-show {
    width: calc(100% - 100px);
  }
}

.bg-light-yellow {
  background: #FFF3CD !important;
}

@media screen and (max-width: 567px) {
  .recruit-qr canvas {
    height: 180px;
    width: 180px;
  }
}

/*プロフィールメニュー*/
/*@media screen and (max-width:1199px) {
  .list-group.profile-list-group {
    flex-direction: row;
  }

  .list-group.profile-list-group .list-group-item {
    padding: 6px;
    border-right: 0;
  }
  .list-group.profile-list-group .list-group-item:last-child {
    margin-bottom: -1px !important;
  }

  .list-group.profile-list-group .list-group-item-text {
    display: block;
    font-size: 11px;
    line-height: 1.2 !important;
  }
}*/

/*認証コード*/
.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;
  }
}

.addrlist {
  flex: 0 0 45%;
  max-width: 45%;
  margin-bottom: 24px;
}

@media screen and (max-width: 992px) {
  .addrlist {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.addr-select {
  z-index: 2;
}

.addr-wrap {
  min-height: 120px;
}

.option-wrap {
  min-height: 90px;
}

@media screen and (max-width: 1199px) {
  .option-wrap {
    min-height: 120px;
  }
}

@media screen and (max-width: 992px) {
  .option-wrap {
    min-height: 0;
  }
}

.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;
  }

.map-button-wrap {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width:567px) {
  .map-button-wrap {
    display: flex;
    flex-direction: column;
  }
}

.underline {
  text-decoration: underline;
}

.border-sm-right {
  border-right: 1px solid #c8ced3;
}

@media screen and (max-width: 567px) {
  .border-sm-right {
    border-right: none !important;
  }
}

.bg-product {
  background: #f9f9f9;
}

.custom-bg-darkblue {
  background-color: #346b92;
}

  .custom-bg-darkblue:hover {
    background-color: #274b64;
  }

.custom-transparent {
  background-color: rgba(255,255,255,0.85);
}

#cardOmote {
  background: #0073f2; /* fallback for old browsers */
  background: -webkit-linear-gradient(45deg, #494949, #0073f2); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(45deg, #494949, #0073f2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}

#cardUra {
  background: #8e9eab; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #eef2f3, #8e9eab); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #eef2f3, #8e9eab); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.creditcard-ttl {
  font-size: 20px;
}

@media (max-width: 500px) {
  .ic-chip {
    height: 30px;
  }

  .creditcard-ttl {
    font-size: 14px;
  }
}

.custom-fa-4x {
  font-size: 4em;
}

@media (max-width: 600px) {
  .custom-fa-4x {
    font-size: 9vw;
  }
}

.w-15 {
  width: 15%;
}

.w-70 {
  width: 70%;
}

.credit-list-btn {
  text-align: left;
  border: solid 1px var(--primary);
  font-size: 18px;
  padding: 10px;
}
@media (min-width: 576px) {
  .credit-list-btn {
    font-size: 14px;
  }
}
.form-check-btn input[type="radio"] + .credit-list-btn {
  border-color: var(--primary);
  color: var(--primary);
  transition: 0.6s;
}

.form-check-btn input[type="radio"] + .credit-list-btn:hover {
  background-color: var(--primary);
  color: #fff;
}

.form-check-btn input[type="radio"]:checked + .credit-list-btn {
  background-color: var(--primary);
  color: #fff;
}

.not-shipping-month {
  color: #d2d2d2;
}

.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;
}

.table-firstcell-delete {
  border: none;
}
.table-firstcell-delete tr:first-child th:first-child {
  border: none;
  background: #fafafa;
}

/*バリデーション*/
.form-control.is-invalid {
  background-image: none;
}
/* 検索 */
.search-acordion-btn{
    /*position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);*/
    /*display:inline-block;
    background-color: #1195aa;
    color: #fff;
    border: solid 1px #fff;
    padding: 4px 8px;
    border-radius: 12px;*/
    transition: 0.6s;
    /*cursor: pointer;*/
}
.search-acordion-btn:hover{
    /*background-color: #fff;
    color: #1195aa;
    border: solid 1px #1195aa;*/
}
.search-angle{
    transform: rotate(0deg);
    transition: 0.6s;
}
.search-angle.spin{
    transform: rotate(180deg);
}
.search-wrap{
    /*background-color: rgb(226, 226, 226);
    padding: 24px 8px;*/
    /*position: absolute;*/
    /*right: 0;
    transition: 0.6s;*/
    width: 100%;
    /*display: none;*/
    /*z-index: 1000;*/
}
.search-wrap.close{
    /*right: 200%;*/
}
.search-container{
   /*max-height: 64vh;
   overflow-y: scroll;*/
}
.search-result-wrap{
    /*height: 100%;*/
    position: relative;
}
.search-result-disable{
    position: absolute;
    display: block;
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
    z-index: 999;
}
  .search-result-disable.close {
    display: none;
  }

  .credit-list-btn:hover .card-memo-link,
  .credit-list-btn:active .card-memo-link,
  .form-check-btn input[type="radio"]:checked + .credit-list-btn .card-memo-link {
    color: #fff;
  }

  .animate-checkingbg {
  transition: 1.0s;
}

  .animate-checkingbg.active {
    background-color: #ffe3e4 !important;
    border: 1px solid var(--primary) !important;
  }

  .custom-radio-btn {
  color: #717171;
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.custom-radio-btn input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.custom-radio-btn label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 7px 15px 0px 30px;
  height: 45px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
}

.custom-radio-btn:hover label{
  color: #aaa;
}

.custom-radio-btn .check{
  display: block;
  position: absolute;
  border: 5px solid #717171;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 8px;
  left: 0;
  z-index: 5;
  transition: border .2s linear;
  -webkit-transition: border .2s linear;
}

.custom-radio-btn:hover .check {
  border: 5px solid #aaa;
}

.custom-radio-btn .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 11px;
  width: 11px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
}

.course-card.select {
  background-color: #E6F4FF!important;
  border: 1px solid #2D7294!important;
}

.row-product-list .row-product:nth-child(odd) {
  padding-right: 15px;
}
.row-product-list .row-product:nth-child(even) {
  padding-left: 15px;
}
.course-card {
  cursor: pointer;
}

input[type=radio]:checked ~ .check {
  border: 5px solid var(--primary);
}

  input[type=radio]:checked ~ .check::before {
    background: var(--primary);
  }

input[type=radio]:checked ~ label {
  color: var(--primary);
}

/*商品選択*/
.productlist-area-wrapper {
  display: flex;
  justify-content: center;
  margin-right: 240px;
  padding: 0 1.5rem;
  border-right: solid 1px #dadada;
}

.productlist-area {
  max-width: 1300px;
  padding-right: 10px;
  width: 100%;
}

.product-card-wrap {
  width: calc((100% - 30px) * 0.25);
  display: flex;
  justify-content: space-between;
}

.product-card-wrap.product-auto {
  width: calc((100% - 30px) * 0.16);
  display: flex;
  justify-content: space-between;
}

.product-card {
  border: solid 1px #cccccc;
  border-radius: 0.25rem;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width:100%;
}

.fit-image {
  object-fit: contain;
  width: 100%;
}

.fit-image-product {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
}

.product-card-image {
  width: 100%;
  aspect-ratio: 1;
}

.product-info {
  height: 100%;
  padding: 10px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.product-image {
  width: 120px;
  height: 120px;
  display: flex;
}

.text-unitprice {
  font-size: 20px;
}

.text-subtotal {
  font-size: 20px;
  margin-left: 10px;
}

.accordion_header {
  position: relative;
}

.accordion_header_text {
  width: calc( 100% - 25px );
}

.accordion_icon {
  position: absolute;
  right: 10px;
  top: 30%;
  transform: translateY(-50%);
  width: 17px;
  height: 20px;
  border-radius: 2px;
}

  .accordion_icon.accordion_icon_category {
    background-color: #003D73;
  }

  .accordion_icon .icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }

    .accordion_icon .icon:before,
    .accordion_icon .icon:after {
      position: absolute;
      content: "";
      display: block;
      transition: all 0.4s;
      background: #fff;
      left: 50%;
      top: 50%;
      width: 50%;
      height: 2px;
      transform: translate(-50%, -50%);
    }

    .accordion_icon .icon:before {
      transform: translate(-50%, -50%) rotate(90deg);
    }

.accordion_header.show .icon:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.accordion_header.open .accordion_icon .icon:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.categorylist-area-pc {
  position: fixed;
  width: 100%;
  max-width: 200px;
  top: 165px;
  right: 20px;
}

.categorylist-card-sp,
.categorylist-card-sp .card-header,
.categorylist-card-sp .body {
  border-color: transparent;
}

.flexarea {
  position: fixed;
  bottom: 10px;
}

.btn-tocart-sp {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.btn-totop-sp {
  position: fixed;
  bottom: 25px;
  right: 10px;
  z-index: 1;
}

.a-totop {
  height: 36px;
  border-radius: 50%;
  width: 35px;
  text-align: center;
  border: 1px solid #cccccc;
  background-color: #fff;
  padding: 0.5rem;
}

.btn-number {
  border-color: #cccccc;
}

  .btn-number:hover {
    background-color: #e5e5e5;
  }

.badge-cart {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 16px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: drop-shadow(0 0 3px black);
}

.productImg {
  max-height: 150px;
  max-width: 100%;
}

.order-border {
  border-right: #fff solid 1px;
}

tr.border-direct ~ tr td {
  border: solid 1px var(--primary);
}

.col-headttl2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.credit-bg {
  background: #abbaab; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ffffff, #abbaab); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #dfdfdf, #ffffff, #dfdfdf); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.product-area-first {
  width: calc(33.3% - 7px);
}

@media screen and (max-width: 767px) {
  .productlist-area-wrapper {
    margin-right: 0;
  }

  .productlist-area {
    padding-right: 0;
  }

  .product-card-wrap,
  .product-card-wrap.product-auto {
    width: calc((100% - 10px) * 0.5);
  }

  .product-image {
    width: 60px;
    height: 60px;
  }

  .text-unitprice {
    font-size: 18px;
  }

  .text-subtotal {
    font-size: 18px;
    margin: 0;
  }

  .order-border {
    border-right: 0px;
  }

  .col-headttl2 {
    height: auto !important;
  }

  .responsive-cell {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 0;
  }

  .responsive-cell th, .responsive-cell td {
    width: 100%;
    padding: 0 4px;
  }

  .responsive-cell th, .responsive-cell td {
    border: 0px !important;
  }

  .productImg {
    max-height: 100px;
  }

  .product-area-first {
    width: calc(50% - 5px);
  }

}

/* list形式 */
.product-card-list {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  display: flex;
  position: relative;
  justify-content: start;
  align-items: center;
  border-bottom: #D2D2D2 solid 1px;
}

  .product-card-list .product-card-image {
    /*height:calc(14.57vw - 8px);*/
    width: calc(11.45vw - 4px);
  }

.list-labeltag {
  position: absolute;
  top: 0;
  left: calc(27.45vw - 4px);
}

.product-card-list-text {
  display: block;
}

@media screen and (max-width: 575px) {
  /*    .product-card {
        width: calc(50% - 16px);
    }*/

  .product-card-image {
    /*width: 100%;*/
    /*height: 230px;*/
    /*max-height:230px;*/
    /*height: calc(26.4vw - 8px);*/
    /*        height: 120px;
*/
  }
}

@media screen and (min-width: 1070px) {
  /*.productcategory-card {
    width: 248px;
  }*/
  .product-card-image {
    /*    height: 80px;
*/
  }

  .product-card-list .product-card-image {
    /*height: 147.89px;*/
    width: 122.67px;
  }

  .list-labeltag {
    position: absolute;
    top: 0;
    left: 332.67px;
  }
}

.accordion_icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.5s;
}

.accordion_header.show .accordion_icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.5s;
}

.pointer {
  cursor: pointer;
}

.text-discont {
  color: #e90000;
}

.custom-bg-palered {
  background-color: #ffe6e6;
}



.responsive-table th {
  width: 30%;
  background: #f0f3f5;
  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 {
    width: 80%;
  }

    .responsive-table th,
    .responsive-table td {
      border-bottom: none;
      display: block;
      width: 100%;
    }
}



.text-sales {
  background-color: #2caf5a;
  color: #fff;
  font-size: 0.67rem;
  padding: 3px;
  border-radius: 0.25rem;
  display: inline-block;
  margin-bottom: 8px;
}

.text-nonesales {
  background-color: #818181;
  color: #fff;
  font-size: 0.67rem;
  padding: 3px;
  border-radius: 0.25rem;
  display: inline-block;
  margin-bottom: 8px;
}

.text-new {
  background-color: #c33b2c;
  color: #fff;
  font-size: 0.67rem;
  padding: 3px;
  border-radius: 0.25rem;
  display: inline-block;
  margin-bottom: 8px;
}

.text-lifeSupport {
  background-color: #f89b31;
  color: #fff;
  font-size: 0.67rem;
  padding: 3px;
  border-radius: 0.25rem;
  display: inline-block;
  margin-bottom: 8px;
}

.text-tsudo {
  background-color: #a5a6aa;
  color: #fff;
  font-size: 0.67rem;
  padding: 3px;
  border-radius: 0.25rem;
  display: inline-block;
  margin-bottom: 8px;
}

/*.text-new{
  background-color: #f57b0f;
  color:#fff;
  font-size: 0.67rem;
  padding: 3px;
  border-radius: 0.25rem;
}*/

.text-resign {
  color: #f8e2b3;
}

.text-active {
  color: #2caf5a;
}

.text-noneactive {
  color: #bbb6b6;
}

.text-coolingoff {
  color: #e5e2e2;
}

.text-noneactive-consecutive {
  color: #f34a4a;
}

.text-noneactive-consecutive-customer {
  color: #ff815d;
}

.bg-orange {
  background-color: #f2845f;
}

.p-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}

  .fadein.active {
    opacity: 1;
    transform: translate(0, 0);
  }

.char {
  opacity: 0;
  display: inline-block;
  animation: fadeIn 0.5s forwards;
}


/*マップ内会員検索*/
.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 {
  padding: 4px 8px;
  /*position: fixed;
      top: 6px;
      right: 8px;
      z-index: 1039;*/
  font-size: 14px;
}

#dispInfoBtn {
  padding: 4px 8px;
  /*position: fixed;
      top: 6px;
      right: 48px;
      z-index: 1039;*/
  font-size: 14px;
}

.placement-prv-btn {
  padding: 4px 8px;
  font-size: 14px;
}

.map-button-wrap {
  display: flex;
  flex-direction: row;
  position: relative;
  /*position: absolute;
  left: 0; 
  top: 5px;*/
  z-index: 800;
  padding-top: 12px;
}

.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: #f34b4a;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 12px;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
  margin-right: 0.25rem;
}

.label-limited {
  background-image: -webkit-gradient( linear, left top, right top, color-stop(40%, #ff3cac), to(#562b7c) );
  background-image: -webkit-linear-gradient(left, #ff3cac 40%, #562b7c 100%);
  background-image: linear-gradient(90deg, #ff3cac 40%, #562b7c 100%);
  color: #fff;
  border-radius: 0.25rem;
  font-size: 12px;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
  margin-right: 0.25rem;
}

.label-recomend {
  background: #6DD5FA;
  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;
}

/*orderdetail*/
/*.iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;*/ /*アスペクト比 16:9の場合の縦幅*/
/*height: 0;
  overflow: hidden;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/

iframe {
  width: 100%;
  height: auto;
}

.lg-overflow {
  overflow-x: hidden;
}

.sub-image-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sub-image {
  width: 18%;
}

@media screen and (max-width: 768px) {
  .lg-overflow {
    overflow-x: scroll;
  }

  .sub-image-wrap {
    display: flex;
    flex-wrap: nowrap;
  }

  .sub-image {
    width: 100%;
  }
}

#cartBtn {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 3;
}

.cartbtnanime {
  /*transform: scale(0.5 1) !important;*/
  opacity: 0 !important;
}

.main-image {
  object-fit: contain;
  height: 430px;
}

  .main-image.modal-main-image {
    height: auto !important;
  }

@media screen and (max-width: 968px) {
  .main-image {
    height: 300px;
  }
}

/*@media screen and (max-width: 768px) {
  .main-image {
    height: auto;
  }
}*/

.product-detail-paragraph > p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .sp-subimg {
    width: 100px !important;
  }
}

/*.progressbar {
  width: 100%;
  justify-content: space-between;
  position: fixed;
}

@media (max-width: 1199px) {
  .progressbar {
    width: 100%;
    justify-content: space-between;
    position: relative;
  }
}*/

/*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: var(--primary);
  }

  .progressbar .checkicon {
    position: absolute;
    top: 19%;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    font-size: 16px;
  }

  .progressbar li.complete:before {
    background-color: var(--primary);
    color: #FFF;
  }

  .progressbar li.complete:after {
    background-color: var(--primary);
  }

.modal-input-phone input {
  padding-left: 48px !important;
}

/*マイページ*/
.main-v {
  position: relative;
}

.main-v-wave {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.main-v-bg {
  overflow: hidden;
  background: linear-gradient(rgba(184, 97, 27, 0.1), rgba(184, 97, 27, 0.1)), url(../../img/bg-top.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  animation: zoomOutFadeIn 3s ease forwards;
}

.section-product-img {
  height: 250px;
}

.section-product-component {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
  gap: 50px;
}

.table-index table tr td:first-child {
  width: 150px;
}

@media screen and (max-width:767px) {
  .main-v-bg {
    overflow: hidden;
    background: url(../../img/bg-top.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section-product-img {
    height: 120px;
  }
  .section-product-component {
    gap: 10px;
  }
  .table-index table tr td:first-child {
    width: 100px;
  }
}

@keyframes zoomOutFadeIn {
  from {
    height: calc(120dvh - 50px);
    opacity: 0; /* 初期透明度を設定 */
  }

  to {
    height: calc(100dvh - 50px);
    opacity: 1; /* 最終透明度を設定 */
  }
}

.main-v-logo {
  height: 200px;
}

.main-v-text {
  position: absolute;
  top: 20%;
  left: 10%;
  height: 100%;
  z-index: 2;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-shadow: 0 0 1rem white, 0 0 3rem white;
}

.main-v-title {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.5rem;
  line-height: 2;
  position: relative;
  padding: 10px 40px;
}

  .main-v-title::before {
    content: '';
    position: absolute;
    width: 15%;
    height: 1px;
    background-color: #8b8b8b;
    left: -5px;
    top: -5px;
  }

  .main-v-title::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 45%;
    background-color: #8b8b8b;
    left: 5px;
    top: -15px;
  }

  .main-v-title span::before {
    content: '';
    position: absolute;
    width: 15%;
    height: 1px;
    background-color: #8b8b8b;
    right: -5px;
    bottom: -5px;
  }

  .main-v-title span::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 45%;
    background-color: #8b8b8b;
    right: 5px;
    bottom: -15px;
  }

.main-v-innertext {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 2;
  margin-top: 25px;
}

.navbar-brand.navbar-brand-lp {
  font-size: 46px;
}

.mypage-bg-transparent.mypage-bg-transparent-lp {
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0.4);
}

.index-section {
  margin-top: 130px;
  position: relative;
}

.section-title {
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 80px;
  text-align: center;
}

.section-title-bg {
  position: absolute;
  font-weight: bold;
  font-size: 160px;
  color: #aaaaaa;
  line-height: 1.0;
  left: 50%;
  transform: translateX(-50%);
  top: -70px;
  white-space: nowrap;
  letter-spacing: -5px;
}

  .section-title-bg .char {
    font-family: "Noto Sans", sans-serif !important;
  }

.poduct-copy {
  font-size: 24px;
}

.poduct-copy-gtext {
  font-size: 30px;
  font-weight: bold;
  background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.poduct-copy-deco {
  position: relative;
}

.poduct-copy-deco img {
  height: 100px;
  position: absolute;
  z-index: -1;
  left: -11%;
  top: -25px;
  opacity: 0.8;
}

@media screen and (max-width: 991px) {
  .main-v-text {
    flex-direction: column;
  }

  .main-v-title {
    font-size: 24px;
    letter-spacing: 0.3rem;
    line-height: 1.7;
    padding: 10px 30px;
  }

  .main-v-title {
    font-size: 24px;
    letter-spacing: 0.5rem;
    line-height: 1.6;
    padding: 5px 25px;
  }

    .main-v-title::before {
      width: 10%;
      left: 5px;
      top: -5px;
    }

    .main-v-title::after {
      height: 40%;
      left: 15px;
      top: -15px;
    }

    .main-v-title span::before {
      width: 10%;
      right: 5px;
      bottom: -5px;
    }

    .main-v-title span::after {
      height: 40%;
      right: 15px;
      bottom: -15px;
    }

  .main-v-innertext {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2rem;
    line-height: 1.7;
  }

/*  .main-v-bg {
    height: 35vh;
    width: 100%;
    min-height: 300px;
    background-position: center;
  }*/

  .navbar-brand.navbar-brand-lp {
    font-size: 26px;
    margin-right: 0;
  }
}

@media screen and (max-width: 425px) {
  .main-v-text {
    top: 12%;
    left: auto;
    margin: 10px 0;
  }

  .main-v-title {
    width: 100%;
    text-align: center;
  }

  .main-v-innertext {
    text-align: center;
  }
}

@media screen and (max-width:768px) {
  .main-v-logo {
    height: 120px;
  }

  .index-section {
    margin-top: 100px;
  }

  .section-title {
    font-size: 20px;
    margin-bottom: 60px;
  }

  .section-title-bg {
    font-size: 70px;
    top: -30px;
  }

  .poduct-copy {
    font-size: 20px;
  }

  .poduct-copy-gtext {
    font-size: 26px;
  }
}

/*@media screen and (min-width: 769px) {
  .main-v,*/
  .main-v-bg {
    height: calc(100vh - 50px);
  }
/*}
*/
.text-red {
  color: #f00200;
}

.heading-border {
  position: relative;
  border-bottom: 3px solid #b9b9b9;
  color: #333333;
  width: 300px;
  margin: 0 auto 40px;
}

  .heading-border::before,
  .heading-border::after {
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
  }

  .heading-border::before {
    background-color: #b9b9b9;
  }

  .heading-border::after {
    bottom: -11px;
    background-color: #fff;
  }

.login-sp {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1200;
  text-align: center;
  font-size: 11px;
  text-decoration: none;
}

.text-cercle {
  background: #0F2027; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #6f8e9a, #305562, #6f8e9a); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #6f8e9a, #305562, #6f8e9a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 110px;
  height: 110px;
  border: 5px solid #d4d3ce;
}

  .text-cercle::after {
    content: "";
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 8px;
    box-shadow: 0 40px 15px rgba(0, 0, 0, .5);
    background-color: transparent;
    border-radius: 50%;
  }

/*  スクロール*/
.scroll {
  position: absolute;
  bottom: 80px;
  width: 24px;
  height: 24px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

.scroll-arrow {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

  .scroll-arrow:first-child {
    animation: move 3s ease-out 1s infinite;
  }

  .scroll-arrow:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
  }

  .scroll-arrow:before,
  .scroll-arrow:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 40%;
    width: 51%;
    background: #fff;
  }

  .scroll-arrow:before {
    left: 0;
    transform: skew(0deg, 30deg);
  }

  .scroll-arrow:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
  }

@keyframes move {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    transform: translateY(30px);
  }

  67% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.scroll-text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

@media screen and (max-width:767px){
  .scroll-arrow:before,
  .scroll-arrow:after {
    background: #fff;
  }
  .scroll-text {
    color: #fff;
  }
}

/*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;
  }
}

.as-change {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.as-change-btn {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0!important;
}

.data-balance {
  font-weight: 700;
  font-size: 30px;
}

.border-between > *:not(:last-child) {
  border-right: 1px solid #c8ced3;
}

.sidebar .nav-dropdown.open {
  background: transparent;
}

.sidebar .nav-dropdown.open .nav-link {
  color: #373737;
}

/*プロフィールメニュー*/
.profile-menu-link {
  width: 60px;
  text-decoration: none !important;
}

.profile-menu-link-btn {
  color: var(--primary);
  background-color: #fff;
  border-color: var(--primary);
  height: 60px;
  width: 60px;
  margin-bottom: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

  .profile-menu-link-btn.active {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
  }

  .profile-menu-link-btn:hover {
    color: #fff;
    background-color: var(--primary);
  }

.profile-menu-link-text {
  font-size: 11px;
  line-height: 1.2;
}

.text-red {
  color: #f00200;
}