@charset "utf-8";

/* トップページ用CSS */
main {}

section {
    padding: 30px 0;
}

section h2 {
    font-family: 'Noto Serif JP';
}

/* .hover-switch */
.hover-switch {
    position: relative;
    display: flex;
    height: 42px;
}

.hover-switch>p {
    line-height: 42px;
    font-weight: 500;
}

.hover-switch>span {
    content: "";
    border: 1px solid #0B6C21;
    background-color: #fff;
    border-radius: 42px;
    width: 42px;
    height: 42px;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: 30px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    box-sizing: border-box;
}

.hover-switch:hover {
    color: #0B6C21;
}

.hover-switch:hover>span {
    background-color: #0B6C21;
}

.hover-switch>span i {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    height: 42px;
}

.hover-switch>span i.off {
    left: 0;
    color: #0B6C21;
}

.hover-switch>span i.on {
    left: -80px;
    color: #fff;
}

/* kv */
.kv {
    display: flex;
    margin: 100px auto 0;
    padding: 0;
    max-height: 820px;
}

.kv .scroll-guide {
    height: 100%;
    position: sticky;
    top: calc(100vh - 120px);
    width: 44px;
}

.kv .scroll-guide>p {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    width: 40px;
    line-height: 40px;
    position: relative;
    text-indent: 100px;
    margin: auto;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.28rem;
}

.kv .scroll-guide>p::before {
    border-left: 1px solid #333;
    height: 80px;
    width: 1px;
    position: absolute;
    content: "";
    margin: auto;
    top: 0;
    bottom: 80px;
    left: 0;
    right: 0;
}

.kv-wrap {
    position: relative;
    width: 100%;
    height: 820px;
    overflow: hidden;
}

.kv-catchcopy {
    height: max-content;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto auto auto 1.5em;
    color: #fff;
    font-size: 52px;
    font-weight: 600;
    text-shadow: #000 0 0 12px;
    line-height: 1.3;
    letter-spacing: 0.18em;
    z-index: 20;
    font-family: 'Noto Serif JP';
}

@keyframes kvSlide {
    0% {
        transform:translate(-10%);
    }
    100% {
        transform:translate(-15%);
    }
}
.swiper-container{
    position: relative;
    width: 100%;
    overflow: hidden;

}
.swiper-img{
    height: 100%;
    width: auto;
}
.swiper-slide-prev .swiper-img,
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img{
    animation: kvSlide 60s linear 0s normal both;
  }
  
.swiper-img img{
    width: 115%;
    height: auto;
}
.swiper-img>img.pc {
    display: block;
}

.swiper-img>img.sp {
    display: none;
}

.news {
    width: auto;
    margin: 20px auto;
    display: flex;
}

.news-info {
    width: 270px;
    text-align: left;
    padding-right: 100px;
}

.news-info>h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    padding: 20px 0;
    min-width: 300px;
}

.news-info>p {
    font-size: 14px;
    color: #0B6C21;
    position: relative;
}

.news-info>p::before,
.news-info>p::after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 41px;
    height: 3px;
    left: 0;
}

.news-info>p::before {
    border-bottom: 3px solid #0B6C21;
    left: 0;
}

.news-info>p::after {
    border-bottom: 3px solid #DEDEDE;
    left: 42px;
}

.news-contents {
    width: 100%;
}

.news-contents dl {
    line-height: 1.8;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E2E2E2;
    width: auto;
    min-height: 70px;
}

.news-contents dl dt {
    width: 75px;
    margin-right: 15px;
    color: #888;
    font-size: 14px;
}

.news-contents dl dd {
    font-size: 16px;
    color: #333;
}

.news-contents a:hover dl dt{
    text-decoration: underline;
}
.news-contents a:hover dl dd{
    color: #888;
    text-decoration: underline;
}


/* banner-area01 */
.banner-area01 {
	width: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
	gap: 30px;
	justify-content: center;
	align-items: center;
}

.banner-area01>a {
    width: 49%;
    height: 180px;
    border: 1px solid #888;
    box-sizing: border-box;
}

.banner-area01 dl {
    display: flex;
    height: 100%;
    justify-content: space-between;
}

.banner-area01 dl>dt {
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - (55% + 80px));
    min-width: 180px;
    min-height: 118px;
}

.banner-area01 dl>dt b {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    font-family: 'Noto Serif JP';
}

.banner-area01 dl>dt b::before,
.banner-area01 dl>dt b::after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 41px;
    height: 3px;
    left: 0;
}

.banner-area01 dl>dt b::before {
    border-bottom: 3px solid #0B6C21;
    left: 0;
}

.banner-area01 dl>dt b::after {
    border-bottom: 3px solid #DEDEDE;
    left: 42px;
}

.banner-area01 dl dd {
    height: 100%;
    width: 55%;
}

.banner-area01 dl dd>i {
    background-position: bottom right;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-area01 .banner01 dd>i {
    background-image: url("./../images/top/img_top_bannerarea_01.jpg");
}

.banner-area01 .banner02 dd>i {
    background-image: url("./../images/top/img_top_bannerarea_02.jpg");
}

.banner-area01 .banner03 dd>i {
    background-image: url("./../images/top/img_top_bannerarea_03.jpg");
}

/* blog */
section.blog {
    width: auto;
    margin: 0 auto;
}

.blog .title {
    width: auto;
    text-align: center;
}

.blog .title>h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    padding: 20px 0;
}

.blog .title>p {
    font-size: 14px;
    color: #0B6C21;
    position: relative;
}

.blog .title>p::before,
.blog .title>p::after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 41px;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
}

.blog .title>p::before {
    border-bottom: 3px solid #0B6C21;
    right: 42px;
}

.blog .title>p::after {
    border-bottom: 3px solid #DEDEDE;
    left: 42px;
}

.blog>p {
    line-height: 1.8;
    text-align: center;
    padding: 50px 0 30px;
}

.blog .topics {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.topics .card {
    width: 32%;
    height: auto;
    margin-bottom: 30px;
}

.card .card-img {
	overflow: hidden;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 0.55;
}

.card .card-img img {
    width: 100%;
    height: auto;
}

.card-body .data-wrap {
    line-height: 1;
    color: #888;
    font-size: 12px;
    margin: 10px 0;
    display: flex;
    width: max-content;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.card-body .data-wrap>p {
    margin-left: 1em;
    font-size: 12px;
    line-height: 1;
}

.card-body .data-wrap>p:after {
    content: "|";
    margin-left: 1em;
}

.card-body .data-wrap>p:last-child:after {
    content: none;
}

.card-body>p {
    line-height: 1.8;
    font-size: 16px;
}

.card:hover .card-img img {
    transform: scale(1.1);
    transition-duration: 1s;
}

article.card:hover .card-body .data-wrap {
    color: #888;
    border-bottom: 1px solid #888;
}

article.card:hover .card-body>p {
    color: #888;
    text-decoration: underline;
}

.blogmore>a {
    position: relative;
    display: flex;
    height: 42px;
    justify-content: center;
}

.blogmore>a>p {
    line-height: 42px;
}

.blogmore>a>span {
    content: "";
    box-sizing: border-box;
    border: 1px solid #0B6C21;
    border-radius: 42px;
    width: 42px;
    height: 42px;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: 30px;
    position: relative;
    overflow: hidden;
}

.blogmore>a:hover {
    color: #0B6C21;
}

.blogmore>a:hover>span {
    background-color: #0B6C21;
}

.blogmore>a>span i {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
}

.blogmore>a>span i.off {
    left: 0;
    color: #0B6C21;
}

.blogmore>a>span i.on {
    left: -80px;
    color: #fff;
}

/* TAKI MOVIE */
section.taki-movie {
    width: auto;
    margin: 0 auto;
    padding: 80px 0;
}

.taki-movie .title-wrap {
    padding: 70px 90px 50px;
    display: flex;
    position: relative;
    z-index: 1;
}

.taki-movie .title-wrap::before {
    content: "";
    position: absolute;
    background-color: #EFF2F0;
    min-height: 350px;
    width: 50%;
	width: 100%;
    min-width: 650px;
    z-index: -1;
    left: 0;
    top: 0;
}

.taki-movie .title {
    width: auto;
    z-index: 1;
    padding-right: 90px;
    min-width: 190px;
}

.taki-movie .title>h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    padding: 20px 0;
}

.taki-movie .title>p {
    font-size: 14px;
    color: #0B6C21;
    position: relative;
    z-index: 1;
}

.taki-movie .title>p::before,
.taki-movie .title>p::after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 41px;
    height: 3px;
    left: 0;
    margin: auto;
}

.taki-movie .title>p::before {
    border-bottom: 3px solid #0B6C21;
}

.taki-movie .title>p::after {
    border-bottom: 3px solid #DEDEDE;
    left: 42px;
}

.taki-movie .title-wrap>p {
    line-height: 1.8;
    padding: 10px 0;
}

.movie-contents {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
	justify-content: center;
    /*padding-left: 370px;*/
}

.movie-contents>article {
    padding: 20px 20px 10px;
    border: 1px solid #C3C3C3;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
    margin-left: 30px;
    position: relative;
    width: 40%;
}

.movie-contents>article:first-child {
    margin-left: 0;
}

.movie-contents>article::after {
    content: "";
    background-position: 30px 20px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 148px;
    height: 103px;
}

.movie-contents>article.chugaku::after {
    /*background-image: url("./../images/top/img_top_takimovie_logo_chugaku_2022.svg");*/
	background-image: url("./../images/top/img_top_takimovie_logo_koukou_2022.png");
}

.movie-contents>article.koukou::after {
    background-image: url("./../images/top/img_top_takimovie_logo_koukou_2022.svg");
}

.movie-contents>article>a>img {
    height: auto;
    width: 100%;
}

.movie-contents>article>a>h3 {
    line-height: 1.8;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
    font-family: 'Noto Serif JP';
}

.movie-contents>article>a>h3>br {
    display: none;
}

.movie-contents>article>a>.hover-switch {
    justify-content: center;
}

/* banner-area02 */
.banner-area02 {
    background-color: #EFEFEF;
    width: 100vw;
    height: auto;
    margin: auto;
    padding: 0;
    position: relative;
}

.banner-area02>.banner-wrap {
    padding: 60px 80px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1600px;
    justify-content: space-between;
    margin: auto;
}

.banner-area02>.banner-wrap>a {
    width: 23%;
    max-width: max-content;
}

.banner-area02>.banner-wrap>a>img {
    max-width: 305px;
    width: 100%;
    height: auto;
}

/* aside#fixed-btn */
aside#fixed-btn {
    position: fixed;
    top: 140px;
    right: 0;
    z-index: 80;
}

aside#fixed-btn .sidebtn {
    writing-mode: vertical-rl;
}

aside#fixed-btn .sidebtn>ul {
    display: flex;
}

aside#fixed-btn .sidebtn>ul li a {
    display: block;
    position: relative;
    content: "";
    background-image: url("./../images/img_aside_btn_flame_off_pc@4x.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 43px;
    height: 80px;
    padding: 60px 10px 40px;
    margin-bottom: 22px;
}

aside#fixed-btn .sidebtn>ul li a:hover {
    background-image: url("./../images/img_aside_btn_flame_on_pc@4x.png");
    color: #fff;
}

aside#fixed-btn .sidebtn>ul li a::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    margin: auto;
    width: 35px;
    height: 35px;
}

aside#fixed-btn .sidebtn>ul li a.sidebtn01::before {
    background-image: url("./../images/img_icon_aside_btn_off_01@4x.png");
}

aside#fixed-btn .sidebtn>ul li a.sidebtn02::before {
    background-image: url("./../images/img_icon_aside_btn_off_02@4x.png");
}

aside#fixed-btn .sidebtn>ul li a.sidebtn01:hover::before {
    background-image: url("./../images/img_icon_aside_btn_on_01@4x.png");
}

aside#fixed-btn .sidebtn>ul li a.sidebtn02:hover::before {
    background-image: url("./../images/img_icon_aside_btn_on_02@4x.png");
}

aside#fixed-btn .sidebtn>ul li a::after {
    content: "";
    background-image: url("./../images/img_icon_aside_btn_00@4x.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    margin: auto;
    width: 18px;
    height: 18px;
}

aside#fixed-btn .sidebtn>ul li>a {
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 4px;
    font-family: 'Noto Serif JP';
}

@media screen and (max-width:1440px) {
    .topics .card {
        max-width: inherit;
    }

}

@media screen and (max-width:1280px) {
    .kv-wrap {
        width: 100vw;
        height: auto;
    }

    .kv-catchcopy {
        font-size: 4vw;
    }

    .banner-area01>a {
        height: 335px;
    }

    .banner-area01 dl {
        flex-direction: column;
    }

    .banner-area01 dl>dt {
        width: calc(100% - 80px);
        min-height: 100px;
    }

    .banner-area01 dl dd {
        width: 100%;
        overflow: hidden;
    }

    .movie-contents {
        padding-left: 10vw;
    }
}

@media screen and (max-width:1000px) {
    main {
        padding: 0 3vw;
    }

    section {
        padding: 30px 2vw;
    }

    .kv {
        margin-top: 100px;
        height: 560px;
        overflow: hidden;
        max-height: 74vh;
    }

    .kv-wrap {
        height: 560px;
        max-height: 74vh;
    }

    .kv-catchcopy {
        font-size: 24px;
        writing-mode: vertical-rl;
        left: 0;
        right: 0;
        margin: auto;
        width: max-content;
        line-height: 2;
    }

    .kv .scroll-guide {
        display: none;
    }

    .kv-slide-wrap {
        height: 560px;
        max-height: 74vh;
    }

    .news {
        padding: 0 2vw;
        width: auto;
        flex-direction: column;
    }

    .news-contents {
        margin-top: 40px;
    }

    .news-contents dl {
        line-height: 1;
        justify-content: start;
        margin: 10px 0;
    }

    .news-contents dl dt {
        height: 30px;
        vertical-align: middle;
        line-height: 30px;
    }

    .news-contents dl dd {
        line-height: 1.8;
        width: 100%;
    }

    .topics .card {
        width: 49%;
    }

    section.taki-movie {
        padding-top: 0;
    }

    .taki-movie .title-wrap {
        padding: 20px 0;
        flex-direction: column;
    }

    .taki-movie .title-wrap::before {
        margin-left: -5vw;
        width: 85vw;
		width: 100vw;
        /*min-width: inherit;*/
    }

    .taki-movie .title {
        padding: 0 0 30px;
        text-align: left;
    }

    .taki-movie .title>p {
        text-indent: 0.5rem;
    }

    .taki-movie .title>p::before,
    .taki-movie .title>p::after {
        margin-left: 0;
    }

    .movie-contents {
        justify-content: space-between;
    }

    .movie-contents>article {
        margin: auto;
        width: 49%;
    }

    .movie-contents>article>a>h3>br {
        display: block;
    }

    .banner-area02>.banner-wrap {
        padding: 40px 5vw 20px;
    }

    .banner-area02>.banner-wrap>a {
        width: 49%;
        margin-bottom: 20px;
    }

    .banner-area02>.banner-wrap>a>img {
        max-width: inherit;
    }

    .movie-contents {
        padding-left: 0;
    }

    /* aside */
    aside#fixed-btn {
        top: inherit;
        bottom: 0;
        right: 0;
        left: 0;
    }

    aside#fixed-btn .sidebtn {
        margin: auto;
        writing-mode: inherit;
    }

    aside#fixed-btn .sidebtn>ul {
        display: flex;
    }

    aside#fixed-btn .sidebtn>ul li {
        width: 50%;
    }

    aside#fixed-btn .sidebtn>ul li a {
        border: 1px solid #0B6C21;
        box-sizing: border-box;
        width: auto;
        padding: inherit;
        margin-bottom: 0;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    aside#fixed-btn .sidebtn>ul li a.sidebtn01,
    aside#fixed-btn .sidebtn>ul li a.sidebtn02 {
        background-image: none;
    }

    aside#fixed-btn .sidebtn>ul li a.sidebtn01 {
        background-color: #fff;
        color: #0B6C21;
    }

    aside#fixed-btn .sidebtn>ul li a.sidebtn02 {
        background-color: #0B6C21;
        color: #fff;
    }

    aside#fixed-btn .sidebtn>ul li a::before {
        margin-left: 12px;
        top: 0;
        bottom: 0;
    }

    aside#fixed-btn .sidebtn>ul li a.sidebtn01:hover::before {
        background-image: url("./../images/img_icon_aside_btn_off_01@4x.png");
    }

    aside#fixed-btn .sidebtn>ul li a.sidebtn02::before {
        background-image: url("./../images/img_icon_aside_btn_on_02@4x.png");
    }

    aside#fixed-btn .sidebtn>ul li a::after {
        margin-right: 20px;
        top: 0;
        bottom: 0;
        margin: auto 20px auto auto;
    }

    footer {
        margin-bottom: 60px;
    }

}

@media screen and (max-width:600px) {
    .kv {
        margin-top: 70px;
    }
    .swiper-img>img.pc {
        display: none;
    }
    
    .swiper-img>img.sp {
        display: block;
    }

    .news-contents dl {
        flex-direction: column;
    }

    .news-contents dl dt {
        width: 100%;
        margin: auto;
    }

    .banner-area01 {
        flex-direction: column;
    }

    .banner-area01>a {
        width: 100%;
        margin-bottom: 20px;
    }

    .banner-area01>a:last-child {
        margin-bottom: 0;
    }

    .topics .card {
        width: 100%;
    }

    .movie-contents {
        flex-direction: column;
    }

    .movie-contents>article {
        width: 100%;
        margin-bottom: 20px;
    }

    .banner-area02>.banner-wrap>a {
        width: 100%;
        padding: 0;
    }


}



#loading {
	animation: loadout 1s 0s normal both ease-in-out;
}
@-webkit-keyframes loadout {
	0% {
		opacity: 1;
		visibility: visible;
	}
	99% {
		opacity: 0;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}