@charset "utf-8";

/* 
font-family: 'Noto Sans JP', sans-serif;
*/


body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.08em;
}
main{
    overflow-x: hidden;
}

.inner-1200 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.inner-980 {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.inner-800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

br.b-960,
br.b-750,
br.b-480 {
    display: none;
}
.img--sp,
.txt--sp {
    display: none;
}

.frame {
    background: rgb(0,36,79);
    background: linear-gradient(0deg, rgba(0,36,79,1) 0%, rgba(7,6,23,1) 100%);
    position: relative;
    padding-top: 65px;
}
.frame::before {
    content: "";
    /* max-width: 70px; */
    width: 5%;
    height: 100%;
    background-image: url(../imgs/frame_left.jpg);
    background-repeat: repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.frame::after {
    content: "";
    /* max-width: 70px; */
    width: 5%;
    height: 100%;
    background-image: url(../imgs/frame_right.jpg);
    background-repeat: repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.btn--ticket {
    background-color: #B7A55C;
    border: solid 3px #fff;
    border-radius: 9px;
    color: #fff;
    display: block;
    width: 100%;
    max-width: 438px;
    padding: 10px 0;
    font-size: 20px;
    letter-spacing: 0.12em;
    font-weight: 700;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s;
    position: relative;
}
.btn--ticket:hover {
    opacity: 0.7;
}
.btn--ticket::after {
    content: url(../imgs/arrow.svg);
    display: block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 15px;
}


.txtlink {
    transition: opacity 0.3s;
}

.txtlink:hover {
    opacity: 0.8;
}

.top__banner {
    width: 100%;
    height: auto;
}
.event__img {
    width: 100%;
    margin-bottom: 25px;
}
.event__img--2 {
    /* margin-top: -80px; */
    position: relative;
    z-index: 2;
}
.event__line {
    width: 100%;
    height: auto;
    /* margin-top: 50px; */
    margin-bottom: 55px;
}
.event__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.event__titleWrapper {
    width: 45%;
    flex-shrink: 0;
    position: relative;
}
.event__title--link {
    transition: 0.3s;
}
.event__title--link:hover {
    opacity: 0.7;
}
.event__txt {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}
.event__txt--small {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.ticket {
    position: fixed;
    z-index: 11;
    right: 5%;
    bottom: 5%;
    transition: 0.3s;
}
.ticket:hover .ticket__img {
    transform: scale(1.1);
}
.ticket__img {
    max-width: 108px;
    height: auto;
    transition: 0.3s;
}


/* mv */
.mv {
    position: relative;
}
.mv__img {
    width: 100%;
    height: auto;
}
.mv__img--pad {
    display: none;
}
.mv__img--sp {
    display: none;
}
.icon__f {
    max-width: 74px;
    width: 10%;
    height: auto;
    position: absolute;
    top: 25px;
    left: 19px;
}
.event__txt--center {
    text-align: center;
}


/* event1 */
.event1__left {
    width: 50%;
}
.event1__title {
    width: 100%;
    height: auto;
    
}
.event1__date {
    width: 110px;
    position: absolute;
}
.event1__right {
    top: 0;
    left: 0;
}
.event1__visual {
    width: 100%;
}


/* event2 */
.event2__date--1 {
    width: 110px;
    position: absolute;
    top: -20px;
    right: 0;
}
.event2__date--2 {
    width: 110px;
    position: absolute;
    top: 75px;
    right: 0;
}
.event2__visual {
    width: 106%;
}
.event2__title {
    margin-top: 15px;
}
.event1__title--2 {
    margin-bottom: 15px;
}
.event2__img {
    width: 100%;
    height: auto;
}
.event2__img--pc {
}
.event2__img--sp {
    display: none;
}
/* event3 */ 

.event3 .event__titleWrapper {
    width: 55%;
    margin-top: 25px;
}
.event3 .event__txt {
    margin-bottom: 20px;
}
.event3__visual--1 {
    position: absolute;
    z-index: 2;
    width: 207px;
    height: auto;
    top: 0;
    left: -125px;
}
.event3__visualWrapper {
    position: relative;
    width: 40%;
}
.event3__visual--2 {
    width: 100%;
    height: auto;
}
.event3__visual--2sp {
    display: none;
}
.event3__date {
    height: 110px;
    width: auto;
    margin-top: 25px;
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
}
.event3__title--sp {
    display: none;
    width: 100%;
}


/* event4 */

.event4 .event__txt {
    margin-bottom: 10px;
}

.event4__visualWrapper {
    width: 45%;
    position: relative;
}
.event4__visual {
    width: 100%;
    margin-left: auto;
    display: block;
}
.event4__visual.img--sp {
    display: none;
}

.event4__date {
    width: 140px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
}
.event4 .event__titleWrapper {
    width: 50%;
}
.event4__txt {
    background-color: #B7A55C;
    color: #fff;
    font-size: 37px;
    letter-spacing: 0.06em;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 70px;
    line-height: 1;
    font-weight: 700;
    margin: 20px auto;
}
.event4__txt--small {
    font-size: 18px;
    vertical-align: super;
}
.event4__title--1 {
    width: 100%;
    height: auto;
    filter: drop-shadow(0px 0px 10px #231815);
    margin-bottom: 10px;
}
.event4__title--2 {
    width: 40%;
    height: auto;
    margin-bottom: 35px;
}
.event4__date--sp {
    display: none;
}


.escon__img {
    width: 100%;
    height: auto;
}


/* minwara */
.minwara__title {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-bottom: 35px;
}
.minwara__item {
    margin-bottom: 95px;
    position: relative;
}
.minwara__heading {
    position: relative;
}
.minwara__headingBox {
    display: flex;
    align-items: center;
}
.minwara__heading--img {
    height: 45px;
    width: auto;
    flex-shrink: 0;
    margin: 0 35px;
}
.minwara__heading--img2 {
    height: 96px;
        width: auto;
    flex-shrink: 0;
    margin: 0 35px;
}
.minwara__heading--img3 {
    height: 71px;
        width: auto;
    flex-shrink: 0;
    margin: 0 35px;
}
.minwara__heading--img--sp {
    display: none;
}
.minwara__line {
    display: block;
    flex-basis: auto;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.minwara__date {
    max-width: 163px;
    width: 16%;
    min-width: 100px;
    position: absolute;
    top: 0;
    left: -20px;
}
.minwara__date--sp {
    display: none;
    max-width: 140px;
    width: 20%;
    min-width: 80px;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(10deg);
    margin-bottom: 25px;
}
.minwara__date.minwara__date--right {
    left: initial;
    right: -20px;
}
.minwara__txt {
    letter-spacing: 0.12em;
    line-height: 1.75;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.minwara__guests {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.minwara__guests--img {
    width: 30%;
    height: auto;
    margin-right: 5%;
    margin-bottom: 30px;
}
.minwara__guests--img:nth-child(3n),
.minwara__guests--img:last-of-type {
    margin-right: 0;
}
.minwara__guests--imgBlank {
    width: 100%;
}
.minwara__dec--1 {
    max-width: 356px;
    width: 36.5%;
    height: auto;
    position: absolute;
    top: -38px;
    left: -14vw;
}
.minwara__dec--2 {
    max-width: 278px;
    width: 29%;
    height: auto;
    position: absolute;
    top: -91px;
    right: -119px;
}

.collabo__heading {
    max-width: 440px;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.collabo__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.collabo__item:not(:last-of-type) {
    border-bottom: solid 1px #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.collabo__txtWrapper {
    width: 50%;
}
.collabo__title {
    max-height: 163px;
    margin-bottom: 20px
}
.collabo__txt {
    color: #fff;
}
.collabo__img {
    width: 100%;
}
.collabo__imgWrapper {
    width: 50%;
}
.collabo__item--2 {
    justify-content: center;
    margin-bottom: 70px;
}
.collabo__item--3{
    flex-wrap: wrap;
}

.collabo__item--3 .collabo__btn {
    margin-top: 30px;
}
.collabo__imgWrapper--size2 {
    width: 30%;
}

/* news */
.news {
    margin-bottom: 50px;
}
.news__headingImg {
    max-width: 133px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 110px;
    margin-bottom: 40px;
}
.news__list {
    display: flex;
    /* justify-content: space-between; */
    position: relative;
}
.news__listItem {
    background-color: #005a99;
}
.news__link {
    display: block;
    border: solid 3px #005a99;
    color: #fff;
    padding-bottom: 10px;
}
.news__link:hover .news__thumb {
    opacity: 0.8;
}
.news__link:hover .news__title {
    text-decoration: underline;
}
.news__thumb {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    transition: 0.3s;
}
.news__info {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding: 0 10px;
}
.news__cat {
    background-color: #B7A55C;
    line-height: 1;
    padding: 3px 3px;
    margin-right: 10px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
}
.news__date {
    font-size: 12px;
    font-weight: bold;
}
.news__title {
    font-size: 12px;
    line-height: 1.5;
    padding: 0 10px;
    font-weight: bold;
}
.swiper-button-prev-news {
    left: -40px;
}
.swiper-button-next-news {
    right: -40px;
}
.swiper-button-prev,
.swiper-button-next {
  width: 27px;
  height: 43px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 27px;
  height: 43px;
  margin: auto;
}
.swiper-button-prev::after {
  background-image: url(../imgs/slide_prev.png);
}
.swiper-button-next::after {
  background-image: url(../imgs/slide_next.png);
}



.bannerBtm__link {
    max-width: 615px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s;
}
.bannerBtm__link:hover  {
    opacity: 0.7;
}
.bannerBtm__img {
    width: 100%;
}
.bannerBtm__heading {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}


/* copy */
.escon {
    position: relative;
}
.copy {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 8px 0;
    text-shadow: 0 0 2px #000,0 0 7px #000;
}


/* animation */

.ticket--animation {
    /* animation: move-y 1.2s infinite alternate ease-in-out; */
    animation: move-y 2s ease infinite; 
    display: inline-block;
}
@keyframes move-y {
    /* from {
      transform: translateY(0);
    }
    to {
      transform: translateY(15px);
    } */
    0% {
            transform: translateY(0); }
        5% {
            transform: translateY(0); }
        10% {
            transform: translateY(0); }
        20% {
            transform: translateY(-10px); }
        25% {
            transform: translateY(0); }
        30% {
            transform: translateY(-7px); }
        50% {
            transform: translateY(0); }
        100% {
            transform: translateY(0); }
}


/* yukata */
.yukata__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.yukata__img {
    width: 50%;
}
.yukata__img--sp {
    display: none;
}
.yukata__txtWrapper {
    width: 48%;
    position: relative;
}
.yukata__title {
    margin-bottom: 10px;
}
.yukata__img--2 {
    margin-top: 10px;
}
.yukata__title,
.yukata__img--2 {
    width: 100%;
    height: auto;
}
.yukata__date {
    position: absolute;
    width: 28%;
    max-width: 163px;
    height: auto;
    top: 0;
    right: 0;
}
.yukata__btn,
.bae__btn {
    margin: 60px auto;
}
.oshi__img {
    margin-bottom: 35px;
}
.oshi__imgWrapper {
    max-width: 473px;
    width: 53%;
}
.oshi__img {
    width: 100%;
    height: auto;
}
.oshi__item {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.oshi__txtWrapper {
    width: 85%;
}
.oshi__date {
    width: 10%;
    max-width: 122px;
    height: auto;
}
.oshi__heading {
    width: auto;
    max-height: 34px;
    margin-bottom: 10px;
}

.bae__top {
    justify-content: center;
}
.bae__btm  {
    justify-content: space-between;
}
.bae__top,
.bae__btm {
    display: flex;
    align-items: center;
}


.bae__date {
    max-width: 163px;
    width: 17%;
    margin-right: 2%;
}
.bae__title {
    width: 100%;
    height: auto;
}
.bae__icon {
    max-width: 150px;
    margin-left: 5%;
}
.night {
    padding-top: 30px;
    margin-top: 30px;
    border-top: solid 1px #fff;
    margin-bottom: 30px;
}
.night__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.night__date {
    width: 15%;
}
.night__imgWrapper {
    width: 15%;
}
.night__img {
    width: 100%;
}
.night__txt {
    width: 65%;
}

.uriko {
    padding-top: 30px;
    border-top: solid 1px #fff;
}
.uriko__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.uriko__date {
    max-width: 150px;
    height: auto;
    width: 20%
}
.uriko__txtWrapper {
    width: 55%;

}
.uriko__heading {
    width: 80%;
    margin-bottom: 10px;
}
.uriko__imgWrapper {
    width: 20%;
}
.uriko__img {
    width: 100%;
    height: auto;
}
.uriko__btn {
    margin-bottom: 40px;
}

.ennichi__top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.ennichi__date {
    max-width: 150px;
    height: auto;
    width: 20%;
    margin-right: 3%;
}
.ennichi__titleWrapper {
    width: 40%;
}
.ennichi__title {
    width: 100%;
    height: auto;
}
.ennichi__txt {
    text-align: center;
}
.ennichi__note {
    text-align: center;
    color: #fff;
    letter-spacing: 0.12em;
    font-size: 14px;
    margin-bottom: 60px;
}
.ennichi__wrapper {
    position: relative;
}
.ennichi__img--1,
.ennichi__img--2 {
    position: absolute;
}
.ennichi__img--1 {
    max-width: 271px;
    left: -55px;
    top: 20px;
    width: 27%;
}
.ennichi__img--2 {
    max-width: 321px;
    right: -60px;
    top: 0;
    width: 27%;
}
.ennichi__img--sp {
    width: 90%;
    height: auto;
    display: none;
}
.guest__title {
    width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.guest__item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.guest__item:not(:last-of-type) {
    border-bottom: solid 1px #fff;
}
.guest__date {
    max-width: 150px;
    height: auto;
    width: 20%;
    margin-right: 2%;
}
.guest__txtWrapper {
    color: #fff;
    letter-spacing: 0.012em;
}
.guest__heading {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 15px;
}
.guest__txt {
    font-size: 18px;
}
.guest__img {
    width: 35%;
}
.kanbai {
    position: relative;
}
.kanbai::before {
    content: "";
    width: 81px;
    height: 34px;
    background-image: url(../imgs/kanbai.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline;
    position: absolute;
    transform: translateX(-50%);
    left: 40%;
}
.present__title {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.present__item {
    margin-top: 30px;
    padding-bottom: 30px;
    display: block;
}
.present__item:not(:last-child) {
    border-bottom: solid 1px #fff;
}
.ougi {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ougi__img {
    width: 37%;
    flex-shrink: 0;
}
.ougi__date {
    max-width: 190px;
    height: auto;
    width: 20%;
}
.ougi__heading {
    width: 40%;
    height: auto;
    margin-bottom: 10px;
}
.ougi__txtWrapper {
    width: 40%;
}
.happi {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.happi__txtWrapper {
    width: 55%;
}
.happi__img {
    width: 40%;
}
.happi__top {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.happi__date {
    width: 20%;
    margin-right: 5%;
}
.happi__title {
    width: 50%;
}
.omen__top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.omen__date {
    max-width: 150px;
    height: auto;
    width: 20%;
    margin-right: 2%;
}
.omen__title {
    width: 40%;
}
.omen__img,
.se__img,
.se__imgWrapper {
    width: 100%;
    height: auto;
}
.omen__txt {
    text-align: center;
}
.omen__btn {
    margin-top: 30px;
    margin-bottom: 30px;
}
.se__img {
    margin-bottom: 20px;
}
.toreka {
    display: flex;
    justify-content: center;
    align-items: center;
}
.toreka__img {
    width: 30%;
    height: auto;
}
.toreka__txtWrapper {
    width: 50%;
}
.toreka__topWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.toreka__date {
    max-width: 150px;
    height: auto;
    width: 30%;
    margin-right: 2%;
}
.toreka__title {
    width: 65%;
}
.sponser {
    margin-bottom: 85px;
}
.sponser__heading--img {
    max-width: 325px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    display: block;
}
.sponser__wrapper {
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4%;
}
.sponser__link {
    width: calc(100% / 3);
    margin-bottom: 30px;
    text-align: center;
    transition: 0.3s;
}
.sponser__link:not(:nth-of-type(3n)) {
    border-right: solid 1px #898989;
}
.sponser__link:hover {
    opacity: 0.7;
}
.sponser__img {
    width: 70%;
    height: auto;
}
.yt {
    margin-bottom: 70px;
}
.yt iframe {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 600px;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.gourmet__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 65px;
}
.gourmet__txtWrapper {
    width: 55%;
    position: relative;
}
.gourmet__txt {
    color: #fff;
}
.gourmet__date {
    max-width: 163px;
    width: 30%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.gourmet__title {
    display: block;
    margin-left: auto;
    margin-right: 20px;
    width: 80%;
    height: auto;
    margin-bottom: 30px;
}
.gourmet__img {
    width: 45%;
    height: auto;
}


.goods__heading--img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 60px;
    margin-bottom: 50px;
}
.goods__item {
    display: flex;
    align-items: flex-start;
    justify-content:space-between;
    flex-wrap: wrap;
}
.goods__item:not(:last-of-type) {
    border-bottom: solid 1px #fff;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.goods__txtWrapper {
    width: 42%;
}
.goods__title {
    max-height: 42px;
    width: auto;
    margin-bottom: 20px;
    height: 4.2vw;
}
.goods__title.goods__title--size2 {
    max-height: 97px;
    height: 10vw;
}
.goods__title.goods__title--size3 {
    max-height: 150px;
    height: 15vw;
}
.goods__btn {
    margin-top: 30px;
}
.goods__imgWrapper.goods__imgWrapper--size1 {
    width: 55%;
}
.goods__imgWrapper.goods__imgWrapper--size2 {
    width: 45%;
}
.goods__img {
    width: 100%;
    height: auto;
}



@media screen and (max-width: 1080px) {
    .inner-980 {
        max-width: 100%;
        margin-left: 8%;
        margin-right: 8%;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 19px;
        height: 29px;
    }
    .swiper-button-prev::after,
    .swiper-button-next::after {
        width: 19px;
        height: 29px;
    }
    .swiper-button-prev-news {
        left: -25px;
    }
    .swiper-button-next-news {
        right: -25px;
    }
    .ennichi__img--1,
    .ennichi__img--2{
         display: none; 
    }
    .ennichi__img--sp {
        display: block;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .ennichi__note {
        margin-bottom: 20px;
    }
    .yukata__date {
        right: initial;
        left: 0;
    }
    .yukata__wrapper,
    .uriko__wrapper {
        flex-wrap: wrap;
    }
    .yukata__txtWrapper,
    .oshi__txtWrapper {
        width: 100%;
    }
    .yukata__txtWrapper {
        order: -1;

    }
    .yukata__title {
        max-width: 400px;
        width: 80%;
    }
    .yukata__img--2{
        max-width: 400px;
        width: 100%;
    }
    .bae__icon {
        width: 20%;
        min-width: 95px;
    }
    .oshi__item,
    .oshi__date,
    .yukata__title  {
        display: block;
    }
    .yukata .event__title--link ,
    .yukata__img--2,
    .yukata__img,
    .oshi__date,
    .bae__icon,
    .yukata__title  {
        margin-left: auto;
        margin-right: auto;
    }
    .oshi__txtWrapper {
        text-align: center;
    }
    .yukata .event__title--link{
        display: block;
        width: fit-content;
    }
    .yukata__wrapper {
        position: relative;
    }
    .yukata__img {
        position: absolute;
        width: 20%;
        right: 0;
    }
    .yukata__img--sp {
        width: 28%;
        height: auto;
        display: block;
    }
    .oshi__date,
    .uriko__date {
        width: 20%;
        max-width: 300px;
        margin-bottom: 20px;
    }
    .uriko__txtWrapper {
        width: 85%;
    }
    .uriko__imgWrapper {
        width: 15%;
    }
    .uriko__wrapper {
        justify-content: center;
        text-align: center;
        margin-bottom: 30px;
    }
    .uriko__heading {
        width: 80%;
    }
    .guest__item {
        flex-direction: column;
        text-align: center;
    }
    .guest__heading {
        line-height: 1.5;
        margin-top: 10px;
    }
    .guest__txt  {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .toreka__txtWrapper {
        width: 70%;
    }
    .guest__img {
        width: 60%;
    }
    .minwara__dec--1 {
        width: 29%;
        left: -11vw;
    }
}
@media screen and (max-width: 960px) {
    main{
        overflow-x: unset;
    }
    .inner-980.news__wrapper {
        margin-left: 10%;
        margin-right: 10%;
    }
    br.b-960 {
        display: block;
    }
    br.n-960 {
        display: none;
    }
    .event__txt br {
        display: none;
    }
    .event1__date,
    .event2__date--1,
    .event2__date--2,
    .event4__date {
        width: 80px;
    }
    .event3__date {
        height: 80px;
    }
    .event2__date--2 {
        top: 49px;
    }
    .mv__img--pc {
        display: none;
    }
    .mv__img--pad {
        display: block;
    }
    .mv__img--sp {
        display: none;
    }
    .minwara__date {
        display: none;
    }
    .minwara__date--sp {
        display: block;
    }
    .minwara__line {
        background-color: transparent;
    }
    .swiper-button-prev-news {
        left: -30px;
    }
    .swiper-button-next-news {
        right: -30px;
    }
    .minwara__dec--1 {
        left: 0;
        top: -65px;
        width: 28%;
    }
    .minwara__dec--2 {
        right: 0;
        top: -100px;
        width: 23%;
    }
    .event__img--2 {
        margin-top: 0;
    }
    .gourmet__wrapper {
        display: block;
        position: relative;
    }
    .gourmet__txtWrapper{
        width: 100%;
    }
    .gourmet__title{
        margin-right: auto;
        max-width: 320px;
    }
    .gourmet__img {
        position: absolute;
        top: 0;
        right: 0;
        width: 32%;
    }
}
@media screen and (max-width: 900px) {
    .inner-800 {
        max-width: 100%;
        margin-left: 8%;
        margin-right: 8%;
    }
}
@media screen and (max-width: 750px) {
    br.b-750 {
        display: block;
    }
    br.n-750 {
        display: none;
    }
    .inner-980 {
        max-width: 100%;
        margin-left: 7%;
        margin-right: 7%;
    }
    .img--sp,
    .event4__visual.img--sp,
    .txt--sp  {
        display: block;
    }
    .img--pc,
    .txt--pc {
        display: none;
    }

    .frame::before {
        width: 4%;
    }
    .frame::after {
        width: 4%;

    }

    .event__wrapper {
        flex-wrap: wrap;
    }
    .event1__title{
        width: 100%;
    }
    .img--sp {
        width: 48%;
    }



    .event__spWrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .event__titleWrapper,
    .event3__visualWrapper,
    .event4 .event__titleWrapper {
        width: 100%;
        order: -1;
    }
    .event__txt br.b-750 {
        display: block;
    }
    .event__txt {
        text-align: center;
        font-size: 16px;
    }
    .event__txt--small {
        text-align: center;
        font-size: 14px;
    }
    .event__line {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .event1__date,
    .event2__date--1,
    .event2__date--2  {
        position: relative !important;
        display: block;
        top: initial;
        right: initial;
        left: initial;
    }
    .event1__visualWrapper,
    .event2__visualWrapper {
        margin-top: 30px;
    }
    .event3 .event__titleWrapper,
    .event3__visual--1,
    .event4__date,
    .event3__visual--2 {
        display: none;
    }

    .event1__date {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .event1__title {
        margin-bottom: 15px;
    }
    .event2__date--1 {
        margin-right: 10px;
    }
    .event2__dateWrapper {
        display: flex;
        justify-content: center;
    }

    .event3__visualWrapper {
        text-align: center;
    }
    .event3__title--sp {
        display: block;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }
    .event3__visual--2sp {
        display: block;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .event4__txt {
        font-size: 25px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .event4 .event__txt {
        font-size: 14px;
    }
    .event4__title--2 {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .event4__title--1 {
        margin-bottom: 15px;
        width: 95%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .event4__visualWrapper {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .event4__visual {
        width: 42%;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .event__img--2 {
        margin-top: 0;  
    }
    .event4__date--sp {
        display: block;
        width: 150px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }
    .minwara__item {
        margin-bottom: 50px;
    }
    .minwara__heading--img {
        height: 25px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .minwara__heading--img2 {
        height: 60px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .minwara__heading--img3 {
        height: 40px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .minwara__heading--img--pc {
        display: none;
    }
    .minwara__heading--img--sp {
        display: block;
        height: 65px;
    }
    .minwara__txt {
        font-size: 14px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .event__txt {
        font-size: 14px;
    }
    .news__list {
        display: block;
    }
    .news__listItem {
        width: 100%;
        margin-bottom: 30px;
    }
    .minwara__dec--2 {
        top: -64px;
    }
    .collabo__title {
        height: 20vw;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .collabo__item{
        display: block;
    }
    .collabo__img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    .collabo__imgWrapper--size2 .collabo__img{
        max-width: 300px;
    }
    .collabo__txtWrapper {
        width: 100%;
    }
    .collabo__heading {
        margin-bottom: 40px;
    }
    .oshi__heading {
        height: 4vw;
    }
    .bae__icon {
        position: absolute;
        top: 0;
        right: 0;
        width: 15%;
        min-width: unset;
    }
    .bae__wrapper,
    .uriko__wrapper {
        position: relative;
    }
    .bae__btm {
        display: block;
    }
    .uriko__imgWrapper {
        position: absolute;
        top: 0;
        right: 0;
        width: 18%;
    }
    .ougi__txt br {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    body {
        letter-spacing: 0;
    }
    .frame {
        padding-top: 35px;
    }
    br.b-480 {
        display: block;
    }
    br.n-480 {
        display: none;
    }
    .event3__title--sp {
        width: 95%;
    }
    .event4__txt {
        font-size: 22px;
        padding: 8px 25px;
    }
    .event4__txt--small {
        font-size: 15px;
    }
    .mv__img--pc {
        display: none;
    }
    .mv__img--pad {
        display: none;
    }
    .mv__img--sp {
        display: block;
    }
    .icon__f {
        min-width: 40px;
        top: 15px;
        left: 8px;
    }
    
    .ticket__img {
        max-width: 85px;
    }
    .news__headingImg {
        margin-top: 50px;
        width: 80px;
    }
    .event4__date--sp {
        width: 120px;
    }
    .minwara__heading--img3 {
        height: 34px;
        margin-left: 15px;
        margin-right: 15px;
    } 
    .minwara__guests--img {
        width: 47.5%;
    }
    .minwara__guests--img:nth-child(3n),
    .minwara__guests--blank .minwara__guests--img:nth-child(4) {
        margin-right: 5%;
    }
    .minwara__guests--img:nth-child(2n) {
        margin-right: 0;
    }
    .minwara__guests--blank .minwara__guests--img:nth-child(2),
    .minwara__guests--blank .minwara__guests--img:nth-child(3),
    .minwara__guests--blank .minwara__guests--img:nth-child(5),
    .minwara__guests--blank .minwara__guests--img:nth-child(6) {
        margin-right: 0 !important;
    }
    .minwara__txt {
        font-size: 13px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 13px;
        height: 19px;
    }
    .swiper-button-prev::after,
    .swiper-button-next::after {
        width: 13px;
        height: 19px;
    }
    .swiper-button-prev-news {
        left: -18px;
    }
    .swiper-button-next-news {
        right: -18px;
    }
    .btn--ticket {
        font-size: 18px;
    }
    .collabo__img {
        width: 100%;
    }
    .event2__img--pc {
        display: none;
    }
    .event2__img--sp {
        display: block;
        margin-bottom: 20px;
    }
    .night__wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    .night__date {
        width: 28%;
        margin-right: 3%;
    }
    .night__imgWrapper {
        width: 25%;
    }
    .event__txt {
        width: 100%;
    }
    .goods__heading--img {
        height: 40px;
    }
    .goods__item{
        display: block;
    }
    .goods__txtWrapper {
        width: 100%;
        margin-bottom: 20px;
    }
    .goods__title {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 480px) {
    .news {
        margin-bottom: 0;
    }
    .bannerBtm {
        margin-bottom: 50px;
    }
    .minwara__dec--1 {
        top: -65px;
        width: 36%;
    }
    .minwara__dec--2 {
        top: -50px;
        width: 30%;
    }
    .yukata__btn, .bae__btn {
        margin: 20px auto;
    }
    .ougi__txtWrapper,
    .happi {
        width: 100%;
    }
    .uriko__date {
        width: 35%;
    }
    .uriko__txtWrapper {
        width: 70%;
    }
    .uriko__imgWrapper {
        width: 26%;
    }
    .uriko__btn {
        margin-top: 20px;
    }
    .guest__heading {
        font-size: 19px;
    }
    .guest__txt {
        font-size: 14px;
    }
    .sponser__heading--img{
        width: 150px;
    }
    .sponser__link {
        margin-bottom: 15px;
    }
    .uriko__wrapper {
        margin-bottom: 0;
    }
    .ougi {
        flex-wrap: wrap;
        justify-content: center;
    }
    .ougi__date {
        width: 35%;
    }
    .ougi__heading{
        width: 28%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 10px;
    }
    .yukata__img {
        width: 25%;
    }
    .bae__top {
        justify-content: left;
    }
    .bae__icon {
        width: 20%;
    }
    .oshi__imgWrapper {
        width: 58%;
    }
    .collabo__item--2{
        margin-bottom: 30px;
    }
    .event__txt br.b-480 {
        display: block;
    }
}
