@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;
}
}

/*	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;
  }
}

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

.t_oa h2 span {
  display: block;
}

.t_oa h2 span.ja {
  color: #003280;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.t_oa h2 span.en {
  color: #003280;
}

@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;
  }
}

/*	t_oa a
============================== */
@media all and (min-width: 768px) {
  .t_oa a {
    width: 65%;
  }
}

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

  .t_oa h2 span.ja {
    font-size: 7vw;
    margin-bottom: 2vw;
  }

  .t_oa h2 span.en {
    font-size: 3vw;
  }
	.t_oa .oa_notes {margin-top: -1em; padding-bottom: 1.5em;}
}

/*	oa
============================== */
.oa {
  margin: 0 auto 2em;
  display: block;
  border-radius: 10px;
  padding: 0 0 1em;
	position: relative;
}

.t_oa .oa {
  padding: 0;
}

.oa .date,
.oa .time,
.oa .event {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.oa .date {
  background-color: #cca11e;
  color: #fff;
	padding: 25px 0 30px;
	clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 30px), 0 100%);
	width: 110px;
	position: absolute; top:0; left: 15px;
	line-height: 1.5em; z-index: 10;
}

.oa .time {
  background-color: #fff;
  color: #013180;
}

.oa .time span {
  vertical-align: bottom;
}

.oa .event {
  background-color: #00477F;
  color: #fff;
}

.t_oa .oa .event p span { display: block;}
.t_oa .oa .event p span:not(:last-child) {padding-bottom:0.4em;}

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

@media all and (min-width: 768px) {

  .oa .time,
  .oa .event {
    padding: 0.5em;
  }

  .oa .date {
    font-size: 180%;
    
  }

  .oa .date b {
    font-size: 165%;
  }

  .oa .date b:last-child {
    font-size: 140%;
  }

  .oa .time {
    font-size: 200%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
	  border-radius: 10px 10px 0 0;
	  margin-top: 15px;
  }

  .oa .time b {
    font-size: 140%;
  }

  .oa .event {
    font-size: 200%;
    padding: 0.8em;
    border-radius: 0 0 10px 10px;
    
  }
	.t_oa .oa .event {flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;}
	
	.oa_notes {font-size: 0.8em; padding-bottom: 2em;}
}


@media all and (max-width: 767px) {
  .oa .time {
    padding: 1.5vw 2vw 1.5vw 4vw;
  }
  .oa .event {
    padding: 1.5vw 3vw;
  }

  .oa .date {
	padding: 15px 0 20px;
	clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 20px), 0 100%);
	width: 65px;
	position: absolute; top:0; left: 10px;
}

  .oa .date b {
    font-size: 175%;
  }

  .oa .date b:last-child {
    font-size: 140%;
  }

  .oa .time {border-radius: 10px 10px 0 0;
	margin-top: 13px;
	font-size: 120%;}

  .oa .time b {
    font-size: 140%;
  }

  .oa .event {
    font-size: 120%;
    padding: 1em 1em 1.2em 1em;
    border-radius: 0 0 10px 10px;
  }
	
	.oa_notes {font-size: 0.7em;}
	.oa .oa_notes { padding-top: 0.5em;}
}

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

body#schedule {
  background-color: #fff;
}

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

.oa .pic span {
  padding-top: calc((900 / 1600)*100%);
}

@media all and (min-width: 768px) {
  .oa .pic_outer {
    padding:6px;
  }

  .oa .pic {
  }
}

@media all and (max-width: 767px) {
  .oa .pic_outer {
    padding:4px;
  }

  .oa .pic {
  }
}

/*	next_oa
============================== */
@media all and (min-width: 768px) {
  .next_oa {
    width: 840px;
    margin: 0 auto 50px;
    display: block;
  }
}

@media all and (max-width: 767px) {
  .next_oa {
    margin: 0 auto 6vw;
    display: block;
  }
}

/*	oa_list
============================== */
.oa_list_outer {
  background-color: hsl(0deg 0% 100% / 40%);
}

@media all and (min-width: 768px) {
  .oa_list_outer {
    padding: 2em 1em 0.001em;
    border-radius: 10px;
    margin-bottom: 50px;
  }

  .oa_list .oa {
    width: 47%;
    font-size: 80%;
  }
}

@media all and (max-width: 767px) {
  .oa_list_outer {
    padding: 1em 0 0.001em;
    border-radius: 10px;
  }

  .oa_list {
    width: 90%;
    font-size: 80%;
    margin: 0 auto;
  }
}

/*	oa_list
============================== */
@media all and (min-width: 768px) {
  .box-parent {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap: wrap;
  }

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

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

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

.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: #c6e9fd;
}
.share h2{ color: #00477F;}

.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
============================== */
.tver_outer {
  background-color: #00477f;
}

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

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

  .tver, .tver span {
    width: 430px;
    height: 198px;
    margin: 0 auto;
  }
}

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

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

  .tver span {
    padding-top: calc((198 / 430)*100%);
  }
}

/*	copyright
============================== */
footer {
  background-color: #00477F;
  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%;
  }
}

/*	lower_header
============================== */
header { position: relative;}
@media all and (min-width: 768px) {
	header {background-size: auto 180px; background-position: center top; background-repeat:repeat-x; background-image:url(../img/lower_header_bg.jpg?2);}
  .lower_header span {
    width: 1080px;
    height: 180px;
  }
}

@media all and (max-width: 767px) {
	header {background-size:contain; background-position: center top; background-repeat: no-repeat;background-image:url(../img/lower_header_bg_sp.jpg);}
  .lower_header span {
    padding-top: calc((180 / 1080)*100%);
  }
}

@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;
}
#cast .lowrap, #song .lowrap{ background-color: hsl(0deg 0% 100% / 40%);}

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

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




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

@media all and (max-width: 767px) {
  .cast span {
    padding-top: calc((1000 / 800)*100%);
  }
}

/*	cast pic border
============================== */
  .cast { background-color: #fff;}
@media all and (min-width: 768px) {
  .cast {
    border: solid 5px #FFF;
    box-shadow: 3px 10px 10px hsl(0deg 0% 0% / 15%);
  }
}

@media all and (max-width: 767px) {
  .cast {
    border: solid 0.3em #FFF;
    box-shadow: 1vw 2vw 2vw hsl(0deg 0% 0% / 15%);
  }
}

/*	cast_box_outer
============================== */
@media all and (min-width: 768px) {
  .cast_box_outer {
    width: 800px;
    margin: 0em auto 0em;
  }
}

@media all and (max-width: 767px) {
  .cast_box_outer {}
}

/*	cast_box
============================== */
.cast_box {
  font-weight: bold;
 }
.cast_box:not(:nth-last-child(-n+2)) {
margin-bottom: 3em;
}

.cast_box .title {
  background-color: #ddb739;
  color: #013180;
}

.cast_box .name {
  background-color: #013180;
  color: #fff;
}

.cast_box .title {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.cast_box .name {
  text-align: center;
  letter-spacing: 0.1em;
}

@media all and (min-width: 768px) {
  .cast_box .title {
    font-size: 22px;
    padding: 2px;
    margin-left: -20px;
    width: 247px;
  }

  .cast_box .name {
    font-size: 35px;
    padding: 12px 2px 2px 2px;
    margin-top: -12px;
  }
}

@media all and (max-width: 767px) {
  .cast_box {
    width: 45%;
  }

  .cast_box .title {
    font-size: 3.5vw;
    padding: 0.5vw;
    margin-left: -1.5vw;
    width: 100%;
    letter-spacing: 0.04em;
  }

  .cast_box .name {
    font-size: 5vw;
    padding:3.5vw 1vw 1vw 1vw;
    margin-top: -3vw;
  }
}

/*	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 .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 {
    padding: 20px;
    font-size: 15px;
  }
}

@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;
  }
}

/*	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;
  }
}

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

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

#song .pic_outer .pic span {
  padding-top: calc((750 / 1000)*100%);
}

@media all and (min-width: 768px) {
  #song .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) {
  #song .pic_outer {
    padding:4px;
	box-shadow: 1vw 2vw 2vw hsl(0deg 0% 0% / 15%);
  }

  #song .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;}
}
