@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  width: 100%;
  vertical-align: bottom;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #555;
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: "Grandstander", "Zen Maru Gothic", sans-serif;
  /* font-optical-sizing: auto; */
  font-weight: 700;
  font-style: normal;
  color: #555;
  background-color: #141d46;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  /* line-height: 1; */
}
/* カラーパレット
#4221ea #0066ff #0088ff #00a0ff
#00b3d6 #00c497 #f9f871 */

h1,
h2,
h3 {
  line-height: 1;
}
/* html { */
/* scroll-snap-type: y mandatory; */
/* scroll-snap-type: y proximity; */
/* } */
html {
  scroll-padding-top: 80px;
}
.las {
  font-size: 28px;
  line-height: 1;
  padding: 0 5px 6px 0;
  color: #fff;
}
.top-mv,
/* .topix-bg, */
.zukan-bg,
.oshi-bg,
.other-info {
  min-height: calc(100vh + 30px);
  /* scroll-snap-align: start; */
  /* border: 3px solid red; */
}

footer {
  scroll-snap-align: start;
  /* border: 3px solid red; */
}
.big-wrap.coming {
  height: 100vh;
  border-radius: 100px 100px 0 0;
}
@media (width > 767px) {
  .big-wrap.coming {
    text-align: center;
  }
  .big-wrap.live,
  .big-wrap.event,
  .big-wrap.story,
  .big-wrap.ticket,
  .big-wrap.news {
    background: none;
  }
}
.coming h1 {
  font-size: 68px;
  color: #fff;
}
.coming p {
  padding: 4px 30px;
}

/* header *****************************************************************/
header {
  width: 100%;

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 0 clamp(20px, 3.56vw + 6.65px, 60px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  /* background-color: #ffffff35; */
}
@media (width > 767px) {
  header {
    padding: 0 0 0 clamp(20px, 3.56vw + 6.65px, 60px);
  }
}
header .logo {
  /* width: clamp(120px, 9.78vw + 83.325px, 230px); */
  width: 140px;
  margin: 10px;
  border: 1px solid #0066ff;
  background-color: #0066ff;
  border-radius: 8px;
  padding: 5px;
}
@media (width > 767px) {
  header .logo {
    width: 165px;
  }
}
header .logo p {
  color: #fff;
  font-size: 10px;
}
.nav-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* バーガーメニューの設定 *************************************************/
body.no-scroll {
  overflow: hidden;
}
.global-nav-sp {
  width: 85%;
  height: 100vh;
  background-color: #00b3d6;
  border-left: 1px solid #fff;
  padding: 70px 0px;
  border-radius: 80px 0 0 0;
  position: fixed;
  top: 0;
  right: -100%;
  transition: all 0.3s;
}
.global-nav-sp ul {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  gap: 20px 40px;
}

.global-nav-sp ul a {
  color: #fff;
}
.global-nav-sp > ul > li:nth-child(2) > a {
  display: block;
  margin-bottom: 10px;
}
.nav-ikimono li a {
  display: block;
  font-size: 14px;
  text-indent: 2em;
  color: #fff;
}
/* アクセスbutton ******************************************************/
.nav-accese {
  width: 100px;
  height: 50px;
  position: relative;
}
.nav-accese p {
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nav-accese img {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* PC用のglobalナビ *******************************************/
.global-nav-pc {
  display: none;
  width: auto;
}
.global-nav-pc ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.global-nav-pc ul li a {
  font-size: clamp(12px, 0.36vw + 10.65px, 16px);
  color: #fff;
}

.global-nav-pc ul li:first-child a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 80px;
  border-radius: 50px 0 0 50px;
  background-color: #4221ea;
}

.global-nav-pc ul li:nth-child(2) a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 80px;
  background-color: #0066ff;
}
.global-nav-pc ul li:nth-child(3) a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 80px;
  background-color: #0088ff;
}
.global-nav-pc ul li:nth-child(4) a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 80px;
  background-color: #00a0ff;
}
.global-nav-pc ul li:nth-child(5) a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 80px;
  background-color: #00b3d6;
}
.global-nav-pc ul li:last-child a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 80px;
  background-color: #00c497;
}
@media (width > 767px) {
  .nav-accese,
  .global-nav-sp {
    display: none;
  }
  .global-nav-pc {
    display: block;
  }
}
/* バーガーbuttonの設定 */

.burger-btn {
  width: 30px;
  height: 20px;
  position: relative;
  z-index: 10;
}

.burger-btn span {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.burger-btn span:first-child {
  top: 0;
}

.burger-btn span:last-child {
  top: 100%;
}
/* バーガーが開いたとき */
.global-nav-sp.is_active {
  right: 0;
}
.burger-btn.is_active span:first-child {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.burger-btn.is_active span:nth-child(2) {
  opacity: 0;
}
.burger-btn.is_active span:last-child {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (width > 767px) {
  .global-nav-sp {
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
  }
  .global-nav-sp ul {
    flex-direction: row;
  }
  .burger-btn {
    display: none;
  }
}

/* 上にスライドする水玉アニメーション******************************************* */
.container {
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
@media (width > 767px) {
  .container {
    width: 100vw;
  }
}
.sozai {
  width: clamp(40px, 4.44vw + 23.35px, 90px);
}

.slider {
  display: flex;
  justify-content: space-between;
  opacity: 0.8;
  animation-name: anime-01;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes anime-01 {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(0, -100%);
  }
}

/* top背景の固定画像設定****************************************** */
.top-bg {
  background-image: url(../ikimono-img/hokohugu-ai01bb.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100vw;
  /* width: clamp(375px, 108.89vw + -33.337px, 1600px); */
  height: 100vh;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  transform: none;
  /* left: 50%;
  transform: translate(-50%, 0); */
  z-index: -2;
  animation-name: opening01;
  animation-duration: 3s;
  animation-direction: alternate;
  animation-iteration-count: 1;
  transition: all 0.5s;
}
@keyframes opening01 {
  0% {
    height: 0vh;
  }
  100% {
    height: 100vh;
  }
}
.top-mv {
  width: clamp(375px, 86.31vw + 51.338px, 1346px);
  height: 100vh;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (width > 767px) {
  .top-bg {
    width: 100%;
    background-image: url(../ikimono-img/hokohugu-ai01yokopc.jpg);
  }
}
/* TOPメインタイトルの設定****************************************************************************************** */

.inner-wrap {
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  position: fixed;
}
.top-title {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 150px;
}

@media (width > 767px) {
  .inner-wrap {
    width: 50%;
    padding: 0;
    padding-top: 100px;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    margin-right: 0%;
    position: fixed;
    top: 0;
    left: 10%;
  }
  .top-title {
    width: 60%;
    margin-bottom: 30px;
  }
}

/* ＴＯＰ画面固定事項**本日の営業時間・本日のイベント・チケット購入**************************************************** */
.today-wrap {
  display: flex;
  /* padding: 0 20px; */
  justify-content: center;
  margin: 0 auto;
  gap: 10px;
}
@media (width > 767px) {
}
/* パーツのデザイン */
.today-time,
.today-event {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  /* margin-top: 30px; */
  text-align: center;
  margin-bottom: 10px;
}
.today-time {
  background-color: #00b3d6;
  padding: 25px 0;
}
.today-time p {
  margin-bottom: 8px;
  color: #fff;
}
.today-time .time {
  font-size: 48px;
  line-height: 0.8;
  color: #f9f871;
}
.today-time .time-cotion {
  font-size: 12px;
  font-weight: 700;
  line-height: 0.8;
  color: #fff;
}
.today-event {
  background-color: #f9f871;
  padding-top: 30px;
}

.event-title {
  color: #0088ff;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 5px;
}
.event-text {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 2px;
  color: #777;
}
.event-sc {
  border: 3px solid #00b3d6;
  font-size: 12px;
  line-height: 1;
  padding: 5px 0 0;
  border-radius: 20px;
  background-color: #0088ff;
  color: #fff;
}

.web-ticket {
  font-size: 16px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  border: 3px solid #0066ff;
  border-radius: 20px;
  background-color: #00b3d6;
  padding: 5px 0;

  margin-bottom: 20px;
}
.web-ticket p {
  color: #fff;
}
.web-ticket p {
  position: relative;
}

.web-ticket p::before {
  content: "▶";
  font-size: 0.7em;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
}
@media (width > 767px) {
  .web-ticket {
    width: 40%;
    padding: 15px 0;
    border-radius: 30px;
  }
}
/* トピックス******************************************************* */
.topix-bg {
  background-image: url(../sozai-img/bule-bg01-pcss.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  overflow: hidden;
  /* min-height: 100vh; */
  height: auto;
  position: relative;
  top: 0;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 0);
}
@media (width > 767px) {
  .topix-bg {
    background-image: url(../sozai-img/bule-bg01-pcss.png);
  }
}
.partswrap02 {
  width: 80%;
  padding-top: 30px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.parts002,
.parts003 {
  width: 100px;
}

.topix {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}
.topix-flex {
  display: none;
}
.topix-inner01 {
  width: 90%;
  margin: 0 auto;
}
.Topix-text {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  padding-top: 0px;
  color: #fff;
}
@media (width > 767px) {
  .partswrap02 {
    width: 55%;
    margin-top: 30px;
  }
  .parts002,
  .parts003 {
    width: 200px;
  }
}
.topix-title {
  font-size: 68px;
  color: #f9f871;
  padding-top: 30px;
  margin-bottom: 20px;
  animation-name: opening02;
  animation-duration: 0.5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  transition: all 0.5s;
}

@keyframes opening02 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
  }
}
/* **************************************** */
.news-slider {
  display: block !important;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.news-slider li {
  text-align: center;
  padding: 0 10px;
}
.news-slider li a {
  display: block;
  margin: 0 auto;
}
.news-slider img {
  width: 80%;
  /* max-width: 100%; */
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
}
.slick-list {
  overflow: hidden;
  margin: 0 -10px;
}
.news-slider li {
  outline: none;
}
@media (width > 767px) {
  .news-slider img {
    width: 100%;
  }
  .news-slider {
    width: 80%;
  }
}

/* ******************************************************* */

.topix-list {
  font-size: 18px;
  padding: 10px 0;
  width: 75%;
  text-align: center;
  margin: 0 auto 50px;
  border-radius: 30px;
  background-color: #f9f871;
  color: #0002c7;
}
.topix-list p {
  position: relative;
}

.topix-list p::before {
  content: "▶";
  font-size: 0.7em;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
}
/* **************************** */

@media (width > 767px) {
  .topix-bg {
    padding: 0;
    margin: 0;
    /* min-height: 100vh; */
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  .topix {
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
  }
  .Topix-text {
    font-size: 1.5em;
    padding-top: 100px;
  }

  .topix-title {
    font-size: 100px;
    margin-bottom: 0px;
  }

  .topix-list {
    margin-top: 50px;
    width: 500px;
  }

  .topix-info02 img,
  .topix-info03 img {
    display: block;
    margin-bottom: 50px;
  }
}

/* 水族館に住むいきものたち*************************************************************************************** */
.zukan-bg {
  background-image: url(../sozai-img/bule-bg-zukandd.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  /* min-height: 100vh; */
  height: auto;
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}
@media (width > 767px) {
  .zukan-bg {
    background-image: url(../sozai-img/bule-bg-zukandd.jpg);
  }
}

.zukan-inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 50px;
}
.zukan-subtitle {
  width: 150px;
  padding-left: 25px;
  font-weight: 700;
  text-align: center;
  color: #0002c7;
  line-height: 1.2;
  position: relative;
}
.parts001 {
  width: 200px;
  position: absolute;
  top: -30px;
  left: 50px;
}
@media (width >767px) {
  .parts001 {
    width: 250px;
    top: -40px;
    left: 10px;
  }
}

.zukan-copy {
  position: absolute;
  top: 125px;
  right: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 0.9;
  text-align: center;
  color: #fff;
}
.zukan-copy spam {
  font-size: 30px;
}
.todo {
  margin-top: 55px;
  margin-bottom: 0px;
  animation-name: opening03;
  animation-duration: 3s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  transition: all 0.5s;
}

@keyframes opening03 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.zukan-body-copy {
  width: 85%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  color: #fff;
  padding-left: 15px;
  margin-bottom: 10px;
}

.zukan-kaisetu {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgb(0, 2, 199);
  position: absolute;
  right: 210px;
  top: 300px;
  text-align: center;
  padding-top: 30px;
  color: #fff;
}
.zukan-list {
  font-size: 18px;
  padding: 10px 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #f1b2d4;
  color: #0003c78d;
  margin-bottom: 30px;
}
.zukan-list p {
  position: relative;
}

.zukan-list p::before {
  content: "▶";
  font-size: 0.7em;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
}
@media (width > 767px) {
  .zukan-bg {
    padding: 0;
    margin: 0;
    /* min-height: 100vh; */
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  .zukan-inner {
    width: 1000px;
    margin: 0 auto;
    max-width: 1000px;
  }

  .todo {
    width: 100%;
    margin-top: 100px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .zukan-subtitle {
    position: absolute;
    top: 180px;
    left: 80px;
  }
  .zukan-copy {
    width: 1000px;
    top: 150px;
    left: 0px;
    padding-right: 50px;
    font-size: 80px;
  }
  .zukan-kaisetu {
    width: 220px;
    height: 220px;
    right: 180px;
    top: 700px;
  }
  .zukan-kaisetu p {
    font-size: 20px;
  }
  .zukan-body-copy {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
    padding-left: 250px;

    width: auto;
  }
  .zukan-list {
    width: 500px;
  }
}
.ikimono-list {
  text-align: center;
  color: #fff;
}
.ikimono-list-title {
  font-size: 38px;
  margin-bottom: 10px;
  background-image: url(../sozai-img/parts004.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.ikimono-list-title span {
  font-size: 12px;
}
.ikimono-list p:nth-child(2) {
  font-size: 16px;
  margin-bottom: 20px;
}
.ikimono-list p:nth-child(3),
.ikimono-list p:nth-child(4),
.ikimono-list p:nth-child(5) {
  margin-bottom: 10px;
}
.ikimono-list img {
  width: 70%;
  margin: 10px;
  border: 2px solid #fff;
}
.ikimono-rera {
  position: relative;
}
.ikimono-rera figcaption {
  font-size: 12px;
  color: #00b3d6;
  padding: 6px 10px;
  border-radius: 25px;
  background-image: url(../sozai-img/hukidasibase.jpg);
  background-size: cover;
  background-position: top center;
}
.ikimono-list > .ikimono-rera:nth-of-type(1) figcaption {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.ikimono-list > .ikimono-rera:nth-of-type(2) figcaption {
  position: absolute;
  top: 30px;
  left: 30px;
}
.ikimono-list > .ikimono-rera:nth-of-type(3) figcaption {
  position: absolute;
  bottom: 50px;
  left: 30px;
}
.ikimono-list > .ikimono-rera:nth-of-type(4) figcaption {
  position: absolute;
  top: 30px;
  right: 20px;
}
.ikimono-list > .ikimono-rera:nth-of-type(5) figcaption {
  position: absolute;
  top: 30px;
  left: 30px;
}
.ikimono-list > .ikimono-rera:nth-of-type(6) figcaption {
  position: absolute;
  bottom: 50px;
  right: 30px;
}
.ikimono-list > .ikimono-rera:nth-of-type(7) figcaption {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.ikimono-list > .ikimono-rera:nth-of-type(8) figcaption {
  position: absolute;
  top: 70px;
  right: 20px;
}
.ikimono-list > .ikimono-rera:nth-of-type(9) figcaption {
  position: absolute;
  bottom: 50px;
  left: 30px;
}
#sakana-jump,
#kaijyu-jump,
#umi-jump {
  padding: 20px 0;
}

@media (width > 767px) {
  .ikimono-list-title {
    font-size: 68px;
  }
  .ikimono-sub-copy br {
    display: none;
  }
  .ikimono-list p:nth-child(2) {
    font-size: 18px;
  }
  .ikimono-list-title span {
    font-size: 20px;
  }
  .ikimono-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .ikimono-list-title,
  .ikimono-list > p:nth-of-type(2) {
    grid-column: span 3;
  }
  #kaijyu-jump,
  #sakana-jump,
  #umi-jump {
    grid-column: span 3;
  }

  .ikimono-rera img {
    width: 100%;
    height: auto;
    display: block;
  }
  .ikimono-list > .ikimono-rera:nth-of-type(1) figcaption {
    position: absolute;
    bottom: 32px;
    right: -19px;
  }
  .ikimono-list > .ikimono-rera:nth-of-type(2) figcaption {
    position: absolute;
    top: -4px;
    left: 25px;
  }
  .ikimono-list > .ikimono-rera:nth-of-type(3) figcaption {
    position: absolute;
    bottom: 32px;
    left: -1px;
  }
  .ikimono-list > .ikimono-rera:nth-of-type(4) figcaption {
    position: absolute;
    top: 30px;
    right: 130px;
  }
  .ikimono-list > .ikimono-rera:nth-of-type(5) figcaption {
    position: absolute;
    top: 270px;
    left: -2px;
  }
  .ikimono-list > .ikimono-rera:nth-of-type(6) figcaption {
    position: absolute;
    bottom: 76px;
    right: 25px;
  }
  .ikimono-list > .ikimono-rera:nth-of-type(7) figcaption {
    position: absolute;
    bottom: 58px;
    left: -17px;
  }
  .ikimono-list > .ikimono-rera:nth-of-type(8) figcaption {
    position: absolute;
    top: 1px;
    right: -20px;
  }
  .ikimono-list > .ikimono-rera:nth-of-type(9) figcaption {
    position: absolute;
    bottom: 29px;
    left: -1px;
  }

  #kaijyu-jump,
  #sakana-jump,
  #umi-jump {
    font-size: 38px;
    padding: 10px;
  }
}

/* 推しカメラ************************************ */
.oshi-bg {
  background-image: url(../sozai-img/bule-bg-oshi.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  /* min-height: 100vh; */
  height: auto;
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}
@media (width > 767px) {
  .oshi-bg {
    background-image: url(../sozai-img/bule-bg01-pcoshi.png);
  }
}

/* bule-bg01-pczukan.png */
/* ******************************************* */
.oshi-inner {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 30px;
  color: #fff;
  position: relative;
}
.oshi-title {
  font-size: 40px;
}
.oshi-title spam {
  font-size: 16px;
}
.sub-inner .oshi-text.last-child {
  margin-bottom: 0px;
}
.oshi-text {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}
.oshi-text-pc {
  display: none;
}
.oshi-image img {
  width: 240px;

  margin-bottom: 0px;
}
.oshi-image {
  border: 1px solid #fff;
  border-radius: 30px;

  width: 280px;
  margin: 0 auto;
  margin-bottom: 15px;
  animation-name: opening;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  transition: all 0.5s;
}
.live-mark img {
  position: absolute;
  top: 250px;
  right: -20px;
  width: 80px;
}

.camera-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 10px;
  margin-bottom: 10px;
}
.camera-list p {
  width: 140px;
  background-color: #00c497;
  border: 5px solid #0088ff;
  /* padding: 3px; */
  padding: 5px 0;
  border-radius: 20px;
  text-align: center;
}
.gallery p {
  width: 210px;
  margin: 0 auto 10px;
  background-color: #0088ff;
  border: 5px solid #0088ff;
  padding: 5px 3px;
  border-radius: 20px;
  color: #fff;
}
.gallery p {
  position: relative;
}

.gallery p::before {
  content: "▶";
  font-size: 0.7em;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
}
.youtube-logo {
  width: 120px;
  margin: 0 auto;
}
.pengin-photo {
  width: 200px;
  margin: 0 auto;
}
@keyframes opening {
  0% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
.otaria-photo,
.pengin-photo {
  display: none;
}
@media (width > 767px) {
  .oshi-bg {
    background-image: url(../sozai-img/bule-bg-oshi-pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;

    padding: 0;
    margin: 0;
    /* min-height: 100vh; */
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  .oshi-inner {
    width: 100%;
    /* min-height: 100vh; */
    height: auto;
    margin: 0 auto;
    max-width: 1000px;
  }
  .sub-inner {
    display: flex;
    /* min-height: 100vh; */
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .oshi-text-pc {
    display: block;
  }
  .oshi-text {
    display: none;
  }

  .oshi-title {
    font-size: 90px;
  }
  .oshi-title spam {
    font-size: 30px;
  }
  .oshi-text-pc {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 700;
    margin-bottom: 0px;
  }

  .camera-list {
    flex-direction: row;
  }
  .oshi-pcwrap {
    width: 850px;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .oshi-image img {
    width: 400px;
    margin-bottom: 0px;
  }
  .oshi-image {
    width: 750px;
    border-radius: 40px;
    margin-bottom: 30px;
  }
  .camera-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 10px;
    margin-bottom: 0px;
  }
  .camera-list p {
    width: 180px;
    border-radius: 30px;
    font-size: 20px;
    padding: 7px 0;
  }
  .gallery p {
    width: 300px;
    margin: 0 auto;
    font-size: 24px;
    background-color: #0088ff;
    border: 5px solid #0088ff;
    /* padding: 3px; */
    border-radius: 30px;
  }
  .live-mark img {
    top: 450px;
    left: 110px;
    width: 120px;
  }
  .pengin-photo {
    display: block;
    width: 300px;
    position: absolute;
    top: 570px;
    left: -180px;
  }
  .otaria-photo {
    display: none;
    width: 300px;
    position: absolute;
    top: 600px;
    right: -220px;
    transform: rotate(20deg);
  }
  .youtube-logo {
    width: 220px;
    margin: 0 auto;
  }
}
/* そのほか情報*********************** */

.other-info {
  background-image: url(../sozai-img/bule-bg01bb.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  /* min-height: 100vh; */
  height: auto;
  position: relative;
  z-index: 10;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  padding-bottom: 40px;
  color: #fff;
}
.shop-wrap {
  width: 80%;
  margin: 0 auto;
  padding-top: 120px;
  text-align: center;
}
.shop-wrap span {
  font-size: 16px;
}
.shop-rest h2 {
  color: #fff;
}
.shop-rest,
.online-shop {
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}
.online-shop h2 {
  color: #fff;
}
.info-wrap {
  width: 70%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
}
.info-wrap h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.info-wrap p {
  margin-bottom: 15px;
}
.info-wrap p:last-child {
  margin-bottom: 25px;
}

.sns-wrap h2 {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
.sns-logo {
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 80px;
  flex-shrink: 0;
}
.logo-item01 {
  width: 60px;
}
.logo-item02 {
  width: 45px;
}
.logo-item03 {
  width: 40px;
}
@media (width > 767px) {
  .oshi-camera {
    top: 0px;
  }

  .shop-wrap {
    padding: 350px 0 0;

    width: 1000px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 80px;
  }
  .shop-wrap h2 {
    font-size: 30px;
  }
  .online-shop h2 {
    font-size: 40px;
  }
  .shop-rest,
  .online-shop {
    border-left: 1px solid #fff;
    border-bottom: none;
    padding-left: 30px;
    margin-bottom: 0;
    height: 132px;
  }
  .shop-rest {
    padding-top: 15px;
  }
  .sns-logo {
    margin: 0;
  }
  .sns-wrap {
    padding: 0;
    margin: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .info-wrap {
    width: 850px;
    padding-top: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .info-wrap h2 {
    font-size: 38px;
  }
  .info-wrap p {
    font-size: 18px;
  }
}
/* ************************************ */
footer {
  width: 100%;
  height: auto;
  background-color: #f1b2d4;
  position: relative;
  bottom: 0;
  left: 0;
  font-size: 12px;
  font-weight: 500;
  z-index: 10;
}
.footer-wrap {
  display: flex;
  justify-content: center;
  padding: 20px 0 5px;
}
.credit {
  font-family: sans-serif;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}
/* アクセス*************************************** */
.pc-access {
  display: none;
}
.bg-image {
  background-image: url(../sozai-img/bule-bg01bb.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: fixed;
  top: -15px;
  width: 100%;
  /* min-height: 100vh; */
  height: calc(100vh + 15px);
  z-index: -1000;
}
.big-wrap {
  margin: 0 auto;
  background-color: #00b3d6;

  width: 100%;
  max-width: 1000px;
  /* min-height: 100vh; */
  height: auto;
  padding: 30px;

  margin-top: clamp(70px, 7.11vw + 43.338px, 150px);
  font-weight: 700;
  font-size: 14px;
}

.big-wrap p {
  font-family: "Zen Maru Gothic";
  color: #fff;
}

.big-wrap h3 {
  text-align: center;
  margin-bottom: 20px;
}
.big-wrap h2 {
  color: #fff;
  /* padding-top: 80px; */
  text-align: center;
  margin-bottom: 6px;
}
.pageacces-icon h2:nth-child(2) {
  padding-top: 10px;
}
.pageacces-icon {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 95%;
  margin: 0 auto 20px;
  border-bottom: 1px solid #fff;
}
.pageacces-time {
  margin-bottom: 40px;
  color: #555;
  font-family: "Zen Maru Gothic";
}

.pageacces-time p:nth-child(5) {
  text-indent: 1em;
}
.pageacces-time p:nth-child(6) {
  text-indent: 1em;
}
.timeinfo {
  font-size: 18px;
  padding-left: 15px;
  margin-bottom: 10px;
}
.timeinfo span {
  font-size: 20px;
}

.attention {
  font-size: 11px;
  text-indent: 1em;
}
.season-time {
  text-indent: 1em;
}
.pageacces-time p:nth-child(3) {
  margin-bottom: 20px;
}
.accessmap-pc {
  display: none;
}
.accessmap {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  border-radius: 5px;
  margin-bottom: 40px;
  background-color: #fff;
}

.pageacces-acces ul {
  padding: 20px;
  border-radius: 5px;

  background-color: #fff;
}
.pageacces-acces li {
  margin-bottom: 5px;
  font-family: "Zen Maru Gothic";
}
.pageacces-acces li p {
  color: #555;
}
.pageacces-map {
  margin-bottom: 40px;
}

.pageacces-kannai h2 {
  padding-top: 50px;
  margin-bottom: 10px;
}
.pageacces-kannai h3 {
  padding: 7px 0;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  border-radius: 20px 0 20px 0;
  background-color: #0066ff;
  margin-bottom: 10px;
  color: #fff;
}
.pageacces-kannai span {
  background-color: #f1b2d4;
  color: #fff;
  padding: 0 10px;
  border-radius: 15px;
}
.pageacces-service h3 {
  padding: 7px 0;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  border-radius: 20px 0 20px 0;
  background-color: #00c497;

  color: #fff;
}
.pageacces-service p,
.pageacces-kannai p {
  font-size: 12px;
  font-family: "Zen Maru Gothic";
  line-height: 1.7;
  margin-bottom: 30px;
  color: #fff;
}

.pageacces-kannai p:last-child {
  margin-bottom: 60px;
}
@media (width > 767px) {
  .sp-access {
    display: none;
  }
  .pc-access {
    display: block;
  }
  .big-wrap-access {
    margin: 0 auto;
    /* background-color: #00b3d6; */

    width: 100%;
    max-width: 1000px;
    /* min-height: 100vh; */
    height: auto;
    padding: 30px;

    margin-top: clamp(70px, 7.11vw + 43.338px, 150px);
    color: #fff;
    text-align: center;
    line-height: 1.7;
  }
  .big-wrap-access img {
    display: block;
    width: 500px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .big-wrap-access h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .big-wrap-access h3 {
    font-size: 22px;
  }
  .big-wrap-access-access-pcwrap {
    display: flex;
    text-align: left;
    gap: 30px;

    border: 3px solid #fff;
    background-color: #00b3d6;
    padding: 30px;
    margin-bottom: 80px;
  }
  .big-wrap-access-time-info span {
    font-size: 30px;
  }
  .big-wrap-access-time-info {
    font-size: 30px;
  }
  .big-wrap-access-time-inner p:nth-of-type(3) {
    margin-bottom: 30px;
  }
  .big-wrap-access-time-inner p:nth-of-type(4) {
    font-size: 22px;
  }
  .big-wrap-access-time-inner p:nth-of-type(5) {
    font-size: 22px;
    margin-bottom: 50px;
  }
  .big-wrap-access-kannai-sisetu-wrap h3 {
    width: 450px;
    font-size: 26px;
    padding: 8px 0;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-radius: 20px 0 20px 0;
    background-color: #0066ff;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 20px;
  }
  .big-wrap-access-kannai-sisetu-wrap {
    display: flex;
    gap: 30px;
  }
  .big-wrap-access-kannai-sisetu-wrap02 p,
  .big-wrap-access-kannai-sisetu-wrap03 p {
    margin-bottom: 80px;
    text-align: justify;
  }
  .big-wrap-access-kannai-sisetu-wrap02 span,
  .big-wrap-access-kannai-sisetu-wrap03 span {
    background-color: #f1b2d4;
    color: #fff;
    padding: 0 10px;
    border-radius: 15px;
  }
  .big-wrap-access-kannai-service h3 {
    width: 450px;
    font-size: 26px;
    padding: 8px 0;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-radius: 20px 0 20px 0;
    background-color: #00c497;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 20px;
  }
  .big-wrap-access-kannai-service-wrap {
    display: flex;
    gap: 30px;
  }
  .big-wrap-access-kannai-service p {
    width: 450px;

    text-align: justify;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}

/* *************************************************** */
/* .aquarium-story {
  background-color: #00b3d6;
} */

.big-wrap.story {
  padding: 0;
  margin-top: 80px;
  width: 100%;
  font-family: "Zen Maru Gothic";
}
.story-innerpc {
  display: none;
}
.story-wrap {
  width: 90%;
  margin: 0 auto;
  padding: 30px 20px 50px;

  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  color: #f9f871;
  text-align: justify;
}
.story-wrap h1 {
  letter-spacing: 0.5em;
  margin-bottom: 60px;
}

.story-wrap p {
  color: #fff;
  text-indent: 1em;
  margin-bottom: 20px;
  font-family: "Zen Maru Gothic";
}
.story-subtext {
  text-align: right;
}
.nanae-story img {
  display: block;
  width: 80%;
  border-radius: 20px;
  margin: 30px auto;
}

@media (width > 767px) {
  .story-inner {
    display: none;
  }
  .story-innerpc {
    display: block;
  }
  .story-subtext {
    font-size: 20px;
    text-align: left;
  }
  .story-wrap {
    width: 1000px;
  }
  .story-wrap h1 {
    font-size: 68px;
  }
  .story-innerpc p {
    font-size: 16px;
  }
  .pc-storyimage img {
    width: 300px;
  }
  .story-innerpc {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin: 0 auto;
  }
  .nanae-story {
    padding-top: 180px;
  }
}

/* ********************************************************** */

.big-wrap.event {
  padding: 0;
  margin-top: 110px;
  width: 100%;
}
.big-wrap.event p {
  font-family: "Zen Maru Gothic";
  font-size: 16px;
}
.big-wrap-title h2 {
  font-size: 18px;
  background-color: #00a0ff;
  border-radius: 280px 280px 0 0;
  padding-top: 20px;
  padding-bottom: 5px;
  width: 280px;
  margin: 0 auto;
}

.sp-event {
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
  margin: 0 auto;
  padding: 30px 0;
}

.sp-event p {
  color: #555;
  line-height: 1.7;
}
.spevent-inner p:first-child {
  color: #00b3d6;
}
.spevent-inner p:nth-child(2) {
  font-size: 18px;
}

.spevent-inner p:last-child {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
  /* margin-left: 10px; */
  position: relative;
}
.spevent-inner p:nth-of-type(5) {
  text-indent: 1em;
  margin-bottom: 15px;
}
.spevent-inner p:last-child::after {
  content: "▶";
  font-size: 0.7em;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.spevent-inner {
  width: 80%;
  margin: 0 auto;
}
.sp-event img {
  margin: 10px 0;
  width: 250px;
}
.event-wrap {
  margin: 0 auto;
  padding: 0 20px 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  color: #fff;
}
.event-dl {
  display: flex;
  flex-direction: column;
}
@media (width > 767px) {
  .big-wrap-title {
    padding-top: 100px;
  }

  .big-wrap-title h2 {
    font-size: 30px;
    width: 500px;
  }

  .sp-event {
    width: 800px;
    background-color: #fff;
    margin-bottom: 30px;
    margin: 0 auto;
    /* padding: 30px 0; */
  }
  .spevent-inner {
    display: flex;
    gap: 10px;
  }
  .sp-event-wrap01 p:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .sp-event img {
    margin: 0;
    width: 250px;
  }
  .event-dl {
    width: 800px;
    margin: 0 auto;
  }
  .event-dl dl {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    /* gap: 0 16px; */
    text-align: left;
    /* border: 1px solid #fff; */
  }
  .event-dl .event-image {
    width: 90%;
    height: 90%;
    justify-self: end;
  }

  .event-dl .event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  /* タイトル */
  .event-dl dt {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    margin-left: 23px;
  }

  /* 時間 */
  .event-dl dd:nth-of-type(3) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    font-size: 20px;
    margin-left: 23px;
  }

  /* コメント */
  .event-dl dd:nth-of-type(2) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    align-self: self-start;
    margin-left: 23px;
  }

  /* 画像（上2段分を使う） */
  .event-dl .event-image {
    grid-column: 2 / 3;
    grid-row: 1 / 4;
  }
  .event-dl dt,
  .event-dl dd {
    text-align: left;
    align-self: self-end;
  }
  .event-dl .event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .event-dl dd:nth-of-type(3) {
    align-self: start;
  }
}
.event-wrap h2 {
  font-size: 14px;
  background-color: #00c497;
  border-radius: 0 0 280px 280px;
  padding-top: 17px;
  padding-bottom: 8px;
  width: 280px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (width > 767px) {
  .event-wrap h2 {
    font-size: 26px;
    width: 500px;
  }
}
.event-wrap dl dt {
  display: inline-block;
  line-height: 1;
  font-size: 22px;
  padding-top: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 13px;
}
.event-wrap dl dd {
  margin-bottom: 20px;
}
.event-image {
  width: 200px;
  margin: 0 auto;
  border: 1px solid #fff;
}

/* ************************** */
.big-wrap.news h1 {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.news-list h2 {
  font-size: 16px;
  text-align: start;
  margin-bottom: 10px;
}
.news-list li {
  padding: 10px 0;
}
.news-list li p {
  line-height: 1.7;
  padding: 5px 0;
}
.news-list .more-button {
  display: inline-block;
  font-size: 12px;
  padding: 3px 15px;
  border-radius: 15px;
  border: 3px solid #0088ff;
  background-color: #00a0ff;
  color: #fff;
}
.news-list .more-button::after {
  content: ">";
  padding-left: 5px;
}
@media (width > 767px) {
  /* ===== PC用 ===== */
  @media (min-width: 768px) {
    .aquarium-news {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
    }
    .big-wrap.news {
      width: 1000px;
      margin: 0 auto;
      padding-top: 200px;
      flex: 1;
    }

    .big-wrap.news h1 {
      margin-top: 30px;
      margin-bottom: 50px;
      font-size: 32px;
    }

    .news-list {
      width: 100%;
    }

    .news-list li {
      display: flex;
      align-items: center;
      padding: 20px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    /* 日付 */
    .news-list li > p:first-child {
      width: 120px;
      font-size: 14px;
      flex-shrink: 0;
    }

    /* タイトル */
    .news-list h2 {
      flex: 1;
      font-size: 18px;
      margin-bottom: 0;
      padding: 0 20px;
    }

    /* ボタン */
    .news-list .more-button {
      font-size: 13px;
      padding: 5px 18px;
      white-space: nowrap;
    }

    /* リンクで囲まれてる場合も崩れないように */
    .news-list li a {
      margin-left: auto;
    }

    .news-list li > .more-button {
      margin-left: auto;
    }
  }
}
/* **************************** */
.big-wrap.ticket {
  margin-top: 80px;
  width: 100%;
  font-family: "Zen Maru Gothic";
  border-radius: 100px;
}

.ticket-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  color: #f9f871;
  text-align: justify;
}
.ticket-wrap h1 {
  margin: 0 auto 0px;
  text-align: center;
  font-size: 68px;
  font-family: "Grandstander", sans-serif;
}
.ticket-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.ticket-value h2 {
  padding: 0;
}

.ticket-wrap p {
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  border-bottom: 2px solid #fff;
}
.ticket-value p {
  border: none;
  margin-bottom: 10px;
}
.reservation-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.form-group {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
  margin-bottom: 5px;
  color: #fff;
}
.form-group > label {
  width: 100px;
  text-align: right;
  margin-right: 15px;
  flex-shrink: 0;
  padding-top: 3px;
}
.reservation-form input[type="text"],
.reservation-form input[type="date"],
.reservation-form input[type="number"],
.reservation-form input[type="email"],
.reservation-form input[type="tel"],
.reservation-form select,
.reservation-form textarea {
  width: 100%;
  border: 1px solid #fff;
  padding: 5px;
  background-color: #fff;
  color: #555;
  box-sizing: border-box;
}
.form-group div {
  flex-grow: 1;
}

.form-group div label {
  display: block;
  width: auto;
  text-align: left;
  margin-bottom: 10px;
  color: #fff;
}
.form-group input[type="radio"],
.form-group input[type="checkbox"] {
  width: auto;
  margin-right: 8px;
}
.form-group:nth-last-child(2),
.form-group:last-child {
  display: block;
  padding-left: 0;
}
.form-group:nth-last-child(2) label {
  width: 100%;
  text-align: left;
}
.reservation-form button {
  width: 100%;
  padding: 15px;
  background-color: #f9f871;
  color: #555;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  margin-bottom: 30px;
}
/* ******************************************* */
.ticket-price {
  font-family: "Zen Maru Gothic";
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto;
}
.ticket-price p {
  border: none;
}
.otona,
.child,
.shinia {
  display: flex;
}
.otona p,
.child p,
.shinia p {
  margin-bottom: 0;
  font-size: 18px;
  font-family: "Zen Maru Gothic";
}

.otona p,
.child p,
.shinia p:first-child {
  padding-right: 30px;
}

.shinia p {
  margin-bottom: 30px;
}
.ticket-pass-otona,
.ticket-pass-child {
  display: flex;
}
.ticket-pass-otona p,
.ticket-pass-child p {
  font-family: "Zen Maru Gothic";
  font-size: 18px;
  margin-bottom: 0;
}
.ticket-pass-otona p,
.ticket-pass-child p:first-child {
  padding-right: 30px;
}

.ticket-price h2 {
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px solid #fff;
}
.ticket-pass p {
  font-family: "Zen Maru Gothic";
  text-align: left;
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.utiwake {
  padding: 0;
  text-align: left;
  font-family: "Zen Maru Gothic";
}
.pass-utiwake {
  padding: 0;
  text-align: left;
}
.ticket-chuui p {
  font-size: 10px;
  line-height: 2;
}
@media (width > 767px) {
  .ticket-chuui br:nth-child(3) {
    display: none;
  }
  .ticket-wrap {
    padding-top: 100px;
  }
}
/* ***youtube**********************************************: */

.youtube {
  width: 100%;
}

.youtube iframe {
  aspect-ratio: 16 / 9;
  border: 3px solid #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
}
.live {
  padding-bottom: 0;
}
.live h1 {
  width: 200px;
  background-color: #00c497;
  border: 5px solid #0088ff;
  margin: 0 auto;
  padding: 5px 0 0;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.live-subcopy {
  text-align: center;
  margin-bottom: 20px;
}
.live-bodycopy {
  line-height: 1.7;
  margin-bottom: 30px;
}

/* ********************************************************* */
.asid h4 {
  margin-bottom: 10px;
}
.asid p {
  color: #fff;
  font-size: 12px;
  font-family: "Zen Maru Gothic";
  line-height: 1.7;
}
.asid ul {
  margin-bottom: 30px;
}
.asid ul li {
  display: flex;
  flex: 1;
  column-gap: 10px;
}
.asid ul li p:first-child {
  width: 115px;
}
.unei-info {
  margin-bottom: 30px;
}
.privacy-text h3,
.privacy-text h2,
.privacy-text p {
  font-size: 10px;
  text-align: left;
  line-height: 1.7;
}
