@charset "UTF-8";

/* ---------------------------------------------
	TOPページ
--------------------------------------------- */
.l-mainvisual{ z-index: 3333;}

/* --------------------- メインビジュアル ティザーサイト --------------------- */
.l-mainvisual::before,
.l-mainvisual::after{
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 93%;
    top: 3.5%;
    left: 10px;
    background: url("../img/mainV_asset2.png") repeat-x center bottom;
    background-size: contain;
}
.l-mainvisual::after{
    left: auto; right: 10px;
}
.mainvisual-pre{
    height: 445px;
    background: #691c09;
    background: -moz-linear-gradient(top,  #691c09 0%, #380e08 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#691c09), color-stop(100%,#380e08));
    background: -webkit-linear-gradient(top,  #691c09 0%,#380e08 100%);
    background: -o-linear-gradient(top,  #691c09 0%,#380e08 100%);
    background: -ms-linear-gradient(top,  #691c09 0%,#380e08 100%);
    background: linear-gradient(to bottom,  #691c09 0%,#380e08 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#691c09', endColorstr='#380e08',GradientType=0 );
}
.mainvisual-pre:before,
.mainvisual-pre::after{
    content: "";
    display: block;
    position: absolute;
    width: 48%;
    height: 88px;
    top: 0;
    left: 0;
    background-image: url("../img/mainV_asset1.png");
    background-position: right top;
    background-repeat: repeat-x;
    background-size: contain;
}
.mainvisual-pre::after{
    left: auto; right: 0;
    background-position: left top;
}
.mainvisual-pre h1{
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
    background: url("../img/logo.svg") no-repeat center center;
    /* width: 184px;
    height: 150px; */
    width: 368px;
    height: 300px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0; right: 0;
    margin: -174px auto 0;

}
.mainvisual-pre__oadate{
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 45px;
    position: absolute;
    bottom: 1.8em;
    left: 0; right: 0;
    margin: 0 auto 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url("../img/oadate_pc.svg");
}
/* .webp .mainvisual-pre__oadate{
    background-image: url("../img/oadate.webp");
}
.no-webp .mainvisual-pre__oadate{
    background-image: url("../img/oadate.png");
} */
/* @media screen and (max-width: 1180px) {
    .mainvisual-pre h1{
        width: 31.186%;
        height: 0;
        padding-top: 25.423%;
        background-size: contain;
    }
} */
@media screen and (max-width: 768px) {
    .l-mainvisual::before, .l-mainvisual::after{ width: 6vw;}
    .mainvisual-pre{ height: 70vw;}
    .mainvisual-pre:before, .mainvisual-pre::after{
        height: 8vw;
        background-size: cover;
    }
    .mainvisual-pre h1{
        width: 50%;
        height: 0;
        padding-top: 40.761%;
        margin-top: -26vw;
    }
    .mainvisual-pre__oadate{
        width: 70%;
        height: 0;
        /* padding-top: 18.9578%; */
        padding-top: 13.271%;
        background-image: url("../img/oadate_sp.svg");
        bottom: 4.8vw;
    }
}


/* --------------------- メインビジュアル 本サイト --------------------- */
.mainvisual{
    height: 760px;
    position: relative;
    background-color: #f0ff00;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.webp .mainvisual{ 
    background-image: url("../photo/mainVisual.webp");
}
.no-webp .mainvisual{ 
    background-image: url("../photo/mainVisual.jpg");
}
@media screen and (max-width: 1620px) {
    .mainvisual{ background-size: cover;}
}
@media screen and (max-width: 1280px) {
    .mainvisual{
        height: 0;
        padding-top: 59.375%;
    }
}
.mainvisual h1{
    /* width: 565px;
    height: 125px; */
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
    /* background: url("../img/logo.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0; right: 0;
    margin: -100px auto 0;
    z-index: 333; */
}
.mainvisual__oadate{
    /* height: 145px; */
    height: 86px;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
    /* position: absolute;
    bottom: 15px;
    left: 0; right: 0; */
    margin: 0 auto 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: rgba(255,255,255,0.8);
    background-color: #000;
}
.webp .mainvisual__oadate{
    background-image: url("../img/oadate.webp");
    background-size: contain;
}
.no-webp .mainvisual__oadate{
    background-image: url("../img/oadate.png");
    background-size: contain;
}

@media screen and (max-width: 840px) {
    .mainvisual__oadate{
        height: 0;
        /* padding-top: 17.901%; */
        width: 100%;
        /* padding-top: 16.111%; */
        padding-top: 10.617%;

    }
}
@media screen and (max-width: 768px) {
    .mainvisual__oadate{
        height: 0;
        width: 100%;
        padding-top: 13%;
    }
    .webp .mainvisual__oadate{
        background-image: url("../img/oadate_sp.webp");
        background-size: contain;
    }
    .no-webp .mainvisual__oadate{
        background-image: url("../img/oadate_sp.png");
        background-size: contain;
    }
}


/* -------------------------------
	what's new
------------------------------- */
#news{
    padding-bottom: 1em;
    /* margin-bottom: 1em; */
}
#news .content__body{
    margin-top: 0;
    padding-bottom: 0;
}
#news h2,
.fujitv-view h2{
    text-align: center;
    margin-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
    #news{
        padding-bottom: 0.5em;
        margin-bottom: 1em;
    }
    #news .content__body{
        margin-left: 0; margin-right: 0;
    }
}


/* -------------------------------
	イントロダクション
------------------------------- */
#introduction .photo-wrap{
    margin-bottom: 2em;
    text-align: center;
    /* background: url("../img/bg_02.jpg") no-repeat center center;
    background-size: cover; */
    background-color: #000;
    z-index: 333;
}
#introduction .photo-wrap .w60{
    width: 60%;
}
#introduction .photo-wrap .w80{
    width: 80%;
}
h3.intro{
    font-size: 120%;
    line-height: 1.8;
    margin-top: 1.8em;
    margin-bottom: 0.8em;
}
.cx_smartphoneview h3.intro{
    font-size: 100%;
    line-height: 1.6;
}

.intro__comment__q{
    font-weight: bold;
    padding-bottom: 0.4em;
    color: #fff;
    /* filter: drop-shadow( 1px 1px 15px #fff) drop-shadow( -1px 1px 20px #fff) drop-shadow( -1px -1px 30px #fff); */
}
.intro__comment__q::before{
    content: "Q. ";
}
.intro__comment__a{
    line-height: 2.0;
    padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
    #introduction .photo-wrap .w80{ width: 100%;}
    .intro__comment__q,
    .intro__comment__a{ font-size: 90%;}
}

/* ------------------------------
	動画
------------------------------ */
@media screen and (max-width: 768px) {
    #movie .content__title{ padding-bottom: 0;}
}
#movie .content__body{ padding-bottom: 2.6em;}
.movie__list{
    display: flex;
    flex-wrap: wrap;
}
.movie__list li{
    flex-shrink: 0;
    width: 49%;
    background-color: rgba(108, 209, 209, 0.5);
}
.movie__list li:nth-of-type(2n){
    margin-left: 2%;
}
.mov__thum{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .movie__list li{
        width: 100%;
        margin-bottom: 1em;
    }
    .movie__list li:nth-of-type(2n){ margin-left: 0;}
    .movie__list li:nth-last-of-type(1){ margin-bottom: 0;}
}
.mov__thum#mov_FbT-mP1QR5w{
    background: url("https://img.youtube.com/vi/FbT-mP1QR5w/sddefault.jpg") no-repeat center center;
    background-size: cover;
}
.mov__thum#mov_huTlE3WRsY4{
    background: url("https://img.youtube.com/vi/huTlE3WRsY4/sddefault.jpg") no-repeat center center;
    background-size: cover;
}
.mov__thum::after{
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url("../img/playIcn.png") no-repeat center center;
    border: solid 4px rgba(255,255,255,0.6);
    position: absolute;
    top: 50%;
    left: 0; right: 0;
    margin: -32px auto 0;
    z-index: 333;
    border-radius: 50%;
    transition: 200ms;
}
.cx_displaydevice .cx_video_player:hover .mov__thum::after{
    border: solid 4px rgba(255,255,255,1);
    background-color: rgba(0,0,0,0.8);
}
.mov__ttl{
    /* background-color: #fff; */
    font-size: 94%;
    line-height: 1.4;
    padding: 0.3em 0.4em;
    font-weight: bold;
    color: #109dd4;
    position: relative;
    z-index: 55;
}
.d-flex .mov__ttl{ font-size: 88%;}

/* ------------------------------
	ストーリー
------------------------------ */
#story .content__title{ margin-bottom: 0;}
@media screen and (max-width: 768px) {
    #story .content__title{ padding-bottom: 0;}
}
.story_info{
    text-align: center;
}
.story__num{
    background: #000;
    color: #f0ff00;
    font-size: 140%;
    font-weight: bold;
    line-height: 1.2;
    padding: 0.1em 1em;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    z-index: 333;
}
.story__oadate{
    font-size: 110%;
    font-weight: bold;
    color: #fff;
    line-height: 1.0;
    padding: 0.4em 0 0.6em;
}

/* h3.story__num{
    font-size: 200%;
    margin-bottom: 0;
    line-height: 1.4;
    letter-spacing: 0.15em
}
.cx_smartphoneview .content__body h3.story__num{
    font-size: 180%;
} */

#story .content__body{
    /* padding-top: 1.4em; */
    margin-top: 0.8em;
}
#story .summary{
    /* height: 6.8em;
    overflow: hidden;
    position: relative; */
    padding-bottom: 1em;
}
/* .cx_smartphoneview #story .summary{ height: 12em;} */
/* #story .summary::after{
    content: "";
    display: block;
    width: 100%;
    height: 4em;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    position: absolute;
    bottom: 0;
    left: 0;
} */
#story .summary p{
    font-size: 94%;
    line-height: 1.8;
}
#story .linkBtn{ margin-top: 0;}

/* -------------------------------
	コンテンツリンク
------------------------------- */
.content__list a{
    display: block;
    border-radius: 2em;
    overflow: hidden;
    transition: 300ms;
    position: relative;
}
.cx_displaydevice .content__list a:hover{
    border-bottom: solid 6px #53bac3;
    margin-top: -6px;
}
.content__list .comingsoon::before{
    content: "coming soon";
    position: absolute;
    top: 50%;
    left: 0; right: 0;
    margin-top: -0.5em;
    text-align: center;
    font-size: 120%;
    color: #00aef0;
    font-weight: bold;
    z-index: 333;
}
.content__list .comingsoon a{
    opacity: 0.5;
    z-index: 222;
}
.content__list .comingsoon a:hover{
    border-bottom: none;
    margin-top: 0;
}
.content__list a::before{
    content: "";
    display: block;
    width: 5em;
    height: 5em;
    position: absolute;
    bottom: 3%;
    right: 2%;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
}
.content__list a::after{
    content: "";
    display: block;
    width: 2.2em;
    height: 2.2em;
    background: url("../img/arrow_bl.svg") no-repeat right bottom;
    background-size: contain;
    position: absolute;
    bottom: 12%;
    right: 5.6%;
}
.content__list .comingsoon a::before,
.content__list .comingsoon a::after{ display: none;}

.content__list img{ backface-visibility: hidden;}
@media screen and (max-width: 1220px) {
    .content__list a::before{
        width: 6vw;
        height: 6vw;
    }
    .content__list a::after{
        width: 3vw;
        height: 3vw;
    }
}

@media screen and (max-width: 768px) {
    .content__list a{ border-radius: 0.6em;}
    .content__list img{
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
    .content__list a::after{
        bottom: 9%;
        right: 5.2%
    }
    .content__list .comingsoon::before{
        font-size: 100%;
    }
}

/* ------------------------------
	Twitter
------------------------------ */
/*#twitterWrap{
    box-sizing: border-box;
    background: #fff;
    padding-bottom: 1.2em;
}*/
#twEmbed{
	/* height:812px; */
	/* overflow-y:auto; */
	background-color: rgba(255,255,255,1);
    padding: 2em 1.6em;
    box-sizing: border-box;
    margin-top: -15px;
    /*border-bottom: solid 1px #aaa;*/
}
.cx_smartphoneview #twEmbed{
    height:auto;
    padding: 1.4em 1.0em;
}
/* #twEmbed > div{
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ddd;
} */
.cx_smartphoneview #twEmbed > div{
    margin: 0;
    padding: 0;
    border-bottom: none;
}
#twEmbed .twProfImg{
    width: 36px;
    height: 36px;
    margin: 0 6px 0 0;
    border-radius: 8px;
    overflow: hidden;
    float: left;
}
#twEmbed .twProfImg img{
    width: 100%;
    height: auto;
}
#twEmbed .twName{ line-height: 1.2;}
#twEmbed .twName a{
    font-size: 88%;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}
#twEmbed .twName a span{color: #707070; font-weight: normal;}
#twEmbed .twDate{
    font-size: 84%;
    color: #109dd4;
    line-height: 1.2;
    padding-top: 0.3em;
}
#twEmbed .twText{
    font-size: 90%;
    margin: 8px 0 0;
    white-space: pre-wrap;
    line-height: 1.6;
}
#twEmbed .twText a{ color: #109dd4;}
#twEmbed .twThumCntnr{ margin: 10px 0 0;position: relative;}
#twEmbed .twThumCntnr a{
    display: block;
    text-align: center;
    /* background: rgb(143,225,252);
    background: -moz-linear-gradient(-45deg,  rgba(143,225,252,1) 0%, rgba(255,246,182,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(143,225,252,1) 0%,rgba(255,246,182,1) 100%);
    background: linear-gradient(135deg,  rgba(143,225,252,1) 0%,rgba(255,246,182,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fe1fc', endColorstr='#fff6b6',GradientType=1 ); */
}
#twEmbed .twThumCntnr .video a::before{
    content: "";
    display: block;
    background: url(../img/playIcn.png) no-repeat center center;
    width: 60px;
    height: 60px;
    position: absolute;
    top:50%;
    left: 0;
    right: 0;
    margin: -32px auto 0;
    border: solid 3px rgba(255,255,255,0.3);
    border-radius: 50%;
}
#twEmbed .twThumCntnr .video a:hover::before{
    border: solid 3px rgba(255,255,255,1);
}
#twEmbed .twThum1-0.horizontal{
    width: 100%;
    height: auto;
    overflow: hidden;
}
#twEmbed .twThum1-0.vertical{
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}
#twEmbed .twThum1-0 img{
    width: 100%;
    height: auto;
}
#twEmbed .twThum1-0.vertical img{
    width: auto;
    max-height: 400px;
}
#twEmbed .twThum2-0,
#twEmbed .twThum2-1{
    width: 49.5%;
    max-height: 300px;
    overflow: hidden;
    float: left;
}

#twEmbed .twThum2-0{ margin: 0 1% 0 0;}
#twEmbed .twThum3-0{
    width: 66%;
    height: 338px;
    overflow: hidden;
    float: left;
    margin: 0 1% 0 0;
}
#twEmbed .twThum3-1,
#twEmbed .twThum3-2{
    width: 33%;
    height: 168px;
    overflow: hidden;
}
#twEmbed .twThum3-1{ margin: 0 0 2px;}
#twEmbed .twThum4-0{
    width: 75%;
    height: 380px;
    overflow: hidden;
    float: left;
    margin: 0 1% 0 0;
}
#twEmbed .twThum4-1,
#twEmbed .twThum4-2,
#twEmbed .twThum4-3{
    width: 24%;
    height: 126px;
    overflow: hidden;
}
#twEmbed .twThum4-1,
#twEmbed .twThum4-2{ margin: 0 0 1px;}
#twEmbed .twThum2-0 img,
#twEmbed .twThum2-1 img,
#twEmbed .twThum3-0 img,
#twEmbed .twThum3-1 img,
#twEmbed .twThum3-2 img,
#twEmbed .twThum4-0 img,
#twEmbed .twThum4-1 img,
#twEmbed .twThum4-2 img,
#twEmbed .twThum4-3 img{
    height: 100%;
    width: auto;
}
#twEmbed .twFunc{ margin: 10px 0 0;}
#twEmbed .twFunc li{
    float: left;
    margin: 0 10px 0 0;
}
#twEmbed .twFunc li a{
    display: block;
    background-color: #1082f4;
    color: #fff;
    font-size: 80%;
    font-weight: bold;
    padding: 0.5em 0.8em;
    border-radius: 5px;
}

/* ------------------------------
	Instagram
------------------------------ */
.instaWrap #instaEmbed ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.instaWrap #instaEmbed li{
    flex-shrink: 0;
    width: 33%;
    height: 200px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #efe4ca;
    /*display: flex;*/
}
.instaWrap #instaEmbed li:nth-of-type(3n){ margin-right: 0;}
/*.instaWrap #instaEmbed li img{ flex-shrink: 0; opacity: 0;}*/
.instaWrap #instaEmbed li.ll img{ width: 100%; height: auto;}
.instaWrap #instaEmbed li.ww img{ width: auto; height: 100%;}
.instaWrap #instaEmbed li a{
    width: 200px; height: 200px;
    display: block;
    text-align: center;
    background-size: contain;
}

.instaWrap > a{
    display: block;
    background: #e20082;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 3em;
    padding: 0.4em 0;
    position: relative;
}
@media all and (-ms-high-contrast:none) {
    .instaWrap > a{
        font-family: "ヒラギノ角ゴ Pro W4","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Lucida Grande",Verdana,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    }
}
.instaWrap > a::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%; right: 10px;
	margin:-0.4em 0 0 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0.4em 0 0.4em 0.6em;
	border-color: transparent transparent transparent #fff;
}
.instaWrap > a::before{
    content: "";
    display: block;
    position: absolute;
    background: url(../img/icn_instagram.svg) no-repeat 0 0;
    width: 1.6em;
    height: 1.6em;
    top: 50%; left: 20px;
    background-size: contain;
    margin: -0.8em 0 0;
}
.cx_displaydevice .instaWrap > a:hover{
    background: #ff0294;
}

/* ------------------------------
	SNSリンク
------------------------------ */
.link-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cx_smartphoneview .link-list{
    padding: 0 0.6em;
}
.link-list .linkBtn{
    width: 49%;
}
.link-list .linkBtn a{
    width: 100%;
    padding: 1.4em 0;
    font-size: 110%;
}
.cx_smartphoneview .link-list .linkBtn a{ font-size: 100%;}
