@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-weight:inherit;
    font-style:inherit;
    font-size:100%;
    font-family:inherit;
/*    vertical-align:middle;*/
    list-style:none;
}
/* .container{
    position: relative;
}
 .inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0);
 } */
/* html{
    scroll-padding-top: 100px;
} */
main{
    /* font-family:'Noto Serif JP', serif,'メイリオ', 'Meiryo','TsukuARdGothic-Regular','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; */
    line-height:1.8;
    position: relative;
    z-index: 10;
    background-color: transparent;
}
.bg_main {
    background-color: #fff;
    background-image: linear-gradient(#d2d2d2 1.7000000000000002px, transparent 1.7000000000000002px), linear-gradient(to right, #d2d2d2 1.7000000000000002px, #fff 1.7000000000000002px);
    background-size: 34px 34px;
}
.bg_main_bn {
    background-color: #fff;
    background-image: linear-gradient(#ff0 1.7000000000000002px, transparent 1.7000000000000002px), linear-gradient(to right, #ff0 1.7000000000000002px, #fff 1.7000000000000002px);
    background-size: 34px 34px;
}
main #warpper{
    margin: 0 auto;
    width: 80%;
    /* vertical-align:middle;
    display: flex;
    justify-content: space-evenly; */
    max-width: 1280px;
    padding-bottom: 150px;
}
div.header{
    /* min-width: 250px;
    max-width: 250px;
    height: 100%; */
    margin: 0 20px;
    /* background: #fff;
    background: rgba(255, 255, 255, 0.8); */
    top: 128px;
    z-index: 2;
}
div.maincolumn{
    margin: 0 auto;
}
main #footer {
    font-family: 'ads-strong', sans-serif;
    text-align:center;
    padding:2em 0;
}
main footer img{
    width: 100px;
    vertical-align: text-top;
}
main a {
text-decoration:none;
color: #fff;
transition: .4s;
}
main a:hover {
text-decoration:none;
color: #ff3e3e;
}
main p{
    color: #fff;
}
main #page-top {
    position: fixed;
    bottom: 20px;
    right: 0px;
    font-size: 100%;
    z-index: 100;
}
main #page-top a {
    text-decoration: none;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 2px;
    color:#fff;
    font-weight: bold;
}
main #page-top a img{
    width: 90%;
}
main #page-top a:hover {
    text-decoration: none;
    opacity:0.9;
}
main article{
    margin: 0 auto;
    overflow: hidden;
    margin-top: 3rem;
}
main header.nav{
    z-index: auto;
}
main footer {
    text-align:center;
    margin-bottom: 50px;
    }
main footer .bar {
    margin-bottom:2em;
    }

main footer a {
    text-decoration:none;
    color:#000000;
    margin-top: 20px;
    }

main h2{
    font-family: "ads-strong",sans-serif;
    font-style: normal;
    font-size: 2.5em;
    color: #e1e107;
    margin-bottom: 2rem;
}
h2 img{
    margin: 0 auto;
    display: block;
    width: 450px;
    max-width: 90%;
}
h2.date{
    margin-bottom: 0;
    color: rgb(181, 6, 239);
    text-align: center;
    font-size: 2.3rem;
}
h2.date div#pubOA{
    font-family: "ads-strong",sans-serif;
    margin-bottom: 0;
    color: rgb(181, 6, 239);
    text-align: center;
    font-size: 2.3rem;
}

h2 span{
    color: #d30000;
    font-size: 1.5rem;
    vertical-align: middle;
}
h2 span.next_date{
    color: #fff;
    font-size: 2.8rem;
    padding-left: 1rem;
}
h2 span.next_date div#pubOA{
    color: #fff;
    font-size: 2.8rem;
    padding-left: 1rem;
    font-family: 'ads-strong', sans-serif;
}
.black{
    margin: 0 auto;
    border-radius: 45px;
    margin-top: 120px;
    background-color: #ffffff;
    padding: 2rem;
}
.bgf{
    margin: 30px;
}
.bgf h2{
    color: #ff3d00;
    border-bottom: 1px solid #ff3d00;
    background: none;
    padding: 0;
    letter-spacing: .2em;
}
main small{
    font-size: .8em;
}
i.fa-angle-right{
    color: #ff3d00;
}
i.fa-external-link-alt{
    color: #fdba6a;
}
i.fa-phone{
    color: #7b7b7b;
}
i.fa-envelope{
    color: #ff3d00;
}
main p.bold{
    font-size: 1.4em;
    color: #8e0a0a;
    margin-bottom: 10px;
}
main div.bgf p a{
    font-size: 1.4em;
    display: block;
}
main div.bgf p.link a{
    font-size: 1em;
    display: inline;
    color: #ff3d00;
}
main div.footer{
    text-align: center;
}
main div.footer p a{
    display: inline-block;
    font-size: 14px;
}
main div.footer p img{
    width: 100px;
    vertical-align: text-bottom;
}
.bnr_top {
    position: absolute;
    bottom: 10%;
    left: 1%;
    width: 22%;
}
.bnr_top img {
    width: 100%;
    margin-top: 10px;
}
p.red{
    margin: 0 auto;
    font-family: "heisei-maru-gothic-std", sans-serif;
    display: block;
    width: 95%;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    background: #F32FDF;
    border-radius: 10px;
}

.breadcrumb {
  margin: 0 auto;
  width: 850px;
  padding: 30px 0;
  list-style: none;
}
.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-family: "ads-strong", serif;
}
.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #5fbfbc;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #5fbfbc;
    transition: .4s;
}
.breadcrumb li a:hover {
/*  text-decoration: underline;*/
  color: #2C1616;
}
div.next h2 span.time{
    color: #fff962;
    background: #4aa8a5;
    font-size: .7em;
    display: block;
}

.hover_up{
    margin: 0 auto;
    display: block;
    transition: .3s ease;
}
.hover_up:hover {
    transform: translateY(-5px);
}
/**************** prof ****************/
#cast{
    margin: 10rem auto;
}
div.prof_contents{
    margin: 2rem auto;
    display: flex;
}
div.cast_box{
    margin: 0 auto;
    display: block;
    width: 45%;
}
.cast_box img{
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    height: auto;
    border-radius: 45px;
    border: #03daff solid 5px;
    box-shadow: 7px 7px #03daff;
}
.cast_text{
    width: 100%;
    text-align: center;
}
.cast_box h3{
    margin: 2rem auto;
    font-size: 2rem;
    color: #000;
    font-family: "heisei-maru-gothic-std", sans-serif;
    margin-bottom: 1rem;
    line-height: 3.3rem;
    border-bottom: 3px dotted #2452af;
    margin-bottom: 2rem;
    font-weight: bold;
}
.cast_box h3 span{
    font-size: 2rem;
}
.cast_box h3.cast_h3{
    border-bottom: none;
    font-size: 2.8rem;
}
.cast_box p{
    width: 100%;
    font-size: 1.05em;
}
div.pall{
    margin: 0 auto;
    padding: 10px;
    display: inline-table;
}
/*sns*/
.cast_box div{
    /* width: 100%; */
    margin-top: 8px;
}
.pall a{
    font-size: 1.5em;
    color: #9bd1d3;
    margin: 20px 15px 10px 0;
    transition: .4s;
}
.pall a:hover{
    color: cornflowerblue;
}
div.cast_box p:first-of-type{
    margin-bottom: 20px;
}
div.share_icon {
    width: 40%;
    margin: 20px auto;
    display: block;
    text-align: center;
}
div.share_icon li {
    width: 15%;
    display: inline-block;
    margin: 0 1rem;
}
div.share_icon li img {
    width: 100%;
    transition: all .8s;
}
h4.share img {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 400px;
}
img.footer_pose{
    margin: 0 auto;
    display: block;
    width: 500px;
}

/* animation */
.fluffy {
    animation: fluffy 2s infinite;
}
@keyframes fluffy {
    0%, 100% {
    transform: translateY(0);
    }
    50% {
    transform: translateY(-10px);
    }
}
.yureru {
    animation: yureru 2s infinite;
}
@keyframes yureru {
    0% {
        transform: translate(2px, 0px);
    }
    5% {
        transform: translate(-2px, 0px);
    }
    10% {
        transform: translate(2px, 0px);
    }
    15% {
        transform: translate(-2px, 0px);
    }
    20% {
        transform: translate(2px, 0px);
    }
    25% {
        transform: translate(-2px, 0px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}
/* 動くライン */
.loop_wrap {
    display: flex;
    width: 100vw;
    overflow: hidden;
}
.loop_wrap img {
    width: auto;
    height: 100px;
}
@keyframes loop {
    0% {
    transform: translateX(100%);
    }
    to {
    transform: translateX(-100%);
    }
}
@keyframes loop2 {
    0% {
    transform: translateX(0);
    }
    to {
    transform: translateX(-200%);
    }
}
.loop_wrap img:first-child {
    animation: loop 80s -40s linear infinite;
}
.loop_wrap img:last-child {
    animation: loop2 80s linear infinite;
}

/**************** FB ****************/
.fb_iframe_widget > span {
    vertical-align: baseline !important;
}
/**************** PC ****************/

/* PC用 */

/**************** PC ****************/

/* @media only screen and (min-width:769px){ */

/**************** main img ****************/
div#top{
    border-radius: 45px;
    border: #000 solid 5px;
}
main #main_img{
    margin: 0 auto;
    width: 100%;
    display: block;
    max-width: 1280px;
    border-radius: 45px;
    }
/* main #main_img.bn_image{
    width: 90%;
} */
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/**************** sns ****************/
main #top{
    position: relative;

}
main #sns{
    float: left;
    position: absolute;
    bottom: 10px;
}
.sns_icon{
    margin: 0 auto;
    width: 300px;
    /* border: dotted 2px #fff; */
    padding: 2rem;
    border-radius: 10px;
}
.sns_icon ul{
    margin: 0 auto;
    display: flex;
}
.sns_icon li{
    margin: 0 auto;
}
.sns_icon img{
    margin: 0 auto;
    width: 30px;
}
.sns_icon p{
    margin: 1rem auto;
    text-align: center;
    font-family: 'adventures-unlimited', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5rem;
    line-height: normal;
}
/**************** nav ****************/
main nav.gloval_nav{
    margin: 0 auto;
    text-align: center;
}
.gloval_nav ul{
    margin: 3rem auto;
    width: 100%;
}
.gloval_nav li{
    color: #ffab96;
    display: inline-block;
    width: 17%;
    text-align: center;
    margin: 0 .5rem;
    background-color: #000000;
    border-radius: 10px;
    border: solid 3px #ff0;
}
.gloval_nav a{
    display: block;
    padding: 10px 0;
    text-decoration: none;
    font-size: .8em;
    letter-spacing: 0.1em;
    color: #ff0;
    margin: 0 auto;
    transition: .4s;
    overflow: inherit;
    font-family: "ads-strong","heisei-maru-gothic-std", serif;
    font-weight: 600;

}
.gloval_nav a span{
    font-size: 1.2em;
    letter-spacing: .08em;
    display: inline-block;
    color: #ff0;
    transition: .4s;

}
.gloval_nav li a span:hover{
    color: #ff7fee;
}

/*nav 固定表記*/
/* .fixed {
    position: fixed;
    top: 128px;
    z-index: -10000;
    min-width: 250px;
    max-width: 250px;
    padding: 1rem;
}
.fixed li{
    width: 100%;
} */
section p{
    margin: 0 auto;
    width: 90%;
}
nav img{
    margin: 0 auto;
    width: 100%;
}
nav img.logo{
    margin: 0 auto;
    width: 30%;
}
.gloval_nav a.nav_img,.gloval_nav a.nav_img img.logo{
    padding: 0;
    background: none;
    border: none;
}
/**************** box幅 ****************/
.section_box{
    margin: 3rem auto;
    width: 100%;
    display: flex;
}
.line_100{
    width: 90%;
    border: solid 2px;
}
/* div.css-ekq38o{
    border: none;
} */
.box_50{
    margin: 1rem auto;
    width: 40%;
    border: solid 5px;
}
.line_100 section.box_50{
    border: none;
}
.pink{
    border-color: #F32FDF;
    box-shadow: 7px 7px #F32FDF;
}
.green{
    border-color: #07EA71;
    box-shadow: 7px 7px #07EA71;
}
.yellow{
    border-color: rgb(250, 255, 190);
    box-shadow: 7px 7px rgb(250, 255, 190);
}
.blue{
    border-color: rgb(173, 255, 252);
    box-shadow: 7px 7px rgb(173, 255, 252);
}
#other{
    margin-top: 150px;
    align-items: center;
}
/**************** PROJECT ****************/
.project_box{
    margin: 2rem auto;
    width: 95%;
    display: flex;
    align-items: center;
    background: #e8e8e8;
    border-radius: 10px;
    padding: 1rem;
}
.project_text{
margin: 0 auto;
width: 100%;

}
.project_box h3{
    font-size: 2.2rem;
    color: green;
    font-family: "heisei-maru-gothic-std", sans-serif;
    border-bottom: dotted 2px green;
    margin-bottom: 0.7rem;
    padding-left: 1rem;
    font-weight: bold;
}
.project_box p{
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    line-height: normal;
    color: #000;
}
#article .project_box img{
    width: 300px;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 0rem;
}
.project_box a.btn{
    display: inline-block;
    width: 220px;
    font-size: 1.5rem;
    padding: 5px;
    background: #7982E3;
    letter-spacing: .2rem;
    font-weight: bold;
    margin-bottom: 0;
}
.project_box a.btn small{
    font-size: 10px;
}
.border_btn{
    margin: 3rem auto;
    display: block;
    width: 380px;
    border: solid 2px;
    padding: 1rem;
    text-align: center;
    border-radius: 50px;
    border-color: rgb(250, 255, 190);
    box-shadow: 0px 0px 7px 0px rgb(250, 255, 190);
    background-color: #0000005e;
    font-size: 2rem;
    font-family: "ads-strong", serif;
}
a.border_btn{
    color: #FAFFBE;
}
a.border_btn:hover{
    color: rgb(255, 255, 0);
}

/**************** INTRODUCTION ****************/
p.bold{
    font-size: 1.5em;
    color: #a5116c;
}
#intro iframe{
    margin: 0 auto;
    width: 100%;
    margin-top: 40px;
}
/* section.black h2:nth-of-type(2){
    margin-top: 60px;
} */
#intro img{
    margin: 0 auto;
    /* width: 50%; */
    display: block;
}
#intro p{
    margin: 2rem auto;
    text-align: left;
    font-family: "heisei-maru-gothic-std", sans-serif;
    font-size: 1.5rem;
    width: 100%;
    color: #000;
    font-weight: bold;
}
#intro p.name{
    margin: 20px auto;
    text-align: center;
/*    color: #f9465a;*/
    font-weight: bold;
    font-family: "ads-strong", serif;
    line-height: 1.1em;
    font-size: 1.2em;
}
#intro p span{
    font-size: 1.85rem;
}
#intro h3{
    text-align: center;
    font-size: 1.8em;
    margin-top: 60px;
    color: #f9465a;
    font-weight: bold;
    font-family: "ads-strong", serif;
}
.ta3 td{
    width: 70%;
    padding: 2px 0;
}
/* section#intro{
    position: relative;
        background-image: url(../img/pose.png);
        background-size: contain;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: 370px;
} */
/* section#intro::after{
    content: "";
    display: block;
    padding-top: 50%;
} */
img.intro_img{
    margin: 0 auto;
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
/**************** プレゼント ****************/
.top{
    margin-top: 0;
}
#present img{
    margin: 0 auto;
    display: block;
    width: 100%;
}
#present p{
    margin: 2rem auto;
    width: 100%;
    text-align: center;
}
#present .btn{
    letter-spacing: .4rem;
    background-color: rgb(136, 0, 0);
}
/**************** next ****************/
section#next{
        background-image: url(../img/bg_cast.jpg);
        background-size: contain;
        background-position: center center;
        background-repeat: repeat;
        background-size: 100px;
}
#next div.next{
    margin: 0 auto;
/*    width: 100%;*/
    display: block;
    padding: 10px;
}
#next div.left{
    margin: 0 auto;
    width: 100%;
    display: block;
}
#next div.right{
    margin: 0 auto;
    width: 100%;
    display: block;
}
.right p{
    width: 100%;
    margin-top: 7px;
    color: #000;
    font-family: "heisei-maru-gothic-std", sans-serif;
    font-weight: bold;
    line-height: 2.2rem;
}
/* .right p:first-of-type{
    margin-top: 20px;
} */
.right span{
    color: #73280b;
    font-weight: bold;
}
div.next h2{
    color: #fff;
    background: #5fbfbc;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: none;
    border-image: none;
}
div.fade img{
    width: 100%;
    display: block;
}
div.autoplay{
    margin: 0 auto;
    width: 100%;
    display: block;
}
div.autoplay img{
    width: 95%;
    display: block;
    border-radius: 10px;
}
.next div.corner h3{
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    color: #2C1616;
    background-color: #fff;
    margin-bottom: 10px;
}
.next div.corner p{
    margin: 0 auto;
    width: 100%;
    font-size: .9em;
}
/**************** form ****************/
#form{
    padding-top: 0;
    margin-top: 0;
}

.bgf.form{
    margin: 2rem auto;
    display: block;
    text-align: center;
}
.form img{
    margin: 0 10px;
    width: 95%;
    display: inline-block;
}
.form a img{
transition: .4s;
}
.form a img:hover{
    opacity: .7;
}
.form ul{
    margin: 0 auto;
    width: 100%;
    display: flex;
}
.form li{
    margin: 0 auto;
    /* width: 49%; */
    display: inline-block;
    vertical-align: top;
}
.form p{
    display: block;
}
/**************** back number ****************/
.toggle-wrap{
    margin: 0 auto;
    width: 80%;
}
.toggle-wrap h4{
    color: #fff;
}
.toggle-wrap .toggle-button {
font-family: "ads-strong", serif;
/* display: block; */
display: grid;
grid-template-columns: 1fr 4.5fr .5fr;
align-items: center;
cursor: pointer;
padding: 15px;
font-size: 1.3em;
text-align: center;
margin-top: .5em;
transition: .4s;
color: #fff;
letter-spacing: .1em;
border-bottom: solid 1px #1e1944;
}
label.toggle-button{
    display: flex;
}
/* .toggle-wrap .toggle-button:hover {
    background-color: #4e0101;
} */

.toggle-button img{
    /* margin: 0 auto; */
    width: 100px;
    border-radius: 50%;
    margin-right: 3rem;
}
.toggle-wrap .toggle-button:after {
    font-family: 'Material Icons Round';
    content: '\e51c';
    /* content: '\e145'; */
/*    閉じている状態のときにラベルの後ろに続く文字 */
padding-left:10px;
font-weight: bold;
color: #FABEFF;
font-size: 3.5rem;
}

/*中身を非表示にしておく*/
.toggle-wrap .toggle-content{
height: 0;
padding: 0;
overflow: hidden;
opacity: 0;
transition: 0.6s;
}

/*チェックは見えなくする*/
.toggle-wrap > input[type="checkbox"] {
display: none;
}

.toggle-wrap > input[type="checkbox"]:checked ~ .toggle-button:after {
font-family: 'Material Icons Round';
content: '\e15b';
/*    開いている状態のときにラベルの後ろに続く文字 */
padding-left:10px;
font-weight: bold;
color: #FABEFF;
font-size: 3.5rem;
}

/*クリックで中身表示*/
.toggle-wrap > input[type="checkbox"]:checked ~ .toggle-content {
display: block;
height: auto;
opacity: 1;
padding: 20px 0;
/* display: flex;
flex-wrap: wrap;
justify-content: flex-start; */
}
.toggle-content{
    color: #2b3851;
    display: block;
    width: 90%;
    margin: 0 auto;

}
.toggle-content p{
    color: #fff;
    font-size: 1.5rem;
    width: 100%;
}
.toggle-content h2{
    margin: 0 auto;
    width: 90%;
    color: #2C1616;
    border-bottom: 2px solid #2C1616;
    border-image: none;
    text-align: center;
    margin-bottom: 10px;
}
.toggle-content h3{
    margin: 0 auto;
    width: 90%;
    font-weight: bold;
    font-size: 2.3rem;
    color: #af000f;
    margin-bottom: 5px;
    font-family: "ads-strong", serif;
}
.toggle-content div.fade img{
    margin: 0 auto;
    width: 50%;
}
.corner{
    margin: 0 auto;
    width: 100%;
    display: block;
    margin-top: 30px;
}

.toggle-content div.corner p:first-of-type{
    margin-top: 0px;
}
label span{
text-align: left;
}


/**************** article ****************/
.bn_box{
    border: solid #000 3px;

}
.article-content{
    color: #000;
    padding: 10px;
}
section .article-content p{
    margin: 1.5rem auto;
    width: 100%;
    color: #000;
    line-height: 1.5em;
}
section.font_big p,ul.text_list li{
    font-size: 2rem;
}
section.font_big p.intro_text{
    line-height: inherit;
}
#article div.image_box{
    margin: 0 auto;
    display: flex;
    align-items: center;
}
#article img{
    margin: 0 1rem;
    width: 40%;
    margin-bottom: 2rem;
}
#article div.autoplay img{
    margin: 0 1rem;
    width: 95%;
    margin-bottom: 2rem;
}
div.movie{
    margin: 0 auto;
    width: 55%;
}
div.movie iframe{
    margin: 0 auto;
    width: 100%;
}
#article{
    position: relative;
    padding: 5rem 2rem;
    margin-top: 5rem;
}
#article h2{
    font-family: "heisei-maru-gothic-std", sans-serif;
    font-weight: bold;
}
#article h2.bn_title{
    color: #fff;
    background-color: #06b0ff;
    font-size: 3rem;
    align-items: center;
    padding: .3rem 2rem;
    border-radius: 10px;
    border: solid #000 3px;
    position: absolute;
    top: -5%;
}
#article h2 span{
    color: #FAFFBE;
    font-size: 3rem;
    text-align: right;
}
#article .article-content h2{
    margin: 0 auto;
    display: block;
    color: #FB1FB8;
    border: none;
    border-bottom: 4px dotted #FB1FB8;
    border-image: none;
    background: none;
    text-align: left;
    margin-bottom: 10px;
    font-size: 2.5rem;
    padding-left: .5rem;
    padding: .5rem 0;
    border-radius: 0;
}
#article .article-content h2::before{
    content: none;
}

.article-content h3.caption{
    margin: 0 auto;
    width: 80%;
    font-weight: bold;
    color: #2b3851;
    background-color: transparent;
    margin-top: 2.5em;
    font-size: 1.3em;
}
.article-content div.corner p:first-of-type{
    margin-top: 0px;
}
.article-content img{
    margin: 0 auto;
    width: 80%;
    display: block;
}
#article .article-content img.main_img{
    margin: 0 auto;
    width: 90%;
    display: block;
}
#article .article-content img.width80{
    width: 80%;
}
.article-content p span{
    font-weight: bold;
}
.article-content p.cap_small{
    font-size: .8em;
    width: 80%;
    margin-top: 1em;
    color: #717171;
    font-style: italic;
}
div.content{
    margin: 3rem auto;
    width: 100%;
}
ul.image_content{
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
li.character_box {
    margin: 2rem auto;
    width: 45%;
}
li.cast {
    width: 25%;
}
ul.text_list{
    margin: 3rem auto;
    color: #fff;
}
ul.text_list li{
    margin: 0 auto;
    width: 95%;
    color: #fff;
    list-style: decimal;
}
.article-content p span.under_line{
    border-bottom: 1px solid #ffffff75;
    font-weight: normal;
    padding-bottom: .6rem;
}
#article img.image_img {
    margin: 1rem auto;
    display: block;
    width: 100%;
    border-radius: 5px;
}
#article .cast img.image_img {
    margin: 1rem auto;
    display: block;
    width: 80%;
    border-radius: 50%;
}
section .article-content p.image_text {
    text-align: center;
    font-size: 2.2rem;
    line-height: 25px;
}
p.image_text span {
    font-size: 1.8rem;
    color: #9dabff;
}
.cast p.image_text span {
    font-size: 1.5rem;
    color: #9dabff;
}
.cast p.image_text{
    margin: 0 auto;
}
.article-content h3{
    font-family: "heisei-maru-gothic-std", sans-serif;
    margin: 0 auto;
    width: 350px;
    font-size: 3rem;
    color: #ff0;
    text-align: center;
    border-bottom: dotted 1px #ff0;
}
h4.Highlight,h5.Highlight{
    margin: 2rem auto;
    font-family: "heisei-maru-gothic-std", sans-serif;
    font-size: 2.3rem;
    color: #ff0;
    text-align: center;
}
.bn_all{
    margin: 0 auto;
    width: 100%;
/*    写真入りにする場合下記復活*/
/*    display: flex;*/
    flex-wrap: wrap;
    justify-content:space-between;
}
.bn_all_icon{
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* grid-template-rows: repeat(7, 1fr); */
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}
.bn_all_icon a{
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}
/* #bn a{
    margin: 0 auto;
    width: 100%;
} */
#bn h2{
    margin-top: 5rem;
}
#bn h2 img{
    margin: 0 auto;
    width: 550px;
    max-width: 90%;
}
.bn_article{
    margin: 0 auto;
    width: auto;
    background-color: #FF9A01;
    padding: 5px;
    border-radius: 10px;
    transition: all .4s ease;
    border: solid #000 3px;
    margin-top: .5rem;
    /* height: -webkit-fill-available; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    }
.bn_article:hover{
    opacity: .8;
    transform: translateY(-0.1875em);
}
.bn_article p{
    margin: 0 auto;
    width: auto;
    font-family: "heisei-maru-gothic-std", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 2.2rem;
    }
.bn_article p.long{
    font-size: 1.7rem;
    }
.bn_article p span{
    font-size: .9em;
    color: #ffff00;
    }
/* .bn_all_icon:before {
    content: "";
    display: block;
    width: 22%;
    height: 0;
    order: 1;
} */
span.bn_title{
    color: #fff;
    font-size: 2.5rem;
}
.bn_all_icon a:nth-child(4n) .bn_article{
  background-color: #05D303;
}
.bn_all_icon a:nth-child(4n+1) .bn_article {
  background-color: #8D4BFF;
}
.bn_all_icon a:nth-child(4n+2) .bn_article {
  background-color: #FF7AC8;
}
main #warpper.bggd {
    padding-bottom: 150px;
}
div.poseimg{
    position: relative;
        background-image: url(../img/pose.png);
        background-size: contain;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: 400px;
}
div.poseimg::after{
    content: "";
    display: block;
    min-height: 300px;
    /* padding-top: 20%; */
}
hr.bn_border{
border-bottom: dotted 5px #ff199b;
margin: 3rem auto;
border-top: none;
width: auto;
}
h3.bn_intro{
    margin: 2rem auto;
    width: 95%;
    text-align: left;
    font-size: 2rem;
    font-family: "heisei-maru-gothic-std", sans-serif;
}
/**************** twitter ****************/
#twi div.bgf{
  text-align: center;
}
/**************** ticket ****************/
section.black hr{
    width: 80%;
    border: solid 1px #1e1944;
}
/*tabel2*/
table.ta2{
    font-size: 1em;
}
.ta2{
    width: 80%;
    margin: 0 auto;
    text-align: left;
    border-collapse: collapse;
    table-layout: fixed;
    margin-top: 20px
}
.ta2 tr{
    background-color: #be00ff30;
}
.ta2 tr:nth-child(odd){
    background-color: #8146ff82;
}
.ta2 th{
    width: 30%;
    padding: 10px;
    text-align: center;
    color: #ff0;
    font-weight: 600;
}
.ta2 td{
    padding: 10px;
    color: #fff;
}
.ta2 a{
    text-decoration: underline;
}
.ta2 a:hover{
    color: #78559b;
}
.ta2 td a{
    padding-left: 20px;
}
.ta2 th a{
    color: #646464;
    text-decoration: none;
}

/**************** cp ****************/
div.bgf.form.cp{
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left{
    width: 55%;
}
.right{
    width: 40%;
}
.cp h4{
    margin: 0 auto;
    text-align: center;
    font-size: 1.8em;
    color: #2C1616;
    font-family: "ads-strong",sans-serif;
    }
.cp p{
    margin-top: 20px;
    margin-bottom: 20px;
    }
main div.bgf.cp p a{
    font-size: 1em;
    display: contents;
    color: #2C1616;
    text-decoration: underline;
}
p.cp_end{
    font-size: 1.3em;
}



/**************** モーダル ****************/
.mdl img{
    margin: 0 auto;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 5px 3px rgba(149, 149, 149, 0.2);
}
main section.mdl{
    margin: 10px;
    width: 15%;
    display: inline-block;
/*    overflow: hidden;*/
}
.btn{
        margin: 10px auto;
        padding:10px 0;
        display:block;
        color:#fff;
        text-decoration:none;
        box-shadow: 0 0 5px 1px rgba(149, 149, 149, 0.1);
        border-radius: 5px;
        background: #ff1eb0;
        font-size: 3rem;
        text-align: center;
    }
.btn:hover {
    color: #ffffff;
}
.btn img{
    width: 100%;
}

main a.btn{
    /* width: 100%; */
    font-family: "ads-strong",sans-serif;
}
main a.btn:hover{
    color: #ff0;
    }
.remodal {
    padding: 0 !important;
    background: none !important;
    max-width: 800px !important;
}
.remodal-overlay {
    background: rgba(255, 255, 255, 0.6) !important;
}
.embed-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}
.mdl h3{
    text-align: center;
    color: #0d53c6;
	font-family: "ads-strong", sans-serif;
    margin: .3em 0 0 0;
    font-size: 1.5em;
    font-weight: 500;
}
.remodal-cancel {
    color: #fff;
    background-color: #014f16;
    width: 100% !important;
    margin-top: 25px;
}
.remodal-cancel:hover {
    background: #333;
}
div.profile_content{
    margin: 0 auto;
    padding: 3em 3em 0 3em;
}
.profile_content img{
    margin: 0 auto;
    width: 45%;
    border-radius: 5px;
}
.profile_content h3{
	font-family: "ads-strong", sans-serif;
    color: #fff;
    font-size: 2em;
    margin: 0 0 1.5em 0;
    font-weight: 500;
    position: relative;
    text-align: center;
}

.profile_content h3:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #ff0;
}
.profile_content dl,.profile_content_cp dl{
    /* width: 90%;
    margin-left: 5%; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.profile_content dt,.profile_content_cp dt{
    width: 28%;
    background: #fff;
    color: #000;
    font-weight: bold;
    margin: 1rem;
    padding: .3em .5em;
    border-radius: 3px;
}
.profile_content dd,.profile_content_cp dd{
    width: 65%;
    text-align: left;
    margin-left: 5%;
    margin-bottom: 0.5em;
    color: #fff;
}
dl.tour{
    padding: 2em 0;
    align-items: center;
}
.profile_content .tour dt, .profile_content_cp .tour dt{
    width: 30%;
    padding: .5em;
    border-radius: 100vh;
    font-size: 1.2em;
    background: #00bb81;
    color: #fff;
}
.profile_content_cp .tour dt{
    background: #980808;
}
.tour dd{
    width: 62%;
    font-size: .89em;
}
.embed-container div .profile_content--list{
    margin: 0 auto;
    /* display: flex; */
    align-items: center;
}
.profile_content--text{
    /* width: 50%; */
    color: aliceblue;
}
.cp-text__large{
    margin: .8em auto;
    display: block;
    font-size: 3em;
    text-align: center;
    color: #fff;
    font-family: "ads-strong", sans-serif;
    margin-bottom: 0;
}

h4 span{
    font-size: .7em;
}
.mdl .btn_cp p:before{
	content:'\ea23';
	font-family: "Material Icons Round";
    margin-right: .5em;
}
.mdl .btn_cp p:after{
	content:'\eac9';
	font-family: "Material Icons Round";
    margin-left: .5em;
}
.under{
    color: #0d53c6;
    text-decoration: underline;
}
main section.mdl.movie{
    margin: 30px;
    width: 40%;
}

/*----------リンク-----------*/
section#link.black{
    box-shadow: none;
}
.link_box{
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.link_box a{
    margin: .5rem;
    width: 23%;
}
.link_box a img{
    margin: 0 auto;
    width: 100%;
}
.sns_box2{
    margin: 0 auto;
    width: 80%;
}
@media only screen and (min-width:769px){
/*----------pc非表示-----------*/
br.sp-br{
display: none;
}
img.sp{
    display: none;
}
img.pc{
/*    display: block;*/
}
}
br.pc-br{
display: block;
}

/**************** MOBILE ****************/

/* モニター幅750px以下 */

/**************** MOBILE ****************/

@media only screen and (max-width:768px){


/**************** HEADER ****************/
/**************** main img ****************/
/* main{
    background-image:none;
} */
main::before{
    background:url(../img/bg_sp.jpg);
    background-position:center center;
    background-size: contain;
  }
main #warpper{
    margin: 0 auto;
    vertical-align:middle;
    display: inherit;
    width: 100%;
}
div.header{
    display: inherit;
}
div.maincolumn{
    width: inherit;
    max-width: inherit;
}
main #main_img{
    margin: 0 auto;
    width: 100%;
    height: 0;
    padding-top: 80%;
    background-image:url(../img/main/main_sp.jpg);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    }
div#top{
    border-radius: 0;
    border-top:#000 solid 3px;
    border-bottom:#000 solid 3px;
    border-left: none;
    border-right: none;
    margin-top: 3rem;
}
main #main_img{
    max-width: inherit;
    border-radius: 0;
    }
main #main_img.bn_image{
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding-top: 0%;
    background-image:url(../img/main/main_bn.jpg);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    }
main h2{
    margin: 0 auto;
    width: 90%;
    margin-bottom: 20px;
    font-size: 2.5rem;
    letter-spacing: .1em;
}
main p{
    margin: 0 auto;
    width: 90%;
}
main p.red{
    width: 95%;
}
main h2 img{
    width: 100%
}
.black{
    margin: 0 auto;
    width: 90%;
    padding: 20px 0;
    /* margin-top: 50px; */
    margin-top: 80px;
    border-radius: 20px;
}

.bgf{
    margin: 20px 0;
}
main .gloval_nav{
    display: none;
}
main section{
margin: 50px 0;
}

p.bold{
    line-height: 30px;
}
main #sns{
    float: none;
    position: initial;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 1.5rem;
}
.sns_box{
    margin: 0 auto;
    width: 95%;
}
div.share_icon {
    width: 90%;
}
/* 動くライン */
.loop_wrap img {
    height: 50px;
}
/**************** box幅 ****************/
.section_box{
    margin: 3rem auto;
    width: 100%;
    display: block;
}
.box_50{
    margin: 3rem auto;
    width: 90%;
}
/**************** PROJECT ****************/
.project_box{
    display: block;
    margin: 3rem auto;
    width: 90%;
}
.project_box h3{
    margin: 1rem auto;
    font-size: 1.8rem;
    padding-left: 0rem;
}
.project_box p{
    margin: 1rem auto;
    width: 100%;
    font-size: 13px;
}
#article .project_box img{
    margin: 0 auto;
    width: 100%;
    align-items: center;
}
.project_box a.btn{
    display: block;
    width: auto;
    font-size: 1.5rem;
    padding: 5px;
}
.border_btn {
    margin: 3rem auto;
    width: 90%;
    padding: .5rem;
    border-radius: 50px;
    font-size: 1.8rem;
}

/**************** INTRODUCTION ****************/
#intro {
    background-size:cover;
    /* height: 500px; */
    }
/* section#intro::after {

    padding-top: 48%;
    } */
#intro p.name{
    margin: 20px auto;
    text-align: center;
    font-weight: bold;
    font-family: "ads-strong", serif;
    line-height: 1.1em;
    font-size: 1.3em;
}

#intro h3{
    margin: 0 auto;
    width: 95%;
    text-align: center;
    font-size: 1.4em;
    margin-top: 60px;
    color: #f9465a;
    font-weight: bold;
    font-family: "ads-strong", serif;
}
#intro h3.heart {
    text-indent : -1em;
    padding-left : 1em;
    }
#intro iframe{
    margin: 0 auto;
    width: 90%;
    display: block;
    margin-top: 40px;
}
#intro img{
    margin: 0 auto;
    width: 90%;
    display: block;
}
#intro p{
    width: 90%;
}

/**************** プレゼント ****************/
#present img{
    width: 90%;
}
#present .btn{
    width: 90%;
}
/**************** next ****************/
h2.date{
    width: auto;
    font-size: 2.2rem;
}
#next div.next{
    margin: 0 auto;
    display: block;
    padding: 10px;
}
#next div.left{
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: block;
}
#next div.right{
    margin: 0 auto;
    width: 100%;
    display: block;
    padding: 0px;
}
.right p{
    width: 95%;
    font-size: 1.05em;
}
.right p:first-of-type{
    margin-top: 10px;
}
.right span{
    color: #73280b;
    font-weight: bold;
}
div.fade img{
    width: 100%;
    display: block;
}
div.autoplay img{
    width: 98%;
    display: block;
}
.next div.corner h3{
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    color: #2C1616;
    background-color: #fff;
    margin-bottom: 10px;
}
.next div.corner p{
    margin: 0 auto;
    width: 100%;
    font-size: .9em;
}
h2 span.next_date {
    color: #fff;
    font-size: 1.8rem;
    padding-left: 0rem;
    letter-spacing: normal;
}
h2 span.next_date div#pubOA{
    font-size: 1.8rem;
    padding-left: 0rem;
    letter-spacing: normal;
}
/**************** form ****************/

.bgf.form{
    margin: 0;
    margin-top: 30px;
    width: 100%;
}
#form.black{
    background-color: none;
    padding: 0;
}
.form a{
    margin-top: 20px;
}
.form img{
    margin: 0 auto;
    width: 90%;
    display: block;
    /* margin-top: 1rem; */
}
.form ul{
    margin: 0 auto;
    width: 100%;
    display: block;
}
.form li{
    margin: 0 auto;
    width: 100%;
    display: block;
}
.form p{
    text-align: center;
}
.form iframe{
    margin: 0 auto;
    width: 90%;
    display: block;
    height: 200px;
}
/**************** back number ****************/
.toggle-wrap {
    width: auto;
}
.toggle-button img {
    width: 80px;
    margin-right: 1rem;
}
.toggle-wrap .toggle-button {
/* display: block; */
/* width: 90%; */
margin: 0 auto;
cursor: pointer;
padding: 6px 10px;
font-size: 1.3rem;
font-weight: normal;
text-align: center;
margin-top: .5em;
transition: .4s;
color: #fff;
text-align: center;
letter-spacing: .1em;
}
/*クリックで中身表示*/
.toggle-wrap > input[type="checkbox"]:checked ~ .toggle-content {
display: block;
height: auto;
opacity: 1;
padding: 20px 0;
margin: 0 auto;
/* width: 96.5%; */
}
.toggle-content div.fade img{
    width: 100%;
}
.corner{
    margin: 0 auto;
    width: 100%;
    display: block;
    margin-top: 20px;
}
.toggle-content div.corner p:first-of-type{
    margin-top: 0px;
}
div.dg_box{
    width: 90%;
    background: #F5F5F5;
    border: 2px solid #fe80d3;
    margin: 1rem auto;
    border-radius: 4px;
    text-align: center;
    padding: .8rem;
}
.toggle-content p{
    font-size: 1.4rem;
}
.toggle-wrap .toggle-button:after {
font-size: 3rem;
}
/**************** article ****************/
.breadcrumb {
  margin: 0 auto;
  width: 100%;
  padding: 20px 0px;
  list-style: none;
    text-align: center;
}
.article-content{
    padding: 5rem 1rem 1rem 1rem;
}
.article-content p{
    line-height: 1.6em;
    margin-bottom: 30px;
    width: 90%;
    margin-top: 2rem;
}
#article {
    padding: 3rem 1rem;
    margin-top: 3rem;
}
#article img{
    margin: 0 auto;
    width: 95%;
}
#article div.image_box{
    margin: 2rem auto;
    display: block;
}
div.movie{
    width: 95%;
}
div.movie iframe{
    width: 100%;
}
#article h2.bn_title{
    width: 85%;
    margin: 0 auto;
    text-align: center;
    line-height: 2.3rem;
    padding: 1.2rem;
    font-size: 2rem;
    top:-2.5%;
    right: 0;
    left: 0;
}
#article h2 span{
    color: #fbff00;
    font-size: 2rem;
}
#article .article-content h2{
    margin: 0 auto;
    width: auto;
    margin-bottom: 10px;
    font-size:1.5rem;
    letter-spacing: normal;
}
.article-content h3{
    margin: 0 auto;
    width: 90%;
    font-size: 2rem;
}
.article-content h3.caption{
    margin: 0 auto;
    width: 90%;
    font-weight: bold;
    color: #2b3851;
    background-color: transparent;
    margin-bottom: 10px;
    font-size: 1.3em;
}
.article-content div.corner p:first-of-type{
    margin-top: 0px;
}
.article-content img{
    margin: 0 auto;
    width: 100%;
    display: block;
    }
.article-content .corner p{
    margin-bottom: .5em;
    }
.article-content p span{
    font-weight: bold;
}
.article-content p.cap_small{
    font-size: .8em;
    width: 90%;
    margin-top: 1em;
    color: #717171;
    font-style: italic;
}
#article .article-content img.main_img{
    width: 100%;
}
/* character */

div.content{
    margin: 2rem auto;
}
ul.image_content{
    display: block;
}
li.character_box {
    margin: 2rem auto;
    width: 95%;
    border-bottom: solid 1px #2c245f;
}
li.cast {
    margin: 2rem auto;
    width: 80%;
    border-bottom: solid 1px #2c245f;
}
section.font_big p, ul.text_list li {
    font-size: 1.8rem;
}
ul.text_list{
    width: 90%;
}
#article img.image_img {
    margin: 1rem auto;
}
section .article-content p.image_text {
    text-align: center;
    font-size: 2rem;
    line-height: 25px;
}
p.image_text span {
    font-size: 1.6rem;
}
.cast p.image_text{
    margin: 1rem auto;
}
.bn_all{
    margin: 0 auto;
    width: 100%;
    display: block;
    flex-wrap: wrap;
    justify-content:space-between;
}
.bn_all_icon{
    margin: 0 auto;
    width: 100%;
    display: block;
    flex-wrap: wrap;
    justify-content:space-between;
}
#bn a{
    margin: 0 auto;
    width: 100%;
    display: contents;
}
.bn_article{
    margin: 0 auto;
    width: 90%;
    margin-top: 10px;
    border-radius: 5px;
    }
.bn_article img{
    margin: 0 7px;
    width: 35%;
    }
.bn_article h4{
    font-size: 3rem;
    line-height: 1.6em;
    }
.bn_article p{
    font-size: 2.3rem;
    line-height: 1.6em;
    }
.bn_article p.long {
    font-size: 2.3rem;
}
.bn_article p span{
    font-size: 2rem;
    }
.bn_all:before {
    content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
    order: 1;  /* 疑似要素beforeの順番を必ず指定する*/
}
.bn_all_icon:before {
    content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
    order: 1;  /* 疑似要素beforeの順番を必ず指定する*/
}
span.bn_title{
    color: #fff;
    font-size: 1.7rem;
    letter-spacing: normal;
    line-height: normal;
}
.slick-center{
    margin-right:inherit;
    margin-left:inherit;
}
div.poseimg{
        background-size: 400px;
}
/* div.poseimg::after{
    padding-top: 70%;
} */
hr.bn_border{
width: 90%;
}
h3.bn_intro{
    margin: 3rem auto 0 auto;
    width: 95%;
    font-size: 1.5rem;
    font-weight: bold;
}
/**************** cp ****************/
div.bgf.form.cp{
    margin: 0 auto;
    width: 100%;
    display: block;
}
.left{
    width: 100%;
}
.right{
    width: 100%;
}
.cp h4{
    margin: 20px auto;
    text-align: center;
    font-size: 1.8em;
    color: #2C1616;
    font-family: "ads-strong",sans-serif;
    line-height: 1.35em;
    }
.cp p{
    margin-top: 20px;
    margin-bottom: 20px;
    }
main div.bgf.cp p a{
    font-size: 1em;
    display: contents;
    color: #2C1616;
    text-decoration: underline;
}
p.cp_end{
    font-size: 1.4em;
}
/**************** チケット ****************/
#cs h3{
    font-size: 2em;
    text-align: center;
    padding: 20px 0;
    color: #959595;
}
/*tabel2*/
table.ta2{
    font-size: .9em;
}
.ta2{
    width: 95%;
    margin: 0 auto;
    text-align: left;
    border-collapse: collapse;
/*↓文字はみ出し対策*/
    word-break: break-all;
    word-wrap: break-all;
    margin-top: 20px;
}
.ta2 tr{
    width: 100%;
}
.ta2 th{
    padding: 10px 5px;
    width: 110px;
    font-size: 13px;
}
.ta2 td{
    width: 100%;
    padding: 10px;
}
.ta2 td a{
    padding-left: 0px;
}
section.black h2:nth-of-type(2){
    margin-top: 30px;
}
/*}*/
section.black hr{
    width: 80%;
    /* border: solid 1px #fff; */
}

.bnr_top {
    margin: 0 auto;
    position: inherit;
    display: block;
    width: 90%;
}
.bnr_top img {
    width: 100%;
}



/*----------リンク-----------*/
section#link.black {
    background: none;
}
.link_box{
    display: block;
    text-align: center;
    background: none;
}
.link_box a{
    margin: 0 auto;
    width: 90%;
    display: initial;
}
.link_box a img{
    width: 90%;
    display: block;
    margin: 1rem auto;
}
/**************** prof ****************/
#cast {
    margin: 8rem auto;
}
div.prof_contents {
    display: block;
}
div.cast_box{
    width: 80%;
    margin: 0 auto;
    padding: 0 0 0 0px;
    display: block;
    vertical-align: middle;
    margin-top: 30px;
}
.cast_box img{
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 2rem;
    height: auto;
}
.cast_box h3.cast_h3 {
    font-size: 2rem;
    line-height: 2.6rem;
}
.cast_box h3 span {
    font-size: 1.7rem;
}
div.pall{
    margin: 0 auto;
    padding: 5px 10px;
    display: block;
}
/*sns*/
.cast_box div{
    margin: 2rem auto;
    margin-top: 8px;
}
.pall a{
    font-size: 2em;
    margin: 0 10px;
    text-align: center;
}
.black{
    width: 90%;
}
.cast_text{
    width: 90%;
}
main #page-top {
    right: -70%;
}

/*----------sp非表示-----------*/
img.pc{
    display: none;
}
img.sp{
    display: block;
    width: 250px;
    margin: 0 auto;
}
}
/*------------最大925--------------*/
@media screen and (max-width : 925px){
div.works{
text-align: left;
margin: 20px auto;
max-width: 600px;
padding-left: 25px;
}
.gloval_nav a{
    padding: 5px;
    font-size: .9em;
}
.gloval_nav a span {
font-size: 1.2rem;
}
    /* nav.gloval_nav ul{
    padding-left: 10px;
} */
.toggle-content p {
    font-size: 1.1rem;
}
}
/*------------最大375--------------*/
@media screen and (max-width : 415px){
#chart img {
    width:100%;
}
br.pc-br{
display: none;
}
br.sp-br{
display: block;
}
table.ta2{
    font-size: .9em;
}
p#page-top {
    width: auto;
     right: 0;
    top: 70%;
}
.toggle-content p{
    font-size: 1rem;
}
}
/*------------最大360--------------*/
@media screen and (max-width : 360px){
.bn_article p span{
    font-size: .6em;
    }

h2.date {
    font-size: 1.5rem;
}
}
div.next_time h2{
    color: #fff;
    background: #ff7979;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: none;
    border-image: none;
    font-size: 2em;
}
div.next_time h2 span.time{
    color: #fff962;
    background: #ff5555;
    font-size: .7em;
    display: block;
}
.article-content p.cap_small a{
    color: #717171;
    text-decoration: underline;
    }
.article-content p.cap_small a::after{
    font-family: 'Material Icons Round';
    content: '\e89e';
        }
@media screen and (max-width : 415px){
    div.next_time h2{
        font-size: 1.5em;
    }
}
span.italic{
    font-style: italic;
}
img.top_img{
    margin: 2rem auto;
    display: block;
    width: 35%;
}
.mds{
    font-size: 2.3rem;
}
#article.black {
    /* margin-top: 0; */
    /* padding-top: 0; */
    max-width: 1100px;
}
@media screen and (max-width : 415px){
    .mds{
        font-size: 1.8rem;
    }
    img.top_img{
        width: 90%;
    }
}
main p{
    font-weight: normal;
}
/**************** event ****************/
#article h2.event_title{
    display: block;
    text-align: center;
    font-size: 2.5rem;
    line-height: 3.7rem;
}
#article h2.event_title span{
    font-size: 3.5rem;
}
#article h2.event_title::before {
    content: none;
}
.article-content a.btn::after ,a.btn_quiz::after {
    font-family: 'Material Icons Round';
    content: '\eaaa';
    padding-left:1rem;
    font-size: 3rem;
    vertical-align: middle;
}
a.btn_quiz::after {
    font-size: inherit;
}
#article.main_event .article-content h2{
    width: 100%;
}
.main_event{
    background-color: #000000a6;
}
.main_event small{
    margin: 0 auto;
    display: block;
    color: #fff;
    text-align: center;
}
main .main_event a{
    color: #ff0;
    text-decoration: underline;
}
main .main_event a:hover{
    color: rgb(255, 255, 160);
}
main .main_event a.btn {
    width: 400px;
    padding: .5rem;
}
main .main_event a.btn:hover {
    background-color: #ff499b;
}
small.att{
    text-align: left;
    color: #ff0;
}
#article .article-content h4.sub_title {
    border-bottom: solid 1px #37478b;
    color: #ADFFFC;
    font-size: 1.7rem;
    letter-spacing: .4rem;
    display: flex;
    align-items: center;
}
#article .article-content h4.sub_title::before {
    font-family: 'Material Icons Round';
    content: '\e5df';
    font-size: 2rem;
}
main .main_event a.btn_02{
    display: block;
    background-color: #3F4B93;
    width: 100%;
}
/**************** 配信 ****************/
.haishin ul {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
}
.bgf.form.haishin li {
    margin: 0;
    width: 25%;
}
/**************** プロジェクトBN ****************/
#article.project_bn img{
    margin-bottom: 0;
}
@media only screen and (max-width:768px){
    #article h2.event_title{
        font-size: 1.7rem;
        line-height: 3rem;
    }
    #article h2.event_title span{
        font-size: 2.3rem;
    }
    .main_event{
        width: 95%;
    }
    main .main_event a.btn {
        width: 90%;
        padding: .5rem;
    }
    #article.project_bn img{
        width: 100%;
        display: block;
    }
    main a.btn_quiz{
        width: 95%;
        padding: 5px 0;
        font-size: 2rem;
    }
    .box_100.quiz_box{
        width: 95%;
    }
    div.quiz_movie iframe{
        height: 250px;
    }
/**************** 配信 ****************/
.haishin ul {
    display: block;
}
.bgf.form.haishin li {
    margin: 0 auto;
    width: 100%;
}
}