/* リセットCSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* font-family: 'Source Han Serif VF', sans-serif; */
    font-family: 'Noto Serif JP', serif;
    line-height: 1.6;
    color: #333;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}
a:hover {
    opacity: 0.8;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}
button {
    border: none;
    background: transparent;
    font-family: 'Noto Serif JP', serif;
    color: #281809;
}

.button {
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    color: #fff;
    background: #201160;
}
.button span {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-left: 5px;
}
.button span:before {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-75%, -50%) rotate(45deg);
}
.button.blue {
    background: #1B9AD0;
}
.button.big {
    min-height: 60px;
    font-size: 20px;
}
.button2 {
    min-height: 45px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 100%;
    color: #fff;
    background: #201160;
    outline: 1px solid #fff;
    outline-offset: -4px;
}
.button-pb {
    text-align: center;
    width: 100%;
    max-width: 340px;
}
.mb-0 {
    margin-bottom: 0!important;
}
.mb-20 {
    margin-bottom: 20px!important;
}
.mb-30 {
    margin-bottom: 30px!important;
}

.h {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9990;
    min-height: 75px;
}
.h-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 25px 10px 10px;
    background: #000;
    z-index: 10;
    transition: transform 0.3s ease-in-out;
    transform: translateY(-100%);
}
.h-top.is-visible {
    transform: translateY(0);
}
.h-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 5;
}
.h-img {
    display: flex;
    align-items: center;
    gap: 5px;
}
.h-top h1 img {
    width: 110px;
    display: block;
}
.h-img .iranking {
    width: 100px;
}
.h-img .jata {
    width: 30px;
}
.h-img .privacy {
    width: 30px;
}

.h-nav-list {
    /* overflow-x: auto; */
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px;
    margin: auto;
    width: fit-content;
}
.h-nav-container {
    overflow-x: auto;
    /* max-width: 1280px; */
    width: 100%;
}
#h-nav-pcside {
    overflow-x: auto;
}
.h-nav-list a {
    border-radius: 5px;
    background: linear-gradient(180deg, #886A2E 0%, #EBD69F 50%, #886A2E 100%);
    min-height: 55px;
    min-width: 115px;
    display: flex;
    padding-bottom: 5px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    color: #000;
    position: relative;
    line-height: 1;
    z-index: 9999;
    transition: all 0.3s ease;
}
.h-nav-list a:before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    width: 15px;
    height: 10px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.h-nav-list a:hover {
    transform: translateY(-2px);
    transition: transform 0.2s ease;
}

.h-nav-list a.is-active:hover {
    transform: none;
}
.h-nav-list a.is-active {
    border-radius: 5px;
    background: linear-gradient(180deg, #971431 0%, #640D20 49.5%, #971431 100%)!important;
    color: #fff!important;
    text-align: center;
    position: relative;
}
.h-nav-list a.is-active:before {
    content: '';
    clip-path: none;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: #0000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    border: 2px solid #fff;
}


.f {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
}
.f-container {
    padding: 20px;
    padding-bottom: 110px;
}
.f-links {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}
.f-list li {
    min-height: 20px;
    padding: 5px 0;
}
.f-list a {
    color: #397fc7;
    font-size: 17px;
    font-weight: bold;
}
.f-title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
.f-page,
.f-prepare,
.f-about {
    margin-bottom: 20px;
}
.f-logo-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.f-logo-item:not(:last-child) {
    margin-bottom: 10px;
}
.f-logo-item img {
    width: 55px;
}
.f-copyright {
    background: #1f0a07;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}


.b-nav {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9970;
    transform: translateY(calc(100% + 500px));
    transition: 0.3s ease-in-out;
    -webkit-overflow-scrolling: touch;
}
.b-nav.is-active {
    transform: translateY(0)!important;
    /* transform: translateY(calc(0 - env(safe-area-inset-bottom)))!important; */
    display: flex;
    flex-direction: column;
}
.b-nav-top {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    position: relative;
    padding: 0 7px;
    background: linear-gradient(90deg, #886A2E 0.15%, #D1A751 39.36%, #EBD69F 59.65%, #EBD69F 77.46%, #886A2E 99.91%);
}
.b-nav-top-icon {
    position: absolute;
    top: 1px;
    left: 0;
    width: 50px;
    height: 20px;
    background: linear-gradient(90deg, #886A2E 0.15%, #a17f3a 99.91%);
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    transform: translateY(-100%);
}
.b-nav-top-icon:before {
    content: '';
    display: block;
    width: 16px;
    height: 10px;
    background: #2E160C;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%) rotate(180deg);
    clip-path: polygon(
        0% 20%, 10% 0%, 50% 60%, 90% 0%, 100% 20%,
        50% 100%
    );
    transition: 0.15s ease-in-out;
}
.b-nav-button.is-active .b-nav-top-icon:before {
    transform: translate(-50%, -35%) rotate(0);
}
.b-nav-top img {
    width: 90px;
    vertical-align: bottom;
    position: absolute;
    right: 10px;
    top: 0;
    transform: translateY(-100%);
}
.b-nav-top-text {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    color: #fff;
}
.b-nav-top-label {
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    background: #201160;
    min-height: 23px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}
.b-nav-top-title {
    font-size: 16px;
    text-shadow: 0 0 10px #000;
    font-weight: bold;
}
.b-nav-list-title {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    background: #2E160C;
}
.b-nav-n .b-nav-list-title,
.b-nav-f .b-nav-list-title,
.b-nav-k .b-nav-list-title {
    grid-template-columns: repeat(2, 1fr);
}
.b-nav-list-top li,
.b-nav-list-title li {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
#b-nav-list {
    overflow: hidden;
    height: 0;
    margin-top: -1px;
}
.b-nav-list-top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    background: #2E160C;
}
.b-nav-n .b-nav-list-top,
.b-nav-k .b-nav-list-top,
.b-nav-f .b-nav-list-top {
    grid-template-columns: repeat(2, 1fr);
}
.b-nav-list-top li {
    grid-column: span 2;
    background: #c60b0f;
    border-right: 1px solid #2E160C;
}
.b-nav-list-top-ana {
    background: #0b318f!important;
    grid-column: span 1!important;
}
.b-nav-list-top--daikan li {
    grid-column: span 1!important;
}
.b-nav-list-title-toruc {
    background: #c60b0f;
    border-top: 1px solid #2E160C;
    border-right: 1px solid #2E160C;
    border-bottom: 1px solid #2E160C;
}
.b-nav-list-title-ana {
    background: #0b318f;
    border-top: 1px solid #2E160C;
    border-bottom: 1px solid #2E160C;
}
.b-nav-list-top-daikan {
    background: #57bbeb!important;
}
.b-nav-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.b-nav-n .b-nav-list,
.b-nav-k .b-nav-list,
.b-nav-f .b-nav-list {
    grid-template-columns: repeat(2, 1fr);
}
.b-nav-list-item {
    background: #e6d4bf;
    color: #fff;
}
.b-nav-list-item li > span,
.b-nav-list-item a {
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-weight: bold;
    border-bottom: 1px solid #2E160C;
    color: #4d350b;
}
.b-nav-list-item:not(:last-child) li > span,
.b-nav-list-item:not(:last-child) a {
    border-right: 1px solid #2E160C;
}
.b-nav-list-item a span {
    font-size: 80%;
}
.b-nav-half .b-nav-list-top,
.b-nav-half .b-nav-list,
.b-nav-half .b-nav-list-title {
    grid-template-columns: repeat(2, 1fr);
}
.b-nav-half .b-nav-list-top li {
    grid-column: span 1;
}
.fv {
}
.fv-slider {
    position: relative;
    z-index: 1;
}
.fv-slider-item {
    position: relative;
    height: calc(100svh - 75px);
}
.fv-slider-item:not(:first-child) {
    display: none;
}
.fv-slider-item > img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.fv-slider-content {
    z-index:  10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.p-special .fv-slider-content {
    padding-top: 45px!important;
}
.fv-slider-content-ribon {
    width: 60vh;
    max-width: 100%;
    margin: 15px auto;
}

.fv {
    height: calc(100svh - 75px);
}
@media (orientation: landscape) {
    .fv,
    .fv-slider-item {
        height: calc(120svh);
    }
}
.fv-container {
    position: relative;
    height: 100%;
}
.fv-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 2;
    padding-left: 10px;
}
.fv-button a {
    background-image: url(../img/fv/fv-button.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 200px;
    height: 100px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.fv-button a:before {
    content: '';
    display: block;
    width: 15px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    clip-path: polygon(0 0, 100% 50%, 0% 100%);
}
.fv-button img {
    width: 107px;
}
.fv-button img[data-tour-id="ana"] {
    width: 165px;
}
/* .fv.is-small .fv-button {
    padding-left: 5px;
}
.fv.is-small .fv-button a {
    width: 160px;
    height: 80px;
    font-size: 14px;
    padding-right: 15px;
}
.fv.is-small .fv-button a:before {
    width: 12px;
    height: 16px;
    right: 8px;
}
.fv.is-small .fv-button img {
    width: 120px;
} */

.fv-slider-content.type1 {
    padding-top: 15px;
    text-align: center;
}
.fv-slider-content.type1 > img {
    width: 60vh;
    max-width: 100%;
    margin: 0 auto;
}
.fv-slider-content.type1 .fv-slider-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 3vh;
}
.fv-slider-content.type1 .fv-slider-logo img:nth-child(1) {
    margin-top: 3vh;
    width: 80%;
    max-width: 100%;
}
.fv-slider-content.type1 .fv-slider-logo img:nth-child(2) {
    width: 20vh;
    max-width: 100%;
}
.fv-slider-content.type1 .fv-slider-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.fv-slider-content.type1 h2 {
    background: #00000040;
    padding: 10px 15px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-shadow: 0 0 10px #000;
    text-align: center;
    /* font-size: clamp(10px, 1.5vh, 15px); */
    font-weight: bold;
}
.fv-slider-content.type1 h2 .s-1 {
    font-size: 341%;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
}
.fv-slider-content.type1 h2 .s-2 {
    font-size: 220%;
    font-weight: bold;
    line-height: 1;
}
.fv-slider-content.type1 h2 .s-3 {
    font-size: 187%;
    line-height: 1;
}
.fv-slider-content.type1 h2 .s-4 {
    font-size: 180%;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.05em;
}
.fv-slider-content.type1 h2 .s-5 {
    font-size: 130%;
    font-weight: bold;
    line-height: 1;
}
.fv-slider-content.type1 h2 .s-6 {
    font-size: 220%;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    /* letter-spacing: -0.04em; */
}
.fv-slider-content.type1 h2 .s-8 {
    font-size: 110%;
    font-weight: bold;
    margin-left: -9px;
}
.fv-slider-content.type1 h2 .s-6 span {
    position: relative; 
}
.fv-slider-content.type1 h2 .s-6 span:after {
    content: '・';
    font-size: 70%;
    font-weight: bold;
    font-style: normal;
    line-height: 1;
    position: absolute;
    transform: translateY(-50%);
    top: 54%;
}
.fv-slider-content.type1 h2 .s-6-1:after {
    right: -98%;
}
.fv-slider-content.type1 h2 .s-6-2:after {
    right: -100%;
}
.fv-slider-content.type1 h2 .s-7 {
    font-size: 112%;
    font-weight: bold;
}
.fv-slider-content.type1 .fv-slider-logo-12nen img {
    width: 150px;
    margin: 20px auto;
    margin-top: 6svh;
}
.fv-slider-content.type1 .fv-slider-12nen {
    /* font-size: 24px;
    color: #060119;
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px; */
    font-weight: bold;
    font-style: italic;
    font-size: 25px;
}
.fv-slider-content.type1 .fv-slider-12nen .n-1 {
    position: relative;
    line-height: 1;
}
.fv-slider-content.type1 .fv-slider-12nen .n-2 {
    font-size: 150%;
    position: relative;
    font-style: italic;
    line-height: 1;
}
.fv-slider-content.type1 .fv-slider-12nen .n-3 {
    font-size: 10%;
    position: absolute;
    top: 0;
    right: 0;
    font-style: italic;
    line-height: 1;
}
.fv-slider-content.type1 .fv-slider-12nen .n-4 {
    font-size: 14px;
}

.fv-slider-content.type2 {
}
.fv-slider-content.type2 .fv-slider-content-logo {
    padding: 4vh 0;
}
.fv-slider-content.type3 .fv-slider-content-logo {
    padding: 4vh 0;
    
}
.fv-slider-content.type2 .fv-slider-content-logo img,
.fv-slider-content.type3 .fv-slider-content-logo img {
    width: 45vh;
    max-width: 320px;
    margin: auto;
}
.fv-slider-content.type2 .fv-slider-content-label {
    background: #00000059;
    padding: 10px 20px;
    color: #fff;
    text-shadow: 0 0 10px #000;
    font-size: 20px;
    letter-spacing: -0.07em;
}
.fv-slider-content.type2 .fv-slider-content-top {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 20px;
}
.fv-slider-content.type2 .fv-slider-content-top p:nth-child(1) {
    font-size: 180%;
    font-weight: bold;
}
.fv-slider-content.type2 .fv-slider-content-top p:nth-child(1) span {
    font-size: 130%;
    line-height: 1;
}
.fv-slider-content.type2 .fv-slider-content-top p:nth-child(2) {
    font-size: 180%;
    font-weight: bold;
}
.fv-slider-content.type2 .fv-slider-content-top p:nth-child(2) span {
    font-size: 380%;
    line-height: 1;
    font-style: italic;
    color: #FFEA00;
}
.fv-slider-content.type2 .fv-slider-content-bottom {
    text-align: center;
}
.fv-slider-content.type2 .fv-slider-content-bottom p {
    font-weight: bold;
}
.fv-slider-content.type3 .fv-slider-content-box {
    background: #00000059;
    margin: 20px;
    padding: 30px 20px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    letter-spacing: -0.05em;
    margin-top: 0;
    position: relative;
}
.fv-slider-content.type3 .fv-slider-content-box-lead {
    font-size: 120%;
    margin-bottom: 10px;
}
.fv-slider-content.type3 .fv-slider-content-box-title {
    font-size: 250%;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1;
}
.fv-slider-content.type3 .fv-slider-content-box-text {
    font-weight: bold;
}
.fv-slider-content.type3 .fv-slider-content-box img {
    width: 170px;
    margin: auto;
    margin-bottom: 10px;
}
/* .fv.is-small .fv-slider-content.type1 > img {
    width: 70%;
} */
.fv-container .hiromi:before {
    left: 6px;
}
.p-ana .fv-container .hiromi:before {
    left: 52px;
}
@media (max-width: 380px) {
    .fv-slider-content.type3 .fv-slider-content-box-text {
        font-size: 16px;
    }
    .fv-slider-content.type2 .fv-slider-content-bottom p {
        font-size: 18px;
    }
}
@media (max-height: 600px) {
    .fv-slider-content.type1 h2 {
        font-size: 17px;
    }
    .fv-slider-content.type2 .fv-slider-content-label {
        font-size: 18px;
    }
    .fv-slider-content.type3 .fv-slider-content-box {
        font-size: 15px;
    }
    .fv-slider-content.type1 .fv-slider-12nen {
        font-size: 23px;
    }
    .fv-button a {
        width: 185px;
        height: 75px;
        font-size: 16px;
    }
    .fv-button img {
        width: 76px;
    }
    .fv-button img[data-tour-id="ana"] {
        width: 125px;
    }
    .fv-slider-content-analogo img {
        width: 200px!important;
    }

}
/* @media (max-height: 650px) {
    .fv-slider-content.type1 > img {
        max-width: 250px;
    }
    .fv-slider-content.type1 .fv-slider-logo {
        margin-bottom: 10px;
    }
    .fv-slider-content.type1 .fv-slider-logo img:nth-child(1) {
        width: 50px;
    }
    .fv-slider-content.type1 .fv-slider-logo img:nth-child(2) {
        width: 100px;
    }
    .fv-slider-content.type1 h2 {
        font-size: 12px;
    }
    .fv-slider-content.type2 .fv-slider-content-logo {
        padding: 10px 0;
    }
    .fv-slider-content.type2 .fv-slider-content-label {
        font-size: 16px;
    }
    .fv-slider-content.type2 .fv-slider-content-bottom p {
        font-size: 15px;
    }
    .fv-slider-content.type3 .fv-slider-content-logo {
        padding: 10px 0;
    }
    .fv-slider-content.type3 .fv-slider-content-box {
        font-size: 14px;
        padding: 20px 10px;
        margin: 10px;
        margin-top: 0;
    }
    .fv-slider-content.type2 .fv-slider-content-logo img, .fv-slider-content.type3 .fv-slider-content-logo img {
        max-width: 270px;
    }
    .fv-button img {
        width: 120px;
    }
} */

.lead {
    background-color: #2E160C;
    padding-top: 20px;
    background-image: url(../img/bg2-1.webp);
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.lead-text {
    text-align: center;
}
.lead-text1 {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 5px;
}
.lead-text1:after {
    content: '';
    background-image: url(../img/line3.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 2px;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.lead-text2 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}
.lead-title {
    background: #000;
    min-height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    font-weight: bold;
    position: relative;
}
.lead-title span {
    background: linear-gradient(90deg, #DFB55F 0%, #F9ECC9 27%, #F0D397 51%, #FFFADF 77.5%, #E8BA65 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.lead-title:before,
.lead-title:after {
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #DFB55F 0%, #F9ECC9 27%, #F0D397 51%, #FFFADF 77.5%, #E8BA65 100%);
    position: absolute;
    left: 0;
}
.lead-title:before {
    top: 10px;
}
.lead-title:after {
    bottom: 10px;
}
.lead-column1 {
    padding: 15px 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 8px;
    position: relative;
}
.lead-column1-item {
    background: linear-gradient(110deg, #201160 5.21%, #4223C6 94.79%);
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    position: relative;
    text-align: center;
}
.lead-column1-item button {
    color: #fff;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}
.lead-column1-item.star:before {
    content: '';
    display: block;
    width: 85px;
    height: 20px;
    background: url(../img/section1/star.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.lead-column1-item.deco:before,
.lead-column1-item.deco:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url(../img/deco1.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
}
.lead-column1-item.deco:before {
    top: 5px;
    right: 5px;
}
.lead-column1-item.deco:after {
    bottom: 5px;
    left: 5px;
    transform: rotate(180deg);
}
.lead-plus {
    position: relative;
    width: 25px;
    height: 25px;
    background: #201160;
    border-radius: 50%;
    margin: auto;
}
.lead-plus:before,
.lead-plus:after {
    content: '';
    width: 15px;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lead-plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.lead-column2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 10px;
    padding: 15px 10px;
}
.lead-column2-item {
    background: linear-gradient(90deg, #DFB55F 0%, #F9ECC9 27%, #F0D397 51%, #FFFADF 77.5%, #E8BA65 100%);
    min-height: 50px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
}
.lead-column2-item button {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
}
.lead-body {
    display: none;
}
.lead-hiromi {
    position: relative;
    padding: 0 10px;
    max-width: 400px;
    margin: auto;
    margin-top: 20px;
}
.lead-hiromi-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 160px;
}
.lead-hiromi-img img {
    vertical-align: bottom;
}
.lead-hiromi-text {
    padding: 25px 0 25px 120px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.lead-hiromi-text-1 {
    font-size: 110%;
}
.lead-hiromi-text-2 {
    font-size: 70%;
}
.lead-hiromi-text-3 {
    font-size: 110%;
}
.lead-hiromi-text-4 {
    font-size: 70%;
}
.lead-hiromi-text-5 {
    font-size: 200%;
    line-height: 1;
    position: relative;
}
.lead-hiromi-text-5:before {
    content: '！';
    font-size: 100%;
    position: absolute;
    top: 50%;
    right: -26%;
    transform: translateY(-44%);
}

.ranking {
    background: #E0D1BE;
    background-image: url(../img/bg1.webp);
    background-size: 250% auto;
    background-position: top center;
    background-repeat: no-repeat;
}
.ranking-container {
    padding-top: 45px;
}
.ranking-title {
    margin-bottom: 25px;
    text-align: center;
}
.ranking-title img {
    width: 190px;
    margin: auto;
    display: block;
    margin-top: 5px;
}
.ranking-title h2 {
    position: relative;
    font-size: 17px;
    display: inline-block;
}
.ranking-title h2:before,
.ranking-title h2:after {
    content: '';
    width: 25px;
    height: 100%;
    background-image: url(../img/deco2.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
}
.ranking-title h2:before {
    left: 0;
    transform: translateX(-100%);
}
.ranking-title h2:after {
    right: 0;
    transform: translateX(100%) scaleX(-1);
}
.ranking-title-lead {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.ranking-tab-button {
    display: flex;
    justify-content: center;
    gap: 15px;
    position: relative;
}
.ranking-tab-button:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(92deg, #201160 0.46%, #3215AD 52.21%, #703DE7 99.04%);
    z-index: 5;
}
.ranking-tab-button button {
    background: #D9D9D9;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    max-width: 170px;
    width: 100%;
    color: #595959;
}
.ranking-tab-button button.is-active {
    background: linear-gradient(110deg, #201160 5.21%, #4223C6 94.79%);
    color: #fff;
}
.ranking-tab-content {
    padding: 30px 10px 0 10px;
}
.ranking-container[data-tour-id="ana"] .ranking-tab-content {
    padding-top: 0;
}
.js-ranking-tab-item {
    display: none;
}
.js-ranking-tab-item.is-active {
    display: block !important;
}
.ranking-tab-button button.is-active[data-id="torco"] {
    background: #c60b0f;
}
.ranking-tab-button button.is-active[data-id="ana"] {
    background: #0b318f;
}
.ranking-tab-button:has(button.is-active[data-id="torco"]):before {
    background: #c60b0f;
}
.ranking-tab-button:has(button.is-active[data-id="ana"]):before {
    background: #0b318f;
}
.ranking-tour-button-column {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    margin-bottom: 20px;
}
@media screen and (min-width: 500px) {
    .ranking-title h2 {
        font-size: 23px;
    }
}
@media screen and (min-width: 760px) and (hover: hover) {
    .ranking-tour {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        grid-gap: 15px;
    }
    .ranking-wrapper {
        max-width: 400px;
        margin: auto;
    }
    .b-nav-list-item a span {
        font-size: 100%;
    }
}

/* .js-ranking-tab-item:not(:first-child) {
    display: none;
} */

.ranking-class {
    text-align: center;
    margin-bottom: 25px;
}
.ranking-class-title {
    font-size: 32px;
    font-weight: bold;
}
.ranking-class-title--small {
    font-size: 25px;
}
.ranking-class-pc span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto;
    position: relative;
}
/* .ranking-class-pc span:before{
    content: '';
    background-image: url(../img/ranking_icon.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 65px;
    height: 60px;
    display: block;
    margin-right: 10px;
} */
.ranking-class-c {
    font-size: 26px;
    margin-bottom: 5px;
}
.ranking-class-lead {
    font-size: 15px;
}

.ranking-class.business {
    background: linear-gradient(51deg, #971431 23.1%, #5E091C 36%, #74031C 50%, #5E091C 65.43%, #971431 76.9%);
    padding: 25px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}
.ranking-class.business:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../img/waku1.png);
    background-size: calc(100% - 10px) calc(100% - 10px);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ranking-class.business .ranking-class-c {
    margin-bottom: 20px;
}

.ranking-tour {
    margin-bottom: 20px;
}
.ranking-tour.business .ranking-tour-item:not(:last-child) {
    margin-bottom: 20px;
}

.ranking-tour-link {
    background: #fff;
    display: inline-block;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.ranking-tour-label {
    background-image: url(../img/heading1.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #fff;
    margin: auto;
    margin-bottom: 15px;
    max-width: 400px;
}
.ranking-tour-label.a-long {
    height: 85px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}
.ranking-tour-link-visual {
    position: relative;
}
.ranking-tour-link-visual img {
    aspect-ratio: 5/3;
    object-fit: cover;
}
.ranking-tour-link-visual-period {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #DFB55F 0%, #F9ECC9 27%, #F0D397 51%, #FFFADF 77.5%, #E8BA65 100%);
    font-size: 16px;
    min-height: 25px;
    padding: 0 15px;
    color: #000;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    font-weight: 700;
}
.ranking-tour-link-visual-period2 {
    background: #000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 1) 50%, rgb(108, 108, 98) 100%);
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0 15px;
}
.ranking-tour-link-visual-period2 span {
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(90deg, #DFB55F 0%, #F9ECC9 27%, #F0D397 51%, #FFFADF 77.5%, #E8BA65 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ranking-tour-link-visual-period2:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, #886A2E 0%, #F9ECC9 27%, #E8BA65 51%, #FFFADF 77.5%, #886A2E 100%);
    clip-path: polygon(0% 0%, 0% 100%, 2px 100%, 2px 2px, calc(100% - 2px) 2px, calc(100% - 2px) calc(100% - 2px), 2px calc(100% - 2px), 2px 100%, 100% 100%, 100% 0%);
}
.ranking-tour-link-visual-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.ranking-tour-link-visual-bottom-business {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    min-height: 30px;
    background: linear-gradient(51deg, #971431 23.1%, #5E091C 36%, #74031C 50%, #5E091C 65.43%, #971431 76.9%);
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-left: auto;
    position: relative;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    margin-bottom: 10px;
}
.ranking-tour-link-visual-bottom-business:before {
    content: '';
    display: block;
    width: 11px;
    height: 10px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.ranking-tour-link-visual-bottom-period {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: #00000099;
    text-align: center;
    width: 100%;
    min-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ranking-tour-link-info-lead {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    color: #5a320b;
}
.ranking-tour-link-info {
    padding: 15px;
}
.ranking-tour-link-info-single {
    display: none;
}
.ranking-tour-link-info-title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #1F0A07;
}
.ranking-tour-link-info-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 20px;
}
.ranking-tour-link-info-options p {
    font-size: 14px;
    color: #1F0A07;
    background: #FFF3C6;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.ranking-tour-link-info-options-ana {
    display: none;
}

.ranking-tour-link-info-price-label {
    font-size: 13px;
    font-weight: bold;
    color: #1F0A07;
}
.ranking-tour-link-info-price-number {
    font-size: 13px;
    color: #AE1616;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.ranking-tour-link-info-price-number .min,
.ranking-tour-link-info-price-number .max {
    font-size: 200%;
}
.ranking-tour-link-info-price-number .range {
    font-size: 150%;
}

.ranking-tour-link-info-departureday {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    width: fit-content;
    margin: auto;
    margin-bottom: 30px;
}
.ranking-tour-link-info-departureday p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    background: linear-gradient(180deg, #1B9AD0 0%, #9BD7F0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
}
.ranking-tour-link-info-departureday .departure {
    font-size: 16px;
    color: #000000;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
    background: none;
    width: auto;
    height: auto;
    padding-left: 10px;
    white-space: nowrap;
}
.ranking-tour-link-info-labels {
    border-bottom: 1px dashed #D9D9D9;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
}
.ranking-tour-link-info-labels p {
    font-size: 12px;
    letter-spacing: -0.05em;
    color: #fff;
    border: 1px solid #1B9AD0;
    background: #fff;
    color: #1B9AD0;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 25px;
    width: fit-content;
    padding: 3px 10px;
    font-family: sans-serif;
}
.ranking-tour-link-info-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.ranking-tour-link-info-buttons.single object {
    max-width: 250px;
}
.ranking-tour-link-info-buttons object {
    width: 100%;
    max-width: 170px;
}
.ranking-button {
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
}
.ranking-button span {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-left: 5px;
}
.ranking-button span:before {
    content: '';
    width: 4px;
    height: 4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-75%, -50%) rotate(45deg);
}
.ranking-button.pamphlet {
    background: #EDDC79;
    color: #000;
}
.ranking-button.detail {
    background: #201160;
    color: #fff;
}
.ranking-wrapper {
    padding: 0 10px;
}

.step3 {
    background-image: url(../img/bg1.webp);
    background-size: 250% 100%;
    background-position: top center;
    background-repeat: no-repeat;
    /* background-color: #E0D1BE; */
    /* background-color: linear-gradient(180deg,rgba(224, 209, 190, 1) 0%, rgba(251, 250, 249, 1) 100%); */
    content-visibility: visible!important;
}
.step3-anker {
    height: 50px;
    margin-top: 15px;
}
.step3-title {
    background: linear-gradient(95deg, #2E160C 1.14%, #946A27 98.86%);
    padding: 0 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.step3-title-img {
    width: 120px;
    position: relative;
}
.step3-title-img .hiromi {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.step3-title-text {
    padding: 20px 0 25px 0;
}
.step3-title-text-1 {
    font-size: 20px;
    color: #fff;
}
.step3-title-text-2 {
    font-size: 20px;
    color: #fff;
    position: relative;
    display: inline-block;
}
.step3-title-text-2:before {
    content: '';
    background-image: url(../img/line.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.step3-title-text-2 span {
    font-size: 200%;
    font-weight: bold;
    line-height: 1;
}

.step3-list {
    padding: 30px 20px 20px 20px;
}
.step3-list-item {
    background: #EBEBEB;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;  
    position: relative;
}
.step3-list-item:not(:last-child) {
    margin-bottom: 30px;
}
.step3-list-item:not(:last-child):before {
    content: '';
    width: 15px;
    height: 10px;
    background: #201160;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.step3-list-item:last-child {
    background: #F8F869;
}
.step3-list-item .step {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 35px;
    color: #B59D45A6;
    transform: translateY(-50%);
    font-weight: 400;
}
.step3-list-item .step-text span {
    display: inline-block;
}
.step3-img {
    max-width: 400px;
    margin: auto;
    display: block;
}
.step3-credit {
    text-align: center;
    padding: 20px 10px;
    /* background: linear-gradient(180deg, #0000 0%, rgb(241 231 221) 40%,rgb(241 231 221) 50%, rgb(241 231 221) 60%, #0000 100%); */
}
.step3-credit-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.step3-credit-text {
    font-size: 16px;
    margin-bottom: 10px;
}
.step3-credit-text.left {
    text-align: left;
}
.step3-credit-lead {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}
.step3-credit-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    margin-bottom: 10px;
}
.step3-credit-list p {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
}
.step3-credit-list p:before {
    content: '';
    background-image: url(../img/section9/check.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}
.step3-credit-list-container {
    max-width: 400px;
    margin: auto;
}
.step3-credit-img {
    background: #fff;
    border-radius: 10px;
    padding: 10px 5px;
    margin: 15px auto;
    text-align: center;
}
.step3-credit-img img {
    max-width: 300px;
}
.voice {
    background: #FFFAEA;
    padding: 30px 0 20px;
}
.voice-title {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}
.voice-title:before,
.voice-title:after {
    content: '';
    width: calc(100% - 20px);
    height: 25px;
    background-image: url(../img/line4.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    max-width: 400px;
}
.voice-title:before {
    top: -10px;
    transform: translateX(-50%);
}
.voice-title:after {
    bottom: 0;
    transform: translateX(-50%) rotate(180deg);
}
.voice-title h2 {
    font-size: 23px;
    background: linear-gradient(90deg, rgba(20, 8, 3, 0.99) 0%, rgba(46, 22, 12, 0.99) 50%, rgba(20, 8, 3, 0.99) 100%);
    color: #fff;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.voice-title h2 .v-lead {
    font-size: 18px;
    margin-top: 8px;
}
.voice-title p {
    font-size: 17px;
    color: #2E160C;
    padding: 30px 10px;
    text-align: center;
}
.voice-list {
    padding: 35px 10px 30px;
    max-width: 400px;
    margin: auto;
}
.voice-list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.voice-list-item:not(:last-child) {
    margin-bottom: 35px;
}
.voice-list-item-img img {
    width: 120px;
    aspect-ratio: 1/1;
}
.voice-list-item-text {
    position: relative;
    width: 100%;
}
.voice-list-item-text-letter {
    font-size: 13px;
    height: 70px;
    background: linear-gradient(134deg, #E0D1BE -17.8%, #F4EFE9 48.39%, #E0D1BE 118.67%);
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
    position: relative;
    color: #2E160C;
    text-align: center;
    font-weight: bold;
}
.voice-list-item-text-letter:before {
    content: '';
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, #886A2E 0%, #F9ECC9 27%, #E8BA65 51%, #FFFADF 77.5%, #886A2E 100%);
    clip-path: polygon(0% 0%, 0% 100%, 1px 100%, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 100%, 100% 100%, 100% 0%);
}
.voice-list-item-text-label {
    position: absolute;
    min-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #DFB55F 0%, #F9ECC9 27%, #F0D397 51%, #FFFADF 77.5%, #E8BA65 100%);
    font-size: 15px;
    padding: 0 10px;
    top: -15px;
    left: -20px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
    z-index: 5;
    font-weight: bold;
}

.voice-list-item.reverse {
    flex-direction: row-reverse;
}
.voice-list-item.reverse .voice-list-item-text-label {
    left: auto;
    right: -20px;
}
.voice-kutikomi {
    padding: 50px 10px;
    position: relative;
}
.voice-kutikomi h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
.voice-kutikomi-list {
    max-width: 400px;
    margin: auto;
}
.voice-kutikomi-list-item {
    background: #fff;
    padding: 15px 10px;
    border-radius: 12px;
}
.voice-kutikomi-list-item:not(:last-child) {
    margin-bottom: 15px;
}
.voice-kutikomi-list-date,
.voice-kutikomi-list-title,
.voice-kutikomi-list-content {
    font-size: 14px;
    color: #261800;
}
.voice-kutikomi-list-link {
    font-size: 14px;
    text-align: right;
    display: block;
    margin-top: 5px;
    font-weight: bold;
    color: #261800;
    position: relative;
    padding-right: 8px;
}
.voice-kutikomi-list-link:before {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #261800;
    border-right: 1px solid #261800;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    z-index: 5;
}
.voice-kutikomi-list-title {
    margin-bottom: 10px;
    border-bottom: 1px solid #281809;
    display: inline-block;
}
.voice-kutikomi:before,
.voice-kutikomi:after {
    content: '';
    width: 100%;
    height: 25px;
    background-image: url(../img/line4.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    max-width: 400px;
}
.voice-kutikomi:before {
    top: 0;
    transform: translateX(-50%) rotate(180deg);
}
.voice-kutikomi:after {
    bottom: 0;
    transform: translateX(-50%);
}

.voice-kutikomi-button {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.voice-kutikomi-button-item {
    background: #2E160C;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    width: 100%;
    border-radius: 50px;
    outline: 1px solid #fff;
    outline-offset: -5px;
    font-weight: bold;
}
.voice-kutikomi-button-item:before {
    content: '';
    width: 25px;
    height: 20px;
    background-image: url(../img/section6/icon1.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
}

.sec7 {
    content-visibility: visible!important;
}
.sec7-title {
    background: #971431;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    outline: 1px solid #fff;
    outline-offset: -5px;
}
.sec7-title.top {
    padding-bottom: 6%;
}
.sec7-title p {
    color: #fff;
    font-size: 14px;
}
.sec7-title .t-2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.sec7-title .t-4 {
    font-size: 12px;
}
.sec7-title .t-4 span {
    font-size: 20px;
}
.sec7-img img {
    margin-top: -6%;
    z-index: 1;
    position: relative;
    width: 100%;
}
.sec7-links {
    background-image: url(../img/section7/img2.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 45px 10px 60px 10px;
    max-width: 400px;
    margin: auto;
    margin-bottom: 20px;
}
.sec7-links-title {
    color: #201160;
    font-weight: bold;
    position: relative;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 25px;
    width: fit-content;
    padding: 10px 25px;
}
.sec7-links-title p{
    font-size: 21px;
    z-index: 5;
    position: relative;
    text-align: center;
    line-height: 1.5;
    font-weight: bolder;
}
.sec7-links-title .deco1,
.sec7-links-title .deco2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sec7-links-title .deco1:before,
.sec7-links-title .deco1:after,
.sec7-links-title .deco2:before,
.sec7-links-title .deco2:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sec7-links-title .deco1:before,
.sec7-links-title .deco1:after {
    background: #fff;
}
.sec7-links-title .deco1:before {
    width: calc(100% - 5px);
    height: 100%;
}
.sec7-links-title .deco1:after {
    width: 100%;
    height: calc(100% - 5px);
}
.sec7-links-title .deco2:before,
.sec7-links-title .deco2:after {
    border: 1px solid #201160;
}
.sec7-links-title .deco2:before {
    width: calc(100% - 12px);
    height: calc(100% - 5px);
}
.sec7-links-title .deco2:after {
    width: calc(100% - 5px);
    height: calc(100% - 12px);
}

.sec7-links-column {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px 10px;
    background: #FFFFFFB2;
    padding: 20px 10px;
    border-radius: 12px;
    flex-wrap: wrap;
}
.sec7-links-column-item:nth-child(1) {
    grid-column: 1 / 4;
}
.sec7-links-column-item:nth-child(2) {
    grid-column: 4 / 7;
}
.sec7-links-column-item:nth-child(3) {
    grid-column: 1 / 3;
}
.sec7-links-column-item:nth-child(4) {
    grid-column: 3 / 5;
}
.sec7-links-column-item:nth-child(5) {
    grid-column: 5 / 7;
}
.sec7-links-column-four {
    grid-template-columns: repeat(4, 1fr)!important;
}
.sec7-links-column-four .sec7-links-column-item {
    grid-column: auto!important;
}
.sec7-links-column-tree {
    grid-template-columns: repeat(3, 1fr)!important;
}
.sec7-links-column-tree .sec7-links-column-item {
    grid-column: auto!important;
}
.sec7-links-column-item {
    background: #201160;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
}
.sec7-links-column-wrapper {
    max-width: 985px;
    margin: auto;
    margin-top: 20px;
    padding: 0 10px;
}
.sec7-youtube {
    max-width: 400px;
    margin: auto;
}
.sec7-youtube-title {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.sec7-youtube-title h2 {
    font-size: 20px;
    font-weight: bolder;
    position: relative;
    color: #AE1616;
    font-family: 'Noto Sans CJK JP', sans-serif;
}
.sec7-youtube-title h2:before,
.sec7-youtube-title h2:after {
    content: '';
    width: 15px;
    height: 30px;
    background-image: url(../img/deco3.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
}
.sec7-youtube-title h2:before {
    left: 0;
    transform: translate(-110%, -50%) scaleX(-1);
}
.sec7-youtube-title h2:after {
    right: 0;
    transform: translate(110%, -50%);
}
.sec7-youtube-thumbnail {
    margin: 0 20px;
    border: 10px solid #000;
    position: relative;
}
.sec7-youtube-thumbnail img {
    filter: brightness(0.7);
}
.sec7-youtube-thumbnail:before {
    content: '';
    width: 65px;
    height: 40px;
    background-image: url(../img/section7/youtube.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    transition: transform 0.4s cubic-bezier(0.41, 1.5, 0.58, 1);
}
.sec7-youtube-thumbnail:hover:before {
    transform: translate(-50%, -50%) scale(1.1);
}

.point {
    background: #371B00;
    padding-bottom: 20px;
    content-visibility: visible!important;
}
.point-anker {
    height: 50px;
    margin-top: 15px;
}
.point-title {
    background: #2E160CFC;
    padding: 10px;
    position: relative;
}
.point-title-pc-wrapper {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.point-title:before {
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 18px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, #886A2E 0%, #F9ECC9 27%, #E8BA65 51%, #FFFADF 77.5%, #886A2E 100%);
    clip-path: polygon(0% 0%, 0% 100%, 1px 100%, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 100%, 100% 100%, 100% 0%);
}
.point-title-deco {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.point-title-deco:after {
    content: '';
    position: absolute;
    width: 150%;
    height: 100%;
    background: linear-gradient(180deg, rgba(246, 239, 214, 0.18) 0%, rgba(255, 255, 255, 0.00) 32.11%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -7%);
    border-radius: 50%;
}
.point-title h2 {
    font-size: 18px;
    color: #fff;
}
.point-title h2 .t-1 {
    font-size: 150%;
    font-weight: bolder;
    line-height: 1;
    margin-top: 10px;
    float: right;
}
.point-title h2 .t-2-1 {
    width: 100%;
    float: left;
}
.point-title h2 .t-2 {
    font-size: 300%;
    line-height: 1;
    font-weight: 400;
}
.point-title h2 .t-3 {
    font-size: 150%;
    font-weight: 400;
}
.point-title-img {
    width: 160px;
    position: relative;
    z-index: 5;
}
.point-title-img .hiromi {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.point-lead {
    width: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #F5F5F5;
    margin: 25px auto;
}
.point-item {
    padding: 0 10px;
    padding-top: 10px;
}
.point-item:not(:last-child) {
    margin-bottom: 20px;
}
.point-item:last-child {
    margin-bottom: 55px;
}
.point-item > img {
    width: 100px;
    height: 27px;
    margin-bottom: 5px;
}
.point-item-accordion {
    background: #F5F5F5;
    position: relative;
    letter-spacing: -0.07em;
}
.point-item-accordion:before,
.point-item-accordion:after {
    content: '';
    width: 25px;
    height: 30px;
    background-image: url(../img/deco1.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}
.point-item-accordion:before {
    top: 10px;
    right: 13px;
}
.point-item-accordion:after {
    bottom: 10px;
    left: 13px;
    transform: rotate(180deg);
}
.point-item-arrow {
    width: 50px;
    height: 50px;
    background: #F5F5F5;
    border-radius: 50%;
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translate(-50%, 50%);
    border: 1px solid #F0D397;
    clip-path: polygon(0 41%, 100% 41%, 100% 100%, 0 100%);
}
.point-item-arrow:before {
    content: '';
    width: 27px;
    height: 17px;
    background: linear-gradient(90deg, #886A2E 0%, #EBD69F 27%, #D1A751 51%, #EBD69F 77.5%, #886A2E 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transition: transform 0.2s ease;
}
.point-item-accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    color: #000000;
    text-align: center;
}
.point-item-accordion-title-text {
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 10px;
}
.point-item-accordion-title-lead {
    font-size: 18px;
    font-weight: 400;
}
.point-item-accordion-content {
    color: #000000;
    height: 0px;
    overflow: hidden;
    position: relative;
    padding: 0 5px;
}
.point-item-accordion-content .small {
    font-size: 14px;
}
.point-item-accordion-content:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #F0D397;
    display: inline-block;
    margin: 15px 0;
}
.point-item-accordion-content-icon {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.point-item-accordion-frame {
    position: relative;
    padding: 25px 15px;
}
.point-item-accordion-frame:before {
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 18px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, #886A2E 0%, #F9ECC9 27%, #E8BA65 51%, #FFFADF 77.5%, #886A2E 100%);
    clip-path: polygon(0% 0%, 0% 100%, 2px 100%, 2px 2px, calc(100% - 2px) 2px, calc(100% - 2px) calc(100% - 2px), 2px calc(100% - 2px), 2px 100%, 100% 100%, 100% 0%);
}
.point-item-accordion.is-active .point-item-arrow:before {
    transform: translate(-50%, -30%) rotate(180deg);
}
.point-item-icon {
    margin-bottom: 5px;
}
.point-item-icon-point {
    height: 35px;
}
.point-item-icon-2 {
    height: 30px;
    margin-left: 5px;
}
.point-item-icon-2-2 {
    height: 25px;
}
.point-button {
    padding: 0 10px;
}

.support {
    background: #E0E6F4;
    padding-bottom: 20px;
}
.support-fv {
    border-top: 10px solid #201160;
    background-image: url(../img/section9/bgf1.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 50px;
}
.support-fv-title {
    font-size: 18px;
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    text-align: center;
    margin-bottom: 30px;
}
.support-fv-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}
.support-fv-logo-air {
    width: 115px;
}
.support-fv-logo-logo {
    width: 250px;
}
.support-fv-lead {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 10px #000;
}

.support-heading {
    clip-path: polygon(0 0, 50% 16px, 100% 0, 100% calc(100% - 16px), 50% 100%, 0 calc(100% - 16px));
    margin-bottom: 30px;
}
.support-heading.top {
    margin-top: -20px;
}
.support-heading h2 {
    padding-top: 24px;
    font-weight: bold;
    color: #201160;
    text-align: center;
    padding-top: 33px;
    position: relative;
    background: #fff;
}
.support-heading h2:before {
    content: '';
    width: 100%;
    height: 22px;
    background: #201160;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 6px, 50% 100%, 0 6px);
}
.support-heading h2:after {
    content: '';
    width: 100%;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: 1px;
    left: 0;
    transform: translateY(100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    z-index: 5;
}
.support-heading p {
    background: #201160;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
    position: relative;
}
.support-heading p span {
    position: relative;
    display: inline-block;
}
.support-heading p span:before,
.support-heading p span:after {
    content: '';
    width: 30px;
    height: 70px;
    background-image: url(../img/deco4.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
}
.support-heading p span:before {
    left: 0;
    transform: translate(-130%, -50%);
}
.support-heading p span:after {
    right: 0;
    transform: translate(130%, -50%) scaleX(-1);
}

.support-point {
    background: #fff;
    padding: 60px 10px 20px 10px;
    position: relative;
    margin: 0 10px;
    margin-top: 60px;
    margin-bottom: 20px;
}
.support-point-heading {
    width: calc(100% - 40px);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 30px;
    filter: drop-shadow(0px 2px 2px #0002);
}
.support-point-heading:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #E8BA65;
    position: absolute;
    bottom: 10px;
    right: 10px;
    transform: rotate(-45deg) translate(50%, 0%);
    transform-origin: 100%;
}
.support-point-heading-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FFFAEA;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 5;
}
.support-point-heading-icon img {
    width: 25px;
}
.support-point-heading-icon:before {
    content: 'POINT';
    font-size: 12px;
    color: #281809;
    position: absolute;
    top: -6px;
    left: -7px;
    transform: rotate(-20deg);
}
.support-point-heading-text {
    display: flex;
    width: 100%;
    background: #FFFAEA;
    font-size: 16px;
    color: #281809;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px 10px 20px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px),calc(100% - 20px) 100%, 0 100%);
}
.support-point-heading-text p {
    margin: auto;
}
.support-point-heading-text:before {
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: #B9801D;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    clip-path: polygon(0% 0%, 0 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), 0 calc(100% - 1px), 0 100%, 100% 100%, 100% 0%);
}
.support-point-line-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.support-point-line {
    position: relative;
    display: inline-block;
    margin: auto;
    text-align: center;
}
.support-point-line:after {
    content: '';
    width: 100%;
    height: 5px;
    background: #F6FF00;
    position: absolute;
    bottom: 0;
    left: 0;
}
.support-point-line span {
    position: relative;
    z-index: 5;
    font-size: 18px;
    font-weight: bold;
    color: #201160;
}
.support-point-check-container {
    margin-bottom: 15px;
}
.support-point-check {
    position: relative;
    padding: 10px 0;
    padding-left: 25px;
    border-bottom: 1px solid #CFCFCF;
    text-align: left;
}
.support-point-check p {
    font-size: 16px;
}
.support-point-check:before {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../img/section9/check.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    left: 0;
}
.support-point-img {
    margin-bottom: 20px;
    text-align: center;
}
.support-point-img img {
    max-width: 400px;
    width: 100%;
}
.support-point-text {
    font-size: 16px;
    padding: 0 10px;
}

.support-box {
    margin: 0 10px;
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}
.support-box-frame {
    border: 2px solid #201160;
}
.support-box-frame h3 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    background: #201160;
}
.support-box-frame h3 span {
    font-size: 120%;
}

.support-box-content {
    padding: 10px;
    padding-bottom: 20px;
}
.support-box-content img {
    width: 100%;
    max-width: 400px;
    margin: auto;
    margin-bottom: 20px;
    display: block;
}
.support-box-content p {
    font-size: 14px;
}

.support-sub-heading {
    position: relative;
    width: 100%;
    font-size: 20px;
    height: 110px;
    margin-bottom: 25px;
    filter: drop-shadow(0px 2px 2px #0002);
}
.support-sub-heading p {
    padding: 0 35px;
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: calc(50% + 22px);
}
.support-sub-heading p:nth-child(1) {
    color: #201160;
    background: #fff;
    text-align: right;
    top: 0;
    left: 0;
    padding-left: 10px;
    clip-path: polygon(0 0, 100% 0,calc(100% - 30px) 100%,0 100%);
}
.support-sub-heading p:nth-child(2) {
    color: #fff;
    background: #201160;
    text-align: left;
    bottom: 0;
    right: 0;
    padding-right: 10px;
    clip-path: polygon(30px 0, 100% 0,100% 100%, 0 100%);
}
.support-point-guide {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}
.support-point-guide-img-wrapper {
    padding: 5px;
    margin-bottom: 10px;
}
.support-point-guide-img {
    width: 110px;
    max-width: 200px;
    filter: drop-shadow(0px 2px 2px #0002);
}
.support-point-guide-img img {
    width: 100%;
    outline: 1px solid #B9801D;
    outline-offset: 5px;
}
.support-point-guide-img p {
    font-size: 12px;
}
.support-point-guide-text {
    font-size: 14px;
    flex: 1;
}
.support-text2 {
    font-size: 25px;
    font-weight: bold;
    color: #201160;
    text-align: center;
    margin-bottom: 50px;
}
.support-campaign {
    margin: 0 10px;
    background: linear-gradient(180deg, #1B9AD0 0%, #9BD7F0 100%);
    padding: 5px;
    margin-bottom: 30px;
}
.support-campaign-heading {
    font-size: 21px;
    text-align: center;
    font-family: "Noto Sans CJK JP";
    font-weight: 700;
    color: #fff;
    padding: 10px 0;
}
.support-campaign-content {
    background: #fff;
    padding: 20px 10px;
    text-align: center;
}
.support-campaign-content p {
    font-size: 15px;
    font-weight: bold;
    font-family: "Noto Sans CJK JP";
}
.support-campaign-content img {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 20px auto;
}

.support-box2 {
    margin: 0 10px;
    border: 4px solid #201160;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
}
.support-box2-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.support-box2-heading p {
    display: inline-block;
    font-size: 21px;
    font-weight: bold;
    background: linear-gradient(transparent 80%, #F6FF00 20%);
}
.support-box2-heading span {
    width: 16px;
    height: 16px;
    background: #201160;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}
.support-box2-heading span:before,
.support-box2-heading span:after {
    content: '';
    width: 8px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
}
.support-box2-heading span:before {
    transform: translate(-50%, -50%);
}
.support-box2-heading span:after {
    transform: translate(-50%, -50%) rotate(-90deg);
}
.support-box2-column {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.support-box2-column-img {
    width: 110px;
}
.support-box2-column-text {
    font-size: 25px;
    text-align: center;
}
.support-box2-column-text span {
    font-size: 120%;
    font-weight: bold;
}

.seat {
}
.seat-heading {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #AE1616;
    height: 110px;
}
.seat-content {
    background: #2E160C;
    padding: 10px 10px 20px 10px;
}
.seat-content-wrapper {
    background: #fff;
    padding: 10px;
}
.seat-content-heading {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}
.seat-content-asirai-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.seat-content-asirai {
    width: 100px;
    margin: auto;
}
.seat-content-img {
    max-width: 400px;
    width: 100%;
    margin: auto;
    display: block;
}
.seat-accordion {
    max-width: 400px;
    margin: auto;
}
.seat-accordion-button {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    background: #FFFAEA;
    padding: 10px;
    padding-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: auto;
}
.seat-accordion-button:before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #AE1616;
    border-left: 2px solid #AE1616;
    position: absolute;
    top: 55%;
    right: 10px;
    transform: translate(-50%, -50%) rotate(-135deg);
    transform-origin: 30% 30%;
    transition: transform 0.2s ease-in-out;
}
.seat-accordion-button.is-active:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.seat-accordion-content {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.seat-accordion-content-wrapper {
    padding: 30px 15px 0 15px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
}
.seat-accordion-content-img {
    width: 50%;
}
.seat-accordion-content-text {
    width: 50%;
    background: #FFFAEA;
    border-radius: 12px;
    padding: 15px 10px;
    color: #2E160C;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.spot {
    background: #E0D1BE;
}
.spot-fv {
    position: relative;
    padding: 80px 40px;
    background: #fff;
}
.spot-fv-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #201160;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}
.spot-fv-bg img {
    width: 100%;
    height: 40%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.spot-fv-bg-2,
.spot-fv-bg-4 {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.spot-fv-bg-1,
.spot-fv-bg-3 {
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
.spot-fv-bg-1 {
    top: 0;
}
.spot-fv-bg-2 {
    top: 20%;
}
.spot-fv-bg-3 {
    top: 40%;
}
.spot-fv-bg-4 {
    top: 60%;
}
.spot-fv-wrapper {
    background: #fff;
    outline: 1px solid #201160;
    outline-offset: -10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 5;
    position: relative;
    padding: 30px 20px;
}
.spot-fv-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}
.spot-fv-title span {
    display: block;
    font-size: 150%;
}
.spot-fv-lead {
    font-size: 18px;
    color: #201160;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    background-image: url(../img/section11/icon1.png);
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}
.spot-fv-text {
    font-size: 16px;
    color: #201160;
    line-height: 2;
    margin-bottom: 30px;
}
.spot-fv-text2 {
    font-size: 14px;
    color: #201160;
    text-align: center;
}
.spot-heading {
    font-size: 20px;
    color: #fff;
    background: linear-gradient(51deg, #971431 23.1%, #5E091C 36%, #74031C 50%, #5E091C 65.43%, #971431 76.9%);
    padding: 25px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    line-height: 1;
}
.spot-heading-wrapper {
}
.spot-heading .t-1 {
    font-size: 200%;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}
.spot-heading .t-2 {
    font-size: 150%;
}
.spot-heading .t-3 {
    font-size: 150%;
}
.spot-heading .t-4 {
    font-size: 150%;
}
.spot-accordion {
    padding: 10px;
    background: #fff;
}
.spot-accordion-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
}
.spot-accordion-button-img {
    width: 65%
}
.spot-accordion-button-img img {
    width: 100%;
}
.spot-accordion-button-text {
    width: 35%;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
}
.spot-accordion-button-text p {
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(transparent 80%, #F6FF00 20%);
    display: inline-block;
    letter-spacing: -0.05em;
}
.spot-accordion-button-text span {
    position: absolute;
    bottom: 0;
    left: 50%;
}
.spot-accordion-button-text span:before {
    content: '';
    width: 13px;
    height: 13px;
    border-top: 3px solid #971531;
    border-left: 3px solid #971531;
    position: absolute;
    bottom: -7px;
    left: -5px;
    transform: rotate(-135deg);
    transition: transform 0.2s ease-in-out;
    transform-origin: 7px 6px;
}
.spot-accordion-button.is-active .spot-accordion-button-text span:before {
    transform: rotate(45deg);
}
.spot-accordion-content {
    font-size: 16px;
    height: auto;
    overflow: hidden;
}
.spot-accordion-content p {
    padding-top: 10px;
}
.spot-area {
    padding: 10px;
    padding-bottom: 30px;
}
.spot-area > img {
    width: 100%;
    max-width: 400px;
    margin: auto;
    display: block;
}
.spot-area-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-top: 10px;
}
.spot-area-button {
    background: #1B9AD0;
    border-bottom: 6px solid #295365;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    transition: 0.1s ease;
}
.spot-area-button.is-active {
    background: #971431;
    border-bottom-width: 0;
    outline: 1px solid #fff;
    outline-offset: -5px;
}
.spot-area-content {
    padding-top: 10px;
}
.spot-area-content-item {
    background: #fff;
}
.spot-area-content-item:not(:first-child) {
    display: none;
}
.spot-area-content-item h3 {
    background: #971431;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
}
.spot-area-content-item h3 .u-main {
    font-size: 16px;
    display: block;
}
.spot-area-content-item-wrapper {
    padding: 25px 10px;
}
.spot-area-content-item-wrapper h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.spot-area-content-item-wrapper p {
    font-size: 16px;
}
.spot-area-content-item-asirai {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}
.spot-area-content-item-asirai img {
    width: 100px;   
}
.spot-area-content-prev-next {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}
.spot-area-content-prev,
.spot-area-content-next {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #1B9AD0;
    width: 50%;
}
.spot-area-content-prev {
    clip-path: polygon(0 50%,20px 0, 100% 0, 100% 100%, 20px 100%);
}
.spot-area-content-next {
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
}
.spot-area-content-prev-next-class {
    margin-top: 0;
    padding: 0 10px 20px 10px;
}
.spot-area-content-prev-next-class .spot-area-content-prev,
.spot-area-content-prev-next-class .spot-area-content-next {
    background: linear-gradient(180deg, #886A2E 0%, #EBD69F 50%, #886A2E 100%);
    color: #000;
    font-weight: bold;
}
.spot-compare-button {
    background: #1B9AD0;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    outline: 1px solid #fff;
    outline-offset: -10px;
    width: 100%;
    padding: 30px 0;
}
.spot-compare-button span {
    margin-bottom: 22px;
    width: 100%;
    position: relative;
}
.spot-compare-button span:before {
    content: '';
    width: 17px;
    height: 17px;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: rotate(-135deg);
    transform-origin: 30% 30%;
    transition: transform 0.2s ease;
}
.spot-compare-button.is-active span:before {
    transform: rotate(45deg);
}
.spot-compare-content {
    background: #281809;
    height: auto;
    overflow: hidden;
}
.spot-compare-content-wrapper {
    padding: 35px 10px 45px 10px;
}
.spot-compare-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 0;
    max-width: 400px;
    margin: auto;
}
.spot-compare-table td:not(:first-child) {
    background: #5E5043;
    padding: 5px 13px;
}
.spot-compare-table td,
.spot-compare-table th {
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
}
.spot-compare-table thead:after {
    content: "";
	height: 10px;
	width: 100%;
	display: block;
}
.spot-compare-table th:not(:first-child) {
    background: #5E5043;
    font-size: 11px;
}
.spot-compare-table th:not(:first-child) span {
    font-size: 250%;
    display: block;
    line-height: 1;
}
.spot .point-button {
    margin: 20px 0;
}
.spot-optional-heading {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(90deg, rgba(20, 8, 3, 0.99) 0%, rgba(46, 22, 12, 0.99) 50%, rgba(20, 8, 3, 0.99) 100%);
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.spot-optional-heading p {
    font-size: 18px;
    margin-bottom: 10px;
}
.spot-optional-heading h3 {
    font-size: 20px;
    font-weight: bold;
}
.spot-optional-deco1,
.spot-optional-deco2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.spot-optional-deco1:before,
.spot-optional-deco1:after,
.spot-optional-deco2:before,
.spot-optional-deco2:after {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(../img/deco1.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}
.spot-optional-deco1:before {
    top: 10px;
    left: 10px;
    transform: scaleX(-1);
}
.spot-optional-deco1:after {
    top: 10px;
    right: 10px;
}
.spot-optional-deco2:before {
    bottom: 10px;
    left: 10px;
    transform: scale(-1);
}
.spot-optional-deco2:after {
    bottom: 10px;
    right: 10px;
    transform: scaleY(-1);
}
.spot-optional-slider-wrapper {
    background: #fff;
    margin: 0 10px;
}

.t-slider  {
    /* max-width: 400px; */
    margin-left: auto;
    margin-right: auto;
}
.t-slider .slick-track {
    display: flex;
}
.t-slider .slick-slide {
    height: auto !important;
}
.t-slider .slick-slide div {
    height: 100%;
}
.t-slider .slick-slide img {
    height: 100%;
    /* 画像最適化 */
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform;
}

/* スライダーのパフォーマンス最適化 */
/* .t-slider.slick-initialized {
    contain: layout style paint;
} */

.t-slider .slick-list {
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.t-slider .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

/* 遅延読み込みの最適化 */
.t-slider img[loading="lazy"] {
    /* opacity: 0; */
    transition: opacity 0.3s ease-in-out;
}

.t-slider img[loading="lazy"].loaded {
    opacity: 1;
}

.t-slider * {
    min-height: 0;
    min-width: 0;
}

.class-hotel-choice-content-item .t-slider .slick-track {
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.class-hotel-choice-content-item .t-slider .slick-slide {
    transform: translateZ(0);
    will-change: transform;
}

/* ホテルスライダーの画像最適化 */
.class-hotel-choice-content-item .t-slider img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform;
    /* ホテル画像の品質向上 */
    filter: brightness(1.02) contrast(1.02);
}

/* ホテルスライダーのレスポンシブ最適化 */
@media screen and (max-width: 768px) {
  
    .class-hotel-choice-content-item .t-slider .slick-dots {
        bottom: -25px;
    }
    
    .class-hotel-choice-content-item .t-slider .slick-dots li button:before {
        font-size: 12px;
    }
}

.fv-slider .slick-prev,
.fv-slider .slick-next,
.fv-pc-slider .slick-prev,
.fv-pc-slider .slick-next,
.t-slider .slick-prev,
.t-slider .slick-next {
    z-index: 10;
    background: #000000BD;
    width: 20px;
    height: 35px;
    
}
.fv-slider .slick-prev,
.fv-slider .slick-next,
.fv-pc-slider .slick-prev,
.fv-pc-slider .slick-next {
    width: 30px;
    height: 55px;
}
.fv-slider .slick-prev,
.fv-pc-slider .slick-prev,
.t-slider .slick-prev {
    left: 0;
}
.fv-slider .slick-next,
.fv-pc-slider .slick-next,
.t-slider .slick-next {
    right: 0;
}
.fv-pc-slider .slick-prev:before,
.fv-pc-slider .slick-next:before {
    position: absolute;
    z-index: 10;
}
.fv-slider .slick-prev:before,
.fv-slider .slick-next:before,
.fv-pc-slider .slick-prev:before,
.fv-pc-slider .slick-next:before,
.t-slider .slick-prev:before,
.t-slider .slick-next:before {
    content: ''!important;
    width: 15px;
    height: 15px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
}
.fv-slider .slick-prev:before,
.fv-pc-slider .slick-prev:before,
.t-slider .slick-prev:before {
    transform: translate(-25%, -50%) rotate(-45deg);
}
.fv-slider .slick-next:before,
.fv-pc-slider .slick-next:before,
.t-slider .slick-next:before {
    transform: translate(-75%, -50%) rotate(135deg);
}
.fv-slider .slick-prev:before,
.fv-pc-slider .slick-prev:before,
.fv-pc-slider .slick-next:before,
.fv-slider .slick-next:before {
    border-width: 3px;
    width: 20px;
    height: 20px;
}
.t-slider .slick-dots {
    bottom: -30px;
}
.t-slider .slick-dots li {
    margin: 0 2px;
}
.t-slider .slick-dots li button:before {
    font-size: 16px;
    color:rgb(105, 105, 105);
}
.t-slider .slick-dots li.slick-active button:before {
    color: #B59D45;
}
.t-slider .slick-dotted.slick-slider {
    margin-bottom: 35px;
}

.spot-optional-box-text {
    padding: 10px 10px 20px 10px;
}
.spot-optional-box img {
    width: 100%;
    margin: auto;
    display: block;
}
.spot-optional-slider-heading {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    padding: 20px 0;
}
.spot-optional-slider-heading:before,
.spot-optional-slider-heading:after {
    content: '';
    width: 150px;
    height: 11px;
    background-image: url(../img/line2.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.spot-optional-slider-heading:after {
    top: auto;
    bottom: 0;
    transform: translateX(-50%) scaleY(-1);
}

.spot-optional-box {
    margin: 0 10px;
    background: #fff;
}

.class {
    background: #281809;
}
.class-heading {
    min-height: 150px;
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url(../img/section12/bg2-1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    position: relative;
}
.class-heading-ana {
    background-image: url(../img/section12/bg2.webp);
}
.class-airlines {
    margin: 10px 10px 30px 10px;
    background-color: #fff;
    background-image: url(../img/bg3-1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.class-airlines > img {
    width: 100%;
    max-width: 400px;
    margin: auto;
    display: block;
}
.class-airlines-content {
    padding: 20px 10px;
}
.class-airlines-content img {
    width: 250px;
    margin: auto;
    margin-bottom: 25px;
    display: block;
}
.class-airlines-content p {
    font-size: 16px;
    /* line-height: 2; */
}
.class-tabs {
    padding: 0 10px;
    margin-bottom: 20px;
}
.class-tabs-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
#nagoya .class-tabs-buttons {
    grid-template-columns: repeat(1, 1fr);
}
.class-tabs-buttons button {
    background: #D4B79B;
    font-size: 18px;
    font-weight: bold;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.class-tabs-buttons button.is-active {
    background: #fff;
}
.class-tabs-content {
    background: #fff;
    padding: 10px;
    padding-bottom: 20px;
}
.class-tabs-content-item:not(:first-child) {
    display: none;
}
.class-tabs-content-item img {
    width: 100%;
    max-width: 400px;
    margin: auto;
    display: block;
    /* margin-bottom: 25px; */
}
.class-tabs-content-item > p {
    font-size: 16px;
    margin-bottom: 40px;
}
.class-accordion-button {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    position: relative;
}
.class-accordion {
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
}
.class-accordion + .class-accordion {
    border-top: none;
    border-bottom: 1px solid #CFCFCF;
}
.class-accordion-button:before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #AE1616;
    border-left: 2px solid #AE1616;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%) rotate(-135deg);
    transform-origin: 30% 30%;
    transition: transform 0.2s ease-in-out;
}
.class-accordion-button.is-active:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.class-accordion-content {
    height: 0;
    overflow: hidden;
}
.class-accordion-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.class-accordion-content p {
    font-size: 16px;
    margin-bottom: 20px;
}
.class-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}

.class-hotel {
    background-image: url(../img/bg2-1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.class-hotel-fv {
    background-image: url(../img/section12/img4.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    padding: 30px;
    border-top: 5px solid #000000;
    border-bottom: 5px solid #000000;
    margin-bottom: 35px;
}
.class-hotel-fv-content {
    background: #00000059;
    padding: 20px 10px;
    max-width: 400px;
}
.class-hotel-fv-content h2 {
    font-size: 18px;
    margin-bottom: 35px;
}
.class-hotel-fv-content .t-1 {
    font-size: 180%;
}
.class-hotel-fv-content .t-2 {
    font-size: 180%;
}
.class-hotel-fv-content .t-3 {
    font-size: 180%;
}
.class-hotel-fv-content-text {
    margin-bottom: 40px;
}
.class-hotel-fv-content-note {
    font-size: 12px;
}
.class-hotel-choice-heading {
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.class-hotel-choice-heading span {
    display: inline-block;
    position: relative;
}
.class-hotel-choice-heading span:before {
    content: '';
    width: 20px;
    height: 30px;
    background-image: url(../img/section12/hand.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(-100%, -50%);
}
.class-hotel-choice-button {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
    margin: 0 10px 15px 10px;
    padding-top: 10px;
}
.class-hotel-choice-button button {
    font-size: 18px;
    font-weight: bold;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/section12/button.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: #281809;
}
.class-hotel-choice-button button.is-active {
    background-image: url(../img/section12/button-a.webp);
}
.class-hotel-choice-content {
    padding: 10px 10px 20px 10px;
}
.class-hotel-choice-content-item:not(:first-child) {
    display: none;
}
.class-hotel-choice-content-item-box {
    background: #fff;
}
.class-hotel-choice-content-item-text {
    padding: 10px 15px 20px 15px;
}
.class-hotel-choice-content-item-text-heading {
    margin-bottom: 20px;
}
.class-hotel-choice-content-item-text h4 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}
.class-hotel-choice-content-item-text h5 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.class-hotel-choice-content-item-text p {
    font-size: 16px;
    line-height: 1.8;
}

.cooking {
    background: #fff;
    padding-bottom: 20px;
}
.cooking-heading {
    min-height: 240px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 20px;
}
.cooking-heading:before {
    content: '';
    width: 150px;
    height: 150px;
    background-image: url(../img/section13/img1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -25px;
    left: -51px;
}
.cooking-heading:after {
    content: '';
    width: 210px;
    height: 210px;
    background-image: url(../img/section13/img2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -76px;
    right: -109px;
    transform: rotate(67deg);
}
.cooking-heading h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
}
.cooking-text {
    font-size: 16px;
    padding: 0 20px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.cooking-accordion {
    position: relative;
    margin-left: 85px;
    background: #FFFAEA;
    margin-bottom: 40px;
}
.cooking-accordion-wrapper {
    max-width: 400px;
    margin: auto;
}
.cooking-accordion-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    aspect-ratio: 1/1;
    z-index: 1;
    transform: translateX(-50%);
}
.cooking-accordion-button-wrapper {
    position: relative;
}
.cooking-accordion-button {
    text-align: center;
    padding-right: 20px;
    margin-left: auto;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cooking-accordion-button-text-1 {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}
.cooking-accordion-button-heading {
    font-size: 23px;
    font-weight: bold;
    background: linear-gradient(transparent 80%, #F6FF00 20%);
    display: inline-block;
    margin-bottom: 20px;
}
.cooking-accordion-button-text-2 {
    font-size: 16px;
    min-height: 35px;
    border-radius: 50px;
    background: #281809;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    position: relative;
    width: fit-content;
    padding-left: 15px;
    padding-right: 40px;
    margin: 0 auto;
}
.cooking-accordion-button-text-2:before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    top: 15px;
    right: 13px;
    transform: rotate(-135deg);
    transform-origin: 30% 30%;
    transition: transform 0.2s ease-in-out;
}
.cooking-accordion-button.is-active .cooking-accordion-button-text-2:before {
    transform: rotate(45deg);
}
.cooking-accordion-content {
    height: 0;
    overflow: hidden;
    padding: 0 20px;
}
.cooking-accordion-content-box {
    padding: 30px 0 40px 0;
    font-size: 14px;
    line-height: 2;
}
.cooking-accordion.reverse {
    margin-right: 85px;
    margin-left: auto;
}
.cooking-accordion.reverse .cooking-accordion-button {
    margin-right: auto;
    margin-left: 0;
    padding-left: 20px;
}
.cooking-accordion.reverse .cooking-accordion-img {
    left: auto;
    right: 0;
    transform: translateX(50%);
}
.cooking-accordion-wrapper > div:nth-child(2n) .cooking-accordion {
    background: #FFF3EA;
}
.cooking-accordion-wrapper > div:nth-child(2n) .cooking-accordion .cooking-accordion-button-heading {
    background: linear-gradient(transparent 80%, #FF6C6C 20%);
}
.qa {
    background: #281809;
}
.qa-heading {
    background: linear-gradient(134deg, #E0D1BE -17.8%, #F4EFE9 48.39%, #E0D1BE 118.67%);
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.qa-heading h2 {
    color: #281809;
    font-size: 25px;
    font-weight: bold;
}
.qa-heading:before {
    content: '';
    background-image: url(../img/waku2.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    transform: translate(-50%, -50%);
}
.qa-wrapper {
    background: #fff;
    padding: 30px 10px 20px 10px;
    border: 5px solid #281809;
}
.qa-accordion-button {
    width: 100%;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #E7E7E7;
    padding: 15px 50px;
    position: relative;
    text-align: left;
    line-height: 1.8;
}
.qa-accordion-button:before,
.qa-accordion-content-box:before {
    content: '';
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    left: 0;
}
.qa-accordion-content {
    height: 0;
    overflow: hidden;
}
.qa-accordion-content-box {
    padding: 15px 50px;
    position: relative;
    text-align: left;
    line-height: 1.8;
    border-bottom: 1px solid #E7E7E7;
}
.qa-accordion-button:before {
    background-color: #281809;
    background-image: url(../img/qa/q.png);
    background-size: 60% 80%;
}
.qa-accordion-content-box:before {
    background-color: #F6FF00;
    background-image: url(../img/qa/a.png);
    background-size: 60% 70%;
}
.qa-accordion-content-box p {
    font-size: 16px;
}
.qa-accordion-content-box .button2 {
    max-width: 200px;
}
.qa-accordion-button:after {
    content: '';
    width: 13px;
    height: 13px;
    border-top: 4px solid #281809;
    border-left: 4px solid #281809;
    position: absolute;
    top: 30px;
    right: 10px;
    transform: rotate(-135deg);
    transform-origin: 30% 30%;
    transition: transform 0.2s ease-in-out;
}
.qa-accordion-button.is-active:after {
    transform: rotate(45deg);
}
.contact {
    background-image: url(../img/bg4.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 20px solid #2E160C;
}
.contact-container {
    padding: 20px;
    max-width: 400px;
    margin: auto;
}
.contact-text {
    background: #FFFFFFB2;
    padding: 25px;
    text-align: center;
    font-size: 16px;
    line-heigt: 2.5;
    margin-bottom: 50px;
}
.contact-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.contact-img {
}
.contact-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact-button {
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 15px;
    border-radius: 5px;
    background: #201160;
    color: #fff;
    position: relative;
    padding: 0 10px;
    overflow: hidden;
    font-weight: bold;
}
.contact-button:after {
    content: '';
    width: 350px;
    height: 70px;
    background: linear-gradient(180deg, rgba(246, 239, 214, 0.18) 0%, rgba(255, 255, 255, 0.00) 32.11%);
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 67%);
}
.contact-button.mail:before {
    content: '';
    width: 17px;
    height: 13px;
    background-image: url(../img/contact/mail.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}
.contact-button.line {
    background: #00B900;
}
.contact-button.line span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-right: 5px;
}
.contact-tel {
    background: #fff;
    margin-bottom: 25px;
}
.contact-tel h3 {
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, rgba(20, 8, 3, 0.99) 0%, rgba(46, 22, 12, 0.99) 50%, rgba(20, 8, 3, 0.99) 100%);
    color: #fff!important;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}
.contact-tel a {
    color: #fff!important;
}
.contact-tel h3 span {
    font-size: 24px;
}
.contact-tel p {
    padding: 15px 20px;
    font-size: 16px;
    color: #201160;
    line-height: 1.8;
    font-weight: bold;
}
.contact-button2 {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(20, 8, 3, 0.99) 0%, rgba(46, 22, 12, 0.99) 50%, rgba(20, 8, 3, 0.99) 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.contact-button2:before {
    content: '';
    width: 700px;
    height: 110px;
    background: linear-gradient(180deg, rgba(246, 239, 214, 0.18) 0%, rgba(255, 255, 255, 0.00) 32.11%);
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 67%);
}
.contact-button2 .deco1,
.contact-button2 .deco2 {
    position: relative;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.contact-button2 .deco1:before,
.contact-button2 .deco1:after,
.contact-button2 .deco2:before,
.contact-button2 .deco2:after {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../img/deco1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}
.contact-button2 .deco1:before {
    top: 3px;
    left: 3px;
    transform: scaleX(-1);
}
.contact-button2 .deco2:before {
    bottom: 3px;
    left: 3px;
    transform: scale(-1);
}
.contact-button2 .deco2:after {
    bottom: 3px;
    right: 3px;
    transform: scaleY(-1);
}
.finfo-credit {
    padding: 20px;
}
.finfo-credit p {
    font-size: 16px;
    margin-bottom: 20px;
}
.finfo-credit-img {
    text-align: center;
}
.finfo-credit-img img {
    max-width: 250px;
    width: 100%;
    height: auto;
}
.finfo-img {
    max-width: 400px;
    margin: auto;
}
.finfo-img img {
    margin-bottom: 10px;
}
.finfo-img p {
    font-size: 14px;
    margin: 0 10px;
}
.finfo-sns {
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}
.modal.is-active {
    display: flex;
}
.modal-close {
    position: absolute;
    top: 10px;
    right: -5px;
    font-size: 35px;
    font-weight: bold;
    color: #281809;
    line-height: 1;
    z-index: 10000;
    cursor: pointer;
}
.modal-content {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 1000px;
    /* padding: 50px 0; */
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.modal-content-inner {
    padding: 0 10px;
}
.modal-content:has(.modal-content-inner) {
    max-width: 500px;
    background: #F8F6F1;
    position: relative;
    overflow: visible;
}
.modal-content-inner {
    padding: 60px 20px 20px 20px;
    position: relative;
}
.modal-content-inner span {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, #886A2E 0%, #F9ECC9 27%, #E8BA65 51%, #FFFADF 77.5%, #886A2E 100%);
    clip-path: polygon(0% 0%, 0% 100%, 1px 100%, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 100%, 100% 100%, 100% 0%);
}
.modal-content:has(.modal-content-inner) p {
    color: #2F1900;
    font-size: 18px;
}
.modal-content:has(.modal-content-inner):before,
.modal-content:has(.modal-content-inner):after {
    content: '';
    background-image: url(../img/section1/deco1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 35px;
    height: 35px;
}
.modal-content:has(.modal-content-inner):before {
    top: 15px;
    left: 15px;
}
.modal-content:has(.modal-content-inner):after {
    bottom: 15px;
    right: 15px;
    transform: scale(-1);
}
.modal-content:has(.modal-content-inner) .modal-icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
}
.modal-content:has(.modal-content-inner) .modal-decoration-wrapper {
    text-align: center;
}
.modal-content:has(.modal-content-inner) .modal-decoration {
    width: 150px;
}
/* body:has(.modal.is-active) {
    overflow: hidden;
} */
/* body:has(.modal.is-active) main,
body:has(.modal.is-active) .h-nav-pcside {
    scrollbar-gutter: stable;
    overflow: auto;
} */

.lead-container {
    max-width: 760px;
    margin: auto;
}

.t-slider {
    position: relative;
}

.t-slider-item {
    display: none;
    width: 100%;
}

.t-slider-item:first-child {
    display: block;
}

.t-slider-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: bottom;
    aspect-ratio: 3/2;
}

/* Slickスライダー初期化後のスタイル */
.t-slider.slick-initialized .t-slider-item {
    display: block;
}

/* モーダルローディング */
.modal-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.modal-iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.hiromi {
    position: relative;
}
.hiromi:before {
    content: 'ヒロミ';
    font-size: 12px;
    color: #281809;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    font-family: 'Noto Sans JP', sans-serif;
}
.hiromi.right:before {
    left: auto;
    right: 0;
    transform: translateX(100%);
}
.hiromi.white:before {
    color: #fff;
}
.hiromi.hiromi-point:before {
    left: auto;
    right: 0;
    bottom: auto;
    top: 35%;
    color: #fff;
    transform: translateX(10%);
}
.hiromi.top:before {
    bottom: auto;
    top: 25%;
    left: 22%;
}
.hiromi.hiromi-step3:before {
    bottom: auto;
    top: 31%;
    right: 24%;
}

.sns-btn{
    display: flex;
    background-color: #dceae9;
    justify-content: center;
    padding: 5px;
    border-radius: 6px;
    width: fit-content;
    margin: 20px auto;
    gap: 3px;
    flex-wrap: wrap;
}
.sns-btn-sub {
  display: flex;
  justify-content: center;
  gap: 3px;
}

.sns-btn li {
}
.sns-btn img {
  height: 40px;
}
@media screen and (max-width:641px) {
  .sns-btn{
    padding: 10px;
    gap: 10px;
  }
  .sns-btn-sub {
    gap: 10px;
  }
  .sns-btn li:has(.sns-btn-sub) {
    width: 100%;
  }
}

.modal-content p {
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
}

#js-main-movie-pc {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: auto;
    height: auto;
}

#js-main-movie-sp {
    position: relative;
    height: calc(100svh - 100px);
    display: block;
    max-width: 100%;
    margin: auto;
}

.modal-content .youtube-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.modal-content {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
#js-youtube-container {
    display: none;
    padding: 50px 0;
    background: #fff;
}
#js-youtube-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9980;
    cursor: pointer;
}

#js-youtube-overlay.is-active {
    display: block;
}

#js-youtube-container.is-active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100svh;
    z-index: 9999;
}
.youtube-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 10000;
}
.youtube-close-button svg {
    width: 100%;
    height: 100%;
}

.column {
    padding: 10px;
}
.column-text {
    padding: 10px;
    text-align: center;
    color: #fff;
}
.column-text h3 { 
    font-size: 22px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.column-text h3:before {
    content: '';
    width: 85%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.column-text p {
    text-align: left;
}

.h-top-privacy {
    display: none;
}
.h-img p {
    display: none;
}
.fv-pc {
    display: none;
}
.fv-ana-tabs-sp {
    width: 100%;
    position: fixed;
    top: 75px;
    right: 0;
    z-index: 9990;
    padding-top: 5px;
}
.fv-ana-tabs-sp .fv-ana-tabs-container {
    max-height: 45px;
}
.fv-ana-tabs-sp .fv-ana-tabs-container img {
    max-height: 45px;
    max-width: 375px;
    margin: auto;
    width: 100%;
}
.fv-ana-tabs-container {
}

.fv-ana-tabs.is-visible {
}
.fv-ana-tabs area {
    cursor: pointer;
}
area {
    cursor: pointer;
}

    
.ranking-tour-pc-column-business {
    display: none;
}
.ranking-tour-pc.r-nagoya .ranking-tour-pc-column {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.ranking-tour-pc.r-nagoya .ranking-tour-pc-column-business {
    display: block;
}
.ranking-tour-pc > .ranking-tour-label {
    display: none;
}
.ranking-tour-item .ranking-tour-label:not(.ana) {
    margin-top: 20px;
}
.ranking-class-pc {
    display: none;
}
.ranking-tour-link-pc-title {
    display: none;
}
.u-pc-only {
    display: none;
}
.u-sp-only {
    display: block;
}
.sec7-pc-title {
    display: none;
}
.sec7-pc-title-2 {
    display: none;
}
.sec7-youtube-title .hiromi {
    display: none;
}
.point-text-pc {
    display: none;
}
.sec7-links-title-label {
    display: none;
}
.point-list-pc {
    display: none;
}
.support-sub-pc-img {
    display: none;
}
.seat-pc-heading {
    display: none;
}
.h-nav-pcside {
    display: none;
}
.spot-container {
    padding-bottom: 30px;
}
.support-campaign-pc {
    display: none;
}
@media screen and (min-width: 760px) and (hover: hover) {
    .spot-container {
        padding-bottom: 0;
    }
    .h-top {
        background: none;
        max-width: 1150px;
        width: 100%;
        margin: auto;
        min-height: 75px;
    }
    .h-nav {
        border-top: 4px solid #bc9b1e;
    }
    .h-top,
    .h-nav {
        position: relative;
        top: auto;
        left: auto;
    }
    .h-top h1 {
        max-width: 250px;
    }
    .h-top h1 img {
        width: 400px;
    } 
    .h-top h1 span {
        font-size: 10px;
        color: #3b2712;
        text-align: center;
    }
    #h-nav-pcside {
        justify-content: flex-start;
    }
    .h {
        background: #EDE1D6;
        background: radial-gradient(circle,rgba(237, 225, 214, 1) 50%, rgba(135, 122, 110, 1) 100%);
        position: relative;
        top: auto;
        left: auto;
    }
    .h-top-privacy {
        display: block;
    }
    .h-top-container {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .h-img a {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .h-img p {
        display: block;
        color: #000;
        font-size: 10px;
        line-height: 1.5;
    }
    .h-img a:has(.iranking) {
        margin-right: 5px;
    }
    .h-img a:has(.privacy) {
        display: none;
    }
    .h-img .iranking {
        width: 140px;
    }
    .h-img .jata {
        width: 35px;
    }
    .h-img a br {
    }
    .h-top-privacy img {
        width: 45px;
    }
    .fv {
        display: none;
    }
    .fv-pc {
        position: relative;
        background: none;
        overflow: hidden;
        background: #EDE1D6;
        height: calc(100vh - 79px);
        display: block;
        /* display: flex;
        align-items: flex-end;
        justify-content: center; */
    }
    .fv-ana-tabs-sp {
        display: none;
    }
    .fv-ana-tabs {
        width: 100%;
        position: absolute;
        z-index: 9980;
        top: 0;
        right: 0;
        /* opacity: 0; */
    }
    .fv-ana-tabs-container {
        width: 30%;
        position: absolute;
        top: 40px;
        right: 50px;
        pointer-events: auto;
    }
    .fv-ana-tabs.is-visible {
        /* opacity: 1; */
        width: auto;
        position: fixed;
        top: 0;
        aspect-ratio: 1282 / 720;
        height: calc(100vh - 79px);
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        pointer-events: none;
    }
    .fv-ana-tabs.is-visible .fv-ana-tabs-container {
        position: absolute;
        top: 0;
    }

    /* .fv-pc:before {
        content: '';
        width: 105%;
        height: 105%;
        background-image: url(../img/bg6.webp);
        background-size: cover;
        background-position: bottom center;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        filter: blur(10px) brightness(0.9);
        z-index: 1;
    } */
    /* .fv-pc-button {
        background: #000000BD;
        width: 40px;
        height: 60px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
        cursor: pointer;
        border: none;
        outline: none;
        transition: opacity 0.3s ease;
    }
    .fv-pc-button:hover {
        opacity: 0.8;
    }
    .fv-pc-button:before {
        content: '' !important;
        width: 19px;
        height: 19px;
        border-top: 3px solid #fff;
        border-left: 3px solid #fff;
        position: absolute;
        top: 50%;
        left: 50%;
    } */
    .fv-pc-button.prev {
        left: 0;
    }
    .fv-pc-button.next {
        right: 0;
    }
    .fv-pc-button.prev:before {
        transform: translate(-25%, -50%) rotate(-45deg);
    }
    .fv-pc-button.next:before {
        transform: translate(-75%, -50%) rotate(135deg);
    }
    .fv-pc-area {
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 1;
        cursor: pointer;
        border: none;
        outline: none;
    }
    .fv-pc-area.prev {
        left: 0;
    }
    .fv-pc-area.next {
        right: 0;
    }
    .fv-pc-slider * {
        min-height: 0;
        min-width: 0;
    }
    .fv-pc-slider {
        position: absolute;
        top: 0;
        left: 50%;
        width: 100%;
        height: 100%;
        z-index: 0;
        /* opacity: 0; */
        /* max-width: 1252px; */
        transform: translateX(-50%);
        aspect-ratio: 1282 / 720;
        max-height: 100%;
        max-width: 100%;
    }
    .fv-pc-slider.slick-initialized {
        opacity: 1;
    }
    .fv-pc-slider div {
        height: 100%;
    }
    .fv-pc-slider img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }
    .fv-pc-container {
        margin: auto;
        user-select: none;
        z-index: 10;
        position: relative;
        aspect-ratio: 1282 / 720;
        max-height: 100%;
        max-width: 100%;
        padding: 20px 20px 0;
    }
    .fv-pc-container img {
        width: 100%;
        height: 100%;
    }
    @media (max-aspect-ratio: 16/9){
        .fv-pc {
          height: auto;
        }
    }
    .fv-pc-left {
        padding-bottom: 70px;
    }
    .fv-pc-left-title {
        position: relative;
        background: #00000059;
        padding: 20px;
        text-align: center;
        width: 100%;
        margin-bottom: 50px;
    }
    .fv-pc-left-title h2 {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 1.3;
        color: #201160;
        color: #fff;
        color: #85112A;
        color: #c60b0f;
        text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
        text-shadow: rgb(32, 17, 96) 1px 0px 0px, rgb(32, 17, 96) 0.540302px 0.841471px 0px, rgb(32, 17, 96) -0.416147px 0.909297px 0px, rgb(32, 17, 96) -0.989992px 0.14112px 0px, rgb(32, 17, 96) -0.653644px -0.756802px 0px, rgb(32, 17, 96) 0.283662px -0.958924px 0px, rgb(32, 17, 96) 0.96017px -0.279416px 0px;
        text-shadow: rgb(32, 17, 96) 2px 0px 0px, rgb(32, 17, 96) 1.75517px 0.958851px 0px, rgb(32, 17, 96) 1.0806px 1.68294px 0px, rgb(32, 17, 96) 0.141474px 1.99499px 0px, rgb(32, 17, 96) -0.832294px 1.81859px 0px, rgb(32, 17, 96) -1.60229px 1.19694px 0px, rgb(32, 17, 96) -1.97998px 0.28224px 0px, rgb(32, 17, 96) -1.87291px -0.701566px 0px, rgb(32, 17, 96) -1.30729px -1.5136px 0px, rgb(32, 17, 96) -0.421592px -1.95506px 0px, rgb(32, 17, 96) 0.567324px -1.91785px 0px, rgb(32, 17, 96) 1.41734px -1.41108px 0px, rgb(32, 17, 96) 1.92034px -0.558831px 0px;
        text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279416px 0px;
        text-shadow: rgb(133, 17, 42) 1px 0px 0px, rgb(133, 17, 42) 0.540302px 0.841471px 0px, rgb(133, 17, 42) -0.416147px 0.909297px 0px, rgb(133, 17, 42) -0.989992px 0.14112px 0px, rgb(133, 17, 42) -0.653644px -0.756802px 0px, rgb(133, 17, 42) 0.283662px -0.958924px 0px, rgb(133, 17, 42) 0.96017px -0.279416px 0px;
        text-shadow: rgb(255, 192, 203) 1px 0px 0px, rgb(255, 192, 203) 0.540302px 0.841471px 0px, rgb(255, 192, 203) -0.416147px 0.909297px 0px, rgb(255, 192, 203) -0.989992px 0.14112px 0px, rgb(255, 192, 203) -0.653644px -0.756802px 0px, rgb(255, 192, 203) 0.283662px -0.958924px 0px, rgb(255, 192, 203) 0.96017px -0.279416px 0px;
    } 
    .fv-pc-left-title h2 > span {
        font-size: 47px;
        display: block;
        /* text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px; */
    }
    .fv-pc-left-title h2 > span > span {
        letter-spacing: 0.1em;
        margin-right: -15px;
    }
    .fv-pc-left-title > p {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.5;
        color: #fff;
    }
    .fv-pc-left-title-manzoku {
        position: absolute;
        top: 0;
        right: 0;
        width: 116px;
        height: 86px;
        background-image: url(../img/fv/deco1.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family: 'Noto Sans JP', sans-serif;
        transform: translate(43%, -48%);
    }

    .fv-pc-left-title-manzoku p:first-child {
        font-size: 15px;
        font-weight: bold;
        color: #AE1616;
        text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
        line-height: 1;
    }
    .fv-pc-left-title-manzoku p:first-child span {
        font-size: 12px;
    }
    .fv-pc-left-title-manzoku p:last-child {
        font-size: 15px;
        font-weight: bold;
        color: #AE1616;
        text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
        line-height: 1;
    }
    .fv-pc-left-title-manzoku p:last-child span {
        font-size: 57px;
        letter-spacing: -0.3rem;
    }
    .fv-pc-left-rekihou {
        position: relative;
        text-align: center;
        padding: 60px 10px 60px;
        background-image: url(../img/fv/bg.webp);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        margin: auto;
        max-width: 480px;
    }
    .fv-pc-left-rekihou:before {
        content: '';
        background-image: url(../img/deco6.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .fv-pc-left-rekihou-deco {
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
    }
    .fv-pc-left-rekihou-rebon {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 50%);
        width: 100%;
        max-width: 100%;
    }
    .fv-pc-left-rekihou h2 {
        font-weight: 400;
        font-size: 15px;
        text-align: center;
        background: linear-gradient(90deg, #382005 0%, #915C20 27%, #382005 51%, #915C20 77.5%, #382005 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .fv-pc-left-rekihou h2 .s-1 {
        font-size: 500%;
        font-weight: bold;
        font-style: italic;
        line-height: 1;
    }
    .fv-pc-left-rekihou h2 .s-2 {
        font-size: 300%;
        font-weight: bold;
        line-height: 1;
    }
    .fv-pc-left-rekihou h2 .s-3 {
        font-size: 200%;
        line-height: 1;
    }
    .fv-pc-left-rekihou h2 .s-4 {
        font-size: 250%;
        font-weight: bold;
        line-height: 1;
    }
    .fv-pc-left-rekihou h2 .s-5 {
        font-size: 180%;
        font-weight: bold;
        line-height: 1;
    }
    .fv-pc-left-rekihou h2 .s-6 {
        font-size: 300%;
        font-weight: 500;
        font-style: italic;
        line-height: 1;
        /* letter-spacing: -0.04em; */
    }
    .fv-pc-left-rekihou h2 .s-6 span {
        position: relative; 
        background: linear-gradient(90deg, #382005 0%, #915C20 27%, #382005 51%, #915C20 77.5%, #382005 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        letter-spacing: 0.07em;
    }
    .fv-pc-left-rekihou h2 .s-6 span:after {
        content: '・';
        font-size: 70%;
        font-weight: bold;
        font-style: normal;
        line-height: 1;
        position: absolute;
        transform: translateY(-50%);
        top: 54%;
        background: linear-gradient(90deg, #382005 0%, #915C20 27%, #382005 51%, #915C20 77.5%, #382005 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .fv-pc-left-rekihou h2 .s-6-1:after {
        right: -98%;
    }
    .fv-pc-left-rekihou h2 .s-6-2:after {
        right: -100%;
    }
    .fv-pc-right {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .fv-pc-right-text {
        font-size: 18px;
        font-weight: bold;
        color: #201160;
        text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
        /* text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279416px 0px; */
        text-align: center;
        margin-bottom: 20px;
        padding-top: 80px;
    }
    .fv-pc-right-text span.u-line {
        font-size: 150%;
        position: relative;
    }
    .fv-pc-right-text span.u-line-text {
        position: relative;
        z-index: 1;
    }
    .fv-pc-right-text span.u-line-label {
        content: '';
        width: 100%;
        height: 17px;
        background: #F6FF00;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 0;
        clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    }
    .fv-pc-right-text span.u-kome {
        font-size: 40%;
        position: absolute;
        top: 0;
        right: -10px;
    }
    .fv-pc-right-button {
        position: relative;
    }
    .fv-pc-button {
        background-image: url(../img/fv/fv-button.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        width: 220px;
        height: 100px;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        padding-right: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 10%;
        right: 10%;
        z-index: 1;
        transition: all 0.3s ease;
    }
    .fv-pc-button:hover {
        scale: 1.02;
        opacity: 0.8;
    }
    .fv-pc-button:before {
        content: '';
        display: block;
        width: 15px;
        height: 20px;
        background: #fff;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        clip-path: polygon(0 0, 100% 50%, 0% 100%);
    }
    .fv-pc-right-button .hiromi {
        width: 200px;
        margin: auto;
    }
    .lead-container {
        max-width: none;
    }
    .lead-text2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .lead-text {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1080px;
        margin: auto;
        margin-bottom: 30px;
        padding: 0 20px;
    }
    .lead-text1 {
        font-size: 22px;
    }
    .lead-title {
        min-height: 110px;
        font-size: 34px;
        margin-bottom: 30px;
        background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 0) 100%);
    }
    .lead-title:before, .lead-title:after {
        max-width: 640px;
        left: 50%;
        transform: translateX(-50%);
    }
    .lead-title:before {
        top: 15px;
    }
    .lead-title:after {
        bottom: 15px;
    }
    .lead-column1,
    .lead-column2 {
        grid-template-columns: repeat(4,1fr);
        max-width: 1080px;
        margin: auto;
    }
    .lead-column1-item button,
    .lead-column2-item button {
        font-size: 16px;
    }
    .lead-column1-item {
        min-height: 110px;
    }
    .lead-column2-item {
        min-height: 80px;
    }
    .lead-plus {
        width: 35px;
        height: 35px;
    }
    .lead-plus:before, .lead-plus:after {
        width: 25px;
        height: 4px;
    }
    .lead-column1-item.deco:before, .lead-column1-item.deco:after {
        width: 40px;
        height: 40px;
    }
    .lead-column1-item.star:before {
        width: 140px;
        height: 30px;
        top: 15px;
    }
    .lead-hiromi {
        max-width: 960px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 40px;
        padding-right: 60px;
    }
    .lead-hiromi-text {
        font-size: 25px;
        text-align: left;
        padding: 0;
    }
    .lead-hiromi-text-0 {
        padding-right: 50px;
    }
    .lead-hiromi-text-5 {
        text-align: right;
        display: block;
        position: relative;
    }
    .lead-hiromi-text-5:before {
        right: -50px;
    }
    .lead-hiromi-text-br {
        display: none;
    }
    .lead-hiromi-img {
        width: 250px;
        position: relative;
        top: auto;
        left: auto;
        padding: 0 20px;
    }
    .ranking-title h2 {
        font-size: 32px;
    }
    .ranking-title h2:before, .ranking-title h2:after {
        width: 50px;
    }
    .ranking-title h2:before {
        transform: translateX(-150%);
    }
    .ranking-title h2:after {
        transform: translateX(150%) scaleX(-1);
    }
    .ranking-title img {
        width: 330px;
    }
    .ranking-title {
        margin-bottom: 40px;
    }
    .ranking-title-lead {
        font-size: 32px;
        margin-bottom: 40px;
    }
    .ranking-tab {
        margin-bottom: 40px;
    }
    .ranking-tab-button {
        gap: 15px;
        padding: 0 20px;
    }
    .ranking-tab-button button {
        font-size: 29px;
        min-height: 60px;
        font-weight: bold;
        max-width: 350px;
        cursor: pointer;
    }
    .ranking-tab-button button:not(.is-active):hover {
        background: linear-gradient(110deg,rgb(103, 96, 138) 5.21%,rgb(135, 126, 173) 94.79%);
    }
    .ranking-tab-button:before {
        height: 10px;
        bottom: -10px;
    }
    .ranking-tab-content {
        padding: 40px 20px 0 20px;
    }
    .p-ana .ranking-tab-content {
        padding-top: 0;
    }
    #nagoya .ranking-tab-content {
        padding-top: 0;
    }
    .ranking-tour {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .ranking-tour.business {
        display: none;
    }
    .ranking-tour--single {
        display: grid!important;
        grid-template-columns: 1fr!important;
        max-width: 1080px;
        margin: auto;
        gap: 70px !important;
    }
    .ranking-class {
        display: none;
    }
    .ranking-tour-label {
        font-size: 27px;
        height: 75px;
        margin-bottom: 30px;
        max-width: 470px;
    }
    .ranking-tour-pc > .ranking-tour-label {
        display: flex;
    }
    .ranking-tour-pc-column-business {
        display: block;
    }
    .ranking-tour-pc-column {
        display: grid;
        grid-template-columns: repeat(2,1fr)!important;
        gap: 30px!important;
        max-width: 1080px;
        margin: auto;
    }
    .ranking-tour-item .ranking-tour-label:not(.ana) {
        display: none;
    }
    .ranking-tour--single .ranking-tour-label {
        display: flex!important;
    }
    .ranking-tour-link {
        transition: all 0.3s ease;
    }
    .ranking-tour-link:hover {
        scale: 1.02;
        opacity: 0.8;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .ranking-tour-link-info-title {
        font-size: 18px;
        min-height: 120px;
    }
    .ranking-container[data-tour-id="ana"] .ranking-tour-link-info-title {
        margin-bottom: 0;
    }
    .ranking-tour-link {
        height: 100%;
    }

    .ranking-tour-link-single .ranking-tour-link-info {
        display: none;
    }
    .ranking-tour-link-info-single {
        display: block;
    }
    .ranking-tour-link-visual-bottom object {
        display: none;
    }
    .ranking-class-pc {
        /* max-width: 1080px; */
        margin: auto;
        display: block;
    }
    .ranking-class-pc-wrapper {
        padding: 40px 10px;
    }
    .ranking-container[data-tour-id="ana"] .ranking-class-pc-wrapper,
    .js-ranking-tab-item[data-id="kansai"] .ranking-class-pc-wrapper,
    .js-ranking-tab-item[data-id="nagoya"] .ranking-class-pc-wrapper,
    .js-ranking-tab-item[data-id="torco"] .ranking-class-pc-wrapper,
    .js-ranking-tab-item[data-id="ana"] .ranking-class-pc-wrapper,
    .js-ranking-tab-item[data-id="haneda"] .ranking-class-pc-wrapper,
    .js-ranking-tab-item[data-id="narita"] .ranking-class-pc-wrapper {
        position: relative;
        margin-bottom: 40px;
    }
    .js-ranking-tab-item[data-id="kansai"] .ranking-class-pc-wrapper:before,
    .js-ranking-tab-item[data-id="nagoya"] .ranking-class-pc-wrapper:before,
    .js-ranking-tab-item[data-id="torco"] .ranking-class-pc-wrapper:before,
    .js-ranking-tab-item[data-id="ana"] .ranking-class-pc-wrapper:before,
    .js-ranking-tab-item[data-id="haneda"] .ranking-class-pc-wrapper:before,
    .js-ranking-tab-item[data-id="narita"] .ranking-class-pc-wrapper:before,
    .ranking-container[data-tour-id="ana"] .ranking-class-pc-wrapper:before {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }
    .js-ranking-tab-item[data-id="kansai"] .ranking-class-pc-wrapper:before {
        content: '';
        background-image: url(../img/bg13.webp);
        /* background-image: url(../img/section2/bg1-2.webp); */
        filter: brightness(0.6);
        background-position: 100% 63%;
    }
    .js-ranking-tab-item[data-id="nagoya"] .ranking-class-pc-wrapper:before {
        content: '';
        background-image: url(../img/section2/nagoya.webp);
        /* background-image: url(../img/section2/bg1-2.webp); */
        filter: brightness(0.6);
        background-position: 100% 63%;
    }
    .js-ranking-tab-item[data-id="haneda"] .ranking-class-pc-wrapper:before {
        content: '';
        background-image: url(../img/section2/bg1.webp);
        /* background-image: url(../img/section2/bg1-2.webp); */
        filter: brightness(0.6);
    }
    .js-ranking-tab-item[data-id="narita"] .ranking-class-pc-wrapper:before {
        content: '';
        background-image: url(../img/section2/bg2.webp);
        /* background-image: url(../img/section2/bg2-2.webp); */
        filter: brightness(0.6);
    }
    .js-ranking-tab-item[data-id="torco"] .ranking-class-pc-wrapper:before {
        content: '';
        background-image: url(../img/section2/bg2.webp);
        /* background-image: url(../img/section2/bg2-2.webp); */
        filter: brightness(0.6);
    }
    .js-ranking-tab-item[data-id="ana"] .ranking-class-pc-wrapper:before {
        content: '';
        background-image: url(../img/section2/bg2.webp);
        /* background-image: url(../img/section2/bg2-2.webp); */
        filter: brightness(0.6);
    }
    .ranking-container[data-tour-id="ana"] .ranking-class-pc-wrapper:before {
        content: '';
        background-image: url(../img/section2/ANA_2.webp);
        filter: brightness(0.9);
    }
    .ranking-class-pc h2 {
        font-size: 42px;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
        z-index: 2;
        position: relative;
    }
    .ranking-class-pc-lead {
        font-size: 32px;
        font-family: "Zen Old Mincho", serif;
        font-weight: bold;
        text-align: center;
        color: #644b20;
        z-index: 2;
        position: relative;
    }
    .p-torco .ranking-class-pc h2 {
        color: #fff;
    }
    .p-torco .ranking-class-pc-lead {
        color: #fff;
    }
    .p-ana .ranking-class-pc h2 span {
        position: relative;
    }
    .js-ranking-tab-item[data-id="torco"] .ranking-class-pc-lead,
    .js-ranking-tab-item[data-id="ana"] .ranking-class-pc-lead,
    .js-ranking-tab-item[data-id="torco"] .ranking-class-pc-wrapper h2,
    .js-ranking-tab-item[data-id="ana"] .ranking-class-pc-wrapper h2 {
        color: #fff;
    }
    .ranking-container[data-tour-id="ana"] .ranking-class-pc-lead {
        color: #000;
        color: #fff;
        letter-spacing: 4px;
        text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
        text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
    }
    /* .p-ana .ranking-class-pc h2 span:before {
        content: '';
        width: 88px;
        height: 85px;
        background-image: url(../img/ranking_icon.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-100%,-50%);
    } */
    .ranking-class-pc-column {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 30px;
        max-width: 1080px;
        margin: auto;
    }
    .ranking-class-pc-column-single {
        grid-template-columns: repeat(1,1fr);
    }
    .ranking-class-pc-column-item {
        text-align: center;
        min-height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .ranking-class-pc-column-item:first-child {
        background: linear-gradient(55deg, #003608 16.7%, #000F02 33.25%, #003608 50.77%, #000F02 67.65%, #003608 84.2%);
    }
    .ranking-class-pc-column-item:last-child {
        background: linear-gradient(55.48deg, #201160 16.7%, #060119 33.25%, #201160 50.77%, #060119 67.65%, #201160 84.2%);
    }
    .ranking-class-pc-column-item:last-child h3,
    .ranking-class-pc-column-item:last-child p {
        background: linear-gradient(90deg, #DFB55F 0%, #F9ECC9 27%, #F0D397 51%, #FFFADF 77.5%, #E8BA65 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .ranking-class-pc-column-item h3 {
        font-size: 25px;
        font-weight: bold;
        background: linear-gradient(90deg, #DFB55F 0%, #F9ECC9 27%, #F0D397 51%, #FFFADF 77.5%, #E8BA65 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 1;
    }
    .ranking-class-pc-column-item p {
        font-size: 16px;
    }
    .ranking-class-pc-column-item p span {
        font-size: 14px;
    }
    .ranking-tour-link-visual-bottom-period {
        font-size: 16px;
        min-height: 25px;
    }
    .ranking-tour-pc-column-business .ranking-tour-link-visual-bottom,
    .ranking-tour-link-single .ranking-tour-link-visual-bottom {
        background: linear-gradient(55.48deg, #201160ba 16.7%, #060119ba 33.25%, #201160ba 50.77%, #060119ba 67.65%, #201160ba 84.2%);
    }
    .ranking-tour-pc-column-business .ranking-tour-link-visual-bottom-period,
    .ranking-tour-link-single .ranking-tour-link-visual-bottom-period {
        background: linear-gradient(90deg, #DFB55F 0%, #F9ECC9 27%, #F0D397 51%, #FFFADF 77.5%, #E8BA65 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .ranking-tour-link-info {
        background: linear-gradient(155deg, #F8F8F8 0%, #F8F8F8 35%, transparent 35%, transparent 100%);
    }
    .ranking-tour-link-pc-title {
        background: linear-gradient(155deg, #F8F8F8 0%, #F8F8F8 35%, transparent 35%, transparent 100%);
    }
    .ranking-tour-link.ana .ranking-tour-link-info {
        background: none;
    }
    .ranking-tour-link.ana .ranking-tour-link-info-title {
        min-height: auto;
    }
    .ranking-tour-link-info-options-ana {
        display: grid!important;
    }
    .ranking-tour-link-info-options p {
        font-size: 14px;
        background: #FFFF6E;
        min-height: 38px;
    }
    .ranking-tour-link-info-price-number {
        font-size: 13px;
    }
    .ranking-tour-link-info-price-label {
        font-size: 15px;
    }
    .ranking-tour-link-visual-period {
        font-size: 18px;
        min-height: 25px;
        font-weight: bold;
    }
    .ranking-button {
        font-size: 15px;
        min-height: 45px;
    }
    .ranking-button.pamphlet {
        background: #9B7A43;
        color: #fff;
    }
    .ranking-tour-link-info-departureday p {
        width: 38px;
        height: 38px;
        background: #971431;
        font-size: 22px;
    }
    .ranking-tour-pc-column-business .ranking-tour-link-info-departureday p:not(.departure),
    .ranking-tour-link-single .ranking-tour-link-info-departureday p:not(.departure) {
        background: linear-gradient(51.31deg, #971431 23.1%, #5E091C 36%, #74031C 50%, #5E091C 65.43%, #971431 76.9%);
    }
    .ranking-tour-link-info-departureday .departure {
        font-size: 18px;
    }
    .ranking-tour-link-info-buttons {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }
    .ranking-tour-link-info-buttons object {
        max-width: none;
    }
    .ranking-button span {
        width: 18px;
        height: 18px;
        margin-left: 10px;
    }
    .ranking-button span:before {
        width: 7px;
        height: 7px;
        border-width: 3px;
        transform: translate(-65%, -50%) rotate(45deg);
    }
    .ranking-button.pamphlet span:before {
        border-color: #9B7A43;
    }
    .ranking-tour--single .ranking-tour-item {
        margin-bottom: 0!important;
    }
    .ranking-tour--single .ranking-tour-label {
        margin-top: 0!important;
    }
    .ranking-tour-link-single {
        height: auto;
    }
    .ranking-tour-link-single .ranking-tour-link-visual img {
        aspect-ratio: auto;
        object-fit: cover;
        width: 100%;
    }
    .ranking-tour-link-info-single {
        padding: 20px 70px;
    }
    .ranking-tour-link-info-single-inner {
        display: grid;
        grid-template-columns: 1.5fr 1fr;
        gap: 40px;
        margin-bottom: 20px;
    }
    .ranking-tour-link-info-single-inner-item {
    }
    .ranking-tour-link-single .ranking-tour-link-info-buttons{
        max-width: 400px;
        margin: auto;
    }
    .ranking-tour-link-single .ranking-tour-link-info-title {
        min-height: auto;
    }
    .ranking-tour-link-single .ranking-tour-link-info-options {
        grid-template-columns: 1fr;
    }
    .ranking-tour-link-single .ranking-tour-link-info-price {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .ranking-tour-link-single .ranking-tour-link-info-title {
        margin-bottom: 10px!important;
    }
    .ranking-tour-link-single .ranking-tour-link-info-price-label {
        white-space: nowrap;
    }
    .ranking-tour-link-single .ranking-tour-link-info-price-number {
        line-height: 1;
        white-space: nowrap;
    }
    .button {
        width: fit-content;
        margin: auto;
        padding: 0 30px;
        font-size: 19px;
        min-height: 72px;
        text-align: center;
    }
    .button.big {
        font-size: 22px;
        min-height: 65px;
    }
    .button span {
        width: 22px;
        height: 22px;
        margin-left: 10px;
    }
    .button span:before {
        width: 8px;
        height: 8px;
        border-width: 3px;
        transform: translate(-73%, -50%) rotate(45deg);
    }
    .button.big span {
        width: 27px;
        height: 27px;
        margin-left: 10px;
    }
    .button.big span:before {
        width: 10px;
        height: 10px;
        border-width: 4px;
        transform: translate(-63%, -50%) rotate(45deg);
    }
    .button-pb {
        width: 100%;
        max-width: 385px;
        text-align: center;
    }
    .ranking-wrapper {
        max-width: 985px;
    }
    .ranking-tour-link {
        display: grid;
        grid-template-columns: 1fr;
    }
    .ranking-tour-link-info-buttons:not(.single) {
        margin-top: auto;
    }
    .ranking-tour-link-pc-title {
        display: block;
        padding: 10px;
    }
    .ranking-tour-link-pc {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .ranking-tour-link.ana .ranking-tour-link-info .ranking-tour-link-info-title,
    .ranking-tour-link.ana .ranking-tour-link-info .ranking-tour-link-info-options {
        display: none;
    }
    .ranking-tour-link-info {
        display: flex;
        flex-direction: column;
    }
    .ranking-tour-link-info-options {
        margin-bottom: 10px;
    }
    .ranking-tour-link-info-labels p {
        font-size: 13px;
    }
    .ranking-tour-link-info-buttons.single {
        display: flex;
    }
    .ranking-tour-link-info-lead {
        margin-bottom: 10px;
        margin-top: 0;
    }
    .ranking-tour-label.ana {
        max-width: 580px;
    }
    .ranking-tour-label.a-long {
        font-size: 22px;
        text-align: center;
        max-width: 740px;
        height: 110px;
    }
    .p-ana .ranking-tour-link-info-title {
        font-size: 19px;
    }
    .p-ana .ranking-tour-link-info-title-ana {
        font-size: 16px;
    }
    .ranking-tour-link-info-title--nagoya {
        font-size: 19px!important;
        letter-spacing: -0.01em;
    }
    .step3-title-img {
        display: none;
    }
    .step3-title-text {
        display: flex;
        align-items: flex-end;
        position: relative;
        width: 100%;
        justify-content: center;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .step3-title-text:before {
        content: '';
        background-image: url(../img/line.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        max-width: 960px;
        height: 14px;
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
    }
    .step3-title-text-2:before {
        content: none;
    }
    .step3-title-text-1 {
        font-size: 26px;
        margin-right: 10px;
    }
    .step3-title-text-2 {
        font-size: 34px;
    }
    .step3-title-text-2 span {
        padding: 0 10px;
        line-height: 0.5;
    }
    .step3-list {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        padding-top: 60px;
        max-width: 1080px;
        margin: auto;
    }
    .step3-list-item {
        background: none;
        min-height: 110px;
    }
    .step3-list-item:not(:last-child) {
        margin-bottom: 0;
    }
    .step3-list-item:not(:last-child):before {
        width: 20px;
        height: 20px;
        bottom: auto;
        left: auto;
        right: -10px;
        top: 50%;
        transform: translate(0, -50%);
        clip-path: polygon(0 0, 100% 50%, 0 100%);
    }
    .step3-list-item:after {
        content: '';
        width: 100%;
        height: 100%;
        background: #EBEBEB;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        clip-path: polygon(60px 0, 100% 0, calc(100% - 60px) 100%, 0 100%);
    }
    .step3-list-item .step {
        z-index: 1;
        font-size: 38px;
        right: auto;
        left: 0;
        width: 100%;
        text-align: center;
        padding-left: 60px;
    }
    .step3-list-item .step-text {
        position: relative;
        z-index: 1;
        font-size: 16px;
        text-align: center;
    }
    .step3-list-item:last-child {
        background: none;
    }
    .step3-list-item:last-child:after {
        background: #F8F869;
    }
    .u-pc-only {
        display: block!important;
    }
    .u-sp-only {
        display: none!important;
    }
    .step3-credit-title {
        font-size: 22px;
    }
    .step3-credit-text {
        font-size: 16px;
    }
    .step3-credit-img img {
        max-width: 450px;
    }
    .step3-credit-img {
        width: fit-content;
        padding: 20px 60px;
        margin-bottom: 20px;
    }
    .step3-credit-lead {
        font-size: 18px;
    }
    .step3-credit-list p {
        font-size: 18px;
    }
    .step3-credit-list p:before {
        width: 23px;
        height: 23px;
        margin-right: 20px;
    }
    .step3-credit-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        flex-direction: row;
    }
    .step3-credit-list-container {
        max-width: 760px;
        padding: 0 20px;
    }
    .step3-img {
        max-width: 1280px;
        margin: auto;
    }
    .voice-title h2 {
        position: relative;
        min-height: 85px;
        font-size: 32px;
        max-width: 510px;
        margin: auto;
        margin-bottom: 50px;
        flex-direction: row;
    }
    .voice-title h2 .v-lead {
        font-size: 22px;
        margin-top: 0;
        margin-left: 10px;
    }
    .voice-title h2:before,
    .voice-title h2:after {
        content: '';
        width: 100%;
        height: 35px;
        background-image: url(../img/line4.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        max-width: 580px;
    }
    .voice-title h2:before {
        top: 0;
        transform: translateY(-100%);
    }
    .voice-title h2:after {
        bottom: 0;
        transform: translateY(100%) scaleY(-1);
    }
    .voice-title h2 .v-ashirai {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        
    }
    .voice-title h2 .v-ashirai:before,
    .voice-title h2 .v-ashirai:after {
        content: '';
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, #DFB55F 0%, #F9ECC9 27%, #F0D397 51%, #FFFADF 77.5%, #E8BA65 100%);
        position: absolute;
        left: 0;
    }
    .voice-title h2 .v-ashirai:before {
        top: 5px;
    }
    .voice-title h2 .v-ashirai:after {
        bottom: 5px;
    }
    .voice-title p {
        font-size: 22px;
        line-height: 1.5;
        font-weight: bold;
        padding: 0;
        margin-bottom: 20px;
    }
    .voice-title:before,
    .voice-title:after {
        content: none;
    }
    .voice {
        padding: 40px 0 20px;
        padding-bottom: 80px;
    }
    .voice-list-item {
        flex-direction: column;
        gap: 0;
    }
    .voice-list-item.reverse {
        flex-direction: column;
    }
    .voice-list {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 30px;
        max-width: 1080px;
        padding: 0;
        padding: 0 20px;
    }
    .voice-list-item:not(:last-child) {
        margin-bottom: 0;
    }
    .voice-list-item.reverse .voice-list-item-text-label {
        left: -20px;
        right: auto;
    }
    .voice-list-item-text-letter {
        height: 90px;
        font-size: 14px;
    }
    .voice-list-item-text-label {
        font-size: 17px;
        min-height: 35px;
        top: -30px;
    }
    .voice-list-item-img img {
        width: 160px;
    }
    .voice-kutikomi:before,
    .voice-kutikomi:after {
        content: none;
    }
    .voice-kutikomi {
        padding: 0 20px;
        padding-top: 60px;
    }
    .voice-kutikomi h2 {
        font-size: 28px;
    }
    .voice-kutikomi-list {
        max-width: 1080px;
    }
    .voice-kutikomi-list-date,
    .voice-kutikomi-list-title {
        font-size: 17px;
    }
    .voice-kutikomi-list-content {
        font-size: 16px;
    }
    .voice-kutikomi-list-item {
        padding: 20px 30px;
    }
    .voice-kutikomi-list-link {
        font-size: 18px;
        padding-right: 13px;
    }
    .voice-kutikomi-list-link:before {
        width: 9;
        height: 9;
        border-width: 2px;
    }
    .voice-kutikomi-button-item {
        max-width: 300px;
        font-size: 22px;
        transition: all 0.3s ease;
    }
    .voice-kutikomi-button-item:hover {
        background: #fff;
        color: #2E160C;
        outline: 1px solid #2E160C;
        opacity: 1;
    }
    .voice-kutikomi-button-item:hover:before {
        transition: all 0.3s ease;
    }
    .voice-kutikomi-button-item:hover:before {
        filter: brightness(0) saturate(100%) invert(10%) sepia(14%) saturate(2225%) hue-rotate(333deg) brightness(96%) contrast(99%);
    }
    .sec7 {
        
    }
    .sec7-title {
        display: none;
    }
    .sec7-pc-title {
        display: block;
        position: absolute;
        min-height: 176px;
        max-width: 295px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        top: 30px;
        right: 30px;
        width: 100%;
        background: #971431;
        outline: 1px solid #fff;
        outline-offset: -8px;
        z-index: 2;
        color: #fff;
    }
    .sec7-img {
        position: relative;
        max-width: 1280px;
        margin: auto;
        border-top: 16px solid #971431;
    }
    .sec7-pc-title .d-1,
    .sec7-pc-title .d-2 {
        position: absolute;
        width: calc(100% - 16px);
        height: calc(100% - 16px);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
    .sec7-pc-title .d-1:before,
    .sec7-pc-title .d-1:after,
    .sec7-pc-title .d-2:before,
    .sec7-pc-title .d-2:after {
        content: '';
        width: 24px;
        height: 24px;
        background-image: url(../img/deco7.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
    }
    .sec7-pc-title .d-1:before {
        top: 0;
        left: 0;
        scale: -1 1;
    }
    .sec7-pc-title .d-1:after { 
        top: 0;
        right: 0;
    }
    .sec7-pc-title .d-2:before {
        bottom: 0;
        left: 0;
        scale: -1 -1;
    }
    .sec7-pc-title .d-2:after {
        bottom: 0;
        right: 0;
        scale: 1 -1;
    }
    .sec7-pc-title .t-1 {
        font-size: 24px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .sec7-pc-title .t-2 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .sec7-pc-title .t-3 {
        font-size: 12px;
    }
    .sec7-pc-title .t-3 span {
        font-size: 15px;
    }
    .sec7-pc-title-2 {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
        z-index: 2;
        display: block;
        bottom: 0;
        background: #ffffffcf;
        padding: 10px;
    }
    .sec7-pc-title-2 .t-1 {
        font-size: 24px;
        margin-bottom: 15px;
        font-weight: bold;
        /* text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px; */
        
        /* background-color: rgba(0, 0, 0, 0.5); */
        /* color: white; */
        /* padding: 0.5em; */
    }
    .sec7-pc-title-2 .t-2 {
        font-size: 16px;
        font-weight: bold;
        /* text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px; */
        
        /* background-color: rgba(0, 0, 0, 0.5); */
        /* color: white; */
        /* padding: 0.5em; */
    }
    .sec7-links {
        max-width: 1280px;
        margin: auto;
        background-image: url(../img/bg2.webp);
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 50% 100%, 0 calc(100% - 60px));
        padding: 45px 20px 75px 20px;
    }
    .sec7-links-title {
        padding: 10px 75px;
        min-height: 120px;
    }
    .sec7-links-title p {
        font-size: 26px;
    }
    .sec7-links-column {
        border-radius: 0;
        grid-template-columns: repeat(5, 1fr);
    }
    .sec7-links-column-wrapper {
        padding-bottom: 20px;
        margin-top: 0;
    }
    .sec7-links-column-item {
        grid-column: auto!important;
        grid-row: auto!important;
        font-size: 26px;
        min-height: 65px;
        transition: all 0.3s ease;
    }
    .sec7-links-column-item:hover {
        background: #fff;
        color: #201160;
        border: 2px solid #201160;
        opacity: 1;
        cursor: pointer;
    }
    .sec7-links-column {
        padding: 15px 20px;
    }
    .sec7-links-title-label {
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-50%, -20%);
        width: 150px;
        height: 80px;
        background-image: url(../img/deco8.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 2;
        color: #971431;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 26px;
        font-weight: bold;
    }
    .sec7-links-title-container {
        position: relative;
        width: fit-content;
        min-height: 120px;
        margin: auto;
    }
    .sec7-youtube {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: flex-end;
        max-width: 1280px;
        padding: 15px 55px 0 55px;
        gap: 20px;
    }
    .sec7-youtube-title {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }
    .sec7-youtube-title h2 {
        font-size: 24px;
        color: #AE1616;
        font-weight: bold;
        min-height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        background: #EAEAEA;
        border-radius: 7px;
        padding: 5px 20px;
        font-family: noto-sans;
    }
    .sec7-youtube-title h2:before {
        content: none;
    }
    /* .sec7-youtube-title h2:before {
        content: '';
        background-image: url(../img/youtube_icon.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        width: 55px;
        height: 55px;
        position: absolute;
        top: -27px;
        right: -21px;
        left: auto;
        transform: none;
    } */
    .sec7-youtube-title h2:after {
        content: none;
    }
    .sec7-youtube-title .hiromi {
        display: block;
    }
    .sec7-youtube-title .hiromi:before {
        left: 13%;
    }
    .sec7-youtube-title .hiromi img {
        width: 300px;
    }
    .sec7-youtube-thumbnail {
        margin: 0;
        max-width: 385px;
        margin-bottom: 55px;
    }
    .sec7-youtube-title h2 {
        font-size: 17px;
        text-align: center;
        margin-bottom: 20px;
    }
    .point {
        
    }
    .point-anker {
        height: 0;
        margin: 0;
    }
    .point-title {
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 20px 10px;
    }
    .point-title-img {
        display: none;
    }
    .point-title h2 {
        display: flex;
        align-items: flex-end;
        height: 100%;
        justify-content: center;
        font-size: 22px;
    }
    .point-text-pc {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .point-text-pc p {
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }
    .point-title-pc-wrapper {
        max-width: 1100px;
        margin: auto;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        min-height: 145px;
        border: 5px solid #F9ECC9;
        position: relative;
    }
    .point-title-pc-wrapper:before {
        content: '';
        width: 6px;
        height: calc(100% - 30px);
        background: #F9ECC9;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .point-text-pc {
        height: 100%;
    }
    .point-title-img {
        height: 100%;
    }
    .point-title h2 .t-2-1 {
        width: auto;
        float: none;
        height: 100%;
        display: flex;
        align-items: center;
        padding-top: 20px;
    }
    .point-title h2 .t-1 {
        font-size: 126%;
        margin-top: 10px;
        margin-bottom: 11px;
    }
    .point-title h2 .t-2 {
        font-size: 237%;
        margin-left: 10px;
    }
    .point-title h2 .t-3 {
        font-size: 129%;
        margin-top: 30px;
    }
    .point-title h2 .t-pc {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        float: none;
    }
    .point-title:before {
        content: none;
    }
    .point-lead {
        display: none;
    }
    .point-list {
        max-width: 1080px;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 50px;
    }
    .point-item {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    .point-item-accordion {
        flex: 1;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .point-item-accordion:hover {
        scale: 1.02;
    }
    .point-item-accordion-frame {
        height: 100%;
    }
    .point-item-accordion-title-lead {
        min-height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .point-item:last-child {
        margin-bottom: 20px;
    }
    .point-item-accordion-title {
        min-height: 125px;
    }
    .point-item-accordion-title-text {
        font-size: 20px;
    }
    .point-item-accordion-title-lead {
        font-size: 18px;
    }
    .point-item-accordion-title:not(:has(.point-item-accordion-title-lead)) {
        justify-content: center;
    }
    .point-list {
        display: none;
    }
    .point-list-pc {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 10px;
        max-width: 1080px;
        margin: auto;
        padding: 55px 10px;
    }
    .support {
        padding-bottom: 0;
    }
    .support-fv-title {
        font-size: 26px;
    }
    .support-fv-logo-air {
        width: 180px;
    }
    .support-fv-logo-logo {
        width: 380px;
    }
    .support-fv-lead {
        font-size: 18px;
    }
    .support-fv-lead br {
        display: none;
    }
    .support-bg1-wrapper,
    .support-bg2-wrapper,
    .support-bg3-wrapper {
        padding: 0 20px;
    }
    .support-heading {
        max-width: 640px;
        margin: auto;
    }
    .support-heading h2 {
        font-size: 30px;
    }
    .support-heading p {
        font-size: 24px;
    }
    .support-heading p span:before, .support-heading p span:after {
        width: 45px;
        height: 90px;
    }
    .support-fv {
        padding-bottom: 260px;
        background-image: url(../img/bg11.webp);
    }
    .support-heading.top {
        margin-top: -110px;
    }
    .support-point-heading {
        max-width: 600px;
    }
    .support-point-heading-icon {
        width: 90px;
        height: 90px;
    }
    .support-point-heading-icon img {
        width: 45px;
    }
    .support-point-heading-text {
        font-size: 22px;
        padding: 15px 15px 15px 25px;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
    }
    .support-point-heading-icon:before {
        font-size: 20px;
        top: -10px;
        left: -19px;
        text-shadow: rgb(255, 255, 255) 4px 0px 0px, rgb(255, 255, 255) 3.87565px 0.989616px 0px, rgb(255, 255, 255) 3.51033px 1.9177px 0px, rgb(255, 255, 255) 2.92676px 2.72656px 0px, rgb(255, 255, 255) 2.16121px 3.36588px 0px, rgb(255, 255, 255) 1.26129px 3.79594px 0px, rgb(255, 255, 255) 0.282949px 3.98998px 0px, rgb(255, 255, 255) -0.712984px 3.93594px 0px, rgb(255, 255, 255) -1.66459px 3.63719px 0px, rgb(255, 255, 255) -2.51269px 3.11229px 0px, rgb(255, 255, 255) -3.20457px 2.39389px 0px, rgb(255, 255, 255) -3.69721px 1.52664px 0px, rgb(255, 255, 255) -3.95997px 0.56448px 0px, rgb(255, 255, 255) -3.97652px -0.432781px 0px, rgb(255, 255, 255) -3.74583px -1.40313px 0px, rgb(255, 255, 255) -3.28224px -2.28625px 0px, rgb(255, 255, 255) -2.61457px -3.02721px 0px, rgb(255, 255, 255) -1.78435px -3.57996px 0px, rgb(255, 255, 255) -0.843183px -3.91012px 0px, rgb(255, 255, 255) 0.150409px -3.99717px 0px, rgb(255, 255, 255) 1.13465px -3.8357px 0px, rgb(255, 255, 255) 2.04834px -3.43574px 0px, rgb(255, 255, 255) 2.83468px -2.82216px 0px, rgb(255, 255, 255) 3.44477px -2.03312px 0px, rgb(255, 255, 255) 3.84068px -1.11766px 0px, rgb(255, 255, 255) 3.9978px -0.132717px 0px;
    }
    .support-point-heading:after {
        width: 75px;
        height: 2px;
        bottom: 20px;
        right: 20px;
    }
    .support-point-heading-text:before {
        width: calc(100% - 15px);
        height: calc(100% - 15px);
        clip-path: polygon(0% 0%, 0 2px, calc(100% - 2px) 2px, calc(100% - 2px) calc(100% - 2px), 0 calc(100% - 2px), 0 100%, 100% 100%, 100% 0%);
    }
    .support-point {
        padding: 100px 30px 35px 30px;
        max-width: 1140px;
        margin: auto;
        border: 5px solid #D1B463;
        margin-top: 81px;
        margin-bottom: 45px;
    }
    .support-point-pc-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
    .support-point-line span {
        font-size: 21px;
    }
    .support-point-check p {
        font-size: 16px;
    }
    .support-point-check:before {
        width: 23px;
        height: 23px;
    }
    .support-point-check {
        padding-left: 45px;
    }
    .support-point-text {
        font-size: 16px;
        padding: 0;
    }
    .support-box-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        padding: 0;
    }
    .support-box {
        max-width: 810px;
        margin: auto;
        margin-bottom: 0;
    }
    .support-box-frame h3 {
        font-size: 22px;
    }
    .support-box-frame h3 br {
        display: none;
    }
    .support-box-content p {
        font-size: 16px;
        padding: 10px;
    }
    .support-box-content img {
        margin-bottom: 0;
        height: 100%;
        object-fit: cover;
    }
    .support-sub-pc {
        display: flex;
        max-width: 1140px;
        margin: auto;
    }
    .support-sub-pc-img {
        display: block;
        padding-left: 60px;
    }
    .support-sub-pc-img img {
        width: 260px;
    }
    .support-sub-heading p {
        min-height: 80px;
        font-size: 18px;
        font-weight: bold;
        width: calc(50% + 34px);
    }
    .support-sub-heading p:nth-child(1) {
        clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%);
    }
    .support-sub-heading p:nth-child(2) {
        clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%);
    }
    .support-sub-pc-content {
        padding-top: 80px;
        flex: 1;
    }
    .support-text2 {
        font-size: 26px;
        font-weight: bold;
        position: relative;
        /* text-stroke: 8px white;
        -webkit-text-stroke: 8px white; */
        /* text-shadow: rgb(255, 255, 255) 6px 0px 0px, rgb(255, 255, 255) 5.91686px 0.995377px 0px, rgb(255, 255, 255) 5.66974px 1.96317px 0px, rgb(255, 255, 255) 5.2655px 2.87655px 0px, rgb(255, 255, 255) 4.71532px 3.71022px 0px, rgb(255, 255, 255) 4.03447px 4.44106px 0px, rgb(255, 255, 255) 3.24181px 5.04883px 0px, rgb(255, 255, 255) 2.35931px 5.51667px 0px, rgb(255, 255, 255) 1.41143px 5.83163px 0px, rgb(255, 255, 255) 0.424423px 5.98497px 0px, rgb(255, 255, 255) -0.574341px 5.97245px 0px, rgb(255, 255, 255) -1.55719px 5.79441px 0px, rgb(255, 255, 255) -2.49688px 5.45578px 0px, rgb(255, 255, 255) -3.36738px 4.96596px 0px, rgb(255, 255, 255) -4.14455px 4.33852px 0px, rgb(255, 255, 255) -4.80686px 3.59083px 0px, rgb(255, 255, 255) -5.33596px 2.74364px 0px, rgb(255, 255, 255) -5.71718px 1.8204px 0px, rgb(255, 255, 255) -5.93995px 0.84672px 0px, rgb(255, 255, 255) -5.99811px -0.150428px 0px, rgb(255, 255, 255) -5.89004px -1.14341px 0px, rgb(255, 255, 255) -5.61874px -2.1047px 0px, rgb(255, 255, 255) -5.19172px -3.00766px 0px, rgb(255, 255, 255) -4.62082px -3.82727px 0px, rgb(255, 255, 255) -3.92186px -4.54081px 0px, rgb(255, 255, 255) -3.11421px -5.12852px 0px, rgb(255, 255, 255) -2.22026px -5.57409px 0px, rgb(255, 255, 255) -1.26477px -5.86518px 0px, rgb(255, 255, 255) -0.274238px -5.99373px 0px, rgb(255, 255, 255) 0.723898px -5.95617px 0px, rgb(255, 255, 255) 1.70197px -5.75355px 0px, rgb(255, 255, 255) 2.63288px -5.39147px 0px, rgb(255, 255, 255) 3.49082px -4.87998px 0px, rgb(255, 255, 255) 4.25202px -4.23324px 0px, rgb(255, 255, 255) 4.89538px -3.46919px 0px, rgb(255, 255, 255) 5.40307px -2.60899px 0px, rgb(255, 255, 255) 5.76102px -1.67649px 0px, rgb(255, 255, 255) 5.95932px -0.697531px 0px; */
    }
    .support-text2:before {
        content: '24時間安心のWサポート';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        background: linear-gradient(92deg, #201160 0.46%, #3215AD 52.21%, #703DE7 99.04%);
        background-clip: text;
        -webkit-background-clip: text;
        text-fill-color: transparent;
        -webkit-text-fill-color: transparent;
        z-index: 1;
        font-size: 26px;
        width: 100%;
    }
    .support-text2:after {
        content: '24時間安心のWサポート';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        color: #fff;
        text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
        z-index: 0;
        font-size: 26px;
        width: 100%;
    }
    .support-point.u-mt-0 {
        margin-top: 0;
    }
    .support-point-guide {
        flex-direction: column;
    }
    .support-point-guide-img {
        display: flex;
        align-items: flex-end;
        width: fit-content;
        max-width: none;
    }
    .support-point-guide-img-wrapper {
        max-width: 160px;
        width: 100%;
        margin-bottom: 0;
    }
    .support-point-guide-img p {
        font-size: 14px;
        font-weight: bold;
        padding-left: 10px;
    }
    .support-point-guide-text {
        font-size: 16px;
    }
    .support-box2 {
        margin: 0;
        border: none;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        background: none;
    }
    .support-point:has(.support-box2) {
        padding-bottom: 0;
    }
    .support-box2-heading p {
        font-size: 20px;
    }
    .support-box2-column-text {
        font-size: 20px;
    }
    .support-box2-column-text p {
        text-align: left;
    }
    .support-box2-heading span {
        width: 22px;
        height: 22px;
    }
    .support-box2-heading span:before, .support-box2-heading span:after {
        width: 12px;
        height: 3px;
    }
    .support-box2-column-img {
        width: 130px;
    }
    .support-point-pc-item:has(.point-button) {
        display: flex;
        flex-direction: column;
    }
    .support-point-pc-item .point-button {
        margin-top: auto;
        margin-bottom: 20px;
    }
    .support-point-pc-item .button {
        width: 100%;
        font-size: 16px;
        padding: 0 15px;
        min-height: 60px;
    }
    .button,
    .button span,
    .button span:before {
        transition: all 0.3s ease;
    }
    .button:hover {
        background: #fff;
        color: #201160;
        border: 2px solid #201160;
        opacity: 1;
    }
    .button:hover span {
        background: #201160;
    }
    .button:hover span:before {
        border-color: #fff;
    }
    .support-campaign-content {
        border: none;
        background: none;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 15px;
    }
    .support-campaign-content > p {
        display: none;
    }
    .support-campaign-pc {
        background: #fff;
        height: 100%;
        width: 100%;
        position: relative;
        text-align: center;
        color: #201160;
        outline: 1px solid #201160;
        outline-offset: -10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .support-campaign-pc > p {
        font-size: 14px;
    }
    .support-campaign-pc-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 24px);
        height: calc(100% - 24px);
    }
    .support-campaign-pc-icon:before,
    .support-campaign-pc-icon:after {
        content: '';
        width: 15px;
        height: 15px;
        background: #201160;
        position: absolute;
    }
    .support-campaign-pc-icon:nth-child(1):before {
        top: 0;
        left: 0;
        clip-path: polygon(0 0, 100% 0, 0 100%);
    }
    .support-campaign-pc-icon:nth-child(1):after {
        top: 0;
        right: 0;
        clip-path: polygon(0 0, 100% 0, 100% 100%);
    }
    .support-campaign-pc-icon:nth-child(2):before {
        bottom: 0;
        left: 0;
        clip-path: polygon(0 0, 100% 100%, 0 100%);
    }
    .support-campaign-pc-icon:nth-child(2):after {
        bottom: 0;
        right: 0;
        clip-path: polygon(100% 0, 100% 100%, 0 100%);
    }
    .support-campaign {
        border: none;
        background: none;
        max-width: 1140px;
        margin: auto;
    }
    .support-campaign-heading {
        font-size: 34px;
        font-weight: bold;
        color: #fff;
        position: relative;
        text-shadow: rgb(32, 17, 96) 3px 0px 0px, rgb(32, 17, 96) -0.16513px 5.981584px 0px, rgb(32, 17, 96) 4.35766px 6.85511px 0px, rgb(32, 17, 96) 1.62091px 7.52441px 0px, rgb(32, 17, 96) 4px 7px 0px, rgb(32, 17, 96) -0.287171px 6.98622px 0px, rgb(32, 17, 96) 2px 6px 0px, rgb(32, 17, 96) -2.07227px 2.16926px 0px, rgb(32, 17, 96) 6px 6px 0px, rgb(32, 17, 96) -2.96998px 0.42336px 0px, rgb(32, 17, 96) -2.94502px -0.571704px 0px, rgb(32, 17, 96) -2.59586px -1.50383px 0px, rgb(32, 17, 96) -1.96093px -2.27041px 0px, rgb(32, 17, 96) -1.11013px -2.78704px 0px, rgb(32, 17, 96) -0.137119px -2.99686px 0px, rgb(32, 17, 96) 0.850987px -2.87677px 0px, rgb(32, 17, 96) 1.74541px 4.56001px 0px, rgb(32, 17, 96) 2.44769px -1.73459px 0px, rgb(32, 17, 96) 3.88051px 3.161753px 0px;
    }
    .support-campaign-heading span {
        position: relative;
    }
    .support-campaign-heading span:after {
        content: '';
        width: 64px;
        height: 73px;
        background-image: url(../img/deco9.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: -25px;
        right: -50px;
    }
    .support-campaign-content img {
        max-width: none;
        margin: 0;
    }
    .support-campaign-img {
        padding: 10px;
        background: #fff;
    }
    .support-bg1-wrapper {
        background-image: url(../img/bg7.webp);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    .support-bg1-container,
    .support-bg2-container,
    .support-bg3-container {
        transform: translateY(-100px);
    }
    .support-bg1-container,
    .support-bg2-container {
        padding-bottom: 40px;
    }
    .support-bg2-wrapper {
        background-image: url(../img/bg8.webp);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    .support-bg3-wrapper {
        background-image: url(../img/bg9.webp);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    .seat {
        margin-top: -70px;
        z-index: 5;
        position: relative;
    }
    .seat-pc-heading {
        display: block;
        text-align: center;
        padding: 25px 0 40px 0;
    }
    .seat-pc-heading h2 {
        font-size: 28px;
        font-weight: bold;
        color: #FFFADF;
        position: relative;
    }
    .seat-pc-heading h2:before {
        content: '';
        width: 310px;
        height: 14px;
        background-image: url(../img/deco10.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 50%;
        bottom: -6px;
        transform: translate(-50%, 100%);
    }
    .seat {
        background: #2E160C;
    }
    .seat-pc-column {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 45px;
    }
    .seat-container {
        max-width: 1140px;
        margin: auto;
    }
    .seat-content {
        padding: 0;
    }
    .seat-content-wrapper {
        padding: 35px;
    }
    .seat-content-heading {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .seat-accordion {
        margin-top: 30px;
        max-width: none;
    }
    .seat-accordion-button {
        font-size: 18px;
    }
    .seat-accordion-content-text {
        font-size: 14px;
    }
    .seat-accordion-button {
        pointer-events: none;
    }
    .seat-accordion-button:before {
        content: none;
    }
    .seat-accordion-content-img {
        width: 125px;
    }
    .seat-accordion-content-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .seat-accordion-content-text {
        width: auto;
        flex: 1;
    }
    .seat-heading {
        font-size: 24px;
        height: 80px;
    }
    .seat-heading br {
        display: none;
    }
    .seat-content {
    }
    .spot-compare {
        background: #281809;
    }
    .spot-compare-button {
        pointer-events: none;
        background: none;
        outline: none;
        font-size: 24px;
        padding: 40px 10px;
    }
    .spot-compare-button br {
        display: none;
    }
    .spot-compare-button span {
        display: none;
    }
    .spot-compare-table {
        max-width: 760px;
        border-spacing: 20px 0;
    }
    .spot-compare-table th:not(:first-child) {
        width: 15%;
        padding: 7px 0;
    }
    .spot-compare-table thead:after {
        height: 15px;
    }
    .spot-compare-content-wrapper {
        padding-top: 0;
    }
    .spot-compare-table td, .spot-compare-table th {
        font-size: 20px;
        padding: 9px 0;
    }
    .spot-compare-table th:not(:first-child) span {
        font-size: 210%;
        display: inline-block;
    }
    .spot-compare-table th:not(:first-child) {
        font-size: 18px;
    }
    .spot-fv {
        overflow: hidden;
    }
    .spot-fv-wrapper {
        max-width: 750px;
        margin: auto;
        padding: 60px 20px;
    }
    .spot-optional-slider-heading {
        font-size: 16px;
    }
    .spot-fv-title {
        font-size: 22px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        gap: 15px;
    }
    .spot-fv-lead {
        font-size: 26px;
        padding-bottom: 30px;
    }
    .spot-fv-text {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px;
    }
    .spot-fv-text2 {
        font-size: 20px;
        text-align: center;
    }
    .spot-fv-bg img {
        display: none;
    }
    .spot-fv-bg {
        width: 101%;
        height: 101%;
    }
    .spot-fv-bg:before {
        content: '';
        background-image: url(../img/bg3.webp);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 1140px;
        height: calc(100% - 40px);
        width: 100%;
    }
    .spot-heading-wrapper br {
        display: none;
    }
    .spot-heading {
        font-size: 20px;
        padding: 35px 10px;
    }
    .spot-accordion-button {
        pointer-events: none;
        gap: 0;
        max-width: 1140px;
        margin: auto;
        align-items: flex-end;
    }
    .spot-accordion-button-text span {
        display: none;
    }
    .spot-accordion-button-text {
    }
    .spot-pc-title {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
    }
    .spot-accordion-button-text p {
        font-size: 24px;
    }
    .spot-pc-text {
        padding: 15px 20px;
        background: #fff;
        box-shadow: 0px 4px 4px 0px #00000040;
        border-radius: 8px;
        font-size: 14px;
        text-align: left;
        margin-left: -25px;
    }
    .spot-accordion-button-img {
        width: 350px;
        padding-bottom: 25px;
    }
    .spot-accordion-button-text {
        width: auto;
        flex: 1;
        padding-bottom: 0;
    }
    .spot-accordion {
        background: #F3E7D8;
        padding: 40px 10px;
    }
    .spot-pc-title img {
        width: 60px;
        z-index: 1;
        position: relative;
    }
    .spot-pc-title-icon {
        position: relative;
    }
    .spot-pc-title-icon:before {
        content: '';
        width: 45px;
        height: 45px;
        background: #fff;
        border-radius: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .spot-area > img {
        max-width: 1140px;
    }
    .spot-area {
        padding: 40px 10px;
    }
    .spot-area-buttons {
        max-width: 1140px;
        margin: auto;
        grid-template-columns: repeat(6, 1fr);
        gap: 0 5px;
        padding-top: 20px;
    }
    .spot-area-button {
        font-size: 15px;
        min-height: 55px;
    }
    .spot-area-button:not(.is-active):hover {
        border-width: 4px;
        opacity: 1;
    }
    .spot-area-content {
        padding-top: 50px;
    }
    .spot-area-content-item h3 {
        background: none;
        position: relative;
        margin-bottom: 20px;
        font-size: 28px;
        padding: 5px 10px 10px 10px;
    }
    .spot-area-content-item h3:before {
        content: '';
        width: 500px;
        height: 100%;
        background-image: url(../img/section11/icon2.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .spot-area-content-item h3 .u-main {
        font-size: 18px;
    }
    .spot-area-content-item h3 .u-wrap {
        position: relative;
        z-index: 1;
    }
    .spot-area-content-item {
        background: none;
        max-width: 1140px;
        margin: auto;
    }
    .post-area-column-item * {
        min-height: 0;
        min-width: 0;
    }
    .post-area-column {
        display: flex;
        margin-left: -10px;
        margin-right: -10px;
    }
    .post-area-column-item {
        width: 50%;
        padding: 0 10px;
    }
    .spot-area-content-item-wrapper {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0px 4px 4px 0px #00000040;
        padding: 30px 25px 20px 25px;
    }
    .spot-area-content-prev-next {
        display: none;
    }
    .point-optional-wrapper {
        background: #fff;
    }
    .spot-optional-container {
        max-width: 1140px;
        margin: auto;
        padding: 30px 20px;
        padding-bottom: 0;
    }
    .spot-optional-slider-wrapper {
        margin: 0;
        margin-bottom: 0!important;
    }
    .spot-optional-box-text {
        padding: 0;
        padding-top: 10px;
    }
    .spot-optional-column {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 20px;
    }
    .spot-optional-column * {
        min-height: 0;
        min-width: 0;
    }
    .spot-optional-heading {
        margin-bottom: 30px;
    }
    .spot-optional-heading p {
        font-size: 26px;
    }
    .spot-optional-heading h3 {
        font-size: 24px;
    }
    .spot-optional-heading h3 br {
        display: none;
    }
    .spot-optional-box img {
        max-width: none;
        aspect-ratio: 8/6;
        object-fit: cover;
        margin-bottom: 35px;

    }
    .spot-optional-column .t-slider-item img {
        aspect-ratio: 8/6;
        object-fit: cover;
    }
    .spot-optional-box {
        margin: 0;
    }
    .t-slider .slick-slide img {
        height: auto;
    }
    .h {
        z-index: 9000;
    }
    .modal-content p {
        font-size: 22px;
    }
    .modal-content-inner {
        padding: 60px 40px 40px 40px;
    }
    .modal-content:has(.modal-content-inner) p {
        font-size: 20px;
    }
    .modal-content:has(.modal-content-inner):before {
        top: 20px;
        left: 20px;
    }
    .modal-content:has(.modal-content-inner):after {
        bottom: 20px;
        right: 20px;
    }
    .spot-optional-slider-wrapper .t-slider {
        width: 100%;
    }
    .spot {
        padding-bottom: 0;
    }
    .class {
        content-visibility: visible!important;
    }
    .class-heading {
        height: 155px;
        position: relative;
    }
    .class-heading-wrapper {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: flex-end;
        gap: 60px;
        width: 100%;
        justify-content: center;
    }
    .class-heading span {
        font-size: 23px;
        padding-bottom: 35px;
    }
    .class-heading img {
        width: 225px;
    }
    .class-airlines {
        padding: 50px 0;
        margin: 0;
    }
    .class-airlines-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 20px;
        max-width: 1140px;
        margin: auto;
        padding: 0 20px;
    }
    .class-airlines-content {
        padding: 0;
        padding-top: 10px;
    }
    .class-airlines-img {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .class-airlines-img img:first-child {
        width: 220px;
    }
    .class-airlines-pc-title {
        font-size: 26px!important;
        font-weight: bold;
        margin-bottom: 30px;
        font-family: 'Noto Sans CJK JP';
    }
    .class-airlines-pc-text {
        font-size: 20px;
    }
    .class-pc {
        background: #fff;
        padding: 45px 20px 60px 20px;
    }
    .class-pc.business {
        background-image: url(../img/section12/bg1.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .class-pc-wrapper {
        max-width: 1140px;
        margin: auto;
    }
    .class-pc-lamp-title {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        border-bottom: 1px solid #000;
        margin-bottom: 35px;
    }
    .class-pc-lamp-buttons {
        display: flex;
        align-items: center;
    }
    .class-pc-lamp-title h3 {
        font-size: 32px;
    }
    .class-pc-lamp-buttons button {
        min-height: 55px;
        padding: 0 15px;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        font-weight: bold;
    }
    .class-pc-lamp-buttons button:hover {
        background: #ebebeb;
    }
    .class-pc-lamp-buttons button.is-active {
        background: #F9ECC9;
    }
    .class-pc.business .class-pc-lamp-buttons button.is-active {
        background: #AE1616;
        color: #fff;
    }
    .class-pc-lamp-column {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 30px;
    }
    .class-pc-lamp-column-item p {
        font-size: 16px;
    }
    .class-pc-lamp-column-item h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .class-pc-lamp-column * {
        min-height: 0;
        min-width: 0;
    }
    .class-button a {
        max-width: 340px;
        transition: all 0.3s ease;
        font-size: 18px;
        min-height: 55px;
        text-align: center;
        line-height: 1.5;
        padding: 10px;
    }
    .class-button a:hover {
        background: #fff;
        color: #201160;
        outline-color: #201160;
        opacity: 1;
    }
    .class-pc-lamp-tabs-item:not(:first-child) {
        display: none;
    }
    .column-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 30px;
        padding: 40px 20px;
        max-width: 1140px;
        margin: auto;
    }
    .column-text {
        padding: 0;
    }
    .column-text h3 {
        text-align: left;
        font-size: 16px;
        margin-top: 0;
    }
    .column-text p {
        font-size: 20px;
    }
    .column-text h3:before {
        width: 100%;
        height: 2px;
    }
    .class-hotel {
        background-image: url(../img/bg12.webp);
        background-size: 100% 100%;
    }
    .class-hotel-fv-content h2 {
        font-size: 24px;
    }
    .class-hotel-fv-content-text {
        font-size: 18px;
    }
    .class-hotel-fv-content {
        padding: 20px 25px;
        max-width: 500px;
        background: #00000091;
    }
    .class-hotel-fv {
        background-image: url(../img/section12/img4-pc.webp);
    }
    .class-hotel-fv {
        padding: 40px 0;
        padding-left: 45px;
        max-width: 1140px;
        margin: auto;
        border: none;
    }
    .class-hotel-choice-button {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 10px;
        padding-top: 40px;
        padding-bottom: 15px;
        max-width: 1140px;
        margin: auto;
    }
    .class-hotel-choice-button button {
        font-size: 18px;
        min-height: 65px;
        width: 170px;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .class-hotel-choice-button button:hover {
        opacity: 0.8;
    }
    .class-hotel-choice-content {
        padding-bottom: 100px;
    }
    .class-hotel-choice-content-item-box {
        background: none;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 20px;
        max-width: 1140px;
        margin: auto;
    }
    .class-hotel-choice-content-item-box * {
        min-height: 0;
        min-width: 0;
    }
    .class-hotel-choice-content-item-text {
        background: #fff;
        padding: 35px 20px 40px 20px;
    }
    .spot-area-content-prev-next {
        display: none;
    }
    .cooking-pc-heading {
        position: relative;
        max-width: 1140px;
        margin: auto;
        padding: 100px 0 50px 0;
        overflow: hidden;
    }
    .cooking-pc-heading:before {
        content: '';
        width: 150px;
        height: 150px;
        background-image: url(../img/section13/img1.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: -25px;
        left: -51px;
    }
    .cooking-pc-heading:after {
        content: '';
        width: 210px;
        height: 210px;
        background-image: url(../img/section13/img2.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -76px;
        right: -109px;
        transform: rotate(67deg);
    }
    .cooking-pc-heading-wrapper {
        background: #fff0f4b2;
        padding: 0 20px 10px 20px;
        z-index: 1;
        position: relative;
        max-width: 660px;
        margin: auto;
    }
    .cooking-heading:before,
    .cooking-heading:after {
        content: none;
    }
    .cooking-heading {
        min-height: auto;
        overflow: visible;
    }
    .cooking-pc-heading:before {
        width: 309px;
        height: 309px;
        top: 30px;
        left: 0;
    }
    .cooking-pc-heading:after {
        width: 300px;
        height: 300px;
        bottom: 0;
        right: 0;
    }
    .cooking-heading h2 {
        font-size: 30px;
    }
    .cooking-text {
        font-size: 18px;
        padding: 0;
    }
    .cooking-accordion-wrapper {
        max-width: 960px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 20px;
        gap: 0 20px;
    }
    .cooking-accordion-wrapper > div {
        width: 470px;
    }
    .cooking-accordion {
        border-radius: 0 100px 100px 0;
        transition: .2s;
    }
    .cooking-accordion.reverse {
        border-radius: 100px 0 0 100px;
        margin-left: 0;
    }
    .cooking-accordion-button {
        padding-right: 50px;
        cursor: pointer;
    }
    .cooking-accordion-button-text-2:before {
        transition: .2s;
    }
    .cooking-accordion-button:hover .cooking-accordion-button-text-2:before {
        top: 17px;
    }
    .cooking-accordion.reverse .cooking-accordion-button {
        padding-left: 50px;
    }
    .cooking-accordion-button-text-1 {
        font-size: 17px;
    }
    .cooking-accordion-button-heading {
        font-size: 29px;
    }
    .cooking-accordion-button-wrapper {
        min-height: 185px;
        display: flex;
        align-items: center;
    }
    .qa-container {
        max-width: 1040px;
        margin: auto;
        background: #fff;
        padding: 20px 60px;
    }
    .qa-heading {
        background: none;
        max-width: 450px;
        margin: auto;
    }
    .qa-heading h2 {
        font-size: 32px;
    }
    .qa-heading span {
        font-size: 24px;
    }
    .qa-wrapper {
        border: none;
        max-width: auto;
    }
    .qa-accordion-button:before {
        top: 50%;
        transform: translateY(-50%);
    }
    .qa-accordion-button {
        justify-content: flex-start;
        font-size: 18px;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .qa-accordion-content-box p {
        font-size: 18px;
    }
    .qa {
        padding: 30px 20px;
    }
    .contact-pc-info {
        background: #fff;
        margin-top: 17px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0 20px;
        position: relative;
        padding: 15px 40px;
    }
    .contact-pc-info:before {
        content: '';
        width: 100%;
        height: 17px;
        background: linear-gradient(90deg, rgba(20, 8, 3, 0.99) 0%, rgba(46, 22, 12, 0.99) 50%, rgba(20, 8, 3, 0.99) 100%);
        position: absolute;
        top: -17px;
        left: 0;
    }
    .contact-tel {
        margin-bottom: 0;
    }
    .contact-tel h3 {
        background: none;
        padding: 0;
        font-size: 24px;
        font-weight: bold;
        text-align: left;
        display: block;
        color: #000!important;
        min-height: auto;
        margin-bottom: 10px;
    }
    .contact-tel h3 span {
        font-size: 21px;
    }
    .contact-tel p {
        font-size: 18px;
        padding: 0;
    }
    .contact-container {
        max-width: 1040px;
        margin: auto;
        padding: 50px 20px;
    }
    .contact-button-wrapper {
        width: 100%;
        max-width: 340px;
    }
    .contact-column {
        grid-template-columns: 280px 1fr;
    }
    .contact-buttons {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 20px;
        max-width: 450px;
        margin-left: auto;
    }
    .contact-button {
        font-size: 18px;
        min-height: 60px;
        width: 100%;
    }
    .contact-text {
        border-radius: 12px;
        font-weight: bold;
    }
    .finfo-credit {
        max-width: 1040px;
        margin: auto;
    }
    .finfo-credit p {
        font-size: 16px;
        text-align: center;
    }
    .finfo-credit-img img {
        max-width: 350px;
    }
    .finfo-img {
        max-width: 960px;
        margin: auto;
    }
    .finfo-img p {
        font-size: 18px;
        text-align: center;
    }
    .f-container {
        max-width: 1180px;
        margin: auto;
    }
    .f-links {
        display: flex;
        flex-wrap: wrap;
    }
    .b-nav {
        max-width: 700px;
        left: 50%;
        transform: translate(-50%, 400%) !important;
        cursor: pointer;
        position: fixed;
        background: linear-gradient(90deg, #886A2E 0.15%, #D1A751 39.36%, #EBD69F 59.65%, #EBD69F 77.46%, #886A2E 99.91%);
    }
    .b-nav-top-title {
        font-size: 20px;
    }
    .b-nav-list-title li,
    .b-nav-list-top li {
        font-size: 18px;
        height: 45px;
    }
    .b-nav-top {
        min-height: 40px;
        background: none;
    }
    .b-nav-top-label {
        font-size: 22px;
        min-height: 31px;
        width: 100px;
        font-weight: bold;
    }
    .b-nav-list-top {
        margin: 0 10px;
    }
    .b-nav-top-icon {
        width: 65px;
        height: 22px;
    }
    .b-nav-top-icon:before {
        width: 21px;
        height: 12px;
    }
    .b-nav-top img {
        width: 150px;
        top: auto;
        bottom: -1px;
        transform: none;
    }
    .b-nav.is-active {
        transform: translate(-50%,0) !important;
    }
    .b-nav-list,
    .b-nav-list-title {
        margin: 0 10px;
    }
    .f-copyright {
        padding-bottom: 130px;
    }
    .youtube-container {
        height: auto!important;
        top: 50%!important;
        left: 50%!important;
        transform: translate(-50%, -50%)!important;
        max-width: 960px!important;
        padding: 40px 20px!important;
    }
    /* body:has(.youtube-container.is-active) {
        overflow: hidden;
    }
    body:has(.youtube-container.is-active):before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9980;
    cursor: pointer;
} */
    .sec7-youtube-thumbnail {
        cursor: pointer;
    }
    .ranking-tour-link-visual-period2 span {
        font-size: 16px;
    }
    .ranking-tour-link-visual-period2 {
        min-height: 30px;
    }
    .lead {
        background-image: url(../img/bg5.webp);
        background-size: 100% 100%;
    }
    .hiromi:before {
        font-size: 18px;
    }
    .pc-mb-0 {
        margin-bottom: 0!important;
    }
    .h-nav-list a {
        width: 130px;
        height: 60px;
        font-size: 16px;
    }
    .h-nav-pcside {
        position: fixed;
        z-index: 9970;
        top: 50%;
        right: 0;
        transition: transform.2s;
        transform: translate(100%, -50%);
        display: none;
    }
    .h-nav-pcside.is-active {
        transform: translate(0, -50%);
    }
    .h-nav-pcside-close {
        width: 33px;
        height: 33px;
        background: #85112A;
        position: absolute;
        top: 5px;
        left: 0;
        transform: translateX(-100%);
        cursor: pointer;
    }
    .h-nav-pcside-close:before,
    .h-nav-pcside-close:after {
        content: '';
        width: 25px;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transition: .2s;
    }
    .h-nav-pcside-close:before {
        transform: translate(-50%, -50%) rotate(0);
    }
    .h-nav-pcside-close:after {
        transform: translate(-50%, -50%) rotate(-90deg);
    }
    .h-nav-pcside.is-active .h-nav-pcside-close:before {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .h-nav-pcside.is-active .h-nav-pcside-close:after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .h-nav-pcside .h-nav {
        border-top: none;
        background: #000000a1;
        border-radius: 5px 0 0 5px;
    }
    .h-nav-pcside .h-nav-list {
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        overflow-x: hidden;
        max-height: calc(85vh - 30px);
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding: 10px 2px;
        padding-bottom: 0;
    }
    .h-nav-pcside .h-nav-list::-webkit-scrollbar {
        display: none;
    }
    .h-nav-pcside .h-nav-list a {
        width: 112px;
        min-width: auto;
        height: 60px;
        font-size: 14px;
        line-height: 1.5;
        padding-bottom: 0;
    }
    .h-nav-pcside-top a {
        height: 30px;
        background: #fff;
        border-radius: 25px;
        min-height: 30px;
        color: #000;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .h-nav-pcside-top {
        padding: 10px 2px 5px 2px;
    }
    .h-nav-pcside .h-nav-list a:before {
        content: none;
    }
    .h-nav-pcside-up,
    .h-nav-pcside-down {
        width: 40px;
        height: 20px;
        background: #fff;
        position: absolute;
        left: 50%;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .h-nav-pcside-up:hover,
    .h-nav-pcside-down:hover {
        opacity: 0.8;
    }
    .h-nav-pcside-up {
        clip-path: polygon(50% 0, 100% 100%, 0 100%);
        top: -10px;
        transform: translate(-50%, -100%);
    }
    .h-nav-pcside-down {
        clip-path: polygon(50% 100%, 100% 0, 0 0);
        bottom: -10px;
        transform: translate(-50%, 100%);
    }
    .h-nav-pcside-up:before,
    .h-nav-pcside-down:before {
        content: '';
        width: 40px;
        height: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #85112A;
    }
    .h-nav-pcside-up:before {
        clip-path: polygon(50% 3px, calc(100% - 4px) calc(100% - 2px), 4px calc(100% - 2px));
    }
    .h-nav-pcside-down:before {
        clip-path: polygon(50% calc(100% - 3px), calc(100% - 5px) 2px, 4px 2px);
    }
    /* .spot-optional-box .spot-optional-slider-heading {
        margin-top: 18px;
        margin-bottom: 10px;
    } */

    .step3-anker {
        height: 0;
        margin-top: 0;
    }
    .class-anker {
        height: 140px;
        background: #fff;
    }
    .ranking-wrapper {
        padding-bottom: 40px;
    }
    .class-hotel-choice-heading {
        display: none;
    }
    .support-point-check-container {
        position: relative;
    }
    .seat-pc-column .support-point-check-container::before {
        content: '';
        width: 270px;
        height: 250px;
        background-image: url(../img/deco12.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 0;
    }
    .column {
        padding: 0;
    }
    .point-item-accordion-content {
        font-size: 16px;
    }
    .point-item-accordion-content-icon {
        margin: 10px 0 20px 0;
    }
    .spot-optional-box-text p {
        font-size: 16px;
    }
    .class-hotel-choice-content-item-text h4 {
        font-size: 22px;
    }
    .class-hotel-choice-content-item-text h5 {
        font-size: 18px;
    }
    #header-bottom {
        display: none;
    }
    .h {
        border-bottom: 4px solid #bc9b1e;
    }
    .p-ana .class-airlines-img img:first-child {
        width: 100%;
    }
    .p-ana .class-airlines-pc-title {
        font-size: 23px !important;
    }
    .ranking-tour-button {
        margin-top: 40px;
    }
    .ranking-tour-button a,
    .ranking-tour-button button {
        width: 100%;
        max-width: 500px;
    }
    .ranking-tour-button-column {
        grid-gap: 20px 70px;
        align-items: center;
        grid-template-columns: repeat(2, 1fr);
        max-width: 1080px;
        margin: auto;
        margin-top: 40px;
    }
}
@media screen and (min-width: 960px) and (hover: hover) {
    .cooking-accordion-wrapper > div {
        width: calc(50% - 10px);
    }
}
@media screen and (min-width: 1080px) and (hover: hover) {
    .h-img .iranking {
        width: 220px;
    }
    .h-img .jata {
        width: 55px;
    }
    .h-img a:has(.iranking) {
        margin-right: 0;
    }
    .h-top h1 {
        max-width: none;
    }
    .h-top h1 span {
        font-size: 12px;
    }
    .h-top-container {
        gap: 30px;
    }
    .h-img a {
        flex-direction: row;
    }
    .h-img p {
        font-size: 12px;
    }
    .h-img a br {
        display: block;
    }
    .h-top-privacy img {
        width: 55px;
    }
    .fv-pc-left-title-manzoku {
        width: 180px;
        height: 130px;
        transform: translate(-51%, -40%);
        right: auto;
        left: 0;
    }
    .fv-pc-left-title-manzoku p:first-child {
        font-size: 22px;
    }
    .fv-pc-left-title-manzoku p:last-child {
        font-size: 28px;
    }
    .fv-pc-left-title-manzoku p:last-child span {
        font-size: 80px;
    }
    .fv-pc-left-title h2 > span {
        font-size: 70px;
    }
    .fv-pc-left-title h2 {
        font-size: 35px;
    }
    .fv-pc-left-title > p {
        font-size: 28px;
    }
    .fv-pc-left-rekihou-rebon {
        width: 130%;
        max-width: 130%;
    }
    .fv-pc-right-button .hiromi {
        width: 250px;
    }
    .fv-pc-right-text {
        font-size: 28px;
    }
    .fv-pc-right {
        justify-content: space-between;
    }
    .fv-pc-right-text {
        margin-bottom: 0;
    }
    .lead-text2 {
        font-size: 40px;
    }
    .lead-text1 {
        font-size: 30px;
    }
    .lead-title {
        font-size: 46px;
        min-height: 145px;
    }
    .lead-title:before {
        top: 20px;
    }
    .lead-title:after {
        bottom: 20px;
    }
    .lead-column1-item button,
    .lead-column2-item button {
        font-size: 22px;
        cursor: pointer;
    }
    .lead-column1-item:has(button:hover),
    .lead-column2-item:has(button:hover) {
        scale: 1.05;
        opacity: 0.8;
    }
    .lead-column1-item {
        min-height: 150px;
        transition: all 0.3s ease;
        cursor: pointer;
    }
    .lead-column2-item {
        transition: all 0.3s ease;
    }
    .lead-plus {
        width: 50px;
        height: 50px;
    }
    .lead-plus:before, .lead-plus:after {
        width: 35px;
        height: 7px;
    }
    .lead-hiromi-text {
        font-size: 39px;
    }
    .lead-hiromi-img {
        width: 300px;
    }
    .ranking-title h2 {
        font-size: 42px;
    }
    .ranking-title h2:before, .ranking-title h2:after {
        width: 80px;
    }
    .ranking-tab-button {
        gap: 25px;
    }
    .ranking-tab-button button {
        font-size: 33px;
        min-height: 80px;
        max-width: 470px;
    }
    .ranking-class-pc h2 {
        font-size: 50px;
    }
    .ranking-class-pc-lead {
        font-size: 38px;
    }
    .ranking-class-pc-column-item h3 {
        font-size: 34px;
    }
    .ranking-class-pc-column-item p {
        font-size: 20px;
    }
    .ranking-class-pc-column-item p span {
        font-size: 16px;
    }
    .ranking-class-pc-column {
        gap: 70px;
    }
    .ranking-class-pc {
        margin-bottom: 40px;
    }
    .ranking-tour-pc-column {
        gap: 70px!important;
    }
    .ranking-tour-link-visual-period {
        font-size: 24px;
        min-height: 40px;
    }
    .ranking-tour-link-visual-bottom-period {
        font-size: 20px;
        min-height: 40px;
    }
    .ranking-tour-link-info-title {
        font-size: 22px;
        min-height: 155px;
    }
    .ranking-tour-link-info-options p {
        font-size: 18px;
    }
    .ranking-tour-link-info-price-number {
        font-size: 20px;
    }
    .ranking-tour-link-info-price-label {
        font-size: 20px;
    }
    .ranking-tour-link-info-departureday p {
        width: 48px;
        height: 48px;
        font-size: 24px;
    }
    .ranking-button {
        font-size: 22px;
        min-height: 50px;
    }
    .ranking-button span {
        width: 24px;
        height: 24px;
    }
    .ranking-tour {
        gap: 60px;
    }
    .ranking-tour-link-info-departureday .departure {
        font-size: 24px;
    }
    .ranking-tour-label {
        font-size: 28px;
        height: 100px;
        margin-bottom: 40px;
        max-width: 550px;
    }
    #nagoya .ranking-tour-label {
        max-width: 620px;
    }
    .ranking-tour-label.ana {
        max-width: 685px;
    }
    .ranking-tour-link-pc-title {
        padding: 20px;
    }
    .ranking-tour-link-info-labels p {
        font-size: 16px;
    }
    .ranking-tour-link-info-lead {
        margin-bottom: 30px;
        margin-top: auto;
    }
    .ranking-tab-content {
        padding: 0;
    }
    .ranking-tab-button:before {
        height: 17px;
        bottom: -17px;
    }
    .step3-title-text-1 {
        font-size: 32px;
        margin-right: 20px;
    }
    .step3-title-text-2 {
        font-size: 44px;
        line-height: 1.4;
    }
    .step3-list-item .step {
        font-size: 54px;
    }
    .step3-list-item .step-text {
        font-size: 22px;
    }
    .step3-list-item {
        min-height: 145px;
    }
    .step3-list-item:not(:last-child):before {
        width: 30px;
        height: 30px;
        right: -20px;
    }
    .step3-credit-title {
        font-size: 29px;
    }
    .step3-credit-text {
        font-size: 18px;
    }
    .step3-credit-img {
        padding: 25px 90px;
        margin-bottom: 30px;
    }
    .step3-credit-img img {
        max-width: 500px;
    }
    .step3-credit-lead {
        font-size: 20px;
    }
    .step3-credit-list p {
        font-size: 19px;
    }
    .lead-hiromi {
        padding-right: 20px;
    }
    .voice-title h2 {
        min-height: 95px;
        font-size: 38px;
        max-width: 700px;
        margin-bottom: 75px;
    }
    .voice-title h2 .v-lead {
        font-size: 25px;
        margin-left: 20px;
    }
    .voice-title h2:before, .voice-title h2:after {
        max-width: 700px;
    }
    .voice-title p {
        font-size: 26px;
        margin-bottom: 40px;
    }
    .voice-title {
        padding-bottom: 0;
    }
    .voice-list {
        padding: 0 20px;
        gap: 65px;
    }
    .voice-list-item-text-label {
        font-size: 23px;
        min-height: 43px;
        top: -30px;
    }
    .voice-list-item-text-letter {
        height: 120px;
        font-size: 19px;
    }
    .voice-list-item-img img {
        width: 180px;
    }
    .voice-kutikomi h2 {
        font-size: 34px;
    }
    .voice-kutikomi-list-date,
    .voice-kutikomi-list-title {
        font-size: 19px;
    }
    .voice-kutikomi-list-content {
        font-size: 18px;
    }
    .sec7-pc-title {
        min-height: 200px;
        max-width: 410px;
    }
    .sec7-pc-title .t-1 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .sec7-pc-title .t-2 {
        font-size: 17px;
        margin-bottom: 20px;
    }
    .sec7-pc-title .t-3 {
        font-size: 14px;
    }
    .sec7-pc-title .t-3 span {
        font-size: 20px;
    }
    .sec7-pc-title-2 {
        bottom: auto;
        top: 50%;
        background: none;
        padding: 0;
    }
    .sec7-pc-title-2 .t-1 {
        font-size: 32px;
    }
    .sec7-pc-title-2 .t-2 {
        font-size: 22px;
    }
    .sec7-links-title p {
        font-size: 30px;
    }
    .sec7-links-column-item {
        font-size: 32px;
        min-height: 85px;
    }
    .sec7-youtube {
        gap: 20px;
        padding: 40px 70px 0 110px;
    }
    .sec7-youtube-thumbnail {
        max-width: 580px;
    }
    .sec7-youtube-title h2 {
        font-size: 24px;
    }
    .sec7-links-column {
        padding: 25px 30px;
    }
    .sec7-links {
        padding: 55px 30px 100px 30px;
    }
    .point-title-pc-wrapper {
        min-height: 170px;
    }
    .point-title h2 {
        font-size: 30px;
    }
    .point-text-pc p {
        font-size: 28px;
    }
    .point-list-pc {
        gap: 0 50px; 
    }
    .point-item-accordion-title-text {
        font-size: 26px;
    }
    .point-item-accordion-title-lead {
        font-size: 22px;
    }
    .button.big {
        font-size: 26px;
        min-height: 70px;
    }
    .support-fv-title {
        font-size: 35px;
    }
    .support-fv-logo-air {
        width: 200px;
    }
    .support-fv-logo-logo {
        width: 420px;
    }
    .support-fv-lead {
        font-size: 22px;
    }
    .support-heading h2 {
        font-size: 33px;
    }
    .support-heading p {
        font-size: 28px;
    }
    .support-heading p span:before, .support-heading p span:after {
        width: 50px;
        height: 90px;
    }
    .support-point-heading-text {
        font-size: 26px;
        padding: 15px 15px 15px 25px;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
    }
    .support-point-heading-icon {
        width: 105px;
        height: 105px;
    }
    .support-point-heading-icon:before {
        font-size: 25px;
    }
    .support-point-heading-icon img {
        width: 45px;
    }
    .support-point-heading {
        max-width: 700px;
    }
    .support-point {
        padding: 115px 40px 40px 40px;
        margin-top: 115px;
        margin-bottom: 80px;
    }
    .support-point-pc-container {
        grid-gap: 45px;
    }
    .support-point-line span {
        font-size: 24px;
    }
    .support-point-check p {
        font-size: 18px;
    }
    .support-point-text {
        font-size: 18px;
    }
    .support-box-content p {
        font-size: 18px;
    }
    .support-sub-pc-img img {
        width: 300px;
    }
    .support-sub-heading p {
        min-height: 80px;
        font-size: 30px;
        font-weight: bold;
    }
    .support-text2 {
        font-size: 46px;
    }
    .support-text2:before {
        font-size: 46px;
    }
    .support-text2:after {
        font-size: 46px;
    }
    .support-point-guide-img-wrapper {
        max-width: 240px;
    }
    .support-point-guide-img p {
        font-size: 22px;
    }
    .support-point-guide-text {
        font-size: 18px;
    }
    .support-point-pc-item .button {
        padding: 0 30px;
        font-size: 19px;
        min-height: 72px;
    }
    .support-box2-heading p {
        font-size: 31px;
    }
    .support-box2-column-text {
        font-size: 28px;
    }
    .support-box2-column-img {
        width: 200px;
    }
    .support-campaign-content {
        gap: 0 35px;
    }
    .support-campaign-pc > p {
        font-size: 20px;
    }
    .support-campaign-heading {
        font-size: 40px;
    }
    .seat-pc-heading {
        padding: 60px 0 50px 0;
    }
    .seat-pc-heading h2 {
        font-size: 38px;
    }
    .seat-pc-heading h2:before {
        width: 400px;
        height: 18px;
        bottom: 0;
    }
    .seat-heading {
        font-size: 35px;
        height: 90px;
    }
    .seat-content-wrapper {
        padding: 50px;
    }
    .seat-pc-column {
        gap: 0 85px;
    }
    .seat-content-heading {
        font-size: 24px;
        margin-bottom: 35px;
    }
    .seat-accordion-content-img {
        width: 150px;
    }
    .seat-accordion-content-text {
        font-size: 20px;
    }
    .spot-compare-button {
        font-size: 32px;
        padding: 40px 10px;
    }
    .spot-compare-table td, .spot-compare-table th {
        font-size: 24px;
        padding: 9px 0;
    }
    .spot-compare-table th:not(:first-child) {
        font-size: 22px;
    }
    .spot-compare-table th:not(:first-child) {
        width: 17%;
    }
    .spot-fv-title {
        font-size: 24px;
    }
    .spot-fv-lead {
        font-size: 30px;
        padding-bottom: 40px;
    }
    .spot-fv-text {
        font-size: 18px;
    }
    .spot-heading {
        font-size: 26px;
        padding: 40px 10px;
    }
    .spot-accordion-button-img {
        width: 460px;
        padding-bottom: 25px;
    }
    .spot-pc-text {
        padding: 20px 35px;
        font-size: 18px;
        margin-left: -100px;
    }
    .spot-accordion-button-text p {
        font-size: 34px;
    }
    .spot-pc-title-icon:before {
        width: 85px;
        height: 85px;
    }
    .spot-area-content-item-wrapper h4 {
        font-size: 22px;
    }
    .spot-pc-title img {
        width: 110px;
    }
    .spot-area-buttons {
        gap: 0 20px;
    }
    .spot-area-button {
        font-size: 22px;
    }
    .spot-area-content-item h3 {
        margin-bottom: 30px;
        font-size: 34px;
        padding: 15px 10px 20px 10px;
    }
    .spot-area-content-item h3 .u-main {
        font-size: 22px;
    }
    .spot-area-content-item h3:before {
        content: '';
        width: 680px;
    }
    .spot-optional-heading p {
        font-size: 30px;
    }
    .spot-optional-heading h3 {
        font-size: 30px;
    }
    .spot-optional-heading {
        margin-bottom: 60px;
    }
    .spot-optional-column {
        gap: 0 50px;
    }
    .class-heading span {
        font-size: 30px;
        padding-bottom: 55px;
    }
    .class-heading img {
        width: 250px;
    }
    .class-heading {
        height: 210px;
    }
    .class-airlines-wrapper {
        padding: 0;
        grid-gap: 0 50px;
    }
    .class-airlines-pc-title {
        font-size: 32px!important;
    }
    .class-pc-lamp-title h3 {
        font-size: 40px;
    }
    .class-pc-lamp-buttons button {
        min-height: 50px;
        padding: 0 25px;
        font-size: 20px;
    }
    .class-pc-lamp-column {
        grid-gap: 0 100px;
    }
    .class-pc-lamp-column-item p {
        font-size: 18px;
    }
    .class-pc-lamp-column-item h4 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .column-content {
        grid-gap: 0 100px;
        padding: 55px 0;
    }
    .column-text h3 {
        font-size: 28px;
    }
    .column-text p {
        font-size: 18px;
    }
    .class-hotel-choice-button {
        justify-content: flex-start;
    }
    .class-hotel-choice-button button {
        font-size: 20px;
        min-height: 70px;
        width: 180px;
    }
    .class-hotel-choice-content-item-box {
        grid-gap: 0 40px;
    }
    .cooking-heading h2 {
        font-size: 38px;
    }
    .cooking-text {
        font-size: 18px;
    }
    .contact-container {
        padding: 50px 0;
    }
    .contact-column {
        grid-template-columns: 350px 1fr;
    }
    .contact-button-wrapper {
        max-width: 430px;
    }
    .contact-tel h3 {
        font-size: 28px;
    }
    .contact-tel h3 span {
        font-size: 24px;
    }
    .contact-tel p {
        font-size: 20px;
    }
    .finfo-credit p {
        font-size: 18px;
    }
    .b-nav-top-title {
        font-size: 24px;
    }
    .b-nav-top {
        min-height: 50px;
    }
    .b-nav-list-title li,
    .b-nav-list-top li {
        font-size: 20px;
        height: 55px;
    }
    .b-nav-top-icon {
        width: 70px;
        height: 25px;
    }
    .b-nav-top-icon:before {
        width: 24px;
        height: 15px;
    }
    .spot-optional-slider-heading {
        font-size: 19px;
    }
    .point-item-accordion-content {
        font-size: 18px;
    }
    .spot-area-content-item-wrapper p {
        font-size: 18px;
    }
    .spot-optional-box-text p {
        font-size: 18px;
    }
    .class-airlines-content p {
        font-size: 18px;
    }
    .class-hotel-choice-content-item-text p {
        font-size: 18px;
    }
    .cooking-accordion-content-box p {
        font-size: 18px;
    }
    .contact-text {
        font-size: 16px;
    }
    .class-hotel-choice-content-item-text h4 {
        font-size: 24px;
    }
    .class-hotel-choice-content-item-text h5 {
        font-size: 20px;
    }
}

/* カスタムスクロールバー */

/* 横スクロールバーを隠す（Firefox） */
html, body {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

/* Webkitブラウザ（Chrome、Safari、Edge）の横スクロールバーのみを隠す */
html::-webkit-scrollbar:horizontal,
body::-webkit-scrollbar:horizontal {
    display: none;
}

/* カスタムスクロールバー - 縦スクロールバーのみ */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar:vertical {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #85112A;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb:hover {
    background: #6d0e22;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:active {
    background: #5a0b1c;
}

/* 縦スクロールバーのみに適用 */
::-webkit-scrollbar:vertical {
    width: 8px;
}

::-webkit-scrollbar:vertical::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

::-webkit-scrollbar:vertical::-webkit-scrollbar-thumb {
    background: #85112A;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar:vertical::-webkit-scrollbar-thumb:hover {
    background: #6d0e22;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar:vertical::-webkit-scrollbar-thumb:active {
    background: #5a0b1c;
}

/* スクロール可能な要素用のカスタムスクロールバー */
.scrollable-content::-webkit-scrollbar {
    width: 6px;
}

.scrollable-content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.scrollable-content::-webkit-scrollbar-thumb {
    background: #85112A;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.scrollable-content::-webkit-scrollbar-thumb:hover {
    background: #6d0e22;
}

/* Firefox用のスクロールバーカスタマイズ */
* {
    scrollbar-width: auto;
    scrollbar-color: #85112A rgba(0, 0, 0, 0.05);
}

/* Firefox用の縦スクロールバーのみ */
html, body {
    scrollbar-width: auto;
    scrollbar-color: #85112A rgba(0, 0, 0, 0.05);
}

/* 特定のコンテナ用のスクロールバー */
.h-nav-list::-webkit-scrollbar {
    width: 4px;
}

.h-nav-list::-webkit-scrollbar-track {
    background: transparent;
}

.h-nav-list::-webkit-scrollbar-thumb {
    background: rgba(133, 17, 42, 0.6);
    border-radius: 4px;
}

.h-nav-list::-webkit-scrollbar-thumb:hover {
    background: rgba(133, 17, 42, 0.8);
}

/* モーダルコンテンツ用のスクロールバー */
.modal-content::-webkit-scrollbar {
    width: 6px;
}

.modal-content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}

.modal-content::-webkit-scrollbar-thumb {
    background: #85112A;
    border-radius: 6px;
}

/* アコーディオンコンテンツ用のスクロールバー */
.accordion-content::-webkit-scrollbar {
    width: 4px;
}

.accordion-content::-webkit-scrollbar-track {
    background: transparent;
}

.accordion-content::-webkit-scrollbar-thumb {
    background: rgba(133, 17, 42, 0.5);
    border-radius: 4px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
    ::-webkit-scrollbar {
        width: 6px;
    }
    
    ::-webkit-scrollbar:vertical {
        width: 6px;
    }
    
    .scrollable-content::-webkit-scrollbar {
        width: 4px;
    }
    
    .scrollable-content::-webkit-scrollbar:vertical {
        width: 4px;
    }
    
    .h-nav-list::-webkit-scrollbar {
        width: 3px;
    }
    
    .h-nav-list::-webkit-scrollbar:vertical {
        width: 3px;
    }
}
html {
    margin-top: 0!important;
}

.p-tour-cnt,
.p-tour-cnt-grid,
.p-tour-cnt-flex {
    display: none!important;
}
.p-torco .p-tour-cnt[data-tour-id="turkish"],
.p-ana .p-tour-cnt[data-tour-id="ana"] {
    display: block!important;
}
.p-torco .p-tour-cnt-grid[data-tour-id="turkish"],
.p-ana .p-tour-cnt-grid[data-tour-id="ana"] {
    display: grid!important;
}
.p-torco .p-tour-cnt-flex[data-tour-id="turkish"],
.p-ana .p-tour-cnt-flex[data-tour-id="ana"] {
    display: flex!important;
}

.p-ranking-cnt {
    display: none!important;
}
.rt-haneda .p-ranking-cnt[data-ranking-id="haneda"],
.rt-narita .p-ranking-cnt[data-ranking-id="narita"] {
    display: block!important;
}

.genchi {
    padding: 20px 10px;
    overflow: hidden;
}
.genchi-container {
    background: #fffcde;
    box-shadow: 0px 4px 4px 0px #00000040;
    margin: auto;
    max-width: 965px;
    padding: 60px 35px;
    background-image: url(../img/waku1.png);
    background-size: calc(100% - 20px) calc(100% - 20px);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.genchi-container:before {
    content: '';
    width: 400px;
    height: 400px;
    background-image: url(../img/deco12.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.genchi-grid {
    display: grid;
    grid-template-columns: 1fr;
    z-index: 5;
    position: relative;
}
.genchi-grid-item {
}
.genchi-text {
    font-size: 16px;
    margin-bottom: 15px;
}
.genchi-title {
    font-size: 25px;
    font-weight: bold;
    color: #1F0A07;
    margin-bottom: 20px;
}
.genchi-grid-item-img {
    margin-bottom: 20px;
}
.genchi-logo-ana {
    width: 80px;
    margin-bottom: 10px;
}
.genchi-grid-item-img  p {
    font-size: 18px;
    color: #1F0A07;
    margin-left: 20px;
}
.genchi-btn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border: 3px dashed #6c5c06;
    background: #ffffff;
    border-radius: 12px;
}
.genchi-btn2-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    z-index: 5;
    position: relative;
}
.genchi .button {
    width: 100%;
    max-width: 500px;
}
.genchi-btn-wrapper p {
    font-size: 18px;
    color: #b7272d;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: sans-serif;
    line-height: 1;
}
.genchi-btn {
    width: 100%;
    font-size: 13px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #606060;
    font-weight: 900;
    text-align: center;
    margin: 0 auto;
    padding: 0 10px;
    border: 1px solid #606060;
    border-radius: 50px;
    min-height: 40px;
    font-family: noto sans-serif;
}
.genchi-btn svg {
    width: 24px;
    height: 20px;
    margin-right: 10px;
}
.genchi-text-center {
    text-align: center;
    margin-bottom: 5px;
    color: #6c5c06;
    font-weight: bold;
    font-size: 17px;
}
.genchi-text-center span {
    display: inline-block;
    position: relative;
}
.genchi-text-center span:before, 
.genchi-text-center span:after {
    content: '';
    width: 25px;
    height: 2px;
    background: #6c5c06;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.genchi-text-center span:before {
    left: -20px;
    transform: translateY(-50%) rotate(70deg);
}
.genchi-text-center span:after {
    right: -20px;
    transform: translateY(-50%) rotate(-70deg);
}
/* .genchi-btn:hover {
    color: #fff;
    background: #606060;
}
.genchi-btn:hover svg {
    fill: #fff;
} */
@media screen and (min-width: 768px) and (hover: hover) {
    .genchi {
        padding-bottom: 30px;
        padding-top: 0;
    }
    .genchi-container {
        padding: 70px;
        background-size: calc(100% - 35px) calc(100% - 35px);
    }
    .genchi-grid {
        grid-template-columns: 1fr 1fr;
    }
    .genchi-text {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .genchi-text-center {
        margin-bottom: 10px;
    }
    .genchi-title {
        font-size: 32px;
    }
    .genchi-grid-item-img {}
    .genchi-logo-ana {
        width: 130px;
        margin-bottom: 10px;
    }
    .genchi-grid-item-img  p {
        font-size: 24px;
        margin-left: 20px;
    }
    .genchi-btn-wrapper p {
        font-size: 24px;
    }
    .genchi-btn {
        font-size: 16px;
        border: 2px solid #606060;
        min-height: 60px;
    }
    .genchi-btn svg {
        width: 27px;
        height: 24px;
        margin-right: 15px;
    }
    .genchi-text-center span:before {
        left: -25px;
        transform: translateY(-50%) rotate(55deg);
    }
    .genchi-text-center span:after {
        right: -25px;
        transform: translateY(-50%) rotate(-55deg);
    }
}
@media (max-aspect-ratio: 16 / 9) {
    .fv-ana-tabs.is-visible {
        aspect-ratio: none;
        width: 100%;
    }
}

.form {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 4px 9px 5px rgba(0, 0, 0, 0.07);
    font-family: "Noto Sans CJK JP";
    padding: 10px;
    margin-top: 25px;
}
.form-container {
    max-width: 720px;
    margin: auto;
}
.form-title {
    color: #000;
    text-align: center;
    font-family: "Noto Sans CJK JP";
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 20px;
}
.form-group {
    margin-bottom: 10px;
}
.form-group label {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.form-group .form-label-required:after {
    content: '必須';
    width: 40px;
    height: 20px;
    background: #E00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-left: 5px;
}
.form-input-double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
}
.form-input input {
    border-radius: 3px;
    border: 1px solid #CBD6E2;
    background: #FFF;
    padding: 2px 20px;
    width: 100%;
    min-height: 40px;
    font-size: 16px;
}
.form-input input::placeholder,
.form-input textarea::placeholder {
    color: #A9A9A9;
    font-size: 16px;
}
.form-input textarea {
    border-radius: 3px;
    border: 1px solid #CBD6E2;
    background: #FFF;
    padding: 10px 15px;
    width: 100%;
    font-size: 16px;
}
.form_privacy {
    border-radius: 3px;
    border: 1px solid #CBD6E2;
    background: #FFF;
    padding: 10px 15px;
    width: 100%;
    height: 200px;
    overflow: auto;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.form-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.form-checkbox input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.form-checkbox label {
    font-size: 14px;
    font-weight: 700;
}
.form-button {
    display: flex;
    justify-content: center;
}
.form-button-submit {
    width: 165px;
    height: 40px;
    border-radius: 6px;
    background: #201160;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    font-family: "Noto Sans CJK JP";
    font-weight: 700;
    transition: all 0.3s ease;
}
.form-button-submit:hover {
    background: #fff;
    outline: 1px solid #201160;
    outline-offset: -1px;
    color: #201160;
}
.form-button-submit-disabled {
    background: #D9D9D9;
    cursor: not-allowed;
    pointer-events: none;
    color: #000;
}
.form-error {
    color: #E00;
    font-size: 14px;
    margin-top: 5px;
    display: none;
    font-weight: 700;
}
.form-error-summary {
    background: #FFF0F0;
    border: 2px solid #E00;
    border-radius: 6px;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.form-error-summary ul {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
}
.form-error-summary li {
    color: #E00;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}
.form-thanks {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
}
.form-thanks.active {
    display: flex;
}
.form-thanks-title {
    font-size: 22px;
    font-weight: bold;
    color: #201160;
    margin-bottom: 20px;
    text-align: center;
}
.form-thanks-text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}
.form-thanks-button {
    text-align: center;
}
.form-thanks-button-link {
    display: inline-block;
    padding: 12px 40px;
    background: #201160;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.form-thanks-button-link:hover {
    background: #fff;
    outline: 1px solid #201160;
    outline-offset: -1px;
    color: #201160;
}
.form-thanks > div {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    max-width: 720px;
    width: 90%;
    background: #F8F6F1;
    position: relative;
}
.form-thanks > div:before {
    content: '';
    width: 270px;
    height: 250px;
    background-image: url(../img/deco12.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.form-thanks-title,
.form-thanks-text,
.form-thanks-button {
    position: relative;
    z-index: 5;
}
.form-thanks-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.form-thanks-close:before,
.form-thanks-close:after {
    content: '';
    width: 3px;
    height: 35px;
    border-radius: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form-thanks-close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.form-thanks-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 768px) and (hover: hover) {
    .form {
        border-radius: 20px;
        box-shadow: 0 4px 9px 5px rgba(0, 0, 0, 0.07);
        padding: 40px 20px;
        margin-top: 35px;
    }
    .form-title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .form-group > label,
    .form-group > p {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .form-group .form-label-required:after {
        width: 50px;
        height: 25px;
        font-size: 14px;
        margin-left: 10px;
    }
    .form-group {
        margin-bottom: 30px;
    }
    .form-input-double {
        gap: 0 20px;
    }
    .form-input input {
        padding: 2px 20px;
        min-height: 60px;
        font-size: 20px;
    }
    .form-input input::placeholder,
    .form-input textarea::placeholder {
        font-size: 20px;
    }
    .form-input textarea {
        padding: 15px 20px;
        font-size: 20px;
    }
    .form_privacy {
        padding: 15px 20px;
        height: 200px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .form-checkbox {
        margin-bottom: 30px;
    }
    .form-checkbox input {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }
    .form-checkbox label {
        font-size: l6px;
    }
    .form-button-submit {
        width: 165px;
        height: 45px;
        font-size: 16px;
        font-size: 20px;
    }
    .form-error {
        font-size: 16px;
        margin-top: 8px;
    }
    .form-error-summary {
        padding: 20px 30px;
        margin-bottom: 30px;
    }
    .form-error-summary li {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .form-thanks-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .form-thanks-text {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .form-thanks-button-link {
        padding: 15px 50px;
        font-size: 18px;
    }
    .form-thanks > div {
        padding: 50px 40px;
        max-width: 720px;
    }
}
.p-b-special .h-nav-list {
    max-height: calc(85vh - 85px);
}
.p-b-special .b-nav-top-label {
    font-size: 12px;
    width: 60px;
    line-height: 1;
    padding: 2px 0;
    text-align: center;
}
.p-b-special .fv-slider-content.type3 .fv-slider-content-box {
    margin-top: 0;
}
.p-b-special .fv-slider-content-ribon {
    margin-bottom: 0;
}
.p-b-special .fv-slider-logo {
    background: #00000059;
    margin-bottom: 0!important;
    position: relative;
    margin-bottom: 10px!important;
}
.p-b-special .fv-slider-logo > img {
    margin: 2vh 0;
    margin-top: 3vh;
    width: 80%!important;
}
.fv-slider-content .fv-slider-content-box-pb {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.fv-slider-content .fv-slider-content-box-pb > img {
    width: 130px!important;
    margin-top: 0!important;
}
.p-b-special .fv-slider-content-box-pb--12nen .fv-slider-content-box-pb {
    position: relative;
    transform: translate(0, -50%);
    left: auto;
    display: flex;
    justify-content: center;
}
.p-b-special .fv-slider-content.type3 .fv-slider-content-box img {
    margin-bottom: 0!important;
}
.p-b-special .fv-slider-content.type1 .fv-slider-logo-12nen img {
    margin-top: 1svh;
}
.b-nav-spc-pc-wrapper {
    display: none;
}
.b-nav-spc-sp-wrapper-cnt {
    display: block;
}
.p-b-special .fv-button img[data-tour-id="ana"] {
    width: 130px;
}
.p-b-special .fv-button img[data-tour-id="turkish"] {
    width: 83px;
}
.p-b-special .fv-container .hiromi:before {
    left: 0px;
}
.p-b-special.p-ana .fv-container .hiromi:before {
    left: 36px;
}
@media screen and (min-width: 768px) and (hover: hover) {
    .p-b-special .b-nav-top-label {
        font-size: 12px;
        width: 115px;
    }
    .p-b-special .fv-pc-container-item-pb {
        width: 100%;
        height: 100%;
    }
    .p-b-special .fv-pc-container-item-pb img:not(:first-child) {
        display: none;
    }
    .p-b-special .fv-pc-container-img-fixed {
        display: block!important;
        position: absolute;
        top: 0;
        left: 0;
    }
    .p-b-special .fv-ana-tabs {
        top: 79px;
        aspect-ratio: 1282 / 720;
        width: auto;
        height: calc(100vh - 79px);
        position: fixed;
        pointer-events: none;
    }
    .p-b-special .fv-ana-tabs.is-visible {
        top: 0;
        right: 0;
        left: auto;
        transform: translateX(0);
    }
    .p-b-special .fv-ana-tabs-container {
        right: 50px;
    }
    .fv-pc-pb-logo {
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 10;
        width: 30vh;
        max-width: 250px;
    }
    .b-nav-spc-pc-wrapper {
        display: block;
    }
    .b-nav-spc-sp-wrapper-cnt {
        display: none;
    }
    .p-b-special .button span {
        margin-left: 15px;
    }
}
@media (max-aspect-ratio: 16 / 9) {
    .p-b-special .fv-ana-tabs {
        width: 100%;
        height: auto;
    }
}

.tour__price-banner {
    max-width: 1080px;
    margin: auto;
}
.fv-slider-content-analogo {
}
.fv-slider-content.type2 .fv-slider-content-analogo,
.fv-slider-content.type3 .fv-slider-content-analogo {
    padding-bottom: 10px;
}
.fv-slider-content-analogo img {
    max-width: 230px;
    margin: auto;
}