.sp768 {
    display: none;
}
@media (max-width: 768px) {
    .sp768 {
        display: block;
    }
}
.toba__page {
    -webkit-font-smoothing: antialiased;
}

.toba__mv {
    position: relative;
}
.toba__mv img {
    width: 100%;
    object-fit: cover;
    min-height: 300px;
}
.toba__mv__txt {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
}
.toba__mv__txt .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.toba__mv__txt .bg {
    font-size: 4.0rem;
    font-weight: 600;
}
.toba__mv__txt .sm {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.7;
    margin-top: 50px;
}
@media (max-width: 1200px) {
    .toba__mv__txt .bg {
        font-size: 3.0rem;
    }
    .toba__mv__txt .sm {
        font-size: 2.0rem;
        margin-top: 20px;
    }
}
@media (max-width: 768px) {
    .toba__mv__txt .bg {
        font-size: 2.4rem;
        text-shadow: 0px 0px 15px rgba(12, 80, 139, 0.8);
    }
    .toba__mv__txt .sm {
        font-size: 1.6rem;
        margin-top: 10px;
        text-shadow: 0px 0px 15px rgba(12, 80, 139, 0.8);
    }
}

.toba__tabi {
    max-width: 1920px;
    margin: 0 auto;
    background: url(../img/toba/tabi_bg.webp) center top -40px / 105% auto no-repeat;
}
.toba__tabi > .container {
    padding-bottom: 90px;
}
.toba__tabi h2 {
    color: #5E719D;
    font-family: "Hannari", serif;
    font-size: 3.0rem;
    line-height: 1.67;
    margin-bottom: 60px;
    text-align: center;
}
.toba__tabi .container > p {
    color: #292929;
    font-family: YuGothic, 'Yu Gothic', sans-serif;
    margin-bottom: 20px;
    line-height: 1.69;
    text-align: center;
}
.toba__tabi__2,
.toba__tabi__3 {
    position: relative;
}
.toba__tabi__3 {
    margin-top: -40px;
    padding-bottom: 80px;
    background: url(../img/toba/tabi_3_bg.webp) center top 100px / 100% no-repeat;
}
.toba__tabi__2 .txt,
.toba__tabi__3 .txt {
    padding-top: 60px;
    width: 40%;
    line-height: 1.69;
}
.toba__tabi__3 .txt {
    padding-top: 150px;
    margin-left: auto;
}
.toba__tabi__2 h3,
.toba__tabi__3 h3 {
    font-size: 2.4rem;
    margin-bottom: 50px;
    line-height: 1.71;
}
.toba__tabi__2 .img,
.toba__tabi__3 .img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    max-width: 632px;
}
.toba__tabi__3 .img {
    left: unset;
    right: 50%;
}
.toba__tabi__2 .img img,
.toba__tabi__3 .img img {
    width: 100%;
}
@media (max-width: 1200px) {
    .toba__tabi > .container {
        padding-bottom: 60px;
    }
    .toba__tabi h2 {
        font-size: 2.4rem;
        margin-bottom: 40px;
    }
    .toba__tabi__2 .txt,
    .toba__tabi__3 .txt {
        padding-top: 40px;
        width: 45%;
    }
    .toba__tabi__3 .txt {
        padding-top: 120px;
    }
    .toba__tabi__2 h3,
    .toba__tabi__3 h3 {
        font-size: 2.0rem;
        margin-bottom: 35px;
    }
}
@media (max-width: 991px) {
    .toba__tabi__3 {
        padding-bottom: 40px;
    }
    .toba__tabi__3 .txt {
        padding-top: 40px;
    }
}
@media (max-width: 768px) {
    .toba__tabi {
        font-size: 1.4rem;
    }
    .toba__tabi h2 {
        font-size: 2.0rem;
        margin-bottom: 20px;
    }
    .toba__tabi > .container {
        padding-bottom: 30px;
    }
    .toba__tabi .container > p {
        margin-bottom: 10px;
    }
    .toba__tabi__2 .img,
    .toba__tabi__3 .img {
        position: unset;
        padding: 0 15px;
        width: 100%;
        max-width: unset;
    }
    .toba__tabi__2 .txt,
    .toba__tabi__3 .txt {
        width: 100%;
        padding-top: 20px;
    }
}
.toba__tabi__movie {
    position: relative;
}
.toba__tabi__movie::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    aspect-ratio: 1;
    z-index: -1;
    background: url(../img/toba/movie_bg.webp) center / contain no-repeat;
}
.toba__tabi__movie .container {
    padding-top: 130px;
    padding-bottom: 130px;
    display: flex;
    gap: 42px;
}
.toba__tabi__movie .container::before,
.toba__tabi__movie .container::after {
    display: none;
}
.toba__tabi__movie .container a {
    flex: 1 1;
}
.toba__tabi__movie .container a img {
    width: 100%;
}
@media (max-width: 991px) {
    .toba__tabi__movie .container {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media (max-width: 768px) {
    .toba__tabi__movie .container {
        flex-direction: column;
    }
    .toba__tabi__movie .container {
        padding-top: 10px;
        padding-bottom: 30px;
        gap: 20px;
    }
}

.toba__plan {
    text-align: center;
    font-weight: 500;
}
.toba__plan .h2__en {
    color: #5E719D;
}
.toba__plan h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #00081A;
}
.toba__plan table {
    width: 100%;
}
.toba__plan table thead {
    border-bottom: 1px solid #AEE2EB;
    color: #5E719D;
}
.toba__plan table th,
.toba__plan table td {
    text-align: center;
    padding: 25px 0;
    font-family: YuGothic, 'Yu Gothic', sans-serif;
    font-size: 1.8rem;
}
.toba__plan .txt {
    font-family: YuGothic, 'Yu Gothic', sans-serif;
}
.toba__plan__container {
    display: flex;
    gap: 15px;
    max-width: 1920px;
    padding: 0 25px;
}
.toba__plan__container img {
    width: calc((100% - 15px * 2) / 3);
}
@media (max-width: 768px) {
    .toba__plan table th,
    .toba__plan table td {
        font-size: 1.6rem;
        padding: 10px 0;
    }
    .toba__plan__container {
        gap: 5px;
        padding: 0 5px;
    }
    .toba__plan__container img {
        width: calc((100% - 5px * 2) / 3);
    }
}

.toba__schedule {
    background: #EFFCFF;
    font-family: YuGothic, 'Yu Gothic', sans-serif;
    line-height: 1.69;
    font-weight: 500;
}
.toba__schedule .h2__en {
    color: #5E719D;
    text-align: center;
    font-family: YuMincho, 'Yu Mincho', serif;
}
.toba__schedule h2 {
    text-align: center;
    color: #00081A;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-size: 2.5rem;
    font-weight: 600;
}
.toba__schedule__wrapper {
    margin-top: 80px;
    display: flex;
}
.toba__schedule__wrapper > div {
    width: 50%;
}
.toba__schedule__wrapper h3 {
    text-align: center;
    color: #5E719D;
    font-size: 2.0rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 25px;
}
.toba__schedule__wrapper h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 56px;
    height: 2px;
    background: #AEE2EB;
}
.toba__schedule__table {
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.toba__schedule__table::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 100%;
    background-image: radial-gradient(circle, #00081a 1px, transparent 1px);
    background-position: right top;
    background-repeat: repeat-y;
    background-size: 2px 5px;
}
.toba__schedule__table > div {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}
.toba__schedule__table .time {
    width: 100px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #00081A;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-size: 2.0rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.toba__schedule__table .txt {
    flex: 1 1;
}
@media (max-width: 991px) {
    .toba__schedule__wrapper {
        margin-top: 50px;
        flex-direction: column;
        row-gap: 50px;
    }
    .toba__schedule__wrapper > div {
        width: 100%;
    }
    .toba__schedule__wrapper h3 {
        padding-bottom: 15px;
    }
    .toba__schedule__table {
        gap: 30px;
    }
    .toba__schedule__table::before {
        width: 42px;
    }
    .toba__schedule__table > div {
        gap: 15px;
    }
    .toba__schedule__table .time {
        width: 80px;
        font-size: 1.8rem;
    }
}

.toba__venue__header {
    background: url(../img/toba/venue_bg_header.webp) center / cover no-repeat;
    padding: 160px 0 180px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    font-weight: 600;
}
.toba__venue__header h2 {
    font-size: 2.5rem;
    font-weight: inherit;
}
.toba__venue__bg {
    background: url(../img/toba/venue_bg.webp) center top -245px / 156% auto no-repeat;
}
.toba__venue__wrapper {
    display: flex;
    align-items: center;
    padding: 40px 0;
}
.toba__venue__wrapper:nth-child(2n) {
    flex-direction: row-reverse;
}
.toba__venue__wrapper:nth-child(2n) .txt {
    padding-left: unset;
    padding-right: 4%;
}
.toba__venue__wrapper .img,
.toba__venue__wrapper .txt {
    width: 50%;
}
.toba__venue__wrapper .txt {
    padding-left: 4%;
    font-family: YuGothic, 'Yu Gothic', sans-serif;
    line-height: 1.75;
}
.toba__venue__wrapper h3 {
    font-size: 2.0rem;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 600;
}
.toba__venue__wrapper .txt .number {
    color: #5E719D;
    font-size: 1.8rem;
    font-weight: 600;
    font-family: YuMincho, 'Yu Mincho', serif;
    margin-bottom: 50px;
}
.toba__venue__wrapper .img img {
    width: 100%;
}
@media (max-width: 991px) {
    .toba__venue__header {
        padding: 120px 0 140px;
    }
    .toba__venue__wrapper {
        padding: 20px 0;
        font-size: 1.5rem;
    }
    .toba__venue__wrapper h3 {
        font-size: 1.8rem;
    }
    .toba__venue__wrapper .txt .number {
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .toba__venue__header {
        padding: 80px 0 100px;
        row-gap: 5px;
    }
    .toba__venue__wrapper:nth-child(n) {
        flex-direction: column;
        row-gap: 20px;
    }
    .toba__venue__wrapper:nth-child(n) .img,
    .toba__venue__wrapper:nth-child(n) .txt {
        width: 100%;
        padding: 0;
    }
    .toba__venue__wrapper .txt .number {
        margin-bottom: 10px;
    }
}

.toba__costume {
    border-top: 3px solid #5E719D;
    background: url(../img/toba/costume_bg.webp) center / cover no-repeat;
    text-align: center;
    font-weight: 500;
}
.toba__costume__ttl {
    color: #5E719D;
}
.toba__costume__ttl h2 {
    margin-top: 15px;
    font-size: 2.5rem;
    font-weight: 600;
}
.toba__costume h3 {
    font-size: 2.0rem;
}
.toba__costume .txt {
    font-family: YuGothic, 'Yu Gothic', sans-serif;
    max-width: 740px;
    margin: 0 auto;
    line-height: 1.63;
}
.toba__costume__img {
    width: 100%;
}
@media (max-width: 768px) {
    .toba__costume__ttl h2 {
        margin-top: 5px;
    }
    .toba__costume h3 {
        font-size: 1.8rem;
    }
}

.toba__about {
    background: url(../img/toba/about_bg.webp) center / cover no-repeat;
}
.toba__about a {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 60px;
    font-size: 2.0rem;
    font-weight: 600;
    color: #fff;
    border: 1px solid #fff;
    position: relative;
}
.toba__about a:hover {
    background: #fff;
    color: #000;
}
.toba__about a::before {
    content: '';
    position: absolute;
    width: 9px;
    aspect-ratio: 9 / 14;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    background: #fff;
    mask: url(../img/toba/arrow_right.svg) center / contain no-repeat;
}
.toba__about a:hover::before {
    background: #000;
}
@media (max-width: 1200px) {
    .toba__about a {
        font-size: 1.8rem;
        width: 300px;
        height: 50px;
    }
    .toba__about a::before {
        right: 20px;
    }
}

.toba__recommendation {
    background: #EFFCFF;
}
.toba__recommendation .ttl {
    text-align: center;
    font-weight: 600;
}
.toba__recommendation .h2__en {
    color: #5E719D;
}
.toba__recommendation h2 {
    margin-top: 10px;
    font-size: 2.5rem;
    color: #00081A;
}
.toba__recommendation .bg__wh {
    background: #fff;
    padding: 50px;
}
.toba__recommendation .bg__wh > div {
    padding: 15px 5px;
    margin-top: 5px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    width: min(100%, 600px);
    margin: 0 auto;
    background-image: radial-gradient(circle, #707070 0.5px, transparent 0.5px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 5px 1px;
}
.toba__recommendation .check {
    position: relative;
    top: 3px;
    width: 16px;
    aspect-ratio: 1;
    background: url(../img/toba/check.svg) center / contain no-repeat;
}
.toba__recommendation .bg__wh > div p {
    flex: 1 1;
}
@media (max-width: 1200px) {
    .toba__recommendation .bg__wh {
        padding: 30px;
    }
}
@media (max-width: 768px) {
    .toba__recommendation .bg__wh {
        padding: 20px;
    }
}

.toba__produce {
    background: url(../img/toba/produce_bg.webp) center / cover no-repeat;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 15px rgba(12, 80, 139, 0.8);
}
.toba__produce h2 {
    font-family: "Hannari", serif;
    font-size: 3.0rem;
}
.toba__produce p {
    font-family: YuGothic, 'Yu Gothic', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    margin-top: 40px;
}
@media (max-width: 1200px) {
    .toba__produce h2 {
        font-size: 2.2rem;
    }
    .toba__produce p {
        font-size: 1.6rem;
        margin-top: 20px;
    }
}

.toba__contact {
    background: url(../img/toba/contact_bg.webp) center / cover no-repeat;
}
.toba__contact__btn {
    color: #fff;
    font-size: 2.0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 60px;
    border: 1px solid #fff;
    margin: 0 auto;
    gap: 10px;
    position: relative;
    cursor: pointer;
}
.toba__contact__btn:hover {
    color: #00081A;
    background: #fff;
}
.toba__contact__btn:hover::before,
.toba__contact__btn:hover::after {
    background: #00081A;
}
.toba__contact__btn::before {
    content: '';
    display: block;
    width: 27px;
    aspect-ratio: 1;
    background: #fff;
    mask: url(../img/toba/mail_logo.svg) center / contain no-repeat;
}
.toba__contact__btn::after {
    content: '';
    position: absolute;
    width: 9px;
    aspect-ratio: 9 / 14;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    mask: url(../img/toba/arrow_right.svg) center / contain no-repeat;
}
@media (max-width: 1200px) {
    .toba__contact__btn {
        font-size: 1.8rem;
        width: 300px;
        height: 50px;
        gap: 8px;
    }
    .toba__contact__btn::before {
        width: 22px;
    }
    .toba__contact__btn::after {
        right: 20px;
    }
}