.container {
    width: 940px;
    max-width: 100%;
}

.flexDcolumn {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bg {
    background: url(../../img/top/bg.png) repeat center/12px;
}

@media screen and (max-width: 768px) {
    .bg {
        background: url(../../img/top/bg.png) repeat center/6px;
    }
}

#main {
    margin-top: 0;
}

#main h1 img {
    width: 100%;
}

.mv {
    position: relative;
    z-index: 1;
}

.mv .mv_bg {
    position: absolute;
    width: 100%;
    height: 79%;
    background: url(../../img/top/bg_mv.png) repeat center/12px;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .mv .mv_bg {
        height: 83%;
        background: url(../../img/top/bg_mv.png) repeat center/6px;
    }
}

/* .mv__rail {
    height: 40px;
    width: 100%;
    background: url(../../img/top/rail-repeat.svg) repeat-x center/contain;
}

@media screen and (max-width: 768px) {
    .mv__rail {
        height: 23px;
    }
} */

.pagetop {
    background-color: transparent;
}

@media screen and (max-width: 768px) {
    .pagetop {
        bottom: 10px;
        right: 10px;
    }
}

.pagetop:after {
    content: none;
}

.btn-org {
    display: block;
    max-width: 100%;
    width: 300px;
    border: solid 2px #000;
    border-radius: 10px;
    box-shadow: 3px 3px 0 #000;
    margin: 0 auto;
    padding: 15px 10px;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    background-color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
    .btn-org {
        font-size: 16px;
        max-width: 90%;
        padding-right: 40px;
    }
}

.btn-org--large {
    width: 1000px;
}

.pdf-btn {
    margin: 20px auto 30px;
}

@media screen and (max-width: 768px) {
    .pdf-btn {
        margin: 20px auto 10px;
    }
}

.pdf-btn a {
    line-height: 1.5;
    position: relative;
}

.pdf-btn a::before {
    position: absolute;
    right: 5%;
    top: 55%;
    transform: translateY(-50%);
    content: url(../../img/top/ic-pdf.svg);
    width: 35px;
}

@media screen and (max-width: 768px) {
    .pdf-btn a span {
        font-size: 20px;
    }

    .pdf-btn a::before {
        right: 4%;
        width: 25px;
    }
}

.bold {
    font-weight: 900;
}

a {
    transition: 0.3s;
}

header {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3;
    overflow: visible;
}

header .bar-wrap {
    border: solid 2px #000000;
    background-color: #E3303E;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-weight: 700;
    position: absolute;
    right: 20px;
    top: 20px;
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.3);
    z-index: 2;
}

@media screen and (max-width: 768px) {
    header .bar-wrap {
        width: 60px;
        height: 60px;
        right: 10px;
        top: 10px;
    }
}

header .bar-wrap:hover {
    cursor: pointer;
}

header .bar-wrap .bar-inner {
    margin-top: 6px;
}

header .bar-wrap .bar-inner .bar {
    width: 25px;
    height: 8px;
    margin: 0 auto;
    position: relative;
}

header .bar-wrap .bar-inner .bar span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
}

header .bar-wrap .bar-inner .bar span:last-of-type {
    top: auto;
    bottom: 0;
}

header .bar-wrap .bar-inner p {
    color: #fff;
}

header .bar-wrap.open .bar span {
    transform: translateX(-50%) translateY(200%) rotate(20deg);
}

header .bar-wrap.open .bar span:last-of-type {
    transform: translateX(-50%) translateY(-100%) rotate(-20deg);
}

header nav {
    width: 300px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #E3303E;
    color: #fff;
    z-index: 1;
    height: 100vh;
    transition: 0.5s;
    transform: translateX(100%);
}

@media screen and (max-width: 768px) {
    header nav {
        width: 235px;
    }
}

header nav.open {
    transform: translateX(0);
}

header nav ul {
    padding: 0 22px 25px;
    margin-top: 110px;
}

header nav ul li {
    border-bottom: solid 1px #F5868E;
}

header nav ul li a {
    padding: 15px 0;
    display: block;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.3;
}

main .content__ttl__wrap {
    position: relative;
}

@media screen and (max-width: 768px) {
    main .content__ttl__wrap {
        text-align: center;
    }
}

main .content__ttl__wrap:before,
main .content__ttl__wrap:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
}

@media screen and (max-width: 768px) {

    main .content__ttl__wrap:before,
    main .content__ttl__wrap:after {
        bottom: 0;
        top: auto;
    }
}

main .content__ttl__wrap:before {
    width: 130px;
    height: 175px;
    background: url(../../img/top/content__ttl__left.svg) no-repeat center/contain;
    left: 0;
    transform: translateX(-120%) translateY(-10%);
}

@media screen and (max-width: 768px) {
    main .content__ttl__wrap:before {
        transform: translateX(0) translateY(60%);
        width: 50px;
        height: 75px;
        bottom: 0;
    }
}

main .content__ttl__wrap:after {
    width: 123px;
    height: 182px;
    background: url(../../img/top/content__ttl__right.svg) no-repeat center/contain;
    right: 0;
    transform: translateX(120%) translateY(-10%);
}

@media screen and (max-width: 768px) {
    main .content__ttl__wrap:after {
        transform: translateX(0) translateY(60%);
        width: 50px;
        height: 75px;
        bottom: 0;
    }
}

main .content__ttl__wrap .info__card__ic {
    display: none;
    top: 60%;
}

@media screen and (max-width: 768px) {
    main .content__ttl__wrap .info__card__ic {
        display: block;
        top: 60%;
    }
}

main .content__ttl__wrap .info__card__ic.info__card__01__ic {
    width: 80px;
    height: 135px;
    transform: translateX(0);
    -webkit-animation: rotate01_sp 4s infinite alternate !important;
    animation: rotate01_sp 4s infinite alternate !important;
}

main .content__ttl__wrap .info__card__ic.info__card__02__ic {
    width: 80px;
    height: 155px;
    transform: translateX(0);
    -webkit-animation: rotate02_sp 4s infinite alternate !important;
    animation: rotate02_sp 4s infinite alternate !important;
}

@media screen and (max-width: 768px) {
    main .content__ttl__wrap .info__card__ic.info__card__02__ic {
        width: 70px;
    }
}

@-webkit-keyframes rotate01_sp {
    0% {
        transform: rotate(5deg) translateX(-50%) translateY(-50px);
        transform-origin: center;
    }

    100% {
        transform: rotate(-5deg) translateX(-50%) translateY(-50px);
        transform-origin: center;
    }
}

@keyframes rotate01_sp {
    0% {
        transform: rotate(5deg) translateX(-50%) translateY(-50px);
        transform-origin: center;
    }

    100% {
        transform: rotate(-5deg) translateX(-50%) translateY(-50px);
        transform-origin: center;
    }
}

@-webkit-keyframes rotate02_sp {
    0% {
        transform: rotate(-5deg) translateX(60%) translateY(-50px);
    }

    100% {
        transform: rotate(5deg) translateX(60%) translateY(-50px);
    }
}

@keyframes rotate02_sp {
    0% {
        transform: rotate(-5deg) translateX(60%) translateY(-50px);
    }

    100% {
        transform: rotate(5deg) translateX(60%) translateY(-50px);
    }
}

main .content__ttl {
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    line-height: 2.5;
    margin-top: 60px;
    position: relative;
}

@media screen and (max-width: 768px) {
    main .content__ttl {
        font-size: 16px;
        display: inline-block;
        padding: 0 30px;
        line-height: 1.8;
        margin-top: 30px;
    }
}

main .content__ttl:before,
main .content__ttl:after {
    content: "";
    width: 47px;
    height: 68px;
    display: block;
    position: absolute;
    bottom: -10px;
    background: url(../../img/top/ic-ex.svg) no-repeat center/contain;
}

@media screen and (max-width: 768px) {

    main .content__ttl:before,
    main .content__ttl:after {
        width: 32px;
        height: 48px;
        bottom: 0px;
    }
}

main .content__ttl:before {
    left: -20px;
}

main .content__ttl:after {
    right: -20px;
    transform: scale(-1, 1);
}

@media screen and (max-width: 768px) {

    main .content__ttl:before {
        left: 0px;
    }

    main .content__ttl:after {
        right: 0px;
    }
}

main .info-flex {
    display: flex;
    margin: 0 -10px;
}

@media screen and (max-width: 768px) {
    main .info-flex {
        display: block;
        margin: 0;
    }
}

main .info {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    main .info {
        margin-top: 20px;
        position: relative;
    }
}

main .info .info__ttl {
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    height: 80px;
    background: url(../../img/top/ttl-ribbon.svg) no-repeat center/contain;
}

@media screen and (max-width: 768px) {
    main .info .info__ttl {
        font-size: 25px;
        padding-top: 3%;
    }
}

main .info__card {
    border: solid 2px #000000;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 5px 5px 0 #000;
    margin: 20px 10px 0;
    padding: 0 22px 45px;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 768px) {
    main .info__card {
        margin: 20px 0 0;
    }
}

main .info__card__ic {
    display: block;
    position: absolute;
}

main .info__card__ttl {
    font-size: 42px;
    font-weight: 900;
    text-align: center;
    background-color: #000;
    color: #fff;
    position: relative;
    width: 97%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    main .info__card__ttl {
        font-size: 29px;
        line-height: 1.2;
        padding: 10px 0;
    }
}

main .info__card__circle {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 19px;
    text-align: center;
    width: 98px;
    height: 98px;
    background-color: #E3303E;
    border: solid 2px #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    transform: translateX(-50%);
    line-height: 1.4;
    display: none;
}

@media screen and (max-width: 768px) {
    main .info__card__circle {
        font-size: 13px;
        width: 70px;
        height: 70px;
    }
}

main .info__card__pd {
    font-weight: 900;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 35px 0;
}

main .info__card__pd__place {
    font-size: 28px;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    main .info__card__pd__place {
        font-size: 19px;
    }
}

main .info__card__pd__date {
    font-size: 40px;
    display: flex;
    align-items: center;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    main .info__card__pd__date {
        font-size: 22px;
    }
}

main .info__card__pd__date--sat {
    color: #00A0E9;
}

main .info__card__pd__date--sun {
    color: #DE431E
}

main .info__card__pd__date--time {
    font-size: 33px;
    margin-left: 14px;
    text-align: center;
    transform: translateY(3px);
}

@media screen and (max-width: 768px) {
    main .info__card__pd__date--time {
        font-size: 18px;
    }
}

main .info__card__btn {
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    padding: 15px;
    line-height: 1.5;
    border: solid 2px #000;
    border-radius: 10px;
    box-shadow: 5px 5px 0 #000;
    margin-top: 15px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fdf24f;
    max-width: 500px;
    margin: 0 auto;
}

main .info__card__btn>span {
    text-align: center;
    font-size: 0.65em;
}

main .info__card__btn.start {
    background-color: #E63F01;
    height: 90px;
    color: #fff;
    position: relative;
}

/* main .info__card__btn.start::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    right: 30px;
} */

@media screen and (max-width: 768px) {
    main .info__card__btn>span {
        padding-top: 0;
    }

    /* main .info__card__btn.start::before {
        right: 15px;
    } */
}

main .info__card__btn .red {
    color: red;
}

@media screen and (max-width: 768px) {
    main .info__card__btn {
        font-size: 20px;
        padding: 10px;
        height: 90px;
    }
}

main .info__card__btn--off {
    color: #D8D8D8;
    background-color: #727272;
    cursor: default;
    width: 100%;
    height: 90px;
    line-height: 1.3;
}

main .info__card__btn--off .off {
    font-size: 1em;
}

@media screen and (max-width: 768px) {
    main .info__card__btn--off .off {
        font-size: 0.8em;
    }
}

main .info__card__btn--off.end {
    color: #ffb4b4;
    width: 100%;
}

main .info__card__kome {
    font-size: 14px;
    font-weight: 500;
    margin-top: 30px;
    text-align: center;
    line-height: 1.4;
}

main .info__card__kome.red {
    color: red;
}

main .info__card__faq {
    margin: 30px auto 15px;
}

main .info__card__faq.no_info {
    margin: 62px auto 15px;
}

@media screen and (max-width: 768px) {
    main .info__card__faq.no_info {
        margin: 20px auto 15px;
    }
}

main .info__card__faq.no_kome {
    margin: 78px auto 15px;
}

@media screen and (max-width: 768px) {
    main .info__card__faq.no_kome {
        margin: 20px auto 15px;
    }
}


main .info__card__faq a {
    display: block;
    max-width: 100%;
    width: 300px;
    border: solid 2px #000;
    border-radius: 10px;
    box-shadow: 3px 3px 0 #000;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    background: #fff;
    font-size: 18px;
}

main .info__card__event {
    margin-top: 24px;
}

@media screen and (max-width: 768px) {
    main .info__card__event {
        margin-top: 10px;
    }
}

main .info__card__event__ttl {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    background-color: #367DC6;
    padding: 4px;
}

@media screen and (max-width: 768px) {
    main .info__card__event__ttl {
        font-size: 14px;
        padding: 2px;
    }
}

main .info__card__event__photo {
    display: flex;
    justify-content: space-between;
    margin: 6px -4px 0;
}

@media screen and (max-width: 768px) {
    main .info__card__event__photo {
        margin: 6px -1px 0;
    }
}

main .info__card__event__photo__img {
    margin: 0 4px;
}

@media screen and (max-width: 768px) {
    main .info__card__event__photo__img {
        margin: 0 1px;
    }
}

main .info__card__01__ic {
    width: 145px;
    height: 275px;
    top: 0;
    left: 0;
    transform: translateX(-110%) translateY(-50px);
    background: url(../../img/top/ic-lady.svg) no-repeat center/contain;
    -webkit-animation: rotate01 4s infinite alternate;
    animation: rotate01 4s infinite alternate;
}

@media screen and (max-width: 768px) {
    main .info__card__01__ic {
        display: none;
    }
}

main .info__card__02__ic {
    width: 144px;
    height: 275px;
    top: 50%;
    right: 0;
    transform: translateX(120%) translateY(-50px);
    background: url(../../img/top/ic-man.svg) no-repeat center/contain;
    -webkit-animation: rotate02 3s infinite alternate;
    animation: rotate02 3s infinite alternate;
}

@media screen and (max-width: 768px) {
    main .info__card__02__ic {
        display: none;
    }
}

@-webkit-keyframes rotate01 {
    0% {
        transform: rotate(8deg) translateX(-110%) translateY(-50px);
        transform-origin: center;
    }

    100% {
        transform: rotate(-8deg) translateX(-110%) translateY(-50px);
        transform-origin: center;
    }
}

@keyframes rotate01 {
    0% {
        transform: rotate(8deg) translateX(-110%) translateY(-50px);
        transform-origin: center;
    }

    100% {
        transform: rotate(-8deg) translateX(-110%) translateY(-50px);
        transform-origin: center;
    }
}

@-webkit-keyframes rotate02 {
    0% {
        transform: rotate(8deg) translateX(120%) translateY(-50px);
    }

    100% {
        transform: rotate(-8deg) translateX(120%) translateY(-50px);
    }
}

@keyframes rotate02 {
    0% {
        transform: rotate(8deg) translateX(120%) translateY(-50px);
    }

    100% {
        transform: rotate(-8deg) translateX(120%) translateY(-50px);
    }
}

main .info__card__online {
    text-align: center;
    padding: 63px 55px 45px;
    margin: 0;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    main .info__card__online {
        padding: 40px 30px 30px;
    }
}

main .info__card__online__btns-wrap {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 28px -8px 0;
}

@media screen and (max-width: 768px) {
    main .info__card__online__btns-wrap {
        display: block;
        margin: 20px 0 0;
    }
}

main .info__card__online__btns-wrap__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    background-color: #009EBB;
    border: solid 2px #000;
    box-shadow: 5px 5px 0 #000;
    line-height: 1.5;
    padding: 15px;
    border-radius: 10px;
    margin: 0 8px;
    text-align: center;
    position: relative;
}

main .info__card__online__btns-wrap__btn:before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 45%;
    transform: rotate(135deg);
    right: 30px;
}

@media screen and (max-width: 768px) {
    main .info__card__online__btns-wrap__btn {
        height: 80px;
        margin: 10px auto 0;
    }
}

main .info__online {
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    main .info__online {
        margin-top: 0;
    }
}

main .info__online .info__ttl {
    transform: translateY(50%);
    position: relative;
    z-index: 1;
}

main .info__online__ttl {
    position: relative;
}

main .info__online__ttl .info__ttl__inner {
    display: inline-block;
    position: relative;
    padding: 0 110px;
}

@media screen and (max-width: 768px) {
    main .info__online__ttl .info__ttl__inner {
        padding: 0;
    }
}

main .info__online__ttl .info__ttl__inner .online_ic {
    display: block;
    position: absolute;
    bottom: 0;
}

main .info__online__ttl .info__ttl__inner .online_ic01 {
    width: 122px;
    height: 140px;
    background: url(../../img/top/ic-girl.svg) no-repeat center/contain;
    left: 0;
    transform: translateX(-100%) translateY(40%);
    -webkit-animation: rotate03 3s infinite alternate;
    animation: rotate03 3s infinite alternate;
}

@media screen and (max-width: 768px) {
    main .info__online__ttl .info__ttl__inner .online_ic01 {
        width: 80px;
        height: 100px;
        -webkit-animation: rotate03_sp 3s infinite alternate;
        animation: rotate03_sp 3s infinite alternate;
    }
}

main .info__online__ttl .info__ttl__inner .online_ic02 {
    width: 122px;
    height: 150px;
    background: url(../../img/top/ic-boy.svg) no-repeat center/contain;
    right: 0;
    transform: translateX(100%) translateY(40%);
    -webkit-animation: rotate04 2.4s infinite alternate;
    animation: rotate04 2.4s infinite alternate;
}

@media screen and (max-width: 768px) {
    main .info__online__ttl .info__ttl__inner .online_ic02 {
        width: 90px;
        height: 110px;
        -webkit-animation: rotate04_sp 3s infinite alternate;
        animation: rotate04_sp 3s infinite alternate;
    }
}

@-webkit-keyframes rotate03 {
    0% {
        transform: rotate(5deg) translateX(-100%) translateY(40%);
        transform-origin: center bottom;
    }

    100% {
        transform: rotate(-5deg) translateX(-100%) translateY(40%);
    }
}

@keyframes rotate03 {
    0% {
        transform: rotate(5deg) translateX(-100%) translateY(40%);
        transform-origin: center bottom;
    }

    100% {
        transform: rotate(-5deg) translateX(-100%) translateY(40%);
    }
}

@-webkit-keyframes rotate04 {
    0% {
        transform: rotate(5deg) translateX(100%) translateY(40%);
    }

    100% {
        transform: rotate(-5deg) translateX(100%) translateY(40%);
    }
}

@keyframes rotate04 {
    0% {
        transform: rotate(5deg) translateX(100%) translateY(40%);
    }

    100% {
        transform: rotate(-5deg) translateX(100%) translateY(40%);
    }
}

@-webkit-keyframes rotate03_sp {
    0% {
        transform: rotate(3deg) translateX(-120%) translateY(100%);
        transform-origin: center bottom;
    }

    100% {
        transform: rotate(-3deg) translateX(-120%) translateY(100%);
    }
}

@keyframes rotate03_sp {
    0% {
        transform: rotate(3deg) translateX(-120%) translateY(100%);
        transform-origin: center bottom;
    }

    100% {
        transform: rotate(-3deg) translateX(-120%) translateY(100%);
    }
}

@-webkit-keyframes rotate04_sp {
    0% {
        transform: rotate(3deg) translateX(115%) translateY(100%);
    }

    100% {
        transform: rotate(-3deg) translateX(115%) translateY(100%);
    }
}

@keyframes rotate04_sp {
    0% {
        transform: rotate(3deg) translateX(115%) translateY(100%);
    }

    100% {
        transform: rotate(-3deg) translateX(115%) translateY(100%);
    }
}

main .info__online__card__ttl {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    main .info__online__card__ttl {
        font-size: 22px;
    }

    main .info__online__card__ttl .sp-small {
        font-size: 18px;
    }
}

main .info__online .info__card__caution {
    margin-top: 10px;
}

main .info__online .info__card__caution,
main .info__online .info__card__caution p {
    text-align: center;
    font-weight: bold;
}

main .info__online .info__card__caution .info__card__caution__ttl,
main .info__online .info__card__caution p .info__card__caution__ttl {
    font-size: 2.4em;
    color: #ff0000;
}

@media screen and (max-width: 768px) {

    main .info__online .info__card__caution .info__card__caution__ttl,
    main .info__online .info__card__caution p .info__card__caution__ttl {
        font-size: 2em;
    }
}

main .info__online .info__card__caution .info__card__caution__ttl::first-letter,
main .info__online .info__card__caution p .info__card__caution__ttl::first-letter {
    color: #ff0000;
}

main .info__online .info__card__caution .info__card__caution__txt,
main .info__online .info__card__caution p .info__card__caution__txt {
    font-size: 1.2em;
    line-height: 1;
}

/* main .caution {
    width: 680px;
    margin: 80px auto 0;
    background-color: #D6E2B9;
    padding: 20px 25px;
} */

/* @media screen and (max-width: 768px) {
    main .caution {
        width: 100%;
        padding: 18px;
        margin: 25px auto 0;
    }
} */

main .caution__ttl {
    font-size: 14px;
    font-weight: bold;
}

main .caution__ttl::first-letter {
    color: #3AAF79;
}

main .caution__txt {
    font-size: 14px;
    padding-left: 1em;
}

main .caution__txt+.caution__ttl {
    margin-top: 1em;
}

footer {
    margin-top: 35px;
    text-align: center;
    background-color: transparent;
    padding: 0;
}

@media screen and (max-width: 768px) {
    footer {
        margin-top: 25px;
    }
}

footer .logo {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    footer .logo {
        width: 110px;
    }
}

footer .copy {
    text-align: center;
    color: #fff;
    font-size: 10px;
    margin: 20px auto 50px;
}

.lower footer .copy {
    color: #ACA3A3;
    padding-bottom: 40px;
}

main {
    position: relative;
}

.kusa-sp {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../../img/top/kusa.png) repeat-y center/contain;
    background-size: 100% auto;
    background-position: top 400px center;
}

@media screen and (max-width: 768px) {
    .kusa-sp {
        background: url(../../img/top/kusa_sp.png) repeat-y center/100% auto;
        z-index: 0;
        pointer-events: none;
    }
}

/*corona-block*/
.corona-block {
    margin-top: 26px;
    box-shadow: 5px 5px 0 #000;
    border-radius: 20px;
    overflow: hidden;
    border: solid 2px #E3303E;
}

.corona-block .corona-block__ttl {
    background-color: #E3303E;
    color: #fff;
    text-align: center;
    padding: 6px;
    font-size: 28px;
}

@media screen and (max-width: 768px) {
    .corona-block .corona-block__ttl {
        font-size: 18px;
        text-align: left;
        line-height: 1.5;
        padding: 6px 20px;
    }
}

.corona-block .corona-block__content {
    background-color: #fff;
    padding: 20px 20px 27px;
}

.corona-block .corona-block__content .three {
    display: flex;
    justify-content: center;
    font-size: 26px;
    font-weight: 900;
    margin: 0 -20px;
}

@media screen and (max-width: 768px) {
    .corona-block .corona-block__content .three {
        font-size: 14px;
        margin: 0 -8px;
    }
}

.corona-block .corona-block__content .three .point {
    display: flex;
    align-items: center;
    color: #E3303E;
    margin: 0 20px;
}

@media screen and (max-width: 768px) {
    .corona-block .corona-block__content .three .point {
        display: block;
        text-align: center;
        margin: 0 8px;
    }
}

@media screen and (max-width: 768px) {
    .corona-block .corona-block__content .three .point .point-img {
        text-align: center;
    }
}

.corona-block .corona-block__content .three .point .point-txt {
    margin-left: 7px;
}

@media screen and (max-width: 768px) {
    .corona-block .corona-block__content .three .point .point-txt {
        margin: 0 auto;
    }
}

.corona-block .corona-block__content p {
    text-align: center;
    margin-top: 2px;
}

@media screen and (max-width: 768px) {
    .corona-block .corona-block__content p {
        text-align: left;
        font-size: 16px;
    }
}

.corona-block .corona-block__content p:first-of-type {
    margin-top: 16px;
}

.corona-block .corona-block__content p.red {
    color: #E3303E;
    font-weight: 700;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .corona-block .corona-block__content p.red {
        margin-top: 16px;
    }
}

.corona-block .corona-block__content p.red a {
    text-decoration: underline;
}

.corona-block .corona-block__content p.red+p {
    font-size: 14px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .corona-block .corona-block__content p.red+p {
        margin-top: 16px;
    }
}

.festival__train_v {
    margin-top: 110px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .festival__train_v {
        margin-top: 60px;
    }

    .festival__train_v img {
        width: 200px;
    }
}

.festival__train_v.train-right {
    display: flex;
    justify-content: right;
}

.festival__train {
    margin-top: 110px;
    width: 100%;
    height: 70px;
    position: relative;
}

.festival__train.ft-right {
    width: calc(100% - 120px);
    margin-left: 120px;
}

@media screen and (max-width: 768px) {
    .festival__train {
        height: 36px;
    }
}

.festival__train .train_item {
    width: 338px;
    height: 68px;
    border-radius: 10px;
    background-image: url(../../img/top/train-yellow.svg);
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}

@media screen and (max-width: 768px) {
    .festival__train .train_item {
        width: 170px;
        height: 35px;
    }
}

.festival__train .train_item.anime {
    -webkit-animation-name: upDown;
    animation-name: upDown;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: steps(2);
    animation-timing-function: steps(2);
    transition-duration: 0.3s;
    transition-property: transform;
}

.festival__train .festival__train__wrap {
    display: block;
    position: absolute;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    margin-right: -25px;
}

@media screen and (max-width: 768px) {
    .festival__train .festival__train__wrap {
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
    }
}

.festival__train .festival__train__wrap[data-order=left] {
    -webkit-animation-name: GoLeft;
    animation-name: GoLeft;
}

.festival__train .festival__train__wrap[data-order=right] {
    -webkit-animation-name: GoRight;
    animation-name: GoRight;
}

.festival__train [data-order=right]>.train_item {
    transform: rotateY(180deg);
}

@-webkit-keyframes GoLeft {
    0% {
        right: 10%;
    }

    100% {
        right: 90%;
    }
}

@keyframes GoLeft {
    0% {
        right: 10%;
    }

    100% {
        right: 90%;
    }
}

@-webkit-keyframes GoRight {
    0% {
        right: 90%;
    }

    100% {
        right: 10%;
    }
}

@keyframes GoRight {
    0% {
        right: 90%;
    }

    100% {
        right: 10%;
    }
}

@-webkit-keyframes upDown {
    0% {
        top: 0;
    }

    100% {
        top: 3px;
    }
}

@keyframes upDown {
    0% {
        top: 0;
    }

    100% {
        top: 3px;
    }
}

.festival-box {
    padding: 60px 0 45px;
    position: relative;
    /* overflow: hidden; */
}

.festival-box * {
    position: relative;
    z-index: 1;
}

.festival-box:before,
.festival-box:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.festival-box.movie-block:before {
    width: 100%;
    left: 0;
    top: 0;
    background-color: #FDF250;
    transform: translateX(-120px);
    border-radius: 20px;
    min-width: 1200px;
}

@media screen and (max-width: 768px) {
    .festival-box.movie-block:before {
        transform: translateX(0);
        min-width: 100%;
        border-radius: 0 20px 20px 0;
        width: 200%;
        right: 0;
        left: auto;
    }
}

.festival-box.movie-block .under__ttl {
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
    margin-top: 25px;
}

@media screen and (max-width: 768px) {
    .festival-box.movie-block .under__ttl {
        font-size: 16px;
        margin-top: 5px;
    }
}

.festival-box.movie-block .movie-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
}

.festival-box.movie-block .movie-wrap .movie {
    width: calc(33.3333333333% - 20px);
    margin: 30px 10px 0;
}

@media screen and (max-width: 768px) {
    .festival-box.movie-block .movie-wrap .movie {
        width: calc(50% - 20px);
        margin: 15px 10px 0;
    }
}

.festival-box.movie-block .movie-wrap .movie span {
    position: relative;
    display: block;
}

.festival-box.movie-block .movie-wrap .movie span:before {
    content: "";
    background: url(../../img/top/youtube-play.png) no-repeat center/contain;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    z-index: 2;
}

.festival-box.movie-block .movie-wrap .movie span img {
    position: relative;
}

.festival-box.movie-block .movie-wrap .movie .movie__ttl {
    font-size: 18px;
    font-weight: 900;
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .festival-box.movie-block .movie-wrap .movie .movie__ttl {
        font-size: 12px;
        margin-top: 2px;
    }
}

.festival-box.goods-block:before {
    width: 100vw;
    left: 0;
    top: 0;
    background-color: #7AAEE3;
    transform: translateX(80px);
    border-radius: 20px;
    min-width: 1200px;
}

@media screen and (max-width: 768px) {
    .festival-box.goods-block:before {
        transform: translateX(0);
        min-width: 100%;
        border-radius: 20px 0 0 20px;
        width: 200%;
        right: auto;
        left: 0;
    }
}

.festival-box.goods-block:after {
    background-image: url(../../img/top/cloud.svg);
    background-size: calc(100vw - 100px);
    width: 100vw;
    left: 0;
    top: 0;
    transform: translateX(80px);
    margin: 100px;
}

@media screen and (max-width: 768px) {
    .festival-box.goods-block:after {
        background-size: 100%;
        transform: none;
        margin: 20px;
    }
}

.festival-box.goods-block .festival__ttl--ja {
    background: url(../../img/top/ttl-ribbon-yellow.svg) no-repeat center/contain;
}

.festival-box.goods-block .under__ttl {
    text-align: center;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.4;
    margin-top: 18px;
    text-shadow: 3px 3px 0 #000;
}

@media screen and (max-width: 768px) {
    .festival-box.goods-block .under__ttl {
        font-size: 26px;
        margin-top: 5px;
    }
}

.festival-box.goods-block .under__ttl span {
    font-size: 42px;
}

@media screen and (max-width: 768px) {
    .festival-box.goods-block .under__ttl span {
        font-size: 32px;
    }
}

.festival-box.goods-block .goods-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -12px;
}

@media screen and (max-width: 768px) {
    .festival-box.goods-block .goods-wrap {
        margin: 0 -10x;
    }
}

.festival-box.goods-block .goods-wrap .goods-card {
    padding: 10px;
    background-color: #fff;
    border-radius: 20px;
    border: solid 2px #000;
    box-shadow: 5px 5px 0 0 #000;
    margin: 24px 12px 0;
    width: calc(33.3333333333% - 24px);
}

@media screen and (max-width: 768px) {
    .festival-box.goods-block .goods-wrap .goods-card {
        padding: 6px;
        margin: 24px 10px 0;
        width: calc(50% - 20px);
    }
}

.festival-box.goods-block .goods-wrap .goods-card .ph {
    background-color: #F0EECB;
    border-radius: 20px 20px 0 0;
    padding: 15px;
    padding-top: 63%;
    position: relative;
}

.festival-box.goods-block .goods-wrap .goods-card .ph .ph-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
}

@media screen and (max-width: 768px) {
    .festival-box.goods-block .goods-wrap .goods-card .ph .ph-inner {
        width: calc(100% - 20px);
    }
}

.festival-box.goods-block .goods-wrap .goods-card .goods-ttl {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.5;
    padding: 30px 0;
}

.festival-box.goods-block .goods-wrap .goods-card .goods-ttl .goods-ttl--red {
    color: red;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}

.festival-box.goods-block .goods-wrap .goods-card .goods-ttl-coming {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.5;
    padding: 100px 0;
}

@media screen and (max-width: 768px) {
    .festival-box.goods-block .goods-wrap .goods-card .goods-ttl {
        font-size: 16px;
        padding: 15px 0;
        line-height: 1.5;
    }
}

.festival-box.goods-block .goods-wrap .goods-card .goods-ttl small {
    font-size: 0.8em;
}

.festival-box.goods-block .goods-wrap .goods-card .goods-soon {
    padding-top: 100%;
    position: relative;
}

.festival-box.goods-block .goods-wrap .goods-card .goods-soon .goods-ttl {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.festival-box.goods-block .goods-other {
    margin-top: 48px;
}

.festival-box.goods-block .goods-other .other-ttl {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    text-shadow: 3px 3px 0 #000;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .festival-box.goods-block .goods-other .other-ttl {
        font-size: 22px;
    }
}

.festival-box.goods-block .goods-other .other-ttl span {
    position: relative;
}

.festival-box.goods-block .goods-other .other-ttl span:before,
.festival-box.goods-block .goods-other .other-ttl span:after {
    content: "";
    width: 1px;
    height: 28px;
    background-color: #fff;
    position: absolute;
    bottom: 0.2em;
}

@media screen and (max-width: 768px) {

    .festival-box.goods-block .goods-other .other-ttl span:before,
    .festival-box.goods-block .goods-other .other-ttl span:after {
        height: 20px;
    }
}

.festival-box.goods-block .goods-other .other-ttl span:before {
    left: -20px;
    transform: rotate(-30deg);
}

.festival-box.goods-block .goods-other .other-ttl span:after {
    right: -20px;
    transform: rotate(30deg);
}

.festival-box.goods-block .goods-other .other-btn-wrap {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .festival-box.goods-block .goods-other .other-btn-wrap {
        flex-wrap: wrap;
    }
}

.festival-box.goods-block .goods-other .other-btn-wrap .other-btn-box {
    margin: 15px 20px 0;
}

.festival-box.goods-block .goods-other .other-btn-wrap .other-btn-cover .other-btn {
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    line-height: 1.4;
    color: #777777;
    background-color: #000;
    box-shadow: 3px 3px 0 #fff;
    padding: 10px 90px;
    margin: 18px 10px 0;
    border-radius: 20px;
    position: relative;
    display: block;
}

@media screen and (max-width: 768px) {
    .festival-box.goods-block .goods-other .other-btn-wrap .other-btn-cover .other-btn {
        font-size: 22px;
        padding: 10px 15px;
    }
}

.festival-box.goods-block .goods-other .other-btn-wrap .other-btn-cover .other-btn:before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    right: 30px;
}

.festival-box.goods-block .goods-other .other-btn-wrap .other-btn-cover .other-btn span {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .festival-box.goods-block .goods-other .other-btn-wrap .other-btn-cover .other-btn span {
        font-size: 18px;
    }
}

.festival-box.goods-block .goods-other .other-btn-wrap .other-btn-cover .other-btn.yet {
    color: #777777;
    background-color: #000;
}

.festival-box.goods-block .goods-other .other-btn-wrap .other-btn-cover .other-btn.yet:after {
    content: "Coming soon";
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 19px;
    font-weight: 900;
}

.festival-box.goods-block .goods-other .other-btn-wrap .other-btn-cover .other-btn.start {
    background-color: #fdf24f;
    color: #000;
    border: solid 2px #000;
    box-shadow: 5px 5px 0 #000;
    padding: 15px 90px;
}

.festival-box.goods-block .goods-other .other-btn-wrap .other-btn-cover .other-btn.start:before {
    content: none;
}

.festival-box.goods-block .goods-other .other-btn-wrap .other-btn-cover p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .festival-box.goods-block .goods-other .other-btn-wrap .other-btn-cover p {
        margin-top: 5px;
        font-size: 12px;
    }
}

.festival-box.auction-block .festival__ttl--en {
    position: relative;
}

.festival-box.auction-block .festival__ttl--en:before {
    content: "";
    display: block;
    position: absolute;
    width: 96px;
    height: 93px;
    background: url(../../img/top/ic-auction.svg) no-repeat center/contain;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(calc(-100% - 20px));
}

@media screen and (max-width: 768px) {
    .festival-box.auction-block .festival__ttl--en:before {
        width: 70px;
        height: 73px;
    }
}

.festival-box.auction-block .festival__ttl--ja {
    background: url(../../img/top/ttl-ribbon-pink.svg) no-repeat center/contain !important;
}

.festival-box.auction-block .container {
    width: 1030px;
}

.festival-box.auction-block .auction-block-inner {
    background-color: #E8FCFC;
    border-radius: 20px;
    padding: 90px 15px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .festival-box.auction-block .auction-block-inner {
        padding: 60px 15px 160px;
    }
}


.festival-box.auction-block .auction-block-inner::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(30%, 50%);
    width: 287px;
    height: 188px;
    background: url(../../img/top/auction-il.svg) no-repeat center/contain;
}


@media screen and (max-width: 768px) {
    .festival-box.auction-block .auction-block-inner::before {
        width: 170px;
        height: 110px;
        transform: translate(50%, 0%);
        right: 50%;
        bottom: 30px;
    }
}

.festival-box.auction-block .auction-date {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    margin-top: 28px;
    line-height: 1.3;
}

@media screen and (max-width: 768px) {
    .festival-box.auction-block .auction-date {
        margin-top: -25px;
        font-size: 22px;
    }
}

.festival-box.auction-block .auction-date .term-row {
    text-align: center;
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .festival-box.auction-block .auction-date .term-row {
        margin-top: 20px;
    }
}

.festival-box.auction-block .auction-date span:not(.auction-shot) {
    font-size: 42px;
}

@media screen and (max-width: 768px) {
    .festival-box.auction-block .auction-date span:not(.auction-shot) {
        font-size: 30px;
    }
}

.festival-box.auction-block .auction-date .auction-shot {
    font-size: 0.9em;
}

.festival-box.auction-block .auction-txt {
    text-align: center;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}

.festival-box.auction-block .auction-txt.red {
    color: #E3303E;
}

@media screen and (max-width: 768px) {
    .festival-box.auction-block .auction-txt {
        font-size: 18px;
        margin-top: 20px;
    }
}

.festival-box.auction-block .other-btn {
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    line-height: 1.4;
    color: #000;
    background-color: #fdf24f;
    box-shadow: 3px 3px 0 #fff;
    padding: 22px 10px;
    margin: 18px 10px 0;
    border-radius: 20px;
    position: relative;
    display: block;
    max-width: 500px;
    widows: 100%;
    /* margin: 40px auto 0; */
    margin: 10px auto 0;
    border: solid 2px #000;
    box-shadow: 5px 5px 0 #000;
}

@media screen and (max-width: 768px) {
    .festival-box.auction-block .other-btn {
        font-size: 20px;
        padding: 10px;
        margin: 30px auto 0;
    }
}

.festival-box.auction-block .other-btn:before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    right: 30px;
}

.festival-box.auction-block .other-btn span {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .festival-box.auction-block .other-btn span {
        font-size: 18px;
    }
}

.festival-box.auction-block .other-btn.yet {
    color: #777777;
    background-color: #000;
    border: none;
    box-shadow: none;
}

.festival-box.auction-block .other-btn.yet:before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

.festival-box.auction-block .other-btn.yet:after {
    content: "Coming soon";
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 19px;
    font-weight: 900;
}

.festival__ttl {
    text-align: center;
}

.festival__ttl .festival__ttl__inner {
    display: inline-block;
    position: relative;
}

.festival__ttl .festival__ttl__inner:before,
.festival__ttl .festival__ttl__inner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
}

.festival__ttl .festival__ttl__inner:before {
    width: 130px;
    height: 175px;
    background: url(../../img/top/content__ttl__left.svg) no-repeat center/contain;
    left: 0;
    transform: translateX(-120%) translateY(-10%);
}

@media screen and (max-width: 768px) {
    .festival__ttl .festival__ttl__inner:before {
        width: 80px;
        height: 105px;
        transform: translateX(-40%) translateY(-10%);
    }
}

.festival__ttl .festival__ttl__inner:after {
    width: 123px;
    height: 182px;
    background: url(../../img/top/content__ttl__right.svg) no-repeat center/contain;
    right: 0;
    transform: translateX(120%) translateY(-10%);
}

@media screen and (max-width: 768px) {
    .festival__ttl .festival__ttl__inner:after {
        width: 70px;
        height: 110px;
        transform: translateX(40%) translateY(-10%);
    }
}

.festival__ttl .festival__ttl--en {
    height: 92px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .festival__ttl .festival__ttl--en {
        height: 70px;
    }
}

.festival__ttl .festival__ttl--en img {
    height: 100%;
}

.festival__ttl .festival__ttl--ja {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    height: 80px;
    background: url(../../img/top/ttl-ribbon-blue.svg) no-repeat center/contain;
    margin-top: 10px;
}

.content__ttl__wrap .center {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
}

.info .center {
    text-align: center;
    font-weight: 600;
    font-size: 21px;
}

@media screen and (max-width: 768px) {
    .center_txt {
        font-size: 12px;
        margin-top: 10px;
    }

    .festival__ttl .festival__ttl--ja {
        font-size: 21px;
        margin-top: 2px;
    }

    .content__ttl__wrap .center {
        text-align: center;
        font-weight: 900;
        font-size: 12px;
        line-height: 1.6;
        position: relative;
        z-index: 2;
        margin-top: 30px;
    }

    .info .center {
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.6;
        position: relative;
    }
}

.festival__ttl .festival__ttl--ja span {
    display: inline-block;
    position: relative;
    padding: 0 110px;
}

@media screen and (max-width: 768px) {
    .festival__ttl .festival__ttl--ja span {
        padding: 0;
        padding-top: 4%;
    }
}

@media screen and (max-width: 410px) {
    .festival__ttl .festival__ttl--ja span {
        font-size: 1.1rem;
        padding-top: 6%;
    }
}

.kanko {
    text-align: center;
    margin-top: 38px;
    position: relative;
}

.kanko::before {
    content: "";
    display: block;
    position: absolute;
    left: -137px;
    bottom: -30px;
    width: 287px;
    height: 188px;
    background: url(../../img/top/auction-il.svg) no-repeat center/contain;
}


@media screen and (max-width: 768px) {
    .kanko::before {
        content: none;
    }
}

.kanko .kanko-btn {
    width: 375px;
    padding: 10px 15px;
    background-color: #fff;
    border: solid 2px #000;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .kanko .kanko-btn {
        max-width: 320px;
        font-size: 16px;
        padding: 18px 15px;
    }
}

.kanko .kanko-btn:before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    right: 30px;
}

.cancel {
    position: relative;
}

.cancel:before,
.cancel:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: red;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 10;
}

.cancel:before {
    transform: translateY(-5px);
}

.cancel:after {
    transform: translateY(3px);
}

.cancel__txt {
    color: red;
    font-size: 1.5em;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 10px;
}


.caution__block {
    margin: 60px auto 0;
    background-color: #ffffff94;
    padding: 20px 25px 20px 35px;
    max-width: 770px;
}

.indent {
    text-indent: -1rem;
    font-weight: 600;
    /* padding-left: -1rem; */
}

.caution__ttl span {
    color: #3AAF79;
    margin-right: 4px;
}

.comong_soon {
    display: grid;
    place-items: center;
}
