.sp-only {
    display: none;
}

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

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

@font-face {
    font-family: "GenJyuuGothic";
    src: url("../fonts/GenJyuuGothic-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "GenJyuuGothic";
    src: url("../fonts/GenJyuuGothic-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

.swiper01 .slide-media {
    padding-bottom: calc(51vw / 14.4);
}

@media screen and (max-width:767px) {
    .swiper01 .slide-media {
        padding-bottom: 0;
    }
}


.swiper01 .slide-media:after {
    bottom: calc(24vw / 14.4);
}

.catchcopy {
    width: 42.223vw;
    padding-left: 7.43056vw;
    height: 20.5vw;
}

@media screen and (max-width:767px) {
    .catchcopy {
        width: 100%;
        height: calc(194vw / 3.75);
        padding-left: calc(20vw / 3.75);
        padding-top: calc(25vw / 3.75);
    }
}

.catchcopy h2 {
    font-size: calc(35vw / 14.4);
    font-weight: bold;
    letter-spacing: 0.18em;
    margin-top: calc(10vw / 14.4);
}

@media screen and (max-width:767px) {
    .catchcopy h2 {
        font-size: calc(23vw / 3.75);
        margin-top: 0;
    }
}

.catchcopy p {
    font-weight: 500;
    letter-spacing: 0.18em;
    line-height: 1.35;
    font-size: calc(17vw / 14.4);
}

@media screen and (max-width:767px) {
    .catchcopy p {
        font-size: calc(12vw / 3.75);
        margin-top: calc(18vw / 3.75);
        line-height: 1.584;
    }
}

p.hm-fv__copy {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.18em;
    margin-top: 0;
    font-size: calc(14vw / 14.4);
    line-height: 1.3715;
}

@media screen and (max-width:767px) {
    p.hm-fv__copy {
        font-size: calc(10vw / 3.75);
        line-height: 1.4;
    }
}

.mv-bottom {
    padding-right: calc(160vw / 14.4);
    padding-bottom: calc(19vw / 14.4);
}

@media screen and (max-width:767px) {
    .mv-bottom {
        padding-right: 0;
        padding-left: calc(20vw / 3.75);
        overflow: hidden;
    }

    .top-movie {
        padding-left: 0;
        height: auto;
    }

    .top-movie video {
        width: calc(320vw / 3.75);
        padding-left: calc(40vw / 3.75);
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .movie-title {
        padding-right: calc(20vw / 3.75);
    }

    .top-news {
        margin-top: calc(56vw / 3.75);
        padding-right: calc(20vw / 3.75);
    }

    .top-news-list {
        max-width: calc(335vw / 3.75);
        margin-top: calc(14vw / 3.75);
    }
}


.top-news-item span {
    width: 50px;
    text-align: center;
    font-family: "Georama", sans-serif;
    font-style: italic;
    font-size: 9px;
}

@media screen and (max-width:767px) {
    .top-news-item span {
        width: calc(41vw / 3.75);
        margin-right: calc(17vw / 3.75);
        font-size: calc(11vw / 3.75);
        line-height: 1.5;
    }
}

.top-news h2 {
    font-family: "Figtree", sans-serif;
    font-style: italic;
    letter-spacing: 0.18em;
    font-weight: 700;
}

.top-news-item h3 {
    max-width: calc(280vw / 14.4);
}

@media screen and (max-width:767px) {
    .top-news-item h3 {
        max-width: calc(190vw / 3.75);
        font-weight: 500;
        line-height: 2;
    }
}

.top-news-item time {
    font-style: italic;
}

.hm-event__container {
    padding: calc(54vw / 14.4) calc(120vw / 14.4);
}

@media screen and (max-width:767px) {
    .hm-event__container {
        padding: calc(56vw / 3.75) calc(20vw / 3.75);
    }
}

.hm-event__title-box {
    text-align: center;
}

.hm-event__title-en {
    font-family: "Josefin Slab", serif;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.15em;
    font-size: calc(40vw / 14.4);
    line-height: 1;
}

@media screen and (max-width:767px) {
    .hm-event__title-en {
        font-size: calc(26vw / 3.75);
    }
}

.hm-event__title-jp {
    position: relative;
    display: inline-block;
    font-size: calc(21vw / 14.4);
    font-family: "Noto Sans", sans-serif;
    letter-spacing: 0.15em;
    margin-top: calc(20vw / 14.4);
}

@media screen and (max-width:767px) {
    .hm-event__title-jp {
        font-size: calc(16vw / 3.75);
        margin-top: calc(15vw / 3.75);
    }
}

.hm-event__title-jp::after {
    position: absolute;
    content: "";
    width: calc(17vw / 14.4);
    height: 1px;
    background-color: #1c1c1c;
    top: 0;
    bottom: 0;
    margin: auto;
    right: calc(-27vw / 14.4);
}

@media screen and (max-width:767px) {
    .hm-event__title-jp::after {
        width: calc(17vw / 3.75);
        right: calc(-27vw / 3.75);
    }
}

.hm-event__title-jp::before {
    position: absolute;
    content: "";
    width: calc(17vw / 14.4);
    height: 1px;
    background-color: #1c1c1c;
    top: 0;
    bottom: 0;
    margin: auto;
    left: calc(-27vw / 14.4);
}

@media screen and (max-width:767px) {
    .hm-event__title-jp::before {
        width: calc(17vw / 3.75);
        left: calc(-27vw / 3.75);
    }
}

.hm-event__list {
    display: flex;
    justify-content: space-between;
    margin-top: calc(66vw / 14.4);
}

@media screen and (max-width:767px) {
    .hm-event__list {
        flex-direction: column;
        margin-top: calc(34vw / 3.75);
        gap: calc(40vw / 3.75);
    }
}

.hm-event__item {
    position: relative;
    width: calc(352vw / 14.4);
}

@media screen and (max-width:767px) {
    .hm-event__item {
        width: 100%;
    }

    .hm-event__item a {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.hm-event__tag {
    position: absolute;
    left: calc(-8vw / 14.4);
    top: calc(-8vw / 14.4);
    padding: calc(6vw / 14.4);
    font-size: calc(16vw / 14.4);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1875em;
    writing-mode: vertical-rl;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    background-color: #ED6941;
    z-index: 1;
}

@media screen and (max-width:767px) {
    .hm-event__tag {
        padding: 6px;
        font-size: 14px;
        left: calc(-8vw / 3.75);
        top: calc(-8vw / 3.75);
        letter-spacing: 0.2142em;
    }
}

.hm-event__tag.hm-event__tag--end {
    background-color: #000;
}

.hm-event__img {
    overflow: hidden;
}

.hm-event__img img {
    aspect-ratio: 352 / 196;
    object-fit: cover;
    object-position: top;
    transition: 0.7s;
}

@media screen and (max-width:767px) {
    .hm-event__img img {
        width: calc(159.5vw / 3.75);
        aspect-ratio: 159 / 106;
    }

    .hm-event__box {
        width: calc(159.5vw / 3.75);
    }
}

.hm-event__item:hover .hm-event__img img {
    transform: scale(1.2);
    /* 1.2倍に拡大 */
}

.hm-event__day {
    font-family: "GenJyuuGothic", sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #1c1c1c;
    margin-top: calc(24vw / 14.4);
    font-size: calc(14vw / 14.4);
}

@media screen and (max-width:767px) {
    .hm-event__day {
        font-size: calc(14vw / 3.75);
        margin-top: 0;
    }
}

.hm-event__text {
    font-size: calc(14vw / 14.4);
    font-weight: bold;
    margin-top: calc(8vw / 14.4);
    color: #1c1c1c;
    letter-spacing: 0.1em;
    line-height: 2;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media screen and (max-width:767px) {
    .hm-event__text {
        font-size: calc(14vw / 3.75);
        margin-top: calc(8vw / 3.75);
    }
}

.hm-event__link {
    text-align: center;
    margin-top: calc(56vw / 14.4);
}

@media screen and (max-width:767px) {
    .hm-event__link {
        margin-top: calc(24vw / 3.75);
    }
}

.hm-event__link a {
    display: inline-flex;
    align-items: center;
    padding: calc(15vw / 14.4) calc(40vw / 14.4);
    background-color: #fff;
    border: 1px solid #ED6941;
    color: #ED6941;
    font-size: calc(18vw / 14.4);
    letter-spacing: 0.1em;
    line-height: 1.7;
    transition: .3s;
}

@media screen and (max-width:767px) {
    .hm-event__link a {
        padding: calc(15vw / 3.75) calc(37.5vw / 3.75);
        font-size: calc(16vw / 3.75);
    }
}

.hm-event__link a:hover {
    opacity: .6;
}

.hm-event__link a img {
    width: calc(26vw/ 14.4);
    margin-left: calc(21vw / 14.4);
}

@media screen and (max-width:767px) {
    .hm-event__link a img {
        width: calc(26vw / 3.75);
        margin-left: calc(23vw / 3.75);
    }
}

.top-concept {
    padding: calc(100vw / 14.4);
    margin: 0;
}

@media screen and (max-width:767px) {
    .top-concept {
        padding: calc(56vw / 3.75) calc(20vw / 3.75);
    }
}

.top-concept h2 {
    font-family: "Josefin Slab", serif;
    font-weight: bold;
    font-style: italic;
    font-size: calc(40vw /14.4);
    line-height: 1;
}

@media screen and (max-width:767px) {
    .top-concept h2 {
        font-size: calc(20vw / 3.75);
    }
}

.top-concept h2 span {
    font-weight: bold;
    font-style: italic;
    font-size: calc(21vw /14.4);
}

@media screen and (max-width:767px) {
    .top-concept h2 span {
        font-size: calc(16vw / 3.75);
        margin-top: calc(16vw / 3.75);
    }
}

.top-concept p {
    font-family: "GenJyuuGothic", sans-serif;
    margin-top: calc(42vw / 14.4);
    font-weight: 500;
    font-size: calc(16vw /14.4);
    letter-spacing: 0.1em;
    line-height: 2;
}

@media screen and (max-width:767px) {
    .top-concept p {
        margin-top: calc(24vw / 3.75);
        font-size: calc(13vw / 3.75);
        font-weight: 400;
    }
}

.top-pickup__title {
    font-family: "Josefin Slab", serif;
    font-weight: bold;
    font-style: italic;
    font-size: calc(40vw /14.4);
    line-height: 1;
    letter-spacing: 0.15em;
    text-align: center;
}

@media screen and (max-width:767px) {
    .top-pickup__title {
        font-size: calc(26vw / 3.75);
        line-height: 2;
    }
}

.top-pickup__title span {
    position: relative;
    font-weight: 400;
    font-size: calc(21vw / 14.4);
    font-family: "Noto Sans", sans-serif;
    margin-top: calc(20vw / 14.4);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    letter-spacing: 0.15em;
    font-style: normal;
}

@media screen and (max-width:767px) {
    .top-pickup__title span {
        font-size: calc(16vw / 3.75);
    }
}

.top-pickup__title span::before,
.top-pickup__title span::after {
    content: "";
    flex-grow: 0.01;
    width: 1.7rem;
    height: 1px;
    background: #151515;
}

.top-pickup__title span::after {
    margin-left: 1.1rem;
}

.top-pickup__title span::before {
    margin-right: 1.1rem;
}

.top-pickup .swiper-a {
    margin-top: calc(66vw / 14.4);
}

@media screen and (max-width:767px) {
    .top-pickup .swiper-a {
        margin-top: calc(24vw / 3.75);
    }
}

.top-pickup:before {
    top: calc(118vw / 14.4);
}

.top-pickup .slide-media {
    height: auto;
}

.top-pickup .slide-media img {
    aspect-ratio: 326 / 227;
    object-fit: cover;
}

.top-pickup-item h2 {
    font-size: calc(11vw / 14.4);
    font-weight: 400;
    letter-spacing: 0;
    position: relative;
}

@media screen and (max-width:767px) {
    .top-pickup-item h2 {
        font-size: calc(11vw / 3.75);
    }
}

.top-pickup-item h2::after {
    position: absolute;
    content: "";
    background-image: url(../img/top/cafe-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.top-pickup-item h2 span {
    font-size: calc(18vw / 14.4);
    font-weight: 500;
    letter-spacing: 0.14em;
    font-style: italic;
}

@media screen and (max-width:767px) {
    .top-pickup-item h2 span {
        font-size: calc(18vw / 3.75);
    }
}

.top-pickup-item h2 span span {
    font-size: calc(36vw / 14.4);

}

@media screen and (max-width:767px) {
    .top-pickup-item h2 span span {
        font-size: calc(35vw / 3.75);
    }
}

.top-pickup-item p {
    margin-top: 8px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
    font-size: calc(14vw / 14.4);
    font-family: "GenJyuuGothic", sans-serif;
}

@media screen and (max-width:767px) {
    .top-pickup-item p {
        margin-top: 5px;
        font-size: calc(13vw / 3.75);
    }
}

.hm-day {
    background: url(../img/top/bg.png) center / cover no-repeat;
}

.hm-day__container {
    padding: calc(100vw / 14.4) calc(200vw / 14.4);
}

@media screen and (max-width:767px) {
    .hm-day__container {
        padding: calc(100vw / 3.75) 0;
    }
}

.hm-day__title-box {
    text-align: center;
    position: relative;
}

.hm-day__title-en {
    font-family: "Josefin Slab", serif;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.15em;
    font-size: calc(40vw / 14.4);
    line-height: 1;
}

@media screen and (max-width:767px) {
    .hm-day__title-en {
        font-size: calc(26vw / 3.75);
    }
}

.hm-day__title-jp {
    position: relative;
    display: inline-block;
    font-size: calc(21vw / 14.4);
    font-family: "Josefin Sans", sans-serif;
    margin-top: calc(20vw / 14.4);
    line-height: 1;
    letter-spacing: 0.15em;
}

@media screen and (max-width:767px) {
    .hm-day__title-jp {
        font-size: calc(16vw / 3.75);
        margin-top: calc(15vw / 3.75);
    }
}

.hm-day__title-jp::after {
    position: absolute;
    content: "";
    width: calc(17vw / 14.4);
    height: 1px;
    background-color: #1c1c1c;
    top: 0;
    bottom: 0;
    margin: auto;
    right: calc(-27vw / 14.4);
}

@media screen and (max-width:767px) {
    .hm-day__title-jp::after {
        width: calc(17vw / 3.75);
        right: calc(-27vw / 3.75);
    }
}

.hm-day__title-jp::before {
    position: absolute;
    content: "";
    width: calc(17vw / 14.4);
    height: 1px;
    background-color: #1c1c1c;
    top: 0;
    bottom: 0;
    margin: auto;
    left: calc(-27vw / 14.4);
}

@media screen and (max-width:767px) {
    .hm-day__title-jp::before {
        width: calc(17vw / 3.75);
        left: calc(-27vw / 3.75);
    }
}

.hm-day__title-box a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(85vw / 14.4);
    margin: auto;
    font-size: calc(16vw / 14.4);
    font-style: italic;
    letter-spacing: 0;
    line-height: 1;
    height: fit-content;
    transition: .3s;
}

@media screen and (max-width:767px) {
    .hm-day__title-box a {
        position: initial;
        display: block;
        font-size: calc(13vw / 3.75);
        font-weight: 500;
        line-height: 2;
        margin-top: calc(34vw / 3.75);
        font-family: "GenJyuuGothic", sans-serif;
    }
}

.hm-day__title-box a:hover {
    opacity: .6;
}

.hm-day__week-box {
    text-align: center;
}

.hm-day__week {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(20vw / 14.4);
    font-weight: bold;
    letter-spacing: 0.15em;
    font-family: "Noto Sans", sans-serif;
    width: calc(283vw/ 14.4);
    height: calc(44vw/ 14.4);
    margin: 0 auto;
    border: solid 1px #1C1C1C;
    background-color: #fff;
}

@media screen and (max-width:767px) {
    .hm-day__week {
        width: calc(283vw/ 3.75);
        height: calc(44vw/ 3.75);
        font-size: calc(20vw/ 3.75);
    }
}

.hm-day__list {
    margin-top: calc(66vw / 14.4);
    width: calc(998vw / 14.4);
}

@media screen and (max-width:767px) {
    .hm-day__list {
        width: 100%;
        margin-top: calc(54vw / 3.75);
    }
}

.hm-day__item:nth-child(2) {
    margin-top: calc(42vw / 14.4);
}

@media screen and (max-width:767px) {
    .hm-day__item:nth-child(2) {
        margin-top: calc(43vw / 3.75);
    }
}

.hm-day__item:nth-last-child(2) .hm-day__time {
    background-color: #EF8666;
}

.hm-day__item:last-child .hm-day__time {
    background-color: #000;
}

.hm-day__item:last-child .hm-day__boxes {
    border: none;
}

.hm-day__time {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: calc(17.5vw / 14.4) calc(30vw / 14.4);
    color: #fff;
    background-color: #ED69416f;
    display: flex;
    gap: calc(20vw / 14.4);
    align-items: center;
}

@media screen and (max-width:767px) {
    .hm-day__time {
        gap: calc(16vw/ 3.75);
        padding: calc(22.5vw/ 3.75) calc(10vw/ 3.75) calc(22.5vw/ 3.75) calc(30vw/ 3.75);
    }
}

.hm-day__time img {
    width: calc(32vw / 14.4);
}

@media screen and (max-width:767px) {
    .hm-day__time img {
        width: calc(24vw/ 3.75);
    }
}

.hm-day__time p:nth-child(2) {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    font-size: calc(19vw / 14.4);
    letter-spacing: 0.18em;
}

@media screen and (max-width:767px) {
    .hm-day__time p:nth-child(2) {
        font-size: calc(16vw/ 3.75);
    }
}

.hm-day__time p:last-child {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: calc(23vw / 14.4);
    letter-spacing: 0.18em;
}

@media screen and (max-width:767px) {
    .hm-day__time p:last-child {
        font-size: calc(19vw/ 3.75);
        line-height: 1;
    }
}

.hm-day__boxes {
    display: flex;
    margin: 0 calc(45vw / 14.4) 0 calc(24vw / 14.4);
    padding: calc(34vw / 14.4) 0;
    padding-left: 2px;
    border-left: 1px solid #1C1C1C;
}

@media screen and (max-width:767px) {
    .hm-day__boxes {
        flex-direction: column-reverse;
        padding: calc(24vw / 3.75) calc(20vw / 3.75);
        margin: 0 calc(20vw / 3.75);
    }
}

.hm-day__boxes:nth-child(n+3) {
    padding-top: 0;
}

.hm-day__text {
    font-size: calc(14vw / 14.4);
    background-color: #fff;
    letter-spacing: 0.1em;
    line-height: 2;
    font-family: "GenJyuuGothic", sans-serif;
    padding: calc(20vw / 14.4);
    width: calc(464vw / 14.4);
    display: flex;
    align-items: center;
    font-weight: 500;
}

@media screen and (max-width:767px) {
    .hm-day__text {
        width: 100%;
        padding: calc(24vw / 3.75) calc(20vw / 3.75);
        font-size: calc(13vw / 3.75);
    }
}

.hm-day__img {
    width: calc(464vw / 14.4);
}

@media screen and (max-width:767px) {
    .hm-day__img {
        width: 100%;
    }
}

.hm-day__week-text {
    font-weight: 600;
    font-size: calc(14vw / 14.4);
    letter-spacing: 0.18em;
    color: #000;
    font-family: "Oswald", sans-serif;
    margin-top: calc(56vw / 14.4);
}

@media screen and (max-width:767px) {
    .hm-day__week-text {
        font-size: calc(14vw / 3.75);
        padding: 0 calc(20vw / 3.75);
        margin-top: calc(43vw / 3.75);
    }
}

.hm-day__week-text a {
    text-decoration: underline;
}