@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans|Noto+Sans+JP:300,400,500,700|Roboto+Condensed:400,400i,700,700i&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP|Sawarabi+Mincho&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato&display=swap);
.column-border {
    display: block;
    width: 100%;
    background: #424e54;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    padding: 0 8px;
    margin-bottom: 20px;
    margin-top: 40px
}
.top-page-head {
    padding: 6vw 0 0;
    width: 100%;
    height: 100vh;
    background: #dddfe0
}
.top-page-head .top-mainvisual-section {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0
}
.top-page-head .top-mainvisual-section .mainvisual-img-box {
    width: 100%;
    height: 100%
}
.top-page-head .top-mainvisual-section .mainvisual-img-box li {
    position: relative;
    height: calc(100vh - 6vw);
    width: 100%
}
.top-page-head .top-mainvisual-section .mainvisual-img-box li:nth-of-type(1) {
    background: url(../images/top/top-main2026-img01.jpg) no-repeat center center;
    background-size: cover
}
.top-page-head .top-mainvisual-section .mainvisual-img-box li:nth-of-type(2) {
    background: url(../images/top/top-main2026-img02.jpg) no-repeat center center;
    background-size: cover
}
.top-page-head .top-mainvisual-section .mainvisual-img-box li:nth-of-type(3) {
    background: url(../images/top/top-main2026-img03.jpg) no-repeat center center;
    background-size: cover
}
.top-page-head .top-mainvisual-section .mainvisual-img-box li:nth-of-type(4) {
    background: url(../images/top/top-main2026-img04.jpg) no-repeat center center;
    background-size: cover
}
.top-page-head .top-mainvisual-section .mainvisual-title-box {
    width: 100%;
    height: 100%
}
.top-page-head .top-mainvisual-section .mainvisual-title-box .mainvisual-title {
    position: absolute
}
.top-page-head .top-mainvisual-section .mainvisual-title-box .mainvisual-title span {
    line-height: .9;
    font-size: 5vw;
    font-family: "Josefin Sans", sans-serif;
    color: #fff
}
.top-page-head .top-mainvisual-section .mainvisual-title-box .mainvisual-title.word01 {
    bottom: 15vw;
    left: 5vw;
    animation-name: fadeLeftAnime;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: .4s
}
.top-page-head .top-mainvisual-section .mainvisual-title-box .mainvisual-title.word02 {
    bottom: 4vw;
    left: 5vw;
    animation-name: fadeLeftAnime;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: .7s
}
.top-page-head .top-mainvisual-section .new-oc-content {
    position: absolute;
    bottom: 2vw;
    right: 5vw;
    padding: 2em;
    background: rgba(255, 255, 255, .8);
    border-radius: 10px
}
.top-page-head .top-mainvisual-section .new-oc-content p.new-oc-title {
    font-size: calc(1.4rem + .5vw);
    line-height: 100%;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 10px
}
.top-page-head .top-mainvisual-section .new-oc-content .oc-schedule-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 5px;
    transition: all .4s
}
.top-page-head .top-mainvisual-section .new-oc-content .oc-schedule-content .oc-title {
    font-size: calc(1.2rem + .2vw);
    font-weight: 500;
    margin-right: 1vw
}
.top-page-head .top-mainvisual-section .new-oc-content .oc-schedule-content .oc-schedule {
    font-size: calc(1rem + .3vw);
    font-weight: 500
}
.top-page-head .top-mainvisual-section .new-oc-content .oc-schedule-content .oc-schedule span {
    font-size: calc(1.2rem + .2vw);
    font-weight: 500
}
.top-page-head .top-mainvisual-section .new-oc-content .oc-schedule-content::before {
    content: "";
    position: absolute;
    background: #000;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    transition: all .4s
}
.top-page-head .top-mainvisual-section .new-oc-content .oc-schedule-content:last-child {
    margin-bottom: 0
}
.top-page-head .top-mainvisual-section .new-oc-content .oc-schedule-content.oc-pt .oc-title {
    color: #007d85
}
.top-page-head .top-mainvisual-section .new-oc-content .oc-schedule-content.oc-pt::before {
    background: #007d85
}
.top-page-head .top-mainvisual-section .new-oc-content .oc-schedule-content.oc-nr .oc-title {
    color: #b9575e
}
.top-page-head .top-mainvisual-section .new-oc-content .oc-schedule-content.oc-nr::before {
    background: #b9575e
}
.top-page-head .top-mainvisual-section .new-oc-content .oc-schedule-content:hover::before {
    width: 100%
}
.top-content-section {
    width: 80%;
    margin: 0 auto;
    padding: 10vh 0 5vh;
    position: relative
}
.top-content-section.about {
    background: #dddfe0;
    width: 100%
}
.top-content-section.link {
    width: 100%
}
.top-content-section.two-torn {
    position: relative;
    background: linear-gradient(90deg, #007d85 0, #007d85 50%, #b9575e 50%, #b9575e 100%);
    padding: 16vh 0 6vh;
    height: 80vw;
}
.top-content-section.two-torn::before {
    content: "";
    position: absolute;
    background: #fff;
    border-radius: 3vw 3vw 0 0;
    width: 70%;
    height: 70vw;
    padding: 3vh 3vw;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0
}

	/* @media screen and (max-width:950px) {
	.top-content-section.two-torn {
	margin-bottom:225vw;
}	
		
	}

@media screen and (max-width:764px) {
	.top-content-section.two-torn {
	margin-bottom:10vw;
}	*/
		
	}
.top-content-title {
    margin-bottom: 5vh;
    opacity: 0
}
.top-content-title .en {
    font-size: 4.2vw;
    color: #424e54;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: .3em;
    line-height: 1
}
.top-content-title .jp {
    font-size: 1.6rem;
    color: #424e54;
    padding-left: 50px;
    position: relative;
    font-weight: 600;
    line-height: .8
}
.top-content-title .jp::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background: #424e54;
    letter-spacing: .3em;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}
.top-content-title.is-show {
    -webkit-animation: tracking-in-expand .7s cubic-bezier(.215, .61, .355, 1) both;
    animation: tracking-in-expand .7s cubic-bezier(.215, .61, .355, 1) both
}
.news-tab {
    margin-bottom: 6vh
}
.news-tab .tab_area {
    display: flex;
    justify-content: space-between
}
.news-tab .tab_area li.news_category {
    width: 15%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .2em;
    border-radius: 20px;
    border: 1px solid #424e54;
    cursor: pointer
}
.news-tab .tab_area li.news_category:hover {
    opacity: .6
}
.news-tab .tab_area li.news_category span {
    display: inline-block;
    position: relative;
    font-size: 1.5rem;
    line-height: 1;
    padding-left: 1.1em;
    color: #424e54
}
.news-tab .tab_area li.news_category span::before {
    position: absolute;
    content: "▶︎";
    font-size: 1rem;
    color: #424e54;
    top: calc(50% - 5px);
    left: 0;
    width: 10px;
    height: 10px
}
.news-tab .tab_area li.news_category.active {
    background: #424e54
}
.news-tab .tab_area li.news_category.active span {
    color: #fff
}
.news-tab .tab_area li.news_category.active span::before {
    color: #fff
}
.news_panel {
    display: none;
    width: 90%;
    margin: 0 auto 5vh
}
.news_panel.active {
    display: block
}
.news_panel .top-news-list li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2vh
}
.news_panel .top-news-list li a .news-img {
    width: 30%
}
.news_panel .top-news-list li a .news-img img {
    width: 100%
}
.news_panel .top-news-list li a .news-text {
    width: 67%
}
.news_panel .top-news-list li a .news-text .category {
    margin-bottom: 1vh
}
.news_panel .top-news-list li a .news-text .category .new {
    background: #000;
    color: #fff;
    font-size: 1.1rem;
    padding: .3em .5em 0;
    margin-right: .5em;
    display: inline-block;
    line-height: 1.8;
    font-family: "Josefin Sans", sans-serif
}
.news_panel .top-news-list li a .news-text .category .category-text {
    background: #424e54;
    color: #fff;
    font-size: 1.3rem;
    padding: 0 .8em;
    border-radius: 20px;
    display: inline-block;
    line-height: 1.8
}
.news_panel .top-news-list li a .news-text .category .category-text.pt {
    background: #007d85
}
.news_panel .top-news-list li a .news-text .category .category-text.nr {
    background: #b9575e
}
.news_panel .top-news-list li a .news-text .date {
    font-size: 1.6rem;
    color: #424e54
}
.news_panel .top-news-list li a .news-text .text {
    font-size: 1.5rem;
    color: #424e54
}

.news_panel .top-news-list li a .news-text .text span{
	background-color:#F74F51;
	padding:3px;
    color: #fff;
}

.about-lead-text {
    color: #424e54;
    font-size: 1.5rem;
    margin-bottom: 5vh
}
.about-link-bnr {
    position: relative;
    margin-bottom: 6vh;
    opacity: 0
}
.about-link-bnr img {
    width: 65%;
    margin: 0 auto;
    display: block;
    min-width: 400px
}
.about-link-bnr .bnr-inner {
    position: absolute;
    padding: 5vw 0 0;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%)
}
.about-link-bnr .bnr-inner img {
    width: 70%;
    margin-bottom: 5vh;
    min-width: 200px
}

.about-link-bnr .bnr-inner2 {
    position: absolute;
    padding: 5vw 0 0;
    bottom: 5%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
	width:60%;
}
/*.about-link-bnr .bnr-inner2 img {
    width: 70%;
    margin-bottom: 5vh;
    min-width: 200px
}*/

@media screen and (max-width:480px) {
	
.about-link-bnr .bnr-inner2 {
    bottom: -15%;
}	
}

.about-link-bnr.is-show {
    animation-name: fadeUpAnime02;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    opacity: 0
}
.about-dep-box .dep-title-img {
    width: 40%;
    margin: 0 auto 2vh
}
.about-dep-box .dep-title-img img {
    width: 100%
}
.about-dep-box .dep-bnr-list {
    display: flex;
    justify-content: space-between;
    width: 65%;
    margin: 0 auto;
    min-width: 400px;
    opacity: 0
}
.about-dep-box .dep-bnr-list li {
    width: 48%;
    height: 24vw;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}
.about-dep-box .dep-bnr-list li p {
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 2vh;
    letter-spacing: .2em;
    z-index: 1
}
.about-dep-box .dep-bnr-list li:nth-of-type(1) {
    background: url(../images/top/top-dep2026-img01.jpg) no-repeat center center;
    background-size: cover;
    position: relative
}
/* .about-dep-box .dep-bnr-list li:nth-of-type(1)::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    content: "";
    z-index: 0
} */
.about-dep-box .dep-bnr-list li:nth-of-type(2) {
    background: url(../images/top/top-dep2026-img02.jpg) no-repeat center center;
    background-size: cover;
    position: relative
}
/* .about-dep-box .dep-bnr-list li:nth-of-type(2)::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    content: "";
    z-index: 0
} */
.about-dep-box .dep-bnr-list.is-show {
    animation-name: fadeUpAnime02;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    opacity: 0
}
.top-link-btn {
    display: block;
    width: 35vw;
    margin: 0 auto;
    text-align: center;
    color: #424e54;
    font-size: clamp(1.6rem, 1.7vw, 2.6rem);
    letter-spacing: .5em;
    font-weight: 500;
    padding: 1.2vw 0;
    border: solid 1.5px #424e54;
    position: relative;
    color: #fff;
    transition: all .4s ease
}
.top-link-btn2 {
    display: block;
    width: 35vw;
    margin: 0 auto;
    text-align: center;
    color: #424e54;
    font-size: clamp(1.6rem, 1.7vw, 2.6rem);
    /*letter-spacing: .5em;*/
    font-weight: 500;
    padding: 1.2vw 0;
    border: solid 1.5px #424e54;
    position: relative;
    color: #fff;
    transition: all .4s ease
}
.top-link-btn:hover {
    letter-spacing: .2em
}
.top-link-btn.white {
    border: solid 1.5px #fff;
    color: #fff
}
.top-link-btn2.white {
    border: solid 1.5px #fff;
    background-color: #fff
}
.top-link-btn.white::after {
    background: url(../images/top/top-link-arrow-white.png) no-repeat center center;
    background-size: contain
}
.top-link-btn::after {
    content: "";
    position: absolute;
    width: 5vw;
    min-width: 30px;
    height: 10px;
    background: url(../images/top/top-link-arrow-black.png) no-repeat center center;
    background-size: contain;
    top: 50%;
    right: 2vw;
    transform: translateY(-50%)
}
.top-link-btn.short {
    width: 70%;
    font-size: clamp(1.2rem, 1.3vw, 1.8rem);
    padding: .5vw 0
}
.top-link-btn.short::after,.top-link-btn2.short::after {
    width: 2.5vw;
    min-width: 15px
}

.top-link-btn2.short {
    width: 50%;
    font-size: clamp(1.2rem, 1.3vw, 1.8rem);
    padding: .5vw 0;
	position:absolute;
	bottom:0;
	right:0;
}


.top-link-btn.right {
    margin: 0 0 0 auto
}
.top-link-btn.left {
    margin: unset
}
.link-content {
    padding: 6vh 0;
    position: relative;
    z-index: 1
}
.link-content .link-img {
    width: 30%;
    margin: 0 auto 2vh;
    min-width: 200px
}
.link-content .link-img img {
    width: 100%
}
.link-content .link-title {
    color: #424e54;
    font-size: 4rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: .3em;
    line-height: 1.3
}
.link-content .link-slider {
    padding: 8vh 0 4vh;
    margin-bottom: 16vh !important
}
.link-content .link-slider li {
    margin-right: 1vw;
    margin-left: 1vw
}
.link-content .link-slider li a img {
    width: 90%;
    margin: 0 auto
}
.link-content .link-slider .slick-dots {
    bottom: -50px
}
.link-content .link-slider .slick-dots li button::before {
    content: "";
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    border: solid 2px #424e54
}
.link-content .link-slider .slick-dots li.slick-active button::before {
    background: #424e54
}
.link-content .top-link-btn-text {
    font-size: 2.4rem;
    letter-spacing: .2em;
    color: #424e54;
    text-align: center;
    font-weight: 700;
    margin-bottom: 4vh
}
.event-lead-text {
    color: #424e54;
    font-size: 1.5rem;
    margin-bottom: 5vh
}
.event-bnr {
    width: 65%;
    margin: 0 auto;
    background: url(../images/top/top-event-img.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30vw;
    padding: 3vw;
    min-width: 400px;
    opacity: 0;
    position: relative
}
.event-bnr::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    mix-blend-mode: multiply;
    position: absolute;
    content: "";
    z-index: 0;
    border-radius: 25px
}
.event-bnr img {
    width: 40%;
    margin-bottom: 4vh;
    display: block;
    min-width: 150px;
    z-index: 1
}
.event-bnr.is-show {
    animation-name: fadeUpAnime02;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    opacity: 0
}
.index-block-box {
    display: flex;
    justify-content: space-between
}
.index-block-box .index-block li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1vw;
    position: relative
}
.index-block-box .index-block li .index-title {
    z-index: 1
}
.index-block-box .index-block li .index-title .en {
    display: block;
    font-size: clamp(1.6rem, 3vw, 3rem);
    color: #fff;
    line-height: 1;
    font-family: "Josefin Sans", sans-serif
}
.index-block-box .index-block li .index-title .jp {
    display: block;
    font-size: clamp(1.6rem, 2.3vw, 2.6rem);
    color: #fff;
    line-height: 1.5;
    font-weight: 700
}
.index-block-box.top {
    height: 36vw;
    margin-bottom: 10px
}
.index-block-box.top .index-block.top-left {
    width: calc(40% - 5px);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}
.index-block-box.top .index-block.top-left li {
    height: calc(18vw - 5px)
}
.index-block-box.top .index-block.top-left li .index-title {
    text-align: right
}
.index-block-box.top .index-block.top-left li:nth-of-type(1) {
    background: url(../images/top/top-index-img01.jpg) no-repeat center center;
    background-size: cover
}
.index-block-box.top .index-block.top-left li:nth-of-type(1)::before {
    background: rgba(0, 125, 133, .8);
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: 0
}
.index-block-box.top .index-block.top-left li:nth-of-type(2) {
    background: url(../images/top/top-index-img02-2026.jpg) no-repeat center center;
    background-size: cover
}
.index-block-box.top .index-block.top-left li:nth-of-type(2)::before {
    background: rgba(185, 87, 94, .8);
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: 0
}
.index-block-box.top .index-block.top-right {
    width: calc(60% - 5px)
}
.index-block-box.top .index-block.top-right li {
    height: 36vw;
    background: url(../images/top/top-index-img03.jpg) no-repeat center center;
    background-size: cover
}
.index-block-box.top .index-block.top-right li::before {
    background: rgba(185, 87, 94, .8);
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: 0
}
.index-block-box.top .index-block.top-right li .index-title {
    text-align: left
}
.index-block-box.bottom {
    height: 18vw
}
.index-block-box.bottom .index-block li {
    height: calc(18vw - 5px)
}
.index-block-box.bottom .index-block li::before {
    background: rgba(0, 125, 133, .8);
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: 0
}
.index-block-box.bottom .index-block.bottom-left {
    width: calc(60% - 5px)
}
.index-block-box.bottom .index-block.bottom-left li {
    text-align: right;
    background: url(../images/top/top-index-img04.jpg) no-repeat center center;
    background-size: cover
}
.index-block-box.bottom .index-block.bottom-right {
    width: calc(40% - 5px)
}
.index-block-box.bottom .index-block.bottom-right li {
    text-align: left;
    background: url(../images/top/top-index-img05-2026.jpg) no-repeat center center;
    background-size: cover
}
.movie-bnr {
    width: 65%;
    margin: 0 auto;
    background: url(../images/top/top-movie-img.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30vw;
    padding: 3vw;
    min-width: 400px;
    opacity: 0
}
.movie-bnr img {
    width: 50%;
    min-width: 150px;
    margin-bottom: 4vh;
    display: block;
    z-index: 1
}
.movie-bnr.is-show {
    animation-name: fadeUpAnime02;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    opacity: 0
}
.movie-bnr::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    mix-blend-mode: multiply;
    position: absolute;
    content: "";
    z-index: 0;
    border-radius: 25px
}
@keyframes fadeInAnime {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateY(-150%)
    }
    to {
        opacity: 1;
        transform: translateY(-50%)
    }
}
@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(50%)
    }
    to {
        opacity: 1;
        transform: translateY(-50%)
    }
}
@keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(-100%)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}
@keyframes fadeRightAnime {
    from {
        opacity: 0;
        transform: translateX(100%)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}
@keyframes fadeUpAnime02 {
    from {
        opacity: 0;
        transform: translateY(150px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}
@-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -.8em;
        opacity: 0
    }
    40% {
        opacity: .6
    }
    100% {
        opacity: 1
    }
}
@keyframes tracking-in-expand {
    0% {
        letter-spacing: -.8em;
        opacity: 0
    }
    40% {
        opacity: .6
    }
    100% {
        opacity: 1
    }
}
@media screen and (max-width:768px) {
    .top-page-head {
        padding: 80px 0 0;
        height: calc(100vh - 80px)
    }
    .top-page-head .top-mainvisual-section .mainvisual-img-box {
        overflow-x: hidden;
        position: relative
    }
    .top-page-head .top-mainvisual-section .mainvisual-img-box li {
        height: calc(100vh - 80px)
    }
    .top-page-head .top-mainvisual-section .mainvisual-title-box {
        overflow-x: hidden;
        position: absolute;
        top: 0;
        left: 0
    }
    .top-page-head .top-mainvisual-section .mainvisual-title-box .mainvisual-title {
        position: absolute
    }
    .top-page-head .top-mainvisual-section .mainvisual-title-box .mainvisual-title span {
        font-size: 7vw
    }
    .top-page-head .top-mainvisual-section .mainvisual-title-box .mainvisual-title.word01 {
        bottom: unset
    }
    .top-page-head .top-mainvisual-section .mainvisual-title-box .mainvisual-title.word02 {
        bottom: unset;
        top: 20vw
    }
    .top-page-head .top-mainvisual-section .new-oc-content {
        right: 50%;
        padding: 1em 2em;
        width: 95%;
        transform: translateX(50%)
    }
    .top-page-head .top-mainvisual-section .new-oc-content p.new-oc-title {
        text-align: center;
        font-size: calc(1.6rem + .5vw)
    }
    .top-page-head .top-mainvisual-section .new-oc-content .oc-schedule-content .oc-schedule span {
        font-weight: 600
    }
    .top-page-head .top-mainvisual-section .new-oc-content .oc-schedule-content::before {
        width: 100%
    }
    .top-content-section {
        width: 90%;
        padding: 20px 0 30px
    }
    .top-content-section.two-torn {
        position: relative;
        background: linear-gradient(90deg, #007d85 0, #007d85 50%, #b9575e 50%, #b9575e 100%);
        padding: 30px 0 10px;
        height: unset
    }
    .top-content-section.two-torn::before {
        border-radius: 15px 15px 0 0;
        width: 90%;
        height: calc(100% - 30px);
        padding: 20px
    }
	

    .news-tab {
        margin-bottom: 30px
    }
    .news-tab .tab_area {
        width: 100%;
        flex-wrap: wrap;
        justify-content: unset
    }
    .news-tab .tab_area li.news_category {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 10px
    }
    .news-tab .tab_area li.news_category:nth-of-type(2n) {
        margin-right: 0
    }
    .news_panel {
        width: 100%;
        margin: 0 0 30px
    }
    .news_panel .top-news-list li a {
        flex-direction: column;
        align-items: unset;
        justify-content: unset;
        margin-bottom: 20px
    }
    .news_panel .top-news-list li a .news-img {
        width: 100%;
        margin-bottom: 10px
    }
    .news_panel .top-news-list li a .news-text {
        width: 100%
    }
    .about-lead-text {
        margin-bottom: 20px
    }
    .about-link-bnr {
        margin-bottom: 40px
    }
    .about-link-bnr img {
        width: 100%;
        margin: 0 auto;
        min-width: 0
    }
    .about-dep-box .dep-title-img {
        width: 60%;
        margin: 0 auto 20px
    }
    .about-dep-box .dep-title-img img {
        width: 100%
    }
    .about-dep-box .dep-bnr-list {
        width: 100%;
        margin: 0;
        min-width: 0;
        opacity: 0
    }
    .about-dep-box .dep-bnr-list li {
        width: 48%;
        height: 30vh
    }
    .about-dep-box .dep-bnr-list li p {
        margin-bottom: 10px;
        margin-top: 9vh;
        letter-spacing: .1em
    }
    .about-dep-box .dep-bnr-list.is-show {
        animation-name: fadeUpAnime02;
        animation-duration: .5s;
        animation-fill-mode: forwards;
        opacity: 0
    }
    .top-link-btn {
        width: 70vw;
        font-size: 1.6rem;
        padding: 5px 0;
        border: solid 1.5px #424e54;
        position: relative;
        color: #fff;
        transition: all .4s ease
    }
	.top-link-btn2 {
        width: 70vw;
        font-size: 1.6rem;
        padding: 5px 0;
        border: solid 1.5px #424e54;
        position: relative;
        color: #fff;
        transition: all .4s ease
    }
    .top-link-btn:hover {
        letter-spacing: .2em
    }
    .top-link-btn.white {
        border: solid 1.5px #fff;
        color: #fff
    }
	.top-link-btn2.white {
        border: solid 1.5px #fff;
        color: #fff
    }
    .top-link-btn.white::after {
        background: url(../images/top/top-link-arrow-white.png) no-repeat center center;
        background-size: contain
    }
    .top-link-btn.short {
        width: 90%;
        font-size: 1.6rem;
        padding: 5px 0
    }
    .top-link-btn.short::after,.top-link-btn.short2::after {
        width: 5vw;
        min-width: 30px
    }
	.top-link-btn2.short {
        width: 90%;
        font-size: 1.6rem;
        padding: 5px 0
    }
    .top-link-btn.right {
        margin: unset
    }
    .link-content {
        padding: 30px 0 0;
        z-index: 1
    }
    .link-content .link-img {
        width: 80%;
        margin: 0 auto 30px;
        min-width: unset;
        max-width: 400px
    }
    .link-content .link-title {
        font-size: 2.4rem;
        letter-spacing: .15em;
        line-height: 1.3
    }
    .link-content .link-slider {
        padding: 40px 0 20px;
        margin-bottom: 70px !important
    }
    .link-content .top-link-btn-text {
        font-size: 1.8rem;
        margin-bottom: 20px
    }
    .event-bnr {
        width: 100%;
        margin: 0;
        border-radius: 15px;
        height: unset;
        padding: 20px;
        min-width: 0
    }
    .event-bnr::before {
        border-radius: 15px
    }
    .event-bnr img {
        width: 40%;
        margin-bottom: 20px;
        min-width: 0
    }
    .index-block-box {
        flex-direction: column;
        justify-content: unset
    }
    .index-block-box .index-block {
        margin-bottom: 10px
    }
    .index-block-box .index-block li {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: unset;
        padding: 20px;
        position: relative
    }
    .index-block-box .index-block li .index-title {
        z-index: 1;
        margin-bottom: 10px
    }
    .index-block-box .index-block li .index-title .en {
        font-size: 1.8rem
    }
    .index-block-box .index-block li .index-title .jp {
        font-size: 1.6rem
    }
    .index-block-box .index-block li+li {
        margin-top: 10px
    }
    .index-block-box.top {
        height: unset;
        margin-bottom: 0
    }
    .index-block-box.top .index-block.top-left {
        width: 100%;
        justify-content: unset
    }
    .index-block-box.top .index-block.top-left li {
        height: unset
    }
    .index-block-box.top .index-block.top-left li .index-title {
        text-align: center
    }
    .index-block-box.top .index-block.top-right {
        width: 100%
    }
    .index-block-box.top .index-block.top-right li {
        height: unset
    }
    .index-block-box.top .index-block.top-right li .index-title {
        text-align: center
    }
    .index-block-box.bottom {
        height: unset
    }
    .index-block-box.bottom .index-block li {
        height: unset
    }
    .index-block-box.bottom .index-block.bottom-left {
        width: 100%
    }
    .index-block-box.bottom .index-block.bottom-right {
        width: 100%
    }
    .movie-bnr {
        width: 100%;
        margin: 0;
        border-radius: 15px;
        height: unset;
        padding: 20px;
        min-width: 0
    }
    .movie-bnr img {
        width: 80%;
        min-width: unset;
        max-width: 400px;
        margin-bottom: 20px
    }
}


/**nic追加**/


.top_flex{display:flex;flex-wrap:wrap;}
.top_flex2{display:flex;flex-wrap:wrap;align-items: stretch;}
.top_flex3{display:flex;flex-wrap:wrap;align-items: stretch;flex-direction:row-reverse;}

.top_btnbox01,.top_btnbox02,.top_btnbox03{width:23%;margin:0 1%;}

.top_btnbox01 p{position:absolute;width:21%;padding:1%;bottom:60px;background-color: rgba(235,109,142,0.7);color:#fff;border-radius:0 6px 6px 0}
.top_btnbox02 p{position:absolute;width:21%;padding:1%;bottom:60px;background-color: rgba(0,159,163,0.7);color:#fff;border-radius:0 6px 6px 0}
.top_btnbox03 p{position:absolute;width:21%;padding:1%;bottom:60px;background-color: rgba(51,137,202,0.7);color:#fff;border-radius:0 6px 6px 0}



.top_btnbox01 p a,.top_btnbox02 p a,.top_btnbox03 p a{color:#fff;font-weight:bold;}




.news_panel .top-news-list li a .news-text{width:100%;}

/*.news_panel .top-news-list li a .news-text .category .event{background-color:#e34f43 !important;}*/

.news_panel .top-news-list li a .news-text .category .category-2{
background-color: #009fa3;
    color: #fff;
    font-size: 1.3rem;
    padding: 0 .8em;
    display: inline-block;
    line-height: 1.8;width:100px;text-align:center;}

.news_panel .top-news-list li a .news-text .category .category-4{
background-color: #e34f43;
    color: #fff;
    font-size: 1.3rem;
    padding: 0 .8em;
    display: inline-block;
    line-height: 1.8;width:100px;text-align:center;}

.news_panel .top-news-list li a .news-text .category .category-5{
background-color:#e7ad11;
    color: #fff;
    font-size: 1.3rem;
    padding: 0 .8em;
    display: inline-block;
    line-height: 1.8;width:100px;text-align:center;}

.news_panel .top-news-list li a .news-text .category .category-10{
background-color:#3389CA;
    color: #fff;
    font-size: 1.3rem;
    padding: 0 .8em;
    display: inline-block;
    line-height: 1.8;width:100px;text-align:center;}

.news_panel .top-news-list li a .news-text .category .category-column{
background-color:#D6E275;
    color: #fff;
    font-size: 1.3rem;
    padding: 0 .8em;
    display: inline-block;
    line-height: 1.8;width:100px;text-align:center;}


.news_flexbox01{width:140px;}
.news_flexbox02{width:120px;margin-left:1em;}
.news_flexbox03{flex:1;}

.sns_flexbox01{width:29%;margin:0 1% 0 20%;}
.sns_flexbox02{width:29%;margin:0 20% 0 1%;}

.sns_flexbox01 a,.sns_flexbox02 a{border:1px solid #000;border-radius:16px;padding:5px;text-align:center;font-size:1.3em;font-weight:bold;width:100%;display:block;}

.op_link_box01{width:28%;margin:0 2.5%;}

.op_link_box01 a{display:block;background-color:#fff;border-radius:16px;text-align:center;color:#e34f43;width:100%;padding:3px;font-weight:bold;}

.top_bg01{background: url(../images/top/top_about_bg2026.jpg) no-repeat top right;
padding:20px;background-size: cover;border-left:10px solid #3389ca;margin-bottom:60px;}

.about-box01{width:40%;margin-top:30px;margin-left:2%;}

.about-txt01{font-size:1.2em;}

.about_mincyo{font-family: "Zen Old Mincho", serif;}

.top_sup_box01{width:48%;margin:0 1% 15px 1%;border:1px solid #000;background-color:#fff;}
.top_sup_minibox01{width:50%;}
.top_sup_minibox02{width:50%;padding:15px 20px;}

.top_sup_txt01{font-size:1.3em;font-weight:bold;}
.top_sup_txt02{font-size:0.9em;text-align:justify;}

.top_etc_box01{width:33.3%;}

@media screen and (max-width:950px) {
	.top_flex3{flex-direction:row;}
	.top_sup_minibox01{width:100%;}
.top_sup_minibox02{width:100%;}

	
}

@media screen and (max-width:768px) {
.top_btnbox01,.top_btnbox02,.top_btnbox03{width:48%;margin:0 1% 15px 1%;}
	
.top_btnbox01 p,.top_btnbox02 p,.top_btnbox03 p{width:46%;}
.top_btnbox01 p,.top_btnbox02 p{bottom:55%;}
.top_btnbox03 p,.top_btnbox04 p{bottom:7%;}
.news_flexbox03{flex:none;width:100%;}	
	
}

@media screen and (max-width:480px) {
	
.top-page-head .top-mainvisual-section .mainvisual-img-box li:nth-of-type(3) {
    background: url(../images/top/top-main2026-img03sp.jpg) no-repeat center center;
    background-size: cover
}
	
.top-page-head .top-mainvisual-section .mainvisual-img-box li:nth-of-type(4) {
    background: url(../images/top/top-main2026-img04sp.jpg) no-repeat center center;
	background-size: cover;
}	
	
.sns_flexbox01{width:100%;margin:0 auto 15px auto;}
.sns_flexbox02{width:100%;margin:0 auto 15px auto;}	
	
.op_link_box01{width:100%;margin:0 auto 10px auto;}
	
.top_bg01{height:100%;}
.about-box01{background-color: rgba(255,255,255,0.6); width:95%;margin:80% auto 0 auto;padding:2%;}
	
.top_sup_box01{width:98%;}
	
.top_etc_box01{width:80%;margin:0 auto;}
	
}