@charset "UTF-8";
/* Scss Document */
/*====================================================================
	index
====================================================================

Part name///
	01 General_style
	02 Common_style
	03 Top_style
	04 Company_style
	05 Staff_style
*/
/*====================================================================
	01 General_style
====================================================================*/
body {
  font-family: 'notosans',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Meiryo,sans-serif,"宋体",Gulim;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  background-image: url("../images/bg.jpg");
  background-size: cover;
}

@media screen and (max-width: 800px) {
  body {
    overflow-x: hidden;
    padding: 100px 0 0;
  }
}

body.on {
  position: fixed;
  width: 100%;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 800px) {
  .sp {
    display: inherit;
  }
}

/*====================================================================
	02 Common_style
====================================================================*/
/*---------------------------------------------------------
	header
*/
/*---------------------------------------------------------
	footer
*/
footer {
  padding: 30px 0 250px;
  background: linear-gradient(to right, #101937 7%, #004a7b 69%, #352966 88%, #231815 100%);
  mix-blend-mode: multiply;
}

@media screen and (max-width: 800px) {
  footer {
    padding: 20px 0;
  }
}

footer address {
  font-style: normal;
  text-align: center;
  font-size: 1.33em;
  color: #fff;
}

@media screen and (max-width: 800px) {
  footer address {
    font-size: 1.16em;
  }
}

/*====================================================================
	03 Top_style
====================================================================*/
/*---------------------------------------------------------
	Top
*/
.container {
  overflow: hidden;
}

.container section {
  position: relative;
  display: block;
  width: 90%;
  max-width: 980px;
  margin: 0 auto 200px;
}

@media screen and (max-width: 800px) {
  .container section {
    margin: 0 auto 70px;
  }
}

.container section h2 {
  font-family: mrs-eaves, serif;
  font-size: 5em;
  margin: 0 0 75px;
}

@media screen and (max-width: 800px) {
  .container section h2 {
    font-size: 3em;
    text-align: center;
    margin: 0 0 30px;
  }
}

.container #main {
  position: relative;
  display: block;
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 800px) {
  .container #main {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    background: linear-gradient(to right, #101937 7%, #004a7b 69%, #352966 88%, #231815 100%);
    z-index: 999;
  }
}

.container #main h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  font-family: mrs-eaves, serif;
  font-size: 3em;
  letter-spacing: .4em;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .container #main h1 {
    font-size: 1.5em;
    color: #fff;
  }
}

.container .nav {
  display: block;
  width: 100%;
  height: 40px;
  background: #fff;
  text-align: center;
  letter-spacing: -1em;
}

@media screen and (max-width: 800px) {
  .container .nav {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 999;
  }
}

.container .nav li {
  position: relative;
  display: inline-block;
  letter-spacing: .04em;
  padding: 0 70px;
}

@media screen and (max-width: 800px) {
  .container .nav li {
    padding: 0 20px;
  }
}

.container .nav li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 1px;
  height: 18px;
  background: #000;
}

.container .nav li:last-child:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 1px;
  height: 18px;
  background: #000;
}

.container .nav li a {
  font-family: mrs-eaves, serif;
  line-height: 40px;
  font-size: 1.33em;
}

.container .youtube {
  display: block;
  width: 90%;
  max-width: 980px;
  margin: 70px auto 200px;
}

@media screen and (max-width: 800px) {
  .container .youtube {
    width: 100%;
    margin: 0 0 100px;
  }
}

.container .youtube .wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 980px;
  height: 0;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 800px) {
  .container .youtube .wrap {
    padding-bottom: 120%;
  }
}

.container .youtube .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container #profile .bg {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  width: 90%;
}

@media screen and (max-width: 800px) {
  .container #profile .bg {
    top: 55%;
  }
}

.container #profile .wrap {
  position: relative;
}

.container #profile .wrap img {
  position: absolute;
  top: 0;
  right: 0;
  width: 32%;
}

@media screen and (max-width: 800px) {
  .container #profile .wrap img {
    position: relative;
    width: 100%;
    margin: 0 auto 40px;
  }
}

.container #profile .wrap p {
  display: block;
  width: 65%;
  font-size: 1.33em;
  line-height: 2;
  letter-spacing: .04em;
}

@media screen and (max-width: 800px) {
  .container #profile .wrap p {
    width: 100%;
    margin: 0 auto;
    font-size: 1.16em;
  }
}

@media screen and (max-width: 800px) {
  .container #music {
    width: 100%;
    padding: 40px 5%;
    background: linear-gradient(to right, rgba(16, 25, 55, 0.1) 0%, rgba(16, 25, 55, 0.1) 7%, rgba(0, 74, 123, 0.1) 69%, rgba(53, 41, 102, 0.1) 88%, rgba(35, 24, 21, 0.1) 100%);
  }
}

.container #music .wrap {
  position: relative;
}

.container #music .wrap img {
  position: absolute;
  top: 0;
  right: 0;
  width: 32%;
}

@media screen and (max-width: 800px) {
  .container #music .wrap img {
    position: relative;
    width: 100%;
    margin: 0 auto 40px;
  }
}

.container #music .wrap h3, .container #music .wrap h4 {
  font-family: mrs-eaves, serif;
}

.container #music .wrap h3 {
  font-size: 3.33em;
  margin: 0 0 70px;
}

@media screen and (max-width: 800px) {
  .container #music .wrap h3 {
    font-size: 2.5em;
    margin: 0 0 40px;
  }
}

.container #music .wrap h4 {
  font-size: 1.83em;
  margin: 0 0 10px;
}

@media screen and (max-width: 800px) {
  .container #music .wrap h4 {
    font-size: 1.5em;
  }
}

.container #music .wrap p {
  font-size: 1.33em;
  line-height: 1.5;
  letter-spacing: .04em;
}

@media screen and (max-width: 800px) {
  .container #music .wrap p {
    font-size: 1.16em;
  }
}

.container #music a.btn {
  position: relative;
  display: block;
  width: fit-content;
  margin: 80px auto 0;
  padding: 30px 60px;
  border-radius: 70px;
  text-align: center;
  font-size: 2em;
  color: #fff;
  background: linear-gradient(45deg, #101937 0%, #004a7b 100%);
}

@media screen and (max-width: 800px) {
  .container #music a.btn {
    font-size: 1.25em;
  }
}

.container #music a.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #ffffff;
  border-right: 0;
}

@media screen and (max-width: 800px) {
  .container #live {
    width: 100%;
    margin: 0 0 40px;
  }
}

.container #live .bg {
  position: absolute;
  top: -60px;
  right: -10%;
  display: block;
  width: 45%;
  z-index: -1;
}

@media screen and (max-width: 800px) {
  .container #live .bg {
    top: -20px;
    right: 5%;
    width: 50%;
  }
}

.container #live .date {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  width: 100vw;
  background: linear-gradient(to right, #231815 7%, #17294d 41%, #0f8c90 69%, #433a37 80%, #231815 95%);
  text-align: center;
  padding: 30px 0;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 800px) {
  .container #live .date {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0, 0) rotate(0deg);
    -o-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    width: 100vw;
  }
}

.container #live .date h3, .container #live .date p {
  font-family: mrs-eaves, serif;
  color: #fff;
}

.container #live .date h3 {
  font-size: 5em;
  margin: 0 0 10px;
}

.container #live .date h3 span {
  font-size: .7em;
}

@media screen and (max-width: 800px) {
  .container #live .date h3 {
    font-size: 3.33em;
    margin: 0 0 10px;
  }
  .container #live .date h3 span {
    display: block;
    margin: 5px 0 0;
  }
}

.container #live .date p {
  font-family: source-han-serif-japanese, serif;
}

.container #live .date p.schedule {
  font-size: 4em;
  letter-spacing: .15em;
  margin: 0 0 10px;
}

.container #live .date p.schedule span {
  font-size: .7em;
}

@media screen and (max-width: 800px) {
  .container #live .date p.schedule {
    font-size: 3em;
  }
}

.container #live .date p.time {
  font-size: 3em;
  margin: 0 0 15px;
}

.container #live .date p.time span {
  font-size: .7em;
}

@media screen and (max-width: 800px) {
  .container #live .date p.time {
    font-size: 2em;
  }
}

.container #live .date p.venue {
  font-size: 3em;
}

@media screen and (max-width: 800px) {
  .container #live .date p.venue {
    font-size: 2em;
  }
}

.container #live .guest {
  margin: 370px 0 0;
}

@media screen and (max-width: 800px) {
  .container #live .guest {
    margin: 40px 0 0;
    padding: 0 5%;
  }
}

.container #live .guest h3 {
  font-family: mrs-eaves, serif;
  font-size: 2.5em;
  margin: 0 0 40px;
}

@media screen and (max-width: 800px) {
  .container #live .guest h3 {
    font-size: 1.5em;
    margin: 0 0 20px;
  }
}

.container #live .guest p {
  font-size: 1.33em;
  line-height: 1.5;
  margin: 0 0 40px;
}

@media screen and (max-width: 800px) {
  .container #live .guest p {
    font-size: 1.16em;
  }
}

.container #live .guest a {
  font-size: 2em;
  text-decoration: underline;
}

@media screen and (max-width: 800px) {
  .container #live .guest a {
    font-size: 1.5em;
  }
}
