@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */

html {
    font-size: calc(10 / 750 * 100vw);
    overflow-x: hidden;
}

.gDef-top-banner {
    background-color: #fff100;
}

.gDef-contents {
    background-color: #fff;
    color: #000;
    font-family: "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    font-size: 2.4rem;
    line-height: 1.833;
}

.set1,
.set1 * {
    position: relative;
}

.set1 img {
    width: 100%;
    height: auto;
    display: block;
}

.set1 a {
    color: #000;
    display: block;
}

.inner {
    width: 100%;
    max-width: calc(670 / 750 * 100%);
    margin: 0 auto;
    z-index: 1;
}

section h2 {
    margin-bottom: calc(40 / 670 * 100%);
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    html {
        font-size: calc(10 / 1200 * 100vw);
    }
    .gDef-contents {
        font-size: 1.6rem;
    }
    .set1 a {
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    .inner {
        max-width: 1200px !important;
        padding: 0 calc(88 / 1200 * 100%);
    }
    section h2 {
        width: calc(500 / 1024 * 100%);
        margin: 0 auto calc(40 / 1024 * 100%);
    }
    .sp {
        display: none !important;
    }
}

@media screen and (min-width: 1200px) {
    html {
        font-size: 10px;
    }
    .inner {
        padding: 0 88px;
    }
}


/* ********************************************************************
	header
******************************************************************** */

.header {}

.mv {
    background: url(../images/bg_pink.jpg) repeat top center/calc(1000 / 750 * 100%) auto;
}

@media screen and (max-width: 767px) {
    .mv .inner {
        max-width: 100%;
    }
}

.mv_wrap {
    background-color: #00b8ee;
    overflow: hidden;
    padding-top: calc(520 / 750 * 100%);
}

.mv_wrap>* {
    position: absolute;
    top: 0;
    left: 0;
}


/*ロゴ*/

.mv_ttl_box {
    left: auto;
    right: 0;
    background-color: #fff;
    width: calc(600 / 1024 * 100%);
    margin: calc(230 / 1024 * 100%) 0 0 auto;
    padding-top: calc(300 / 1024 * 100%);
    z-index: 1;
}

.mv_ttl_box>*,
.mv_ttl span {
    position: absolute;
    top: 0;
    left: 0;
}

.mv_ttl span {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.mv_ttl_icon {
    width: calc(38 / 600 * 100%);
    margin: calc(65 / 600 * 100%) 0 0 calc(474 / 600 * 100%);
    opacity: 0;
}


/*回転アニメーション*/

.rotation {
    opacity: 1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-animation: rotation 6s ease-in-out;
    animation: rotation 6s ease-in-out;
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0) scale(2);
        transform: rotate(0) scale(2);
    }
    50% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0) scale(2);
        transform: rotate(0) scale(2);
    }
    50% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

.mv_ttl {
    width: 100%;
    height: 100%;
}

.mv_ttl1 {
    width: calc(166 / 600 * 100%);
    margin: calc(64 / 600 * 100%) 0 0 calc(255 / 600 * 100%);
    -webkit-transform: translate3d(30px, 0, 0) scale(1) !important;
    transform: translate3d(30px, 0, 0) scale(1) !important;
}

.mv_ttl2 {
    width: calc(87 / 600 * 100%);
    margin: calc(97 / 600 * 100%) 0 0 calc(240 / 600 * 100%);
}

.mv_ttl3 {
    width: calc(81 / 600 * 100%);
    margin: calc(103 / 600 * 100%) 0 0 calc(308 / 600 * 100%);
}

.mv_ttl4 {
    width: calc(97 / 600 * 100%);
    margin: calc(65 / 600 * 100%) 0 0 calc(376 / 600 * 100%);
}

.mv_ttl5 {
    width: calc(68 / 600 * 100%);
    margin: calc(103 / 600 * 100%) 0 0 calc(463 / 600 * 100%);
}

.mv_ttl6 {
    width: calc(103 / 600 * 100%);
    margin: calc(173 / 600 * 100%) 0 0 calc(312 / 600 * 100%);
}

.mv_ttl7 {
    width: calc(74 / 600 * 100%);
    margin: calc(173 / 600 * 100%) 0 0 calc(413 / 600 * 100%);
}

.mv_ttl8 {
    width: calc(89 / 600 * 100%);
    margin: calc(173 / 600 * 100%) 0 0 calc(470 / 600 * 100%);
}


/*背景ワード*/

.mv_word_box {
    width: 100%;
    height: 100%;
}

.mv_word_box>* {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.mv_word1 {
    width: calc(615 / 1024 * 100%);
    margin: calc(-3 / 1024 * 100%) 0 0 calc(95 / 1024 * 100%);
}

.mv_word2 {
    width: calc(262 / 1024 * 100%);
    margin: calc(-5 / 1024 * 100%) 0 0 calc(700 / 1024 * 100%);
}

.mv_word3 {
    width: calc(66 / 1024 * 100%);
    margin: calc(-9 / 1024 * 100%) 0 0 calc(970 / 1024 * 100%);
}

.mv_word4 {
    width: calc(232 / 1024 * 100%);
    margin: calc(73 / 1024 * 100%) 0 0 calc(-10 / 1024 * 100%);
}

.mv_word5 {
    width: calc(264 / 1024 * 100%);
    margin: calc(64 / 1024 * 100%) 0 0 calc(235 / 1024 * 100%);
}

.mv_word6 {
    width: calc(206 / 1024 * 100%);
    margin: calc(71 / 1024 * 100%) 0 0 calc(519 / 1024 * 100%);
}

.mv_word7 {
    width: calc(58 / 1024 * 100%);
    margin: calc(143 / 1024 * 100%) 0 0 calc(909 / 1024 * 100%);
}

.mv_word8 {
    width: calc(81 / 1024 * 100%);
    margin: calc(167 / 1024 * 100%) 0 0 calc(-7 / 1024 * 100%);
}

.mv_word9 {
    width: calc(161 / 1024 * 100%);
    margin: calc(159 / 1024 * 100%) 0 0 calc(74 / 1024 * 100%);
}

.mv_word10 {
    width: calc(46 / 1024 * 100%);
    margin: calc(209 / 1024 * 100%) 0 0 calc(239 / 1024 * 100%);
}

.mv_word11 {
    width: calc(197 / 1024 * 100%);
    margin: calc(312 / 1024 * 100%) 0 0 calc(-6 / 1024 * 100%);
}

.mv_word12 {
    width: calc(134 / 1024 * 100%);
    margin: calc(369 / 1024 * 100%) 0 0 calc(-12 / 1024 * 100%);
}

.mv_word13 {
    width: calc(202 / 1024 * 100%);
    margin: calc(378 / 1024 * 100%) 0 0 calc(96 / 1024 * 100%);
}

.mv_word14 {
    width: calc(99 / 1024 * 100%);
    margin: calc(541 / 1024 * 100%) 0 0 calc(-9 / 1024 * 100%);
}

.mv_word15 {
    width: calc(118 / 1024 * 100%);
    margin: calc(560 / 1024 * 100%) 0 0 calc(443 / 1024 * 100%);
}

.mv_word16 {
    width: calc(45 / 1024 * 100%);
    margin: calc(522 / 1024 * 100%) 0 0 calc(561 / 1024 * 100%);
}

.mv_word17 {
    width: calc(292 / 1024 * 100%);
    margin: calc(517 / 1024 * 100%) 0 0 calc(612 / 1024 * 100%);
}

.mv_word18 {
    width: calc(55 / 1024 * 100%);
    margin: calc(523 / 1024 * 100%) 0 0 calc(895 / 1024 * 100%);
}

.mv_word19 {
    width: calc(556 / 1024 * 100%);
    margin: calc(601 / 1024 * 100%) 0 0 calc(-29 / 1024 * 100%);
}

.mv_word20 {
    width: calc(118 / 1024 * 100%);
    margin: calc(631 / 1024 * 100%) 0 0 calc(825 / 1024 * 100%);
}

.mv_word21 {
    width: calc(74 / 1024 * 100%);
    margin: calc(551 / 1024 * 100%) 0 0 calc(200 / 1024 * 100%);
}

.mv_word22 {
    width: calc(77 / 1024 * 100%);
    margin: calc(516 / 1024 * 100%) 0 0 calc(952 / 1024 * 100%);
}


/*キャスト*/

.mv_cast1 {
    width: calc(553 / 1024 * 100%);
    margin: calc(62 / 1024 * 100%) 0 0 calc(201 / 1024 * 100%);
    z-index: 2;
}

.mv_cast2 {
    width: calc(131 / 1024 * 100%);
    margin: calc(336 / 1024 * 100%) 0 0 calc(118 / 1024 * 100%);
}

.mv_cast3 {
    width: calc(141 / 1024 * 100%);
    margin: calc(406 / 1024 * 100%) 0 0 calc(6 / 1024 * 100%);
}

.mv_ytv {
    width: calc(64 / 1024 * 100%);
    margin: calc(15 / 1024 * 100%) 0 0 calc(14 / 1024 * 100%);
}


/*フェードイン*/

.fadeIn {
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 0, 0) scale(1) !important;
    transform: translate3d(0, 0, 0) scale(1) !important;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}


/*放送日*/

.mv_date {
    width: calc(553 / 750 * 100%);
    padding: calc(26 / 750 * 100%)0;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .header {}
    .mv {
        background-size: calc(1000 / 1200 * 100%) auto;
    }
    .mv_wrap {
        padding-top: calc(720 / 1024 * 100%);
    }
    .mv_date {
        width: calc(553 / 1024 * 100%);
        padding: calc(26 / 1024 * 100%) 0;
    }
}

@media screen and (min-width: 1200px) {
    .mv {
        background-size: 1000px auto;
    }
}


/* ********************************************************************
	nav
******************************************************************** */

.nav {
    padding: calc(40 / 750 * 100%) 0;
}

.nav_menu {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.nav_menu li {
    width: calc(180 / 670 * 100%);
}

.nav_menu li:nth-child(2) {
    margin: 0 calc(50 / 670 * 100%);
}
.menu_item02 {
    width: calc(230 / 670 * 100%) !important;
}
@media screen and (min-width: 768px) {
    .nav {
        padding: calc(25 / 1200 * 100%) 0;
    }
    .nav_menu li {
        width: calc(135 / 1024 * 100%);
        margin: 0 calc(80 / 1024 * 100%) !important;
    }
    .menu_item02 {
        width: calc(175 / 1024 * 100%) !important;
    }
    .nav_menu li::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto calc(-90 / 135 * 100%) auto 0;
        background: url(../images/img_deco1.png) no-repeat center/contain;
        width: calc(26 / 135 * 100%);
    }
    .nav_menu li:last-child::before {
        display: none;
    }
    .nav_menu li a {
        padding: calc(21 / 135 * 100%) 0;
    }
    .nav_menu li a::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #e30180;
        width: 90%;
        height: .5em;
        opacity: 0;
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }
    .nav_menu li a:hover::before {
        opacity: 1;
    }
}

@media screen and (min-width: 1200px) {
    .nav {
        padding: 25px 0;
    }
}


/* ********************************************************************
	bg_deco
******************************************************************** */

.bg_deco::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-position: top center;
    background-size: calc(100 / 750 * 100%) auto;
}

#intro.bg_deco::before {
    background-image: url(../images/bg_deco1.jpg);
    padding-top: calc(600 / 750 * 100%);
}

#twitter.bg_deco::before {
    background-image: url(../images/bg_deco2.jpg);
    padding-top: calc(440 / 750 * 100%);
}

#cast.bg_deco::before {
    background-image: url(../images/bg_deco3.jpg);
    padding-top: calc(360 / 750 * 100%);
}

@media screen and (min-width: 768px) {
    .bg_deco::before {
        background-size: calc(100 / 1200 * 100%) auto;
    }
    #intro.bg_deco::before {
        padding-top: calc(360 / 1200 * 100%);
    }
    #twitter.bg_deco::before,
    #cast.bg_deco::before {
        padding-top: calc(320 / 1200 * 100%);
    }
}

@media screen and (min-width: 1200px) {
    .bg_deco::before {
        background-size: 100px auto;
    }
    #intro.bg_deco::before {
        padding-top: 360px;
    }
    #twitter.bg_deco::before,
    #cast.bg_deco::before {
        padding-top: 320px;
    }
}


/* ********************************************************************
	intro
******************************************************************** */

#intro {
    background-color: #fff100;
    padding: calc(40 / 750 * 100%) 0 calc(160 / 750 * 100%);
}

@media screen and (min-width: 768px) {
    #intro {
        padding: calc(80 / 1200 * 100%) 0;
    }
}

@media screen and (min-width: 1200px) {
    #intro {
        padding: 80px 0;
    }
}


/* ********************************************************************
	next
******************************************************************** */

#next,
#next .inner {
    position: relative;
}

#next {
    padding: calc(100 / 750 * 100%) 0 calc(160 / 750 * 100%);
    background-color: #00b8ee;
}

#next::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*	padding-top: calc(979 / 750 * 100%);*/
    height: 68%;
    background: url(../images/bg_blue.jpg) repeat top center/calc(1000 / 750 * 100%) auto;
}

.next_wrap {
    position: relative;
}

.movie {
    margin-bottom: calc(-60 / 670 * 100%);
}

.movie_box {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    z-index: 2;
}

.next_box {
    background-color: #fff;
    width: calc(750 / 670 * 100%);
    margin-left: calc(-40 / 670 * 100%);
    padding: calc(100 / 670 * 100%) calc(40 / 670 * 100%);
}

.next_box dl {
    margin-bottom: 1.5em;
}

.next_box dt {
    font-size: 3.6rem;
    color: #e30180;
    font-weight: bold;
    text-align: center;
    margin-bottom: .5em;
}

.next_box h3 {
    text-align: center;
    font-weight: bold;
    margin-bottom: .5em;
}

.next_box h3 span::before,
.next_box h3 span::after {
    content: '★';
    color: #e30180;
    margin: 0 1em;
}

@media screen and (min-width: 768px) {
    #next {
        padding: calc(100 / 1200 * 100%) 0 calc(160 / 1200 * 100%);
    }
    #next::before {
        height: 62%;
        background-size: calc(1000 / 1200 * 100%) auto;
    }
    .next_wrap {
        position: relative;
    }
    .movie {
        width: calc(820 / 1024 * 100%);
        margin: 0 auto calc(-80 / 1024 * 100%);
    }
    .next_box {
        width: 100%;
        margin-left: 0;
        padding: calc(90 / 1024 * 100%) calc(112 / 1024 * 100%);
    }
    .next_box dl {
        margin-bottom: 2.5em;
    }
    .next_box dt {
        font-size: 2.7rem;
    }
    .next_box dd,
    .next_box p {
        line-height: 2;
    }
}

@media screen and (min-width: 1200px) {
    #next {
        padding: 100px 0 160px;
    }
    #next::before {
        background-size: 1000px auto;
    }
}


/* ********************************************************************
	twitter
******************************************************************** */

#twitter {
    padding: calc(100 / 750 * 100%) 0 calc(120 / 750 * 100%);
}

.twitter_wrap {
    background-color: #00b8ee;
    padding: calc(40 / 670 * 100%);
}

.twitter_box {
    background-color: #fff;
    overflow: hidden;
    border-radius: .5em;
}

.twitter-timeline {
    height: 23em !important;
    overflow-y: scroll;
}

.twitter_box iframe {
    width: 740px !important;
    font-size: 2rem;
    -webkit-overflow-scrolling: touch;
}

.tiktok  {
    width:100%;
    padding-bottom: calc(60 / 750 * 100%) ;

}


@media screen and (min-width: 768px) {
    #twitter {
        padding: calc(100 / 1200 * 100%) 0 calc(120 / 1200 * 100%);
    }
    .twitter_wrap {
        width: calc(640 / 1024 * 100%);
        padding: calc(40 / 1024 * 100%) calc(60 / 1024 * 100%);
        margin: 0 auto;
    }
    .twitter-timeline {
        height: 25em !important;
    }

    .tiktok  {
        width: calc(800 / 1200 * 100%);
        margin: 0 auto;
    }
    .tiktok:hover{
        opacity: 0.7;
        transition : all 0.3s;
    }
}

@media screen and (min-width: 1200px) {
    #twitter {
        padding: 100px 0 120px;
    }
}


/* ********************************************************************
	cast
******************************************************************** */

#cast {
    padding-top: calc(100 / 750 * 100%);
}

#cast h2 {
    margin-bottom: 0;
}

.cast_img {
    width: calc(670 / 670* 100%);
    margin: 0 auto;
    /* width: calc(1024 / 670 * 100%);
    margin: calc(-50 / 670 * 100%) 0 0 calc(-177 / 670 * 100%); */
}

@media screen and (min-width: 768px) {
    #cast {
        padding-top: calc(100 / 1200 * 100%);
    }
    .cast_img {
        width: 100%;
        margin: calc(-50 / 1024 * 100%) 0 0 0;
    }
}

@media screen and (min-width: 1200px) {
    #cast {
        padding-top: 100px;
    }
}


/* ********************************************************************
	footer
******************************************************************** */

#footer {
    background-color: #fff100;
}

.pagetop {
    background-color: #e30180;
    z-index: 2;
}

.pagetop img {
    width: calc(204 / 750 * 100%);
    padding: 1em 0;
    margin: auto;
}

.copy {
    font-size: 1.6rem;
    text-align: center;
    padding: calc(75 / 750 * 100%) 0;
}

@media screen and (min-width: 768px) {
    #footer {
        padding: calc(85 / 1200 * 100%) 0 calc(55 / 1200 * 100%);
    }
    .pagetop {
        width: calc(300 / 1200 * 100%);
        margin: calc(-30 / 1200 * 100%) auto 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .pagetop a:hover {
        background-color: #000;
    }
    .pagetop img {
        width: calc(153 / 300 * 100%);
    }
    .copy {
        padding: 0;
    }
}

@media screen and (min-width: 1200px) {
    #footer {
        padding: 85px 0 55px;
    }
    .pagetop {
        width: 300px;
        margin-top: -30px;
    }
}


/* ********************************************************************
	information_box　2022.3　追記
******************************************************************* */

.information_box {
    max-width: 1024px;
    background-color: #fff;
    padding: 1em;
    margin-bottom: 2em;
}

.information_title {
    width: 100%;
    font-size: 3.4rem;
    color: #e30180;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0.5em;
    line-height: 1.6;
}

.line_box {
    border: 2px solid #000;
    padding: 1em;
    margin-bottom: 2em;
}

.prize {
    font-weight: bold;
    color: #e30180;
}

.keyword {
    display: block;
    font-weight: bold;
    font-size: 2.6rem;
    margin: 1em 0;
}

.information_btn {
    display: block;
    width: 100%;
    height: 54px;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    margin: 0 auto;
    margin-top: 1em;
}

.information_btn::before,
.information_btn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.information_btn,
.information_btn::before,
.information_btn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.pink {
    position: relative;
    background-color: #e30180;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 52px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #e30180;
    font-size: 3.6rem;
}

.pink:hover {
    top: -4px;
    box-shadow: 0 7px 0 #be076f;
}

.pink:active {
    top: 3px;
    box-shadow: none;
}

@media screen and (min-width: 768px) {
    .information_box {
        padding: 3em;
    }
    .information_title {
        font-size: 2.8rem;
        line-height: 1.6;
    }
    .pink {
        max-width: 400px;
        font-size: 2.4rem;
    }
}


/* ********************************************************************
	print
******************************************************************** */

@media print {
    .print {
        display: none;
        opacity: 0;
        background: #fff;
    }
}