@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;
}
main{
    font-family: 'Noto Serif JP','YuGothic','Yu Gothic','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  line-height:1.8;
  color: #fff;
  background-color: #ff8787;
/*  z-index: 999;*/
  margin: 0 auto;
	display: block;
  }
main article{
    margin: 0 auto;
    overflow: hidden;
	background-color: #ff8787;
  background-image:url(../img/bg.jpg);
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  background-attachment: fixed;
}

/*
.bgf{
    margin: 30px;
}
*/
main #warpper{
  margin: 0 auto;
	vertical-align:middle;
}
main #footer {
	    font-family: 'Anton', sans-serif;
		text-align:center;
		padding:2em 0;
	}
main a {
text-decoration:none;
}
main a:hover {
text-decoration:none;
}
main p{
    color: #4a71f4;
}
main #page-top {
  position: fixed;
  bottom: 40px !important;
  right: 20px;
  font-size: 100%;
  z-index: 30;
}
main #page-top a {
    text-decoration: none;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 2px;
	color:#fff;
    font-weight: bold;
}
main #page-top a:hover {
    text-decoration: none;
	opacity:0.9;
}
	

main footer {
	text-align:center;
	padding-top: 20px;
	}
main footer .bar {
	margin-bottom:2em;
    overflow: hidden;
	}
	
main footer a {
	text-decoration:none;
	color:#ffffff;
	}
main section{
  margin: 150px 0;
}
main h3{
font-family: 'tbcinergothic-std', sans-serif;
font-weight: 600;
font-style: normal;
}
main h2 img{
  margin: 0 auto;
  display: block;
}
.black{
  margin: 0 auto;
  width: 1000px;
/*  background-color: rgba(255, 255, 255, 0.5);*/
  padding: 40px 0;
}
p.cr{
    text-align: center;
    color: #ffffff;
    font-size: .9em;
    font-weight: bold;
    margin-bottom: 20px;
}
main div.black hr{
  width: 80%;
  border: dotted 2px #fd728b;
}
.black.cs{
	background-color: rgba(196, 255, 211, 0.75);
    background-image: url(../img/bg_dot.png);
/*    background-size: 50%;*/
    border-radius: 3px;
}
main section:last-of-type{
    margin-bottom: 150px;
}
/*----------gurade-----------*/
/*
main .bggd{
background: linear-gradient(270deg, rgba(255, 199, 194, 0.5), rgba(255, 73, 101, 0.45));
background-size: 400% 400%;
animation: AnimationName 5s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
	}
*/
main #main_img.movie{
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-top: 27.1875%;
  background-image:url(../img/main/main_movie.jpg);
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  }
main #main_img{
  animation: fadeIn 4s ease 0s 1 normal;
  -webkit-animation: fadeIn 4s ease 0s 1 normal;
}
@keyframes fadeIn { 
    0% {opacity: 0}
    100% {opacity: 1}
}

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

/* PC用 */

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

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

/**************** main img ****************/

main #main_img{
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-top: 60.1875%;
  background-image:url(../img/main/main_2021.jpg);
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  }
@keyframes fadeIn { 
  0% {opacity: 0}
  100% {opacity: 1}
}
/**************** sns ****************/
main #top{
  position: relative;
}
main #sns{
  float: left;
  position: absolute;
  top: 10px;
}
/**************** tw bnr ****************/
div.bnr_tw{
    position: absolute;
    bottom: 18%;
    right: 6%;
}
div.bnr_tw img{
    width: 300px;
}
div.bnr_tw a:hover{
    opacity: .7;
}
/**************** nav ****************/
main nav.gloval_nav{
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}
.gloval_nav{
  background: #ffffff;
  padding: 15px 0 20px 0;
}
.gloval_nav ul{
  margin: 0 auto;
  width: 1000px;
    display: flex;
}
.gloval_nav li{
font-family: 'tbcinergothic-std', sans-serif;
font-weight: 600;
font-style: normal;
  color: #ffeb00;
  display: inline-block;
/*    width: calc(100%/6);*/
    width: calc(100%/5);
  height: 60px;
  vertical-align: middle;
}
.gloval_nav a{
  position: relative;
  color: #ff3199;
  width: 100%;
  height: auto;
  text-shadow:0px 0px 5px #ffffff;
  font-size: 1em;
  font-weight: bold;
  line-height: .2em;
  text-align: center;
  padding: 15px 0;
  transition: .4s;
  vertical-align: sub;
}
.gloval_nav li a:hover{
  color: #fd728b;
}
.gloval_nav a span{
  text-shadow:0px 0px 5px #ffffff;
/*  margin: 0 50px;*/
  font-size: .8em;
  letter-spacing: .08em;
  display: inline-block;
}
.nav2{
    background: #ff5273;
    }
.nav2 li{
font-family: 'tbcinergothic-std', sans-serif;
  color: #ffeb00;
}
.nav2 a{
  color: #ffffff;
  text-shadow:0px 0px 5px #ff335a;
}
.nav2 li a:hover{
  color: #ffff00;
}
.nav2 a span{
  text-shadow:0px 0px 5px #ff335a;
}
/**************** form ****************/
#form{
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.bgf.form{
    margin: 0 auto;
    width: 850px;
    display: block;
    margin-top: 100px;
    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%;
}
.form li{
    margin: 0 auto;
/*    width: 80%;*/
    display: inline-block;
    vertical-align: top;
}
.form p{
    display: block;
}
/**************** next ****************/
#next div.next{
    margin: 0 auto;
    width: 80%;
    display: flex;
    padding: 30px;
	background: rgba(251, 117, 156, 0.8);
	border-radius: 10px;
    align-items: center;
/*
    background-image: url(../img/bg_dot.png);
    background-size: 100%;
*/
}
#next div.left{
    margin: 0 auto;
    width: 56%;
    display: inline-block;
	vertical-align: top;
/*    margin: 0 50px;*/
}
#next div.left img{
    margin: 0 auto;
    width: 100%;
    border-radius: 3px;
}
#next div.right{
    margin: 0 auto;
    width: 39%;
    display: inline-block;
    margin: 0 0 0 50px;
}
#next div.right p{
    color: #fff;

}
.right p{
    width: 100%;
    line-height: normal;
    margin-top: 7px;
    color: #3c3c3c;
    font-size: .9em;
    font-weight: normal;
}
.right p:first-of-type{
    margin-top: 30px;
}
.right span{
    color: #73280b;
    font-weight: bold;
}
div.next h2{
    color: #ffff00;
    border-top: 3px dotted #ffff00;
    border-bottom: 3px dotted #ffff00;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'tbcinergothic-std', sans-serif;
    font-size: 1.3em;
}
div.fade img{
    width: 100%;
    display: block;
}
div.autoplay{
    margin: 0 auto;
    width: 90%;
    display: block;
}
div.autoplay img{
    width: 100%;
    display: block;
}
/**************** INTRODUCTION ****************/
main section#intro {
    margin: 0 auto;
    width: 1000px;
    display: block;
    border-radius: 10px;
    }
main #intro div.bgf {
	margin: 0 auto;
	width: 100%;
	display: flex;
    align-items: center;
    margin-bottom: 150px;
  background: -webkit-linear-gradient(right, #ffffff, transparent);
  background: -moz-linear-gradient(right, #ffffff, transparent);
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
    border-radius: 10px;
	}
main #intro div.left {
	width:50%;
	display: inline-block;
	vertical-align: top;
	}
main #intro div.left img{
	width:100%;
	display: inline-block;
	vertical-align: top;
    filter: drop-shadow(0px 5px 10px rgba(255, 114, 168, 0.99));
	}
main #intro div.right {
	width:45%;
	display: inline-block;
	}
main #intro h3 {
	font-size:150%;
	width:auto;
	text-align:left;
	line-height:1.2;
	display:inline-block;
	color: #d60051;
    text-shadow:3px 3px 0px #ffddea;
    margin: 30px 20px 10px 20px;
	}
main #intro  h3.heart {
	text-indent : -1em;
	padding-left : 1em;
	}
main #intro p{
    width: auto;
    color: #5557a1;
    margin: 10px 30px 20px 30px;
    text-shadow:0px 0px 4px #ffffff;
    }
/**************** あらすじ ****************/
 h3.ar{
    width: 30%;
    margin: 0 auto;
    display: block;
  text-align: center;
  color: #ff8ca1;
  margin-bottom: 20px;
  font-size: 1.5em;
    border-bottom: solid 1px;
}
div.ar{
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background-image:url(../img/bg_ar.png);
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  padding: 50px 0;
    margin-bottom: 150px;
}
.ar p{
  margin: 0 auto;
  width: 800px;
  display: block;
    color: #fff;
    font-weight: bold;
    text-shadow:0px 0px 4px #40296c;
    font-family: 'tbcinergothic-std', sans-serif;
    letter-spacing: .1em;
}
/**************** STORY ****************/
main #story {
  margin: 0 auto;
  width: 1000px;
}
.story {
  margin: 0 auto;
  width: 1000px;
  display: block;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}
.story p{
    color: #634747;
    margin-top: 20px;
}
.tab-wrap {
  margin: 0 auto;
  width: 800px;
  display: flex;
  flex-wrap: wrap;
}
.tab-label {
	font-family: 'tbcinergothic-std', sans-serif;
	color: White;
    background: #8182be;
	margin: 4px;
	padding: 7px 8.5px;
	order:-1;
	font-size: 1.2em;
    border-radius: 50%;
    font-weight: bold;
    width: 4%;
    text-align: center;
    display: inline-block;
}
.tab-content {
    width: 100%;
    display: none;
  margin-top: 20px;
}
.tab-switch:checked+.tab-label {
    color:yellow;
  background: #ff5273;

}
.tab-switch:checked+.tab-label+.tab-content {
    display: block;
}
.tab-switch {
    display: none;
}
.tab-content h3{
    text-align: center;
     color: #fff;
    background: #8182be;
    font-size: 1.5em;
}
    

/**************** 動画ボタン ****************/
.m_btn{
    width: auto;
    margin: 20px auto;
    text-align: center;
    font-family: 'tbcinergothic-std', sans-serif;
    font-size: 1.5em;
    border-radius: 10px;
    }
.m_btn.btn,.m_btn a.btn,
 button.btn {
     margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
     width: 85%;
}
.m_btn a.btn-flat {
  overflow: hidden;

  padding: 1.5rem 6rem;

  color: #ffffff;
  border-radius: 0;
  background: #97f4c9;

/*    width: 850px;*/
}
.m_btn a.btn-flat span {
  position: relative;
  z-index: 1;
    font-size: 1.6em;
}
.m_btn a.btn-flat:hover {
    color: #ffff00;
}
.m_btn a.btn-flat:before {
  position: absolute;
  top: 0;
  left: calc(-150% + 50px);

  width: 370%;
  height: 500%;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: rotate(45deg) translateX(0) translateY(0);
  transform: rotate(45deg) translateX(0) translateY(0);
  background: #ff5273;

}

.m_btn a.btn-flat:after {
  position: absolute;
  top: -400%;
  right: calc(-150% + 50px);

  width: 370%;
  height: 500%;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: rotate(45deg) translateX(0) translateY(0);
  transform: rotate(45deg) translateX(0) translateY(0);
  background: #ff5273;

}

.m_btn a.btn-flat:hover:before {
  -webkit-transform: rotate(45deg) translateX(0) translateY(-50%);
  transform: rotate(45deg) translateX(0) translateY(-50%);
}

.m_btn a.btn-flat:hover:after {
  -webkit-transform: rotate(45deg) translateX(0) translateY(50%);
  transform: rotate(45deg) translateX(0) translateY(50%);
}
/**************** CAST ****************/

/*
main #cs {
  margin: 0 auto;
}
*/
main #cs h3{
  font-size: 2em;
  text-align: center;
/*  padding: 20px 0;*/
  color: #fd728b;
}
.cast{
  margin: 20px 10px 0 17px;
  width: 30%;
  height: 480px;
  display: inline-block;
  background-color:#ffffff;
  position: relative;
  vertical-align: bottom;
  border-radius: 10px;

}
.cast img{
	margin: 0 auto;
    width: 90%;
    display: block;
    padding: 15px;
  border-radius: 20px;

}
.cast h4{
  width: 260px;
  margin: 0 auto;
  color: #ff46a3;
  font-size: 1.2em;
  text-align: center;
  border-bottom: dotted 1px;
  display: block;
	font-family: 'tbcinergothic-std', sans-serif;
	font-weight: 600;
	font-style: normal;
}
.cast p{
  margin: 0 auto;
  width: 90%;
  display: block;
  font-size: .9em;
  line-height: 1.4em;
  padding-top: 10px;
    color: #634747;
}
.cast p.act{
  margin: 0 10px;
  position: absolute;
  top: 82%;
}
main #cs ul {
  width:1000px;
  margin:2em auto 3em auto;
  display: block;
	}
main #cs ul li {
	text-align:center;
	font-size:1.2em;
	padding-bottom:0.2em;
	margin-bottom:0.5em;
	font-family: 'tbcinergothic-std', sans-serif;
	font-weight: 600;
	font-style: normal;
    color: #634747;
	}
	main #cs ul li span {
		font-size:66%;
		}


/**************** chart ****************/
main #chart{

}
main #chart img{
  margin: 0 auto;
  display: block;
/*    filter: drop-shadow(0px 5px 10px rgba(255, 114, 168, 0.99));*/
}
/**************** movie ****************/
#movie{
    margin: 0 auto;
    width: 100%;
    display: block;
}
#movie h2 img{
margin-top: 70px;
}
#movie div.all{
    margin: 0 auto 100px auto;
    width: 1000px;
    display: block;
}
main section.mdl{
    margin: 10px;
    width: 30%;
    display: inline-block;
    overflow: hidden;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
/*  height: 80px;*/
  box-sizing: border-box;
  text-decoration: none;
  transition-duration: 0.3s;
}
/*
.btn p{
  width: 100%;
}
*/
.btn:hover {
  background: #b4b1a0;
  color: #ffffff;
}
.btn img{
    width: 100%;
}
.remodal {
  padding: 0 !important;
  background: none !important;
    max-width: 800px !important;
}
.remodal-overlay {
background: rgba(99, 71, 71, 0.6) !important;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mdl p{
    text-align: center;
    color: #634747;
	font-family: 'tbcinergothic-std', sans-serif;
    background-color: rgba(255, 255, 237, 0.7);
}
.remodal-cancel {
  color: #fff;
  background: rgba(0, 0, 0, 0.5)!important;
  width: 100% !important;
  margin-top: 25px;
}
.remodal-cancel:hover {
  background: #333;
}
/*----------pc非表示-----------*/
main br.sp-br{
display: none;
}
main img.sp{
  display: none;
}
main img.pc{
/*  display: block;*/
}
main br.pc-br{
display: block;
}
}
/**************** MOBILE ****************/

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

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

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


/**************** HEADER ****************/
/**************** main img ****************/
main #main_img{
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-top: 120%;
	background-image:url(../img/main/main_sp_2021.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	}

main h2 img{
  width: 100%
}
.black{
  margin: 0 auto;
  width: 100%;
  padding: 40px 0;
}
.gloval_nav{
  display: none;
}
main section{
  margin: 50px 0;
}
main article{
    margin: 0 auto;
    overflow: hidden;
	background-color: #ff8787;
  background-image:url(../img/bg.jpg);
  background-size:auto;
  background-repeat:repeat;
/*

  background-attachment: fixed;
*/
/*
  background-position:center center;


*/
}
/**************** tw bnr ****************/
main #top{
  position: relative;
  background-image:url(../img/bg.jpg);
  background-size:auto;
/*
  background-position:center center;
  background-repeat:no-repeat;
  background-attachment: fixed;
*/
}
div.bnr_tw{
    display: block;
}
div.bnr_tw img{
    margin: 0 auto;
    width: 90%;
    display: block;
    margin-top: 20px;
}
div.bnr_tw a:hover{
    opacity: .7;
}
/**************** form ****************/
main section#form{
    margin: 10px 0;
    }
.bgf.form{
    margin: 0;
    margin-top: 30px;
}
#form.black{
    background-color: none;
    padding: 0;
}
.form a{
    margin-top: 20px;
}
.form img{
    margin: 0 auto;
    width: 90%;
    display: block;
    margin-top: 20px;
}
.form ul{
    margin: 0 auto;
    width: 100%;
}
.form li{
    margin: 0 auto;
    width: 100%;
    display: block;
/*    vertical-align: top;*/
}
.form p{
    text-align: center;
}
/**************** next ****************/
#next div.next{
    margin: 0 auto;
    width: 74%;
    display: block;
    padding: 30px;
	background: rgba(251, 117, 156, 0.8);
	border-radius: 10px;
    align-items: center;
}
#next div.left{
    margin: 0 auto;
    width: 100%;
    display: block;
	vertical-align: top;
/*    margin: 0 50px;*/
}
#next div.left img{
    margin: 0 auto;
    width: 100%;
}
#next div.right{
    margin: 0 auto;
    width: 100%;
    display: block;
    margin: 20px 0 0 0;
}
#next div.right p{
    color: #fff;

}
.right p{
    width: 100%;
    line-height: normal;
    margin-top: 7px;
    color: #3c3c3c;
    font-size: .9em;
    font-weight: normal;
}
.right p:first-of-type{
    margin-top: 10px;
}
.right span{
    color: #73280b;
    font-weight: bold;
}
div.next h2{
    color: #ffff00;
    border-top: 3px dotted #ffff00;
    border-bottom: 3px dotted #ffff00;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'tbcinergothic-std', sans-serif;
    font-size: 1.3em;
}
div.fade img{
    width: 100%;
    display: block;
}
div.autoplay{
    margin: 0 auto;
    width: 90%;
    display: block;
}
div.autoplay img{
    width: 100%;
    display: block;
}
/**************** INTRODUCTION ****************/

main section#intro {
    margin: 0 auto;
    width: 100%;
    display: block;
    border-radius: 10px;
    }
main #intro div.bgf {
	margin: 0 auto;
	width: 90%;
	display: block;
    align-items: center;
    margin-bottom: 150px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    overflow: hidden;
    }
main #intro div.left {
	width:100%;
	display: block;
	}
main #intro div.left img{
    margin: 0 auto;
	width: 90%;
	display: block;
	vertical-align: top;
    filter: drop-shadow(0px 5px 10px rgba(255, 114, 168, 0.99));
    margin-top: 20px;
	}
main #intro div.right {
	width:100%;
	display: block;
	}
main #intro h3 {
	font-size:150%;
	width:auto;
	text-align:left;
	line-height:1.2;
	display:block;
	color: #d60051;
    text-shadow:3px 3px 0px #ffddea;
    margin: 30px 20px 10px 20px;
	}
main #intro  h3.heart {
	text-indent : -1em;
	padding-left : 1em;
	}
main #intro p{
    width: auto;
    color: #5557a1;
    margin: 20px;
    text-shadow:0px 0px 4px #ffffff;
    }
/**************** あらすじ ****************/
 h3.ar{
    width: 30%;
    margin: 0 auto;
    display: block;
  text-align: center;
  color: #ff8ca1;
  margin-bottom: 20px;
  font-size: 1.5em;
    border-bottom: solid 1px;
}
div.ar{
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background-image:url(../img/bg_ar.png);
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  padding: 50px 0;
    margin-bottom: 50px;
}
.ar p{
  margin: 0 auto;
  width: 90%;
  display: block;
    color: #fff;
    font-weight: bold;
    text-shadow:0px 0px 4px #40296c;
    font-family: 'tbcinergothic-std', sans-serif;
    letter-spacing: .1em;
}
/**************** STORY ****************/
main #story {
  margin: 0 auto;
  width: 100%;
}
.story {
  margin: 0 auto;
  width: 100%;
  display: block;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px;
}
.story p{
    color: #634747;
    margin-top: 20px;
}
.tab-wrap {
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}
.tab-label {
	font-family: 'tbcinergothic-std', sans-serif;
	color: White;
    background: #8182be;
	margin: 4px;
	padding: 7px 9px;
	order:-1;
	font-size: 1.2em;
    border-radius: 50%;
    font-weight: bold;
}
.tab-content {
    width: 100%;
    display: none;
  margin-top: 20px;
}
.tab-switch:checked+.tab-label {
    background: #ff264f;
    color:yellow;
}
.tab-switch:checked+.tab-label+.tab-content {
    display: block;
}
.tab-switch {
    display: none;
}
.tab-content h3{
    text-align: center;
     color: #fff;
    background: #8182be;
    font-size: 1.5em;
}
div.fade div iframe{
    width: 100%;
    height: 209px;
    }
.tab-content img{
    width: 100%;
    }
/**************** 動画ボタン ****************/
.m_btn{
    width: 100%;
    margin: 20px auto;
    text-align: center;
    font-family: 'tbcinergothic-std', sans-serif;
    font-size: 1.5em;
    border-radius: 10px;
    }
.m_btn.btn,.m_btn a.btn,
 button.btn {
     margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
/*  width: 90%;*/
}
.m_btn a.btn-flat {
  overflow: hidden;

/*  padding: 1.5rem 6rem;*/

  color: #ffffff;
  border-radius: 0;
  background: #ff5273;


}

.m_btn a.btn-flat span {
  position: relative;
  z-index: 1;
    font-size: 1.4em;
}
.m_btn a.btn-flat:hover {
    color: #7b78d6;
}

.m_btn a.btn-flat:before {
  position: absolute;
  top: 0;
  left: calc(-150% + 50px);

  width: 208%;
  height: 500%;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: rotate(45deg) translateX(0) translateY(0);
  transform: rotate(45deg) translateX(0) translateY(0);
  background: #97f4c9;


}

.m_btn a.btn-flat:after {
  position: absolute;
  top: -400%;
  right: calc(-150% + 50px);

  width: 208%;
  height: 500%;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: rotate(45deg) translateX(0) translateY(0);
  transform: rotate(45deg) translateX(0) translateY(0);
  background: #97f4c9;
}

.m_btn a.btn-flat:hover:before {
  -webkit-transform: rotate(45deg) translateX(0) translateY(-50%);
  transform: rotate(45deg) translateX(0) translateY(-50%);
}

.m_btn a.btn-flat:hover:after {
  -webkit-transform: rotate(45deg) translateX(0) translateY(50%);
  transform: rotate(45deg) translateX(0) translateY(50%);
}
.tab-content img{
  width: 100%;
}
/**************** CAST ****************/
main #cs h3{
  font-size: 2em;
  text-align: center;
  color: #fd728b;
}
.cast{
  margin: 0 auto;
  width: 90%;
  height: auto;
  display: block;
  background-color:#ffffff;
  position: relative;
  vertical-align: bottom;
  border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.cast img{
	margin: 0 auto;
    width: 90%;
    display: block;
    padding: 15px;
  border-radius: 20px;

}
.cast h4{
  width: 300px;
  margin: 0 auto;
  color: #ff46a3;
  font-size: 1.2em;
  text-align: center;
  border-bottom: dotted 1px;
  display: block;
	font-family: 'tbcinergothic-std', sans-serif;
	font-weight: 600;
	font-style: normal;
}
.cast p{
  margin: 0 auto;
  width: 90%;
  display: block;
  font-size: .9em;
  line-height: 1.4em;
  padding-top: 10px;
    color: #634747;
}
.cast p.act{
  margin: 0 auto;
    width: 90%;
    display: block;
    margin-bottom: 20px;
}
main #cs ul {
  width:100%;
  margin:2em auto 3em auto;
  display: block;
	}
main #cs ul li {
	text-align:center;
	font-size:1.2em;
	padding-bottom:0.2em;
	margin-bottom:0.5em;
	font-family: 'tbcinergothic-std', sans-serif;
	font-weight: 600;
	font-style: normal;
    color: #634747;
	}
	main #cs ul li span {
		font-size:66%;
		}

/*
main div.black hr{
  width: 80%;
  border: dotted 2px #fd728b;
}
.black.cs{
	background-color: rgba(196, 255, 211, 0.75);
    background-image: url(../img/bg_dot.png);
    background-size: 50%;
}
main section:last-of-type{
    margin-bottom: 150px;
}
*/

/**************** CHART ****************/

/**************** FOOTER ****************/
main footer .bar img {
	width:auto;
	}

/**************** movie ****************/
#movie{
    margin: 0 auto;
    width: 100%;
    display: block;
}
#movie h2 img{
margin-top: 30px;
}
#movie div.all{
    margin: 0 auto;
    width: 100%;
    display: block;
    margin-bottom: 50px;
}
main section.mdl{
    margin: 15px auto;
    width: 90%;
    display: block;
/*    overflow: hidden;*/
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
/*  height: 80px;*/
  box-sizing: border-box;
  text-decoration: none;
  transition-duration: 0.3s;
}
.btn:hover {
  background: #b4b1a0;
  color: #ffffff;
}
.btn img{
    width: 100%;
}
.remodal {
  padding: 0 !important;
  background: none !important;
}
.remodal-overlay {
background: rgba(99, 71, 71, 0.6) !important;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mdl p{
    text-align: center;
    color: #634747;
	font-family: 'tbcinergothic-std', sans-serif;
    background-color: rgba(255, 255, 237, 0.7);
}
.remodal-cancel {
  color: #fff;
  background: rgba(0, 0, 0, 0.5)!important;
  width: 100% !important;
  margin-top: 25px;
}

/*----------sp非表示-----------*/
main img.pc{
  display: none;
}
main img.sp{
  display: block;
  width: 250px;
  margin: 0 auto;
}

}
/*------------最大925--------------*/
@media screen and (max-width : 925px){
	main div.works{
		text-align: left;
		margin: 20px auto;
		max-width: 600px;
		padding-left: 25px;
	}
	main nav.gloval_nav ul{
	padding-left: 10px;
}
}
/*------------最大375--------------*/
@media screen and (max-width : 414px){
main #chart img {
	margin: 0 auto;
	display: block;
  width:90%;
}
main br.pc-br{
display: none;
}
main br.sp-br{
display: block;
}
main footer .bar img {
	width:90%;
	}
}
.bar{
    margin: 20px auto;
    width: 100%;
    display: inline-block;
    text-align: center;
    overflow: hidden;
}

.bar a img{
    margin: 0 auto;
    width: auto;
    display: inline-block;
}
.bar p{
    text-align: center;
}
@media only screen and (max-width:768px){
.bar a img{
    margin: 0 auto;
    width: 90%;
    display: block;
    margin-bottom: 10px;
}
}
.ad{
    height: 100%;
    overflow: hidden;
}