@charset "UTF-8";
/* default
---------------------------------------------------- */

body {
  margin: 0;
}

@font-face {
  font-family: 'MyFont_hiragino';
  src: local('OTF-HiraginoKakuGoStd-W4.otf'), url("../../../../contents/files/bra/common/topics/common/font/OTF-HiraginoKakuGoStd-W4.otf");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: 'MyFont_hiragino';
  src: local('OTF-HiraginoKakuGoStd-W5.otf'), url("../../../../contents/files/bra/common/topics/common/font/OTF-HiraginoKakuGoStd-W5.otf");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: 'MyFont_hiragino';
  src: local('OTF-HiraginoKakuGoStd-W7.otf'), url("../../../../contents/files/bra/common/topics/common/font/OTF-HiraginoKakuGoStd-W7.otf");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: 'MyFont_hiragino';
  src: local('OTF-HiraginoKakuGoStd-W9.otf'), url("../../../../contents/files/bra/common/topics/common/font/OTF-HiraginoKakuGoStd-W9.otf");
  font-display: swap;
  font-weight: 900;
}

@font-face {
  font-family: 'MyFont_Helvetica';
  src: local('HV___.PFM'), url("../../../../contents/files/bra/common/topics/common/font/HV___.PFM");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: 'MyFont_Helvetica';
  src: local('HVB___.PFM'), url("../../../../contents/files/bra/common/topics/common/font/HVB___.PFM");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: 'MyFont_PShueiYobuMinStd';
  src: local('PShueiYobuMinStd-M.otf'), url("../../../../contents/files/bra/common/topics/common/font/PShueiYobuMinStd-M.otf");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: 'MyFont_PShueiYobuMinStd';
  src: local('PShueiYobuMinStd-B.otf'), url("../../../../contents/files/bra/common/topics/common/font/PShueiYobuMinStd-B.otf");
  font-display: swap;
  font-weight: 700;
}


:root {
  --black-color: #000;
  --juen-color: #542478;
  --twilight-color: #bf9504;
  --obaken-color: #9a1015;
  --ride-color: #1c3977;
  --pale-black-color: rgb(150, 150, 150, .2);
  --title-f-size: 35px;
  --sbtitle-f-size: 25px;
  --txt-f-size: 16px;
  --remark-f-size: 13px;
  --big-f-size: 1.5em;
  --margin: 6.5%;
}

.fs-life-detail .fs-privilege-gallery {
  display: none;
}

.fs-life-detail .slick-list {
  width: inherit;
  margin: 0;
}

/* seibuen_amusent_park
---------------------------------------------------- */
#seibuen_amusent_park {
  font-family: "MyFont_PShueiYobuMinStd", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  width: min(100%, 940px);
  padding: 0;
  margin: 0 auto;
  position: relative;
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0.3em;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
  background-color: var(--black-color);
  background-image: url(../img/blood.svg), url(../img/bg01.webp), url(../img/blood.webp);
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: 100%;
  background-position: 0 0, 0 35%, bottom;
  z-index: 0;
}

#seibuen_amusent_park * {
  box-sizing: border-box;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  color: inherit;
}

#seibuen_amusent_park img {
  max-width: 100%;
  vertical-align: bottom;
  font-size: 0;
  height: auto;
}

#seibuen_amusent_park .pc {
  display: block !important;
}

#seibuen_amusent_park .sp {
  display: none !important;
}

#seibuen_amusent_park ol,
#seibuen_amusent_park ul,
#seibuen_amusent_park li,
#seibuen_amusent_park p {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#seibuen_amusent_park a {
  outline: none;
  font-size: inherit;
  text-decoration: none;
}

/* font
---------------------------------------------------- */

#seibuen_amusent_park .title {
  font-size: var(--title-f-size);
  font-weight: 700;
  line-height: 1.2;
}

#seibuen_amusent_park .subtitle {
  font-size: var(--sbtitle-f-size);
  font-weight: 700;
  line-height: 1.5;
}

#seibuen_amusent_park .text {
  font-size: var(--txt-f-size);
  font-weight: 400;
  line-height: 1.8;
}

#seibuen_amusent_park .remark {
  font-size: var(--remark-f-size);
  font-weight: 400;
  line-height: 1.8;
}

#seibuen_amusent_park .big {
  font-size: var(--big-f-size);
  font-weight: 700;
}

#seibuen_amusent_park .txt_center {
  text-align: center;
}

#seibuen_amusent_park .txt_left {
  text-align: left;
}

#seibuen_amusent_park .txt_right {
  text-align: right;
}

#seibuen_amusent_park .flex {
  display: flex;
}

#seibuen_amusent_park .section_title .text {
  margin: 1.5em 0 3em;
  display: inline-block;
  border-top: solid 1px #fff;
  padding: 0.5em 0 0 !important;
}

#seibuen_amusent_park .seibuen_logo {
  display: block;
  width: 100%;
  background-color: #fff;
}

/* #head
---------------------------------------------------- */

#seibuen_amusent_park #head {
  background: url(../img/title.webp) no-repeat;
  background-size: 100%;
}

#seibuen_amusent_park #head .title_svg {
  display: block;
  margin: 0 auto;
}

#seibuen_amusent_park .head_contents_slider img {
  padding: 0 5px;
  display: block;
}

/* #key_point
---------------------------------------------------- */

#seibuen_amusent_park #key_point {
  margin: 0 0 calc(var(--margin)*2);
  padding: calc(var(--margin)*2) var(--margin) 0;
  position: relative;
  z-index: 3;
}

#seibuen_amusent_park #key_point .key_point_all li a {
  margin: 0 auto 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  transition: all ease .3s;
}

#seibuen_amusent_park #key_point .key_point_all li:nth-child(even) a {
  flex-direction: row-reverse;
}

#seibuen_amusent_park #key_point .key_point_all li a .txt_block {
  width: 60%;
  position: relative;
}

#seibuen_amusent_park #key_point .key_point_all li a img {
  width: 35%;
  transition: all ease .3s;
}

#seibuen_amusent_park #key_point .key_point_all li a .txt_block .text {
  position: relative;
  display: inline-block;
}

#seibuen_amusent_park #key_point .key_point_all li a .txt_block p:nth-child(2) {
  margin: 1em 0 0;
}

#seibuen_amusent_park #key_point .key_point_all li a .btn {
  width: 2.5em;
  height: 2.5em;
  background-color: var(--obaken-color);
  border-radius: 50%;
  display: block;
  margin: 1em 0 0 auto;
  position: relative;
  background-color: #fff;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  transition: all ease .3s;
}

#seibuen_amusent_park #key_point .key_point_all li a:hover img {
  opacity: .5;
}

#seibuen_amusent_park #key_point .key_point_all li a:hover .btn {
  background-color: var(--obaken-color);
}

/* #juen_story
---------------------------------------------------- */

#seibuen_amusent_park #juen_story {
  padding: calc(var(--margin)*2) 0;
  position: relative;
  z-index: 3;
}


#seibuen_amusent_park #juen_story::before,
#seibuen_amusent_park #juen_story::after {
  content: "";
  width: 100%;
  padding: 0 0 100%;
  display: block;
  position: absolute;
  opacity: .3;
  z-index: -3;
  top: 0;
  left: 0;
}

#seibuen_amusent_park #juen_story::before {
  background: url(../img/amulet01.webp) no-repeat;
  background-size: contain;
}

#seibuen_amusent_park #juen_story::after {
  background: url(../img/amulet02.webp) no-repeat;
  background-size: 100%;
  background-position: bottom;
  padding: 0 0 71%;
  bottom: 0;
  top: inherit;
}

#seibuen_amusent_park #juen_story p {
  position: relative;
  z-index: 1;
}

#seibuen_amusent_park #juen_story .text {
  padding: 0 var(--margin);
}

/* #ticket
---------------------------------------------------- */

#seibuen_amusent_park #ticket {
  position: relative;
  margin: calc(var(--margin)*2) 0;
  padding: 0 var(--margin);
  background: url(../img/bg02.webp) no-repeat;
  background-size: 100%;
}

#seibuen_amusent_park #ticket .ticket_block {
  padding: 2em;
  margin: 3em auto;
  background: var(--pale-black-color);
  border-radius: 0.5em;
}

#seibuen_amusent_park #ticket .event_icn_all {
  margin: 1em auto 2em;
}

#seibuen_amusent_park #ticket .ticket_block .event_icn_all {
  display: flex;
  justify-content: center;
  padding: 1.5em;
  margin: 0;
  align-items: center;
  border: none;
  background: none;
  border-bottom: solid 1px;
}

#seibuen_amusent_park .ticket_block .event_icn_all li {
  width: inherit;
  padding: 0;
  margin: 0 0.5em;
}

#seibuen_amusent_park .ticket_block .event_icn_all p {
  margin: 0 1em;
}

#seibuen_amusent_park .ticket_block .event_icn_all li::before {
  width: 1.8em;
  height: 1.8em;
}

#seibuen_amusent_park .obaken .event_icn_all li:nth-child(4)::before {
  background: var(--obaken-color);
}

#seibuen_amusent_park #ticket .ticket_block .remark {
  margin: 1.5em 0 0;
}

#seibuen_amusent_park #ticket .ticket_block.twilight {
  position: relative;
}

#seibuen_amusent_park #ticket .ticket_block.twilight .flex img {
  display: block;
  width: min(30%, 150px);
  height: auto;
  margin: 0 0 0 2%;
}

#seibuen_amusent_park #ticket .ticket_block.juen_sticker {
  display: flex;
  align-items: center;
  justify-content: center;
}

#seibuen_amusent_park #ticket .ticket_block.juen_sticker img {
  display: block;
  width: min(30%, 200px);
  margin: 0;
}

#seibuen_amusent_park #ticket .ticket_block.juen_sticker .text {
  padding: 0 0 0 2em;
}

#seibuen_amusent_park #ticket .price_all {
  justify-content: space-between;
  align-items: center;
  margin: 1em auto;
}

#seibuen_amusent_park #ticket .title {
  margin: 0 0 0.5em;
  position: relative;
  z-index: 3;
}

#seibuen_amusent_park #ticket .ticket_block.twilight .title {
  margin: 0;
}

#seibuen_amusent_park #ticket .price_all .title {
  margin: 0;
}


/* #schedule
---------------------------------------------------- */

#seibuen_amusent_park #schedule {
  margin: calc(var(--margin)*2) var(--margin);
}

#seibuen_amusent_park .timetable {

  display: block;
  overflow-x: scroll;
}

#seibuen_amusent_park .timetable::-webkit-scrollbar {
  background: var(--black-color);
  height: 6px;
  border-radius: 10px;
}

#seibuen_amusent_park .timetable::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}

#seibuen_amusent_park .timetable img {
  display: block;
  width: min(300%, 1200px);
  max-width: inherit;
}


#seibuen_amusent_park #schedule .subtitle {
  margin: 3em 0 0;
}

#seibuen_amusent_park .event_icn_all {
  display: flex;
  flex-wrap: wrap;
  margin: 3em auto 0;
}

#seibuen_amusent_park .event_icn_all li {
  padding: 0.5em;
  width: 50%;
}

#seibuen_amusent_park .event_icn_all li::before,
#seibuen_amusent_park #key_point .key_point_all li .txt_block::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  vertical-align: text-bottom
}

#seibuen_amusent_park .event_icn_all li:nth-child(1):before,
#seibuen_amusent_park #key_point .key_point_all li .ride::before {
  background: var(--ride-color);
}

#seibuen_amusent_park .event_icn_all li:nth-child(2):before,
#seibuen_amusent_park #key_point .key_point_all li .juen::before {
  background: var(--juen-color);
}

#seibuen_amusent_park .event_icn_all li:nth-child(3):before,
#seibuen_amusent_park #key_point .key_point_all li .obaken::before {
  background: var(--obaken-color);
}

#seibuen_amusent_park .event_icn_all li:nth-child(4):before,
#seibuen_amusent_park #key_point .key_point_all li .twilight::before {
  background: var(--twilight-color);
}

#seibuen_amusent_park .event_icn_all li p:nth-child(1) {
  display: inline-block;
}

#seibuen_amusent_park .event_icn_all li p:nth-child(2) {
  margin: 1em 0 0;
}

/* #faq
---------------------------------------------------- */

#seibuen_amusent_park #faq {
  margin: calc(var(--margin)*2) var(--margin) 0;
}

#seibuen_amusent_park #faq .accordion-area {
  list-style: none;
  border-radius: 2em;
}

#seibuen_amusent_park #faq .accordion-area li {
  margin: 1.5em 0;
  background: var(--pale-black-color);
  border-radius: 0.5em;
}

#seibuen_amusent_park #faq .question_title {
  position: relative;
  cursor: pointer;
  padding: 1.5em 3em 1.5em 1.5em;
  transition: all .3s ease;
}

#seibuen_amusent_park #faq .question_title::before {
  content: "Q.";
  display: inline-block;
  font-size: var(--txt-f-size);
  line-height: 1;
  vertical-align: middle;
}

#seibuen_amusent_park #faq .question_title::after {
  position: absolute;
  content: '';
  width: 0.75em;
  height: 0.75em;
  top: 0;
  bottom: 0;
  right: 2em;
  margin: auto;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  transform: rotate(225deg);
  transition: all .3s ease;
}

#seibuen_amusent_park #faq .question_title.close::after {
  transform: rotate(45deg);
}

#seibuen_amusent_park #faq .question_box {
  display: none;
  padding: 0 1.5em 1.5em;
  position: relative;
  max-height: 400px;
  overflow-y: auto;
}

#seibuen_amusent_park #faq .question_box .remark::before {
  content: "A.";
  display: inline-block;
  font-size: var(--txt-f-size);
  line-height: 1;
  vertical-align: middle;
}

#seibuen_amusent_park #faq .question_box::-webkit-scrollbar {
  width: 0.5em;
}

#seibuen_amusent_park #faq .question_box::-webkit-scrollbar-track {
  background-color: #fff;
}

#seibuen_amusent_park #faq .question_box::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 1em;
}


/* #information
---------------------------------------------------- */

#seibuen_amusent_park #information {
  margin: calc(var(--margin)*2) var(--margin) 0;
}


#seibuen_amusent_park #information dl {
  align-items: center;
  margin: 0 0 1em;
  padding: 1em;
  background: var(--pale-black-color);
  border-radius: 0.5em;
}

#seibuen_amusent_park #information dt {
  padding: 0.5em 0;
  line-height: 1;
  width: 18%;
  text-align: center;
}

#seibuen_amusent_park #information dd {
  width: 82%;
  padding: 0 0 0 1em;
  margin: 0;
  border-left: solid 1px;
}


/* #notes
---------------------------------------------------- */

#notes {
  margin: 0 var(--margin) var(--margin);
}

#notes a.notes_modaal {
  text-align: center;
  display: block;
  padding: 1em 2em;
  margin: 2em auto;
  color: #fff;
  text-decoration: underline;
  line-height: 1;
  font-weight: 700;
  transition: all ease .3s;
}

/*========= Modaal ===============*/

.modaal_contents {
  display: none;
}

.modaal-wrapper * {
  font-family: "MyFont_PShueiYobuMinStd", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0.3em;
  box-sizing: border-box;
}

.modaal-wrapper img {
  max-width: 100%;
  vertical-align: bottom;
  font-size: 0;
  height: auto;
}

.modaal-inner-wrapper {
  padding: 0 !important;
}

.modaal-outer-wrapper {
  background-color: rgba(0, 0, 0, .5);
  background-image: url(../img/blood.svg);
  background-size: 100%;
}

.modaal-container {
  background: none;
  box-shadow: none;
  width: min(100%, 740px);
}

.modaal-content-container {
  padding: 1.2em;
  max-height: 90vh;
  overflow-y: auto;
}


/* 閉じるボタン　hover */
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: var(--black-color);
}

.modaal-wrapper .subtitle {
  font-size: var(--sbtitle-f-size);
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 1em;
}

.modaal-wrapper .text {
  font-size: var(--txt-f-size);
  font-weight: 400;
  line-height: 2;
  color: #fff;
  margin: 2em 0 0;
}

.modaal-wrapper .remark {
  font-size: var(--remark-f-size);
  font-weight: 400;
  line-height: 2;
  color: #fff;
}


.modaal-wrapper .txt_center {
  text-align: center;
}

.modaal-wrapper .txt_left {
  text-align: left;
}

.modaal-wrapper .txt_right {
  text-align: right;
}

.modaal-wrapper a {
  color: #fff;
  word-break: break-all;
  padding: 0;
  margin: 0;
}

.modaal-wrapper a[target="_blank"]::after {
  content: "" !important;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img/fs_ico_blank.svg) no-repeat 0 0;
  background-position: center;
  background-size: contain;
  margin: 0 0 0 0.3em;
}

#Godzilla {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#Godzilla iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.modaal-content-container::-webkit-scrollbar {
  background: var(--black-color);
  width: 6px;
  height: 6px;
  border-radius: 10px;
}

.modaal-content-container::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}

.obaken_story {
  display: block;
  margin: 10% auto 3%;
}

@media screen and (max-width: 767px) {

  :root {
    --title-f-size: 25px;
    --sbtitle-f-size: 18px;
    --txt-f-size: 15px;
    --remark-f-size: 12px;
    --margin: 5%;
  }

  #fftop_recomDetail section {
    padding: 0;
  }

  .fs-static.fs-static-basic {
    margin: 0;
  }

  .fs-life-detail .fs-static-01 {
    margin: 0 0 10px;
  }

  #ichiran .h3Area,
  section.categoryBox,
  #ichiran .useWrap h4 {
    display: none;
  }

  article {
    min-height: inherit;
  }

  #seibuen_amusent_park .sp {
    display: block !important;
  }

  #seibuen_amusent_park .pc {
    display: none !important;
  }

  #seibuen_amusent_park {
    margin: 0 auto 5%;
    background-image: url(../img/blood.svg), url(../img/blood.webp);
    background-size: 100%;
    background-repeat: repeat, no-repeat;
    background-position: 0 0, bottom;
  }

  #seibuen_amusent_park #key_point .key_point_all li a {
    display: block;
  }

  #seibuen_amusent_park #key_point .key_point_all li a img {
    width: 100%;
  }

  #seibuen_amusent_park #key_point .key_point_all li a .txt_block {
    width: 100%;
    margin: 1em 0 0;
  }

  #seibuen_amusent_park #juen_story {
    background: url(../img/bg01.webp) no-repeat;
    background-size: auto 100%;
    background-position: center;
  }

  #seibuen_amusent_park #juen_story::after {
    top: inherit;
    bottom: 0;
  }


  #seibuen_amusent_park #ticket .ticket_block {
    padding: 1.5em 1em;
    margin: 1.5em 0;
  }


  #seibuen_amusent_park .event_icn_all li {
    width: 100%;
  }


  #seibuen_amusent_park #information dl {
    display: block;
  }

  #seibuen_amusent_park #information dl::after {
    display: none;
  }

  #seibuen_amusent_park #information dt {
    width: 100%;
    margin: 0 0 0.5em;
  }

  #seibuen_amusent_park #information dd {
    width: 100%;
    padding: 0;
    border-left: none;
    border-top: solid 1px;
    padding: 1em 0 0;
  }

  .modaal-content-container {
    max-height: 80vh;
  }

  .modaal-close {
    right: 1.2em;
    top: 1.2em;
  }

  #seibuen_amusent_park #ticket .ticket_block .price_all.flex {
    flex-direction: column;
  }

  #seibuen_amusent_park #ticket .price_all .text {
    margin: 0 0 1em;
  }

  #seibuen_amusent_park #ticket .ticket_block.twilight .flex {
    align-items: center;
    flex-direction: column-reverse;
  }

}
