@charset "UTF-8";
*{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    color: #005A98;
}
html { scroll-behavior: smooth;}
@media screen and (min-width: 768px) {
    .sp{
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .pc{
        display: none;
    }
}
body{
    position: relative;
    overflow-x: hidden;
}
.noto-sans-jp {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
footer{
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    margin-top: 200px;
    padding: 30px;
}
footer .logo img{
    height: 45px;
}
footer .copy{
    font-size: 12px;
    font-weight: 400;
    margin: 14px auto 0;
}
.content {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0 30px;
    max-width: 1440px;
}
@media screen and (max-width: 767px) {
    footer{
        margin-top: 80px;
    }
    footer .logo img{
        height: 28px;
    }
    .content {
        padding: 0 16px;
    }
}
.load-wrap{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.block-wrap{
    position: relative;
    display: flex;
    width: 100%;
    margin: 40px 0 0;
    gap: 40px 30px;
    min-height: 600px;
}
.block-wrap.h-half{
    min-height: 300px;
}
.block-wrap.h-auto{
    min-height: auto;
}
.block-wrap.h-500{
    min-height: 500px;
}
@media screen and (max-width: 767px) {
    .block-wrap{
        position: relative;
        display: flex;
        width: 100%;
        margin: 20px 0 0;
        gap: 20px 0;
        min-height: auto;
    }
    .block-wrap.h-500{
        min-height: auto;
    }
}
.block-wrap.reverse{
    flex-direction: row-reverse;
}
.block-wrap img,
.title img{
    width: 100%;
}
.block-01 .block{
    width: 60%;
}
.block-01 .block + .block{
    width: 40%;
}
.block-02 .block{
    width: 30%;
}
.block-02 .block + .block{
    width: 70%;
}
.block-03 .block{
    width: 100%;
}
.block-04 .block{
    width: 50%;
}
.block-04 .block.text{
    display: flex;
    flex-direction: row;
    align-items: stretch;
} 
.block-04 .block.text h2{
    display: inline-block;
    padding-top: 14px;
    width: 196px;
    text-align: center;
}
.block-04 .block.text h2 + *{
    padding-left: 30px;
    width: calc(100% - 196px);
}
.block.text h2 small{
	display: inline-block;
	font-size: 12px;
	text-indent: -1em;
	padding-left: 1em;
	margin-left: 10px;
}
.block.text h2.ex_meeting{
    font-size: 30px;
}
.block.text h2 small.ex_kango{
    position: relative;
    top: -24px;
}
.block-05 .block:nth-child(-n+2){
    width: 25%;
}
.block-05 .block{
    width: 50%;
}
.block-06 .block{
    width: calc(100% / 3);
}
.block.border-right{
    border-right: 13px solid #005A98;
}
.block.text{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.block.text.flex-start{
    justify-content: flex-start;
}
.block.text.bk{
    padding: 24px 20px;
}
.block.text h2{
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
}
.block.text h2.num{
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 32px;
}
.block.text h2.num::after{
    content: "";
    display: inline-block;
    height: 100px;
    width: 44px;
    background-image: url("../img/icon_pronum-01.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.block.text h2.num.img-02::after{
    width: 68px;
    background-image: url("../img/icon_pronum-02.svg");
}
.block.text h2.num.img-03::after{
    width: 68px;
    height: 103px;
    background-image: url("../img/icon_pronum-03.svg");
}
.block.text .icon-reserv{
    position: absolute;
    top: 24px;
    right: 24px;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    padding: 6px 12px 5px;
    height: 30px;
    background-color: #00C2FF;
}
.block.text .icon-reserv-02{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
}
.block.text .icon-reserv-02 span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    font-size: 30px;
    line-height: 1.2;
    background-color: #005A98;
    color: #fff;
}
.block.text .icon-reserv-02 span + span{
    width: 100px;
    height: auto;
    padding: 7px 8px 8px;
    background-color: #00c2ff;
    color: #fff;
    font-size: 12px;
}
.program{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.program-title{
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
}
.program-time{
    display: flex;
    flex-direction: row;
    gap: 0 8px;
    font-size: 20px;
}
.comment{
    display: block;
    margin-top: 10px;
    font-size: 24px;
}
.program-time *{
    font-size: 20px;
    font-weight: 700;
}
.program-time .icon{
    display: flex;
    width: 24px;
    height: 100%;
    align-items: flex-start;
}
.program-time .icon + span{
    display: inline-block;
    width: calc(100% - 24px);
    padding-top: 6px;
}
.program-time .icon img{
    width: 100%;
    height: auto;
}
.program-teacher,
.program-note{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
}
.program-teacher{
    font-size: 14px;
}
.program-note{
    font-size: 16px;
}
.program-note small{
    display: inline-block;
    padding-top: 4px;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.4;
    font-weight: 400;
}
.img_program{
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
    .block.text .icon-reserv {
        top: 0;
        right: 0;
        font-size: 12px;
        padding: 3px 6px 4px;
        height: auto;
    }
    .block-04,
    .block-05{
        flex-wrap: wrap;
    }
    .block-04 .block{
        width: 100%;;
    }
    .block-05 .block:nth-child(-n+2){
        width: calc(50% - 15px);
    }
    .block-05 .block{
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .block-wrap.reverse,.block-wrap{
        flex-direction: column-reverse;
    }
    .block-wrap.block-05{
        flex-direction: column;
    }
    .block.text h2{
        font-size: 32px;
    }
    .block.text.bk{
        min-height: 230px;
        padding: 14px 16px 16px;
    }
    .block-01 .block,.block-01 .block + .block,
    .block-02 .block,.block-02 .block + .block,
    .block-05 .block:nth-child(-n+2),
    .block-05 .block,
    .block-06 .block,
    .block-04 .block{
        width: 100%;
    }
    .program-title,.comment{
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: .6px;
    }
    .block.text h2.num{
        gap: 0 14px;
    }
    .block.text h2.num::after{
        height: 80px;
        width: 32px;
        background-size: contain;
    }
    .block.text h2.num.img-02::after{
        width: 46px;
        background-size: contain;
    }
    .block.text h2.ex_meeting{
        padding-top: 4px;
        font-size: 22px;
        line-height: 1.4;
    }
    .block.text h2 small.ex_kango{
        top: -8px;
    }
    .block.text .icon-reserv{
        top: 19px;
        right: 15px;
        font-size: 16px;
        padding: 4px 6px 5px;
        height: 30px;
        background-color: #00C2FF;
    }
    .program-teacher,
    .program-note{
        font-size: 14px;
        font-weight: 400;
        line-height: 1.7;
    }
    .program-time *{
        font-size: 18px;
        font-weight: 600;
    }
    .img_program{
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }
    .img_program[src$="comming.png"]{
        height: 100%;
        aspect-ratio: unset;
        object-fit: contain;
    }
    .block-04 .block.text{
        background-color: #005A98;
        flex-direction: column;
    }
    .block-04 .block.text h2{
        display: inline-block;
        width: 100%;
        text-align: left;
        padding: 16px;
    }
    .block-04 .block.text h2 + *{
        padding: 0 16px 24px;
        width: 100%;
    }
    .block-04 .block.text *{
        width: 100%;
        color: #fff;
    }
    .blockteaserprogram .block-01:not(.reverse){
        flex-direction: column-reverse;
    }
    .block.text h2 small{
        width:100%;
        font-size: 10px;
        text-indent: 0;
        padding-left: 0;
        margin-left: 0;
    }
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.bk.mainblue,.bk.mainblue *,.pnlm-title-box{
    color: #fff!important;
}
.bk{
    background-color: #fff;  
}
.bk.mainblue{
    background-color: #005A98;
}
.bk.whiteblue{
    background-color: #E0EBE9;   
}
.illust-wrap{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
.illust{
    position: absolute;
}
.title-img{
    position: relative;
    z-index: 4;
}
@media screen and (min-width: 768px) {
    .illust.item01{
        top: -140px;
        right: 15%;
        height: 390px;
        width: auto;
        z-index: 2;
    }
    .illust.item02{
        position: absolute;
        top: 60px;
        right: 60px;
    }
    .illust.item03{
        bottom: -200px;
        left: 400px;
    }
    .illust.item03 img{
        height: 200px;
    }
    .illust.item04{
        top: -20px;
        right: 50px;
    }
    .illust.item04 img{
        width: 300px;
    }
    .illust.item05{
        bottom: -230px;
        left: 120px;
        z-index: 9;
    }
    .illust.item05 img{
        width: 210px;
    }
    .illust.item06{
        top: -20px;
        right: 250px;
        width: 125px;
        z-index: 9;
    }
    .illust.item07{
        top: -70px;
        left: calc(50% - 140px);
        z-index: 9;
    }
    .illust.item08{
        display: flex;
        align-items: flex-end;
        top: 20px;
        right: -400px;
        z-index: 9;
    }
    .illust.item08 img{
        width: 160px;
    }
    .illust.item08 .addtime img{
        width: 250px;
    }
}
@media screen and (max-width: 1100px) {
    .illust.item08{
        top: unset;
        bottom: -180px;
        right: -10px;
        width: 100%;
        text-align: right;
    }
    .illust.item08 .addtime{
        display: inline-block;
    }
    .illust.item08 img{
        height: 60px;
        width: auto;
    }
    .illust.item08 .addtime img{
        width: 210px;
        height: auto;
    }
}
@media screen and (max-width: 767px) {
    .illust.item01{
        top: -20px;
        right: 0;
        height: 180px;
    }
    .illust.item02{
        position: absolute;
        top: -20px;
        left: unset;
        right: 0;
        transform: unset;
    }
    .illust.item02 img{
        width: 150px;
    }
    .illust.item03{
        bottom: -220px;
        left: unset;
        right: 20px;
    }
    .illust.item03 img{
        height: 200px;
    }
    .illust.item04{
        top: -20px;
        left: 40px;
        width: 180px;
    }
    .illust.item05{
        bottom: -120px;
        left: 40px;
        width: 125px;
        z-index: 9;
    }
    .illust.item06{
        top: 0;
        left: unset;
        right: 50px;
        width: 100px;
    }
    .illust.item04 img,
    .illust.item05 img,
    .illust.item06 img{
        width: 100%;
    }
    .illust.item08 {
		bottom: -120px;
	}
    .illust.item08 .addtime img{
        height: 100px;
        width: auto;
    }
}
.links ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
}
.links a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 360px;
    width: 100%;
    height: 80px;
    font-size: 20px;
    border: 4px solid #005A98;
    transition: .5s;
}
.links a span{
    font-size: 20px;
}
.bottomLinks.links a{
    width: 360px;
}
.mainblue .links a{
    border-color: #fff;
}
.links img{
    position: absolute;
    width: 24px;
    height: 24px;
    right: 24px;
    transition: .4s;
}
.links a:hover{
    border-radius: 20px;
}
.links a:hover img{
    right: 30px;
}
.anchor{
    transform: rotate(90deg);
}
.link-check{
    text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
    .links a img{
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .links a{
        width: 100%;
        font-size: 16px;
    }
    .bottomLinks.links a{
        width: 100%;
    }
}
.program dt,.program dd{
    display: flex;
    flex-direction: column;
}
.program-teacher{
    padding-top: 8px;
}
.program-time{
    padding-top: 24px;
}
.program-time + small{
    padding-top: 10px;
    font-size: 12px;
    line-height: 1.4;
}
.program-note{
    margin-top: 18px;
    padding-top: 20px;
    border-top: 2px solid #005A98;
}
.mainblue .program-note{
    border-color: #fff;
}
.section-title{
    position: relative;
    margin-top: 160px;
    overflow: hidden;
}

.section-title.end{
    margin-top: 80px;
}
@media screen and (max-width: 767px) {
    .section-title.end{
        margin-top: 20px;
    }
    .program-note {
        margin-top: 13px;
        padding-top: 14px;
    }
    .section-title{
        padding-top: 80px;
        margin-top: 0;
    }
}
@keyframes pathmove{
    0%{
        transform: translateY(10px);
    }
    50%{
        transform: translateY(-2px);
    }
    100%{
        transform: translateY(10px);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        display: none;
        opacity: 0;
        z-index: -1;
    }
}
/* 各ブロック */
.blockMV .main{
    width: 100%;
    text-align: center;
}
.blockMV .video{
    width: 100%;
    outline: 2px solid #fff;
    outline-offset: -1px;
    aspect-ratio: 16 / 9;
}
.load-image{
    width: 100%;
    aspect-ratio: 16 / 9;
    outline: 2px solid #fff;
}
.scroll-main{
	position: fixed;
    right: calc(50% - 74px);
	bottom: 40px;
    transform: translateX(-50%);
    z-index: 99;
    transition: .4s;
}
.scroll-main-btn{
    display: block;
    animation: pathmove 1s infinite linear 0.5s both;
}
.scroll-main-btn img{
    width: 74px;
}
.blockMV .end img{
    width: 100%;
}
@media screen and (max-width: 767px) {
    .blockMV.content{
        padding: 0;
    }
    .blockMV .main{
        margin-top: 0;
        padding: 10px 16px 0;
    }
    .load-image,
    .blockMV .video{
        aspect-ratio: 9 / 16;
    }
}
.blockMainTitle .block:first-child{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.blockMainTitle .block:first-child p{
    font-size: 76px;
    font-weight: 800; 
    padding: 4px 0 0 24px;
    text-align: left;
    line-height: 1.2;
}
.blockMainTitle .block:first-child p + p{
    font-size: 32px;
}
.blockVenue .links{
    margin-top: 20px;
}
.blockVenue .links li:nth-child(2){
    margin-top: 10px;
}
.blockTry{
    margin-top: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1030px) {
    .blockMainTitle .block:first-child p{
        font-size: 70px;
    }
}
@media screen and (max-width: 767px) {
    .blockMainTitle.block-wrap{
        margin-top: 0;
    }
    .blockMainTitle .block:first-child p{
        padding: 6px 0 0 0;
        font-size: 36px;
    }
    .blockMainTitle .block:first-child p + p{
        font-size: 14px;
    }
    .blockMainTitle .block:last-child {
        display: flex;
        flex-direction: row;
    }
    .blockMainTitle .program-title{
        margin: auto 0 10px;
        width: 50%;
        height: auto;
    }
    .blockVenue{
        flex-direction: column-reverse;
    }
    .blockVenue p{
        position: absolute;
        top: 32px; 
        right: 16px;
        font-size: 14px;
    }
    .blockVenue .block:last-child{
        height: 330px;
    }
    .blockprogram .block-wrap:nth-child(2){
        flex-direction: column-reverse;
    }
    .blockprogram .block-wrap:first-of-type .block.text.bk{
        min-height: 450px;
    }
    .blockprogram .block-wrap:not(:first-of-type) .block.text.bk,
    .blockTry .block.text.bk,.blockDay .block-01 .block.text.bk{
        min-height: 400px;
    }
    .blockprogram .program-title{
        font-size: 20px;
    }
    .blockTry{
        margin-top: 80px;
    }
    .blockTry .block-wrap:first-child{
        flex-direction: column-reverse;
    }
}
.blockVideo .text-wrap{
    margin-top: 80px;
    width: 100%;
    text-align: center;
}
.blockVideo .video{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
    max-width: 980px;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #005A98;
    border-radius: 10px;
}
.blockVideo .video p {
    color: #fff;
}

.blockVideo video{
    width: 100%;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .blockVideo .text-wrap{
        margin-top: 40px;
    }
    .blockVideo .text{
        font-size: 18px;
    }
    .blockVideo .video p {
        color: #fff;
    }
}
.blockProgramHead h3{
    font-size: 50px;
}
.blockProgramHead .block-wrap{
    top: 0;
    left: calc(50% + 30px);
    z-index: 9;
    transform: translateX(-50%);
    padding-bottom: 40px;
}
.blockProgramHead p{
    margin-top: 20px;
    line-height: 1.6;
    text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff,
    -2px 2px 1px #fff,  2px -2px 1px #fff,
    2px 0 1px #fff, -2px  0 1px #fff,
    0 2px 1px #fff,  0 -2px 1px #fff;
}
.blockHeadLine h2 {
    text-align: left;
}
.blockHeadLine h2 img{
    max-height:180px;
    width: auto;
}
.blockHeadLine h2 img + span{
    display: block;
    margin-top: 10px;
}
.blockHeadLine .program-title{
    font-size: 24px;
}
.blockDay{
    margin-top: 160px;
}
.blockDay .program{
    margin-top: 40px;
}
.blockDay dt{
    min-height: 70px;
}
.blockDay .program-time{
    padding-top: 8px;
}
.blockDay .block-06 .img_program{
    aspect-ratio: 1 / 1;
    height: auto;
}
.blockDay .program-note{
    margin-top: 10px;
	padding-top: 12px;
    min-height: 92px;
}
.blockDay .icon + span{
    padding-top: 10px;
    font-size: 20px;
}
.blockDay .block-05 .block:nth-child(-n + 2) .program-note{
    min-height: 170px;
}
.blockDay .block-05 .block:last-child{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blockDay .block-05 .block:last-child .program{
    margin-top: 16px;
}
.blockDay .block-05 .block:last-child .program-note{
    min-height: auto;
    padding-bottom: 22px;
}
.blockDay .img-tentative{
    width: 82px;
	margin-left: 8px;
}
.blockSoon.block-wrap{
    margin: 0 auto;
}
.blockSoon .block{
    display: flex;
    justify-content: center;
    align-items: center;
}
.blockSoon .text{
    font-weight: 700;
    font-size: 60px;
    line-height: 1.4;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .program-time .icon + span{
        font-size: 14px;
    }
    .blockProgramHead .block-wrap{
        position: relative;
        top: 10px;
        left: unset;
        transform: unset;
		padding-bottom: 0;
    }
    .blockProgramHead h3{
        font-size: 24px;
    }
    .blockProgramHead p{
        font-size: 14px;
    }
    .blockProgramHead .photo-wrap,
    .blockDay{
        margin-top: 46px;
    }
    .blockDay .block-05 .block.bk{
        min-height: 360px;
    }
    .blockDay .block-05 .block:nth-child(-n + 2) .program-note{
        min-height: auto;
    }
    .blockDay .block-01{
        flex-direction: column-reverse;
    }
    .blockDay .program{
        margin-top: 10px;
    }
    .blockDay .program-title{
        font-size: 18px;
    }
    .blockDay .program-teacher{
        padding-top: 0;
        font-size: 12px;
        font-weight: 700;
    }
    .blockDay .program-time{
        padding-top: 0;
    }
    .blockDay .program-note{
        font-size: 14px;
        font-weight: 700;
    }
    .blockHeadLine{
        flex-direction: column-reverse;
    }
    .blockHeadLine h2 img{
        height: 120px;
    }
    .blockHeadLine h2 img + span{
        margin: 10px 0 20px;
    }
    .blockHeadLine .program-title{
        font-size: 14px;
    }
    .blockSoon .text{
        font-size: 30px;
        line-height: 1.4;
    }
    .blockSoon.block-wrap.h-half{
        min-height: auto;
    }
    .blockDay .img-tentative{
        width: 52px;
        margin-left: 12px;
    }
}
.map360{
    position: relative;
    height: 100%;
}
.map360 h4{
    font-size: 30px;
    background-color: #005A98;
    color: #fff;
    padding: 12px 20px 8px;
}
.map360-text{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 200px);
    width: 100%;
    max-width: 1440px;
}
.map360-main{
    position: relative;
    padding-top: 460px;
}
.map360-main img{
    position: relative;
    z-index: -1;
}
.map360-note{
    margin-left: auto;
    width: 656px;
}
.map360-link-list{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: calc(100% - 460px);
}
.map360-link-item{
    position: absolute;
}
.spot01{
    top: 30%;
	left: 16%;
}
.spot02{
    top: 16%;
    left: 44%;
}
.spot03{
    top: 17%;
    left: 54%;
}
.spot04{
    top: 30%;
    left: 44%;
}
.spot05{
    top: 28%;
    left: 68%;
}
.map360-title{
    padding-top: 80px;
}
.map360-link-item{
    display: inline-block;
}
.map360-link{
    display: block;
}
.map360-icon{
    transition: .1s;
}
.map360-link:hover .map360-icon{
    transform: scale(1.04);
}
.map360-note p{
    padding-top: 16px;
    font-size: 16px;
    line-height: 1.6;
    text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff,
    -2px 2px 1px #fff,  2px -2px 1px #fff,
    2px 0 1px #fff, -2px  0 1px #fff,
    0 2px 1px #fff,  0 -2px 1px #fff;
}
.map360-note ol{
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    white-space: nowrap;
}
.map360-note li{
    flex-grow:1;
}
.map360-note a{
    font-size: 16px;
    line-height: 1.6;
    transition: .2s;
}
.map360-note a:hover{
    opacity: .8;
}
.map360-note .icon{
    display: inline-block;
    height: 30px;
    margin: 8px 4px 0 0;
}
.map360-note .icon img{
    height: 100%;
}
.map360-note-wrap{
    z-index: 99;
}
@media screen and (min-width: 768px) {
    .map360-note-wrap{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 1440px;
        bottom: 200px;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1440px) {
    .map360-note-wrap{
        padding-right: 40px;
        bottom: 100px;
    }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
    .map360-note-wrap{
        padding-right: 20px;
        bottom: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
    .map360-text{
        height: 100%;
        padding: 0 24px;
    }
    .map360-title img{
        width: 400px;
    }
    .map360-note{
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .map360{
        margin-top: 70px;
    }
    .map360-title{
        padding-top: 0;
        padding-left: 24px;
    }
    .map360-title img{
        width: 200px;
    }
    .map360-note{
        width: 100%
    }
    .map360-text{
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        max-width: unset;
        transform: unset;
    }
    .map360-main{
        position: absolute;
        top: 0;
        padding-top: 230px;
    }
    #Map360Image{
        width: 100%;
    }
    .map360-note{
        padding: 0 24px;
    }
    .map360-link-list{
        top: 240px;
        bottom: unset;
    }
    .map360 h4{
        padding: 6px 0;
        text-align: center;
        font-size: 18px;
    }
    .map360-note p{
        font-size: 14px;
    }
    .map360-main img{
        width: 24px;
    }
    .map360-note .icon{
        height: 24px;
    }
    .map360-note ol{
        padding-top: 4px;
    }
    .map360-note li{
        line-height: 1.15;
    }
    .map360-note a{
        font-size: 14px;
        line-height: unset;
    }
    .spot01{
        top: 80%;
    }
    .spot02{
        top: 4%;
    }
    .spot03{
        top: 6%;
    }
    .spot04{
        top: 90%;
    }
    .spot05{
        top: 50%;
    }
}
.contact{
    margin: 240px auto;
    width: 688px;
    text-align: center;
}
.contact h2{
    font-size: 30px;
}
.contact p{
    margin-top: 18px;
    padding-top: 20px;
    font-size: 18px;
    line-height: 1.6;
    border-top: 2px solid #005A98;
}
.contact img{
    margin-top: 22px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .contact{
        margin: 40px auto 0;
        width: 100%;
    }
    .contact h3{
        font-size: 18px;
    }
    .contact p{
        font-size: 14px;
        line-height: 1.6;
    }
    .contact img{
        margin: 18px auto 0;
        width: 278px;
    }
}
.blockSoon + .links{
    margin-top: 40px;
}
.bottomLinks{
    margin-top: 240px;
}
@media screen and (max-width: 767px) {
    .bottomLinks{
        margin-top: 80px;
    }
    .links ul{
        flex-direction: column;
    }
}
/* panorama */
#panorama {
    filter: brightness(104%);
    pointer-events: none;
}
.pnlm-load-box,
.pnlm-compass{
    z-index: -1;
    opacity: 0;
}
@keyframes loop {
	from {
        transform: translateX(0);
      }
    to {
        transform: translateX(-100%);
    }
}
.scroll-infinity-wrap{
    display: flex;
    width: 200dvw;
    overflow: hidden;
}
.scroll-infinity-wrap.photo-wrap{
    width: 300dvw;
}
.scroll-infinity{
    display: flex;
    flex-direction: row;
    overflow: hidden;
}
.scroll-infinity ul{
    display: flex;
    width: 100dvw;
    padding: 0;
    animation: loop 60s infinite linear 0.5s both;
}
.scroll-infinity .photo{
    min-width: 260dvw;
    animation-duration: 60s;
}
.scroll-infinity .title li {
    padding: 0 60px;
    width: 100dvw;
} 
.scroll-infinity .photo li {
    height: calc(260dvw / 10);
    width: calc(260dvw / 10);
    padding: 0 20px;
} 
.scroll-infinity .title img,
.scroll-infinity img{
    width: 100%;
}
@media screen and (max-width: 767px) {
    .scroll-infinity-wrap,.scroll-infinity ul{
        width: 1600px;
    }
    .scroll-infinity .title li{
        padding: 0;
        height: 100px;
        width: 800px;
    }
    .scroll-infinity .title img{
        width: auto;
        height: 100%;
        object-fit: contain;
    }
    .scroll-infinity-wrap.photo-wrap,
    .scroll-infinity .photo{
        min-width: 2200px;
    }
    .scroll-infinity .photo li {
        height: 200px;
        width: 2200px;
        padding: 0 10px;
    } 
}
/* move */
#LoadMainVideo {
    width: 100%;
    height: 100%;
}
#LoadMainVideo.loaded {
    display: none;
}
.js-scroll,
.move-illust{
    opacity: 0;
}
.js-scrolled.move-popup{
    animation-name: popup;
    animation-fill-mode:forwards;
    animation-duration: .4s;
}
.js-scrolled.move-right{
    animation-name: right;
    animation-fill-mode:forwards;
    animation-duration: 1s;
}

.js-scrolled.move-bottom{
    animation-name: bottom;
    animation-fill-mode:forwards;
    animation-duration: .6s;
}

.js-scrolled.move-right .move-illust.illust.item01{
    animation-name: stand;
    animation-fill-mode:forwards;
    animation-duration: .4s;
    animation-delay: 1s; 
}
.move-delay{
    animation-delay: 0.2s; 
}
.move-illust-float{
    animation-name: float;
    animation-fill-mode:forwards;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-delay:2s; 
}
.illust.item06 .move-illust-float{
    animation-name: float-mini;
    animation-duration: 1s;
    animation-delay: unset;
}
.move-spot{
    animation-name: float_spot;
    transition-timing-function:linear;
    animation-iteration-count: infinite;
    animation-duration: 2s;
}
.move-spot:hover{
    animation-duration: .4s;
}
.spot03 .move-spot{
    animation-delay: 1s;   
}
.spot04 .move-spot{
    animation-delay: .5s;   
}
.addtime.move-illust-float{
    animation-delay: unset;   
}
.move-illust-walk{
    animation-name: walk;
    animation-fill-mode:forwards;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-timing-function: steps(1);
}
.move-illust-car{
    animation-name: car;
    animation-fill-mode:forwards;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-timing-function: steps(1);
}
.move-illust-dance{
    animation-name: dance;
    animation-fill-mode:forwards;
    animation-iteration-count: infinite;
    animation-duration: 2s; 
    animation-timing-function: steps(1);
}
.move-check{
    display: inline-block;
    animation: hurueru 1s  infinite;
}

.move-swing{
    animation-name: swing;
    animation-fill-mode:forwards;
    animation-iteration-count: infinite;
    animation-duration: 2s; 
    animation-timing-function: steps(1);
}

@keyframes swing {
    0% {transform: rotateZ(0)}
    90% {transform: rotateZ(2deg)}
    94% {transform: rotateZ(-2deg)}
    96% {transform: rotateZ(2deg)}
    96% {transform: rotateZ(-2deg)}
    100% {transform: rotateZ(2deg)}
}
@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    70% {transform: translate(2px, 2px) rotateZ(1deg)}
    80% {transform: translate(0px, 2px) rotateZ(0deg)}
    90% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
@keyframes popup {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    60% {
        transform: scale(1.02);
    }
    85% {
        transform: scale(0.96);
    }
    90% {
        transform: scale(0.99);
    }
    95% {
        transform: scale(0.98);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes car {
    0% {
        transform: translateX(10px);
    }
    25% {
        transform: rotate(2deg);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: rotate(-2deg);
    }
    100% {
        transform: translateY(2px);
    }
}

@keyframes walk {
    0% {
        transform: translateY(2px);
    }
    25% {
        transform: rotate(2deg);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: rotate(-2deg);
    }
    100% {
        transform: translateY(2px);
    }
}

@keyframes float {
    0% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(10px);
    }
}
@keyframes float_spot{
    0% {
        transform: translateY(4px);
    }
    50% {
        transform: translateY(-4px);
    }
    100% {
        transform: translateY(4px);
    }
}
@keyframes float-mini {
    0% {
        transform: translateY(4px);
    }
    50% {
        transform: translateY(-4px);
    }
    100% {
        transform: translateY(4px);
    }
}

@keyframes dance {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(0);
    }
    75% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(0);
    }
}

@keyframes right {
    0% {
        transform: translateX(100%);
        opacity: 1;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes bottom {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes stand {
    0% {
        transform: translateY(100px);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* slick */
.slider.movie {
    width: 100%;
    margin: 80px 0 0;
    position: relative;
    overflow: hidden;
}
.slider.movie li{
    padding: 0 40px;
    width: 780px; 
}
.slider.movie img {
    display: block;
    width: 100%;
    height: 430px;
}
.slider.movie .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #005A98;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 180px;
    z-index: 1;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider.movie .slick-arrow::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 24px;
    transform: rotate(45deg);
}
.slider.movie .slick-next {
    right: calc(50% - 450px);
    transform: translateX(-50%);
}
.slider.movie .slick-prev {
    left: calc(50% - 390px);
    transform: translateX(-50%);
}
.slider.movie .slick-next::before {
    left: 20px;
}
.slider.movie .slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 22px;
}
.slider-link{
    display: block;
    transition: .2s;
}
.slider-link:hover{
    opacity: .8;
}
.slider-text h4{
    margin-top: 20px;
    font-size: 24px;
}
.slider-text p{
    margin-top: 10px;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .slider.movie{
        margin-top: 80px;
    }
    .slider.movie li{
        padding: 0;
        width: 100%; 
    }
    .slider.movie img{
        width: 100%;
        height: auto;
    }
    .slider-text{
        padding: 0 24px 24px;
    }
    .slider-text h4{
        font-size: 18px;
    }
    .slider-text p{
        font-size: 14px;
        line-height: 1.7;
    }
}

.anchor360{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
}

.anchor360 a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100px;
    width: 100px;
    color: #fff;
    font-size: 18px;
    background-color: #005A98;
    border-radius: 9999px;
    padding-top: 6px;
    transition: .4s;
}
.anchor360 a:hover{
    background-color: #0a649f;
}
.block-wrap img.anchor{
    margin-top: 2px;
    width: 14px;
}

.live-link{
    display: block;
    width: 100%;
    transition: .4s;
}
.live-link img{
    transition: .4s;
}
.live-link:hover{
    transform: scale(.99);
}
.live-link:hover img{
    border-radius: 20px
}

.totop{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}
.totop a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    width: 80px;
    height: 80px;
    color: #fff;
    background-color: #005A98;
    font-size: 20px;
    border-radius: 10px 0 0 10px;
    aspect-ratio: 1;
    border-radius: 50%;
    transition: .4s;
}
.totop a img{
    width: 14px;
    transform: rotate(-90deg);
}
.totop a:hover{
    transform: translateY(-2px);
}
@media screen and (max-width: 767px) {
    .totop{
        bottom: 10px;
        right: 10px;
    }
    .totop a{
        width: 60px;
        height: 60px;
        gap: 2px;
        font-size: 14px;
    }
}