@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;
}

: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: 5.5rem;
  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: 10rem;
  }
  .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.5rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
}

@media (min-width: 501px) {
  .page-title-block .page-title {
    font-size: 1.7rem;
  }
}
.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 {
  margin-top: 40px;
  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: 1.8rem;
  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: 1.3rem;
  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;
}

.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: 1.3rem;
  color: #454545;
  background-color: #eeeeed;
}

@media (min-width: 961px) {
  .anchor-links {
    gap: 5px;
  }
  .anchor-links a {
    font-size: 1.4rem;
    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;
}

@font-face {
  font-family: "Zen Old Mincho bold";
  font-style: normal;
  src: url("/assets/font/ZenOldMincho/ZenOldMincho-Bold.woff") format("woff");
  font-display: optional;
  font-weight: 500;
}
@font-face {
  font-family: "Zen Old Mincho";
  font-style: normal;
  src: url("/assets/font/ZenOldMincho/ZenOldMincho-Regular.woff") format("woff");
  font-display: optional;
  font-weight: 400;
}
@font-face {
  font-family: "Cinzel";
  font-style: normal;
  src: url("/assets/font/Cinzel/Cinzel-Regular.woff") format("woff");
  font-display: optional;
  font-weight: 400;
}
.header .site-logo {
  position: relative;
  z-index: 99;
}

.header:before {
  content: "";
  width: 100%;
  height: 55px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  z-index: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  top: 0;
}

@media (min-width: 961px) {
  .header:before {
    height: 100px;
  }
}
.page-title-secondary {
  border: none;
  position: relative;
  z-index: 10;
}

.page-title-secondary .btn-light:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.6)));
  background: linear-gradient(rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.6) 50%);
}

.lineup-frame {
  color: #2E3C51;
  font-family: "Zen Old Mincho", serif;
}

.lineup-frame h2, .lineup-frame h3 {
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 2px;
}

.lineup-frame section {
  position: relative;
}

.lineup-frame .bg-lightgray {
  background-color: #f7f7f7;
}

.lineup-frame .bg-gray {
  background-color: #eee;
}

.lineup-frame .bg-bluegray {
  background-color: #66777f;
  color: #fff;
}

.lineup-frame .bg-darkgray {
  background-color: #353638;
}

.lineup-frame .bg-white {
  background: white;
}

.lineup-frame .btn {
  letter-spacing: 0.2rem;
  border-radius: 0;
  color: #fff;
  height: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 90%;
  max-width: 400px;
  font-size: 1.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.lineup-frame .btn img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  right: -5px;
  -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.2));
}

.lineup-frame .btn:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.lineup-frame .btn:hover img {
  right: -10px;
}

.lineup-frame .btn-orange {
  background: hsl(13, 69%, 51%);
}

.lineup-frame .btn-outline-white {
  border: solid 1px #fff;
}

.lineup-frame .btn-outline-white:hover {
  background-color: #fff;
  color: #2E3C51;
}

.lineup-frame .ff-min {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.2rem;
  font-weight: 300 !important;
}

.lineup-frame .ff-min-en {
  font-family: "Cinzel", serif !important;
  font-weight: 400;
  letter-spacing: 0.2rem;
}

.lineup-frame .ff-en {
  font-family: "figtree", sans-serif;
  letter-spacing: 2px;
  font-weight: 400;
}

.lineup-frame .fs-20 {
  font-size: clamp(1.6rem, 1rem + 1.1vw, 1.8rem);
  line-height: 2.4;
}

.lineup-frame .inner-content {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 961px) {
  .lineup-frame .inner-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.lineup-frame .line-height-2 {
  line-height: 2.4;
}

.lineup-frame .bg-text-block {
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}

@media (min-width: 961px) {
  .lineup-frame .bg-text-block {
    top: 0;
  }
}
.lineup-frame .bg-text {
  font-size: 60px;
  letter-spacing: 10px;
  mix-blend-mode: color-burn;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.3 !important;
}

@media (min-width: 961px) {
  .lineup-frame .bg-text {
    font-size: 140px;
  }
}
.lineup-frame .text-white {
  color: #fff;
}

.lineup-frame .text-rl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: absolute;
  white-space: nowrap;
}

.lineup-frame .d-grid {
  display: -ms-grid;
  display: grid;
}

.lineup-frame .frame-secondary-title {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  position: relative;
  margin: 0 0 0 0;
  line-height: 1.4;
  text-align: right;
}

@media (min-width: 961px) {
  .lineup-frame .frame-secondary-title {
    margin: 0 50px 0 0;
    font-size: 4rem;
  }
}
.lineup-frame .frame-secondary-title span {
  border-right: solid 1px #fff;
}

.lineup-frame .section-secondary-title {
  font-size: 32px;
}

.lineup-frame .swiper-button-next:after, .lineup-frame .swiper-button-prev:after {
  font-family: "icomoon";
  color: #fff;
  content: "\e901";
  font-size: clamp(3rem, 1vw + 3rem, 5rem);
}

.lineup-frame .swiper-button-prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.lineup-frame .swiper-pagination-bullet {
  border-radius: 0;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.3;
  mix-blend-mode: color-burn;
}

.lineup-frame .swiper-pagination-bullet-active {
  width: 60px;
  mix-blend-mode: color-burn;
  opacity: 0.8;
}

@media (min-width: 961px) {
  .lineup-frame .d-lg-none {
    display: none;
  }
}
.anime-text-LtR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  overflow: hidden;
  width: 100vw;
}

.anime-text-LtR span {
  white-space: nowrap;
  -webkit-animation: loop 30s linear infinite;
  animation: loop 30s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.mv {
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
  max-height: 75vh;
  overflow: hidden;
}

@media (min-width: 961px) {
  .mv {
    max-height: 75vh;
  }
}
.mv .mv-title {
  position: fixed;
  top: 24vh;
  left: 13vw;
  max-width: 48vw;
  -webkit-filter: drop-shadow(0 0 2rem rgba(37, 52, 70, 0.5));
  filter: drop-shadow(0 0 2rem rgba(37, 52, 70, 0.5));
}

@media (min-width: 961px) {
  .mv .mv-title {
    position: absolute;
    top: 30%;
    left: 120px;
  }
}
.mv .mv-bg {
  height: 75vh;
  display: block;
}

@media (min-width: 961px) {
  .mv .mv-bg {
    height: 75vh;
  }
}
.mv .mv-bg img {
  height: 90vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  top: 0;
  position: fixed;
  z-index: -1;
}

@media (min-width: 961px) {
  .mv .mv-bg img {
    height: 100vh;
  }
}
.consept-block .bg-text-block {
  top: 30%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
}

.consept-block .bg-text-block .bg-text {
  opacity: 0.1 !important;
}

.consept-block .inner-content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.consept-block .title-block {
  position: relative;
  top: -100px;
}

.consept-block .title-block img {
  position: absolute;
  right: -10px;
  max-width: 18vw;
}

@media (min-width: 961px) {
  .consept-block .title-block {
    top: -180px;
  }
}
.about-img-block {
  position: relative;
}

@media (min-width: 961px) {
  .about-img-block {
    margin-top: -80px;
  }
}
.about-img-block figcaption {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-3d {
  max-width: 100%;
}

.about-3d .bg-text-block {
  opacity: 0.3;
  top: -12px;
}

@media (max-width: 960px) {
  .about-3d .bg-text-block {
    position: absolute;
    top: 82vw;
  }
}
.about-3d .about-3d-content {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 2;
  display: block;
}

@media (min-width: 961px) {
  .about-3d .about-3d-content {
    font-size: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 961px) {
  .about-3d figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 800px;
    flex: 0 0 800px;
  }
}
.about-3d .text-block {
  max-width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
}

.about-wall .bg-text {
  overflow: hidden;
  right: 0;
}

.about-wall .d-lg-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.about-wall .frame-secondary-title {
  margin-right: 80px;
}

.about-wall figure {
  position: relative;
  text-align: center;
}

@media (min-width: 961px) {
  .about-wall figure {
    max-width: 60vw;
    margin-top: -80px;
  }
}
.about-wall figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 961px) {
  .about-wall figure figcaption {
    top: 20%;
    left: -90px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.about-wall .text-block {
  padding-top: 40px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-wall .text-block .btn {
  width: 74vw;
}

@media (min-width: 961px) {
  .about-wall .text-block {
    max-width: 450px;
  }
  .about-wall .text-block .btn {
    min-width: 300px;
  }
}
.detail-block {
  z-index: 2;
}

.detail-block .tagline-block {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 961px) {
  .detail-block .tagline-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
  }
}
.detail-block .tagline-block .title-blcok {
  position: absolute;
  right: 20px;
  top: -30px;
  z-index: 2;
  max-width: 80px;
}

@media (min-width: 961px) {
  .detail-block .tagline-block .title-blcok {
    right: 40px;
    top: -50px;
    position: static;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: -180px;
    max-width: 100px;
  }
}
.detail-block .tagline-block .tagline-block-img {
  margin-bottom: 60px;
}

@media (min-width: 961px) {
  .detail-block .tagline-block .tagline-block-img {
    width: 500px;
    max-width: 46vw;
  }
}
.detail-block .tagline-block .text-block {
  line-height: 2.4;
}

@media (min-width: 961px) {
  .detail-block .tagline-block .text-block {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    min-width: 280px;
  }
  .detail-block .tagline-block .text-block p {
    line-height: 2;
    letter-spacing: 3px;
    text-orientation: upright;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media (min-width: 961px) {
  .detail-block .photo-block {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.detail-block .photo-block .photo-block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 961px) {
  .detail-block .photo-block .photo-block-item {
    max-width: 60vw;
  }
}
.detail-block .photo-block .photo-text-item {
  z-index: 9;
  position: relative;
  margin-top: -60px;
  padding-left: 40px;
  padding-right: 40px;
}

@media (min-width: 961px) {
  .detail-block .photo-block .photo-text-item {
    margin-top: 0;
  }
}
@media (min-width: 961px) {
  .detail-block .photo-block1 .photo-block-item {
    text-align: center;
    width: 1000px;
    max-width: 60vw;
    margin-left: auto;
  }
  .detail-block .photo-block2 .photo-block-item {
    text-align: center;
    width: 1000px;
    max-width: 60vw;
    margin-right: auto;
  }
}
.detail-block .detail-title {
  font-size: 3.4rem;
}

#video-frame3d {
  width: 100%;
  max-width: 100vw;
  aspect-ratio: 16/9;
  height: 56.25vw;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.order-2 {
  -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;
  margin-left: auto;
}

.order-1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.technology-block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.technology-block .bg-text {
  top: -100px;
  left: -10px;
}

.technology-block .swiper-tech {
  margin-top: 100px;
  overflow: visible;
}

.technology-block .swiper-tech .swiper-slide {
  position: relative;
  display: block;
}

.technology-block .swiper-tech .swiper-slide .swiper-slide-item {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

.technology-block .swiper-tech .swiper-slide h3 {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.2rem;
}

@media (min-width: 961px) {
  .technology-block .swiper-tech .swiper-slide h3 {
    font-size: 24px;
  }
}
.technology-block .swiper-tech .swiper-slide img {
  aspect-ratio: 16/9;
  overflow: hidden;
}

.technology-block .swiper-tech .swiper-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.technology-block .swiper-tech .swiper-pagination {
  top: -60px;
  bottom: auto;
  margin-bottom: 10px;
}

.technology-block .swiper-tech .swiper-pagination .swiper-pagination-bullet {
  background: none !important;
  text-indent: 0.5rem;
  font-weight: 500;
  height: 50px;
  white-space: nowrap;
  font-size: 20px;
  width: 28%;
  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;
  letter-spacing: 1rem;
  border-bottom: solid 4px rgba(46, 60, 81, 0.3);
  opacity: 1;
  margin: 0;
}

.technology-block .swiper-tech .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-bottom: solid 4px #2e3c51;
}

.technology-block .swiper-tech .btn {
  height: 48px;
  width: 240px;
  max-width: 60vw;
}

.lineup-title-block .ff-en {
  padding-left: 6px;
}

@media (max-width: 960px) {
  .lineup-title-block {
    padding-left: 10px;
  }
}
.catalog-block {
  max-width: 1200px;
  margin-left: 2px;
  margin-right: 2px;
}

.catalog-block .bg-text {
  bottom: 0;
  right: 10px;
  position: absolute;
}

@media (min-width: 961px) {
  .catalog-block {
    margin-left: auto;
    margin-right: auto;
  }
}
.catalog-block .d-lg-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2px;
}

@media (min-width: 961px) {
  .catalog-block .d-lg-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.catalog-block .catalog-item {
  position: relative;
  text-align: center;
  color: #fff;
  display: block;
  overflow: hidden;
}

.catalog-block .catalog-item:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.catalog-block .catalog-item .catalog-title-group {
  line-height: 1.4;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.catalog-block .catalog-item .catalog-title {
  font-size: 32px;
  margin-top: 1.4rem;
  white-space: nowrap;
}

.catalog-block .catalog-item .icon-arrow-right {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.catalog-block .catalog-item .bg-img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.catalog-block .catalog-item:hover .bg-img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.catalog-block .catalog-item:hover .icon-arrow-right {
  right: 5px;
}

.all-lineup-block {
  padding-top: 100px;
  padding-bottom: 50px;
}

.all-lineup-block .lineup-title-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.all-lineup-block .photo-block-item {
  max-width: 100%;
  overflow: hidden;
}

.all-lineup-block .swiper-lineup {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  overflow: visible;
}

.all-lineup-block .swiper-lineup .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
}

.all-lineup-block .swiper-lineup .swiper-slide .bg-img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
}

.all-lineup-block .swiper-lineup .swiper-slide:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.all-lineup-block .swiper-lineup .swiper-slide:hover .bg-img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.all-lineup-block .swiper-lineup .swiper-slide:hover .icon-arrow-right {
  right: 5px;
}

.all-lineup-block .swiper-lineup .lineup-title {
  font-size: 28px;
  margin-top: 1.4rem;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 2;
}

.all-lineup-block .swiper-lineup .icon-arrow-right {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 961px) {
  .all-lineup-block .swiper-lineup .swiper-button-next {
    right: -15px;
  }
  .all-lineup-block .swiper-lineup .swiper-button-prev {
    left: -15px;
  }
}
.all-lineup-block .swiper-lineup .bg-img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.page-title-secondary .fs-12 {
  color: #fff;
}

.mv,
.mv .mv-bg {
  height: auto;
  max-height: auto;
  aspect-ratio: 1600/723;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #66777f 50%, #66777f 100%);
}

.mv .mv-bg img {
  object-fit: fill;
  width: 100%;
  height: auto;
  top: 100px;
  position: fixed;
  z-index: 1;
}

@media (max-width: 961px) {
  .mv,
  .mv .mv-bg {
    height: auto;
    max-height: auto;
    aspect-ratio: 800/520;
  }
  .mv .mv-bg img {
    top: 55px;
  }
}
/* ------------------------------------------ */
.pc {
  display: block;
}

.sp {
  display: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ------------------------------------------ */
.sec01 {
  background-color: #66777f;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}

.sec01 .wrapper {
  margin: 0 auto;
  max-width: 800px;
  padding: 50px 0 50px;
}

.sec01 .wrapper .title {
  margin: 0;
  font-size: 17.6px;
  letter-spacing: 0.1em;
}

.sec01 .wrapper .heading {
  margin: 0.7em 0 0;
  font-size: 20.8px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.sec01 .wrapper .text {
  margin: 1.1em 0 0;
  font-size: 14.4px;
  letter-spacing: 0.1em;
  line-height: 2;
}

.sec01 .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec01 .wrapper ul li {
  width: 48%;
  margin: 0 0 40px 0;
}

.sec01 .wrapper ul li:nth-of-type(2) {
  text-align: right;
}

.sec01 .wrapper ul li img {
  width: 80%;
}

/* ------------------------------------------ */
.sec02 {
  background-color: #fff;
  font-family: "Zen Old Mincho", serif;
}

.sec02 .wrapper {
  margin: 0 auto;
  max-width: 800px;
  padding: 70px 0 70px;
}

.sec02 .wrapper .title {
  margin: 0.7em 0 0;
  font-size: 20.8px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.sec02 .wrapper .text {
  margin: 1.1em 0 0;
  font-size: 14.4px;
  letter-spacing: 0;
  line-height: 2;
}

.sec02 .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

.sec02 .wrapper ul li {
  width: 48%;
  margin: 0 0 40px 0;
}

/* ------------------------------------------ */
.sec03 {
  background-color: #fff;
  font-family: "Zen Old Mincho", serif;
}

.sec03 .wrapper {
  margin: 0 auto;
  max-width: 800px;
  padding: 70px 0 70px;
}

.sec03 .wrapper .img {
  margin: 0;
  padding: 0 0 20px;
}

.sec03 .wrapper .title {
  margin: 0.7em 0 0;
  font-size: 20.8px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.sec03 .wrapper .text {
  margin: 1.1em 0 0;
  font-size: 14.4px;
  letter-spacing: 0.1em;
  line-height: 2;
}

.sec03 .wrapper div.relative {
  position: relative;
}

.sec03 .wrapper div.relative .text {
  position: absolute;
}

.sec03 .wrapper div.relative {
  position: relative;
}

.sec03 .wrapper .ratio {
  padding: 10px 0 70px;
}

/* ------------------------------------------ */
.sec04 {
  background-color: #fff;
  font-family: "Zen Old Mincho", serif;
}

.sec04 .wrapper {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 0 70px;
}

.sec04 .wrapper .img {
  margin: 0;
}

.sec04 .wrapper .heading {
  margin: 0.7em 0 0;
  font-size: 20.8px;
  letter-spacing: -0.1em;
  line-height: 1.8;
}

.sec04 .wrapper .text {
  margin: 1.1em 0 0;
  font-size: 14.4px;
  letter-spacing: 0.1em;
  line-height: 2;
}

.sec04 .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

.sec04 .wrapper ul li {
  width: 48%;
  margin: 0 0 40px 0;
}

.sec04 .wrapper ul li img {
  padding: 10em 0 0;
}

/* ------------------------------------------ */
.sec05 {
  background-color: #fff;
  font-family: "Zen Old Mincho", serif;
}

.sec05 .wrapper {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 0 100px;
}

.sec05 .wrapper .img {
  margin: 0;
}

.sec05 .wrapper .heading {
  margin: 0.7em 0 0;
  font-size: 20.8px;
  letter-spacing: -0.1em;
  line-height: 1.8;
}

.sec05 .wrapper .text {
  margin: 1.1em 0 0;
  font-size: 14.4px;
  letter-spacing: 0;
  line-height: 2;
}

.sec05 .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

.sec05 .wrapper ul li {
  width: 48%;
  margin: 0 0 40px 0;
}

/* ------------------------------------------ */
.sec06 {
  background-color: #fff;
  font-family: "Zen Old Mincho", serif;
}

.sec06 .wrapper {
  margin: 0 auto;
  max-width: 800px;
  padding: 70px 0 70px;
}

.sec06 .wrapper .img {
  margin: 0;
}

/* ------------------------------------------ */
/* ------------------------------------------ */
@media (max-width: 961px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sec01 .wrapper {
    padding: 10px 0 10px;
    width: 90%;
  }
  .sec01 .wrapper ul li {
    width: 100%;
  }
  .sec01 .wrapper ul li img {
    width: 100%;
  }
  .sec02 .wrapper {
    padding: 10px 0 10px;
    width: 90%;
  }
  .sec02 .wrapper ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .sec03 .wrapper {
    padding: 10px 0 10px;
    width: 90%;
  }
  .sec03 .wrapper .title {
    margin: 0 0 0;
  }
  .sec03 .wrapper div.relative .text {
    position: static;
  }
  .sec04 .wrapper {
    padding: 10px 0 10px;
    width: 90%;
  }
  .sec04 .wrapper ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .sec04 .wrapper ul li img {
    padding: 0;
  }
  .sec05 .wrapper {
    padding: 10px 0 50px;
    width: 90%;
  }
  .sec05 .wrapper ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .sec06 .wrapper {
    width: 90%;
    padding: 50px 0 10px;
  }
}

/*# sourceMappingURL=old_lineup-frame.css.map */
