/* common */

.pc-br {
  display: none;
}

* {
  color: #fff;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

body.index {
  background: #1C0A00;
}

body.gift {
  background: #02031F;
}

a {
  text-decoration: none;
  cursor: pointer;
  display: block
}

a:hover {
  opacity: 0.7;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

h2 {
  text-align: center;
  margin-top: 64px;
  margin-bottom: 64px;
}

p {
  text-align: center;
}

span.red {
  color: red;
}

/* リセットCSSで消滅したプルダウンの矢印を表示 */
select {
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
  appearance: menulist-button;
  border-radius: 0;
  padding: 8px 8px 8px 4px;
}

/* header */

header {
  position: relative;
  z-index: 2;
}

header #sp-menu #logo {
  width: 60px;
  position: absolute;
  top: 8px;
  left: -160px;
}

header #sp-menu #open {
  width: 40px;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}

header #sp-menu #open.hide {
  display: none;
}

header #sp-menu #close {
  width: 20px;
  position: absolute;
  top: 18px;
  right: 260px;
  cursor: pointer;
}

header #sp-menu {
  width: 250px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: left;
}

header #sp-menu a {
  color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: bold;
  border-bottom: #fff solid 1px;
}

header #sp-menu a::after {
  content: "▷";
  position: absolute;
  right: 16px;
}

header .overlay.index {
  background: #1C0A00;
  display: none;
}

header .overlay.gift {
  background: #02031F;
  display: none;
}

header #sp-menu .overlay.gift a {
  color: #fff;
  border-bottom: #fff 1px solid;
}

header .overlay.show {
  display: block;
}

#pc-menu {
  display: none;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 32px;
}

#pc-menu ul {
  display: flex;
}

#pc-menu li {
  margin-left: 16px;
  margin-right: 16px;
  border-bottom: #fff 2px solid;
}

/* main */

.top.index {
  background-image: url(../img/mainvisual.png);
  background-position: center;
  background-size: cover;
}

.top h2 {
  padding-top: 40vh;
  padding-bottom: 60vh;
  font-size: 22px;
  font-weight: bold;
}

/* policy */

#content01 {
  background-image: url(../img/img01.png);
  background-position: center;
  background-size: cover;
  padding: 40px;
  width: 100%;
}

#content02 {
  background-image: url(../img/img02.png);
  background-position: center;
  background-size: cover;
  padding: 40px;
  width: 100%;
}

.text {
  text-align: center;
  background: rgb(28, 10, 0, 0.7);
  padding-top: 24px;
  padding-bottom: 24px;
}

/* menu */

#menu {

}

.plan_wrap {
  display: block;
  width: 100vw;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  margin-bottom: 32px;
  padding: 0px 8px 0px 8px;
  font-size: 14px;
}

.plan_wrap p {
  text-align: left !important;
}

.plan_title h3 {
  font-size: 20px;
}

.plan_title p {
  margin-top: -4px;
  margin-bottom: 8px;
}

.plan_time {
  letter-spacing:0.1em;
  margin: 16px 0px 16px 0px;
}

.plan_price {
  margin-bottom: 4px;
}

.plan_price p {
  text-align: left !important;
}

.plan_price span {
  font-size: 13px;
}

.membership,
.membership span {
  font-size: 18px;
}

/* ticket */

#ticket {
  margin-bottom: 120px;
}

#ticket .ticket {
  background-image: url(../img/universe.png);
  padding-top: 24px;
  padding-bottom: 24px;
  width: 90vw;
  margin: 0 auto;
}

.ticket:hover {
  opacity: 0.7;
}

#ticket p {
  text-align: center;
}

/* manami */

#manami {
  margin-bottom: 48px;
}

#manami .img_wrap {
  text-align: center;
}

#manami img {
  width: 60%;
}

#manami p {
  text-align: center;
}

#manami #profile {
  padding-top: 24px;
  padding-bottom: 24px;
}

#manami #profile p:first-child {
  font-size: 24px;
}

#manami #profile p:nth-child(2) {
  color: goldenrod;
  margin-bottom: 24px;
}

/* access */

#access {
  margin-bottom: 48px;
}

#access p {
  text-align: center;
  margin-bottom: 48px;
}

#access iframe {
  width: 100%;
  height: 400px;
}

/* reserve */

#reserve h2 {
  padding-bottom: 0px;
}

#reserve {
  margin-bottom: 120px;
  text-align: left;
}

#reserve p {
  text-align: left;
}

#reserve .reserve-text {
  margin-top: 8px;
  margin-bottom: 32px;
  text-align: center;
}

#reserve iframe {
  width: 100%;
  height: 500px;
  margin-bottom: 32px;
}

#reserve form {
  padding-left: 32px;
  padding-right: 32px;
}

#reserve input,
#reserve select {
  background: #fff;
  width: 100%; 
  color: #000;
  padding: 4px;
  margin-bottom: 16px;
}

#reserve select {
  padding: 8px 8px 8px 4px;
}

#reserve textarea {
  background: #fff;
  color: #000;
  padding: 4px;
  margin-bottom: 16px;
  border-radius: 0;
}

#reserve #btn {
  text-align: center;
}

#reserve button {
  padding: 8px;
  border: #fff 1px solid;
}

#reserve button:hover {
  opacity: 0.7;
}

  /* return */

  #return {
    text-align: center;
    margin-bottom: 40px;
  }

  .return-img img {
    width: 100px;
  }


/* footer */

#footer {
  text-align: center;
  padding: 48px;
  background: #000;
}

/* gift */

.top.gift {
  background-image: url(../img/universe.png);
  background-size: cover;
}

#gift {
  margin-bottom: 120px;
}

#gift .gift-text01 {
  line-height: 2;
  margin-bottom: 32px;
}

#gift .gift-text02 {
  line-height: 2;
  margin-top: 32px;
  margin-bottom: 32px;
}

.ticket-list {
  text-align: center;
}

.ticket-list img {
  width: 80%;
}

.ticket-container {
  margin-top: 16px;
  margin-bottom: 16px;
}

#recommend {
  padding-top: 16px;
  padding-bottom: 120px;
  background-color: #fff;
}

#recommend h2,
#recommend p {
  color: #000;
}

#recommend .recommend-text01 {
  line-height: 2;
  margin-bottom: 48px;
}

#recommend .recommend-container {
  text-align: center;
  margin-bottom: 48px;
}

#recommend .recommend-container img,
#recommend .recommend-container .recommend-desc {
  width: 80%;
  margin: 0 auto;
}

#recommend .recommend-desc-title {
  font-size: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
}

#price .price-text01{
  line-height: 2;
  margin-bottom: 32px;
}

#price .ticket-desc {
  margin-top: 8px;
  margin-bottom: 48px;
  width: 80%;
  margin: 8px auto 48px auto;
}

#price .ticket-desc-price {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* confirm */

.confirm_text {
  margin-bottom: 24px;
}

.c-btn {
  text-align: center;
  margin-bottom: 80px;
}

.btn {
  border: #fff 1px solid;
  padding: 8px 32px 8px 32px;
}

.btn.right {
  margin-right: 32px;
}

/* complete */

.return-top {
  margin-top: 80px;
  margin-bottom: 80px;
}


/* amination */

/* top */
.logo img {
  width: 150px;
}

.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%)translateX(-50%);
  animation-name:logo-fadeIn;
  animation-delay: 0.5s;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
  z-index: -1;
  }
  
  @keyframes logo-fadeIn {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }

header,
.top {
  animation-name: top-fadeIn;
  animation-delay: 3s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes top-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.top h2 {
  margin-top: 0px;
  animation-name: top-text-fadeIn;
  animation-delay: 5s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes top-text-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

header {
  animation-name: header-fadeIn;
  animation-delay: 6s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes header-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* js用css */

.animate {
  opacity: 0;
  transition: opacity 1s, transform 1s;
}

.animate.up {
  transform: translateY(30px);
}

.animate.right {
  transform: translateX(200px);
}

.animate.left {
  transform: translateX(-200px);
}

.animate.appear {
  opacity: 1;
  transform: none;
}


/* PC画面 */
@media (min-width: 760px) {

  .sp-br {
    display: none;
  }

  .pc-br {
    display: block;
  }

  span.tax {
    font-size: 18px;
  }

  /* header */

  #sp-menu {
    display: none;
  }

  #pc-menu {
    display: block;
  }

  .pc-mode {
    display: flex;
    align-items: center;
  }

  /* top */

  .top {
    background-position: center;
    background-size: cover;
  }

  /* policy */

  #policy {
    margin-bottom: 64px;
  }

  #policy .text {
    width: 300px;
    height: 450px;
    margin: 0 auto;
  }

  /* menu */

  #menu {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 64px;
  }

  .plan_wrap {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
    font-size: 16px;
  }
  
  .plan_wrap p {
    text-align: left !important;
  }
  
  .plan_price p {
    text-align: right !important;
  }

  #menu button {
    font-size: 24px;
  }

  .membership,
  .membership span {
  font-size: 20px;
  }

  /* ticket */

  #ticket .ticket {
    width: 600px;
  }

  #ticket p {
    font-size: 24px;
  }

  /* manami */

  #manami {
    margin-bottom: 80px;
  }

  #manami .pc-mode {
    display: flex;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-evenly;
  }

  #manami img {
    width: 350px;
  }

  /* access */

  #access {
    margin-bottom: 80px;
  }

  #access .pc-mode {
    max-width: 1000px;
    margin: 0 auto;
  }

  #access p {
    margin: 0;
    line-height: 2;
  }

  #access iframe {
    width: 50%;
    margin: 0 auto;
  }

  /* reserve */

  #reserve {
    width: 1000px;
    margin: 0 auto 120px auto;
  }

  #reserve input,
  #reserve select {
    width: 60%;
  }

  .calendar-flex {
    display: flex;
    align-items: center;
  }

  #reserve iframe {
    height: 700px;
  }

  /* gift */

  .ticket-list,
  .recommend-list,
  .ticket-list {
    display: flex;
  }

  .return-img img {
    width: 100px;
  }

}