@media print, screen and (min-width: 780.1px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 780px) {
  .pc {
    display: none !important;
  }
}

.anchor-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 780.1px) {
  .anchor-image {
    margin-top: 36px;
    padding-bottom: 32px;
    gap: 2px;
    margin: 36px auto 0 !important;
    max-width: 1400px;
  }
}
@media screen and (max-width: 780px) {
  .anchor-image {
    margin-top: 2.0512820513vw;
    margin-left: 0.5128205128vw;
    margin-right: 0.5128205128vw;
    padding-bottom: 8.2051282051vw;
    gap: 1.0256410256vw;
  }
}
@media print, screen and (min-width: 780.1px) {
  .anchor-image > * {
    width: calc((100% - 2px) / 2);
  }
}
@media screen and (max-width: 780px) {
  .anchor-image > * {
    width: calc((100% - 1.0256410256vw) / 2);
  }
}
.anchor-image a {
  display: block;
}
.anchor-image a picture {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 780.1px) {
  .anchor-image a picture {
    height: 240px;
  }
}
@media screen and (max-width: 780px) {
  .anchor-image a picture {
    height: 25.1282051282vw;
  }
}
.anchor-image a picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.anchor-image a span {
  display: block;
  font-family: neue-haas-grotesk-display, dnp-shuei-gothic-gin-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media print, screen and (min-width: 780.1px) {
  .anchor-image a span {
    margin-top: 24px;
    padding-left: 6px;
    font-size: 24px;
    letter-spacing: 0.72px;
  }
}
@media screen and (max-width: 780px) {
  .anchor-image a span {
    margin-top: 2.0512820513vw;
    padding-left: 0.5128205128vw;
    font-size: 3.5897435897vw;
  }
  .anchor-image a span::after {
    content: "";
    display: inline-block;
    background-color: #171818;
    -webkit-mask: url(../img/common/icon_down-arrow.svg) no-repeat center;
            mask: url(../img/common/icon_down-arrow.svg) no-repeat center;
    -webkit-mask-size: contain;
            mask-size: contain;
    margin-left: 2.0512820513vw;
    width: 2.8205128205vw;
    height: 3.0769230769vw;
  }
}
@media print, screen and (min-width: 780.1px) {
  .anchor-image > *:nth-child(2) span {
    padding-left: 9.5px;
  }
}
.anchor-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 780.1px) {
  .anchor-text {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 780px) {
  .anchor-text {
    margin-bottom: 2.3076923077vw;
  }
}
.anchor-text li + li::before {
  content: "";
  display: inline-block;
  background-color: #444749;
  width: 1px;
}
@media print, screen and (min-width: 780.1px) {
  .anchor-text li + li::before {
    margin: 0 24px;
    height: 14px;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
@media screen and (max-width: 780px) {
  .anchor-text li + li::before {
    margin: 0 4.1025641026vw;
    height: 3.5897435897vw;
    -webkit-transform: translateY(0.5128205128vw);
            transform: translateY(0.5128205128vw);
  }
}
.anchor-text a {
  font-family: neue-haas-grotesk-display, dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 450;
  line-height: 100%;
}
@media print, screen and (min-width: 780.1px) {
  .anchor-text a {
    font-size: 12px;
  }
}
@media screen and (max-width: 780px) {
  .anchor-text a {
    font-size: 3.0769230769vw;
  }
}
.anchor-text a::after {
  content: "";
  display: inline-block;
  background-color: #171818;
  -webkit-mask: url(../img/common/icon_down-arrow.svg) no-repeat center;
          mask: url(../img/common/icon_down-arrow.svg) no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media print, screen and (min-width: 780.1px) {
  .anchor-text a::after {
    margin-left: 4px;
    width: 10px;
    height: 12px;
  }
}
@media screen and (max-width: 780px) {
  .anchor-text a::after {
    margin-left: 1.0256410256vw;
    width: 2.8205128205vw;
    height: 3.0769230769vw;
  }
}
.anchor-text a.to-up::after {
  -webkit-transform: scaleY(-1) translate(1px, -2px);
          transform: scaleY(-1) translate(1px, -2px);
}
.anchor-text a.is-current {
  color: #000;
  font-weight: 600;
  pointer-events: none;
}
.anchor-text a.is-current::after {
  display: none;
}
@media (hover: hover) {
  .anchor-text a:hover {
    color: #171818;
    font-weight: 600;
  }
}

.floating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #787879;
  border-right: none;
  background: var(--WHITE, #FFF);
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: 1000;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.floating.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: transform 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: transform 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000), -webkit-transform 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
@media print, screen and (min-width: 780.1px) {
  .floating {
    gap: 8px;
    padding: 35px 35px 35px 96px;
  }
}
@media screen and (max-width: 780px) {
  .floating {
    display: none;
  }
}
.floating::before {
  content: "";
  display: block;
  background-color: #444749;
  -webkit-mask: url(../img/common/icon_calender.svg) no-repeat center;
          mask: url(../img/common/icon_calender.svg) no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
}
@media print, screen and (min-width: 780.1px) {
  .floating::before {
    width: 48px;
    height: 48px;
    top: 30px;
    left: 32px;
  }
}
.floating p.en {
  font-family: neue-haas-grotesk-display, dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  line-height: 100%;
}
@media print, screen and (min-width: 780.1px) {
  .floating p.en {
    font-size: 16px;
  }
}
.floating p.jp {
  color: #444749;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  line-height: 100%;
}
@media print, screen and (min-width: 780.1px) {
  .floating p.jp {
    font-size: 11px;
    letter-spacing: 0.55px;
  }
}
@media (hover: hover) {
  .floating {
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease-in-out, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: background-color 0.3s ease-in-out, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: background-color 0.3s ease-in-out, transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: background-color 0.3s ease-in-out, transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  }
  .floating::before {
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  .floating p.en {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  .floating p.jp {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  .floating:hover {
    background-color: #787879;
  }
  .floating:hover::before {
    background-color: #FFFFFF;
  }
  .floating:hover p.en {
    color: #FFFFFF;
  }
  .floating:hover p.jp {
    color: #FFFFFF;
  }
}

@media screen and (max-width: 780px) {
  .showroom {
    padding-bottom: 20.5128205128vw;
  }
}
.showroom .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media print, screen and (min-width: 780.1px) {
  .showroom .head {
    padding: 72px 22px 0 20px;
  }
}
@media screen and (max-width: 780px) {
  .showroom .head {
    padding: 13.8461538462vw 4.1025641026vw 2.3076923077vw 4.1025641026vw;
  }
}
.showroom .head .heading-M {
  line-height: 100%;
}
.showroom .head .heading-M small {
  display: inline-block;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 500;
}
@media print, screen and (min-width: 780.1px) {
  .showroom .head .heading-M small {
    margin-left: 12px;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
@media screen and (max-width: 780px) {
  .showroom .head .heading-M small {
    margin-left: 1.5384615385vw;
    -webkit-transform: translateY(-0.7692307692vw);
            transform: translateY(-0.7692307692vw);
    font-size: 3.0769230769vw;
  }
}
.showroom .cover {
  display: block;
  width: 100%;
  overflow: hidden;
}
@media print, screen and (min-width: 780.1px) {
  .showroom .cover {
    margin-top: 12px;
    height: 756px;
  }
}
@media screen and (max-width: 780px) {
  .showroom .cover {
    height: 141.0256410256vw;
  }
}
.showroom .cover img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.showroom .cover.is-show img {
  -webkit-transform: scale(1.0526);
          transform: scale(1.0526);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1.000), -webkit-transform 2.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1.000), -webkit-transform 2.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1.000), transform 2.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1.000), transform 2.5s cubic-bezier(0.645, 0.045, 0.355, 1.000), -webkit-transform 2.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.showroom .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 780.1px) {
  .showroom .intro {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 32px;
    padding: 80px 80px 144px 80px;
    margin: 0 auto !important;
    max-width: 1400px;
  }
}
@media screen and (max-width: 780px) {
  .showroom .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 780.1px) {
  .showroom .intro .text {
    max-width: 632px;
  }
}
@media screen and (max-width: 780px) {
  .showroom .intro .text {
    margin-top: 15.3846153846vw;
    width: 64.358974359vw;
  }
}
.showroom .intro .text h3 {
  font-family: neue-haas-grotesk-display, dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 450;
  line-height: 160%;
}
@media print, screen and (min-width: 780.1px) {
  .showroom .intro .text h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 780px) {
  .showroom .intro .text h3 {
    font-size: 5.1282051282vw;
  }
}
.showroom .intro .text p {
  font-weight: 400;
  line-height: 190%;
}
@media print, screen and (min-width: 780.1px) {
  .showroom .intro .text p {
    margin-top: 16px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
@media screen and (max-width: 780px) {
  .showroom .intro .text p {
    margin-top: 3.0769230769vw;
    font-size: 3.0769230769vw;
    line-height: 192%;
    letter-spacing: 0.1538461538vw;
  }
}
@media print, screen and (min-width: 780.1px) {
  .showroom .intro .text .more-btn-s-jp {
    margin-top: 24px;
    padding-top: 2px;
  }
}
@media screen and (max-width: 780px) {
  .showroom .intro .text .more-btn-s-jp {
    margin-top: 4.6153846154vw;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 780.1px) {
  .showroom .intro .image {
    width: 515px;
    height: 343px;
  }
}
@media screen and (max-width: 780px) {
  .showroom .intro .image {
    margin-top: 15.3846153846vw;
    width: 64.358974359vw;
  }
}
.showroom .intro .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.showroom .main-image {
  display: block;
  overflow: hidden;
}
@media print, screen and (min-width: 780.1px) {
  .showroom .main-image {
    margin: 0 20px;
    height: 933px;
  }
}
@media screen and (max-width: 780px) {
  .showroom .main-image {
    margin: 15.3846153846vw auto;
    width: 91.7948717949vw;
    height: 141.0256410256vw;
  }
}
.showroom .main-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.showroom .loop-image {
  overflow: hidden;
}
@media print, screen and (min-width: 780.1px) {
  .showroom .loop-image {
    margin-top: 144px;
  }
}
@media screen and (max-width: 780px) {
  .showroom .loop-image {
    margin-top: 15.3846153846vw;
  }
}
.showroom .loop-image .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
@media print, screen and (min-width: 780.1px) {
  .showroom .loop-image img {
    width: auto;
    height: 550px;
  }
}
@media screen and (max-width: 780px) {
  .showroom .loop-image img {
    height: 61.7948717949vw;
  }
}
.showroom .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 780.1px) {
  .showroom .info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 32px;
    margin-top: 144px;
    padding: 0 36px 0 20px;
    margin: 144px auto 0 !important;
    max-width: 1400px;
  }
}
@media screen and (max-width: 780px) {
  .showroom .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15.3846153846vw;
    margin-top: 4.1025641026vw;
  }
}
@media print, screen and (min-width: 780.1px) {
  .showroom .info .image {
    max-width: 869px;
  }
}
@media screen and (max-width: 780px) {
  .showroom .info .image {
    width: 100%;
    height: 69.6153846154vw;
  }
}
.showroom .info .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.showroom .info .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 780.1px) {
  .showroom .info .content {
    width: 483px;
  }
}
@media screen and (max-width: 780px) {
  .showroom .info .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.1025641026vw;
    margin: auto;
    width: 64.6153846154vw;
  }
}
.showroom .info .content .info-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 780.1px) {
  .showroom .info .content .info-image img {
    width: 220px;
  }
}
@media screen and (max-width: 780px) {
  .showroom .info .content .info-image img {
    width: 64.6153846154vw;
    height: 96.7948717949vw;
  }
}
.showroom .info .content p.data {
  color: #444749;
  font-weight: 400;
  line-height: 190%;
}
@media print, screen and (min-width: 780.1px) {
  .showroom .info .content p.data {
    margin-top: 92px;
    font-size: 10px;
    letter-spacing: 0.2px;
  }
}
@media screen and (max-width: 780px) {
  .showroom .info .content p.data {
    width: 64.6153846154vw;
    font-size: 2.8205128205vw;
  }
}
.showroom .info .content .map-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
@media print, screen and (min-width: 780.1px) {
  .showroom .info .content .map-btn {
    margin-top: 16px;
  }
}
@media screen and (max-width: 780px) {
  .showroom .info .content .map-btn {
    margin-right: auto;
    margin-bottom: -0.5128205128vw;
    padding-bottom: 2.0512820513vw;
    font-size: 3.4615384615vw;
  }
  .showroom .info .content .map-btn span::before {
    margin-left: 0.2564102564vw;
    margin-right: 0.8974358974vw;
    width: 2.6923076923vw;
    height: 3.2051282051vw;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-position: center bottom;
            mask-position: center bottom;
    -webkit-transform: translateY(0.5128205128vw);
            transform: translateY(0.5128205128vw);
  }
  .showroom .info .content .map-btn::after {
    margin-left: 0.2564102564vw;
    width: 3.8461538462vw !important;
    -webkit-mask-size: 100%;
            mask-size: 100%;
  }
}

@media print, screen and (min-width: 780.1px) {
  #tokyo {
    margin-top: 160px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 780px) {
  #tokyo {
    margin-bottom: 16.9230769231vw;
    padding-top: 1.2820512821vw;
  }
}
@media print, screen and (min-width: 780.1px) {
  #tokyo .head {
    padding-top: 80px;
  }
}
@media screen and (max-width: 780px) {
  #tokyo .head {
    padding-bottom: 2.8205128205vw;
  }
}
@media print, screen and (min-width: 780.1px) {
  #tokyo .intro .text {
    width: 514px;
  }
}
.modal {
  width: 100vw;
  height: 100vh;
  border-bottom: 1px solid #787879;
  background-color: #F0F1F2;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.modal.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.modal .head {
  position: relative;
}
@media print, screen and (min-width: 780.1px) {
  .modal .head {
    padding: 120px 20px 24px 20px;
  }
}
@media screen and (max-width: 780px) {
  .modal .head {
    padding: 31.2820512821vw 3.8461538462vw 5.1282051282vw;
  }
}
.modal .head::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #787879;
  border-bottom: 1px solid #787879;
}
@media print, screen and (min-width: 780.1px) {
  .modal .head::after {
    height: 6px;
  }
}
@media screen and (max-width: 780px) {
  .modal .head::after {
    height: 1.0256410256vw;
  }
}
.modal .head .heading-L {
  color: #BEBAB2;
  font-family: neue-haas-grotesk-display, dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 450;
}
@media print, screen and (min-width: 780.1px) {
  .modal .head .heading-L {
    font-size: 96px;
  }
}
@media screen and (max-width: 780px) {
  .modal .head .heading-L {
    font-size: 11.0256410256vw;
  }
}
.modal .intro {
  border-bottom: 1px solid #787879;
}
@media print, screen and (min-width: 780.1px) {
  .modal .intro {
    padding: 48px 80px 48px 80px;
  }
}
@media screen and (max-width: 780px) {
  .modal .intro {
    padding: 6.1538461538vw 4.1025641026vw 8.7179487179vw;
  }
}
.modal .intro h3 {
  font-family: neue-haas-grotesk-display, dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 450;
  line-height: 160%;
}
@media print, screen and (min-width: 780.1px) {
  .modal .intro h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 780px) {
  .modal .intro h3 {
    font-size: 6.6666666667vw;
  }
}
.modal .intro p {
  font-weight: 400;
}
@media print, screen and (min-width: 780.1px) {
  .modal .intro p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 190%;
    letter-spacing: 0.7px;
  }
}
@media screen and (max-width: 780px) {
  .modal .intro p {
    margin-top: 2.0512820513vw;
    margin-right: 6.1538461538vw;
    font-size: 3.3333333333vw;
    line-height: 180%;
  }
}
.modal .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-left: 1px solid #787879;
  border-right: 1px solid #787879;
  border-bottom: 1px solid #787879;
}
.modal .items:last-child {
  border-bottom: none;
}
@media print, screen and (min-width: 780.1px) {
  .modal .items {
    gap: 16px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 780px) {
  .modal .items {
    margin-left: 2.0512820513vw;
    margin-right: 2.0512820513vw;
    padding-bottom: 6.1538461538vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.0512820513vw;
  }
}
.modal .items h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: neue-haas-grotesk-display, dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 450;
  line-height: 120%;
}
@media print, screen and (min-width: 780.1px) {
  .modal .items h4 {
    padding: 22px 16px 16px 16px;
    width: 220px;
    font-size: 18px;
  }
}
@media screen and (max-width: 780px) {
  .modal .items h4 {
    margin-bottom: -0.5128205128vw;
    padding: 5.1282051282vw 6.1538461538vw 0 6.1538461538vw;
    font-size: 4.1025641026vw;
  }
}
.modal .items h4::before {
  content: "";
  display: inline-block;
  background-color: #171818;
}
@media print, screen and (min-width: 780.1px) {
  .modal .items h4::before {
    margin-right: 12px;
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@media screen and (max-width: 780px) {
  .modal .items h4::before {
    margin-right: 1.5384615385vw;
    width: 1.5384615385vw;
    height: 1.5384615385vw;
  }
}
@media print, screen and (min-width: 780.1px) {
  .modal .items .product-list {
    width: calc(100% - 236px);
  }
}
@media screen and (max-width: 780px) {
  .modal .items .product-list {
    width: 100%;
    padding: 0 0 6.1538461538vw 6.1538461538vw;
    overflow-x: scroll;
  }
}
.modal .items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 780.1px) {
  .modal .items ul {
    gap: 0 16px;
  }
}
@media screen and (max-width: 780px) {
  .modal .items ul {
    gap: 0 4.1025641026vw;
    width: 193.9743589744vw;
  }
}
@media print, screen and (min-width: 780.1px) {
  .modal .items ul li {
    width: calc((100% - 48px) / 4);
  }
}
@media screen and (max-width: 780px) {
  .modal .items ul li {
    width: 59.8717948718vw;
  }
}
@media print, screen and (min-width: 780.1px) {
  .modal .items ul li.blank {
    width: calc((100% - 48px) / 4 * 3 + 32px);
  }
}
@media screen and (max-width: 780px) {
  .modal .items ul li.blank {
    min-width: 59.8717948718vw;
    min-height: 12.3076923077vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.modal .items ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  color: #444749;
  font-weight: 500;
  line-height: 120%;
  position: relative;
}
@media print, screen and (min-width: 780.1px) {
  .modal .items ul li a {
    padding: 0 16px 13px 8px;
    height: 56px;
    font-size: 14px;
  }
}
@media screen and (max-width: 780px) {
  .modal .items ul li a {
    padding: 0 2.0512820513vw 3.0769230769vw 0;
    height: 12.3076923077vw;
    font-size: 3.0769230769vw;
  }
}
.modal .items ul li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background-color: #787879;
  color: #F0F1F2;
  font-family: neue-haas-grotesk-display, dnp-shuei-gothic-gin-std, sans-serif;
  leading-trim: both;
  text-edge: cap;
  font-weight: 450;
}
@media print, screen and (min-width: 780.1px) {
  .modal .items ul li a span {
    margin: auto auto 0 8px;
    padding: 2px 4px 2px 4px;
    height: 15px;
    font-size: 10px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 780px) {
  .modal .items ul li a span {
    margin: auto auto 0 2.0512820513vw;
    padding: 0.641025641vw 1.0256410256vw;
    height: 3.2051282051vw;
    font-size: 2.3076923077vw;
  }
}
.modal .items ul li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #444749;
  position: absolute;
  left: 0;
  bottom: 0;
}
.modal .items ul li a::after {
  content: "";
  display: inline-block;
  background-color: #444749;
  -webkit-mask: url(../img/common/icon_blank.svg) no-repeat center top;
          mask: url(../img/common/icon_blank.svg) no-repeat center top;
}
@media print, screen and (min-width: 780.1px) {
  .modal .items ul li a::after {
    margin-top: 3px;
    margin-right: 0;
    margin-bottom: 0;
    width: 12px;
    height: 12px;
    -webkit-mask-size: 11px;
            mask-size: 11px;
  }
}
@media screen and (max-width: 780px) {
  .modal .items ul li a::after {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    -webkit-mask-size: 2.5641025641vw;
            mask-size: 2.5641025641vw;
  }
}
@media (hover: hover) {
  .modal .items ul li a {
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  .modal .items ul li a span {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  .modal .items ul li a::after {
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  }
  .modal .items ul li a:hover {
    background-color: #CEC9C1;
    color: #171818;
  }
  .modal .items ul li a:hover span {
    color: #BEBAB1;
  }
  .modal .items ul li a:hover::after {
    background-color: #171818;
    -webkit-transform: translate(3px, -3px);
            transform: translate(3px, -3px);
  }
}
.modal .close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background-color: transparent;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
@media print, screen and (min-width: 780.1px) {
  .modal .close {
    width: 40px;
    height: 16px;
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 780px) {
  .modal .close {
    width: 7.6923076923vw;
    height: 3.0769230769vw;
    top: 6.1538461538vw;
    right: 4.1025641026vw;
  }
}
.modal .close::before, .modal .close::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #171818;
  position: absolute;
}
.modal .close::before {
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
}
.modal .close::after {
  -webkit-transform: rotate(-22deg);
          transform: rotate(-22deg);
}
@media (hover: hover) {
  .modal .close::before, .modal .close::after {
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  }
  .modal .close:hover::before {
    -webkit-transform: rotate(32deg);
            transform: rotate(32deg);
  }
  .modal .close:hover::after {
    -webkit-transform: rotate(-32deg);
            transform: rotate(-32deg);
  }
}