@charset "UTF-8";


/* cmnhd */

.logo_cmnhd .-scroll {
	opacity: 0;
	transition-duration: .5s;
}

.cmnhd.-open .logo_cmnhd .-scroll {
	opacity: 0 !important;
}

.cmnhd.-scroll .-scroll {
	opacity: 1;
}

.cmnhd_link_row.-black li a,
.cmnhd_link_row select {
	color: #fff;
	border: solid 1px #fff;
	padding: 5px 20px 5px 10px;
}

.cmnhd_link_item.-sub ul li a {
	padding: 0 10px;
	border-right: solid 1px #fff;
	color: #fff;
}

.cmnhd_link_item.-sub ul li:first-child a {
    border-left: solid 1px #fff;
}

.cmnhd .cmnhd_link_row.-language::after {
	content: '';
	width: 5px;
	height: 7px;
	background: url(/kanazawa-castle/img/cmn/icon-arrow_cmnnav.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
}

.cmnhd.-scroll .cmnhd_link_row.-language::after {
	content: '';
	width: 7px;
	height: 5px;
	background: url(/kanazawa-castle/img/cmn/icon-arrow_cmnnav_scroll.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);

}


/* hero */

.hero {
    position: relative;
    height: 100vh;
}

.hero::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.hero_img {
    width: 100%;
    height: 100%;
}

.hero .splide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero .splide,
.hero .splide__track {
    height: 100%;
}

.splide__arrow {
    display: none;
}

.hero_txt {
    position: absolute !important;
    bottom: 50% !important;
    right: 50% !important;
    transform: translate(50%, 50%) !important;
    z-index: 10;
}

.hero_txt img {
    max-width: 170px;
}

.hero_news {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0, .6);
    padding: 20px 35px;
    color: #fff;
    z-index: 11;
    display: flex;
    align-items: center;
    gap: 10px;
}

.splide__pagination {
    display: none;
}

.scroll {
    position: absolute;
    bottom: 23%;
    left: 2%;
    z-index: 10;
}

.scroll p {
    color: #fff;
    writing-mode: sideways-lr;
}

.scroll::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: -135px;
  content: "";
  height: 120px;
  left: 3px;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


/* intro */

.intro {
    position: relative;
    padding: 70px 0;
}

.intro::before {
    content: '';
    width: 505px;
    height: 481px;
    background: url(/kanazawa-castle/img/home/bg-intro.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.bg-intro {
    position: absolute;
    right: 0;
    top: 80px;
}

.intro_cnt {
    width: 100%;
    flex: 1;
}

.intro .cnt_wrapper {
    justify-content: center;
    align-items: center;
    gap: 5%;
    width: 90%;
    max-width: 875px;
    margin: 0 auto;
}

.intro .cnt_wrapper.-en {
    max-width: 1000px;
}

.intro_ttl {
    font-size: 35px;
    text-align: center;
    margin-right: 25%;
}

.intro_ttl_sub {
    font-size: 45px;
    letter-spacing: 10px;
    text-align: center;
    margin: 0 0 20px 20%;
}

.intro_txt {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}


/* news_impo */

.news_impo {
    max-width: 1160px;
    margin: 0 auto;
}

.news_impo .cnt_wrapper {
    border: solid 3px #9F0000;
    align-items: center;
}

.news_impo_ttl {
    color: #fff;
    background: #9F0000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 220px;
    height: -webkit-fill-available;
}

.news_impo_ttl::before {
    content: '';
    width: 21px;
    height: 19px;
    background: url(/kanazawa-castle/img/cmn/icon-news_impo.svg) no-repeat center;
    background-size: cover;
}

.news_list {
    width: 100%;
    background: #fff;
    padding: 30px;
}

.news_list li a {
    color: #9F0000;
    font-family: 'Noto Sans JP', sans-serif;
    text-decoration: underline;
    position: relative;
    padding-left: 15px;
}

.news_list li a:hover {
    text-decoration: none;
}

.news_list li a::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #9F0000;
    border-radius: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


/* news */

.news_select p {
    padding: 20px 40px;
    width: 34%;
    border: solid 1px #BCB5A8;
    text-align: center;
    font-size: 20px;
}

.news_select p.-active {
    color: #fff;
    background: #938055;
}

.news_select p:nth-child(2),
.news_select p:nth-child(3) {
    border-left: none;
}

.news_select p:hover {
    cursor: pointer;
}

.news_body {
    padding: 80px;
    border: solid 1px #C1BCB2;
    border-top: none;
    position: relative;
}

.news_body::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #F8F6F2;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
}

.news_body .cnt_wrapper {
    gap: 30px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.news_hd.cnt_wrapper {
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
}

.news_cnt {
    width: 23%;
}

.news_cnt:hover .news_img img {
    transform: scale(1.1);
}

.news_img {
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
    max-width: 260px;
    height: auto;
    aspect-ratio: 1 / 1;
}

.news_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.icon_new {
    color: #fff;
    background: #D60000;
    padding: 0 20px;
}

.news_cat {
    color: #938055;
}

.news_txt {
    font-size: 18px;
}

.news_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; 
}

.news_btn::before {
    content: '';
    width: 21px;
    height: 15px;
    background: url(/kanazawa-castle/img/cmn/icon-list.svg) no-repeat center;
    background-size: cover;
}


/* diary */

.diary {
	margin-bottom: 100px;
}

.diary_body {
    padding: 50px 80px;
    border: solid 1px #C1BCB2;
    position: relative;
}

.diary_body::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #F8F6F2;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.diary_hd {
    text-align: center;
    margin-bottom: 30px;
}

.diary_hd_ttl {
    font-size: 24px;
}

.diary_ttl {
	font-size: 24px;
}

.diary_list {
	display: flex;
	gap: 40px;
}

.diary_list li {
	width: calc(25% - 15px);
}

.diary_list li a:hover .img_diary img {
	transform: scale(1.1);
}

.img_diary {
	margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
    max-width: 260px;
    height: auto;
    aspect-ratio: 1 / 1;
}

.img_diary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.diary_cnt {
	padding: 20px 0;
}

/* .diary_date {
	margin-bottom: 10px;
} */

.diary_ttl {
	font-size: 18px;
}


/* movie */

.movie_ttl {
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 24px;
	color: #fff;
}

.movie_ttl::before {
	content: '';
	width: 46px;
	height: 24px;
	background: url(/kanazawa-castle/img/cmn/icon-live.svg) no-repeat center;
	background-size: cover;
}

.movie {
    background: #222222;
    padding: 80px 20px;
}

.movie_wrap {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.movie_wrap_cnt {
    width: 100%;
    max-width: 470px;
}

.movie_wrap_cnt iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

/* .movie_link {
    margin-bottom: 20px;
    overflow: hidden;
}

.movie_link img {
    transition-duration: .5s;
}

.movie_link:hover {
    cursor: pointer;
}

.movie_link:hover img {
    transform: scale(1.05);
} */

.movie_wrap_cnt p {
    text-align: center;
    color: #fff;
    font-size: 22px;
}

.popup-overlay {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
}

.popup-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.popup-content::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.popup-content iframe {
    width: 100%;
    height: 50%;
    aspect-ratio: 16 / 9;
    max-width: 50%;
}

.popup-close {
    position: absolute;
    top: 19%;
    right: 22%;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.live_cnt_item p {
	text-align: center;
	font-size: 24px;
	color: #fff;
}


/* page_btn */

.page_btn a {
	display: block;
	width: 34%;
	height: 630px;
	position: relative;
	transition-duration: 0.5s;
	overflow: hidden;
}

.page_btn a::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition-duration: .5s;
}

.page_btn a:first-child::before {
	background: url(/kanazawa-castle/img/home/img-page_btn01.png) no-repeat center;
	background-size: cover;
}

.page_btn a:nth-child(2)::before {
	background: url(/kanazawa-castle/img/home/img-page_btn02.png) no-repeat center;
	background-size: cover;
}

.page_btn a:last-child::before {
	background: url(/kanazawa-castle/img/home/img-page_btn03.png) no-repeat center;
	background-size: cover;
}

.page_btn a:hover {
	background-size: 110%;
}

.page_btn a:hover::before {
	transform: scale(1.1);
}

.page_btn a::after {
	content: '';
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	position: absolute;
	top: 0;
	left: 0;
	transition-duration: .5s;
	z-index: 1;
}

.page_btn a:hover::after {
	opacity: .2;
}

.page_btn_cnt {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	z-index: 5;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 70%;
}

.page_btn_ttl {
	font-size: 30px;
	color: #fff;
	writing-mode: vertical-rl;
	letter-spacing: 10px;
	margin: 0 auto;
	text-align: center;
}

.page_btn_txt {
    font-size: 15px;
	color: #fff;
	text-align: center;
}



/* tanbou */

.tanbou {
    padding: 100px 0;
}

.tanbou .cnt_wrapper {
    gap: 5%;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 90%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 80px 50px;
    border: solid 1px #BAB4A7;
}

.tanbou .cnt_wrapper::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #F8F6F2;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.icon_tanbou {
	margin-bottom: 35px;
}

.tanbou_txt {
    margin-bottom: 30px;
}

.tanbou .cmn_btn {
    margin: 0;
}

/* restrora */

.restora {
    position: relative;
    padding: 100px 0;
    background: url(/kanazawa-castle/img/home/bg-restora.png) no-repeat center;
    background-size: cover;
}

/* .restora::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #F8F6F2;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
} */

.restora .cnt_wrapper {
    justify-content: center;
    gap: 40px;
}

.icon-restora {
    text-align: center;
    margin: 0 auto 50px;
}

.restora_cnt {
    position: relative;
    /* padding: 30px; */
    padding-top: 30px;
    width: 100%;
    max-width: 590px;
    background: #F4F2EC;
}

/* .restora_cnt::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #F8F6F2;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
} */

.restora_cnt_ttl {
    font-size: 24px;
    /* margin-bottom: 20px; */
    position: relative;
    text-align: center;
    padding: 0 20px;
}

.restora_cnt_txt {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
}

.img_restora_cnt {
    /* margin-bottom: 40px; */
    overflow: hidden;
}

.img_restora_cnt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.restora_cnt:hover .img_restora img {
    transform: scale(1.1);
}

.img_restora {
    position: relative;
}

.img_restora::after {
    content: '';
    width: 1px;
    height: 50px;
    background: #B6B0A3;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}


.img_view img {
    width: 100%;
    height: auto;
}

.inner.-bnr {
    max-width: 1240px;
}



@media screen and (max-width:1240px) {
}

@media screen and (max-width:767px) {


    /* cmnhd */

    .cmnnav_btn span {
        background: #fff;
    }

    
    /* hero */

    .hero_news {
        padding: 10px 15px;
    }

    .hero_news .time {
        flex:  1;
    }

    .hero_txt img {
        max-width: 120px;
    }

    .scroll {
        display: none;
    }


    /* intro */

    .intro {
        padding: 70px 20px;
    }

    .intro::before {
        width: 190px;
        height: 181px;
        top: 30%;
    }

    .bg-intro {
        width: 14%;
        top: 30px;
    }

    .intro .cnt_wrapper {
        flex-flow: column-reverse;
        width: 100%;
    }

    .intro_ttl{
        font-size: 23px;
    }

    .intro_ttl_sub {
        font-size: 30px;
        margin-left: 50px;
        letter-spacing: 5px;
    }

    .intro_txt {
        font-size: 16px;
        text-align: left;
    }


    /* news_impo */

    .news_impo .cnt_wrapper {
        flex-flow: column;
    }

    .news_impo_ttl {
        width: 100%;
        padding: 10px 40px;
    }

    .news_list {
        padding: 20px;
    }

    /* news */

    .news_select p {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        line-height: 20px;
        padding: 10px 5px;
    }

    .news_body {
        padding: 30px 20px;
    }

    .news_body .cnt_wrapper {
        gap: 20px;
    }

    .news_cnt {
        width: 100%;
        display: flex;
        gap: 10px;
    }

    .news_img {
        width: 140px;
        height: 140px;
    }

    .news_wrap {
        flex: 1;
    }

    .news_hd.cnt_wrapper {
        margin-bottom: 0;
    }

    .news_txt {
        font-size: 16px;
        line-height: 23px;
    }

    /* diary */

    .diary {
        margin-bottom: 0;
    }

    .diary_body {
        padding: 30px 20px;
    }

    .diary_list li a {
        display: flex;
        gap: 10px;
    }

    .img_diary {
        width: 140px;
        height: 140px;
    }

    .diary_cnt {
        flex: 1;
    }

    .diary_hd.cnt_wrapper {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .diary_hd_ttl {
        font-size: 22px;
    }

    .diary_ttl {
        font-size: 22px;
    }

    .diary_list {
        flex-flow: column;
        gap: 20px;
    }

    .diary_list li {
        width: 100%;
    }

    .diary_cnt {
        padding: 0;
    }

    .diary_ttl {
        font-size: 16px;
    }

    .popup-content iframe {
        height: auto;
        max-width: 90%;
    }

    .popup-close {
        top: 25%;
        right: 2%;
    }

    .movie {
        padding: 50px 20px;
    }
    
    .movie_wrap {
        flex-flow: column;
        gap: 40px;
    }

    .movie_link {
        margin-bottom: 10px;
    }

    .movie_wrap_cnt p {
        font-size: 18px;
    }


    /* paeg_btn */

    .page_btn.cnt_wrapper {
        flex-flow: column;
    }

    .page_btn a {
        width: 100%;
        height: 400px;
    }

    .page_btn_cnt {
        width: 100%;
    }

    .page_btn_ttl {
        font-size: 22px;
        letter-spacing: 5px;
        margin-bottom: 20px;
    }


    /* tanbou */

    .tanbou {
        padding: 50px 0;
    }

    .tanbou .cnt_wrapper {
        flex-flow: column-reverse;
        /* width: 90%; */
        margin: 0 auto 20px;
        padding: 30px 20px;
    }

    .tanbou .cmn_btn {
        margin: 0 auto;
    }


    /* restora */

    .restora {
        padding: 50px 0;
    }

    .icon-restora {
        margin-bottom: 30px;
    }

    .restora .cnt_wrapper {
        flex-flow: column;
    }

    .restora_cnt_ttl::after {
        bottom: -120px;
    }

    .restora_cnt_txt {
        padding: 0 20px;
    }


}
