@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
.bg-juju {
  background: var(--juju);
}

.product-juju {
  border-top: solid 4px var(--juju);
}

.text-juju {
  color: var(--juju);
}

.border-color-juju {
  border-color: var(--juju);
}

.bg-frame {
  background: var(--frame);
}

.product-frame {
  border-top: solid 4px var(--frame);
}

.text-frame {
  color: var(--frame);
}

.border-color-frame {
  border-color: var(--frame);
}

.bg-gaku {
  background: var(--gaku);
}

.product-gaku {
  border-top: solid 4px var(--gaku);
}

.text-gaku {
  color: var(--gaku);
}

.border-color-gaku {
  border-color: var(--gaku);
}

.bg-hiraya {
  background: var(--hiraya);
}

.product-hiraya {
  border-top: solid 4px var(--hiraya);
}

.text-hiraya {
  color: var(--hiraya);
}

.border-color-hiraya {
  border-color: var(--hiraya);
}

.bg-lattice {
  background: var(--lattice);
}

.product-lattice {
  border-top: solid 4px var(--lattice);
}

.text-lattice {
  color: var(--lattice);
}

.border-color-lattice {
  border-color: var(--lattice);
}

.bg-moda {
  background: var(--moda);
}

.product-moda {
  border-top: solid 4px var(--moda);
}

.text-moda {
  color: var(--moda);
}

.border-color-moda {
  border-color: var(--moda);
}

.bg-nokiya {
  background: var(--nokiya);
}

.product-nokiya {
  border-top: solid 4px var(--nokiya);
}

.text-nokiya {
  color: var(--nokiya);
}

.border-color-nokiya {
  border-color: var(--nokiya);
}

.bg-rinka {
  background: var(--rinka);
}

.product-rinka {
  border-top: solid 4px var(--rinka);
}

.text-rinka {
  color: var(--rinka);
}

.border-color-rinka {
  border-color: var(--rinka);
}

.bg-nordic {
  background: var(--nordic);
}

.product-nordic {
  border-top: solid 4px var(--nordic);
}

.text-nordic {
  color: var(--nordic);
}

.border-color-nordic {
  border-color: var(--nordic);
}

.bg-vintage {
  background: var(--vintage);
}

.product-vintage {
  border-top: solid 4px var(--vintage);
}

.text-vintage {
  color: var(--vintage);
}

.border-color-vintage {
  border-color: var(--vintage);
}

.gnav-footer {
  width: 100%;
}

.gnav-footer-container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.gnav-footer ul {
  overflow: hidden;
}

.gnav-footer ul li {
  position: relative;
  float: left;
  list-style-type: none;
  text-align: center;
}

.gnav-footer ul li .line-right {
  display: block;
  position: absolute;
  right: 0;
  width: 1px;
  height: 50px;
  background-color: #4a4b38;
}

@media screen and (max-width: 999px) {
  .gnav-footer .gnav-footer-container {
    width: 100%;
  }
}
.banner-shadow {
  -webkit-box-shadow: 0 0 3px 3px rgba(69, 69, 69, 0.2);
  box-shadow: 0 0 3px 3px rgba(69, 69, 69, 0.2);
  padding: 20px;
  line-height: 1.4;
}

.banner-item {
  display: inline-block;
  -webkit-box-shadow: 0 0 3px 3px rgba(69, 69, 69, 0.2);
  box-shadow: 0 0 3px 3px rgba(69, 69, 69, 0.2);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.banner-item:hover {
  opacity: 0.7;
}

.holiday-info-block {
  background-color: #fff6f6;
  color: rgb(200, 30, 30);
  font-size: 0.75rem;
  padding: 10px 15px;
  line-height: 1.4;
}

.wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 961px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.inner {
  padding-left: 15px;
  padding-right: 15px;
}

.content {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.hr {
  border: none;
  margin: 20px 0;
  border-top: solid 1px rgba(112, 112, 112, 0.3);
}

.d-none {
  display: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.d-lg-block, .d-lg-flex {
  display: none !important;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.d-block {
  display: block;
}

@media (max-width: 960px) {
  .d-block.d-lg-flex {
    display: block !important;
  }
  .d-none.d-lg-block {
    display: none;
  }
}
@media (min-width: 961px) {
  .d-none.d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .d-lg-grid {
    display: -ms-grid;
    display: grid;
  }
  .d-lg-grid.repeat2 {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .d-lg-grid.repeat3 {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  .d-lg-grid.repeat4 {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
}
@media (min-width: 961px) and (-ms-high-contrast: none) {
  .d-lg-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .d-lg-grid.repeat2 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.5%;
    flex: 0 0 47.5%;
    max-width: 48%;
  }
  .d-lg-grid.repeat2 > div:nth-child(2n-1) {
    margin-right: 4%;
  }
  .d-lg-grid.repeat3 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
  .d-lg-grid.repeat3 > div:nth-child(3n-1) {
    margin-right: 3%;
  }
  .d-lg-grid.repeat3 > div:nth-child(3n-2) {
    margin-right: 3%;
  }
  .d-lg-grid.repeat4 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
  }
  .d-lg-grid.repeat4 > div:nth-child(5n-1) {
    margin-right: 3%;
  }
}
@media (min-width: 961px) {
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
}
.ul-list {
  padding-left: 2.5rem;
}

.position-relative {
  position: relative;
}

.aside .wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.banner:hover {
  opacity: 0.7;
}

.banner img {
  height: auto;
}

.fs-10 {
  font-size: 0.625rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-26 {
  font-size: 1.625rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-34 {
  font-size: 2.125rem;
}

.fs-36 {
  font-size: 2.25rem;
}

.fs-12, .fs-14 {
  line-height: 1.7;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-16 {
  font-size: 1rem;
}

.fw-bold {
  font-weight: bold;
}

.icon-external-link:before {
  content: "\e902";
}

.fade-in img {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}

.fade-in.lazyloaded img.lazyloaded {
  opacity: 1;
}

@-webkit-keyframes easein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes easein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.has-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.has-padding-bottom {
  padding-bottom: 50px;
}

.has-padding-md {
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (min-width: 961px) {
  .has-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .has-padding-md {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .has-padding-bottom {
    padding-bottom: 120px;
  }
}
.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-6 {
  margin-top: 7rem;
  margin-bottom: 6rem;
}

.mr-1 {
  margin-right: 0.5rem;
}

.mr-2 {
  margin-right: 1rem;
}

.ml-2 {
  margin-left: 1rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.bm-10, .mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

@media (max-width: 375px) {
  .mb-20 {
    margin-bottom: 10px;
  }
}
.mb-40 {
  margin-bottom: 40px;
}

@media (max-width: 375px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}
.mb-60 {
  margin-bottom: 60px;
}

@media (max-width: 375px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}
.mb-80 {
  margin-bottom: 80px;
}

@media (max-width: 375px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}
.mb-100 {
  margin-bottom: 100px;
}

@media (max-width: 375px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}
.bg-light {
  background-color: #f5f5f5;
}

.bg-dark {
  color: #fefffe;
  background-color: #454545;
}

.text-primary {
  color: #FF7673;
}

.bg-primary {
  background-color: #FF7673;
}

.bg-primary-300 {
  background-color: #f9f4f0;
}

.bg-nudepink {
  background-color: #d498a2;
}

.text-nudepink {
  color: #d498a2;
}

.bg-gold {
  background-color: #c4b56c;
}

.text-gold {
  color: #c4b56c;
}

.bg-purple {
  background-color: #788db8;
}

.text-purple {
  color: #788db8;
}

.bg-brown {
  background-color: #A6877D;
}

.text-brown {
  color: #A6877D;
}

.bg-green {
  background-color: #568C82;
}

.text-green {
  color: #568C82;
}

.text-info {
  color: #67cbcb;
}

.bg-info {
  background-color: #67cbcb;
}

.text-danger-dark {
  color: #D14242;
}

.label-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.label {
  font-size: 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 8px;
  border-radius: 30px;
  white-space: nowrap;
}

.label.label-primary {
  border: solid 1px #FF564F;
  color: #FF564F;
}

.label.label-primary-fill {
  background-color: #FF7673;
  color: #fff;
}

.label.label-nudepink {
  border: solid 1px #d498a2;
  color: #d498a2;
}

.label.label-nudepink-fill {
  background-color: #d498a2;
  color: #fff;
}

.label.label-gold {
  border: solid 1px #c4b56c;
  color: #c4b56c;
}

.label.label-gold-fill {
  background-color: #c4b56c;
  color: #fff;
}

.label.label-purple {
  border: solid 1px #788db8;
  color: #788db8;
}

.label.label-purple-fill {
  background-color: #788db8;
  color: #fff;
}

.label + .label {
  margin-left: 3px;
}

.label.label-info {
  border: solid 1px #67cbcb;
  color: #67cbcb;
}

.label.label-info-fill {
  background-color: #67cbcb;
  color: #fff;
}

.label-nudepink-fill {
  background-color: #d498a2;
  color: #d498a2;
}

.label-nudepink {
  border: solid 1px #d498a2;
  color: #d498a2;
}

.label-gold-fill {
  background-color: #c4b56c;
  color: #c4b56c;
}

.label-gold {
  border: solid 1px #c4b56c;
  color: #c4b56c;
}

.label-purple-fill {
  background-color: #788db8;
  color: #788db8;
}

.label-purple {
  border: solid 1px #788db8;
  color: #788db8;
}

.label-brown-fill {
  background-color: #A6877D;
  color: #A6877D;
}

.label-brown {
  border: solid 1px #A6877D;
  color: #A6877D;
}

.label-green-fill {
  background-color: #568C82;
  color: #568C82;
}

.label-green {
  border: solid 1px #568C82;
  color: #568C82;
}

.label-info {
  border: solid 1px #67cbcb;
  color: #67cbcb;
}

.text-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.text-center {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 961px) {
  .text-lg-center {
    text-align: center !important;
  }
}
.text-link {
  color: #454545;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.75rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.text-link:hover {
  color: #FF7673;
}

.text-link:hover a {
  color: #FF7673;
}

.text-link:hover a:after {
  left: 0;
}

.text-link:hover i {
  color: #FF7673;
}

.text-link a {
  position: relative;
  padding-bottom: 4px;
  overflow: hidden;
  color: #454545;
  -webkit-transform: 0.3s;
  transform: 0.3s;
}

.text-link a:after {
  content: "";
  position: absolute;
  left: -100%;
  bottom: 0;
  width: 200%;
  height: 1.5px;
  background: linear-gradient(45deg, #FF7673 50%, #454545 50%);
}

.text-link i {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-left: 0.5rem;
  font-size: 0.75rem;
}

@media (max-width: 960px) {
  .scroll-x {
    overflow-scrolling: touch;
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    padding-left: 5px;
    padding-right: 5px;
  }
  .scroll-x::-webkit-scrollbar-button {
    width: 5vw;
    background-color: #fefffe;
  }
  .scroll-x::-webkit-scrollbar {
    height: 3px;
    border-radius: 3px;
  }
  .scroll-x::-webkit-scrollbar-thumb {
    background: rgba(69, 69, 69, 0.5);
    border-radius: 3px;
  }
  .scroll-x::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 5px rgba(112, 112, 112, 0.3) inset;
    box-shadow: 0 0 5px rgba(112, 112, 112, 0.3) inset;
    border-radius: 5px;
  }
}
.font-weight-bold {
  font-weight: bolder;
}

main section input {
  font-size: 0.75rem;
}

button {
  border: none;
  background-color: transparent;
  font-size: 0.75rem;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  max-width: 250px;
  height: 40px;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  z-index: 5;
  border-radius: 50px;
}

.btn:before {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left -1px;
  transform-origin: left -1px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.btn:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 2);
  transform: scale(1, 2);
}

.btn-primary {
  -webkit-box-shadow: 0 3px 5px 3px rgba(69, 69, 69, 0.1), inset 0 0 0 1px #FF7673;
  box-shadow: 0 3px 5px 3px rgba(69, 69, 69, 0.1), inset 0 0 0 1px #FF7673;
  color: #fff;
  border: solid 1px #FF7673;
}

.btn-primary:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #FF7673));
  background: linear-gradient(#fff 50%, #FF7673 50%);
}

.btn-primary:hover {
  -webkit-box-shadow: 0 3px 5px 3px rgba(69, 69, 69, 0.1), inset 0 0 0 0 #FF7673;
  box-shadow: 0 3px 5px 3px rgba(69, 69, 69, 0.1), inset 0 0 0 0 #FF7673;
  color: #FF7673 !important;
  border: solid 1px #FF7673;
}

.btn-outline-primary {
  color: #FF7673;
  border: solid 1px #FF7673;
}

.btn-outline-primary:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FF7673), color-stop(50%, #fff));
  background: linear-gradient(#FF7673 50%, #fff 50%);
}

.btn-outline-primary:hover {
  -webkit-box-shadow: inset 0 0 0 1px #FF7673;
  box-shadow: inset 0 0 0 1px #FF7673;
  color: #fff;
}

.btn-light {
  color: #454545;
}

.btn-light:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #dedede), color-stop(50%, #eee));
  background: linear-gradient(#dedede 50%, #eee 50%);
}

.btn-outline-info {
  color: #FF7673;
  border: solid 1px #FF7673;
}

.btn-outline-info:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FF7673), color-stop(50%, #fff));
  background: linear-gradient(#FF7673 50%, #fff 50%);
}

.btn-outline-info:hover {
  -webkit-box-shadow: inset 0 0 0 1px #FF7673;
  box-shadow: inset 0 0 0 1px #FF7673;
  color: #fff;
}

.btn-dark {
  color: #fff;
}

.btn-dark:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #454545));
  background: linear-gradient(#fff 50%, #454545 50%);
}

.btn-dark:hover {
  color: #454545;
  border: solid 1px #454545;
}

.btn-outline-dark {
  color: #454545;
  border: solid 1px #454545;
}

.btn-outline-dark:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #454545), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(#454545 50%, rgba(255, 255, 255, 0) 50%);
}

.btn-outline-dark:hover {
  -webkit-box-shadow: inset 0 0 0 1px rgba(69, 69, 69, 0.2);
  box-shadow: inset 0 0 0 1px rgba(69, 69, 69, 0.2);
  color: #fff;
}

.btn-md {
  font-size: 0.75rem;
  height: 46px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-sm {
  font-size: 0.75rem;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.btn-group {
  text-align: center;
}

.btn-group .btn + .btn {
  margin-top: 20px;
}

@media (min-width: 961px) {
  .btn-group .btn + .btn {
    margin-top: 0;
  }
  .btn-group .btn {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.btn-group .btn {
  height: 50px;
  min-width: 300px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-md .btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44%;
  flex: 0 0 44%;
  margin: 0 2%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-label-group {
  padding-right: 0;
}

.form-label-group:has(.form-label-group_secondary) {
  display: block !important;
}

.form-label-group span {
  white-space: normal !important;
}

.form-label-group_secondary {
  border-radius: 10px;
  position: relative;
  max-width: 100%;
  padding-left: 10px;
  background-color: #f5f5f5;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: -3px;
}

.form-label-group_secondary:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 80px;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #f5f5f5;
  z-index: 2;
}

.form-label-group_secondary label {
  white-space: normal;
  font-size: 0.75rem;
  line-height: 1.4;
  padding-right: 5px;
  border: none;
}

.form-label-group_secondary label:first-of-type {
  border: none !important;
}

.form-label-group_secondary input {
  position: relative;
  z-index: 1;
}

.form-label-group_secondary input:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  border-radius: 15px;
  width: 24px;
  height: 24px;
  border: solid 6px #fff;
  z-index: -1;
}

label.item-readonly {
  opacity: 0.7;
  cursor: default;
}

.ui-datepicker {
  z-index: 101 !important;
}

@media (-ms-high-contrast: none) {
  body {
    overflow-x: hidden;
  }
}
.header {
  height: 55px;
}

@media (min-width: 961px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    max-width: calc(100% - 100px);
  }
  .header.is-fixed {
    position: sticky;
    top: 0;
    z-index: 102;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.05);
  }
}
.header li, .header ul {
  margin: 0;
}

.header input[type=checkbox] {
  display: none;
}

.header .site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  height: 55px;
  padding-left: 15px;
}

@media (min-width: 961px) {
  .header .site-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 1 1 240px;
    flex: 1 1 240px;
    height: 100px;
  }
}
.header .nav-banner {
  text-align: center;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding: 8px !important;
  height: auto !important;
}

.header .nav-banner img {
  -webkit-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.1);
}

.header .gnav-block {
  width: 100%;
}

.header .gnav-block a:not(.btn) {
  color: #454545;
  text-decoration: none;
  font-weight: 600;
}

.header .gnav-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header__input-label:after {
  content: "\e92e";
  font-family: "icomoon";
  margin-left: 3px;
}

@media (min-width: 961px) {
  .header .gnav-products-block {
    padding: 0 5px;
    width: 612px;
  }
}
.header .gnav-products-block .text-min {
  font-size: 0.75rem;
  letter-spacing: 0;
}

@media (max-width: 960px) {
  .header .gnav-products-block .text-min {
    font-size: 0.75rem;
  }
}
.header .nav-products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header .nav-products-list:before {
  content: attr(data-title);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eee;
  width: 100%;
  height: 24px;
  font-size: 0.75rem;
}

@media (max-width: 960px) {
  .header .nav-products-list:before {
    height: 0;
    overflow: hidden;
  }
}
.header .nav-products-list .nav-products-item {
  width: 120px;
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.header .nav-products-list .nav-products-item span {
  font-weight: bold;
  display: block;
  margin: 5px 0 5px 0;
  line-height: 1;
}

@media (min-width: 961px) {
  .header .nav-products-list .nav-products-item span {
    letter-spacing: 0.1rem;
  }
}
.header .nav-products-list .nav-products-item span.en {
  font-family: Arial, Helvetica, sans-serif;
}

.header .nav-products-list .nav-products-item small {
  font-weight: normal;
  display: block;
  line-height: 1.1;
}

@media (max-width: 960px) {
  .header #trigger-item:checked + .gnav-block {
    left: 0;
  }
  .header .gnav-block {
    padding-top: 55px;
    position: fixed;
    background-color: #fff;
    z-index: 101;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    top: 0;
    left: 100%;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
  .header .gnav-primary {
    font-size: 0.75rem;
    padding: 0 15px;
    height: 50px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #999;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .header .header__input-label {
    height: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header .header__input-label:after {
    font-size: 0.75rem;
  }
  .header input[type=checkbox]:checked + .gnav-primary {
    background-color: #f5f5f5;
  }
  .header input[type=checkbox]:checked + .gnav-primary .header__input-label:after {
    content: "\e99f";
  }
  .header input[type=checkbox]:checked + .gnav-primary + .gnav-secondary li {
    max-height: 60px;
  }
  .header input[type=checkbox]:checked + .gnav-primary + .gnav-secondary li a {
    min-height: 60px;
  }
  .header input[type=checkbox]:checked + .gnav-primary + .gnav-secondary .nav-products-list:before {
    height: 24px;
  }
  .header input[type=checkbox]:checked + .gnav-primary + .gnav-secondary .nav-products-item {
    max-height: 130px !important;
  }
  .header input[type=checkbox]:checked + .gnav-primary + .gnav-secondary .nav-goto-lineup {
    height: auto;
  }
  .header .gnav-secondary li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25vw;
    flex: 0 0 25vw;
    max-height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
  }
  .header .gnav-secondary a {
    display: block;
    font-size: 1.35rem;
    padding: 10px 5px;
  }
  .header .gnav-secondary span {
    font-weight: normal;
    font-size: 0.75rem;
    padding: 3px 0;
  }
  .header .gnav-secondary small {
    font-size: 0.75rem;
  }
  .header .nav-has-banner a {
    height: auto;
    padding-top: 10px;
  }
  .header .nav-goto-lineup {
    text-align: right;
    height: 0;
    overflow: hidden;
  }
  .header .nav-goto-lineup a {
    line-height: 0;
    overflow: hidden;
  }
  .header .d-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header .d-sm-flex li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}
@media (min-width: 961px) {
  .header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100px;
  }
  .header .hader-contact-list {
    display: none;
  }
  .header .header__input-label, .header input {
    pointer-events: none;
  }
  .header .gnav-primary {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    font-size: clamp(1.1rem, 0.2vw + 1.1rem, 1.3rem);
    padding-left: clamp(10px, 0.1vw + 8px, 20px);
    padding-right: clamp(10px, 0.1vw + 8px, 20px);
  }
  .header .gnav-primary i {
    margin-left: 2px;
  }
  .header .gnav-secondary {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    white-space: nowrap;
    border-radius: 0 0 3px 3px;
    left: 50%;
    top: 100px;
    min-width: 200px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    pointer-events: none;
  }
  .header .gnav-secondary a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 60px;
    white-space: nowrap;
  }
  .header .gnav-secondary a:hover {
    background-color: #f8f8f8;
    color: #FF7673;
  }
  .header .gnav-secondary.nav-lineup-list {
    min-width: 520px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .header .nav-goto-lineup {
    text-align: center;
  }
  .header .nav-goto-lineup a {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .header .nav-goto-lineup i {
    font-size: 0.625rem;
    margin-left: 5px;
  }
  .header .gnav-secondary-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .gnav-item-1 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .header .gnav-item-2 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .header .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 1.35rem;
    padding-right: 10px;
  }
  .header .gnav > li {
    position: relative;
    z-index: 105;
  }
  .header .gnav > li:hover {
    background-color: #f8f8f8;
  }
  .header .gnav > li:hover .gnav-primary {
    color: #FF7673;
  }
  .header .gnav > li:hover .gnav-secondary {
    visibility: visible;
    opacity: 1;
    pointer-events: painted;
  }
  .header .gnav > li:hover .nav-products-list li a {
    padding: 10px 5px !important;
    display: block;
    -webkit-transition: none;
    transition: none;
  }
  .header .gnav > li:hover .nav-products-list li small {
    font-size: 0.85rem;
  }
}
.header-contact-block {
  z-index: 102;
  width: 100px;
  position: fixed;
  top: 0;
  right: 0;
}

.contact-lg-btn {
  display: none;
}

@media (min-width: 961px) {
  .contact-lg-btn {
    background-color: #454545;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    width: 100px;
    color: #fff;
    border-radius: 0;
    font-size: 0.75rem;
    padding: 0;
  }
  .contact-lg-btn.border-top {
    border-top: solid 1px #222;
  }
  .contact-lg-btn:hover {
    background-color: #FF7673;
  }
  .contact-lg-btn i {
    font-size: 0.75rem;
  }
}
.header-cv-block {
  display: none;
  padding: 20px;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  gap: 15px;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  text-align: center;
}

.header-cv-block .btn {
  max-width: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.75rem;
  min-height: 54px;
}

@media (max-width: 960px) {
  .header-cv-block {
    display: -ms-grid;
    display: grid;
  }
  .header-sns-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 64px;
  }
  .header-sns-links li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
  .header-sns-links a {
    text-align: center;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.75rem;
  }
}
@media (min-width: 961px) {
  .header-sns-links {
    display: none;
    position: absolute;
    top: 200px;
    right: 0;
    font-size: 0.75rem;
    width: 100px;
    background-color: white;
    z-index: 101;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  }
  .header-sns-links a {
    text-decoration: none;
    color: #454545;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
  }
  .header-sns-links a:hover {
    color: #FF7673 !important;
    background-color: rgba(245, 245, 245, 0.7);
  }
  .gnav-subCategory {
    position: absolute;
    top: 5px;
    left: auto;
    right: 100px;
  }
}
.trigger-block {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  background-color: #f5f5f5;
}

.btn-trigger {
  height: 55px;
  width: 55px;
  display: block;
  position: relative;
  cursor: pointer;
}

@media (min-width: 961px) {
  .btn-trigger {
    display: none;
  }
}
.btn-trigger span {
  width: 30px;
  left: 14px;
  background-color: #454545;
}

.btn-trigger div {
  position: absolute;
  font-size: 0.75rem;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 4px;
}

@media (min-width: 961px) {
  .btn-trigger {
    height: 100px;
    width: 100px;
  }
  .btn-trigger span {
    width: 40px;
    left: 30px;
  }
}
.btn-trigger span {
  display: inline-block;
  height: 2px;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 1px;
}

@media (min-width: 961px) {
  .btn-trigger span {
    height: 2px;
  }
}
.btn-trigger span:first-child {
  top: 35%;
}

.btn-trigger span:nth-child(2) {
  top: 49%;
}

#trigger-item:checked + .gnav-block + .trigger-block span {
  top: 40%;
}

#trigger-item:checked + .gnav-block + .trigger-block span:first-child {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

#trigger-item:checked + .gnav-block + .trigger-block span:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

footer {
  overflow-x: hidden;
}

.btn-pagetop {
  background-color: rgba(69, 69, 69, 0.9);
  color: #fefffe;
  text-decoration: none;
  width: 44px;
  height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 22px;
  position: fixed;
  right: 5px;
  bottom: -55px;
  -webkit-transition: bottom 0.4s ease-in, opacity 0.4s;
  transition: bottom 0.4s ease-in, opacity 0.4s;
  z-index: 101;
}

.btn-pagetop.slide-in {
  bottom: 65px;
  opacity: 1;
}

@media (min-width: 961px) {
  .btn-pagetop.slide-in {
    bottom: 30px;
  }
}
@media (min-width: 961px) {
  .btn-pagetop {
    right: 10px;
    opacity: 0;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    bottom: -70px;
  }
}
.gnav-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fefffe;
  z-index: 98;
  text-align: center;
}

.gnav-footer img {
  -webkit-filter: drop-shadow(5px 5px 5px #aaa);
  filter: drop-shadow(5px 5px 5px #aaa);
}

@media (min-width: 961px) {
  .gnav-footer {
    display: none;
  }
}
.gnav-footer .gnav-footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.gnav-footer .gnav-footer-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 55px) / 3);
  flex: 0 0 calc((100% - 55px) / 3);
  text-align: center;
  margin: 0;
}

.gnav-footer .gnav-footer-list a {
  color: #FF7673;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 51px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.gnav-footer .gnav-footer-list a small {
  color: #454545;
  font-size: 0.75rem;
  display: block;
}

@media (min-width: 961px) {
  .footer-address-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer-address {
  text-align: center;
  font-style: normal;
  line-height: 1.5;
}

@media (min-width: 961px) {
  .footer-address {
    text-align: left;
    font-size: 0.75rem;
  }
}
.footer-sitemap {
  font-size: 0.75rem;
}

@media (min-width: 961px) {
  .footer-sitemap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer-sitemap a {
  color: rgba(254, 255, 254, 0.9);
  text-decoration: none;
}

.footer-sitemap a:hover {
  opacity: 0.7;
}

.footer-sitemap .footer-sitemap-title {
  display: none;
}

@media (max-width: 960px) {
  .footer-sitemap .footer-sitemap-title.has-link {
    display: block;
    font-size: 0.75rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    margin: 0;
  }
  .footer-sitemap .footer-sitemap-title.has-link a {
    padding: 12px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-sitemap .footer-sitemap-title.has-link a:after {
    content: "\e930";
    font-family: "icomoon";
    font-weight: normal;
    margin-right: 5px;
  }
}
@media (min-width: 961px) {
  .footer-sitemap .footer-sitemap-title {
    display: block;
    font-size: 0.75rem;
  }
}
.footer-sitemap label {
  padding: 12px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

.footer-sitemap label:after {
  content: "\e92e";
  font-family: "icomoon";
  font-weight: normal;
  margin-right: 5px;
}

@media (max-width: 960px) {
  .footer-sitemap .border-top-sp {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
  }
  .footer-sitemap .sp-visible .footer-sitemap-title {
    display: block;
    font-size: 0.75rem;
  }
  .footer-sitemap .sitemap-links {
    margin: 0 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-sitemap .sitemap-links li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .footer-sitemap .sitemap-links.repeat3 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
  .footer-sitemap .sitemap-links .inner-item {
    line-height: 0;
  }
  .footer-sitemap .sitemap-links a {
    display: block;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
  }
  .footer-sitemap .sitemap-links i {
    line-height: 0;
  }
  .footer-sitemap .sitemap-links-open {
    margin: 0 15px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .footer-sitemap .sitemap-links-open .footer-sitemap-title {
    display: block;
    font-size: 0.75rem;
  }
  .footer-sitemap input[type=checkbox] {
    display: none;
  }
  .footer-sitemap input[type=checkbox]:checked + label + .sitemap-links a {
    visibility: visible;
    line-height: 2.5;
    opacity: 1;
    padding-bottom: 5px;
  }
  .footer-sitemap input[type=checkbox]:checked + label + .sitemap-links .inner-item {
    line-height: 1.4;
    display: inline-block;
  }
  .footer-sitemap .sitemap-item {
    margin: 0 15px;
  }
  .footer-sitemap .sitemap-item:not(:last-child) {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 961px) {
  .footer-sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-sitemap h3 {
    font-weight: bold;
    margin-bottom: 5px;
  }
  .footer-sitemap input, .footer-sitemap label {
    display: none;
  }
  .footer-sitemap .sitemap-item {
    margin-right: 30px;
  }
  .footer-sitemap .item-sm {
    max-width: 100px;
  }
  .footer-sitemap .item-md {
    max-width: 150px;
  }
  .footer-sitemap .item-lg {
    max-width: 200px;
  }
  .footer-sitemap .sitemap-links {
    font-size: 1.25rem;
  }
  .footer-sitemap .sitemap-links.lineup-links {
    max-width: 146px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-sitemap .sitemap-links li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .footer-sitemap .sitemap-links li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer-sitemap .sitemap-links li.col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.footer-sns-links {
  margin: 0 0 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (min-width: 961px) {
  .footer-sns-links {
    margin-bottom: 20px !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer-sns-links a {
  color: #fff;
  text-decoration: none;
  font-size: 0.75rem;
}

@media (min-width: 961px) {
  .footer-sns-links a {
    font-size: 0.625rem;
    margin-right: 5px;
  }
}
.align-self-end {
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-group-link {
  background-color: #003a91;
  padding-top: 10px;
  padding-bottom: 80px;
  color: #fff;
  text-align: center;
}

@media (min-width: 961px) {
  .footer-group-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer-group-link a {
  font-weight: bold;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.footer-group-link a:hover {
  opacity: 0.7;
}

.footer-group-link .footer-inner {
  max-width: 300px;
}

@media (min-width: 961px) {
  .footer-group-link .footer-inner {
    max-width: 1400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer-group-link__block {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 961px) {
  .footer-group-link .footer-group__sns-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px auto;
    grid-template-columns: 1fr auto;
    place-items: center;
    gap: 20px;
  }
}
.footer-group-link .footer-group__sns-block .sns-list {
  text-align: left;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

@media (min-width: 961px) {
  .footer-group-link .footer-group__sns-block .sns-list {
    margin-bottom: 8px;
  }
}
@media (max-width: 960px) {
  .footer-group-link .btn-group-item {
    margin-bottom: 15px;
  }
  .footer-group-link .footer-group__sns-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
  }
}
.footer-group-link .group-btn {
  text-decoration: none;
  background-color: #fff;
  color: #003a91;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 5px;
  width: 100%;
  min-width: 230px;
  text-align: center;
  border-radius: 5px;
}

.footer-group-link .group-btn + .group-btn {
  margin-top: 10px;
}

html:has(.old_page) {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  scroll-behavior: smooth;
  -webkit-transition: all;
  transition: all;
}
html:has(.old_page) .old_page {
  overflow: hidden;
  font-size: 1rem;
  color: #454545;
}
html:has(.old_page) a {
  text-decoration: none;
}
html:has(.old_page) .en {
  font-family: "Figtree", sans-serif;
}

:root {
  --z-index-header: 100;
  --z-index-modal: 200 ;
}

:root {
  --juju: #d4a791;
  --frame: #a2a0b2;
  --gaku: #c7c9cb;
  --hiraya: #bcc2ba;
  --lattice: #aaa69f;
  --moda: #849aab;
  --modacolor: #849aab;
  --nokiya: #d2c3b3;
  --rinka: #d3ba8b;
  --nordic: #a6b6b9;
  --vintage: #4a4b38 ;
}

.bg-juju {
  background: var(--juju);
}

.product-juju {
  border-top: solid 4px var(--juju);
}

.text-juju {
  color: var(--juju);
}

.border-color-juju {
  border-color: var(--juju);
}

.bg-frame {
  background: var(--frame);
}

.product-frame {
  border-top: solid 4px var(--frame);
}

.text-frame {
  color: var(--frame);
}

.border-color-frame {
  border-color: var(--frame);
}

.bg-gaku {
  background: var(--gaku);
}

.product-gaku {
  border-top: solid 4px var(--gaku);
}

.text-gaku {
  color: var(--gaku);
}

.border-color-gaku {
  border-color: var(--gaku);
}

.bg-hiraya {
  background: var(--hiraya);
}

.product-hiraya {
  border-top: solid 4px var(--hiraya);
}

.text-hiraya {
  color: var(--hiraya);
}

.border-color-hiraya {
  border-color: var(--hiraya);
}

.bg-lattice {
  background: var(--lattice);
}

.product-lattice {
  border-top: solid 4px var(--lattice);
}

.text-lattice {
  color: var(--lattice);
}

.border-color-lattice {
  border-color: var(--lattice);
}

.bg-moda {
  background: var(--moda);
}

.product-moda {
  border-top: solid 4px var(--moda);
}

.text-moda {
  color: var(--moda);
}

.border-color-moda {
  border-color: var(--moda);
}

.bg-nokiya {
  background: var(--nokiya);
}

.product-nokiya {
  border-top: solid 4px var(--nokiya);
}

.text-nokiya {
  color: var(--nokiya);
}

.border-color-nokiya {
  border-color: var(--nokiya);
}

.bg-rinka {
  background: var(--rinka);
}

.product-rinka {
  border-top: solid 4px var(--rinka);
}

.text-rinka {
  color: var(--rinka);
}

.border-color-rinka {
  border-color: var(--rinka);
}

.bg-nordic {
  background: var(--nordic);
}

.product-nordic {
  border-top: solid 4px var(--nordic);
}

.text-nordic {
  color: var(--nordic);
}

.border-color-nordic {
  border-color: var(--nordic);
}

.bg-vintage {
  background: var(--vintage);
}

.product-vintage {
  border-top: solid 4px var(--vintage);
}

.text-vintage {
  color: var(--vintage);
}

.border-color-vintage {
  border-color: var(--vintage);
}

.gnav-footer {
  width: 100%;
}

.gnav-footer-container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.gnav-footer ul {
  overflow: hidden;
}

.gnav-footer ul li {
  position: relative;
  float: left;
  list-style-type: none;
  text-align: center;
}

.gnav-footer ul li .line-right {
  display: block;
  position: absolute;
  right: 0;
  width: 1px;
  height: 50px;
  background-color: #4a4b38;
}

@media screen and (max-width: 999px) {
  .gnav-footer .gnav-footer-container {
    width: 100%;
  }
}
.page-title-block {
  position: relative;
  color: #fefffe;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 16px;
  overflow: hidden;
}

@media (min-width: 501px) {
  .page-title-block {
    height: 360px;
    padding-bottom: 40px;
  }
}
.page-title-block:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.page-title-block img {
  position: absolute;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.page-title-block .en {
  font-size: 3.4375rem;
  font-weight: 100;
  line-height: 1;
  position: relative;
  padding-left: 6vw;
  letter-spacing: 0.25rem;
  z-index: 1;
}

.page-title-block .en:before {
  content: "";
  height: 1px;
  width: 6vw;
  position: absolute;
  left: 0;
  bottom: 28px;
  background-color: #fff;
  z-index: 1;
}

@media (min-width: 501px) {
  .page-title-block .en {
    font-size: 3.4375rem;
  }
  .page-title-block .en:before {
    bottom: 45px;
  }
}
.page-title-block .page-title {
  position: static;
  z-index: 2;
  margin: 0 0 0 6.5vw;
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
}

@media (min-width: 501px) {
  .page-title-block .page-title {
    font-size: 1.0625rem;
  }
}
.page-title-secondary {
  border-top: solid 1px #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 15px;
}

.page-title-secondary h1 {
  margin: 0;
  font-weight: 300;
}

@media (min-width: 501px) {
  .page-title-secondary {
    margin-right: 100px;
  }
}
.section-title {
  background-color: #f5f5f5;
  font-weight: 700;
  text-align: center;
  font-size: 0.75rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  line-height: 1.5;
  margin-top: 5rem;
  margin-bottom: 40px;
}

@media (min-width: 501px) {
  .section-title {
    padding-top: 3.4rem;
    padding-bottom: 3.4rem;
  }
}
.article .section-title {
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 0;
  background-color: #f5f5f5;
}

@media (max-width: 960px) {
  .article .section-title {
    -moz-text-align-last: left;
    text-align-last: left;
    margin-left: -25px;
    margin-right: -25px;
  }
}
.breadcrumb {
  padding: 12px 8px;
  font-size: 0.75rem;
  background-color: #f5f6f5;
  margin-bottom: 0;
  margin-top: 0;
  color: #454545;
  line-height: 1.75;
}

.breadcrumb a {
  color: #707070;
  text-decoration: underline;
}

.breadcrumb a:hover {
  color: #FF7673;
}

.breadcrumb li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.breadcrumb li:not(:last-child):after {
  content: "/";
  margin: 0 5px;
}

:root {
  --z-index-header: 100;
  --z-index-modal: 200 ;
}

:root {
  --juju: #d4a791;
  --frame: #a2a0b2;
  --gaku: #c7c9cb;
  --hiraya: #bcc2ba;
  --lattice: #aaa69f;
  --moda: #849aab;
  --modacolor: #849aab;
  --nokiya: #d2c3b3;
  --rinka: #d3ba8b;
  --nordic: #a6b6b9;
  --vintage: #4a4b38 ;
}

.bg-juju {
  background: var(--juju);
}

.product-juju {
  border-top: solid 4px var(--juju);
}

.text-juju {
  color: var(--juju);
}

.border-color-juju {
  border-color: var(--juju);
}

.bg-frame {
  background: var(--frame);
}

.product-frame {
  border-top: solid 4px var(--frame);
}

.text-frame {
  color: var(--frame);
}

.border-color-frame {
  border-color: var(--frame);
}

.bg-gaku {
  background: var(--gaku);
}

.product-gaku {
  border-top: solid 4px var(--gaku);
}

.text-gaku {
  color: var(--gaku);
}

.border-color-gaku {
  border-color: var(--gaku);
}

.bg-hiraya {
  background: var(--hiraya);
}

.product-hiraya {
  border-top: solid 4px var(--hiraya);
}

.text-hiraya {
  color: var(--hiraya);
}

.border-color-hiraya {
  border-color: var(--hiraya);
}

.bg-lattice {
  background: var(--lattice);
}

.product-lattice {
  border-top: solid 4px var(--lattice);
}

.text-lattice {
  color: var(--lattice);
}

.border-color-lattice {
  border-color: var(--lattice);
}

.bg-moda {
  background: var(--moda);
}

.product-moda {
  border-top: solid 4px var(--moda);
}

.text-moda {
  color: var(--moda);
}

.border-color-moda {
  border-color: var(--moda);
}

.bg-nokiya {
  background: var(--nokiya);
}

.product-nokiya {
  border-top: solid 4px var(--nokiya);
}

.text-nokiya {
  color: var(--nokiya);
}

.border-color-nokiya {
  border-color: var(--nokiya);
}

.bg-rinka {
  background: var(--rinka);
}

.product-rinka {
  border-top: solid 4px var(--rinka);
}

.text-rinka {
  color: var(--rinka);
}

.border-color-rinka {
  border-color: var(--rinka);
}

.bg-nordic {
  background: var(--nordic);
}

.product-nordic {
  border-top: solid 4px var(--nordic);
}

.text-nordic {
  color: var(--nordic);
}

.border-color-nordic {
  border-color: var(--nordic);
}

.bg-vintage {
  background: var(--vintage);
}

.product-vintage {
  border-top: solid 4px var(--vintage);
}

.text-vintage {
  color: var(--vintage);
}

.border-color-vintage {
  border-color: var(--vintage);
}

.gnav-footer {
  width: 100%;
}

.gnav-footer-container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.gnav-footer ul {
  overflow: hidden;
}

.gnav-footer ul li {
  position: relative;
  float: left;
  list-style-type: none;
  text-align: center;
}

.gnav-footer ul li .line-right {
  display: block;
  position: absolute;
  right: 0;
  width: 1px;
  height: 50px;
  background-color: #4a4b38;
}

@media screen and (max-width: 999px) {
  .gnav-footer .gnav-footer-container {
    width: 100%;
  }
}
.page-title-block {
  position: relative;
  color: #fefffe;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 16px;
  overflow: hidden;
}

@media (min-width: 501px) {
  .page-title-block {
    height: 360px;
    padding-bottom: 40px;
  }
}
.page-title-block:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.page-title-block img {
  position: absolute;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.page-title-block .en {
  font-size: 3.4375rem;
  font-weight: 100;
  line-height: 1;
  position: relative;
  padding-left: 6vw;
  letter-spacing: 0.25rem;
  z-index: 1;
  word-break: break-all;
}

.page-title-block .en:before {
  content: "";
  height: 1px;
  width: 6vw;
  position: absolute;
  left: 0;
  bottom: 28px;
  background-color: #fff;
  z-index: 1;
}

@media (min-width: 501px) {
  .page-title-block .en {
    font-size: 6.25rem;
  }
  .page-title-block .en:before {
    bottom: 45px;
  }
}
.page-title-block .page-title {
  position: static;
  z-index: 2;
  margin: 0 0 0 6.5vw;
  font-size: 1.0625rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
}

@media (min-width: 501px) {
  .page-title-block .page-title {
    font-size: 1.0625rem;
  }
}
.h2, .h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.75;
  margin-top: 3.5rem;
  margin-bottom: 3rem;
}

.page-title-secondary {
  border-top: solid 1px #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 15px;
}

.page-title-secondary h1 {
  margin: 0;
  font-weight: 300;
}

@media (min-width: 501px) {
  .page-title-secondary {
    margin-right: 100px;
  }
}
.section-title {
  background-color: #f5f5f5;
  font-weight: 700;
  text-align: center;
  font-size: 0.75rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  line-height: 1.5;
  margin-top: 5rem;
  margin-bottom: 40px;
}

@media (min-width: 501px) {
  .section-title {
    padding-top: 3.4rem;
    padding-bottom: 3.4rem;
  }
}
.article .section-title {
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 0;
  background-color: #f5f5f5;
}

@media (max-width: 960px) {
  .article .section-title {
    -moz-text-align-last: left;
    text-align-last: left;
    margin-left: -25px;
    margin-right: -25px;
  }
}
.footer-contact {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.footer-contact img {
  height: auto;
}

.footer-contact.card {
  background-color: #fefffe;
  padding: 10px 10px;
  border-radius: 15px;
}

.footer-contact.card .tel {
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  font-weight: bolder;
  text-decoration: underline;
}

.footer-contact.card .tel:hover {
  opacity: 0.6;
}

.footer-contact.card .tel[href^="tel:0120"]:before {
  content: "フリーダイヤル／";
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-size: 1.74rem;
}

@media (min-width: 961px) {
  .footer-contact.card .tel {
    text-decoration: none;
    color: #454545;
    pointer-events: none;
  }
}
.footer-contact .btn.btn-primary {
  background-color: #FF7673;
  color: #fff;
}

.breadcrumb {
  padding: 12px 8px;
  font-size: 0.75rem;
  background-color: #f5f6f5;
  margin-bottom: 0;
  margin-top: 0;
  color: #454545;
  line-height: 1.75;
}

.breadcrumb a {
  color: #707070;
  text-decoration: underline;
}

.breadcrumb a:hover {
  color: #FF7673;
}

.breadcrumb li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.breadcrumb li:not(:last-child):after {
  content: "/";
  margin: 0 5px;
}

.banner-cv-item {
  position: sticky;
  bottom: 0;
  margin-top: 40px;
  z-index: 101;
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
  background-color: rgba(254, 242, 99, 0.95);
}

@media (max-width: 499px) {
  .banner-cv-item {
    -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
  }
  .banner-cv-item img {
    max-width: 92%;
  }
}
@media (min-width: 500px) {
  .banner-cv-item {
    padding-bottom: 0;
  }
  .banner-cv-item img {
    max-width: 92%;
  }
}
.banner-cv-item.is-show {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 961px) {
  .banner-cv-item.is-show a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.event-banner-block {
  padding: 1px 5px;
  max-height: 140px;
  background-color: rgba(254, 242, 99, 0.95);
}

@media (min-width: 961px) {
  .event-banner-block {
    padding: 3px 5px 0 5px;
  }
}
.banner-cv-item.banner-cv-item__animation {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: bottom;
  position: fixed;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  z-index: 95;
  bottom: -4px;
  width: calc(100% - 55px);
}

.banner-cv-item.banner-cv-item__animation img {
  max-width: 300px;
  -webkit-filter: drop-shadow(0 4px 0px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 4px 0px rgba(0, 0, 0, 0.2));
}

.banner-cv-item.banner-cv-item__animation.is-fadeout {
  bottom: -80px;
  -webkit-animation: none;
  animation: none;
}

@media (min-width: 500px) {
  .banner-cv-item.banner-cv-item__animation.is-fadeout {
    bottom: 0;
  }
}
@media (min-width: 500px) {
  .banner-cv-item.banner-cv-item__animation {
    height: 125px;
    width: 215px;
    -webkit-animation: fuwafuwa 15s infinite;
    animation: fuwafuwa 15s infinite;
  }
  .banner-cv-item.banner-cv-item__animation img {
    height: 114px;
    -webkit-filter: drop-shadow(0 4px 0px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 4px 0px rgba(0, 0, 0, 0.2));
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    bottom: 0;
  }
  10% {
    bottom: 0px;
  }
  12% {
    bottom: 10px;
  }
  15% {
    bottom: 0px;
  }
  17% {
    bottom: 10px;
  }
  20% {
    bottom: 0px;
  }
}
@keyframes fuwafuwa {
  0% {
    bottom: 0;
  }
  10% {
    bottom: 0px;
  }
  12% {
    bottom: 10px;
  }
  15% {
    bottom: 0px;
  }
  17% {
    bottom: 10px;
  }
  20% {
    bottom: 0px;
  }
}
.page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 40px auto;
}

@media (min-width: 961px) {
  .page-nav {
    margin: 60px auto 100px auto;
    max-width: 800px;
  }
}
.page-nav li {
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
}

.page-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 64px;
  color: #454545;
  position: relative;
}

.page-nav a:after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(69, 69, 69, 0.2);
}

.page-nav a.active:after {
  background-color: #454545;
}

.anchor-links-block {
  max-width: 800px;
  margin: 0 auto;
  position: sticky;
  top: -23px;
  z-index: 99;
}

@media (min-width: 961px) {
  .anchor-links-block {
    top: -27px;
  }
}
.anchor-links-title {
  margin: 0;
}

.anchor-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  margin: 0;
  gap: 5px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.anchor-links li {
  list-style: none;
}

.anchor-links a {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  color: #454545;
  background-color: #eeeeed;
}

@media (min-width: 961px) {
  .anchor-links {
    gap: 5px;
  }
  .anchor-links a {
    font-size: 0.75rem;
    padding: 8px 16px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .anchor-links a:hover {
    opacity: 0.6;
  }
}
.anchor-links .disabled {
  opacity: 0.4;
  pointer-events: none;
}

.swiper-thumbs .swiper-slide {
  cursor: pointer;
  opacity: 0.5;
}

.swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

html {
  scroll-padding-top: 60px;
}

.modal-list {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.modal-title {
  font-weight: 700;
  border-top: solid 2px rgba(69, 69, 69, 0.2);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
  position: relative;
  padding-left: 10px;
  font-size: 1.3125rem;
}

@media (min-width: 961px) {
  .modal-title {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.3125rem;
  }
}
.modal-title:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background: #454545;
  left: 0;
  top: -2px;
}

.model-item {
  margin-bottom: 40px;
}

.model-item img {
  max-width: 100%;
  height: auto;
}

.model-item dl {
  margin: 0;
}

.model-item dt {
  margin-bottom: 1rem;
}

.model-item dd {
  margin-bottom: 1.5rem;
  line-height: 1.75;
}

.model-item .btn-wrap {
  width: 100%;
}

@media (max-width: 960px) {
  .model-item .btn-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
  }
}
.model-item .btn-wrap .btn {
  min-height: 54px;
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 960px) {
  .model-item .btn-wrap .btn {
    font-size: 0.75rem;
  }
}
@media (min-width: 961px) {
  .model-item .btn-wrap .btn {
    max-width: 320px;
  }
  .model-item .btn-wrap .btn + .btn {
    margin-top: 15px;
  }
}
@media (min-width: 961px) {
  .model-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
  }
}
.model-doc {
  font-size: 0.75rem;
  padding: 30px 5vw;
}

@media (min-width: 961px) {
  .model-doc {
    font-size: 0.75rem;
    padding: 30px 0px 0 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (min-width: 961px) {
  .model-doc .tel {
    color: #454545;
    pointer-events: none;
    display: inline-block;
  }
}
@media (max-width: 960px) {
  .model-doc .tel {
    text-decoration: underline;
  }
}
.model-img {
  text-align: center;
}

@media (min-width: 961px) {
  .model-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.model-list {
  list-style: none;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.model-list li {
  border: solid 1px #454545;
  font-size: 0.75rem;
  text-align: center;
  padding: 5px 0;
  opacity: 0.2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  margin-bottom: 5px;
}

.model-list li.active {
  opacity: 1;
  background-color: #FF7673;
  color: #fff;
  border-color: #FF7673;
}

.content-merit {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.content-merit .merit-img {
  text-align: center;
}

@media (max-width: 960px) {
  .content-merit .merit-img img {
    width: 100%;
    max-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 960px) {
  .content-merit .section-title:first-of-type {
    margin-bottom: 0;
  }
}
.content-merit .h3 {
  margin-bottom: 1rem;
}

.content-merit .merit-doc {
  padding: 0 25px;
}

.page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 40px auto;
}

@media (min-width: 961px) {
  .page-nav {
    margin: 60px auto 100px auto;
    max-width: 800px;
  }
}
.page-nav li {
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
}

.page-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 64px;
  color: #454545;
  position: relative;
}

.page-nav a:after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(69, 69, 69, 0.2);
}

.page-nav a.active:after {
  background-color: #454545;
}

.anchor-links-block {
  max-width: 800px;
  margin: 0 auto;
  position: sticky;
  top: -23px;
  z-index: 99;
}

@media (min-width: 961px) {
  .anchor-links-block {
    top: -27px;
  }
}
.anchor-links-title {
  margin: 0;
}

.anchor-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  margin: 0;
  gap: 5px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.anchor-links li {
  list-style: none;
}

.anchor-links a {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  color: #454545;
  background-color: #eeeeed;
}

@media (min-width: 961px) {
  .anchor-links {
    gap: 5px;
  }
  .anchor-links a {
    font-size: 0.75rem;
    padding: 8px 16px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .anchor-links a:hover {
    opacity: 0.6;
  }
}
.anchor-links .disabled {
  opacity: 0.4;
  pointer-events: none;
}

.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1200px) {
  .wrap {
    width: 90%;
  }
}
.btn__arrow {
  font-size: 0.75rem;
  font-weight: 600;
  color: #454545;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn__arrow .btn__link {
  position: relative;
  padding-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
}

.btn__arrow .btn__link:after {
  content: "";
  position: absolute;
  left: -100%;
  bottom: 0;
  width: 200%;
  height: 1.5px;
  -webkit-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out;
  background: linear-gradient(45deg, #ff7673 50%, #454545 50%);
}

.btn__arrow .btn__link:hover:after {
  left: 0;
}

.btn__arrow i {
  font-size: 0.75rem;
  padding-left: 0.5rem;
}

.btn__arrow:hover {
  color: #ff7673;
}

.for-sp {
  display: none;
}

@media screen and (max-width: 840px) {
  .for-sp {
    display: inline-block;
  }
}
.for-pc {
  display: inline-block;
}

@media screen and (max-width: 840px) {
  .for-pc {
    display: none;
  }
}
.feature__sec-top {
  position: relative;
}

.feature__sec-top h2 {
  margin-bottom: 80px;
}

@media screen and (max-width: 840px) {
  .feature__sec-top h2 {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}
.feature__sec-sub {
  padding: 80px 0;
  border-bottom: 1px solid #ddd;
}

.feature__sec-sub:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.feature__sec-sub h2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 840px) {
  .feature__sec-sub {
    padding: 60px 0;
  }
}
.feature__txt-accent {
  color: #ff7673;
}

.feature__content-doc {
  font-size: 1.125rem;
  line-height: 2.4;
}

@media screen and (max-width: 840px) {
  .feature__content-doc {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.feature__topHead img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 75%;
  object-position: 50% 75%;
}

@media screen and (max-width: 840px) {
  .feature__topHead img {
    height: 150px;
  }
}
.feature__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 80px;
}

@media screen and (max-width: 840px) {
  .feature__contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
.feature__contents .feature__content-txtBox {
  width: 45%;
}

@media screen and (max-width: 840px) {
  .feature__contents .feature__content-txtBox {
    width: 100%;
    margin-top: 30px;
  }
}
.feature__contents .feature__content-img {
  max-width: 550px;
  width: 100%;
}

.feature__content-note {
  font-size: 0.875rem;
  color: #666;
}

.feature__content-head {
  margin: 24px 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7;
}

.feature__content-head span {
  display: inline;
  background: linear-gradient(transparent calc(100% - 2px), #535d60 2px);
}

@media screen and (max-width: 840px) {
  .feature__content-head {
    font-size: 1.25rem;
  }
}
.feature__graph {
  overflow: scroll;
}

.feature__h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #de131c;
  letter-spacing: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 840px) {
  .feature__h3 {
    font-size: 1.0625rem;
    letter-spacing: 1px;
    text-align: center;
  }
}
.feature__h3.mb-0 {
  margin-bottom: 0;
}

.feature__tables {
  max-width: 800px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 840px) {
  .feature__tables {
    max-width: auto;
    margin: 0 auto 60px;
  }
}
.feature__table {
  min-width: 800px;
  margin: auto;
  border: 1px solid #ddd;
  border-collapse: separate;
  border-spacing: 0;
}

.feature__table td, .feature__table th {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0.5em;
  background-color: #fff;
  text-align: center;
  white-space: nowrap;
}

.feature__table td img, .feature__table th img {
  width: auto;
  max-height: 90px;
}

.feature__table td .feature__table-accent, .feature__table th .feature__table-accent {
  font-size: 0.75rem;
}

@media screen and (max-width: 840px) {
  .feature__table {
    min-width: 600px;
    font-size: 0.75rem;
  }
  .feature__table .sticky {
    position: sticky;
    top: 0;
    left: 0;
    width: 150px;
    border-left: 1px solid #ddd;
    -webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.03);
    box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.03);
  }
}
.feature__detail-box {
  width: 100%;
  background-color: #f6f4f4;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 840px) {
  .feature__detail-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.feature__detail-box .feature__detail-item {
  width: 50%;
  padding-right: 30px;
  border-right: 1px solid #ccc;
}

.feature__detail-box .feature__detail-item:last-of-type {
  padding-left: 30px;
  padding-right: 0;
  border-right: none;
}

@media screen and (max-width: 840px) {
  .feature__detail-box .feature__detail-item {
    width: 100%;
    padding-right: 0;
    border-right: none;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  .feature__detail-box .feature__detail-item:last-of-type {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 30px;
    border-bottom: none;
  }
  .feature__detail-box .feature__detail-item img {
    max-width: 600px;
    width: 100%;
  }
  .feature__detail-box .feature__detail-item p {
    text-align: left;
  }
}
.feature__detail-box .feature__detail-item .font-bold {
  font-size: 1.125rem;
  font-weight: bold;
}

.feature__detail-box .feature__txt-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature__detail-box .feature__detail-txt {
  width: 48%;
}

@media screen and (max-width: 840px) {
  .feature__detail-box .feature__detail-txt {
    width: 100%;
  }
}
.feature__detail-box .feature__detail-img {
  width: 30%;
}

@media screen and (max-width: 600px) {
  .feature__detail-box .feature__detail-img {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}
.feature__detail-box .scroll-x {
  overflow-x: auto;
  max-width: 100%;
}

.feature__detail-box .scroll-x img {
  min-width: 600px;
}

.feature__subTtl-en {
  position: absolute;
  top: 2%;
  left: 0;
  font-size: 0.625rem;
  color: #ddd;
  margin: 0;
}

@media screen and (max-width: 840px) {
  .feature__subTtl-en {
    font-size: 0.75rem;
  }
}
.feature__subTtl-longlife {
  top: -60px;
}

.feature__topLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

@media screen and (max-width: 840px) {
  .feature__topLink {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.feature__topLink .feature__topAnkerLink {
  display: inline-block;
  border-left: 1px solid #ddd;
  width: 33.3%;
  font-size: 0.625rem;
  font-weight: bold;
  color: #454545;
  position: relative;
  padding-bottom: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 840px) {
  .feature__topLink .feature__topAnkerLink {
    width: 100%;
    font-size: 0.75rem;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ddd;
    padding: 12px 0 13px;
  }
}
.feature__topLink .feature__topAnkerLink:last-of-type {
  border-right: 1px solid #ddd;
}

@media screen and (max-width: 840px) {
  .feature__topLink .feature__topAnkerLink:last-of-type {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
}
.feature__topLink .feature__topAnkerLink:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #ff7673;
  border-right: solid 2px #ff7673;
  position: absolute;
  left: 50%;
  bottom: 2%;
  -webkit-transform: rotate(135deg) translateX(-50%);
  transform: rotate(135deg) translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 840px) {
  .feature__topLink .feature__topAnkerLink:after {
    left: auto;
    bottom: auto;
    right: 7%;
    top: 50%;
    -webkit-transform: rotate(135deg) translateX(-50%);
    transform: rotate(135deg) translateX(-50%);
  }
}
.feature__topLink .feature__topAnkerLink:hover {
  background-color: #f9f4f0;
}

.feature__topLink .feature__topAnkerLink:hover:after {
  bottom: 0;
}

.feature__topLink .feature__topAnkerLink .feature__topAnkerLink-en {
  font-size: 0.75rem;
  color: #ccc;
}

@media screen and (max-width: 840px) {
  .feature__topLink .feature__topAnkerLink .feature__topAnkerLink-en {
    font-size: 0.75rem;
  }
}
.feature__topItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

@media screen and (max-width: 840px) {
  .feature__topItems {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.feature__topItem {
  width: 40%;
  height: auto;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .feature__topItem {
    width: 100%;
    margin-bottom: 40px;
    text-align: right;
  }
}
.feature__topItem.img-lg {
  width: 100%;
}

@media (min-width: 601px) {
  .feature__topItem.img-lg {
    width: 60%;
  }
}
.feature__topItem .feature__imgLink-scale {
  overflow: hidden;
  border-radius: 15px;
  will-change: transform;
}

.feature__topItem .feature__imgLink-img {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature__topItem .feature__imgLink-txt {
  text-align: left;
}

.feature__imgLink-img.hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (max-width: 600px) {
  .sec__performance .modal-title, .sec__quality .modal-title {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.sec__performance-top .feature__content-note {
  text-align: right;
}

@media screen and (max-width: 840px) {
  .sec__performance-top .feature__content-note {
    text-align: left;
  }
}
.section-title {
  font-size: 1.5rem;
}

@media screen and (max-width: 840px) {
  .section-title {
    font-size: 1.5rem;
  }
}
.sec__performance .section-title-sub, .sec__quality .section-title-sub {
  font-size: 1.125rem;
}

@media screen and (max-width: 840px) {
  .sec__performance .feature__detail-img, .sec__quality .feature__detail-img {
    margin-bottom: 20px;
  }
  .sec__performance .btn__right, .sec__quality .btn__right {
    text-align: right;
  }
}
.sec__performance:last-of-type, .sec__quality:last-of-type {
  margin-bottom: 120px;
}

@media screen and (max-width: 840px) {
  .sec__performance:last-of-type, .sec__quality:last-of-type {
    margin-bottom: 80px;
  }
}
.feature__sec-koho .feature__detail-box {
  padding: 0;
  background-color: #fff;
}

.feature__sec-koho .feature__koho-img {
  width: 30%;
}

@media screen and (max-width: 600px) {
  .feature__sec-koho .feature__koho-img {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.feature__taishin-img {
  max-width: 880px;
  width: 100%;
  margin: auto;
}

.sec__quality .feature__h3 span {
  font-size: 0.75rem;
  font-weight: normal;
  color: #454545;
}

@media screen and (max-width: 840px) {
  .sec__quality .feature__h3 {
    margin-bottom: 20px;
  }
}
.sec__quality .feature__detail-box {
  display: inline-block;
}

.sec__quality .feature__detail-box .feature__img-quality {
  text-align: center;
  padding: 30px 0;
}

.sec__quality .feature__detail-box .feature__img-quality img {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.sec__quality .feature__detail-item-quality:nth-of-type(2n) {
  display: block;
  border-top: 1px solid #ccc;
}

.sec__quality .feature__detail-txt:nth-of-type(2n) {
  padding-left: 30px;
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 840px) {
  .sec__quality .feature__detail-txt:nth-of-type(2n) {
    padding-left: 0;
    border-left: none;
    padding-top: 30px;
    border-top: 1px solid #ccc;
  }
}
.setsubi-hosho-block .en {
  margin-right: 15px;
}

@media (min-width: 769px) {
  .setsubi-hosho-block {
    text-align: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .setsubi-hosho-block .en {
    display: block;
    font-weight: bolder;
    letter-spacing: 5px;
    margin-right: -5px;
  }
}
.setsubi-hosho-block dl {
  border: solid 1px #999;
  padding: 10px 15px;
}

@media (min-width: 769px) {
  .setsubi-hosho-block dl {
    padding: 20px 15px;
  }
}
.setsubi-hosho-block dd {
  padding-top: 10px;
  margin-top: 10px;
  border-top: solid 1px #999;
  font-size: 0.875rem;
}

@media (min-width: 769px) {
  .setsubi-hosho-block dd {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.bg-white {
  background-color: #fff;
  display: inline-block;
}

.grade__tables {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

@media screen and (max-width: 840px) {
  .grade__tables {
    max-width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .grade__tables .feature__content-note {
    width: 95%;
    margin: auto;
  }
}
.grade__tables .feature__table {
  margin: 0 auto;
  font-weight: bold;
  width: 100%;
}

.grade__tables .feature__table .mb-2 {
  margin-bottom: 10px;
}

.grade__tables .feature__table .mt-0 {
  margin-top: 0;
}

@media screen and (max-width: 840px) {
  .grade__tables .feature__table {
    max-width: auto;
  }
  .grade__tables .feature__table .sticky img {
    min-width: 140px;
    max-height: inherit;
  }
}
.grade__tables .feature__table thead tr th {
  background-color: #F5F5F5;
}

.grade__tables .feature__table .grade__table-accent {
  font-size: 1.5rem;
}

.grade__tables .feature__table .grade__table-color {
  color: #ff7673;
}

.grade__tables .feature__table .grade__td {
  display: block;
  background-color: #F9F4F0;
  padding: 1.2em 0.5em;
}

.grade__tables .feature__table .grade__td-pa {
  padding: 3em 0.5em;
}

.grade__content-block {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

@media (max-width: 767.98px) {
  .feature-item {
    overflow-x: auto;
  }
  .feature-item .feature__zeh-tabel {
    width: 1000px;
  }
}

.btn.w-auto {
  max-width: 90vw;
}

.feature__zeh-tabel {
  width: 100%;
  text-align: center;
}

@media (max-width: 840px) {
  .feature__zeh-tabel {
    border-left: 1px solid #ccc;
    border-collapse: separate;
    border-spacing: 0;
  }
}
.feature__zeh-tabel caption {
  font-weight: bold;
  padding: 5px 0 10px 0;
  font-size: 0.9375rem;
}

.feature__zeh-tabel th {
  font-weight: bolder;
  font-size: 0.9375rem;
  white-space: nowrap;
  border: solid 1px #ccc;
}

.feature__zeh-tabel thead th {
  padding: 8px 20px;
  background-color: #f5f5f5;
}

@media screen and (min-width: 841px) {
  .feature__zeh-tabel thead th {
    padding: 8px 20px;
  }
}
.feature__zeh-tabel tbody th {
  background-color: #fff;
}

.feature__zeh-tabel tbody td, .feature__zeh-tabel tbody th {
  padding: 12px 20px;
  border: solid 1px #ccc;
}

.feature__zeh-tabel .sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 150px;
  -webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.03);
}

.text-indigoblue {
  color: #1F4C66;
}

/*# sourceMappingURL=old_feature.css.map */
