.p-locations {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-locations {
    padding-top: 170px;
  }
  .p-locations--confirm {
    padding-top: 0;
  }
  .p-locations-button {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 40px;
    z-index: 10;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-locations-button .c-button {
    padding: 0 60px;
  }
  .p-locations-button.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .p-locations-list {
    padding: 0 0 116px;
  }
  .p-locations-list__inner {
    width: 86.25%;
  }
  .p-locations-list__heading-title {
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.03em;
  }
  .p-locations-list__heading-description {
    margin-top: 32px;
    font-size: 15px;
    line-height: 1.9;
    text-align: center;
  }
  .p-locations-list__nav {
    margin-top: 81px;
    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;
    gap: 32px;
  }
  .p-locations-list__nav-item {
    font-size: 15px;
    opacity: 0.3;
  }
  .p-locations-list__nav-item.is-active {
    opacity: 1;
  }
  .p-locations-list__nav-item:hover {
    opacity: 1;
  }
  .p-locations-list__list {
    margin-top: 27px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 44px 24px;
  }
  .p-locations-list__item {
    position: relative;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .p-locations-list__item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    aspect-ratio: 352/472;
    background: #000;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    pointer-events: none;
    z-index: 5;
  }
  .p-locations-list__item--comingsoon {
    pointer-events: none;
  }
  .p-locations-list__item.is-visible {
    opacity: 1;
  }
  .p-locations-list__item.is-active {
    display: block;
  }
  .p-locations-list__item:not(:has(.p-locations-list__item-logo)) .p-locations-list__item-image::after {
    display: none;
  }
  .p-locations-list__item:hover::after {
    opacity: 0.5;
  }
  .p-locations-list__item-inner {
    cursor: pointer;
  }
  .p-locations-list__item-inner--comingsoon {
    cursor: default;
  }
  .p-locations-list__item-image {
    position: relative;
    z-index: 1;
  }
  .p-locations-list__item-image img {
    position: relative;
    aspect-ratio: 352/472;
    z-index: 1;
  }
  .p-locations-list__item-image::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #000;
    opacity: 0.3;
  }
  .p-locations-list__item-image--comingsoon::after {
    display: none;
  }
  .p-locations-list__item-video {
    position: relative;
    z-index: 1;
    aspect-ratio: 352/472;
    overflow: hidden;
    pointer-events: none;
  }
  .p-locations-list__item-video-thumbnail {
    position: relative;
    z-index: 1;
  }
  .p-locations-list__item-video-player {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 319.986%;
    height: 180%;
    z-index: 2;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
  }
  .p-locations-list__item-video-player.is-portrait {
    width: 200%;
    height: 135%;
  }
  .p-locations-list__item-video.is-playing .p-locations-list__item-video-player {
    opacity: 1;
  }
  .p-locations-list__item-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .p-locations-list__item-content {
    margin-top: 15px;
  }
  .p-locations-list__item-location {
    font-size: 14px;
    line-height: 1.2;
  }
  .p-locations-list__item-name {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.2;
  }
  .p-locations-form {
    position: relative;
    background: #F5F5F5;
    padding: 120px 0;
  }
  .p-locations-form--confirm {
    padding-top: 188px;
  }
  .p-locations-form__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 9.6%;
    width: 86.25%;
    padding-right: 1.2%;
  }
  .p-locations-form__illustration {
    width: 60.6%;
    margin-top: 119px;
  }
  .p-locations-form__illustration--confirm {
    margin-top: 177px;
  }
  .p-locations-form__heading {
    width: 36.21%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-locations-form__heading-title {
    font-size: 28px;
    line-height: 1.4;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-locations-form__heading-subtitle {
    margin-top: 11px;
    font-size: 14px;
    line-height: 1.4;
  }
  .p-locations-form__heading-description {
    margin-top: 35px;
    font-size: 15px;
    line-height: 1.9;
  }
  .p-locations-form__form {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: calc(100% - 9.6% - 36.21%);
  }
  .p-locations-thanks__content {
    max-width: 415px;
    margin: 0 auto;
    text-align: center;
  }
  .p-locations-thanks__image {
    width: 100%;
  }
  .p-locations-thanks__title {
    margin-top: 65px;
    font-size: 21px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.3;
  }
  .p-locations-thanks__text {
    margin-top: 25px;
    font-size: 15px;
    line-height: 1.9;
  }
  .p-locations-thanks__button {
    margin-top: 26px;
  }
  .p-locations-thanks__button .c-button {
    height: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .p-locations-form__heading-title br.u-only-responsive {
    display: inline;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .p-locations-form__heading-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-locations {
    padding-top: 170px;
  }
  .p-locations--confirm {
    padding-top: 0;
  }
  .p-locations-button {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90.4%;
    bottom: 20px;
    z-index: 10;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-locations-button .c-button {
    width: 100%;
    padding: 0 20px;
  }
  .p-locations-button.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .p-locations-list {
    padding: 0 0 100px;
  }
  .p-locations-list__heading-title {
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.03em;
  }
  .p-locations-list__heading-description {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.9;
    text-align: center;
  }
  .p-locations-list__nav {
    margin-top: 7px;
    position: sticky;
    top: 0;
    padding-top: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 32px;
    width: 100%;
    background: #fff;
    z-index: 2;
  }
  .p-locations-list__nav-item {
    font-size: 13px;
    opacity: 0.3;
    height: 37px;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    padding-bottom: 1px;
  }
  .p-locations-list__nav-item.is-active {
    opacity: 1;
  }
  .p-locations-list__list {
    margin-top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 37px;
  }
  .p-locations-list__item {
    position: relative;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .p-locations-list__item.is-visible {
    opacity: 1;
  }
  .p-locations-list__item.is-active {
    display: block;
  }
  .p-locations-list__item:not(:has(.p-locations-list__item-logo)) .p-locations-list__item-image::after {
    display: none;
  }
  .p-locations-list__item-inner {
    cursor: pointer;
  }
  .p-locations-list__item-inner--comingsoon {
    cursor: default;
  }
  .p-locations-list__item-image {
    position: relative;
    z-index: 1;
  }
  .p-locations-list__item-image img {
    position: relative;
    aspect-ratio: 352/472;
    z-index: 1;
  }
  .p-locations-list__item-image::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #000;
    opacity: 0.3;
  }
  .p-locations-list__item-image--comingsoon::after {
    display: none;
  }
  .p-locations-list__item-video {
    position: relative;
    z-index: 1;
    aspect-ratio: 352/472;
    overflow: hidden;
    pointer-events: none;
  }
  .p-locations-list__item-video-thumbnail {
    position: relative;
    z-index: 1;
  }
  .p-locations-list__item-video-player {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 319.986%;
    height: 180%;
    z-index: 2;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
  }
  .p-locations-list__item-video-player.is-portrait {
    width: 200%;
    height: 135%;
  }
  .p-locations-list__item-video.is-playing .p-locations-list__item-video-player {
    opacity: 1;
  }
  .p-locations-list__item-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .p-locations-list__item-content {
    margin-top: 13px;
  }
  .p-locations-list__item-location {
    font-size: 13px;
  }
  .p-locations-list__item-name {
    margin-top: 3px;
    font-size: 14px;
    line-height: 1.2;
  }
  .p-locations-form {
    background: #F5F5F5;
    padding: 100px 0;
  }
  .p-locations-form--confirm {
    padding-top: 162px;
  }
  .p-locations-form--confirm .p-locations-form__form {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-locations-form--confirm .p-locations-form__illustration {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-locations-form__inner {
    width: 87.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-locations-form__heading {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-locations-form__heading-title {
    font-size: 20px;
    line-height: 1.4;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-locations-form__heading-subtitle {
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.4;
  }
  .p-locations-form__heading-description {
    margin-top: 26px;
    font-size: 15px;
    line-height: 1.8;
  }
  .p-locations-form__form {
    margin-top: 47px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-locations-form__illustration {
    margin: 48px 5px 0 auto;
    width: 59.9%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-locations-thanks__inner {
    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;
  }
  .p-locations-thanks__content {
    margin: auto;
    width: 87.2%;
    text-align: center;
  }
  .p-locations-thanks__title {
    margin-top: 46px;
    font-size: 20px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.4;
    text-align: center;
  }
  .p-locations-thanks__text {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.8;
  }
  .p-locations-thanks__button {
    margin-top: 28px;
  }
  .p-locations-thanks__button .c-button {
    height: 45px;
  }
}