@charset "UTF-8";

/*---------------------------------------------------------------
　　　common
---------------------------------------------------------------*/


/* CSS INFORMATION -====================================================
File name : top.css
Description :
===================================================================== */


/* =====================================================================
*    mv
* =================================================================== */

.mv {
    clear: both;
}

.mv .inner {
    z-index: 3;
    position: relative;
}

.mv_bnr {
    width: 100%;
    max-width: 120vh;
    margin: 0 auto 3rem auto;
}

.mv_bnr a {
    display: block;
    width: 100%;
}

.mv_bnr img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.btn-watch {
    position: relative;
    display: block;
    text-align: center;
    margin: 5rem auto 10rem;
    padding: 0.5em;
    padding-left: 2.1em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 18em;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 3.2rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #ff4d79;
    border-radius: 3em;
}

@media screen and (min-width: 768px) {
    .btn-watch:hover {
        opacity: 1 !important;
    }

    .btn-watch:hover::after {
        -webkit-transform: translateX(0.3em);
        transform: translateX(0.3em);
    }
}

.btn-watch::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, #ffccd8 0%, #634899 100%);
    -webkit-filter: blur(2rem);
    filter: blur(2rem);
    z-index: -1;
    border-radius: 3em;
}

.btn-watch::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0.8em;
    margin: auto;
    width: 1.67em;
    height: 1.67em;
    background: url(../images/top/icon_arrow.png) no-repeat center/contain;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

h1.mv_ttl {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    padding-top: calc(37 / 750 * 100%);
}

h1.mv_ttl img {
    width: calc(570 / 750 * 100%);
    margin: auto;
}

.mv_img {
    width: 100%;
    background-color: #FBE65D;
    border-radius: 30px;
    overflow: hidden;
}

.movie_embed video {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 101% !important;
    height: 101% !important;
}

.mv_lead {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 0;
    line-height: 1;
    letter-spacing: 0.4em;
}

.mv_lead img {
    display: block;
    margin-right: 0.1em;
    width: 3em;
    height: auto;
}

.mv_lead span {
    opacity: 0;
    font-weight: 700;
    font-size: 1.2em;
    /* text-shadow: 0.08em 0.08em 0 #ffffff, 0.08em -0.08em 0 #ffffff, -0.08em 0.08em 0 #FFFFFF, -0.08em -0.08em 0 #ffffff, 0.08em 0px 0 #ffffff, 0px 0.08em 0 #ffffff, -0.08em 0px 0 #ffffff, 0px -0.08em 0 #ffffff; */
}

@media screen and (min-width: 768px) {
    .mv {
        margin: 0 0 calc(15 / 1400 * 100%);
    }

    h1.mv_ttl {
        padding-top: calc(100 / 1856 * 100%);
    }

    h1.mv_ttl img {
        width: calc(600 / 1856 * 100%);
        margin: auto;
    }

    .mv_img {
        margin: -1px auto 0;
        max-width: 120vh;
        padding: 0 5vh;
    }

    .mv_lead span {
        font-size: 6vw;
    }
}

@media screen and (min-width: 768px) and (min-aspect-ratio: 4/3) {
    .mv_img_wrap {
        min-height: 90vh;
    }

    .mv_lead span {
        font-size: 8.8vh;
    }
}



/* =====================================================================
*    top_wrap
* =================================================================== */

.top_wrap {
    overflow: hidden;
}


/* =====================================================================
*    topics
* =================================================================== */

.topics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(60 / 750 * 100%);
}

.btn_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.btn_list li {
    margin-bottom: 12%;
}

@media screen and (max-width: 767px) {
    .btn_list li:nth-child(2n+1) {
        margin-right: 2%;
    }
}

@media screen and (min-width: 768px) {
    .topics {
        margin-top: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .btn_list li {
        margin-bottom: 2%;
    }

    .btn_list li:nth-child(4n+1) {
        margin-left: 0;
    }
}


/* =====================================================================
*    news
* =================================================================== */

.news {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 3em 0 0;
}

.news h2 {
    width: 100%;
    padding-left: 0;
    font-family: "Concert One";
}

.news ul.news_list {
    width: 100%;
    padding: 0 0 calc(40 / 750 * 100%);
    background: url(../images/common/line_dotted.png) repeat-x bottom left;
    overflow-y: scroll;
    height: 140px;

}

.news ul.news_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.4;
    margin-bottom: calc(30 / 750 * 100%);
}

.news ul.news_list li .news_list-date {
    width: 7em;
    font-family: "Concert One";
}

.news ul.news_list li .news_list-txt {
    width: calc(100% - 6em);
}

.news ul.news_list li.new:after {
    content: "NEW";
    background: #ffe730;
    display: inline-block;
    margin-top: 0.5%;
    padding: 0 15px;
    border-radius: 2em;
    font-family: "Concert One";
    font-size: 80%;
}

@media screen and (min-width: 768px) {
    .news {
        /* -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: calc(856 / 1856 * 100%); */
        width: 100%;
        margin-top: 5%;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .news h2 {
        width: 30%;
        padding-left: calc(100 / 1856 * 100%);
        font-family: "Concert One";
    }

    .news ul.news_list {
        width: 70%;
        background: none;
        overflow-y: scroll;
        height: 180px;

    }
}

.news ul.news_list li .news_list-txt {
    width: 100%;
}

.news ul.news_list li.new:after {
    content: "NEW";
    display: inline-block;
    padding: 0 15px;
    border-radius: 2em;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 7em;
}

.bnr {
    width: 90%;
    text-align: center;
    margin: 5em auto 0;

}

.bnr:hover {
    opacity: 0.7 !important;
}

@media screen and (min-width: 768px) {
    .bnr {
        width: calc(770 / 1856 * 100%);
        text-align: center;
        margin: 5em auto 0;
    }

    .bnr:hover {
        opacity: 0.7 !important;
    }
}


/* =====================================================================
*    dream
* =================================================================== */

.dream {
    position: relative;
    padding: calc(110 / 750 * 100%) 0 calc(210 / 750 * 100%);
}

.dream .inner {
    position: relative;
}

.dream_img {
    position: relative;
}

.dream_img>img {
    position: relative;
    width: 100%;
    height: auto;
}

.movie_embed {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.dream .movie_embed {
    margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
    .dream .inner {
        padding: 0;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .dream {
        padding: calc(110 / 1856 * 100%) 0 0;
        margin-bottom: calc(20 / 1856 * 100%);
    }

    .dream .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        padding-bottom: calc(145 / 1856 * 100%);
    }

    .dream .inner:after {
        content: "";
        display: block;
        width: calc(100% - (60 / 1400 * 100%));
        padding-top: 16%;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #ffe730;
        border-radius: 0 0 30px 30px;
        z-index: -1;
        margin-left: 2.1428571429%;
    }

    .dream .inner .dream_img {
        display: block;
        width: calc(772 / 1856 * 100%);
        margin-right: calc(110 / 1856 * 100%);
    }

    .dream .inner .dream_txt {
        display: block;
        width: calc(457 / 1856 * 100%);
    }

    .dream .movie_embed {
        margin-bottom: 0;
    }
}


/*
.dream_org {
	text-align: center;
	padding: calc(110 / 750 * 100%) 0 calc(210 / 750 * 100%);
	h2 {
		margin: 0 auto calc(80 / 750 * 100%);
		position: relative;
		text-align: center;
		img {
			width: calc(417 / 750 * 100%);
			margin: auto;
		}
		&:before {
			content: "";
			display: block;
			width: calc(218 / 750 * 100%);
			padding-top: 26%;
			position: absolute;
			left: 0;
			top: 0;
			margin-left: calc(70 / 750 * 100% * -1);
			background: url(../images/top/img_anouncer.png) no-repeat bottom center/contain;
		}
		&:after {
			content: "";
			display: block;
			width: calc(218 / 750 * 100%);
			padding-top: 30%;
			position: absolute;
			right: 0;
			top: 0;
			margin-right: calc(70 / 750 * 100% * -1);
			background: url(../images/top/img_reporter.png) no-repeat top center/contain;
		}
	}
	p.txt_ybox {
		background: $yellow;
		display: inline;
		text-align: center;
		line-height: 2.2;
	}
	p.txt {

		display: block;
		padding: calc(60 / 750 * 100%) 0 calc(50 / 750 * 100%);
	}

	.dream_box {
		background: $yellow;
		border-radius: 1em;
		text-align: center;
		margin: calc(80 / 750 * 100%) auto;
		&-midashi {
			background: $cream;
			display: inline-block;
			font-size: 4rem;
			font-weight: bold;
			letter-spacing: 0;
			border-radius: 0.5em;
			margin-top: -1.5em;
			span {
				display: inline-block;
				vertical-align: middle;
				img {
					height: 1.2em;
				}
			}
		}
		p {
			padding: calc(60 / 750 * 100%) 0 calc(110 / 750 * 100%);
		}
		&:after {
			content: "";
			display: block;
			width: 100vw;
			padding: 27%;
			position: absolute;
			left: 0;
			bottom: -80%;
			margin-left: calc(30 / 750 * 100% * -1);
			background: url(../images/top/img_works_sp.png) no-repeat bottom center/110%;
		}
	}
}
*/


/* =====================================================================
*   listtype01
* =================================================================== */

.listtype01 ul li:nth-child(1) .txt_block {
    color: #f2248b;
}

.listtype01 ul li:nth-child(2) .txt_block {
    color: #24d0f2;
}

.listtype01 ul li:nth-child(3) .txt_block {
    color: #b6d936;
}

.listtype01 ul li:nth-child(4) .txt_block {
    color: #ff8ca9;
}

.listtype01 ul li:nth-child(5) .txt_block {
    color: #4dbf50;
}

.listtype01 ul li:nth-child(6) .txt_block {
    color: #f58700;
}

.listtype01 ul li:nth-child(odd):after {
    content: "";
    display: block;
    background: red;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.listtype01 ul li:nth-child(1):after {
    width: 18rem;
    height: 12.2rem;
    margin-left: 2.8rem;
    margin-bottom: 7rem;
    background: url(../images/top/img_director.png) no-repeat bottom left/contain;
}

.listtype01 ul li:nth-child(3):after {
    width: 16.4rem;
    height: 16.4rem;
    margin-left: 0.8rem;
    margin-bottom: 7.2rem;
    background: url(../images/top/img_camera.png) no-repeat bottom left/contain;
}

.listtype01 ul li:nth-child(5):after {
    width: 12.1rem;
    height: 14.3rem;
    margin-left: 4.3rem;
    margin-bottom: 7.1rem;
    background: url(../images/top/img_style.png) no-repeat bottom left/contain;
}

.bnr-amb {
    width: 80%;
    margin: calc(20 / 750 * 100%) auto;
    text-align: center;
}

.bnr-amb img {
    width: 100%;
    border-radius: 2rem;
}

.bnr-add {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    color: #f58700;
}

@media screen and (min-width: 768px) {
    .listtype01 ul li:nth-child(1):after {
        width: calc(159 / 608 * 100%);
        margin-left: calc(12 / 608 * 100%);
        margin-bottom: calc(90 / 608 * 100%);
    }

    .listtype01 ul li:nth-child(3):after {
        width: calc(145 / 608 * 100%);
        margin-left: calc(12 / 608 * 100%);
        margin-bottom: calc(90 / 608 * 100%);
    }

    .listtype01 ul li:nth-child(5):after {
        width: calc(105 / 608 * 100%);
        margin-left: calc(40 / 608 * 100%);
        margin-bottom: calc(90 / 608 * 100%);
    }

    .bnr-amb {
        width: 32%;
        margin: calc(20 / 1440 * 100%) 3% calc(20 / 1440 * 100%) auto;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .bnr-amb:hover {
        width: 30%;
        margin: calc(20 / 1440 * 100%) 4% calc(20 / 1440 * 100%) auto;
    }
}

@media screen and (min-width: 1400px) {
    .listtype01 ul li:nth-child(1):after {
        margin-bottom: 6.5rem;
    }

    .listtype01 ul li:nth-child(3):after {
        margin-bottom: 6.5rem;
    }

    .listtype01 ul li:nth-child(5):after {
        margin-bottom: 6.5rem;
    }
}