@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;
	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: #171623;
    margin: 0 auto;
	display: block;
    background-image:url(../img/bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* main::before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background-repeat:no-repeat;
    background-position:50% 100%;
    background-image:url(../img/bg.jpg);
    background-size:cover;
} */
main article{
    margin: 0 auto;
background-color: #171623;
background-color: transparent;
background-image:url(../img/bg.jpg);
background-attachment: fixed;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

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: #2d392d;
}
main #page-top {
    position: fixed;
    bottom: 70px !important;
    right: 0;
    font-size: 100%;
    z-index: 30;
}
main #page-top a {
    text-decoration: none;
    width: 8em;
    padding: 20px 0 0 0;
    text-align: center;
    display: block;
    border-radius: 50%;
	color:#FFEC05;
    font-weight: bold;
    background: #2b09354f;
    border: 4px dotted;
}
main #page-top a:hover {
    text-decoration: none;
	opacity:0.9;
}
main p#page-top a span{
    border-top: 2px solid;
    font-size: 5em;
}
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: 'fot-chiaro-std', sans-serif;
    font-weight: 500;
    font-style: normal;
}
main h2{
    font-size: 2em;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    font-family: 'fot-chiaro-std', sans-serif;
}
main #main_img.player{
    margin: 0 auto;
    width: 100%;
    height: 0;
    padding-top: 27.1875%;
    background-image:url(../img/main/main_player.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}
}
.p-low{
    margin: 0 auto;
    padding: 3em;
    text-align: center;
}
.bg-intro{
    background-color: rgba(101, 255, 210, 0.86);
    background-image:url(../img/bg_intro.jpg);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
.bg-bnr{
    background-color: #fff8f4e0;
}
.c-content{
    margin: 3em auto;
    width: 90%;
    display: block;
}
h2.h2-white{
    color: #fff;
}
h2.h2-red{
    color: red;
}
.slidein {
    animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
p.cr{
    text-align: center;
    color: #ffffff;
    font-size: .8em;
    font-weight: bold;
    margin: 20px 0;
}
div.autoplay{
    margin: 0 auto;
    width: 100%;
    display: block;
}
div.autoplay img{
    width: 100%;
    display: block;
}
h2 img{
    margin: 0 auto;
    text-align: center;
    width: 70%;
    margin-top: 2em;
}
h3 img{
    margin: 0 auto;
    text-align: center;
    width: 65%;
}
/**************** introduction ****************/
#introduction {
    margin: 0 auto;
    text-align: center;
}
#introduction h3{
    margin: 30px auto;
    padding: .2em .4em;
    color: #fff;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    background-image: -webkit-gradient(linear, left top, right top, from(#d90000), to(#f85b5b));
    background-image: -webkit-linear-gradient(left, #d90000 0%, #f85b5b 100%);
    background-image: linear-gradient(to right, #d90000 0%, #f85b5b 100%);
    font-size: 1.6em;
    width: 60%;
    display: block;
    text-align: center;
}
#introduction h3 span{
    color: #ff0;
    font-size: 1.2em;
}
#introduction h3 span:before,#introduction h3 span:after{
	content:'\eb45';
	font-family: "Material Icons";
    color: #ff0;
    font-size: 1.2em;
}
#introduction p{
    color: #fff;
    margin: 1em auto;
    font-size: 1.3em;
    font-weight: bold;
    font-family: 'fot-chiaro-std', sans-serif;
    text-align: center;
}
#introduction p span.yellow{
    color: #FFDF31;
    font-size: 1.5em;
}
#introduction p span{
    font-size: 1.4em;
}
#introduction p:last-of-type{
    margin-bottom: 50px;
}
.line{
    text-decoration: line-through;
}
/**************** player ****************/
#player{
    margin: 0 auto;
    display: block;
}
#player h5{
    margin: 0 auto;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 1.2em;
    color: red;
}
.fluffy {
  animation: fluffy1 3s ease infinite;
}
@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-10px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-10px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
#player h5 span{
    position: relative;
    background: linear-gradient(transparent 40%, yellow 40%);
    color: #2d392d;
}
.mdl img{
    margin: 0 auto;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 5px 3px #1d1a2f91;
    border: solid 1px #FFEC05;
}
#player div.all{
    margin: 0 auto 100px auto;
    width: 1000px;
    display: block;
}
main section.mdl{
    margin: 4rem;
    width: 23%;
    display: inline-block;
/*    overflow: hidden;*/
}
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    transition-duration: 0.3s;
}
.btn:hover {
    color: #ffffff;
}
.btn img{
    width: 100%;
}
.mdl h3{
    text-align: center;
    color: #fff;
	font-family: 'fot-chiaro-std', sans-serif;
    margin: .8em 0 0 0;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.2em;
}
.mdl p{
    text-align: center;
    color: #fff;
    font-size: .8em;
    display: flex;
    align-items: center;
    background:#036647;
    padding: .2em .8em;
    border-radius: 100vh;
    transition: .3s;
}
.mdl p:after{
	content:'\e853';
	font-family: "Material Icons";
    padding-left: .5em;
}
.mdl p:hover{
    background:#009f6d;
}
div.profile_content{
    margin: 0 auto;
    padding: 3em 1em 0 1em;
}
.profile_content img{
    margin: 0 auto;
    width: 45%;
    border-radius: 5px;
}
.profile_content h3{
	font-family: 'fot-chiaro-std', 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: #00bb81;
}
h3.player_h{
    font-size: 1.8em;
    color: #036649;
}
span.small{
    font-size: .67em;
    display: block;
}
/* プレイヤーアニメーションスタイル */
/* アニメーション前 */
.u-fade-type-up{
    transform: translateY(50px);
    opacity: 0;
}

.is-active .u-fade-type-up{
    transition: .6s;
    transform: translateY(0);
    opacity: 1;
}
.is-active .u-fade-type-up:nth-child(2){transition-delay: .3s;}
.is-active .u-fade-type-up:nth-child(3){transition-delay: .6s;}
.is-active .u-fade-type-up:nth-child(4){transition-delay: .8s;}
.is-active .u-fade-type-up:nth-child(5){transition-delay: 1s;}
.is-active .u-fade-type-up:nth-child(6){transition-delay: 1.2s;}
.is-active .u-fade-type-up:nth-child(7){transition-delay: 1.4s;}
.is-active .u-fade-type-up:nth-child(8){transition-delay: 1.6s;}

@media screen and (min-width: 768px) {
    .multiple-item:nth-child(-n+3){
        margin-top: 0;
    }
}
.under{
    color: #0d53c6;
    text-decoration: underline;
}
/**************** みどころ ****************/

div.time{
    margin-top: 100px;
}
div.time:last-of-type{
    margin-bottom: 100px;
}

/*動く画像*/
#roop {
    width: 100%;
    height: 200px;
    background: url(../img/slide_1.jpg) repeat-x;
    background-position: 0 0;
    -webkit-animation: bgroop 20s linear infinite;
    animation: bgroop 20s linear infinite;
}
#roop2 {
    width: 100%;
    height: 200px;
    background: url(../img/slide_2.jpg) repeat-x;
    background-position: 0 0;
    -webkit-animation: bgroop 20s linear infinite;
    animation: bgroop 20s linear infinite;
}
@-webkit-keyframes bgroop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -1956px 0;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1956px 0;
    }
}
h3.text{
    font-size: 2em;
    color: #057546;
}
img.bnr{
    margin: 1em auto;
    display: block;
    width: 700px;
}
/**************** STORY ****************/
main #story {
    margin: 0 auto;
    width: 100%;
    background-size:contain;
    background-position:center center;
    background-repeat:repeat;
    padding: 30px 0;
  }
  .story {
    margin: 0 auto;
    width: 800px;
    display: block;
      padding: 10px;
  }
  .story p{
      color: #291B3E;
      margin-top: 20px;
      text-align: left;
  }
  .tab-wrap {
    margin: 0 auto;
    width: 800px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tab-label {
      color:#ffffff;
      background: #291B3E;
      margin: 4px;
      padding: 7px;
      order:-1;
      font-size: 1.5em;
      font-weight: bold;
      width: 30%;
      text-align: center;
      display: inline-block;
      font-family: 'fot-chiaro-std', sans-serif;
      border: 1px solid #FFDF31;
      border-radius: 3px;
      transition: ease .3s;
  }
  .tab-content {
      width: 100%;
      display: none;
    margin-top: 20px;
  }
  .tab-switch:checked+.tab-label {
      color: #291B3E;
      background: #FFDF31;
      border: 1px solid #fff;
      border-radius: 3px;
  }
  .tab-switch:checked+.tab-label+.tab-content {
      display: block;
  }
  .tab-switch {
      display: none;
  }
  .tab-content h3{
      text-align: center;
      color: #291B3E;
      font-size: 1.8em;
      font-weight: normal;
      letter-spacing: .1em;
      border-bottom: dashed 1px #291B3E;
  }
  .bc_bk{
      padding: 20px;
      margin-bottom: 50px;
      }
/**************** FB ****************/
.fb_iframe_widget > span {
	vertical-align: baseline !important;
}
/**************** sns ****************/
main #top{
    position: relative;
    background-color: transparent;
}
main #sns{
/*  float: left;*/
    position: absolute;
    bottom: 13em;
    left: 3.5em;
    z-index: 100;
}
main #sns .bnr_tw{
    margin-bottom: 1em;
}
main #sns .bnr_tw img{
    display: block;
    width: 30%;
}
/**************** PC ****************/

/* PC用 */

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

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

/**************** main img ****************/
#main_img img{
    margin: 0 auto;
    display: block;
    width: 100%;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/**************** nav ****************/
main nav.gloval_nav{
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
}
.gloval_nav{
    padding: 15px 0 20px 0;
    display: flex;
    justify-content:space-between;
    align-items: center;
    /* width: 1000px; */
}
.gloval_nav img{
    margin: 0 auto;
    width: 15%;
}
.gloval_nav ul{
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.gloval_nav li{
    margin: 0 10px;
    font-family: 'fot-chiaro-std', sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #291B3E;
    display: inline-block;
    width: calc(100%/6);
    vertical-align: middle;
    background-color: #FFF8F4;
    border-radius: 3px;
    padding: 5px 10px;
}
.gloval_nav a{
  position: relative;
  color: #291B3E;
  width: 100%;
  height: auto;
  text-shadow:0px 0px 5px #ffffff;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  transition: .4s;
  vertical-align: sub;
}
.gloval_nav li a:hover{
    color: #fd728b;
}
.gloval_nav li:hover{
    color: #FFDF31;
}
.gloval_nav li a:before{
	content:'\eb44';
	font-family: "Material Icons";
    padding-left: .1em;
    font-size: 1.4em;
    color: #B08CE6;
}
.gloval_nav a span{
    text-shadow:0px 0px 5px #ffffff;
    font-size: 1.1em;
    letter-spacing: .08em;
    display: inline-block;
    vertical-align: super;
}

/*----------pc非表示-----------*/
main br.sp-br{
    display: none;
}
main img.sp{
    display: none;
}

main br.pc-br{
    display: block;
}
}
/**************** MOBILE ****************/

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

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

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


/**************** HEADER ****************/
/**************** main img ****************/
main{
    background-image:url(../img/bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: 300%;
    background-repeat: repeat;
  }
main #main_img{
    margin: 0 auto;
    width: 100%;
    height: 0;
    padding-top: 114%;
	background-image:url(../img/main/main_sp.png);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	}
main #sns{
        position: initial;
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-top: 10px;
    }
main #sns .bnr_tw img{
    width: 90%;
    display: block;
    margin: 0 auto;
}
main h2{
    font-size: 2.5em;
}
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: #fff;
    background-image:url(../img/bg.jpg);
    background-size:300%;
    background-repeat:repeat;
}
.p-low{
    padding: 1.5em;
}
.c-content{
    margin: 1em auto;
    width: 100%;
    display: block;
}

/**************** introduction ****************/
#introduction {
    margin: 0 auto;
    text-align: center;
}
#introduction h3{
    margin: 20px auto;
    padding: .2em .4em;
    font-size: 1.2em;
    width: 90%;
}
#introduction h3 span{
    color: #ff0;
    font-size: 1.3em;
}
#introduction h3 span:before,#introduction h3 span:after{
    font-size: 1.1em;
}
#introduction p{
    font-size: 1.1em;
}

/**************** player ****************/
h3 img{
    width: 100%;
}
h2 img{
    margin-top: 1em;
}
.mdl img{
    width: 90%;
}
#player{
    margin: 0 auto;
    display: block;
}
#player h2 img{
    width: 100%;
    margin-top: 2em;
}
#player div.all{
    margin: 0 auto;
    width: 100%;
    display: block;
    margin-bottom: 50px;
}
main section.mdl{
    margin: .5em;
    width: 80%;
}
.btn img{
    width: 100%;
}
.embed-container {
    position: relative;
    padding-bottom: 0;
    height: inherit;
    overflow: inherit;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mdl p{
    margin: 0 auto;
    width: 100%;
    display: block;
}
.mdl h3{
    margin: 20px auto;
    width: 100%;
    display: block;
    font-size: 2em;
}

div.profile_content{
    padding: 2em 1.5em 0 1.5em;
}
.profile_content img{
    margin: 0 auto;
    width: 80%;
}
.profile_content h3{
    color: #fff;
    font-size: 1.8em;
    margin: 1em 0 1.5em 0;
    }
#player h5{
    font-size: 1.1em;
}
.mdl p.interview{
    width: auto;
    font-size: .85em;
}
h3.player_h {
    font-size: 2.2em;
    margin-bottom: 20px;
    color: #036649;
}
#midokoro img {
    width: 80%;
    margin-bottom: 20px;
}
h3.text {
    font-size: 1.5em;
}

img.bnr{
    width: 100%;
}
main #story {
    margin: 0 auto;
    width: 100%;
  }
  .story {
    margin: 0 auto;
    width: 100%;
    display: block;
      border-radius: 0px;
      padding: 0px 0px 40px 0px;
  }
  .story p{
      margin-top: 20px;
  }
  .tab-wrap {
    margin: 0 auto;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
  }
  .tab-label {
      margin: 4px;
      padding: 7px 6px;
      order:-1;
      font-size: 1.3em;
      font-weight: bold;
      text-align: center;
      width: 100%;
  }
  .tab-content {
      width: 100%;
      display: none;
    margin-top: 20px;
  }
  /* .tab-switch:checked+.tab-label {
      color: #ffffff;
      background: #f82677;
  } */
  .tab-switch:checked+.tab-label+.tab-content {
      display: block;
  }
  .tab-switch {
      display: none;
  }
  .tab-content h3{
      font-size: 2em;
  }
  div.fade div iframe{
      width: 100%;
      height: 209px;
      }
  .tab-content img{
      width: 100%;
      }

  .tab-content img{
    width: 100%;
  }
  .bc_bk{
    padding: 10px;
    margin-bottom: 0px;
    }
/*----------sp非表示-----------*/
main img.pc{
    display: none;
}
main img.sp{
    display: block;
    width: 250px;
    margin: 0 auto;
}
main br.sp-br{
    display: block;
}
}
/*------------最大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 br.pc-br{
    display: none;
}
main br.sp-br{
    display: block;
}
main footer .bar img {
    width:90%;
}
}
@media only screen and (max-width:768px){
.bar a img{
    margin: 0 auto;
    /* width: 90%; */
    display: block;
    margin-bottom: 10px;
}
}
