3@import url("animate.css");

div.tbs-gheader {
  z-index: 999;
}
body, ul, li, h2, h3 {
    padding: 0;
    margin: 0;
    line-height: 1;
}

/*	color
============================== */
.red {
  color: #cd0019;
}
.black {color: #000;}

/*	center
============================== */
.center {
  text-align: center;
}

/*	font-size
============================== */
.fs80 {
  font-size: 80%;
}
.fs70 {
  font-size: 70%;
}

/*	mgb
============================== */
.mgb1em {
  margin-bottom: 1em !important;
}

.mgb2em {
  margin-bottom: 2em !important;
}

/*	inline-block
============================== */
.no-wrap {
    display: inline-block; /* インラインブロック化 */
}


/*	page-top
============================== */
#page-top {
  font-kerning: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  line-height: 1.75;
  font-weight: 400;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-style: normal;
    margin: 0;
    padding: 0;
    color: white;
  }
@media all and (min-width: 768px) {
	#page-top{
	background-image: url(../img/bg.jpg?2);
	background-repeat: repeat-x;
	background-size: cover;
	background-attachment: fixed;
	background-position:top center;
	min-height: 100vh;
}

}
@media all and (max-width: 767px) {
	#page-top::before {
  content: "";
  width: 100vw;
  height: 100vh;
  background-image: url(../img/bg_sp.jpg);
  position: fixed;
background-size: cover;
  top: 0px;
  left: 0px;
  z-index: -1;
}
}

/* 	header
============================== */
#header {
 width: 100%;
 border-top: 1px solid rgba(200, 200, 200, 0.3);
}
.mainimg {
 width: 100%;
 margin: 0 auto;
}
.mainimg .img_sp {
 width: 100%;
 height: 0;
 padding-top: 52.173913%;
 padding-top: -webkit-calc(1200 / 2300 * 100%);
 padding-top: calc(1200 / 2300 * 100%);
 position: relative;
}
.mainimg img {
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
}
.mainimg .lazyloaded {
 opacity: 1;
 transition: all 3000ms;
}
/*for_W768-*/
@media all and (min-width: 768px) {
 #header {
  box-sizing: border-box;
  padding: 0;
 }
}


/*	lazy
============================== */
.lazy {
  display: block;
  position: relative;
  margin: 0 auto;
}

.lazy img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.lazy-done.lazy {
  -webkit-animation: fadeIn 1000ms !important;
  animation: fadeIn 1000ms !important;
}

/*	a
============================== */
#page-top a {
  text-decoration: none;
  transition: .3s;
}

#page-top a:not(.btnshine):hover {
  opacity: 0.75;
}

/*	flex
============================== */
.flex {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  height: auto;
}

.flex_child {
  display: flex;
  flex-direction: column;
  height: auto;
}

/*	wrap
============================== */
@media all and (min-width: 768px) {
  .wrap {
    width: 1080px;
    margin: 0 auto;

  }
}

/*	ph_cut
============================== */
.ph_cut {
  width: 100%;
  height: 100%;
  height: max-content;
  box-sizing: border-box;
  position: relative;
}

.ph_cut span {
  height: 0;
   padding-top: calc((400 / 600)*100%);
  background-size: 100%;
  position: relative;
  display: block;
  position: relative;
  background-repeat: no-repeat;
}

.ph_cut span img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 768px) {
  .ph_cut, .ph_cut span {
    padding-top: 0;
  }
}

/*	poster
============================== */
.poster { position: relative; background-size: contain; background-position: center top; background-repeat: no-repeat;}
.poster h1 {position: absolute; top:0; left:0; background-size: contain; background-position: center top; background-repeat: no-repeat; width: 100%;}
.poster, .poster span {
  margin: 0 auto;
}
@media all and (min-width: 768px) {
.poster{
background-image:url(../img/main.jpg);
aspect-ratio: 1920/640;
}
.poster h1 {
background-image:url(../img/title.png);
aspect-ratio: 1920/640;
}
}

@media all and (max-width: 767px) {
.poster{
background-image:url(../img/main_sp.jpg);
aspect-ratio: 1200/630;
}
.poster h1{
background-image:url(../img/title_sp.png);
aspect-ratio: 1200/630;
}
}


/*	nav menu
============================== */
nav.menu {background: #003280;}

nav.menu ul {
  list-style: none;
  display: flex;
}

nav.menu li {
	width:25%;
	position: relative;
	}

nav.menu li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 2px; /* 線の太さ */
  height: 70px; /* 線の高さ */
  background-color: #9EC0DA; /* 線の色 */
  transform: rotate(20deg); /* 傾き */
  margin-left: 15px; /* 線の左側の余白 */
  vertical-align: middle;
	position: absolute;
	 top: 0;
  right: 0;
}




nav.menu li a, nav.menu li .soon {
  text-align: center;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

nav.menu li a span, nav.menu li .soon span {
  display: inline-block;
}

nav.menu li span.ja {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.15em;
  width: 100%;
}

nav.menu li span.en {
  color: #fff;
  font-weight: bold;
}

nav.menu li .soon {
  opacity: 0.5;
}

@media all and (min-width: 768px) {
  nav.menu {
    padding: 12px 0;
  }
  nav.menu li a, nav.menu li .soon {
    padding: 12px;
  }

  nav.menu li span.ja {
    font-size: 24px;
    margin-bottom: 0.3em;
  }

  nav.menu li span.en {
    font-size: 14px;
  }
}

@media all and (max-width: 767px) {
  nav.menu {
    padding: 2vw 0;
  }
	
  nav.menu li:not(:last-child)::after {
  width: 2px; /* 線の太さ */
  height: 45px; /* 線の高さ */
  background-color: #9EC0DA; /* 線の色 */
  transform: rotate(20deg); /* 傾き */
  margin-left: 15px; /* 線の左側の余白 */
}

  nav.menu li a, nav.menu li .soon {
    padding: 2vw;
    margin-bottom: 3px;
    /*box-shadow: 0px 3px 0px #71bbe6;*/
  }

  nav.menu li span.ja {
    font-size: 3.8vw;
    margin-bottom: -0.15em;
    display: block;
    letter-spacing: 0.1em;
  }

  nav.menu li span.en {
    font-size: 2.5vw;
  }
}

/*	t_oa wrap
============================== */
@media all and (max-width: 767px) {
  .t_oa .wrap {
    padding: 1em;
  }
}





/*	topsns
============================== */
.topsns {
  width: auto;
  text-align: center;
  padding: 10px;
  position: relative;
  background-color: #000;
}

.topsns h2 {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  color: #333333;
}

.topsns #sns {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.topsns #sns a {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  box-sizing: border-box;
}

.topsns #sns a span {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  background-size: 301%;
  background-image: url(/um/v8/img/sns_logos.svg?0);
}

.topsns #sns a.x span {
  background-position: left top;
}

.topsns #sns a.instagram span {
  background-position: center center;
}

.topsns #sns a.youtube span {
  background-position: center left;
}

.topsns #sns a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
}

@media all and (min-width: 768px) {
  .sns {
    border-top: solid 10px #fff;
  }

  .topsns h2 {
    padding: 1.2em 0 1.2em 0;
    font-size: 220%;
  }

  .topsns h2 span {
    padding: 0 0 .1em;
  }

  .topsns #sns {
    margin: 0 0 0 1em;
  }

  .topsns #sns a {
    width: 75px;
    height: 75px;
    margin: 0 5px 0;
    border: 1px solid #fff;
    padding: 0.4em;
  }
}

@media all and (max-width: 767px) {
  .topsns {
    margin: 0 auto 0;
    padding: 1em;
    text-align: center;
  }

  .sns {
    border-top: solid 1vw #fff;
  }

  .topsns h2 {
    font-size: 4.5vw;
    margin: 0;
    padding: 0;
  }

  .topsns #sns {
    text-align: center;
    width: 33%;
    margin: 0;
  }

  .topsns #sns a {
    width: 11vw;
    height: 11vw;
    margin: 0 3% 0;
    border: 0.075em solid #fff;
    padding: 0.4em;
  }
}

/*	topsns share
============================== */
.share {
  width: auto;
  text-align: center;
  position: relative;
  background-color: inherit;
  background-color: #016fa9;
}
.share h2{ color: #FFFFFF;}

.share #sns a {
  border: none;
}

.share #sns a.x span {
  background-image: url(/um/img/sns_logos_blk.svg?0);
}

.share #sns a.facebook span {
  background-position: center top;
}

.share #sns a.line span {
  background-position: top right;
}

.share #sns a.facebook {
  background-color: #1877f2;
  padding: 0;
}

.share #sns a.line {
  background-color: #00b900;
  padding: 0;
}

.share #sns a.x {
  background-color: #fff;
  padding: 0;
}

@media all and (min-width: 768px) {
  .share {
    border-bottom: solid 10px #fff;
  }

  .share #sns {
    width: 21%;
  }

  .share #sns a {
    width: 60px;
    height: 60px;
  }
}

@media all and (max-width: 767px) {
  .share {
    border-bottom: solid 1vw #fff;
  }

  .share #sns {
    width: 38%;
  }

  .share #sns a {
    width: 8vw;
    height: 8vw;
  }
}

/*	tver
============================== */
.pbp_outer {
  background-color: #030303;
}

.pbp span {
  border-radius: 10px;
}

@media all and (min-width: 768px) {
  .pbp_outer {
    padding: 30px;
  }

  .pbp, .pbp span {
    width: 300px;
    height: 100px;
    margin: 0 auto;
  }
}

@media all and (max-width: 767px) {
  .pbp_outer {
    padding: 6vw;
  }

  .pbp a {
    display: block;
    width: 60%;
    margin: 0 auto;
  }

  .pbp span {
    padding-top: calc((300 / 900)*100%);
  }
}

/*	copyright
============================== */
footer {
  background-color: #000d2c;
  color: #fff;
  text-align: center;
}
.copyright small {
  display: inline-block;
}

.copyright a {
  color: #fff;
}

@media all and (max-width: 767px) {
  .copyright small {
    margin: 1em;
    font-size: 80%;
  }
}

@media all and (min-width: 768px) {
  .copyright small {
    margin: 3em;
    font-size: 90%;
  }
}







@media all and (min-width: 768px) {
  .t_oa h2 {
    padding: 2em; margin-bottom: 2em;
  }

  .t_oa h2 span.ja {
    font-size: 60px;
    margin-bottom: 20px;
  }

  .t_oa h2 span.en {
    font-size: 26px;
  }
}


/*	lower h1
============================== */
.lower h1 {
  text-align: center;
  line-height: 1;
	background-color: rgba(255,255,255,0.40);
	        box-shadow: 3px 10px 10px hsl(0deg 0% 0% / 15%);
}

.lower h1 span {
  display: block;
}

.lower h1 span.ja {
  color: #013180;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.lower h1 span.en {
  color: #003280;
}

@media all and (min-width: 768px) {
  .lower h1 {
    padding: 2em; margin-bottom: 2em;
  }

  .lower h1 span.ja {
    font-size: 60px;
    margin-bottom: 20px;
  }

  .lower h1 span.en {
    font-size: 26px;
  }
}

@media all and (max-width: 767px) {
  .lower h1 {
    padding: 0.8em; margin: 0 0 0.5em;
  }

  .lower h1 span.ja {
    font-size: 7vw;
    margin-bottom: 2vw;
  }

  .lower h1 span.en {
    font-size: 3vw;
  }
}


/*	lowrap
============================== */
.lowrap {
  /*background-color: #fff;*/
  border-radius: 10px;
  box-sizing: border-box;
}
.lowrap, #rulu .lowrap{ background-color: hsl(0deg 0% 100% / 40%);}

@media all and (min-width: 768px) {
  .lowrap {
    width: 900px;
    margin: 15px auto 40px;
    padding: 10px 50px 30px;
  }
}

@media all and (max-width: 767px) {
  .lowrap {
    margin: 3vw;
    padding: 4vw;
  }
}




/*	sz-m cast pic size
============================== */
@media all and (min-width: 768px) {
  .sz-m .cast span {
    width: 240px;
    height: 300px;
  }
}

@media all and (max-width: 767px) {
  .sz-m .cast {
    width: 80%;
    margin: 0 auto;
  }

  .sz-m .cast span {
    padding-top: calc((1000 / 800)*100%);
  }
}

/*	sz-m cast_box
============================== */
@media all and (min-width: 768px) {
  .sz-m .title {
    font-size: 19px;
    padding: 6px;
    margin-left: -20px;
    width: 247px;
  }

  .sz-m .name {
    font-size: 25px;
    padding: 23px 5px 5px 5px;
    margin-top: -20px;
  }
}

@media all and (max-width: 767px) {
  .sz-m {
    width: 42%;
  }

  .sz-m .title {
    font-size: 3vw;
    padding: 0.8vw;
    margin-left: -1.5vw;
    width: 100%;
    letter-spacing: 0.04em;
  }

  .sz-m .name {
    font-size: 4vw;
    padding: 3.5vw 1.5vw 1.5vw 1.5vw;
    margin-top: -3vw;
  }
}

/*	cast table
============================== */
#cast .castBox {
    background-color: #ebf8ff;
    text-align: justify;
    color: #000;
    border-radius:10px;
}

#cast table {
 border-collapse:collapse;
 border-spacing:0;
 margin: 0 auto;
 letter-spacing: 0.05em;
}

#cast table.border { border: solid 1px #fff; padding: 10px;}

#cast table th ,
#cast table td {
vertical-align: baseline;
line-height: 1em; line-height: 1.5;
}
#cast table th {
 text-align:left; font-weight: bold; color: #013180;white-space: nowrap;

}
#cast table td {
 text-align:left; color: #000;
}

#cast .notes {text-align: center; color: #000;}


@media all and (min-width: 768px) {
	#cast .castBox { padding: 30px 20px 20px;}
	#cast table {font-size:1em;}
	#cast table th, #cast table td { padding-bottom: 1em;}
	#cast table th { font-size: 22px; text-align: center; padding-right: 0.5em;}
	#cast .notes {margin: -1em 0 1em; font-size: 15px; }

}
@media all and (max-width: 767px) {
	#cast .castBox { padding: 5vw 4vw 4vw;}
	#cast table { font-size:0.9em; }
	#cast table th, #cast table td{ display: block; text-align: center;}
	#cast table th { font-size: 5vw; }
	#cast table td { font-size: 3.5vw; padding-bottom: 1em;}
	#cast .notes {margin: -0.8em 0 0.5em; font-size: 3.2vw; }
}

/*	lower lowrap h2
============================== */
.lowrap h2 {
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #013180;
}

@media all and (min-width: 768px) {
  .lowrap h2 {
    font-size: 35px;
    margin: 1.7em 0.7em 0.7em;
  }
}

@media all and (max-width: 767px) {
  .lowrap h2 {
    font-size: 5vw;
    margin: 1em 0 0.7em;
  }
}

/*	comment
============================== */
.comment .title {
  font-weight: bold;
  background-color: #00477F;
  border-radius: 10px 10px 0 0;
}
.comment .title-center {
font-size:140%;
  font-weight: 900;
   color: #00477F;
  text-align: center;
  text-shadow:
  4px 4px 4px #FFFFFF, -4px -4px 4px #FFFFFF,
  -4px 4px 4px #FFFFFF,  4px -4px 4px #FFFFFF,
  4px 0 4px #FFFFFF, -4px  0 4px #FFFFFF,
  0 4px 4px #FFFFFF,  0 -4px 4px #FFFFFF;
}

.comment .txt {
  background-color: #ebf8ff;
  text-align: justify;
	color: #000;
  border-radius: 0 0 10px 10px;
}

@media all and (min-width: 768px) {
.comment:not(:last-child) {
  margin-bottom: 2em;
}
  .comment .title {
    padding: 10px 20px;
    font-size: 20px;
  }

  .comment .txt {
      margin-bottom:10px;
    padding: 20px;
    font-size: 15px;
    line-height: 1.8;
  }
}

@media all and (max-width: 767px) {
	.commentblock {margin-bottom: 2em;}
.comment:not(:last-child) {
  margin-bottom: 1em;
}
  .comment .title {
    padding: 2vw 4vw;
    font-size: 4vw;
  }

  .comment .txt {
    padding: 4vw;
    font-size: 3.5vw;
    margin-bottom:10px;
  }
}
  .comment dd{margin-bottom:10px;}
/*	song
============================== */
.song_title {
  color: #013180;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.2em;
	padding-bottom: 1em;
}
.song_title .sub {color: #000; letter-spacing: 0em; padding-bottom: 0.3em;}

.song_title p { line-height: 1.3;}

@media all and (min-width: 768px) {
	.song_title .sub {
    font-size: 20px;
  }
  .song_title .title {
    font-size: 50px;
  }

  .song_title .name {
    font-size: 34px;
  }
}

@media all and (max-width: 767px) {
  .song_title .sub {
    font-size: 3.4vw;
  }
	.song_title .title {
    font-size: 6.5vw;
  }

  .song_title .name {
    font-size: 5vw;
  }
}

/*	rulu pic
============================== */
#rulu .pic_outer {
  background-color: #fff;
}

#rulu  .pic_outer .pic {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

#rulu  .pic_outer .pic span {
  padding-top: calc((720 / 1280)*100%);
}

@media all and (min-width: 768px) {
#rulu  .pic_outer {
	  width: 700px; margin: 0 auto; padding:6px;
	  box-shadow: 3px 10px 10px hsl(0deg 0% 0% / 15%);
  }

  #song .pic {
  }
}

@media all and (max-width: 767px) {
#rulu .pic_outer {
    padding:4px;
	box-shadow: 1vw 2vw 2vw hsl(0deg 0% 0% / 15%);
  }

#rulu  .pic {
  }
}

/*	trailer
============================== */
@media all and (min-width: 768px) {

  .trailer,
  .trailer iframe {
    width: 740px;
    height: 416px;
    margin: 1em auto 0;
  }
}

@media all and (max-width: 767px) {
  .trailer {
    height: 0;
    z-index: 1;
    white-space: nowrap;
    text-indent: 110%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    height: 0;
    padding-top: 56.25%;
    z-index: 1;
  }

  .trailer iframe {
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

/*	btnshine
============================== */
.btnshine {
  position: relative;
  color: #fff;
  outline: none;
  overflow: hidden;
}

.btnshine::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
}

.btnshine:hover::before {
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/*	medal
============================== */
.medal_outer { background-color: rgba(255,255,255,0.4); padding: 0.6em 0em; }
.medal_outer .medal_inner{
	background-color: rgba(255,255,255,0.8);
	display: flex;
	justify-content: center;
	align-items: center;}

.medal_outer h2{color: #003280;}
.medal_outer .cap {color: #666;}

.medal {
  vertical-align: initial;
  font-weight: bold;
  font-size: 3.5em;
  padding: 0 0.25em;
  display: flex;
  align-items: center;
	color:#000;
}

.medal::before {
  content: "";
  display: inline-block;
  width: 58px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 0.3em;
}

#m-g::before {
  background-image: url(../img/medal_g.png?1);
}

#m-s::before {
  background-image: url(../img/medal_s.png?1);
}

#m-b::before {
  background-image: url(../img/medal_b.png?1);
}

@media all and (max-width: 767px) {
  .medal_outer {}
	.medal_outer .medal_inner{display: flex;
    justify-content: center;
    padding: 0em;
    align-items: center;
    flex-wrap: wrap;}

  .medal {
    vertical-align: initial;
    font-weight: bold;
    font-size: 2.5em;
    padding: 0 0.25em;
    display: flex;
    align-items: center;
  }

  .medal::before {
    content: "";
    display: inline-block;
    width: 44px;
  height: 53px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 0.3em;
  }

  #m-g::before {
    background-image: url(../img/medal_g.png?1);
  }

  #m-s::before {
    background-image: url(../img/medal_s.png?1);
  }

  #m-b::before {
    background-image: url(../img/medal_b.png?1);
  }

  .medal_outer h2 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.75em 0 0.2em 0;
    font-size: 4vw;
  }

  .medal_outer .cap {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.3em 0 0.5em 0;
  }
}

/* youtube
-------------------------------- */
#mov-box{margin:0px auto; background-color: #fff;}
.yt-player { width:100%; }
.mov-inner { position:relative; width:auto; height:0; padding-top:56.25%; }
.mov-inner iframe { position:absolute; left:0; top:0; width:100%; height:100%; }
@media all and (min-width: 768px) {
	#mov-box{padding: 6px; box-shadow: 3px 10px 10px hsl(0deg 0% 0% / 15%);}
	.top #mov-box{width:980px; margin:40px auto;}
	#song #mov-box {width: 780px; margin: 0 auto 40px;}
}
@media all and (max-width: 767px) {
#mov-box{ padding: 4px; box-shadow: 1vw 2vw 2vw hsl(0deg 0% 0% / 15%);}
.top #mov-box {margin:10px;}
	#song #mov-box { margin-bottom: 20px;}
}


table {
  width: 100%;
  border-collapse: collapse;
}

td {
  padding: 14px 10px;
  vertical-align: top;
}

td.label {
  width: 220px;
  font-weight: bold;
  background-color: #fafafa;
}

tr:not(:last-child) td {
  border-bottom: 1px solid #eee;
}

/* スマホ対応 */
@media (max-width: 640px) {
  table, tr, td {
    display: block;
    width: 100%;
  }

  td.label {
    background: none;
    padding-bottom: 5px;
  }

  tr {
    margin-bottom: 20px;
  }
}
.btn-space{width:300px;margin:10px auto 0px;}
.btn{

 font-weight: bold;
  letter-spacing: 0.15em;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(45deg, #00224f 0%, #02669d 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #082b44;
}

.btn:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}


.txt-right{ text-align:right; color: #000;}
