@charset "utf-8";

/*==================================================
    common
==================================================*/
body {
    color: #3c3c3c;
    font-family: var(--fontNoto);
    font-size: 16px;
}

.container {
    margin: 0 auto;
    max-width: 1000px;
}

.is-center {
    text-align: center;
}

.for-sp {
    display: none;
}

@media (max-width: 1000px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .for-pc {
        display: none;
    }

    .for-sp {
        display: block;
    }
}

/* タイトル */
.heading {
    position: relative;
}

.heading__title--ja {
    font-size: 32px;
}

@media (max-width: 767px) {
    .heading__title--ja {
        font-size: 24px;
    }
}

/* 注意事項 */
.attention {
    margin-top: 30px;
    padding: 60px 60px 45px;
    position: relative;
}

.attention::before {
    border: 6px solid #3c3c3c;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.attention::after {
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 73%, 91% 100%, 0 100%);
    content: "";
    height: calc(100% - 10px);
    left: 25px;
    position: absolute;
    top: 25px;
    width: calc(100% - 10px);
    z-index: 5;
}

.attention--title {
    font-size: 26px;
    position: relative;
    text-align: center;
    z-index: 10;
}

.attentionBox {
    margin: 17px auto 0;
    max-width: 81%;
    position: relative;
    z-index: 10;
}

.attentionBox__item {
    line-height: 2;
    padding-left: 20px;
    position: relative;
}

.attentionBox__item::before {
    border-radius: 999px;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 15px;
}

.attention.is-green .attention--title {
    color: #58ae74;
}

.attention.is-green .attentionBox__item::before {
    background: #58ae74;
}

.attention.is-orange .attention--title {
    color: #e99532;
}

.attention.is-orange .attentionBox__item::before {
    background: #eab687;
}

@media (max-width: 767px) {
    .attention--title {
        font-size: 18px;
    }

    .attentionBox {
        margin-top: 20px;
        max-width: 100%;
    }

    .attentionBox__item {
        font-size: 15px;
        line-height: 1.5;
        padding-left: 18px;
    }

    .attentionBox__item::before {
        height: 13px;
        top: 4px;
        width: 13px;
    }

    .attentionBox__item:nth-child(n+2) {
        margin-top: 5px;
    }
}


/* リスト */
.itemList--title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.itemList--title.is-darkOrange {
    color: #e99532;
}

.itemList__item {
    font-size: 18px;
    line-height: 1.77;
    padding-left: 20px;
    position: relative;
}

.itemList__item::before {
    border-radius: 999px;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 15px;
}

.itemList.is-darkOrange .itemList__item::before {
    background: #e99532;
}

.itemList__item .is-indent {
    display: block;
    text-indent: -20px;
}

.itemList + .itemList--title {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .itemList--title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .itemList__item {
        font-size: 15px;
    }

    .itemList__item::before {
        height: 13px;
        top: 7px;
        width: 13px;
    }
}

/* 縦スクロール */
.is-scroll {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

.simplebar-track {
    background: #e5e5e5;
    border-radius: 10px;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
}

.simplebar-track .simplebar-scrollbar::before {
    background: #c0c0c0;
}

@media (min-width: 768px) {
    .is-scroll::-webkit-scrollbar {
        width: 10px;
    }

    .is-scroll::-webkit-scrollbar-track {
        border-radius: 8px;
    }

    .is-scroll::-webkit-scrollbar-thumb {
        background-color: #e5e5e5;
        border-radius: 8px;
    }
}

/*==================================================
    mainVisual
==================================================*/
.mainVisual {
    background-image: url(../images/img-bg_mainvisual.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 960px;
    overflow: hidden;
    position: relative;
}

.mainVisual::before {
    background-image: url(../images/img-mainvisual.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: -60px;
    transform: translateX(-50%);
    width: 120%;
}

@media (max-width: 1280px) {
    .mainVisual {
        height: 85vw;
    }
}

@media (max-width: 767px) {
    .mainVisual {
        background-image: none;
        height: unset;
    }

    .mainVisual::before {
        background-image: none;
        top: -20px;
    }
}

@media (max-width: 500px) {
    .mainVisual__spImg {
        height: 670px;
    }

    .mainVisual img {
        height: 110%;
        margin-top: -55px;
        object-fit: cover;
        width: 110%;
    }
}

/*==================================================
    about
==================================================*/
.pageTitle--text span {
    position: relative;
}

.pageTitle--text span::before {
    background: #ffeedb;
    content: "";
    height: 50px;
    margin-left: -20px;
    position: absolute;
    top: calc(50% + 8px);
    transform: translateY(-50%);
    width: calc(100% + 40px);
}

.pageTitle--text img {
    max-width: 776px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.pageTitle--season {
    margin-top: 20px;
}

.pageTitle--season img {
    max-width: 252px;
    width: 100%;
}

@media (max-width: 960px) {
    .pageTitle--text img {
        max-width: 85vw;
    }
}

@media (max-width: 767px) {
    .pageTitle--text img {
        max-width: 90%;
    }

    .pageTitle--text span::before {
        height: 30px;
        margin-left: -10px;
        top: calc(50% + 4px);
        width: calc(100% + 20px);
    }
}

/*==================================================
    news
==================================================*/
.news {
    margin-top: 47px;
    position: relative;
    z-index: 10;
}

.news--title img {
    max-width: 142px;
    width: 100%;
}

.newsBox {
    background: #f5f5f5;
    border-radius: 10px;
    margin-top: -10px;
    padding: 65px 15px 75px 80px;
}

.newsBox .is-scroll {
    height: 130px;
}

.newsBox__item {
    border-bottom: 1px solid #dcdcdc;
    display: grid;
    gap: 30px;
    grid-template-columns: 90px auto;
    max-width: calc(100% - 55px);
    padding-bottom: 20px;
}

.newsBox__item:nth-child(n+2) {
    margin-top: 20px;
}

.newsBox__item--date {
    font-weight: 500;
}

.newsBox__item--text {
    line-height: 1.62;
}

@media (max-width: 767px) {
    .news {
        margin-top: 20px;
    }

    .news--title img {
        max-width: 100px;
    }

    .newsBox {
        padding: 40px 20px;
    }

    .newsBox .is-scroll {
        height: 325px;
    }

    .newsBox__item {
        gap: 10px;
        grid-template-columns: 100%;
        max-width: calc(100% - 5px);
        padding: 10px;
    }

    .newsBox__item:nth-child(n+2) {
        margin-top: 10px;
    }

    .newsBox__item--date {
        font-size: 15px;
    }

    .newsBox__item--text {
        font-size: 15px;
    }
}

/*==================================================
    event
==================================================*/
.event {
    background-image: url(../images/img-bg_about.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -140px;
    padding: 235px 0 100px;
}

.eventBox__heading {
    text-align: center;
}

.eventBox__heading--title {
    color: #fff;
    font-size: 37px;
    letter-spacing: -.02em;
    line-height: 1.5;
    position: relative;
}

.eventBox__heading--title::after {
    background-image: url(../images/img-event_illust.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 40px;
    content: "";
    height: 203px;
    position: absolute;
    right: -235px;
    width: 173px;
    z-index: 20;
}

.eventBox__heading--title .is-yellow {
    color: #f4ebb2;
    font-size: 46px;
}

.eventBox--text {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 2;
    margin: 20px auto 0;
    max-width: 80%;
}

@media (max-width: 960px) {
    .eventBox__heading--title::after {
        height: 17vw;
        right: -19vw;
        width: 14vw;
    }
}

@media (max-width: 767px) {
    .event {
        background-image: url(../images/img-bg_about_sp.png);
        margin-top: 10px;
        padding: 125px 0 50px;
    }

    .eventBox__heading--title {
        font-size: 18px;
    }

    .eventBox__heading--title::after {
        bottom: 80px;
        height: 124px;
        right: -50px;
        width: 105px;
    }

    .eventBox__heading--title .is-yellow {
        font-size: 24px;
    }

    .eventBox--text {
        font-size: 15px;
        margin-top: 15px;
        max-width: 95%;
    }
}

/*==================================================
    howToPlay
==================================================*/
.howToPlay {
    overflow: hidden;
    padding: 115px 0 150px;
}

.howToPlay .container {
    max-width: 1200px;
}

.howToPlay .heading {
    z-index: 20;
}

.howToPlay .heading__title--en img {
    max-width: 929px;
    width: 100%;
}

.howToPlay .heading__title--ja {
    left: 50%;
    position: absolute;
    top: 25px;
    transform: translateX(-50%);
}

.howToPlay .heading__title--ja img {
    max-width: 39px;
    width: 100%;
}

.howToPlayContent {
    border-bottom: 8px solid #3c3c3c;
    border-left: 8px solid #3c3c3c;
    border-radius: 8px;
    border-right: 8px solid #3c3c3c;
    margin-top: -45px;
    padding: 80px 60px 60px;
    position: relative;
}

.howToPlayContent::before {
    border-radius: 999px;
    border-top: 8px solid #3c3c3c;
    content: "";
    height: 8px;
    left: -4px;
    position: absolute;
    top: 0;
    width: calc(50% - 50px);
}

.howToPlayContent::after {
    border-radius: 999px;
    border-top: 8px solid #3c3c3c;
    content: "";
    height: 8px;
    position: absolute;
    right: -4px;
    top: 0;
    width: calc(50% - 50px);
}

.howToPlay .itemTriangle.is-bottomLeft {
    background: #fff;
    bottom: -8px;
    height: 85px;
    left: -8px;
    position: absolute;
    width: 85px;
    z-index: 10;
}

.howToPlay .itemTriangle.is-topRight {
    background: #fff;
    height: 70px;
    position: absolute;
    right: -8px;
    top: -8px;
    width: 65px;
    z-index: 10;
}

.howToPlay .itemBorder.is-bottomLeft {
    border-radius: 999px;
    border-top: 8px solid #3c3c3c;
    bottom: 35px;
    height: 8px;
    left: -54px;
    position: absolute;
    transform: rotate(45deg);
    width: 180px;
    z-index: 20;
}

.howToPlay .itemBorder.is-topRight {
    border-radius: 999px;
    border-top: 8px solid #3c3c3c;
    height: 8px;
    position: absolute;
    right: -64px;
    top: 30px;
    transform: rotate(45deg);
    width: 180px;
    z-index: 20;
}

.howToPlayContent__title {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.howToPlayBox {
    display: grid;
    gap: 45px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px;
}

.howToPlayBox__item--img {
    text-align: center;
}

.howToPlayBox__item--img img {
    max-width: 80%;
    width: 100%;
}

.howToPlayBox__item--title {
    align-items: center;
    color: #58ae74;
    display: flex;
    font-size: 20px;
    justify-content: center;
    line-height: 1.6;
    margin-top: 10px;
    min-height: 64px;
    text-align: center;
}

.howToPlayBox__item--text {
    line-height: 1.75;
    margin-top: 12px;
}

@media (max-width: 1200px) {
    .howToPlay .container {
        padding: 0 20px;
    }
}

@media (max-width: 960px) {
    .howToPlay .heading__title--ja img {
        max-width: 4.5vw;
    }
}

@media (max-width: 767px) {
    .howToPlay {
        padding: 60px 0 80px;
    }

    .howToPlay .heading__title--en img {
        max-width: 100%;
    }

    .howToPlay .heading__title--ja {
        top: -5px;
    }

    .howToPlay .heading__title--ja img {
        max-width: 23px;
    }

    .howToPlayContent {
        border-radius: 4px;
        border-width: 4px;
        margin-top: 0;
        padding: 40px 20px 50px;
    }

    .howToPlayContent::before {
        border-width: 4px;
        height: 4px;
        left: -2px;
        width: 40%;
    }

    .howToPlayContent::after {
        border-width: 4px;
        height: 4px;
        right: -2px;
        width: 40%;
    }

    .howToPlayContent__title {
        font-size: 15px;
        line-height: 1.5;
        position: relative;
        z-index: 20;
    }

    .howToPlayBox {
        gap: 20px;
        grid-template-columns: 100%;
        margin-top: 25px;
    }

    .howToPlayBox__item {
        display: grid;
        grid-template-columns: 1fr 1.2fr;
    }

    .howToPlayBox__item:nth-child(2) .howToPlayBox__item--img {
        padding-right: 10px;
        text-align: right;
    }

    .howToPlayBox__item:nth-child(4) .howToPlayBox__item--img {
        padding-right: 10px;
        text-align: right;
    }

    .howToPlayBox__item--title {
        align-items: center;
        font-size: 18px;
        justify-content: flex-start;
        line-height: 1.5;
        margin-top: 0;
        text-align: left;
    }

    .howToPlayBox__item--text {
        font-size: 15px;
        grid-column: 1/4;
        line-height: 1.5;
        margin: 12px auto 0;
        margin-top: 10px;
        max-width: 95%;
        position: relative;
        z-index: 20;
    }

    .howToPlay .itemTriangle.is-bottomLeft {
        height: 65px;
        width: 65px;
    }

    .howToPlay .itemTriangle.is-topRight {
        height: 80px;
        width: 75px;
    }

    .howToPlay .itemBorder.is-bottomLeft {
        border-width: 4px;
        bottom: 27px;
        height: 4px;
        left: -39px;
        width: 130px;
    }

    .howToPlay .itemBorder.is-topRight {
        border-width: 4px;
        height: 4px;
        right: -34px;
        top: 34px;
        width: 135px;
    }
}

/*==================================================
    movie
==================================================*/
.movie {
    background-image: url(../images/img-bg_movie.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 92px 0 160px;
    position: relative;
    z-index: 10;
}

.movie .heading__title--ja img {
    max-width: 328px;
    width: 100%;
}

.movie .heading__title--en {
    margin-top: 20px;
}

.movie .heading__title--en img {
    max-width: 466px;
    width: 100%;
}

.movieBox {
    background: #f0f0f0;
    height: 420px;
    margin: -24px auto 0;
    max-width: 800px;
}

@media (max-width: 960px) {
    .movie {
        padding: 92px 0 20vw;
    }
}

@media (max-width: 767px) {
    .movie {
        background-image: url(../images/img-bg_movie_sp.png);
        padding: 50px 0 80px;
    }

    .movie .heading__title--ja img {
        max-width: 210px;
    }

    .movie .heading__title--en {
        margin-top: 10px;
    }

    .movie .heading__title--en img {
        max-width: 250px;
    }

    .movieBox {
        height: 50vw;
        margin-top: -3px;
        max-width: 100%;
    }
}

/*==================================================
    prizeGet
==================================================*/
.prizeGet {
    background-image: url(../images/img-bg_prizeget.png);
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    margin-top: -4.94vw;
    /* margin-top: -16.94vw; */
    padding: 95px 0 100px;
    /* padding: 20vw 0 100px; */
}

.prizeGet .heading__title--en img {
    max-width: 347px;
    width: 100%;
}

.prizeGet .heading__title--ja {
    left: 50%;
    position: absolute;
    top: 48px;
    transform: translateX(-50%);
}

.prizeGet .heading__title--ja img {
    max-width: 343px;
    width: 100%;
}

.prizeGet .heading__lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.77;
    margin: 10px auto 0;
    max-width: 900px;
    text-align: center;
}

.prizeGet .heading__lead .is-small {
    font-size: 14px;
}

.prizeGetBox {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-top: 90px;
}

.prizeGetBox__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 40px;
    position: relative;
}

.prizeGetBox__item::before {
    border: 2px solid #3c3c3c;
    border-radius: 20px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

.prizeGetBox__item::after {
    background: #fff;
    border-radius: 20px;
    content: "";
    height: 100%;
    left: 7px;
    position: absolute;
    top: 7px;
    width: 100%;
}

.prizeGetBox__item--illust {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 10;
}

.prizeGetBox__item--illust.illust-1 {
    background-image: url(../images/img-prizeget_illust_1.png);
    bottom: 30px;
    height: 67px;
    left: -15px;
    width: 76px;
}

.prizeGetBox__item--illust.illust-2 {
    background-image: url(../images/img-prizeget_illust_2.png);
    height: 93px;
    left: -20px;
    top: -55px;
    width: 84px;
}

.prizeGetBox__item--illust.illust-3 {
    background-image: url(../images/img-prizeget_illust_3.png);
    height: 195px;
    right: -77px;
    top: -130px;
    width: 153px;
}

.prizeGetBox__item--img {
    margin-top: -50px;
    position: relative;
    text-align: center;
    z-index: 10;
}

.prizeGetBox__item:first-child .prizeGetBox__item--img img {
    max-width: 387px;
    width: 100%;
}

.prizeGetBox__item:nth-child(2) .prizeGetBox__item--img img {
    max-width: 300px;
    width: 100%;
}

.prizeGetBox__item--text {
    margin-top: 25px;
    position: relative;
    text-align: center;
    z-index: 10;
}

.prizeGetBox__item:nth-child(2) .prizeGetBox__item--text {
    margin: 20px 0 10px;
}

.prizeGetBox__item--text img {
    max-width: 266px;
    width: 100%;
}

.prizeGetBox__item--subtext {
    font-size: 16px;
    margin-top: 20px;
    position: relative;
    text-align: center;
    z-index: 10;
}

.prizeGetBox__item--round {
    bottom: 0;
    clip-path: circle(55% at 50% 90%);
    height: 200px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.prizeGetBox__item:first-child .prizeGetBox__item--round {
    background: #feebeb;
}

.prizeGetBox__item:nth-child(2) .prizeGetBox__item--round {
    background: #eafcf0;
}

.prizeGet .itemBorder.is-topLeft {
    border-radius: 999px;
    border-top: 8px solid #3c3c3c;
    border-width: 6px;
    height: 6px;
    left: -38px;
    position: absolute;
    top: 24px;
    transform: rotate(-45deg);
    width: 135px;
    z-index: 20;
}

.prizeGet .itemBorder.is-bottomRight {
    border-radius: 999px;
    border-top: 8px solid #3c3c3c;
    border-width: 6px;
    bottom: 23px;
    height: 6px;
    position: absolute;
    right: -37px;
    transform: rotate(-45deg);
    width: 130px;
    z-index: 20;
}

.prizeGet .attention__img {
    left: 50%;
    position: absolute;
    top: -230px;
    transform: translateX(-50%);
    z-index: 10;
}

.prizeGet .attention__img img {
    max-width: 147px;
    width: 100%;
}

@media (max-width: 1170px) {
    .prizeGetBox__item--illust.illust-3 {
        right: -2vw;
    }
}

@media (max-width: 960px) {
    .prizeGetBox {
        gap: 3vw;
    }

    .prizeGetBox__item::before,
    .prizeGetBox__item::after {
        border-radius: 10px;
    }

    .prizeGetBox__item:first-child .prizeGetBox__item--img img {
        max-width: 42vw;
    }

    .prizeGetBox__item:nth-child(2) .prizeGetBox__item--img img {
        max-width: 35vw;
    }

    .prizeGetBox__item--illust.illust-1 {
        width: 7vw;
    }

    .prizeGetBox__item--illust.illust-2 {
        width: 9vw;
    }

    .prizeGetBox__item--illust.illust-3 {
        width: 16vw;
    }

    .prizeGet .attention__img {
        top: -20.5vw;
    }

    .prizeGet .attention__img img {
        max-width: 13vw;
    }

    .prizeGet .attention::after {
        left: 20px;
        top: 20px;
    }
}

@media (max-width: 767px) {
    .prizeGet {
        background-size: cover;
        margin-top: -4vw;
        padding: 70px 0;
    }

    .prizeGet .heading__title--en img {
        max-width: 180px;
    }

    .prizeGet .heading__title--ja img {
        max-width: 230px;
        width: unset;
    }

    .prizeGet .heading__lead {
        font-size: 15px;
        line-height: 1.6;
        margin-top: 40px;
        text-align: left;
    }

    .prizeGetBox {
        gap: 60px;
        grid-template-columns: 100%;
        margin-top: 110px;
    }

    .prizeGetBox__item--img {
        margin-top: -80px;
    }

    .prizeGetBox__item--text {
        margin-top: 15px;
    }

    .prizeGetBox__item--subtext {
        margin-top: 15px;
    }

    .prizeGetBox__item--round {
        clip-path: circle(65% at 50% 140%);
    }

    .prizeGetBox__item:nth-child(2) .prizeGetBox__item--round {
        background: #eafcf0;
        clip-path: circle(55% at 50% 100%);
    }

    .prizeGetBox__item:nth-child(2) .prizeGetBox__item--img {
        margin-top: -20px;
    }

    .prizeGetBox__item:first-child .prizeGetBox__item--img img {
        max-width: 90%;
    }

    .prizeGetBox__item:nth-child(2) .prizeGetBox__item--img img {
        max-width: 200px;
    }

    .prizeGetBox__item--illust.illust-1 {
        display: none;
    }

    .prizeGetBox__item--illust.illust-2 {
        bottom: -5px;
        height: 55px;
        left: 10px;
        top: auto;
        width: 50px;
    }

    .prizeGetBox__item--illust.illust-3 {
        bottom: -100px;
        height: 130px;
        right: 0;
        top: auto;
        width: 100px;
    }

    .prizeGet .itemBorder.is-topLeft {
        border-width: 3px;
        height: 3px;
        left: -20px;
        top: 15px;
        width: 70px;
    }

    .prizeGet .itemBorder.is-bottomRight {
        border-width: 3px;
        bottom: 12px;
        height: 3px;
        right: -23px;
        width: 70px;
    }

    .prizeGet .attention__img {
        display: none;
    }

    .attention {
        margin-top: 140px;
        padding: 40px 30px;
    }

    .attention::before {
        border-width: 3px;
    }

    .prizeGet .attention::after {
        clip-path: polygon(0 0, 100% 0, 100% 95%, 93% 100%, 0 100%);
        left: 10px;
        top: 10px;
    }
}

/*==================================================
    photo
==================================================*/
.photo {
    overflow: hidden;
    padding: 65px 0 110px;
}

.photoImg {
    margin: 0 -120px 0 -50px;
}

.photo .heading {
    margin-top: -50px;
}

.photo .heading__title--illust {
    left: 50%;
    position: absolute;
    top: -30px;
    transform: translateX(-50%);
}

.photo .heading__title--illust img {
    max-width: 120px;
    width: 100%;
}

.photo .heading__title--en img {
    max-width: 483px;
    width: 100%;
}

.photo .heading__title--ja {
    left: 50%;
    position: absolute;
    top: 100px;
    transform: translateX(-50%);
}

.photo .heading__title--ja img {
    max-width: 152px;
    width: 100%;
}

.photoPeriod {
    align-items: center;
    background: #58ae74;
    border-radius: 999px;
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 40px auto 0;
    max-width: 490px;
    padding: 18px 0;
}

.photoPeriod--title {
    color: #fff;
    font-size: 22px;
}

.photoPeriod--date {
    color: #fff;
    font-family: var(--fontJost);
    font-size: 35px;
    font-weight: 600;
}

.photo .heading__lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.77;
    margin-top: 40px;
}

.photo .heading__attention {
    font-size: 16px;
    line-height: 1.77;
    margin-top: 10px;
}

.photo .attention {
    margin-top: 70px;
}

.photo .attention::after {
    background: #f4f4f4;
    clip-path: polygon(0 0, 100% 0, 100% 82%, 91% 100%, 0 100%);
    content: "";
    height: 100%;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 5;
}

.photo .itemTriangle.is-topLeft {
    background: #fff;
    height: 100px;
    left: -33px;
    position: absolute;
    top: -37px;
    transform: rotate(45deg);
    width: 60px;
    z-index: 10;
}

.photo .itemTriangle.is-bottomRight {
    background: #fff;
    bottom: -47px;
    height: 100px;
    position: absolute;
    right: -18px;
    transform: rotate(45deg);
    width: 60px;
    z-index: 10;
}

.photo .itemBorder.is-topLeft {
    border-radius: 999px;
    border-top: 8px solid #3c3c3c;
    border-width: 6px;
    height: 6px;
    left: -38px;
    position: absolute;
    top: 24px;
    transform: rotate(-45deg);
    width: 135px;
    z-index: 20;
}

.photo .itemBorder.is-bottomRight {
    border-radius: 999px;
    border-top: 8px solid #3c3c3c;
    border-width: 6px;
    bottom: 23px;
    height: 6px;
    position: absolute;
    right: -37px;
    transform: rotate(-45deg);
    width: 130px;
    z-index: 20;
}

.photo .attentionBox {
    max-width: 92%;
}

@media (max-width: 1280px) {
    .photoImg {
        margin: 0;
    }
}

@media (max-width: 960px) {
    .photo .attention::after {
        left: 20px;
        top: 20px;
    }
}

@media (max-width: 767px) {
    .photo {
        padding: 50px 0 100px;
    }

    .photoImg {
        margin: 0 -20px;
    }

    .photo .heading {
        margin-top: 30px;
    }

    .photo .heading__title--illust {
        top: -20px;
    }

    .photo .heading__title--illust img {
        max-width: 60px;
    }

    .photo .heading__title--en img {
        max-width: 70%;
    }

    .photo .heading__title--ja {
        top: 45px;
    }

    .photo .heading__title--ja img {
        max-width: 90px;
    }

    .photoPeriod {
        gap: 10px;
        margin-top: 30px;
        max-width: 90%;
        padding: 10px 0;
    }

    .photoPeriod--title {
        font-size: 13px;
    }

    .photoPeriod--date {
        font-size: 21px;
    }

    .photo .heading__lead {
        font-size: 15px;
        margin-top: 30px;
    }

    .photo .heading__attention {
        font-size: 14px;
        margin-top: 5px;
    }

    .photo .attention {
        margin-top: 70px;
    }

    .photo .attention::after {
        clip-path: polygon(0 0, 100% 0, 100% 93%, 88% 100%, 0 100%);
        left: 10px;
        top: 10px;
    }

    .photo .attentionBox {
        max-width: 100%;
    }

    .photo .itemTriangle.is-topLeft {
        height: 80px;
        left: -11px;
        top: -35px;
        width: 30px;
    }

    .photo .itemTriangle.is-bottomRight {
        bottom: -36px;
        height: 80px;
        right: -10px;
        width: 30px;
    }

    .photo .itemBorder.is-topLeft {
        border-radius: 999px;
        border-top: 8px solid #3c3c3c;
        border-width: 6px;
        height: 6px;
        left: -38px;
        position: absolute;
        top: 24px;
        transform: rotate(-45deg);
        width: 135px;
        z-index: 20;
    }

    .photo .itemBorder.is-topLeft {
        border-width: 3px;
        height: 3px;
        left: -20px;
        top: 15px;
        width: 70px;
    }

    .photo .itemBorder.is-bottomRight {
        border-width: 3px;
        bottom: 15px;
        height: 3px;
        right: -20px;
        width: 70px;
    }
}

/*==================================================
    howToJoin
==================================================*/
.howToJoin {
    background-image: url(../images/img-bg_howtojoin.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0 200px;
    position: relative;
    z-index: 20;
}

.howToJoin .heading__title--en img {
    max-width: 902px;
    width: 100%;
}

.howToJoin .heading__title--ja {
    bottom: 40px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.howToJoinBox {
    background: #fff;
    border: 2px solid #3c3c3c;
    margin-top: 30px;
    padding: 60px 100px 75px;
}

.howToJoinBox:first-child {
    margin-top: 30px;
    padding-top: 0;
}

.howToJoinBox__heading {
    align-items: center;
    display: flex;
    gap: 20px;
}

.howToJoinBox__heading--number {
    color: #e99532;
    font-family: var(--fontJost);
    font-size: 60px;
    font-weight: 500;
    letter-spacing: .02em;
}

.howToJoinBox__heading--title {
    border-bottom: 2px solid #3c3c3c;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: .05em;
    padding-bottom: 12px;
}

.itemDownload {
    align-items: flex-end;
    display: grid;
    grid-template-columns: 1fr 1.65fr;
    margin-top: -30px;
}

.itemDownload__img {
    text-align: center;
}

.itemDownload__img img {
    max-width: 180px;
    width: 100%;
}

.itemDownload__content--logo {
    margin-top: 30px;
}

.itemDownload__content--logo img {
    max-width: 140px;
    width: 100%;
}

.itemDownload__content--text {
    font-size: 18px;
    line-height: 1.77;
    margin-top: 15px;
}

.itemQr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 45px auto 0;
    max-width: 750px;
    position: relative;
}

.itemQr::before {
    background: repeating-linear-gradient(-45deg, #f8f8f8, #f8f8f8 2px, #8d8d8d 0, #8d8d8d 3px);
    content: "";
    height: calc(100% + 10px);
    left: -5px;
    position: absolute;
    top: -5px;
    width: calc(100% + 10px);
}

.itemQr::after {
    background: repeating-linear-gradient(-45deg, #f8f8f8, #f8f8f8 2px, #8d8d8d 0, #8d8d8d 3px);
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 5px;
    z-index: 20;
}

.itemQrBox {
    align-items: center;
    background: #fff;
    display: flex;
    gap: 40px;
    padding: 15px;
    position: relative;
    z-index: 10;
}

.itemQrBox__qrCode img {
    max-width: 100px;
    width: 100%;
}

.itemQrBox__logo {
    display: block;
    max-width: 170px;
}

.itemEntryFlow {
    margin-top: 20px;
}

.itemEntryFlow .itemList__item .is-indent {
    display: block;
    text-indent: -20px;
}

.itemEntryDetail {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px;
}

.itemEntryDetail__box {
    text-align: center;
}

.itemEntryDetail__box--img img {
    max-width: 145px;
    width: 100%;
}

.itemEntryDetail__box--text {
    font-size: 18px;
    line-height: 1.55;
    margin-top: 10px;
    min-height: 55px;
}

.itemPlayDetail__box {
    background: #f4f4f4;
    margin-top: 50px;
    padding: 80px 40px 40px;
    position: relative;
}

.itemPlayDetail__box:first-child {
    margin-top: 30px;
}

.itemPlayDetail__box--label {
    align-items: center;
    background: #e99532;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    height: 63px;
    justify-content: center;
    left: -10px;
    min-width: 120px;
    padding: 20px;
    position: absolute;
    top: -10px;
}

.itemPlayDetail__box .itemList__item {
    font-size: 17px;
    letter-spacing: -.02em;
}

.itemPlayDetail__box .itemList__item + .itemList__item {
    margin-top: 6px;
}

.itemPlayDetail__box .itemList__item::before {
    top: 8px;
}

.howToJoinBox__attention {
    margin-top: 60px;
}

.howToJoinBox__attention--title {
    color: #e99532;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 14px;
}

.howToJoinBox__attention .itemList__item {
    font-size: 16px;
}

.howToJoinBox__attention .itemList__item::before {
    height: 13px;
    top: 8px;
    width: 13px;
}

@media (max-width: 960px) {
    .howToJoin {
        padding: 110px 0 20vw;
    }

    .howToJoinBox {
        padding: 60px 6.94vw;
    }

    .itemDownload {
        gap: 20px;
        grid-template-columns: 18vw auto;
        margin-top: -10px;
    }
}

@media (max-width: 767px) {
    .howToJoin {
        padding: 50px 0 33vw;
    }

    .howToJoin .heading__title--en img {
        max-width: 100%;
    }

    .howToJoin .heading__title--ja {
        bottom: 10px;
    }

    .howToJoinBox {
        padding: 40px 30px 30px;
    }

    .howToJoinBox:first-child {
        margin-top: 30px;
    }

    .howToJoinBox__heading {
        gap: 10px;
    }

    .howToJoinBox__heading--number {
        font-size: 30px;
    }

    .howToJoinBox__heading--title {
        border-width: 1px;
        font-size: 20px;
        padding-bottom: 7px;
    }

    .itemDownload {
        gap: 30px;
        grid-template-columns: 100%;
        margin-top: -20px;
    }

    .itemDownload__img img {
        max-width: 100px;
    }

    .itemDownload__content--logo img {
        max-width: 100px;
    }

    .itemDownload__content--text {
        font-size: 15px;
    }

    .itemQr {
        gap: 20px;
        grid-template-columns: 100%;
        margin-top: 20px;
    }

    .itemQr::before {
        content: none;
    }

    .itemQr::after {
        content: none;
    }

    .itemQrBox {
        gap: 30px;
        justify-content: center;
        padding: 0;
    }

    .itemQrBox__qrCode img {
        max-width: 70px;
    }

    .itemEntryDetail {
        gap: 0 10px;
        grid-template-columns: 1fr 1fr;
        margin-top: 30px;
    }

    .itemEntryDetail__box--img img {
        max-width: 110px;
    }

    .itemEntryDetail__box--text {
        font-size: 15px;
        margin-top: 5px;
    }

    .itemPlayDetail__box {
        padding: 60px 20px 30px;
    }

    .itemPlayDetail__box--label {
        font-size: 18px;
        height: 45px;
        min-width: 100px;
    }

    .itemPlayDetail__box .itemList__item {
        font-size: 15px;
        padding-left: 17px;
    }

    .howToJoinBox__attention--title {
        font-size: 20px;
    }
}

@media (max-width: 425px) {
    .howToJoin {
        padding-bottom: 43vw;
    }
}

/*==================================================
    faq
==================================================*/
.faq {
    background-image: url(../images/img-bg_faq.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -9vw;
    padding: 110px 0 13vw;
    position: relative;
    z-index: 10;
}

.faq .heading__title--en img {
    max-width: 278px;
    width: 100%;
}

.faq .heading__title--ja {
    bottom: 10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.faqContent {
    margin-top: 45px;
}

.faqContent__box {
    background: #fff;
    cursor: pointer;
    padding: 19px 24px;
}

.faqContent__box:nth-child(n+2) {
    margin-top: 10px;
}

.faqContent__box--title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
    padding: 0 30px 0 45px;
    position: relative;
    text-align: justify;
}

.faqContent__box--title::before {
    color: #58ae74;
    content: "Q";
    font-family: var(--fontJost);
    font-size: 26px;
    font-weight: 600;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 3px;
}

.faqContent__box--title::after {
    background-image: url(../images/img-faq_arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 13px;
    position: absolute;
    right: 0;
    top: 12px;
    width: 21px;
}

.faqContent__box--text {
    font-size: 18px;
    line-height: 1.7;
    margin: 20px 24px 0 44px;
    text-align: justify;
}

.js-accordionMenu {
    display: none;
}

.aboutMaplife {
    margin-top: 100px;
}

.otherAttention {
    margin-top: 130px;
}

.eventRules {
    margin-top: 130px;
}

.faqAttention--title {
    font-size: 32px;
    position: relative;
    text-align: center;
    z-index: 10;
}

.faqAttention--title.is-orange {
    color: #e99532;
}

.faqAttention--title.is-green {
    color: #58ae74;
}

.faqAttention--title.is-small {
    font-size: 26px;
}

.faqAttention--subTitle {
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
}

.faqAttentionBox {
    background: #fff;
    margin-top: 20px;
}

.aboutMaplife .faqAttentionBox {
    padding: 35px 20px 35px 60px;
}

.otherAttention .faqAttentionBox {
    padding: 35px 80px 35px 60px;
}

.eventRules .faqAttentionBox {
    padding: 35px 20px 35px 50px;
}

.aboutMaplife .is-scroll {
    height: 270px;
}

.faqAttentionBox--title {
    font-size: 15px;
    line-height: 1.86;
    max-width: calc(100% - 30px);
}

.itemAboutMaplife {
    margin-top: 30px;
    max-width: calc(100% - 30px);
}

.itemAboutMaplife--title {
    border-bottom: 2px solid #ececec;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.86;
    padding-bottom: 5px;
}

.itemAboutMaplife--text {
    font-size: 15px;
    line-height: 1.86;
    margin-top: 10px;
}

.faqAttentionBox.is-dot .faqAttentionBox__item {
    font-size: 15px;
    line-height: 2;
    padding-left: 20px;
    position: relative;
}

.faqAttentionBox.is-dot .faqAttentionBox__item::before {
    background: #58ae74;
    border-radius: 999px;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 15px;
}

.faqAttentionBox.is-dot .faqAttentionBox__item + .faqAttentionBox__item {
    margin-top: 5px;
}

.eventRules .is-scroll {
    height: 315px;
}

.faqAttentionBox.is-number .faqAttentionBox__item {
    font-size: 15px;
    line-height: 1.86;
    max-width: calc(100% - 30px);
    padding-left: 50px;
    position: relative;
}

.faqAttentionBox.is-number .faqAttentionBox__item:nth-child(n+2) {
    margin-top: 16px;
}

.faqAttentionBox.is-number .faqAttentionBox__item--number {
    color: #e99532;
    font-family: var(--fontJost);
    font-size: 24px;
    font-weight: 600;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 3px;
}

.faqAttentionBox__item--title {
    font-weight: 700;
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 960px) {
    .faq {
        margin-top: -17vw;
        padding: 20vw 0 25vw;
    }
}

@media (max-width: 767px) {
    .faq {
        background-image: url(../images/img-bg_faq_sp.png);
        margin-top: -200px;
        padding: 40vw 0 35vw;
    }

    .faq .heading__title--en img {
        max-width: 180px;
    }

    .faq .heading__title--ja {
        bottom: 15px;
    }

    .faqContent {
        margin-top: 27px;
    }

    .faqContent__box {
        padding: 14px;
    }

    .faqContent__box--title {
        font-size: 16px;
        line-height: 1.5;
        padding: 0 25px 0 34px;
    }

    .faqContent__box--title::before {
        font-size: 24px;
    }

    .faqContent__box--title::after {
        height: 10px;
        width: 14px;
    }

    .faqContent__box--text {
        font-size: 15px;
        margin: 10px 25px 0 36px;
    }

    .faqAttention {
        margin-top: 65px;
    }

    .faqAttention--title {
        font-size: 26px;
    }

    .faqAttention--title.is-small {
        font-size: 22px;
    }

    .faqAttention--subTitle {
        font-size: 16px;
        margin-top: 15px;
    }

    .aboutMaplife .faqAttentionBox {
        padding: 25px 15px 25px 30px;
    }

    .otherAttention .faqAttentionBox {
        padding: 25px 30px;
    }

    .eventRules .faqAttentionBox {
        padding: 25px 15px 25px 30px;
    }

    .faqAttentionBox.is-dot .faqAttentionBox__item::before {
        height: 13px;
        width: 13px;
    }

    .faqAttentionBox.is-number .faqAttentionBox__item {
        padding-left: 40px;
    }

    .faqAttentionBox.is-number .faqAttentionBox__item--number {
        font-size: 22px;
    }
}

/*==================================================
    contact
==================================================*/
.contact {
    margin-top: -8vw;
    padding-top: 8vw;
    position: relative;
}

.contact::before {
    background-image: url(../images/img-bg_contact_event.png);
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}

.contact::after {
    background-image: url(../images/img-bg_contact_app.png);
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.contact .container {
    position: relative;
    z-index: 10;
}

.contact .heading__title--en img {
    left: 50%;
    max-width: 648px;
    position: absolute;
    top: -9vw;
    transform: translateX(-50%);
    width: 100%;
}

.contactContent {
    display: grid;
    gap: 150px;
    grid-template-columns: 1fr 1fr;
    padding: 50px 0 60px;
}

.contactContent__box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.contactContent__box--title {
    color: #f6d9b6;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
}

.contactContent__box--company {
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
    margin: 20px 0 30px;
}

.contactContent__box--link {
    background: #fff;
    border-radius: 999px;
    color: #58ae74;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto;
    max-width: 300px;
    padding: 18px 0;
    width: 100%;
}

.contactContent__box--tel {
    color: #fff;
    font-family: var(--fontJost);
    font-size: 26px;
    font-weight: 600;
    letter-spacing: .06em;
    margin-top: 20px;
    text-decoration: none !important;
}

.contactContent__box--tel a {
    color: #fff;
    text-decoration: none !important;
}

.contactContent__box--tel span {
    display: block;
    font-family: var(--fontNoto);
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
}

.contactContent__box--detail {
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 15px;
}

footer {
    background-image: url(../images/img-bg_footer.jpg);
    background-position: bottom;
    background-repeat: repeat;
    background-size: cover;
    padding: 20px 0 35px;
}

.contactAttention {
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 20px;
    text-align: center;
}

@media (max-width: 960px) {
    .contact {
        margin-top: -20vw;
        padding-top: 15vw;
    }

    .contactContent {
        gap: 10.41vw;
    }
}

@media (max-width: 767px) {
    .contact {
        margin-top: -30vw;
    }

    .contact::before,
    .contact::after {
        content: none;
    }

    .contact .heading__title--en img {
        max-width: 80%;
        top: -30px;
    }

    .contactContent {
        gap: 0;
        grid-template-columns: 100%;
        padding: 0;
    }

    .contactContent__box {
        margin: 0 -20px;
    }

    .contactContent__boxEvent {
        background-image: url(../images/img-bg_contact_event_sp.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 60px 20px 30px;
    }

    .contactContent__boxApp {
        background-image: url(../images/img-bg_contact_app.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 40px 20px 30px;
    }

    .contactContent__box--title {
        font-size: 20px;
    }

    .contactContent__box--company {
        font-size: 15px;
        margin: 10px 0 15px;
    }

    .contactContent__box--tel {
        font-size: 20px;
        margin-top: 0;
    }

    .contactContent__boxApp .contactContent__box--tel {
        margin-top: 20px;
    }

    .contactContent__box--tel span {
        font-size: 13px;
    }

    .contactContent__box--detail {
        font-size: 13px;
        margin-top: 8px;
    }

    footer {
        padding-bottom: 65px;
    }

    .contactAttention {
        font-size: 13px;
        text-align: left;
    }
}

/*==================================================
    追従
==================================================*/
.itemFixed {
    align-items: center;
    background: #e75c1f;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 6px 0 rgb(98 98 98 / 50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    padding: 15px;
    position: fixed;
    right: 0;
    top: 245px;
    z-index: 100;
}

.itemFixed--text {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.04em;
    position: relative;
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    z-index: 10;
}

.itemFixed--price {
    color: #f8fd6f;
    font-family: var(--fontJost);
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .06em;
    position: relative;
    z-index: 10;
}

@media (max-width: 767px) {
    .itemFixed {
        border-radius: 8px 8px 0 0;
        bottom: 0;
        flex-direction: unset;
        left: 50%;
        padding: 10px 30px;
        right: auto;
        top: auto;
        transform: translateX(-50%);
    }

    .itemFixed--text {
        font-size: 15px;
        -ms-writing-mode: unset;
            writing-mode: unset;
    }

    .itemFixed--price {
        font-size: 25px;
    }
}
