@charset "UTF-8";

@import url("normalize.css");

/********************
共通
******************************/
* {
  box-sizing: border-box;
}


/* 共通　大枠 */
body {
  font-family: serif;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

/* 共通　ヘッダー・メインナビゲーション */
.header {
  width: 100%;
}
.bubble-background img {
  width: 100%;
}
.top-text p img {
  width: 55%;
  animation: fadeIn 5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.header-logo {
  position: relative;
}
.header-text {
  position: absolute;
  top: 550px;
  right: 330px;
  left: 330px;
  bottom: 80px;
}
.navigation-main {
  display: flex;
  justify-content: space-between;
  width: 1400px;
  margin: 0 auto;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f0f0f0; /* ナビゲーションの背景色 */
  z-index: 100; /* 他の要素より上に表示 */
}

.navigation-main img {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  animation: fadeIn 5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
 
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.navigation-main a.active,
.navigation-main a:hover {
  outline: none;
  border-bottom: 2px solid #f6ff00;
}
a:focus {
  outline: none;
}
.nav {
  display: flex;
}
.nav-image {
  width: 20%;
  margin: 5px 0 1px 0;
  padding: 0;
}
.nav-image img {
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav li {
  margin: 0 auto;
  padding: 0;
  letter-spacing: 0.1em;
}
.navigation-main ul {
  width: 70%;
  height: 84px;
  align-items: center;
  margin: 0;
  display: flex;
}
.navigation-main ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  animation: fadeIn 5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.navigation-main ul li img {
width: 30px;
margin-right: 4px;
}
.navigation-main ul li a {
  text-decoration: none;
  color: rgb(241, 157, 0);
  transition: 0.3s;
}
.bubble-background {
  margin: 84px 0 0 0;
  padding: 0;
  font-size: 0;
}
/* 泡の見た目 */
.bubble {
  position: absolute;
  bottom: -50px;
  background-color: transparent;
  border-radius: 50%;
  pointer-events: none;
  box-shadow: inset 0 0 10px rgba(255,255,255,0.7);
  animation: bubble 8s linear infinite;
}
/* 泡の一番明るい部分を疑似要素で表現 */
.bubble::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0.25) translate(-70%, -70%);
  background: radial-gradient(rgba(255,255,255, 0.5), transparent);
  border-radius: 50%;
}
/* 泡が上に浮かび上がっていくアニメーション */
@keyframes bubble {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100vh);
    opacity: 0;
  }
}
.content-wrapper {
  width: 960px;
  margin: 0 auto;
}
.scroll-infinity__list--right img {
  width: 300px;
}
.scroll-infinity__list--left img {
  width: 300px;
}
.scroll-infinity__list---right img {
  width: 550px;
}

h2 span {
  text-align: center;
  font-size: 50px;
  background: repeating-linear-gradient(-45deg, 
    transparent 0 2px, 
    #ffdc71 13px 4px
  );
  font-weight: bold;
}
.content-wrapper h3 {
  text-align: center;
}
.content-wrapper h4 {
  text-align: center;
}
.content-wrapper p {
  letter-spacing: 4px;
}
.content-text-introduction {
  text-align: center;
  padding: 48px 96px;
  margin: 96px 0 0 0;
  border-radius: 30px;
  color: #404040;
  background: #feffd9;/*背景色*/
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
.introduction-top1 {
  margin: 0;
  font-size: 27px;
  color: #00c4d2;
}
.introduction-top2 {
  margin: 0;
  margin-top: 13px;
  font-size: 20px;
}
.p3 {
  margin: 0;
}
.p-1 {
  margin-top: 36px;
}
.p-2 {
  margin-top: 36px;
}
.content-text-introduction h2 {
  color: #4b90b3;
}
.introduction-small {
  font-size: 12px;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 36px;
}
.youtube {
  margin: 0;
  padding: 0;
}
.introduction-finish {
  margin: 0;
  margin-top: 16px;
  /* ↑youtubeのmargin-bottomの元が+6pxだったから */
  padding: 0;
  font-size: 27px;
  color: #00c4d2;
}
p {
  color: #474747;
  margin: 0;
  margin-top: 25px;
  font-size: 16.5px;
  line-height: 1.75;
}
h2 {
  margin: 0;
  margin-bottom: 48px;
  padding: 0;
  letter-spacing: 0.1em;
}
h3 {
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  letter-spacing: 0.1em;
}
h4 {
  margin: 0;
  padding: 0;
  letter-spacing: 0.1em;
}


.content-text-news {
  text-align: center;
  padding: 48px 96px;
  margin: 96px 0;
  border-radius: 30px;
  color: #404040;
  background: #feffd9;/*背景色*/
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
.content-text-news h2 {
  color: #4b90b3;
}
.comics {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: #3b3b3b;
}
.comics p {
  margin: 0;
  margin-bottom: 0;
  font-size: 20px;
}
.news .small {
  font-size: 16px;
  margin-top: 22px;
}
.comics h3 {
  margin: 0;
  font-size: 23px;
}
.comics img {
  width: 500px;
  margin: 40px 50px 60px 50px;
}
.line1 {
  margin: 0 0 40px 0;
  width: 390px;
  border-top: #4b90b3 solid 1px;
  margin: auto;
}
.music {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: #3b3b3b;
}
.music p {
  margin: 0;
  font-size: 20px;
}
.music h3 {
  margin: 0;
  font-size: 23px;
}
.music img {
  width: 500px;
  margin: 30px 50px 0 50px;
}
.content-text-staff {
  /* text-align: center; */
  padding: 48px 96px;
  margin: 96px 0;
  border-radius: 30px;
  color: #404040;
  background: #feffd9;/*背景色*/
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
.content-text-staff h2 {
  text-align: center;
  color: #4b90b3;
}
.content-text-staff p {
  margin: 0;
  margin-top: 5px;
}
.staff-name1 {
  margin: 0;
  font-size: 19px;
  color: #3b3b3b;
}
.staff-name1 span {
  font-size: 30px;
}
.staff-name2 {
  margin: 0;
  margin-top: 48px;
  font-size: 19px;
  color: #3b3b3b;
}
.staff-name2 span {
  font-size: 30px;
}
.staff-name3 {
  margin: 0;
  margin-top: 48px;
  font-size: 19px;
  color: #3b3b3b;
}
.staff-name3 span {
  font-size: 30px;
}
.staff-name4 {
  margin: 0;
  margin-top: 48px;
  font-size: 19px;
  color: #3b3b3b;
}
.staff-name4 span {
  font-size: 30px;
}


/* キャストページ */
.header-cast img {
  width: 100%;
}
.content-text-cast {
  text-align: center;
  padding: 48px 0 0 0;
  margin: 96px 0;
  border-radius: 30px;
  color: #404040;
  background: #feffd9;/*背景色*/
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
.row {
  width: calc(100% - 400px);
}
.row h3.ttl {
  width: 100%;
}
.row h3 {
  font-size: 30px;
  letter-spacing: 4px;
  margin-bottom: -4px;
}
.row h4 {
  font-size: 20px;
  letter-spacing: 4px;
}
.row p {
  color: #4b90b3;
}
.content-text-cast h2 {
  color: #4b90b3;
}
.cast-image img {
  width: 400px;
  object-fit: cover;
}
.cast-image h3 {
  width: 600px;
  color: #4b90b3;
}
.text p {
  padding: 0 96px 48px 96px;
}
.cast-row1 {
  height: 330px;
  margin: 0 13px;
  display: flex;
  align-items: center;
}
.cast-row2 {
  height: 330px;
  margin: 0 13px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cast1 {
  padding: 0;
}
.cast2 {
  padding: 0;
  background-color: #ffe88e;
}
.cast3 {
  padding: 0;
}
.cast4 {
  padding: 0;
  background-color: #ffe88e;
}
.cast5 {
  padding: 0;
}
.cast6 {
  padding: 0;
  border-radius: 0 0 30px 30px;
  background-color: #ffe88e;
}
.cast-image .cast:nth-child(odd) {
  flex-direction: row-reverse;
}
.line2 {
  width: 300px;
  border-top: #4b90b3 solid 1px;
  margin: auto;
}


/* ストーリーページ */
.header-story img {
  width: 100%;
}
.content-text-story {
  text-align: center;
  padding: 48px 96px;
  margin: 96px 0 0 0;
  border-radius: 30px;
  color: #404040;
  background: #feffd9;/*背景色*/
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
.content-text-story-last {
  text-align: center;
  padding: 48px 96px;
  margin: 96px 0;
  border-radius: 30px;
  color: #404040;
  background: #feffd9;/*背景色*/
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
.content-text-story h2 {
  color: #4b90b3;
}
.content-text-story h3 {
  text-align: center;
}
.story-finish{
  letter-spacing: 4px;
  font-size: 30px;
  color: #00c4d2;
}
/* スクロール写真 */
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
@keyframes infinity-scroll-right {
from {
  transform: translateX(-100%);
}
  to {
  transform: translateX(0%);
}
}
.scroll-infinity__list---right {
  animation :infinity-scroll-right 100s infinite linear 0.5s both;
}
.scroll-infinity__list--right {
  animation :infinity-scroll-right 55s infinite linear 0.5s both;
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 55s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 6);
}
.scroll-infinity__item>img {
  width: 100%;
}


/* 共通　フッター */
.footer {
  margin: 0 auto;
  padding: 65px;
  text-align: center;
  background-color: #00c4d2;
  box-shadow: 0 -2px 4px #4b90b3;
}
.footer-navigation img {
  width: 45px;
}
.footer-copyright {
  color: #feffd9;
}