﻿@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-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
}

.custom-login {
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(../../img/bg-login.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
}

.app-footer {
  border: none;
}
/*
* Don't Delete
* Register Common - Change as needed
*/
.custom-contents {
  max-width: 920px;
  margin: 0 auto;
}
.custom-header {
  /*  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%));
}

  .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;
}

@media screen and (max-width:575px) {
  .main-card-wrap {
    padding: 0 !important;
  }
  .main-card-wrap > .card:first-child {
    border-radius: 0 !important;
    margin: 0 !important;
    min-height: calc(100vh - 105px);
  }
}
@media screen and (min-width:575px) {
  .main-card-wrap {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
/*
* 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
*/
.form-check-btn {
  margin-right: 0;
}

.form-check-btn-primary {
  margin-right: 0;
}

.form-check-btn input[type="radio"],
.form-check-btn input[type="checkbox"] {
  display: none;
}

.form-check-btn-primary input[type="radio"],
.form-check-btn-primary input[type="checkbox"] {
  display: none;
}

.form-check-btn-primary input[type="radio"],
.form-check-btn-primary 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 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: var(--primary) !important;
  background-color: transparent !important;
  opacity: 0.65 !important;
  cursor: not-allowed;
}

.form-check-btn-primary .aspNetDisabled + label,
.form-check-btn-primary .aspNetDisabled + label:active {
  color: var(--primary) !important;
  background-color: transparent !important;
  opacity: 0.65 !important;
  cursor: not-allowed;
}

/*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*/
.g-w350 {
  max-width: 350px;
}

/* 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-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;
}

@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-24 {
    font-size: 24px !important;
  }
}


/*アクティブ会員*/
.text-running {
  color: #4169e1;
}

.sidebar .nav-dropdown.open > .nav-dropdown-items > .nav-item > .nav-link {
  background-color: #187095;
  text-indent: 0.05em;
}

@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;
  }
}

/*タイトルのテキストとカラー*/
.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(to right,#B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #B67B03 90% 100%) !important; /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #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: 30px;
  }

    .header-ttl img {
      width: 100px;
      height: auto;
    }
}

.header-ttl {
  font-family: serif !important;
  letter-spacing: 0.2rem;
}
.responsive-table {
  width:100%;
}
.responsive-table th {
  width: 30%;
  background: #f0f3f5;
  /*  border: solid 1px #c8ced3;*/
  padding: 10px;
}

.responsive-table td {
/*  border: solid 1px #c8ced3;*/
  padding: 10px;
}

.responsive-table.responsive-table-sm-border th,
.responsive-table.responsive-table-sm-border td {
  border-bottom: 1px solid #e7e7e7;
}

.responsive-table.responsive-table-sm-border tr:last-child th,
.responsive-table.responsive-table-sm-border tr:last-child td{
  border: none;
}

.responsive-table.responsive-table-sm-border tr:only-child td {
  border: none;
}

@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: none!important;
      display: block;
      width: 100%;
    }
}
@media screen and (min-width: 568px) {
  .w-sm-50 {
    width: 50%!important;
  }
}

  /*.progressbar {
  width: 100%;
  justify-content: space-between;
  position: fixed;
}

@media (max-width: 1199px) {
  .progressbar {
    width: 100%;
    justify-content: space-between;
    position: relative;
  }
}*/
  .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;
      content: counter(steps);
    }

    .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.active,
    .progressbar li.complete {
      color: #000;
    }

      .progressbar li.active:before,
      .progressbar li.complete:before {
        background-color: #000;
        color: #FFF;
      }

      .progressbar li.active:after,
      .progressbar li.complete:after {
        background-color: #000;
      }

  /*radiobutton*/
  .radio-product {
    position: relative;
    width: 15px;
  }

    .radio-product input[type="radio"] {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%);
    }


  /* 装飾 */
  ul {
    margin: 10px 0 20px !important;
  }

  .item {
    display: flex;
    align-items: center;
    gap: 0 4px;
  }

  .step-item {
    width: 100%;
    background-color: rgba(200,200,200,0.8);
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    padding: 4px;
    border-bottom: solid #fff 1px;
  }

    .step-item.active {
      background-color: var(--primary);
    }

  .custom-transparent {
    background-color: rgba(255,255,255,0.85);
  }

  .custom-card {
    border-style: none;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(2px);
    box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.08) !important;
  }


  .animate-checkingbg {
    transition: 1.2s;
  }

    .animate-checkingbg.active {
      background: -webkit-linear-gradient(to bottom, #eef7fc, #ade6f3); /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to bottom, #eef7fc, #ade6f3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

  .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%;
  }

  @media (max-width: 768px) {
    .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;
      }
  }
  /*バリデーション*/
  .form-control.is-invalid {
    background-image: none;
  }

  .pointer {
    cursor: pointer;
  }
  /*style.min.css*/
  .form-control-lg {
    height: 48px;
    padding: 8px 16px;
  }
  /*components*/
  /*authcode*/
  .custom-authcode-item {
    width: 90px !important;
    height: 90px !important;
    margin: 0 12px;
    border-radius: 12px;
    font-size: 36px;
    text-align: center;
    box-shadow: 2px 2px 3px #d8d8d8 inset;
    border: solid 1px #ccc;
    padding: 0 !important;
    font-weight: bold;
  }

  @media (max-width: 768px) {
    .custom-authcode-item {
      width: 14vw !important;
      height: 14vw !important;
      border-radius: 8px;
      font-size: 24px;
      margin: 0;
      background-color: #fff;
      box-shadow: 2px 2px 3px #d8d8d8 inset;
      border: 1px solid #adadad;
    }
  }
  /*modal 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);
  }

  .textbox-large {
    font-size: 28px;
    padding: 0.5rem 1.0rem;
  }

  .product-area-first {
    width: calc(25% - 8px);
  }

label.input-radio:has(> input.disabled-payment) {
  opacity: 0.3;
}

  @media (max-width: 768px) {
    .product-area-first {
      width: calc(50% - 5px);
    }
  }

.product-image {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .product-image {
    width: 60px;
    height: 60px;
  }
}

.btn-number {
  border-color: #cccccc;
}

.btn-number:hover {
  background-color: #e5e5e5;
}

/*商品選択*/
.product-card {
  width: calc(20% - 1.0rem);
  max-width: 257px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.card-img-wrap {
  min-height: 230px;
}

.fit-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 120px;
}

.fit-image-s {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 70px;
}

.product-card-image {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .product-card {
    width: calc(50% - 1.0rem);
  }
}
@media screen and (min-width: 768px) {
  .price-table {
/*    width: 40%;
    margin-left: auto;*/
  }
}

.fit-image-product{
  width: 100%;
}

.text-red {
  color: #f00200;
}
