/*----------------------------------------*/
@media screen and (min-width: 769px) {
  /*----------------------------------------*/
  .container {
    position: relative !important;
  }
  .main {
    position: relative;
    height: 654px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
  }
  .main__title {
    width: 738px;
    position: relative;
    z-index: 1;
    margin: 159px 0 0;
    text-align: right;
  }
  .main__title svg {
    vertical-align: bottom;
  }
  .main__title span {
    display: block;
    width: 100%;
  }
  .main__title span:first-of-type {
    padding-bottom: 30px;
  }
  .main__title .text {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6363;
    letter-spacing: 0.06em;
    text-align: left;
    margin-bottom: 60px;
  }
  .main .subtitle {
    font-size: 44px;
    line-height: 63.71px;
    letter-spacing: 0.06em;
    font-weight: bold;
    height: 112px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(51.89deg, #4C7AD8 4.74%, #16B8CD 95.26%);
    border-radius: 90px;
    margin-top: 45px;
    padding-left: 86px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 0.3125rem) scale(0.8);
    transform: translate(0, 0.3125rem) scale(0.8);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  html:lang(en) .main .subtitle {
    font-size: 36px;
    padding-left: 50px;
    letter-spacing: 0.02em;
  }
  .main .subtitle span {
    font-size: 52px;
    line-height: 67.77px;
    letter-spacing: 0.05em;
    font-family: "Outfit";
    display: inline;
    width: auto;
    padding: 0 83px 0 0 !important;
    position: relative;
  }
  .main .subtitle span::after {
    content: "";
    display: inline-block;
    width: 34px;
    height: 5px;
    background: #fff;
    position: absolute;
    right: 23px;
    top: 30px;
  }
  .main__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 766px;
    overflow: hidden;
  }
  .main__img-cover {
    width: 100%;
    height: 766px;
    opacity: 0;
  }
  .main__img-bg {
    width: 100%;
    height: 766px;
    background: url(../img/top/main.svg) no-repeat;
    background-size: cover;
  }
  .main__fixed-link {
    width: 280px;
  }
  html:lang(en) .main__fixed-link {
    width: 270px;
  }
  html:lang(en) .main__fixed-link br {
    display: block;
  }
  .show .main__img-cover {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 2.5s cubic-bezier(0, 0.4, 0.3, 1);
    transition: -webkit-transform 2.5s cubic-bezier(0, 0.4, 0.3, 1);
    transition: transform 2.5s cubic-bezier(0, 0.4, 0.3, 1);
    transition: transform 2.5s cubic-bezier(0, 0.4, 0.3, 1), -webkit-transform 2.5s cubic-bezier(0, 0.4, 0.3, 1);
  }
  .show .main.show .main__title .subtitle {
    -webkit-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transform: translate(0, 0rem);
    transform: translate(0, 0rem);
    opacity: 1;
  }
  .contents {
    position: relative;
  }
  .section {
    text-align: center;
  }
  section .inner {
    width: 90%;
    max-width: 1028px;
    margin: 0 auto;
  }
  .parallax-image {
    position: relative;
  }
  .parallax-image::before {
    content: "";
    display: block;
  }
  .parallax-image img {
    left: 0;
    position: absolute;
    top: 0;
  }
  .searchform__column .no-result {
    display: none;
    text-align: center;
    margin: 0 auto 40px;
    font-size: 20px;
  }
  .searchform__column .no-result.expose {
    display: block;
  }
  .searchform__heading {
    background: url(../img/exhibits/bg01_pc.png) no-repeat center bottom;
    background-size: cover;
  }
  .searchform__heading .inner {
    max-width: 1068px;
    margin: 0 auto;
    padding: 50px 20px 70px;
  }
  .searchform__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 26.06px;
    letter-spacing: 0.05em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    padding-bottom: 16px;
    margin-bottom: 18px;
    border-bottom: 1px solid white;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .searchform__checkboxes {
    margin-bottom: 25px;
  }
  .searchform__checkboxes input {
    display: none;
  }
  .searchform__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .searchform__item {
    font-size: 14px;
    width: 144px;
    height: 38px;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  html:lang(en) .searchform__item label span {
    width: 194px;
    height: 42px;
    line-height: 1;
  }
  html:lang(en) .searchform__item {
    height: 42px;
    width: 194px;
  }
  .searchform__item label span {
    display: block;
    width: 144px;
    height: 38px;
    border-radius: 50px;
    border: 1px solid white;
    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;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: background-color, border-color, color;
    transition-property: background-color, border-color, color;
    padding: 0 15px 2px;
  }
  .searchform .checkLists01 .searchform__item label span:hover {
    background: #002E7E;
    color: #fff;
    border-color: #002E7E;
  }
  .searchform .checkLists01 .searchform__item label:has(input:checked) span {
    background: #002E7E;
    color: #fff;
    border-color: #002E7E;
  }
  .searchform .checkLists02 .searchform__item label span:hover {
    background: #006E8D;
    color: #fff;
    border-color: #006E8D;
  }
  .searchform .checkLists02 .searchform__item label:has(input:checked) span {
    background: #006E8D;
    color: #fff;
    border-color: #006E8D;
  }
  .searchform .checkLists03 .searchform__item label span:hover {
    background: #4285D6;
    color: #fff;
    border-color: #4285D6;
  }
  .searchform .checkLists03 .searchform__item label:has(input:checked) span {
    background: #4285D6;
    color: #fff;
    border-color: #4285D6;
  }
  .searchform__buttons {
    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;
    margin: 25px 0 0;
  }
  .searchform__button {
    width: 252px;
    height: 60px;
    margin: 0 6px;
    color: #000520;
    text-align: left;
    border-radius: 90px;
    overflow: hidden;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    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;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #fff;
    -webkit-transition-property: background-color, border-color, color;
    transition-property: background-color, border-color, color;
  }
  .searchform__button button[type=submit] {
    width: 252px;
    height: 60px;
    background: none;
    cursor: pointer;
    font-size: 18px;
    color: #000520;
    line-height: 26.06px;
    border: none;
    border-radius: 90px;
    overflow: hidden;
  }
  .searchform__button .allclear {
    font-size: 18px;
    line-height: 26.06px;
    border: none;
    background: none;
    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;
    width: 252px;
    height: 60px;
  }
  .searchform .btn-submit {
    background: white;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 0;
  }
  .searchform .btn-submit::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(51.89deg, #4C7AD8 4.74%, #16B8CD 95.26%);
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background-position: 0% 0%;
  }
  .searchform .btn-submit:hover button[type=submit] {
    color: white;
  }
  .searchform .btn-submit:hover::before {
    opacity: 1;
    background-position: 100% 50%;
  }
  .searchform .btn-clear {
    background: #94939E;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
  }
  .searchform .btn-clear:hover {
    opacity: 0.7;
  }
  .searchform__freewords {
    margin-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .searchform__freewords input[type=text] {
    width: 100%;
    height: 38px;
    border: none;
    background: white;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.27px;
    letter-spacing: 0.05em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
  }
  .searchform__freewords input[type=text]::-webkit-input-placeholder {
    color: #9C9DA4;
  }
  .searchform__freewords input[type=text]::-moz-placeholder {
    color: #9C9DA4;
  }
  .searchform__freewords input[type=text]:-ms-input-placeholder {
    color: #9C9DA4;
  }
  .searchform__freewords input[type=text]::-ms-input-placeholder {
    color: #9C9DA4;
  }
  .searchform__freewords input[type=text]::placeholder {
    color: #9C9DA4;
  }
  .searchform .freewords__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 26.06px;
    letter-spacing: 0.05em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    width: 182px;
    padding: 7px 0 0;
    letter-spacing: 0.06em;
  }
  .searchform .freewords__text {
    position: relative;
    width: 658px;
    width: 64%;
    margin-right: 10px;
  }
  .searchform .freewords__search {
    width: 38px;
    height: 38px;
    background: #061034;
    position: absolute;
    right: 0;
    top: 0;
    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;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow: hidden;
  }
  .searchform .freewords__search button[type=submit] {
    border: none;
    color: #000520;
    background: none;
    cursor: pointer;
  }
  .searchform .freewords__reset {
    width: 155px;
    height: 38px;
    margin-left: auto;
  }
  .searchform .freewords__reset .reset {
    font-size: 16px;
    color: #000520;
    font-weight: 400;
    line-height: 23.17px;
    letter-spacing: 0.05em;
    text-align: center;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    background: #94939E;
    width: 155px;
    height: 38px;
    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;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .searchform .freewords__reset .reset:hover {
    opacity: 0.7;
  }
  .searchform__column {
    padding: 70px 20px 45px;
    background: url(../img/exhibits/bg02_pc.png) no-repeat center bottom;
    background-size: cover;
  }
  .cards {
    max-width: 1028px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cards__item {
    display: none;
    max-width: 326px;
    width: 31.8%;
    padding: 18px;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 25px;
    cursor: pointer;
  }
  .cards__item:hover .card__img img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  .cards__item.hitcard {
    display: block;
  }
  .cards::after {
    content: "";
    display: block;
    width: 31.8%;
  }
  .card__exhibition {
    display: none;
  }
  .card__img {
    height: 120px;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .card__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 120px;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .card__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
  }
  .card__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    margin-top: 8px;
    padding-bottom: 13px;
    border-bottom: 1px solid white;
  }
  .card__text__inner {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    width: 100%;
  }
  .card__tags {
    width: 252px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .card__tags li {
    min-width: 74px;
    height: 26px;
    border-radius: 50px;
    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: 12px;
    color: white;
    font-weight: 400;
    line-height: 17.38px;
    letter-spacing: 0.05em;
    text-align: center;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    padding: 0 10px 2px;
    margin-top: 8px;
    margin-right: 5px;
  }
  .card__tags li.area {
    color: white;
    background: #002E7E;
  }
  .card__tags li.needs {
    color: white;
    background: #006E8D;
  }
  .card__tags li.collabo {
    color: white;
    background: #4285D6;
  }
  .card__num {
    font-size: 12px;
    font-weight: 400;
    line-height: 17.38px;
    letter-spacing: 0.05em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    padding-top: 8px;
  }
  .paginate {
    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;
    margin: 10px;
  }
  .paginate.conceal {
    display: none;
  }
  .paginate button {
    border: none;
    background: none;
    margin: 0 6px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .paginate button.conceal {
    display: none;
  }
  .paginate button:hover {
    opacity: 0.7;
  }
  .paginate button:disabled {
    opacity: 0.3;
    cursor: default;
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .paginate button:disabled:hover {
    opacity: 0.3;
  }
  .paginate__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paginate__button button {
    font-family: "Outfit";
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    width: 30px;
    height: 30px;
    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-radius: 40px;
    color: #061034;
    background-color: white;
    margin: 0 4px;
    cursor: pointer;
  }
  .paginate__button button.active {
    color: white;
    background: #061034;
    cursor: default;
  }
  .contact {
    position: relative;
    overflow: hidden;
    background: url(../img/pitch/bg_pc.jpg) no-repeat;
    background-size: cover;
    padding: 0 30px;
  }
  .contact .parallax-image {
    position: absolute;
  }
  .contact .parallax-image::before {
    padding-top: 608px;
  }
  .contact__box {
    max-width: 1028px;
    width: 100%;
    margin: 70px auto;
    padding: 60px 50px 50px;
    background: white;
    border-radius: 18px;
    text-align: center;
  }
  .contact__box .border-green-title {
    margin-bottom: 30px;
  }
  .contact__box .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    color: #061034;
    margin-bottom: 30px;
  }
  .contact__guide {
    padding: 35px 0 40px;
    border: 1px solid #061034;
    border-radius: 14px;
    overflow: hidden;
  }
  .contact__guide .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #061034;
    margin-bottom: 22px;
  }
  .contact__guide .title .small {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
  .contact__guide .btn-mail {
    width: 409px;
    margin: 0 auto;
    position: relative;
  }
  .contact__guide .btn-mail a:before {
    content: "";
    display: block;
    width: 21px;
    height: 18px;
    background: url(../img/common/icon_mail.svg) no-repeat;
    position: absolute;
    top: 19.5px;
    right: 19.5px;
  }
  .modal__outer {
    position: relative;
  }
  .modal__skin {
    position: relative;
  }
  .modal__shift {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
    margin: -30px 0 0 0;
  }
  .modal__shift.conceal {
    display: none;
  }
  .modal__shift__btn {
    position: absolute;
    top: 0;
    width: 61px;
    aspect-ratio: 1/1;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .modal__shift__btn.prev {
    left: -70px;
  }
  .modal__shift__btn.next {
    right: -70px;
  }
  .modal__shift__btn.prev:hover {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  .modal__shift__btn.next:hover {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  .modal__shift__char {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
  }
  .modal__shift__btn.prev .modal__shift__char {
    background-image: url(../img/common/prev.png);
  }
  .modal__shift__btn.next .modal__shift__char {
    background-image: url(../img/common/next.png);
  }
  .modal__shift .touchelm {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .modal__shift .touchelm:hover {
    opacity: 0.6;
  }
  .modal__each {
    display: none;
  }
  .modal__each.awake {
    display: block;
  }
  .modal .card__tags li {
    margin-top: 10px;
  }
  .modal__desc {
    width: 503px;
  }
  .modal__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
  }
  .modal__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    padding-bottom: 18px;
    border-bottom: 1px solid #D9D9D9;
    max-height: 200px;
    overflow-y: auto;
    padding-right: 10px;
  }
  .modal__text::-webkit-scrollbar {
    width: 10px;
    height: 90%;
  }
  .modal__text::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 8px;
  }
  .modal__text::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 8px;
  }
  .modal__text.dot-line {
    border-bottom: none;
    background: url(../img/common/dot_wh.svg) repeat-x bottom;
  }
  .modal__text + .modal__title {
    padding-top: 18px;
  }
  .modal__image .modal__title {
    width: 252px;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .modal__booth-number {
    padding-top: 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.27px;
    letter-spacing: 0.05em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
  }
  .modal__img {
    height: 105px;
  }
  .modal__img img {
    height: 105px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .modal .link-text {
    font-size: 14px;
    margin-top: 15px;
    color: white;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    display: block;
  }
  .modal .link-text:hover {
    text-decoration: none;
  }
  /*----------------------------------------*/
}
@media screen and (max-width: 768px) {
  /*----------------------------------------*/
  .container img {
    max-width: 100%;
    width: 100%;
  }
  .main {
    position: relative;
    height: 113.5897435897vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    padding-top: 36.9230769231vw;
  }
  .main__title {
    width: 87.6923076923vw;
    z-index: 1;
  }
  .main__title span {
    display: block;
    width: 100%;
  }
  .main__title span img {
    width: 100%;
  }
  .main__title span:first-of-type {
    width: 80vw;
    margin-left: 3.5vw;
  }
  .main__title span:nth-of-type(2) {
    width: 43.8461538462vw;
    margin: 2.8vw 4vw 7vw 0vw;
    float: right;
  }
  .main .subtitle {
    width: 87.6923076923vw;
    height: 24.1025641026vw;
    font-size: 5.1282051282vw;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: bold;
    background: linear-gradient(51.89deg, #4C7AD8 4.74%, #16B8CD 95.26%);
    border-radius: 90px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 0.3125rem) scale(0.8);
    transform: translate(0, 0.3125rem) scale(0.8);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    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;
    -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;
    padding-bottom: 1vw;
  }
  .main .subtitle span {
    font-size: 6.1538461538vw;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: "Outfit";
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
  }
  .main .subtitle span::after {
    content: "";
    display: block;
    width: 4.1025641026vw;
    height: 0.5128205128vw;
    margin: 2vw auto;
    background: #fff;
  }
  .main__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 113.5897435897vw;
    overflow: hidden;
  }
  .main__img-cover {
    width: 100%;
    height: 113.5897435897vw;
    opacity: 0;
  }
  .main__img-bg {
    width: 100%;
    height: 113.5897435897vw;
    background: url(../img/top/main.svg) no-repeat right bottom;
    background-size: auto 113.5897435897vw;
  }
  .main__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 3.3333333333vw;
    top: 19.4871794872vw;
  }
  .main .sns__item {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  .main .sns__item:not(:last-child) {
    margin-right: 4.358974359vw;
  }
  .main__fixed-link a {
    padding: 0 6vw 0 0 !important;
  }
  .main__fixed-link a .ico {
    top: 3.6vw;
  }
  html:lang(en) .main__title .text {
    line-height: 1.6;
  }
  .show .main__img-cover {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 2.5s cubic-bezier(0, 0.4, 0.3, 1);
    transition: -webkit-transform 2.5s cubic-bezier(0, 0.4, 0.3, 1);
    transition: transform 2.5s cubic-bezier(0, 0.4, 0.3, 1);
    transition: transform 2.5s cubic-bezier(0, 0.4, 0.3, 1), -webkit-transform 2.5s cubic-bezier(0, 0.4, 0.3, 1);
  }
  .show .main.show .main__title .subtitle {
    -webkit-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transform: translate(0, 0rem);
    transform: translate(0, 0rem);
    opacity: 1;
  }
  .contents {
    position: relative;
  }
  section .inner {
    width: 89.7435897436vw;
    margin: 0 auto;
    padding: 20.5128205128vw 0;
    text-align: center;
  }
  .searchform__column .no-result {
    display: none;
    text-align: center;
    margin: 0 auto 5vw;
    font-size: 4.6153846154vw;
  }
  .searchform__column .no-result.expose {
    display: block;
  }
  .searchform__heading {
    background: url(../img/exhibits/bg01_sp.png) no-repeat center bottom;
    background-size: cover;
  }
  .searchform__heading .inner {
    width: 89.7435897436vw;
    margin: 0 auto;
    padding: 7.6923076923vw 0;
  }
  .searchform__title {
    font-size: 4.6153846154vw;
    padding-bottom: 3.8461538462vw;
    margin-bottom: 4.4871794872vw;
    border-bottom: 1px solid white;
  }
  .searchform__checkboxes {
    margin-bottom: 2.5641025641vw;
  }
  .searchform__checkboxes input {
    display: none;
  }
  .searchform__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .searchform__list::after {
    content: "";
    display: block;
    width: 28.2051282051vw;
  }
  .searchform__item {
    font-size: 3.5897435897vw;
    min-width: 28.2051282051vw;
    height: 9.2307692308vw;
    margin-bottom: 3.0769230769vw;
  }
  html:lang(en) .searchform__item {
    font-size: 3.4vw;
    line-height: 1;
    height: 11vw;
    width: 43.5vw;
  }
  html:lang(en) .searchform__item label span {
    height: 11vw;
  }
  .searchform__item label span {
    display: block;
    min-width: 28.2051282051vw;
    height: 9.7435897436vw;
    border-radius: 12.8205128205vw;
    border: 1px solid white;
    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;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: background-color, border-color, color;
    transition-property: background-color, border-color, color;
    padding: 0 3vw 2px;
  }
  .searchform .checkLists01 .searchform__item label span:hover {
    background: #002E7E;
    color: #fff;
    border-color: #002E7E;
  }
  .searchform .checkLists01 .searchform__item label:has(input:checked) span {
    background: #002E7E;
    color: #fff;
    border-color: #002E7E;
  }
  .searchform .checkLists02 .searchform__item label span:hover {
    background: #006E8D;
    color: #fff;
    border-color: #006E8D;
  }
  .searchform .checkLists02 .searchform__item label:has(input:checked) span {
    background: #006E8D;
    color: #fff;
    border-color: #006E8D;
  }
  .searchform .checkLists03 .searchform__item {
    width: 43.5vw;
  }
  .searchform .checkLists03 .searchform__item label span:hover {
    background: #4285D6;
    color: #fff;
    border-color: #4285D6;
  }
  .searchform .checkLists03 .searchform__item label:has(input:checked) span {
    background: #4285D6;
    color: #fff;
    border-color: #4285D6;
  }
  .searchform__buttons {
    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;
    margin: 2.5641025641vw auto 5.1282051282vw;
  }
  .searchform__button {
    color: #000520;
    text-align: left;
    border-radius: 23.0769230769vw;
    overflow: hidden;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    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;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: white;
    -webkit-transition-property: background-color, border-color, color;
    transition-property: background-color, border-color, color;
  }
  .searchform__button button[type=submit] {
    width: 57.6923076923vw;
    height: 15.3846153846vw;
    background: none;
    cursor: pointer;
    font-size: 4.358974359vw;
    font-weight: 300;
    color: #000520;
    line-height: 5.941025641vw;
    border: none;
    border-radius: 23.0769230769vw;
    overflow: hidden;
  }
  .searchform__button .allclear {
    font-size: 4.1025641026vw;
    line-height: 5.941025641vw;
    border: none;
    background: none;
    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;
    width: 29.4871794872vw;
    height: 15.3846153846vw;
  }
  .searchform .btn-submit {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 0;
  }
  .searchform .btn-submit::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(51.89deg, #4C7AD8 4.74%, #16B8CD 95.26%);
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background-position: 0% 0%;
  }
  .searchform .btn-submit:hover button[type=submit] {
    color: white;
  }
  .searchform .btn-submit:hover::before {
    opacity: 1;
    background-position: 100% 50%;
  }
  .searchform .btn-clear {
    background: #94939E;
  }
  .searchform__freewords input[type=text] {
    width: 100%;
    height: 9.7435897436vw;
    border: none;
    font-size: 3.5897435897vw;
    font-weight: 400;
    line-height: 5.1974358974vw;
    letter-spacing: 0.05em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    border-radius: 1.5384615385vw;
    overflow: hidden;
    padding: 0 3.5897435897vw;
  }
  .searchform__freewords input[type=text]::-webkit-input-placeholder {
    color: #9C9DA4;
  }
  .searchform__freewords input[type=text]::-moz-placeholder {
    color: #9C9DA4;
  }
  .searchform__freewords input[type=text]:-ms-input-placeholder {
    color: #9C9DA4;
  }
  .searchform__freewords input[type=text]::-ms-input-placeholder {
    color: #9C9DA4;
  }
  .searchform__freewords input[type=text]::placeholder {
    color: #9C9DA4;
  }
  .searchform .freewords__title {
    font-size: 4.6153846154vw;
    font-weight: 700;
    line-height: 6.6820512821vw;
    letter-spacing: 0.05em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    letter-spacing: 0.06em;
    padding-bottom: 4.1025641026vw;
    margin-bottom: 4.6153846154vw;
    border-bottom: 1px solid white;
  }
  .searchform .freewords__text {
    position: relative;
  }
  .searchform .freewords__search {
    width: 9.7435897436vw;
    height: 9.7435897436vw;
    background: #061034;
    position: absolute;
    right: 0;
    top: 0;
    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;
    border-top-right-radius: 1.5384615385vw;
    border-bottom-right-radius: 1.5384615385vw;
    overflow: hidden;
  }
  .searchform .freewords__search button[type=submit] {
    border: none;
    background: none;
    cursor: pointer;
  }
  .searchform .freewords__reset {
    width: 39.7435897436vw;
    height: 9.7435897436vw;
    margin: 4.6153846154vw auto 0;
  }
  .searchform .freewords__reset .reset {
    font-size: 4.1025641026vw;
    color: #000520;
    font-weight: 400;
    line-height: 5.941025641vw;
    letter-spacing: 0.05em;
    text-align: center;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    background: #94939E;
    width: 39.7435897436vw;
    height: 9.7435897436vw;
    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;
    border-radius: 12.8205128205vw;
    overflow: hidden;
  }
  .searchform__column {
    padding: 7.6923076923vw 0 12.8205128205vw;
    background: url(../img/exhibits/bg02_sp.png) no-repeat;
    background-size: cover;
  }
  .cards {
    width: 83.5897435897vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cards__item {
    display: none;
    width: 100%;
    padding: 4.6153846154vw;
    border-radius: 4.6153846154vw;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 5.1282051282vw;
  }
  .cards__item.hitcard {
    display: block;
  }
  .card__exhibition {
    display: none;
  }
  .card__img {
    height: 32vw;
    margin-bottom: 2.5641025641vw;
  }
  .card__img img {
    width: 100%;
    height: 32vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .card__title {
    font-size: 4.1025641026vw;
    font-weight: 700;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    margin-bottom: 0.5128205128vw;
  }
  .card__text {
    font-size: 3.5897435897vw;
    font-weight: 400;
    line-height: 6.6666666667vw;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    margin-top: 2.0512820513vw;
    padding-bottom: 3.3333333333vw;
    border-bottom: 1px solid white;
  }
  .card__text__inner {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    width: 100%;
  }
  .card__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .card__tags li {
    min-width: 18.9743589744vw;
    height: 6.6666666667vw;
    border-radius: 12.8205128205vw;
    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: 3.0769230769vw;
    color: white;
    font-weight: 400;
    line-height: 4.4564102564vw;
    letter-spacing: 0.05em;
    text-align: center;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    margin-right: 1.2820512821vw;
    padding: 0 2vw;
    margin-top: 2.0512820513vw;
  }
  .card__tags li.area {
    color: white;
    background: #002E7E;
  }
  .card__tags li.needs {
    color: white;
    background: #006E8D;
  }
  .card__tags li.collabo {
    color: white;
    background: #4285D6;
  }
  .card__num {
    font-size: 3.0769230769vw;
    font-weight: 400;
    line-height: 4.4564102564vw;
    letter-spacing: 0.05em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    padding-top: 2.0512820513vw;
  }
  .paginate {
    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;
    margin: 2.5641025641vw auto 0;
  }
  .paginate.conceal {
    display: none;
  }
  .paginate button {
    border: none;
    background: none;
    margin: 0 1.5384615385vw;
  }
  .paginate button.conceal {
    display: none;
  }
  .paginate button:disabled {
    opacity: 0.3;
    cursor: default;
  }
  .paginate__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paginate__button button {
    font-family: "Outfit";
    font-size: 3.3333333333vw;
    font-weight: 400;
    line-height: 5.3846153846vw;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    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-radius: 10.2564102564vw;
    color: #061034;
    background-color: white;
    margin: 0 1.0256410256vw;
  }
  .paginate__button button.active {
    color: white;
    background: #061034;
  }
  .contact {
    background: url(../img/pitch/bg_sp.jpg) no-repeat;
    background-size: 100% auto;
    background-position: 150%;
    text-align: center;
    padding: 10.2564102564vw 5.1282051282vw 12.8205128205vw;
  }
  .contact .parallax-image {
    position: absolute;
  }
  .contact .parallax-image::before {
    padding-top: 135.3846153846vw;
  }
  .contact .parallax-image img {
    top: -100%;
  }
  .contact__box {
    background: white;
    padding: 10.2564102564vw 7.6923076923vw;
    border-radius: 4.6153846154vw;
  }
  .contact__box .border-green-title {
    margin-bottom: 7.6923076923vw;
  }
  .contact__box .text {
    font-size: 4.1025641026vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: left;
    color: #061034;
    margin-bottom: 7.6923076923vw;
  }
  .contact__guide {
    padding: 4.692308vw 0 6vw;
    border: 1px solid #061034;
    border-radius: 3.5897435897vw;
    overflow: hidden;
  }
  .contact__guide .title {
    font-size: 4.6153846154vw;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
    color: #061034;
    margin-bottom: 4.6153846154vw;
  }
  .contact__guide .title .small {
    font-size: 4.1025641026vw;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    display: block;
    margin-bottom: 2vw;
  }
  .contact__guide .btn-mail {
    font-size: 2.8205128205vw;
    width: 63.0769230769vw;
    height: 12.5641025641vw;
    margin: 0 auto;
    position: relative;
  }
  .contact__guide .btn-mail a {
    padding-right: 5vw;
  }
  .contact__guide .btn-mail a:before {
    content: "";
    display: block;
    width: 5.3846153846vw;
    height: 4.6153846154vw;
    background: url(../img/common/icon_mail.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 4vw;
    right: 3vw;
  }
  .modal__wrapper {
    padding: 6.1538461538vw 0 6.1538461538vw 0;
  }
  .modal__outer {
    position: relative;
  }
  .modal__skin {
    position: relative;
  }
  .modal__shift {
    position: absolute;
    left: 0;
    bottom: -21vw;
    width: 100%;
    height: 17vw;
    text-align: center;
  }
  .modal__shift.conceal {
    display: none;
  }
  .modal__shift__btn {
    display: inline-block;
    vertical-align: top;
    width: 13vw;
    aspect-ratio: 1/1;
    margin: 0 4vw 0 4vw;
  }
  .modal__shift__char {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
  }
  .modal__shift__btn.prev .modal__shift__char {
    background-image: url(../img/common/prev.png);
  }
  .modal__shift__btn.next .modal__shift__char {
    background-image: url(../img/common/next.png);
  }
  .modal__shift .touchelm {
    display: block;
    width: 100%;
    height: 100%;
  }
  .modal__each {
    display: none;
    padding-top: 9vw;
  }
  .modal__each.awake {
    display: block;
  }
  .modal .card__tags {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .modal .card__tags li {
    font-size: 3.3vw;
  }
  .modal__title {
    font-size: 5.1282051282vw;
    font-weight: 700;
    line-height: 7.6923076923vw;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    margin-top: 6.4102564103vw;
  }
  .modal__text {
    font-size: 4.1025641026vw;
    font-weight: 400;
    line-height: 7.1794871795vw;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    padding-bottom: 6.4102564103vw;
    border-bottom: 1px solid #D9D9D9;
  }
  .modal__text.dot-line {
    border-bottom: none;
    background: url(../img/common/dot_wh.svg) repeat-x bottom;
    background-size: 450px auto;
  }
  .modal__text + .modal__title {
    margin-top: 0;
    padding-top: 6.4102564103vw;
  }
  .modal__booth-number {
    padding-top: 2.0512820513vw;
    font-size: 3.5897435897vw;
    font-weight: 400;
    line-height: 5.1974358974vw;
    letter-spacing: 0.05em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
  }
  .modal .link-text {
    font-size: 4.1025641026vw;
    color: white;
    font-weight: 400;
    line-height: 6.6666666667vw;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    display: block;
    margin-top: 3.8461538462vw;
  }
  .modal__image .modal__img {
    height: 32vw;
  }
  .modal__image .modal__img img {
    height: 32vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .modal__image .modal__title {
    font-size: 4.6153846154vw;
    font-weight: 700;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    margin: 3vw 0 1vw;
    line-height: 1.6;
  }
  /*----------------------------------------*/
} /* end of media query */
/*----------------------------------------*/