/* setting */
:root {
  --color-bg:#E9E4C1;
}

html {
  font-family: "aktiv-grotesk", "Helvetica Neue", "Arial", sans-serif;
  font-size: clamp(10px, 0.781vw, 13px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.666vw;
  }
}
html img {
  max-width: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
  width: 100%;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

/* swiper */
.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100vh;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainVisual {
  height: 100vh;
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.mainVisual__image {
  width: 100%;
  height: 100vh;
}
.mainVisual__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 75rem;
  z-index: 2;
}
.mainVisual__text {
  position: absolute;
  z-index: 2;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.024rem;
  line-height: 150%;
  padding: 1.5rem;
}
.mainVisual__text--top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mainVisual__text--bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mainVisual .titleIn {
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

/* common */
.contentsBlock__image {
  height: auto;
  width: 100%;
  position: relative;
}
@media (hover: hover) {
  .contentsBlock__image:hover {
    cursor: pointer;
  }
}
.contentsBlock .openBtn {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .contentsBlock .openBtn {
    width: 2rem;
  }
}
.contentsBlock .openBtn img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contentsBlock .openBtn img {
    -webkit-filter: drop-shadow(0 0 0 #fff) drop-shadow(0 0 0 #fff);
            filter: drop-shadow(0 0 0 #fff) drop-shadow(0 0 0 #fff);
  }
}

.fadeIn {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
.fadeIn.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .fadeIn--late {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}

.sec01 .contentsBlock {
  background: var(--color-bg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13rem 0 15rem;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .sec01 .contentsBlock {
    padding: 10rem 0 8.5rem;
    gap: 6rem;
  }
}
.sec01 .contentsBlock__image {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .sec01 .contentsBlock__image {
    max-width: 43.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec01 .contentsBlock__image {
    width: 22.5rem;
  }
}
.sec01 .contentsBlock__text {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .sec01 .contentsBlock__text {
    max-width: 37rem;
  }
}
@media screen and (max-width: 767px) {
  .sec01 .contentsBlock__text {
    width: 25.6rem;
  }
}

.sec02 .contentsBlock {
  background: var(--color-bg);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec02 .contentsBlock {
    overflow: hidden;
  }
}
.sec02 .contentsBlock__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sec02 .contentsBlock__image li {
  width: 50vw;
  position: relative;
}
.sec02 .loopImage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: loopScroll 20s linear infinite;
          animation: loopScroll 20s linear infinite;
}
.sec02 .loopImage li {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.sec02 .loopImage li img {
  width: 27rem;
  height: 100%;
  display: block;
}
@-webkit-keyframes loopScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes loopScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.sec03 .contentsBlock {
  position: relative;
  padding-bottom: 16rem;
}
.sec03 .contentsBlock__bg {
  width: 84rem;
  margin-top: -10rem;
  margin-left: -0.5rem;
  z-index: -1;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec03 .contentsBlock__bg {
    width: 33rem;
    margin: 0 auto 0 0;
  }
}
.sec03 .contentsBlock__image {
  position: absolute;
  top: 16rem;
  right: 13rem;
  width: 60.6rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec03 .contentsBlock__image {
    width: 28rem;
    top: 8rem;
    right: 0;
  }
}
.sec03 .contentsBlock__image .imageWrap {
  position: relative;
}

.sec04 .contentsBlock {
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec04 .contentsBlock {
    min-height: 100vh;
    margin-bottom: 18rem;
  }
}
@media screen and (max-width: 767px) {
  .sec04 .contentsBlock {
    margin-bottom: 8rem;
  }
}
.sec04 .contentsBlock .imageWrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec04 .contentsBlock .imageWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec04 .contentsBlock__image {
  height: 100%;
}
.sec04 .contentsBlock__image--01 {
  width: 50rem;
}
@media screen and (max-width: 767px) {
  .sec04 .contentsBlock__image--01 {
    width: 26rem;
    margin: 0 auto 24rem;
  }
}
.sec04 .contentsBlock__image--02 {
  width: 60rem;
}
@media screen and (min-width: 768px) {
  .sec04 .contentsBlock__image--02 {
    padding-top: 12.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec04 .contentsBlock__image--02 {
    width: 31rem;
    margin: 0 0 5rem auto;
  }
}
.sec04 .contentsBlock__image--03 {
  width: 40rem;
  margin: 27rem 7rem 0 auto;
}
@media screen and (max-width: 767px) {
  .sec04 .contentsBlock__image--03 {
    width: 22.5rem;
    margin: 0 auto 0 2rem;
  }
}
.sec04 .contentsBlock__bg {
  position: absolute;
  z-index: -1;
  top: 53rem;
  left: 15rem;
  width: 59rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec04 .contentsBlock__bg {
    width: 26rem;
    left: 0;
    top: 29.5rem;
  }
}
@media screen and (min-width: 768px) {
  .sec04 .contentsBlock__text {
    position: absolute;
    left: 15rem;
    bottom: 11rem;
    width: 42rem;
  }
}
@media screen and (max-width: 767px) {
  .sec04 .contentsBlock__text {
    margin: 0 auto 6rem 2rem;
    width: 30rem;
  }
}

.sec05 .contentsBlock__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 3rem 12rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec05 .contentsBlock__image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 2rem 10rem;
  }
}
.sec05 .contentsBlock__image li {
  max-width: 60rem;
  height: 100%;
}

.sec06 .contentsBlock {
  margin-bottom: 11.2rem;
  padding-bottom: 33rem;
}
@media screen and (max-width: 767px) {
  .sec06 .contentsBlock {
    padding-bottom: 23rem;
    margin-bottom: 5rem;
  }
}
.sec06 .contentsBlock__image {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec06 .contentsBlock__image img {
    height: 42rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }
}

.sec07 .contentsBlock {
  position: relative;
  z-index: 0;
  min-height: 80rem;
}
.sec07 .contentsBlock::before {
  content: "";
  position: absolute;
  top: 33rem;
  left: 0;
  width: 100%;
  height: calc(100% - 33rem);
  background: var(--color-bg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec07 .contentsBlock::before {
    top: 23rem;
    height: calc(100% - 23rem);
  }
}
.sec07 .contentsBlock__image--01 {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .sec07 .contentsBlock__image--01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
    margin-top: -33rem;
    margin-bottom: 14rem;
  }
}
@media screen and (max-width: 767px) {
  .sec07 .contentsBlock__image--01 li:first-child {
    width: 27.5rem;
    margin: -23rem auto 6rem;
  }
}
.sec07 .contentsBlock__image--01 li {
  max-width: 49.5rem;
  height: 100%;
}
.sec07 .contentsBlock__image--01 li:last-child {
  background-image: url("/src/feature/20250815_slobe/images/7-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  display: flow-root;
}
.sec07 .contentsBlock__image--01 li:last-child .imageWrap {
  margin: 8.8rem 6.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec07 .contentsBlock__image--01 li:last-child .imageWrap {
    margin: 6.6rem 5rem;
  }
}
.sec07 .contentsBlock__image--02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 11rem;
}
@media screen and (max-width: 767px) {
  .sec07 .contentsBlock__image--02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8rem 0 8.5rem;
  }
}
.sec07 .contentsBlock__image--02 li:first-child {
  width: 60rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .sec07 .contentsBlock__image--02 li:first-child {
    padding-top: 21.5rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec07 .contentsBlock__image--02 li:first-child {
    width: 31rem;
    margin: 0 0 4.3rem auto;
  }
}
.sec07 .contentsBlock__image--02 li:last-child {
  width: 45rem;
  height: 100%;
  border: 1.5rem solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec07 .contentsBlock__image--02 li:last-child {
    left: calc((100vw - 60rem - 45rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .sec07 .contentsBlock__image--02 li:last-child {
    width: 30rem;
    margin: 0 auto;
  }
}
.sec07 .contentsBlock__image--03 {
  display: grid;
  grid-template-columns: 58% 42%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .sec07 .contentsBlock__image--03 li:first-child {
    position: relative;
    min-height: 0;
    overflow: hidden;
  }
  .sec07 .contentsBlock__image--03 li:first-child img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec07 .contentsBlock__image--03 li:last-child img {
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    min-height: 100%;
    -o-object-position: 66% center;
       object-position: 66% center;
  }
}
@media screen and (max-width: 767px) {
  .sec07 .contentsBlock__image--03 {
    display: block;
  }
}

.sec08 .contentsBlock {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  .sec08 .contentsBlock {
    margin-top: 10rem;
  }
}
.sec08 .contentsBlock__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 3rem 15.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec08 .contentsBlock__image {
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 2rem 6rem;
  }
}
.sec08 .contentsBlock__image li {
  max-width: 60rem;
  height: 100%;
}

.sec09 .contentsBlock {
  position: relative;
  padding-bottom: 17rem;
}
@media screen and (max-width: 767px) {
  .sec09 .contentsBlock {
    padding-bottom: 8.5rem;
  }
}
@media screen and (min-width: 768px) {
  .sec09 .contentsBlock .imageWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 21.5rem;
  }
}
.sec09 .contentsBlock .imageWrap__image {
  width: 60rem;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec09 .contentsBlock .imageWrap__image {
    width: 31rem;
    margin: 0 auto 4.5rem 0;
  }
}
.sec09 .contentsBlock .imageWrap__item {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .sec09 .contentsBlock .imageWrap__item {
    width: 27rem;
    position: relative;
    right: calc((100vw - 60rem - 27rem) / 2);
    top: 45rem;
  }
}
@media screen and (max-width: 767px) {
  .sec09 .contentsBlock .imageWrap__item {
    width: 18.1rem;
    margin: 0 auto 6.3rem 2rem;
  }
}
.sec09 .contentsBlock__image--02 {
  border: solid 1.5rem var(--color-bg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .sec09 .contentsBlock__image--02 {
    width: 45rem;
    position: absolute;
    top: 0;
    left: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .sec09 .contentsBlock__image--02 {
    width: 30rem;
    margin: 0 auto;
  }
}

.sec10 .contentsBlock {
  width: 100%;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .sec10 .contentsBlock {
    padding-bottom: 8rem;
  }
}
.sec10 .contentsBlock .imageWrap {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec10 .contentsBlock .imageWrap {
    overflow: hidden;
    aspect-ratio: 375/380;
  }
  .sec10 .contentsBlock .imageWrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 48% 0%;
       object-position: 48% 0%;
  }
}
.sec10 .contentsBlock .imageWrap__text {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .sec10 .contentsBlock .imageWrap__text {
    width: 18%;
    top: 40%;
    left: 9.375%;
  }
}
@media screen and (max-width: 767px) {
  .sec10 .contentsBlock .imageWrap__text {
    width: 15.2rem;
    left: 3rem;
    bottom: 4.8rem;
  }
}

.sec11 .contentsBlock {
  padding-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .sec11 .contentsBlock {
    padding-bottom: 13.2rem;
  }
}
@media screen and (min-width: 768px) {
  .sec11 .contentsBlock__image--01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.sec11 .contentsBlock__image--01 li:first-child {
  width: 36rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec11 .contentsBlock__image--01 li:first-child {
    width: 24rem;
    margin: 0 0 6rem auto;
  }
}
.sec11 .contentsBlock__image--01 li:last-child {
  width: 64rem;
  height: 100%;
  padding-top: 10.5rem;
}
@media screen and (max-width: 767px) {
  .sec11 .contentsBlock__image--01 li:last-child {
    width: 33rem;
    padding-top: 0;
    margin: 0 auto 6rem 0;
  }
}
.sec11 .contentsBlock__image--02 {
  margin: -21.7rem 10.5rem 0 auto;
  width: 43.8rem;
}
@media screen and (max-width: 767px) {
  .sec11 .contentsBlock__image--02 {
    width: 28rem;
    margin: 0 auto;
  }
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 3rem;
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .footer__link {
    padding-bottom: 6rem;
  }
}
.footer__link li:first-child {
  width: 11.1rem;
  height: 100%;
}
.footer__link li:last-child {
  width: 9.8rem;
  height: 100%;
}
@media (hover: hover) {
  .footer__link a:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
  }
}
.footer__staff {
  text-align: center;
  font-size: 1.1rem;
  padding-bottom: 6rem;
}
.footer__staff li + li {
  padding-top: 0.5rem;
}
.footer__image {
  width: 30rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .footer__image {
    width: 22.5rem;
  }
}
.footer__company {
  text-align: center;
  padding: 4rem 0;
}
.footer__company small {
  font-size: 0.9rem;
}

/* modal */
.js-modal {
  width: 100%;
  height: 100%;
  margin: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.js-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

.modalBlock {
  background: #fff;
}
.modalBlock__close {
  position: fixed;
  top: 4rem;
  right: 4rem;
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .modalBlock__close {
    width: 2rem;
    top: 2rem;
    right: 2rem;
  }
}
.modalBlock__close img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .modalBlock__close img {
    -webkit-filter: brightness(0) drop-shadow(0 0 0 #000) drop-shadow(0 0 0 #000);
            filter: brightness(0) drop-shadow(0 0 0 #000) drop-shadow(0 0 0 #000);
  }
}
.modalBlock__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.modalBlock__item > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .modalBlock__item > li {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.modalBlock .modalArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .modalBlock .modalArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}
.modalBlock .modalArea__image {
  width: 50rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .modalBlock .modalArea__image {
    width: 100vw;
  }
}
.modalBlock .modalArea__credit {
  font-size: 1.1rem;
}
.modalBlock .modalArea__credit > li {
  display: grid;
  width: 38rem;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .modalBlock .modalArea__credit > li {
    width: 33rem;
  }
}
.modalBlock .modalArea__credit li + li {
  padding-top: 1em;
}
.modalBlock .modalArea__credit .creditWrap .item {
  font-size: 1.1rem;
}
.modalBlock .modalArea__credit .creditWrap .item::after {
  content: "/";
  margin: 0 0.25em;
}
.modalBlock .modalArea__credit .creditWrap .brand {
  margin-right: 0.25em;
}
@media screen and (max-width: 767px) {
  .modalBlock .modalArea__credit .creditWrap .brand {
    display: inline-block;
    max-width: 15rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .modalBlock .modalArea__credit .creditWrap .item, .modalBlock .modalArea__credit .creditWrap .price {
    vertical-align: middle;
  }
}
.modalBlock .modalArea__credit .item-d-none > a {
  display: none;
}
.modalBlock .modalArea__credit a {
  width: 100%;
  font-size: 0.9rem;
  padding-bottom: 0.1rem;
  position: relative;
}
.modalBlock .modalArea__credit a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
}
@media (hover: hover) {
  .modalBlock .modalArea__credit a:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
  }
}/*# sourceMappingURL=style.css.map */