@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

/*---------------------------------------------------

preevent

---------------------------------------------------*/
#page-preevent {
	overflow-x: hidden
}


/*---------------------------------------------------

preevent top

---------------------------------------------------*/
.preevent-top {
    background: url("../img/preevent/bg.jpg") no-repeat top 30px center;
}
.preevent-top-ttl {
    color: #008ea2;
}
.preevent-top-lead {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.7em;
    text-align: center;
    margin: -1em 0 1.6em;
}

.preevent-top .link-list {
    width: 1040px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 150px;
    display: flex;
    flex-direction: column;
    gap: 33px;
}

.preevent-top .link-item {
    width: 100%;
    min-height: 300px;
    border: 2px solid #008da1;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    position: relative;
}

.preevent-top .link-item .button-01 {
    width: 187px;
    aspect-ratio: 187 / 60;
    position: absolute;
    bottom: 30px;
    right: 35px;
}

.preevent-top .link-item .text-area {
    width: 100%;
    flex: 1;
    padding: 23px 0 27px 30px;
}
.preevent-top .link-item .link-ttl-area {
    color: #008ea2;
}
.preevent-top .link-item .link-ttl-area .date {
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
}
.preevent-top .link-item .link-ttl-area .date .day {
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
    font-family: "Lato", sans-serif;
}
.preevent-top .link-item .link-ttl-area .date .week {
    font-size: 24px;
    line-height: 1;
    width: 1.7em;
    height: 1.7em;
    color: #fff;
    background-color: #008ea2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.3em;
    margin-bottom: -0.2em;
    padding-bottom: 0.1em;
}
.preevent-top .link-item .link-ttl-area .date .week2 {
    font-size: 24px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.5em;
    letter-spacing: -0.3em;
    padding-right: 0.3em;
    color: #fff;
    position: relative;
    z-index: 2;
}
.preevent-top .link-item .link-ttl-area .date .week-english {
    font-size: 16px;
    line-height: 1;
    width: 2.0em;
    height: 2.0em;
    color: #fff;
    background-color: #008ea2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.3em;
    margin-bottom: -0.2em;
    padding-bottom: 0.1em;
}
.preevent-top .link-item .link-ttl-area .date .week2::before,
.preevent-top .link-item .link-ttl-area .date .week2::after {
    content: "";
    width: 1.7em;
    height: 1.7em;
    color: #fff;
    background-color: #008ea2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: -0.1em;
    margin: auto;
    z-index: -1;
}
.preevent-top .link-item .link-ttl-area .date .week2::before {
    left: -0.3em;
}
.preevent-top .link-item .link-ttl-area .date .week2::after {
    right: -0.3em;
}
.preevent-top .link-item .link-ttl-area .date .kara {
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0.2em;
}
.preevent-top .link-item .link-ttl-area .date .month {
    font-size: 37px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 -0.2em 0.1em;
}
.preevent-top .link-item .link-ttl-area .date .week + .day {
    margin-left: 0.3em;
}
.preevent-top .link-item .link-ttl-area .link-ttl {
    font-size: 37px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0.3em 0 0.4em;
}
.preevent-top .link-item .link-ttl-area .link-em-text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    padding: 0 0.7em;
    border-left: 8px solid #008ea2;
    margin-bottom: 0.8em;
}

.preevent-top .link-item .img-area {
    width: 47%;
}
.preevent-top .link-item .img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
}
#link-01 .img-area {
    width: 33%;
    text-align: center;
    padding-top: 35px;
}
#link-01 .img-area img {
    width: auto;
    max-width: 90%;
    height: auto;
}

.preevent-top .link-item .text-area .link-text {
    font-size: 14px;
    line-height: 1.8em;
}
.preevent-top .link-item .text-area .link-text span {
    display: inline-block;
}

@media screen and (min-width: 768px)and (max-width: 1020px) {
    .preevent-top-lead {
        font-size: 2.5rem;
    }

    .preevent-top .link-list {
        gap: 3.2vw;
    }

    .preevent-top .link-item {
        min-height: 29.4vw;
    }

    .preevent-top .link-item .button-01 {
        width: 18.3vw;
        bottom: 2.9vw;
        right: 3.4vw;
    }

    .preevent-top .link-item .text-area {
        padding: 2.3vw 0 2.6vw 2.9vw;
    }

    .preevent-top .link-item .link-ttl-area .date .day {
        font-size: 6rem;
    }
    .preevent-top .link-item .link-ttl-area .date .week {
        font-size: 2.4rem;
    }
    .preevent-top .link-item .link-ttl-area .date .week2 {
        font-size: 2.4rem;
    }

    .preevent-top .link-item .link-ttl-area .date .kara {
        font-size: 3.4rem;
    }
    .preevent-top .link-item .link-ttl-area .date .month {
        font-size: 3.7rem;
    }
    .preevent-top .link-item .link-ttl-area .link-ttl {
        font-size: 3.5rem;
    }
    .preevent-top .link-item .link-ttl-area .link-em-text {
        font-size: 1.8rem;
    }

    #link-01 .img-area {
        padding-top: 3.4vw;
    }

    .preevent-top .link-item .text-area .link-text {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    .preevent-top {
        background: url("../img/preevent/bg_sp.jpg") no-repeat top 4vw center / contain;
    }
    .preevent-top-lead {
        font-size: 2.7rem;
    }

    .preevent-top .link-list {
        padding-bottom: 10vw;
        gap: 5vw;
    }

    .preevent-top .link-item {
        min-height: 0;
        border-radius: 1vw;
        flex-direction: column;
    }

    .preevent-top .link-item .button-01 {
        width: 50%;
        aspect-ratio: 240 / 60;
        bottom: 4vw;
        right: 0;
        left: 0;
        margin: auto;
    }

    .preevent-top .link-item .text-area {
        padding: 5vw 5%;
    }
    .preevent-top .link-item .link-ttl-area .date .day {
        font-size: 7rem;
    }
    .preevent-top .link-item .link-ttl-area .date .week {
        font-size: 2.8rem;
    }
    .preevent-top .link-item .link-ttl-area .date .week2 {
        font-size: 2.8rem;
    }
    .preevent-top .link-item .link-ttl-area .date .kara {
        font-size: 4rem;
    }
    .preevent-top .link-item .link-ttl-area .date .month {
        font-size: 4rem;
    }
    .preevent-top .link-item .link-ttl-area .link-ttl {
        font-size: 4.2rem;
    }
    .preevent-top .link-item .link-ttl-area .link-em-text {
        font-size: 3rem;
    }

    .preevent-top .link-item .img-area {
        width: 100%;
    }
    #link-01 .img-area {
        width: 100%;
        padding-top: 0;
    }
    #link-01 .img-area img {
        width: auto;
        max-width: 70%;
        height: auto;
        margin-bottom: 15vw;
    }

    .preevent-top .link-item .text-area .link-text {
        font-size: 2.6rem;
    }
    .preevent-top .link-item .text-area .link-text span {
        display: inline;
    }
}


/*---------------------------------------------------

ツーリズムEXPOジャパン出展

---------------------------------------------------*/
.preevent-ttl-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #008ea2;
}
.preevent-ttl {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    margin: 2em 0 1em;
}
.preevent-date {
    display: flex;
    justify-content: center;
    gap: 0 40px;
}
.preevent-date .date {
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
}
.preevent-date .date .year {
    font-size: 18px;
    font-weight: 900;
    font-family: "Lato", sans-serif;
    line-height: 1;
    margin: -0.8em 0.6em 0 0;
}
html[lang=en] .preevent-date .date .year {
    position: absolute;
    top: -1em;
    left: 0;
}
.preevent-date .date .day {
    font-size: 46px;
    font-weight: 900;
    font-family: "Lato", sans-serif;
}
html[lang=en] .preevent-date .date .day {
    font-size: 30px;
    line-height: 1.2em;
    margin-right: 0.6em;
}
.preevent-date .date .week {
    font-size: 19px;
    line-height: 1;
    width: 1.7em;
    height: 1.7em;
    color: #fff;
    background-color: #008ea2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.3em;
    margin-right: 0.5em;
}
.preevent-date .date .line {
    font-size: 11px;
    margin: 0 0.7em 0 -0.4em;
}
.preevent-date .date .subject {
    font-size: 28px;
}
.preevent-lead {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.2em;
    padding: 0 1em;
    border-left: 9px solid #008ea2;
    margin: 1.5em 0 2.5em;
}
@media screen and (max-width: 1065px) {
    html[lang=en] .preevent-date {
        gap: 0 3.75vw;
    }
    html[lang=en] .preevent-date .date .subject {
        font-size: 2.62vw;
    }
    html[lang=en] .preevent-date .date .day {
        font-size: 2.81vw;
    }
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    .preevent-ttl {
        font-size: 6rem;
    }
    .preevent-date .date .day {
        font-size: 4.6rem;
    }
    .preevent-date .date .week {
        font-size: 1.9rem;
    }
    .preevent-date .date .line {
        font-size: 1.1rem;
    }
    .preevent-date .date .subject {
        font-size: 2.8rem;
    }
    .preevent-lead {
        font-size: 2.1rem;
    }
}
@media screen and (max-width: 767px) {
    .preevent-ttl {
        font-size: 6.2rem;
        line-height: 1.3em;
        margin: 2em 0 1em;
    }
    .preevent-date {
        flex-direction: column;
        align-items: flex-start;
    }
    html[lang=en] .preevent-date {
        row-gap: 2.13vw;
    }
    .preevent-date .date {
        flex-wrap: wrap;
    }
    .preevent-date .date .year {
        font-size: 2.2rem;
        width: 100%;
        margin: 0 0 0.5em;
    }
    html[lang=en] .preevent-date .date .year {
        top: -1.5em;
    }
    .preevent-date .date .day {
        font-size: 6rem;
    }
    html[lang=en] .preevent-date .date .day {
        font-size: 4rem;
    }
    .preevent-date .date .week {
        font-size: 2.6rem;
    }
    .preevent-date .date .line {
        font-size: 1.6rem;
    }
    .preevent-date .date .subject {
        font-size: 3.8rem;
    }
    html[lang=en] .preevent-date .date .subject {
        font-size: 3.8rem;
    }
    .preevent-lead {
        font-size: 2.6rem;
        padding: 0 0.6em;
        border-left: 1.5vw solid #008ea2;
    }
}

.preevent-detail {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 80px;
}
.preevent-detail .img-wrap {
    width: 31%;
}
.preevent-detail .txt-wrap {
    width: 66%;
    font-size: 18px;
    line-height: 1.8em;
    padding-top: 1em;
}
.preevent-detail .txt-wrap p + p {
    margin-top: 1.5em;
}
.preevent-detail .txt-wrap p .indent {
    padding-left: 1em;
    text-indent: -1em;
    display: block;
}
html[lang=en] .preevent-detail .txt-wrap p .indent {
    padding-left: 0.5em;
    text-indent: -0.5em;
}
.preevent-detail .txt-wrap .note {
    font-size: 0.8em;
    margin: 0;
    padding-left: 1em;
    text-indent: -1em;
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    .preevent-detail .txt-wrap {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 767px) {
    .preevent-detail {
        flex-direction: column;
        align-items: center;
        padding: 6.5vw 0 8vw;
    }
    .preevent-detail .img-wrap {
        width: 47%;
        text-align: center;
    }
    .preevent-detail .txt-wrap {
        width: 100%;
        font-size: 2.6rem;
        padding-top: 2em;
    }
    .preevent-detail .txt-wrap .note {
        line-height: 1.5em;
        margin-top: 0.5em;
    }
}

.preevent-info {
    padding: 50px 0 200px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.preevent-info .info-table-wrap {
    width: 66%;
}
.preevent-info .info-link-wrap {
    width: 31%;
    font-size: 18px;
    line-height: 1.7em;
}
.preevent-info .info-link-wrap a {
    font-size: 30px;
    font-weight: 900;
    font-family: "Lato", sans-serif;
    margin-top: 0.8em;
    display: block;
}
html[lang=en] .preevent-info .info-link-wrap a {
    font-size: 26px;
}
.preevent-info .info-link-wrap a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 1065px) {
    html[lang=en] .preevent-info .info-link-wrap a {
        font-size: 2.44vw;
    }
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    .preevent-info .info-link-wrap {
        font-size: 1.8rem;
    }
    .preevent-info .info-link-wrap a {
        font-size: 2.7rem;
    }
}
@media screen and (max-width: 767px) {
    .preevent-info {
        padding: 10vw 0 26vw;
        flex-direction: column;
        align-items: center;
    }
    .preevent-info .info-table-wrap {
        width: 100%;
    }
    .preevent-info .info-link-wrap {
        width: 100%;
        font-size: 2.6rem;
        text-align: center;
        margin-top: 3em;
    }
    .preevent-info .info-link-wrap a {
        font-size: 3.8rem;
    }
    html[lang=en] .preevent-info .info-link-wrap a {
        font-size: 3.8rem;
    }
}

.preevent-table {
    width: 100%;
}
.preevent-table th,
.preevent-table td {
    font-size: 16px;
    line-height: 1.75em;
    border: 1px solid #000;
    padding: 1em 0.2em;
}
.preevent-table th {
    width: 23%;
    background-color: #cce8ec;
}
.preevent-table td {
    width: 77%;
    padding-left: 1.5em;
    padding-right: 0.5em;
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    .preevent-table th,
    .preevent-table td {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 767px) {
    .preevent-table th,
    .preevent-table td {
        font-size: 2.6rem;
        font-feature-settings: "palt";
    }
    .preevent-table th {
        width: 26%;
    }
    .preevent-table td {
        width: 74%;
        padding-left: 1em;
    }
}

.preevent-report {
    width: 100%;
    background-color: #F9F6DD;
    padding: 100px 0 70px;
    margin-top: 40px;
}
.preevent-report .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 80px;
    position: relative;
    z-index: 1;
}
.preevent-report .report-ttl {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #008B9F;
    width: 100%;
}
.preevent-report .report-main-img {
    width: 100%;
}
.preevent-report .report-txt-area {
    width: calc(50% - 40px);
}
.preevent-report .report-txt-area p {
    font-size: 16px;
    line-height: 1.75em;
    margin-bottom: 2.5em;
}
.preevent-report .report-txt-area .em {
    font-weight: bold;
}
.preevent-report .report-txt-area .line {
    text-decoration: underline;
}
.preevent-report .report-txt-area .report-message-ttl {
    font-size: 21px;
    font-weight: bold;
    color: #008B9F;
    text-align: center;
    margin-bottom: 0.8em;
}
.preevent-report .report-txt-area .report-message-ttl span {
    display: inline-block;
    position: relative;
}
.preevent-report .report-txt-area .report-message-ttl span::before,
.preevent-report .report-txt-area .report-message-ttl span::after {
    content: "";
    width: 22px;
    height: 38px;
    background: url("../img/preevent/01/report_message_deco.png") no-repeat center center / contain;
    position: absolute;
    top: 0;
    bottom: -5px;
    margin: auto;
}
.preevent-report .report-txt-area .report-message-ttl span::before {
    left: -36px;
    transform: scale(-1, 1);
}
.preevent-report .report-txt-area .report-message-ttl span::after {
    right: -36px;
}
.preevent-report .report-img-list {
    width: calc(50% - 40px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px 50px;
}
.preevent-report .report-img-list li:not(:first-child) {
    width: calc(50% - 25px);
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    .preevent-report .report-ttl {
        font-size: 3.6rem;
    }
    .preevent-report .report-txt-area p {
        font-size: 1.6rem;
    }
    .preevent-report .report-txt-area .report-message-ttl {
        font-size: 2.1rem;
    }
    .preevent-report .report-txt-area .report-message-ttl span {
        display: inline-block;
        position: relative;
    }
    .preevent-report .report-txt-area .report-message-ttl span::before,
    .preevent-report .report-txt-area .report-message-ttl span::after {
        content: "";
        width: 2.2rem;
        height: 3.8rem;
        bottom: -0.5rem;
    }
    .preevent-report .report-txt-area .report-message-ttl span::before {
        left: -1.5em;
    }
    .preevent-report .report-txt-area .report-message-ttl span::after {
        right:-1.5em;
    }
    .preevent-report .report-img-list {
        gap: 4vw 10%;
    }
    .preevent-report .report-img-list li:not(:first-child) {
        width: 45%;
    }
}
@media screen and (max-width: 767px) {
    .preevent-report {
        padding: 16vw 0 27vw;
        margin-top: 15vw;
    }
    .preevent-report .inner {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        gap: 10vw;
    }
    .preevent-report .report-ttl {
        font-size: 3.6rem;
    }
    .preevent-report .report-txt-area {
        width: 84%;
    }
    .preevent-report .report-txt-area p {
        font-size: 2.6rem;
    }
    .preevent-report .report-txt-area .report-message-ttl {
        font-size: 3.1rem;
        line-height: 1.7em;
    }
    .preevent-report .report-txt-area .report-message-ttl span::before,
    .preevent-report .report-txt-area .report-message-ttl span::after {
        width: 4rem;
        height: 9rem;
        background: url(../img/preevent/01/report_message_deco_sp.png) no-repeat center center / contain;
        bottom: -0.5rem;
    }
    .preevent-report .report-txt-area .report-message-ttl span::before {
        left: -5rem;
    }
    .preevent-report .report-txt-area .report-message-ttl span::after {
        right: -5rem;
    }
    .preevent-report .report-txt-area .report-message {
        max-width: 92%;
        margin: 0 auto;
    }
    .preevent-report .report-img-list {
        width: 74%;
        gap: 6.7vw 8vw;
    }
    .preevent-report .report-img-list li:not(:first-child) {
        width: calc(50% - 4vw);
    }
}


/*---------------------------------------------------
背景
---------------------------------------------------*/
footer,
#breadcrumb {
    position: relative;
    z-index: 1;
}
.preevent-ttl-wrap,
.preevent-detail,
.preevent-map {
    position: relative;
}
.preevent-ttl-wrap::before {
    content: "";
    width: 335px;
    aspect-ratio: 335 / 195;
    background: url("../img/preevent/01/bg_img_01.png") no-repeat center center / contain;
    position: absolute;
    top: 20px;
    right: -310px;
    z-index: -1;
}
.preevent-ttl-wrap::after {
    content: "";
    width: 350px;
    aspect-ratio: 350 / 325;
    background: url("../img/preevent/01/bg_img_02.png") no-repeat center center / contain;
    position: absolute;
    top: 240px;
    left: -260px;
    z-index: -1;
}
.preevent-detail::before {
    content: "";
    width: 370px;
    aspect-ratio: 370 / 260;
    background: url("../img/preevent/01/bg_img_03.png") no-repeat center center / contain;
    position: absolute;
    top: 220px;
    left: -350px;
    z-index: -1;
}
.preevent-detail::after {
    content: "";
    width: 355px;
    aspect-ratio: 355 / 360;
    background: url("../img/preevent/01/bg_img_04.png") no-repeat center center / contain;
    position: absolute;
    bottom: -340px;
    right: -340px;
    z-index: -1;
}
.preevent-map::before {
    content: "";
    width: 170px;
    aspect-ratio: 170 / 95;
    background: url("../img/preevent/01/bg_img_05.png") no-repeat center center / contain;
    position: absolute;
    top: 315px;
    left: -260px;
    z-index: -1;
}
.preevent-map::after {
    content: "";
    width: 290px;
    aspect-ratio: 290 / 200;
    background: url("../img/preevent/01/bg_img_06.png") no-repeat center center / contain;
    position: absolute;
    bottom: -325px;
    right: -285px;
    z-index: -1;
}
.preevent-report .inner::before {
    content: "";
    width: 170px;
    aspect-ratio: 170 / 95;
    background: url("../img/preevent/01/bg_img_05.png") no-repeat center center / contain;
    position: absolute;
    bottom: 170px;
    left: -235px;
    z-index: -1;
}
.preevent-report .inner::after {
    content: "";
    width: 290px;
    aspect-ratio: 290 / 200;
    background: url("../img/preevent/01/bg_img_06.png") no-repeat center center / contain;
    position: absolute;
    top: 430px;
    left: -130px;
    z-index: -1;
}
@media screen and (max-width: 767px) {
    .preevent-ttl-wrap::before {
        width: 35vw;
        top: 0;
        right: -23vw;
    }
    .preevent-ttl-wrap::after {
        width: 35vw;
        top: inherit;
        bottom: -17vw;
        left: -29vw;
    }
    .preevent-detail::before {
        width: 31vw;
        top: inherit;
        bottom: -21vw;
        left: -20vw;
    }
    .preevent-detail::after {
        width: 47vw;
        bottom: -37vw;
        right: -38vw;
    }
    .preevent-map::before {
        width: 22vw;
        top: 73vw;
        left: -15vw;
    }
    .preevent-map::after {
        width: 39vw;
        top: -10vw;
        bottom: inherit;
        right: -19vw;
    }
    .preevent-report .inner::before {
        width: 22vw;
        bottom: -19vw;
        left: -7vw;
    }
    .preevent-report .inner::after {
        width: 39vw;
        top: 175vw;
        left: 73vw;
    }
}

/*---------------------------------------------------

moment

---------------------------------------------------*/
#moment {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}
.moment-lead-heading {
    color: #fff;
    background-color: #0097ab;
    padding: 70px 0;
}
.moment-lead-txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 0.8em;
}
.moment-lead-ttl {
    font-family: "Lato",sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}
.moment-lead-ttl .wave {
    padding: 0.5em 0;
    display: inline-block;
    position: relative;
}
.moment-lead-ttl .wave::before,
.moment-lead-ttl .wave::after {
    content: "";
    width: 100%;
    height: 9px;
    background: url("../img/preevent/01/wave_line.svg") repeat-x top left / 52px auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.moment-lead-ttl .wave::before {
    top: 0;
}
.moment-lead-ttl .wave::after {
    bottom: 0;
}
.moment-lead-ttl .jp-txt {
    font-size: 36px;
    font-weight: bold;
    margin-top: 0.5em;
    display: block;
}
.moment-lead {
    padding-bottom: 70px;
}
.moment-lead-desc {
    width: 730px;
    max-width: 100%;
    margin: 45px auto 0;
    font-size: 18px;
    line-height: 1.75;
}
.invitation {
    padding-bottom: 130px;
}
.invitation-ttl {
    font-size: 36px;
    font-weight: bold;
    color: #0097ab;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 0.8em;
}
.invitation-txt {
    max-width: 90%;
    margin: 0 auto 6em;
    font-size: 18px;
    line-height: 1.75;
    text-align: center;
}
.invitation-area-list {
    width: 1280px;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    border-bottom: 2px solid #008a9e;
}
.invitation-area-list::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #008a9e;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto;
}
.invitation-area-block {
    border-top: 2px solid #008a9e;
    padding: 100px 0 130px;
    position: relative;
}
.invitation-area-block::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #008a9e;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    margin: auto;
}
.invitation-area-block .area-name {
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    font-family: "Lato", sans-serif;
    color: #008a9e;
    background-color: #fff;
    padding: 0 0.5em;
    display: inline-block;
    position: absolute;
    top: -0.6em;
    left: 50%;
    transform: translateX(-50%);
}
.pamphlet-top {
    width: 100%;
    max-width: 1040px;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 auto 70px;
}
.pamphlet-top .pamphlet-button {
    width: 170px;
}
.pamphlet-list {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 4.5%;
    grid-row-gap: 40px;
}
.pamphlet-top .pamphlet-button img,
.pamphlet-list .modal-open img {
    transition: opacity 0.2s;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}
.pamphlet-top .pamphlet-button:hover img,
.pamphlet-list .modal-open:hover img {
    opacity: 0.8;
}
.download {
    width: 350px;
    max-width: 34%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.download-txt {
    font-size: 16px;
    line-height: 1.75em;
    text-align: center;
    margin-bottom: 1.25em;
}
.download-link {
    margin-bottom: 5px;
}
.download-link a {
    font-size: 16px;
    font-weight: bold;
    width: 350px;
    max-width: 100%;
    aspect-ratio: 350 / 60;
    background-color: #fff;
    color: #009db1;
    border: 2px solid #009db1;
    border-radius: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.download-link a:hover {
    background-color: #009db1;
    color: #fff;
}
.download-txt2 {
    font-size: 14px;
    line-height: 1.75em;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal-content-wrap + .good-button {
    margin-top: 18px;
}
.good-button {
    width: 100%;
    display: flex;
    justify-content: center;
}
.good-button a {
    width: 70.6%;
    aspect-ratio: 120 / 40;
    background-color: #fff;
    color: #009db1;
    border: 2px solid #009db1;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.good-button a:hover {
    background-color: #009db1;
    color: #fff;
}
.good-button a p {
    font-size: 14px;
    font-weight: bold;
    margin-right: 4%;
    position: relative;
}
.good-button a span {
    width: 19%;
    aspect-ratio: 70 / 90;
    background: url("../img/preevent/02/good.png") no-repeat center center / contain;
}
.interview {
    margin-bottom: 80px;
}
.interview-list {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.interview-list > li {
    width: calc((100% - 60px) / 3);
    display: flex;
    flex-direction: column;
}
.interview-catch {
    font-size: 14px;
    text-align: center;
    line-height: 1;
    margin-bottom: 2.14em;
}
.interview-photo {
    width: 87%;
    margin: 0 auto;
}
.interview-body {
    padding-top: 25px;
    border-top: 1px solid #000;
    margin-top: 50px;
    position: relative;
}
.interview-body::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url("../img/preevent/01/line-arrow-top.svg") no-repeat center center / contain;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -1px;
}
.interview-person {
    font-size: 16px;
    line-height: 1.4;
    color: #0097ab;
    text-align: center;
    margin-bottom: 1.8em;
}
.interview-person .txt1 {
    margin-bottom: 1.5em;
}
.interview-person .txt2 {
    margin-bottom: 0.8em;
}
.interview-person .txt3 .small {
    color: #000;
    font-size: 0.875em;
}
.interview-txt {
    font-size: 14px;
    line-height: 1.9;
}
.workshop {
    background-color: #eeeeee;
    padding: 90px 0;
}
.workshop-ttl {
    font-size: 36px;
    font-weight: bold;
    color: #0097ab;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 2.77em;
}
.workshop-photo-wrap {
    width: 790px;
    max-width: 100%;
    margin: 0 auto 90px;
}
.workshop-photo {
    margin-bottom: 40px;
}
.workshop-txt {
    font-size: 16px;
    color: #0097ab;
    line-height: 1.7;
}
.workshop-info {
    color: #fff;
    background-color: #0097ab;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.workshop-info-inner {
    display: inline-block;
}
.workshop-info-left {
    width: 62%;
    padding: 10px 0 10px 80px;
}
html[lang=en] .workshop-info-left {
    padding-left: 25px;
}
.workshop-info-right {
    width: 38%;
}
.workshop-info-ttl {
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 0.5em;
}
.workshop-info-txt {
    font-size: 14px;
    line-height: 1.6;
}
.workshop-info-txt {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.indent-1 {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
}
#moment .info {
    padding: 140px 0;
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    .moment-lead-heading {
        padding: 7vw 0;
    }
    .moment-lead-txt {
        font-size: 1.6rem;
    }
    .moment-lead-ttl {
        font-size: 4.8rem;
    }
    .moment-lead-ttl .wave::before,
    .moment-lead-ttl .wave::after {
        height: 0.9vw;
    }
    .moment-lead-ttl .jp-txt {
        font-size: 3.6rem;
    }
    .moment-lead {
        padding-bottom: 7vw;
    }
    .moment-lead-desc {
        width: 73vw;
        margin: 4.5vw auto 0;
        font-size: 1.8rem;
    }
    .moment-lead-img-list {
        gap: 4vw;
    }
    .moment-lead-img-list > li {
        width: 18vw;
    }
    .moment-lead-history > li {
        font-size: 1.4rem;
    }
    .interview {
        margin-bottom: 8vw;
    }
    .interview-list {
        gap: 3vw;
    }
    .interview-list > li {
        width: calc((100% - 6vw) / 3);
    }
    .interview-catch {
        font-size: 1.4rem;
    }
    .interview-body {
        padding-top: 2.5vw;
        margin-top: 5vw;
    }
    .interview-body::before {
        width: 1.8vw;
        height: 1.7vw;
    }
    .interview-person {
        font-size: 1.6rem;
    }
    .interview-txt {
        font-size: 1.4rem;
    }
    .workshop {
        padding: 9vw 0;
    }
    .workshop-ttl {
        font-size: 3.6rem;
    }
    .workshop-photo-wrap {
        width: 79vw;
        margin: 0 auto 9vw;
    }
    .workshop-info-left {
        padding: 1vw 0 1vw 8vw;
    }
    html[lang=en] .workshop-info-left {
        padding-left: 2.5vw;
    }
    .workshop-photo {
        margin-bottom: 4vw;
    }
    .workshop-txt {
        font-size: 1.6rem;
    }
    .workshop-info {
        border-radius: 1vw;
    }
    .workshop-info-ttl {
        font-size: 3.4rem;
    }
    .workshop-info-txt {
        font-size: 1.4rem;
    }
    .invitation {
        padding-bottom: 13vw;
    }
    .invitation-ttl {
        font-size: 3.6rem;
    }
    .invitation-txt {
        font-size: 1.8rem;
    }
    .invitation-area-block {
        padding: 10vw 0 13vw;
    }
    .invitation-area-block .area-name {
        font-size: 4.8rem;
    }
    .pamphlet-top {
        margin: 0 auto 7vw;
    }
    .pamphlet-list {
        grid-row-gap: 4vw;
    }
    .download-txt {
        font-size: 1.6rem;
    }
    .download-link {
        margin-bottom: 0.5vw;
    }
    .download-link a {
        font-size: 1.6rem;
    }
    .download-txt2 {
        font-size: 1.4rem;
    }
    .modal-content-wrap + .good-button {
        margin-top: 1.8vw;
    }
    .good-button a {
        border-radius: 10vw;
    }
    .good-button a p {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    .moment-lead {
        padding-bottom: 13.33vw;
    }
    .moment-lead-heading {
        padding: 13.33vw 0;
    }
    .moment-lead-txt {
        font-size: 2.8rem;
    }
    .moment-lead-ttl {
        font-size: 6.4rem;
    }
    .moment-lead-ttl .jp-txt {
        font-size: 4.8rem;
    }
    .moment-lead-desc {
        margin: 13.33vw auto 0;
        font-size: 2.6rem;
    }
    .interview {
        margin-bottom: 13.33vw;
    }
    .interview-list {
        flex-direction: column;
    }
    .interview-list > li {
        width: 100%;
    }
    .interview-catch {
        font-size: 2.4rem;
    }
    .interview-body {
        padding-top: 6.66vw;
        margin-top: 13.33vw;
    }
    .interview-person {
        font-size: 3rem;
    }
    .interview-txt {
        font-size: 2.6rem;
    }
    .workshop {
        padding: 16vw 0;
    }
    .workshop-photo-wrap {
        margin: 0 auto 13.33vw;
    }
    .workshop-photo {
        margin-bottom: 10.66vw;
    }
    .workshop-ttl {
        font-size: 3.6rem;
        margin-bottom: 2.22em;
    }
    .workshop-txt {
        font-size: 2.6rem;
    }
    .workshop-info {
        flex-direction: column;
        padding: 6.66vw;
        gap: 5.33vw;
    }
    .workshop-info-left {
        width: 100%;
        padding: 0;
    }
    html[lang=en] .workshop-info-left {
        padding: 0;
    }
    .workshop-info-right {
        width: 100%;
    }
    .workshop-info-ttl {
        font-size: 3.6rem;
        text-align: center;
    }
    .workshop-info-txt {
        font-size: 2.6rem;
    }
    #moment .info {
        padding: 10vw 0;
    }
    .invitation {
        padding-bottom: 20vw;
    }
    .invitation-ttl {
        font-size: 4.2rem;
    }
    .invitation-txt {
        font-size: 2.6rem;
    }
    .invitation-area-list {
        width: 1280px;
        max-width: 90%;
        margin: 0 auto;
        position: relative;
        border-bottom: 2px solid #008a9e;
    }
    .invitation-area-list::before {
        content: "";
        width: 100%;
        height: 3px;
        background-color: #008a9e;
        position: absolute;
        bottom: -7px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .invitation-area-block {
        padding: 14vw 0 17vw;
    }
    .invitation-area-block .area-name {
        font-size: 5.4rem;
    }
    .pamphlet-top {
        flex-direction: column;
        align-items: center;
        row-gap: 5.33vw;
        margin: 0 auto 10vw;
    }
    .pamphlet-top .pamphlet-button {
        width: 50%;
    }
    .pamphlet-list {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 6%;
        grid-row-gap: 6vw;
    }
    .download {
        position: relative;
        width: 100%;
        max-width: 100%;
        bottom: auto;
        right: auto;
    }
    .download-txt {
        font-size: 3rem;
    }
    .download-link {
        margin-bottom: 1.33vw;
    }
    .download-link a {
        font-size: 3rem;
    }
    .download-txt2 {
        font-size: 2.6rem;
    }
    .modal-content-wrap + .good-button {
        margin-top: 3vw;
    }
    .good-button a {
        width: 50%;
    }
    .good-button a p {
        font-size: 2rem;
    }
}

.modal-open {
    cursor: pointer;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,0.8);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.modal.is-active {
    opacity: 1;
    visibility: visible;
}
.modal-container {
    max-width: 1000px;
    width: 90%;
    position: relative;
    display: inline-block;
}
.tm-img {
    width: 63%;
    height: 65dvh;
}
.tm-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #008ea2;
    border-radius: 50%;
    cursor: pointer;
}
.modal-content {
    display: none;
    background-color: #cae6ea;
    border-radius: 11px;
    padding: 80px 0;
    flex-direction: column;
    align-items: center;
    gap: 35px;
}
.modal .modal-content {
    display: flex;
}
.modal .modal-content .good-button a {
    width: 120px;
    max-width: 100%;
}
@media (orientation: landscape) and (max-height: 450px) {
    .modal {
        display: block;
    }
    .tm-img {
        height: auto;
    }
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    .modal {
        padding: 40px 20px;
    }
    .modal-close {
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
    }
    .modal-content {
        border-radius: 11px;
        padding: 80px 0;
        gap: 35px;
    }
    .modal .modal-content .good-button a {
        width: 12vw;
    }
}
@media screen and (max-width: 767px) {
    .modal {
        padding: 10vw 0;
    }
    .modal-container {
        width: 90%;
    }
    .tm-img {
        width: 88%;
        height: auto;
    }
    .modal-close {
        top: 3vw;
        right: 3vw;
        width: 8vw;
        height: 8vw;
    }
    .modal-content {
        border-radius: 3vw;
        padding: 12vw 0 10vw;
        gap: 5vw;
    }
    .modal .modal-content {
        display: flex;
    }
    .modal .modal-content .good-button {
        width: 100%;
    }
}


/*---------------------------------------------------

ev100

---------------------------------------------------*/
#ev100 {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}
.page-preevent-ev100 .tab-group .tab-button .tab {
    color: #008080;
    border-color: #008080;
}
.page-preevent-ev100 .tab-group .tab-button .tab.is-active {
    border-color: #c6dadc;
    background-color: #c6dadc;
}
.page-preevent-ev100 .tab-group .tab-inner {
    padding: 150px 0 0;
}
.page-preevent-ev100 .bg-blue {
    background-color: #c6dadc;
    margin-bottom: 210px;
}
.ev100-lead {
    position: relative;
}
.page-preevent-ev100 .stage {
    background-color: #fffbe5;
}
.ev100-map {
    width: 610px;
    margin: 0 auto;
    position: absolute;
    top: -380px;
    right: calc(100% + 28px);
}
.ev100-lead-heading {
    color: #fff;
    padding: 60px 0;
    background-color: #008080;
}
.ev100-lead-heading .inner {
    width: 1085px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 2%;
}
.ev100-lead-wrap {
    width: 49%;
    position: relative;
}
.ev100-lead-wrap2 {
    width: 63%;
    margin-left: auto;
    position: relative;
}
.ev100-lead-ttl {
    font-size: 39px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 0.8em;
}
.ev100-lead-desc {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
}
.ev100-lead-cont {
    padding: 95px 0 160px;
    background-color: #fffbe5;
}
.ev100-lead-cont .inner {
    width: 1086px;
    max-width: 95.8vw;
    position: relative;
}
.ev100-lead-ttl2 {
    font-size: 30px;
    font-weight: bold;
    color: #008080;
    line-height: 1.3;
    margin-bottom: 0.5em;
}
.icon-square {
    position: relative;
    padding-left: 1em;
}
.icon-square::before {
    content: "■";
    width: 1em;
    height: 1em;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ev100-lead-txt {
    font-size: 21px;
    line-height: 1.7;
}
.ev100-lead-txt small {
    font-size: 0.7em;
    margin: 0 0.2em;
}
.ev100-lead-txt li {
    position: relative;
    padding-left: 1em;
}
.ev100-lead-txt li:not(:first-child) {
    margin-top: 0.7em;
}
.ev100-lead-txt li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}
.ev100-lead-note {
    font-size: 14px;
    line-height: 1.7em;
    margin-top: 2em;
    padding-left: 1em;
    text-indent: -1em;
}
.ev100-lead-ttl3 {
    font-size: 18px;
    font-weight: bold;
    color: #008da1;
    line-height: 1.75;
}
.ev100-lead-days {
    margin-top: 50px;
}
.ev100-lead-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.ev100-lead-item .day {
    width: 37.5%;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.ev100-lead-item .day::after {
    content: "";
    width: auto;
    height: 1px;
    background-color: currentColor;
    display: block;
    flex-grow: 1;
}
.ev100-lead-item .place {
    flex: 1;
}
.stage-item .button-01 {
    margin-top: 30px;
    color: #008080;
    border-color: #008080;
}
.stage-item .button-01 span::after {
    background: #008080;
}
.stage-item .button-01:hover {
    background-color: #008080;
    color: #fff;
}
.stage-item .button-01:hover span::after {
    background: #fff;
}
@media screen and (min-width: 1201px)and (max-width: 1400px) {
    .ev100-lead-heading .inner {
        justify-content: flex-end;
    }
}
@media screen and (min-width: 768px)and (max-width: 1200px) {
    .ev100-lead-heading .inner {
        justify-content: center;
    }
    .page-preevent-ev100 .bg-blue {
        margin-bottom: 21vw;
    }
    .ev100-lead-wrap {
        width: auto;
    }
    .ev100-map {
        width: 42vw;
        top: -12vw;
    }
    .ev100-lead-heading {
        padding-bottom: 8vw;
    }
    .ev100-lead-cont {
        padding: 9.5vw 0 16vw;
    }
    .ev100-lead-txt {
        font-size: 1.8rem;
    }
    .ev100-lead-note {
        font-size: 1.4rem;
    }
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    .ev100-lead-heading {
        padding: 6vw 0;
    }
    .ev100-lead-wrap {
        width: 63%;
    }
    .ev100-lead-ttl {
        font-size: 3.9rem;
    }
    .ev100-lead-desc {
        font-size: 1.6rem;
    }
    .ev100-lead-ttl2 {
        font-size: 3rem;
    }
    .ev100-lead-ttl3 {
        font-size: 1.8rem;
    }
    .ev100-lead-days {
        margin-top: 5vw;
    }
    .ev100-lead-item {
        gap: 1vw;
    }
    .ev100-lead-item .day {
        gap: 1vw;
    }
}
@media screen and (max-width: 767px) {
    .page-preevent-ev100 .tab-group .tab-inner {
        padding: 13.33vw 0 0;
    }
    .page-preevent-ev100 .bg-blue {
        margin-bottom: 13.33vw;
    }
    .ev100-lead-heading .inner {
        flex-direction: column;
        gap: 5vw;
    }
    .ev100-logo {
        width: 70%;
        text-align: center;
        margin: 0 auto;
    }
    .ev100-lead-wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .ev100-lead-heading {
        padding: 13.33vw 0;
    }
    .ev100-lead-ttl {
        font-size: 4.8rem;
        order: 1;
        text-align: center;
    }
    .ev100-lead-desc {
        font-size: 2.6rem;
        order: 2;
    }
    .ev100-lead-ttl2 {
        font-size: 3.6rem;
        margin: 1em 0;
    }
    .ev100-lead-txt {
        font-size: 2.6rem;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .ev100-lead-ttl3 {
        font-size: 2.6rem;
        margin-bottom: 1em;
    }
    .ev100-lead-days {
        margin-top: 5.33vw;
    }
    .ev100-lead-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .ev100-lead-item .day::after {
        content: none;
    }
    .ev100-lead-item .day {
        width: 100%;
        font-weight: bold;
    }
    .ev100-lead-cont {
        padding: 0 0 13.33vw;
    }
    .ev100-lead-wrap2 {
        width: 100%;
    }
    .ev100-map {
        width: 100%;
        position: relative;
        top: -5vw;
        right: auto;
    }
    .ev100-lead-note {
        font-size: 2.4rem;
    }
    .stage-item .button-01 {
        width: 93.33%;
        aspect-ratio: 470 / 60;
        margin: 6.66vw auto 0;
    }
}

/*---------------------------------------------------
背景
---------------------------------------------------*/
.bg-blue {
    background-color: #dceff1;
}


/*---------------------------------------------------
タブ
---------------------------------------------------*/
.tab-group {
    width: 100%;
}
.tab-group .tab-button {
    width: 1040px;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    cursor: pointer;
    transition: all 0.5s;
}
.tab-group .tab-button .tab {
    width: 100%;
    font-family: "Lato",sans-serif;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.25;
    padding: 1em 0.5em;
    color: #0099AD;
    border-radius: 12px 12px 0 0;
    border-top: 2px solid #0099AD;
    border-left: 2px solid #0099AD;
    border-right: 2px solid #0099AD;
    background-color: #fff;
    overflow: hidden;
}
html[lang=en] .tab-group .tab-button .tab {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
html[lang=en] .tab-group .tab-button .tab .ib {
    display: inline-block;
}
.tab-group .tab-button .tab.is-active {
    border-top: 2px solid #DCEFF1;
    border-left: 2px solid #DCEFF1;
    border-right: 2px solid #DCEFF1;
    background-color: #DCEFF1;
    transition: all 0.5s;
}
.tab-group .tab-content {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.5s, opacity 0.5s, visibility 0s 0.5s;
    overflow: hidden;
}
.tab-group .tab-inner {
    padding: 90px 0 110px;
}
.tab-group .tab-content.is-display {
    max-height: inherit;
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: max-height 0.5s, opacity 0.5s, visibility 0s 0s;
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    .tab-group .tab-button {
        gap: 4vw;
    }
    .tab-group .tab-button .tab {
        font-size: 2.1rem;
    }
    .tab-group .tab-inner {
        padding: 9vw 0 11vw;
    }
}
@media (max-width: 767px) {
    .tab-group .tab-button .tab {
        font-size: 2.8rem;
        padding: 1.2em 0.5em;
        border-radius: 1.2rem 1.2rem 0 0;
    }
    .tab-group .tab-button {
        gap: 3.2vw;
    }
    .tab-group .tab-inner {
        padding: 13.33vw 0;
    }
}

/*---------------------------------------------------
タブ内 共通
---------------------------------------------------*/
.ib {
    display: inline-block !important;
}
.icon-stage {
    width: 160px;
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
}
.icon-stage.wide {
    width: auto;
}
.icon-stage .box {
    width: 100%;
    min-height: 1.5em;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 1.25;
    text-align: center;
    background-color: #008080;
    padding: 0.15em 0.5em 0.25em;
    border-radius: 0.25em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-stage.wide .box {
    width: 310px;
    max-width: 100%;
}
.icon-stage .time {
    font-size: 30px;
    font-weight: bold;
    color: #0095a9;
    margin-bottom: 0.4em;
}
.icon-stage:not(.ja) {
    font-family: "Lato",sans-serif;
}
.icon-stage .fs-s {
    font-size: 0.66em;
}
.stage-ttl {
    font-size: 32px;
    font-weight: bold;
    color: #008080;
    line-height: 1.5;
    margin-bottom: 0.8em;
}
.stage-ttl .fs-s {
    font-size: 0.75em;
}
.stage-txt {
    font-size: 16px;
    line-height: 1.75;
}
.stage-item2 .stage-col2 {
    display: flex;
    margin-top: 40px;
}
.stage-item2 .stage-col2-left {
    width: 658px;
    max-width: 63%;
}
.stage-item2 .stage-col2-right {
    width: 382px;
    max-width: 37%;
}
.stage-map {
    width: 100%;
    aspect-ratio: 655 / 390;
    padding: 0 33% 0 30%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.stage-map img {
    transform: translate(-43px, -11px);
    position: absolute;
    width: 43%;
}
.stage-map .map-txt-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.stage-map .map-txt-list {
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    row-gap: 7%;
    text-align: left;
}
.stage-map .map-nb {
    font-size: 26px;
    font-weight: 900;
    line-height: 1;
    font-family: "Lato", sans-serif;
    color: #008080;
    margin-bottom: 0.4em;
}
.stage-map .map-txt {
    font-size: 16px;
    line-height: 1.75;
    font-feature-settings: "palt";
}
@media screen and (min-width: 1021px)and (max-width: 1200px) {
    .stage-map .map-txt {
        font-size: 1.33vw;
    }
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    .icon-stage {
        width: 16vw;
    }
    .stage-ttl {
        font-size: 3.2rem;
    }
    .stage-txt {
        font-size: 1.6rem;
    }
    .icon-stage .time {
        font-size: 3rem;
    }
    .icon-stage .box {
        font-size: 2.4rem;
    }
    .page-preevent-ev100 .icon-stage .box {
        font-size: 2.2rem;
    }
    .stage-item2 .stage-col2 {
        margin-top: 4vw;
    }
    .stage-map img {
        transform: translate(-4.3vw, -1.1vw);
    }
    .stage-map .map-nb {
        font-size: 2.6rem;
    }
    .stage-map .map-txt {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    .icon-stage {
        width: 40vw;
        font-size: 3rem;
        margin-left: auto;
        margin-right: auto;
    }
    .stage-ttl {
        font-size: 4rem;
        text-align: center;
    }
    .stage-txt {
        font-size: 2.6rem;
    }
    .stage-ttl .fs-s {
        font-size: 0.85em;
    }
    .icon-stage .time {
        font-size: 4.8rem;
    }
    .icon-stage .box {
        font-size: 3.6rem;
    }
    .icon-stage.wide .box {
        width: 82.66vw;
    }
}

/*---------------------------------------------------
タブ内 FUKUSHIMA
---------------------------------------------------*/

.stage-item {
    margin-bottom: 110px;
}
.stage-item1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 1%;
}
.stage-item1 .stage-txt {
    max-width: 440px;
}
.stage-item1 .stage-txt span {
    display: inline-block;
}
.stage-item1-left {
    width: 48%;
    padding-left: 40px;
}
.stage-item1-right {
    width: 45%;
}
.stage-item2 {
    text-align: center;
    margin-bottom: 210px;
}
.stage-item2 .icon-stage {
    margin-left: auto;
    margin-right: auto;
}
.stage-item2 .button-01 {
    margin-top: 100px;
    margin-left: auto;
}
.stage-item3 {
    margin-bottom: 250px;
}
.stage-item3 .stage-head {
    text-align: center;
    margin-bottom: 20px;
}
.stage-item4 {
    margin-bottom: 140px;
}
.stage-item4 .stage-head {
    text-align: center;
    margin-bottom: 20px;
}
.stage-item4 .button-01 {
    width: 460px;
    max-width: 100%;
    aspect-ratio: 460 / 60;
    margin-left: auto;
    margin-right: auto;
}
.stage-item5 {
    margin-bottom: 200px;
}
.stage-item5 .stage-txt {
    text-align: center;
}
.stage-item5 .stage-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}
.stage-item5 .button-01 {
    width: 460px;
    max-width: 53.5%;
    aspect-ratio: 460 / 60;
    margin: 50px auto 0;
}
.stage-item6 {
    display: flex;
    align-items: flex-end;
    gap: 0 60px;
    margin-bottom: 200px;
}
.stage-item6 .icon-stage .box {
    font-size: 16px;
    padding: 0.5em 0.5em;
}
.stage-item6 .stage-ttl {
    font-size: 24px;
    line-height: 1.7em;
}
.stage-item6-left {
    width: 510px;
    max-width: 53%;
    padding-left: 40px;
}
.stage-item6 .icon-stage {
    margin-bottom: 0.5em;
}
.stage-item6-right {
    width: 430px;
    max-width: 41%;
}
.stage-head .icon-stage {
    margin-left: auto;
    margin-right: auto;
}
.stage-talk .stage-talk-ttl-warp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 25px;
    margin: 45px 0 50px;
}
.stage-talk .stage-talk-ttl-warp .talk-theme {
    font-size: 19px;
    font-weight: bold;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0.3em 0 0.4em;
}
.stage-talk .stage-talk-ttl-warp .stage-talk-ttl {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
}
.stage-talk-img {
    width: 912px;
    max-width: 88%;
    margin: 0 auto 120px;
}
.stage-talk .stage-talk-list-ttl {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 0.5em 0 0.6em;
    margin-bottom: 35px;
    background-color: #008080;
    color: #fff;
    text-align: center;
}
.stage-talk .stage-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.stage-talk .stage-list > li {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 15px 20px 30px;
    border-radius: 12px;
    position: relative;
}
.stage-talk .stage-list .company {
    width: 88%;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: bold;
    background-color: #008080;
    color: #fff;
    text-align: center;
    padding: 0.4em 0.3em 0.5em;
    margin: -2.4em auto 1em;
}
.stage-talk .stage-list .photo {
    width: 100%;
    aspect-ratio: 280 / 195;
    overflow: hidden;
    border-radius: 12px;
}
.stage-talk .stage-list .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.stage-talk .stage-list .txt-wrap {
    flex: 1;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.stage-talk .stage-list .txt1 {
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 20px;
    flex-grow: 1;
    display: flex;
    justify-content: center;
}
.stage-talk .stage-list .txt2 {
    font-size: 18px;
    line-height: 1.75;
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stage-talk {
    margin-bottom: 120px;
}
.stage-talk-note {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #008296;
    margin-top: 3em;
}

.stage-cont {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.stage-cont .stage-cont-txt {
    width: 48%;
}
.stage-cont .stage-cont-img {
    width: 48%;
    display: flex;
    justify-content: center;
    gap: 4%;
}

.stage-gourmet {
    width: 100%;
    max-width: 860px;
    margin: 40px auto 0;
}
.stage-gourmet .lien {
    width: 100%;
    height: 5px;
    border-top: 1px solid #008080;
    border-bottom: 1px solid #008080;
    position: relative;
}
.gourmet-col2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gourmet-col2-left {
    width: 500px;
    max-width: 58%;
}
.gourmet-col2-right {
    width: 238px;
    max-width: 28%;
}
.stage-gourmet .lien span {
    width: 7.5em;
    font-size: 18px;
    line-height: 1;
    color: #008080;
    text-align: center;
    display: inline-block;
    background-color: #c6dadc;
    padding: 0.3em 0;
    position: absolute;
    top: -0.8em;
    left: 0;
    right: 0;
    margin: auto;
}
.stage-gourmet .stage-gourmet-cont {
    padding: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}
.stage-gourmet .stage-gourmet-item {
    display: flex;
    align-items: center;
    gap: 0 40px;
}
.stage-gourmet .stage-gourmet-item .txt {
    width: 50%;
}
.ev100-miyagi .stage-gourmet .stage-gourmet-item .txt {
    width: 70%;
}
.stage-gourmet .stage-gourmet-item .img {
    width: 50%;
    text-align: center;
}
.ev100-miyagi .stage-gourmet-item:nth-child(2) {
    gap: 10px;
}
.ev100-iwate .stage-gourmet-item:nth-child(2) {
    gap: 10px;
}
.ev100-iwate .stage-gourmet-item:nth-child(2) .txt {
    width: 75%;
}
.ev100-iwate .stage-gourmet-item:nth-child(1) .txt {
    width: 75%;
}
.stage-gourmet .stage-gourmet-item.col2 {
    display: block;
    gap: 0;
}
.stage-gourmet-col2 {
    display: flex;
    gap: 20px 10px;
}
.stage-gourmet-col2-item {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 0 10px;
}
.ev100-miyagi .stage-gourmet-col2 .img {
    width: 78px;
    flex-shrink: 0;
}
.stage-gourmet .stage-gourmet-item .company {
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 0.5em;
}
.stage-gourmet .stage-gourmet-item .name {
    font-size: 17px;
    line-height: 1.75em;
}
.stage-gourmet .stage-gourmet-item .name > span {
    display: inline-block;
}

.densyo-wrap {
    position: relative;
}
.densyo-wrap::before {
    content: "";
    width: 100%;
    height: 50%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.densyo {
    background-color: #fff;
    border: 2px solid #008296;
    border-radius: 12px;
    padding: 40px 30px;
    display: flex;
    gap: 0 30px;
}
.densyo-ttl {
    font-size: 24px;
    font-weight: bold;
    color: #008080;
    line-height: 1.5;
    margin-bottom: 40px;
}
.densyo-ttl .icon-stage .box {
    font-size: 16px;
    padding: 0.5em 0.5em;
}
.densyo-photo {
    width: 50%;
    margin: 40px auto 0;
}
.densyo-txt {
    width: 100%;
    flex: 1;
}
.densyo-outline {
    max-width: max-content;
    margin: 0 auto;
}
table .col-2 {
    display: initial;
}
.densyo-table th,
.densyo-table td {
    line-height: 1.5;
}
.densyo-table th {
    width: 4.8em;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    border-right: 1px solid currentColor;
}
.densyo-table td {
    font-size: 16px;
    padding: 0 0.8em 1em 1.2em;
}
.densyo-table tr:first-child th,
.densyo-table tr:first-child td {
    padding-top: 0;
}
.densyo-table tr:last-child th,
.densyo-table tr:last-child td {
    padding-bottom: 0;
}
.densyo-table td .txt-line-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.densyo-table td .txt-line {
    display: inline-block;
    padding-left: 1em;
    position: relative;
}
.densyo-table td .txt-line::before {
    content: "";
    width: 7px;
    height: 1em;
    background-color: currentColor;
    position: absolute;
    top: 0.25em;
    left: 0;
}
.densyo .button-01 {
    width: 100%;
    max-width: 430px;
    aspect-ratio: 430 / 60;
    color: #008080;
    border-color: #008080;
    margin-top: 50px;
}
.densyo .button-01.external-link span::after {
    background: #008080;
    right: -2em;
}
.densyo .button-01:hover {
    background-color: #008080;
    color: #fff;
}
.densyo .button-01:hover.external-link span::after {
    background: #fff;
}
html[lang=en] .densyo .button-01 {
    padding: 0 2.5em 0 1.5em;
}
html[lang=en] .button-01 span {
    line-height: 1.3em;
}
html[lang=en] .button-01 span::after {
    height: 1em;
    top: 0;
    bottom: 0;
}
@media screen and (min-width: 768px)and (max-width: 1100px) {
    .stage-talk .stage-list .txt2 {
        font-size: 1.63vw;
    }
    .stage-talk .stage-list > li {
        padding: 1.36vw 1.82vw 2.73vw;
    }
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    .stage-item {
        margin-bottom: 11vw;
    }
    .stage-item1-left {
        padding-left: 4vw;
    }
    .stage-item1 .stage-txt {
        max-width: 41.5vw;
    }
    .stage-item2 {
        margin-bottom: 21vw;
    }
    .stage-item2 .button-01 {
        margin-top: 10vw;
    }
    .stage-item3 {
        margin-bottom: 25vw;
    }
    .stage-item3 .stage-head {
        margin-bottom: 2vw;
    }
    .stage-item4 {
        margin-bottom: 14vw;
    }
    .stage-item5 {
        margin-bottom: 20vw;
    }
    .stage-item5 .stage-head {
        margin-bottom: 5vw;
    }
    .stage-item6-left {
        padding-left: 4vw;
    }
    .stage-talk .stage-list {
        gap: 2vw;
    }
    .stage-list .txt-wrap {
        font-size: 1.6rem;
        margin-top: 2vw;
    }
    .stage-item6 {
        gap: 0 5vw;
        margin-bottom: 20vw;
    }
    .stage-item6 .stage-ttl {
        font-size: 2.4rem;
    }
    .stage-talk {
        margin-bottom: 12vw;
    }
    .stage-talk .stage-talk-ttl-warp {
        gap: 0 2.5vw;
        margin: 4.5vw 0 5vw;
    }
    .stage-talk .stage-talk-ttl-warp .stage-talk-ttl {
        font-size: 2.2rem;
    }
    .stage-talk-img {
        margin: 0 auto 12vw;
    }
    .stage-talk .stage-talk-list-ttl {
        font-size: 1.6rem;
    }
    .stage-talk .stage-list .company {
        font-size: 1.6rem;
    }
    .stage-talk .stage-list .txt1 {
        font-size: 1.4rem;
    }
    .stage-talk-note {
        font-size: 1.6rem;
    }
    .stage-talk .stage-list .txt2 {
        font-size: 1.8rem;
    }
    .stage-gourmet .stage-gourmet-item .company {
        font-size: 2.1rem;
    }
    .stage-gourmet .stage-gourmet-item .name {
        font-size: 1.7rem;
    }
    .stage-item6 .icon-stage .box {
        font-size: 1.6rem;
    }
    .stage-gourmet .stage-gourmet-cont {
        padding: 3vw;
        row-gap: 2.5vw;
    }
    .densyo {
        padding: 4vw 3vw;
        gap: 0 3vw;
        border-radius: 1.2vw;
    }
    .densyo-ttl {
        font-size: 2.4rem;
        margin-bottom: 4vw;
    }
    .densyo-photo {
        margin: 4vw auto 0;
    }
    .densyo-table th,
    .densyo-table td {
        font-size: 1.8rem;
    }
    .densyo-table td .txt-line-wrap {
        gap: 2.5vw;
    }
    .densyo-ttl .icon-stage .box {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 767px) {
    .stage-item {
        margin-bottom: 13vw;
    }
    .stage-item1 {
        flex-direction: column;
        gap: 5.33vw;
    }
    .stage-item1-left {
        width: 100%;
        padding-left: 0;
    }
    .stage-item1-right {
        width: 100%;
    }
    .stage-item1-right {
        width: 100%;
        text-align: center;
    }
    .stage-item1 .stage-txt {
        max-width: 100%;
    }
    .stage-item2 {
        text-align: left;
    }
    .stage-item2 .stage-col2 {
        flex-direction: column;
        margin-top: 8vw;
    }
    .stage-item2 .stage-col2-left {
        max-width: 100%;
    }
    .stage-item2 .stage-col2-right {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .stage-item2 .button-01 {
        margin-top: 8vw;
    }
    .stage-map {
        padding: 90vw 0;
        margin-bottom: 10vw;
        aspect-ratio: auto;
    }
    html[lang=en] .stage-map {
        padding-bottom: 66vw;
    }
    .stage-map img {
        position: relative;
        width: 111%;
        max-width: 111%;
        margin-left: -5%;
        transform: none;
    }
    html[lang=en] .stage-map img {
        transform: none;
    }
    .stage-map .map-txt-wrap {
        flex-direction: column;
    }
    .stage-map .map-txt-list {
        width: 100%;
        flex-direction: column;
        gap: 9vw;
    }
    html[lang=en] .stage-map .map-txt-list {
        width: 100%;
    }
    .stage-map .map-txt-list li {
        width: 100%;
        text-align: center;
    }
    .stage-map .map-txt-list li .map-nb {
        font-size: 3.8rem;
    }
    .stage-map .map-txt-list li .map-txt {
        font-size: 2.4rem;
    }
    .stage-talk .stage-list {
        grid-template-columns: 1fr;
        gap: 8vw;
    }
    .stage-item3 .stage-head {
        text-align: left;
        margin-bottom: 10.66vw;
    }
    .stage-talk .stage-list .txt-wrap {
        font-size: 2.6rem;
        margin-top: 5.33vw;
    }
    .stage-list .txt1 {
        margin-bottom: 5.33vw;
    }
    .stage-talk {
        margin-bottom: 16vw;
    }
    .stage-talk .stage-talk-ttl-warp {
        flex-direction: column;
        row-gap: 3vw;
        margin: 12vw 0 9.33vw;
    }
    .stage-talk-img {
        max-width: 100%;
        margin: 0 auto 10.66vw;
    }
    .stage-talk .stage-talk-ttl-warp .talk-theme {
        font-size: 3.2rem;
    }
    .stage-talk .stage-talk-ttl-warp .stage-talk-ttl {
        font-size: 3.6rem;
    }
    .stage-talk .stage-talk-list-ttl {
        margin-bottom: 8vw;
        font-size: 3rem;
    }
    .stage-talk .stage-list > li {
        padding: 4vw 5.33vw 8vw;
        border-radius: 3.2vw;
    }
    .stage-talk .stage-list .photo {
        border-radius: 3.2vw;
    }
    .stage-talk .stage-list .company {
        font-size: 3.2rem;
    }
    .stage-talk .stage-list .txt1 {
        font-size: 2.8rem;
    }
    .stage-talk .stage-list .txt2 {
        font-size: 3.6rem;
    }
    .stage-talk-note {
        font-size: 3.2rem;
    }
    .stage-cont {
        flex-direction: column-reverse;
        gap: 2.66vw;
    }
    .stage-cont .stage-cont-txt {
        width: 100%;
    }
    .stage-cont .stage-cont-img {
        width: 100%;
    }
    .stage-gourmet {
        margin: 10.66vw auto 0;
    }
    .gourmet-col2 {
        flex-direction: column;
        row-gap: 8vw;
    }
    .gourmet-col2-left {
        width: 100%;
        max-width: 100%;
    }
    .gourmet-col2-right {
        width: 80%;
        max-width: 100%;
        text-align: center;
    }
    .stage-gourmet .lien span {
        font-size: 3.6rem;
    }
    .stage-gourmet .stage-gourmet-cont {
        padding: 8vw 0;
        flex-direction: column;
        gap: 10vw;
    }
    .ev100-miyagi .stage-gourmet .stage-gourmet-cont {
        align-items: normal;
    }
    .stage-gourmet .stage-gourmet-item {
        max-width: 100%;
        flex-direction: column-reverse;
        gap: 2.66vw;
    }
    .stage-gourmet .stage-gourmet-item .txt,
    .ev100-miyagi .stage-gourmet .stage-gourmet-item .txt,
    .ev100-iwate .stage-gourmet-item:nth-child(1) .txt,
    .ev100-iwate .stage-gourmet-item:nth-child(2) .txt {
        width: auto;
    }
    .ev100-iwate .stage-gourmet-item:nth-child(1),
    .ev100-iwate .stage-gourmet-item:nth-child(2) {
        max-width: 100%;
        gap: 2.66vw;
    }
    .stage-gourmet .stage-gourmet-item .company {
        font-size: 3.2rem;
        margin-bottom: 0.1em;
    }
    .stage-gourmet .stage-gourmet-item.col2 .company{
        margin-bottom: 0.8em;
    }
    .stage-gourmet .stage-gourmet-item .name {
        font-size: 2.6rem;
    }
    .stage-item4 .button-01 {
        width: 93.33%;
        aspect-ratio: 470 / 60;
    }
    .stage-item5 .stage-txt {
        text-align: left;
    }
    .stage-item5 .button-01 {
        max-width: 100%;
        width: 93.33%;
        aspect-ratio: 470 / 60;
        margin: 8vw auto 0;
    }
    .stage-item6 .stage-ttl {
        font-size: 4rem;
    }
    .stage-item6 {
        flex-direction: column;
        gap: 8vw;
    }
    .stage-item6-left {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
    }
    .stage-item6-right {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .stage-item6 .icon-stage .box {
        font-size: 3.2rem;
    }
    .densyo {
        padding: 5.33vw 4vw;
        gap: 6vw;
        flex-direction: column-reverse;
    }
    .densyo-ttl {
        font-size: 6vw;
        margin-bottom: 8vw;
    }
    .densyo-photo {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .densyo-table th,
    .densyo-table td {
        font-size: 2.6rem;
    }
    .densyo-table th {
        padding-right: 1em;
    }
    .densyo-table td {
        padding-left: 1em;
    }
    .densyo-table .col-1 {
        width: 24%;
    }
    .densyo-table td .txt-line-wrap {
        gap: 2.66vw;
    }
    .densyo-ttl .icon-stage .box {
        font-size: 3.2rem;
    }
    .densyo .button-01 {
        width: 100%;
        max-width: 100%;
        aspect-ratio: 470 / 60;
        margin-top: 8vw;
    }
    .densyo .button-01 span {
        font-size: 2.2rem;
    }
}