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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

html, body {
  overflow-x: hidden;
}

body {
  background: url(../img/common/main-bg2.png) top center repeat, url(../img/common/main-bg1.jpg) top center repeat;
  font-size: 13px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #39404c;
}

img {
  display: block;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}

.sp {
  display: none;
}

.font-lato {
  font-family: 'Lato', sans-serif;
}

.hover {
  transition: opacity .3s;
}
.hover:hover {
  opacity: .5;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .hover:hover {
    opacity: 1;
  }
}
.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  pointer-events: none;
}
.loading-container img {
  position: absolute;
}
.loading-container .loading-logo-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.loading-container .loading-logo {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-width: 384px;
  width: 70%;
  transition: opacity .3s 1.2s;
}
.loading-container .loading1 > div {
  position: absolute;
  transition: width .5s ease;
  width: 120%;
  height: 50%;
  /*			width: calc(100% + 300px);
  			height: 350px;*/
  transform: rotate(-3deg);
}
.loading-container .loading1 .loading1-1 {
  top: -20%;
  right: -5%;
  /*top: calc(5% - 175px);
  right: -5%;*/
  background: url(../img/common/loading-stroke-edge-white.png) left center no-repeat, url(../img/common/loading-stroke-blue2.png) right center;
  background-size: 8% 100%,4000px 100%;
  transform-origin: 100% 100%;
}
.loading-container .loading1 .loading1-2 {
  top: 25%;
  left: -5%;
  /*top: calc(38.5% - 175px);
  left: -5%;*/
  transition-delay: .2s;
  background: url(../img/common/loading-stroke-edge-white-re.png) right center no-repeat, url(../img/common/loading-stroke-blue2-re.png) left center;
  background-size: 8% 100%,4000px 100%;
  transform-origin: 0% 0%;
}
.loading-container .loading1 .loading1-3 {
  top: 30%;
  right: -5%;
  /*top: calc(56.5% - 175px);
  right: -5%;*/
  transition-delay: .4s;
  background: url(../img/common/loading-stroke-edge-white.png) left center no-repeat, url(../img/common/loading-stroke-blue2.png) right center;
  background-size: 8% 100%,4000px 100%;
  transform-origin: 100% 100%;
}
.loading-container .loading1 .loading1-4 {
  top: 75%;
  left: -5%;
  /*top: calc(95% - 175px);
  left: -5%;*/
  transition-delay: .6s;
  background: url(../img/common/loading-stroke-edge-white-re.png) right center no-repeat, url(../img/common/loading-stroke-blue2-re.png) left center;
  background-size: 8% 100%,4000px 100%;
  transform-origin: 0% 0%;
}
.loading-container .loading2 > div {
  position: absolute;
  transition: width .5s ease;
  width: 120%;
  height: 50%;
  transform: rotate(-3deg);
}
.loading-container .loading2 .loading2-1 {
  top: -20%;
  right: -5%;
  transition-delay: 1.2s;
  background: url(../img/common/loading-stroke-white2.png) right center;
  background-size: 4000px 100%;
  transform-origin: 100% 100%;
}
.loading-container .loading2 .loading2-2 {
  top: 25%;
  left: -5%;
  transition-delay: 1.4s;
  background: url(../img/common/loading-stroke-white2-re.png) left center;
  background-size: 4000px 100%;
  transform-origin: 0% 0%;
}
.loading-container .loading2 .loading2-3 {
  top: 30%;
  right: -5%;
  transition-delay: 1.6s;
  background: url(../img/common/loading-stroke-white2.png) right center;
  background-size: 4000px 100%;
  transform-origin: 100% 100%;
}
.loading-container .loading2 .loading2-4 {
  top: 75%;
  left: -5%;
  transition-delay: 1.8s;
  background: url(../img/common/loading-stroke-white2-re.png) left center;
  background-size: 4000px 100%;
  transform-origin: 0% 0%;
}
.loading-container.on {
  background: transparent;
}
.loading-container.on .loading-logo-box {
  opacity: 1;
}
.loading-container.on .loading-logo {
  opacity: 0;
}
.loading-container.on .loading1-1, .loading-container.on .loading1-2, .loading-container.on .loading1-3, .loading-container.on .loading1-4, .loading-container.on .loading2-1, .loading-container.on .loading2-2, .loading-container.on .loading2-3, .loading-container.on .loading2-4 {
  width: 0;
}

.bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.bg-container svg {
  position: absolute;
  fill: url("#gradient1");
  opacity: .6;
}
.bg-container .bg1 svg {
  top: 0;
  right: 0;
  width: 400px;
}
.bg-container .bg2 svg {
  top: 769px;
  left: 0;
  width: 346px;
}
.bg-container .bg3 svg {
  top: 1430px;
  right: 0;
  width: 370px;
}
.bg-container .bg4 svg {
  top: 2049px;
  left: 0;
  width: 395px;
}
.bg-container .bg5 svg {
  top: 2411px;
  right: 0;
  width: 308px;
}
.bg-container .bg6 svg {
  top: 1475px;
  left: 50%;
  transform: translate3d(-687px, 0, 0);
  width: 514px;
}

#home .stop1 {
  stop-color: #80e5c7;
}
#home .stop2 {
  stop-color: #84daf0;
}
#home .stop3 {
  stop-color: #32a0db;
}

#news .stop1 {
  stop-color: #84daf0;
}
#news .stop2 {
  stop-color: #acb0fe;
}
#news .stop3 {
  stop-color: #c76ce1;
}

#staffcast .stop1 {
  stop-color: #cacdff;
}
#staffcast .stop2 {
  stop-color: #e794ff;
}
#staffcast .stop3 {
  stop-color: #d12562;
}

#introduction .bg1 {
  position: relative;
}
#introduction .bg1 img {
  position: absolute;
  top: 109px;
  right: auto;
  left: 50%;
  transform: translate3d(192px, 0, 0);
  width: 937px;
}
#introduction .bg2 img {
  position: absolute;
  top: 391px;
  left: 50%;
  transform: translate3d(-913px, 0, 0);
  width: 854px;
}

#character .bg-container svg {
  fill: url("#gradient");
}
#character .stop1 {
  stop-color: #ffd9c9;
}
#character .stop2 {
  stop-color: #e2e426;
}
#character .stop3 {
  stop-color: #4fd568;
}

#onair .stop1, #movie .stop1 {
  stop-color: #f2f37d;
}
#onair .stop2, #movie .stop2 {
  stop-color: #7ff795;
}
#onair .stop3, #movie .stop3 {
  stop-color: #30c4df;
}

#music .stop1 {
  stop-color: #80e5c7;
}
#music .stop2 {
  stop-color: #84daf0;
}
#music .stop3 {
  stop-color: #32a0db;
}

@media only screen and (max-width: 768px) {
  .bg-container .bg1 svg {
    top: 520px;
    width: 137px;
  }
  .bg-container .bg2 svg {
    top: 1200px;
    left: 0;
    width: 130px;
  }
  .bg-container .bg3 svg {
    width: 170px;
  }
  .bg-container .bg4 svg {
    width: 145px;
  }
  .bg-container .bg5 svg {
    width: 118px;
  }
  .bg-container .bg6 svg {
    left: -150px;
    transform: translate3d(0, 0, 0);
    width: 90px;
  }

  #introduction .bg1 img {
    top: 329px;
    left: 150px;
    transform: translate3d(0, 0, 0);
    width: 470px;
  }
  #introduction .bg2 img {
    position: absolute;
    top: 891px;
    left: -150px;
    transform: translate3d(0, 0, 0);
    width: 344px;
  }
}
.common-button {
  position: relative;
  margin: 0 auto;
  height: 40px;
  font-size: 18px;
  font-style: italic;
  letter-spacing: .2em;
  background: linear-gradient(to right, #80e5c7 0%, #84daf0 50%, #32a0db 100%);
  border-radius: 20px;
  z-index: 1;
}
.common-button::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: url(../img/common/main-bg2.png) top center repeat, url(../img/common/main-bg1.jpg) top center repeat;
  border-radius: 20px;
  z-index: -1;
  transition: opacity .3s;
}
.common-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.common-button.active {
  pointer-events: none;
}
.common-button.active::before {
  opacity: 0;
}
.common-button:hover::before {
  opacity: 0;
}

header {
  position: absolute;
  top: 56px;
  left: 50%;
  transform: translate3d(-808px, 0, 0);
  max-width: 360px;
  width: 25%;
  box-shadow: 4px 4px 15px rgba(90, 95, 63, 0.35);
  z-index: 100;
}
header::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #80e5c7 0%, #84daf0 50%, #32a0db 100%);
  mix-blend-mode: multiply;
  opacity: .8;
}
header h1 {
  position: relative;
  margin: 40px auto 15px;
  padding-bottom: 30px;
  width: 81.94%;
  border-bottom: solid 1px rgba(27, 85, 164, 0.3);
  box-sizing: border-box;
}
header nav {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
header nav .menu-list {
  margin: 0 auto;
  padding-bottom: 15px;
  width: 100%;
  border-bottom: solid 1px rgba(27, 85, 164, 0.3);
  box-sizing: border-box;
}
header nav .menu-list .menu-item {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}
header nav .menu-list .menu-item::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: -11.02%;
  width: 0;
  height: 100%;
  background: url(../img/common/menu-active.png) left center;
  background-size: 400px 100%;
  z-index: -1;
  transition: width .4s ease;
}
header nav .menu-list .menu-item::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: -21.02%;
  width: 10%;
  height: 100%;
  background: url(../img/common/menu-active-apex.png) center;
  background-size: 100% 100%;
  z-index: -1;
  transition: left .4s ease;
}
header nav .menu-list .menu-item a {
  display: block;
  padding: 15px 0;
  width: 100%;
  font-size: 20px;
  font-style: italic;
  letter-spacing: .2em;
  color: #fff;
  text-shadow: 0 0 10px #076cb5;
  box-sizing: border-box;
}
header nav .menu-list .menu-item.active {
  pointer-events: none;
}
header nav .menu-list .menu-item.active::before {
  width: 122.04%;
}
header nav .menu-list .menu-item:hover::before {
  width: 122.04%;
}
header nav .menu-list .menu-item:hover::after {
  left: 107.04%;
}
header nav .menu-list .menu-item.off {
  display: none;
}

.menu-button {
  display: none;
}

.header-movie {
  transform: translate3d(60px, 30px, 0);
}
.header-movie .inner {
  position: relative;
  padding: 6px;
  width: 100%;
  background: linear-gradient(to bottom, #80e5c7 0%, #84daf0 50%, #32a0db 100%);
  box-sizing: border-box;
}
.header-movie .inner img {
  transition: opacity .3s;
}
.header-movie .inner img:hover {
  opacity: .5;
}

@media only screen and (max-width: 1600px) {
  header {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 768px) {
  header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 100vh;
  }
  header h1 {
    margin-top: 35px auto 25px;
    max-width: 256px;
    width: 65.35%;
  }
  header nav .menu-list .menu-item a {
    padding: 10px 0;
    font-size: 17px;
  }
  header .header-movie {
    display: none;
  }
  header.open {
    display: block;
  }

  .menu-button {
    display: flex;
    justify-content: center;
    text-align: center;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 40px;
    z-index: 101;
  }
  .menu-button .menu-line-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 12px;
    height: 11px;
  }
  .menu-button .menu-line-container .menu-line {
    width: 100%;
    height: 1px;
    background: #39404c;
  }
  .menu-button.open .menu-button .menu-line-container {
    position: relative;
    height: 1px;
  }
  .menu-button.open .menu-button .menu-line-container .menu-line {
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .menu-button.open .menu-button .menu-line-container .menu-line:first-child {
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
  }
  .menu-button.open .menu-button .menu-line-container .menu-line:nth-of-type(2) {
    display: none;
  }
  .menu-button.open .menu-button .menu-line-container .menu-line:last-child {
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  }

  .header-movie {
    transform: translate3d(0, 0, 0);
    margin: 0 auto 50px;
    width: 90%;
  }
}
section {
  position: relative;
}
section h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
  width: 100%;
  height: 46px;
  font-size: 30px;
  font-style: italic;
  letter-spacing: .2em;
  color: #fff;
  text-shadow: 0 0 15px #076cb5;
  z-index: 1;
}
section h2::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-384px, 0, 0);
  width: 100%;
  height: 100%;
  background: url(../img/page/title-grange.png) right center repeat-x, linear-gradient(to right, #80e5c7 0%, #84daf0 50%, #32a0db 100%);
  z-index: -1;
}

@media only screen and (max-width: 1600px) {
  section {
    margin-left: auto;
    width: 75%;
  }
}
@media only screen and (max-width: 768px) {
  section {
    width: 100%;
  }
  section h2 {
    margin-bottom: 30px;
  }
  section h2::before {
    left: 5%;
    transform: translate3d(0, 0, 0);
  }
}
footer {
  margin-top: 150px;
}
footer .top-button {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 138px;
  height: 104px;
  background: url(../img/common/top-button.png);
  z-index: 100;
}
footer .top-button a {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
footer .top-button a img {
  margin-bottom: 5px;
  width: 29px;
  height: auto;
  transition: margin-bottom .3s ease;
}
footer .top-button a p {
  font-size: 15px;
  color: #fff;
  font-style: italic;
}
footer .top-button a:hover img {
  margin-bottom: 10px;
}
footer .footer-content {
  position: relative;
  padding: 50px 0;
  box-shadow: 4px 4px 15px rgba(90, 95, 63, 0.35);
  box-sizing: border-box;
  z-index: 1;
}
footer .footer-content::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #80e5c7 0%, #84daf0 50%, #32a0db 100%);
  mix-blend-mode: multiply;
  opacity: .8;
}
footer .footer-content .footer-logo {
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}
footer .footer-content .share-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 20px;
}
footer .footer-content .share-container > p {
  padding-right: 30px;
  font-size: 18px;
  color: #fff;
  letter-spacing: .2em;
  font-style: italic;
  border-right: solid 1px rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
footer .footer-content .share-container .share-button-list {
  display: flex;
  margin-left: 20px;
}
footer .footer-content .share-container .share-button-list .share-button-item {
  position: relative;
  margin: 10px;
  width: 40px;
}
footer .footer-content .share-container .share-button-list .share-button-item img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
footer .footer-content .share-container .share-button-list .share-button-item:hover {
  opacity: .5;
}
footer .footer-content .share-container .share-button-list .share-button-item:hover img:last-child {
  opacity: 1;
}
footer .footer-content .credit {
  position: relative;
  margin-top: 20px;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  footer {
    margin-top: 75px;
  }
  footer .top-button {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 86px;
    background: url(../img/common/top-button-sp.png);
    background-size: cover;
  }
  footer .top-button a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    right: 0;
    bottom: 0;
    transform: translate3d(0, 0, 0);
    padding-bottom: 10px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  footer .footer-content .footer-logo {
    max-width: 292px;
  }
  footer .footer-content .share-container {
    margin-top: 10px;
  }
}
.modaal-overlay {
  background: linear-gradient(to right, rgba(128, 229, 199, 0.9) 0%, rgba(132, 218, 240, 0.9) 50%, rgba(50, 160, 219, 0.9) 100%) !important;
}

.modaal-content-container {
  padding: 0;
}

.pv-modal-container {
  max-width: 1000px;
  width: 100%;
}
.pv-modal-container::before {
  display: block;
  content: '';
  padding-top: 56.25%;
}
.pv-modal-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.modaal-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #fff !important;
  border-radius: 20px;
  z-index: 1;
}
.modaal-close::before, .modaal-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 25px;
  height: 1px;
  background: #39404c;
}
.modaal-close::before {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.modaal-close::after {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.modaal-close:hover {
  opacity: .5;
}
.modaal-close:hover::before, .modaal-close:hover::after {
  background: #39404c;
}
