@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..600&display=swap");
body {
  font-size: 16px;
  font-family: "Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif";
  font-weight: 500;
  line-height: 1.75em;
  color: #000;
}

input,
button {
  font-size: 16px;
  font-family: "Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif";
  font-weight: 500;
  line-height: 1.75em;
  color: #000;
}

h2 {
  font-weight: bold;
}

h3 {
  font-weight: bold;
}

.copy-text {
  font-size: 0.85em;
  text-align: center;
}

@media screen and (max-width: 540px) {
  body {
    font-size: 14px;
    font-family: "Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif";
    font-weight: 500;
    line-height: 1.75em;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/*h1,h2,h3,h4{text-wrap:balance}*/
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*p,h2,h4,dd,dt,table,li {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}*/
.IA-body {
  margin-top: 70px;
}

h1 {
  margin: 0;
}

.contents-hero__unit-main {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.ic-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.IA_top_mainvisual figure img {
  width: 100%;
}

.IA_top_mainvisual figure.ia-mv-sp {
  display: none;
}

.Lead_catch figure {
  max-width: 480px;
  margin: 80px auto;
}

.lead_text {
  margin-bottom: 50px;
}

.lead_text p {
  font-size: 1.2em;
  color: #333;
  line-height: 1.8em;
  margin-bottom: 0.75em;
}

.lead_chu p {
  display: contents;
  font-size: 1em;
  color: #333;
  margin-left: 1em;
  text-indent: -1em;
}

.Top-Content {
  margin-top: -70px;
  margin-bottom: 120px;
  padding-top: 70px;
}

.Top-Content {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 40px);
  margin: 0 auto;
  /*margin-top: 40px;*/
}

.IA_top_movie.Top-Content {
  margin-bottom: 100px;
}

.IA_top_goods.Top-Content {
  padding-top: 0;
}

.Top-Content h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4em;
  text-align: center;
  color: #26499d;
  margin-bottom: 60px;
}

.Top-Content h2::before {
  content: "";
  background-image: url(../images/glacier1.svg);
  background-size: 100% 100%;
  display: inline-block;
  width: 60px;
  height: 82px;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 30px;
}

.Top-Content h2::after {
  content: "";
  background-image: url(../images/glacier3.svg);
  background-size: 100% 100%;
  display: inline-block;
  width: 78px;
  height: 82px;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 30px;
}

.ic-movie-block {
  flex-basis: 45%;
  aspect-ratio: 16/9;
  height: auto;
}

.ic-movie-block iframe {
  width: 100%;
  height: 100%;
}

.ic-movie-block video {
  width: 100%;
}

.ic-outline-block {
  font-size: 1.12em;
}

.ic-outline-block dl {
  width: 100%;
  margin-top: -1px;
  margin-bottom: 30px;
  padding: 0px;
  border-top: 1px solid #a4c1d7;
  border-bottom: 1px solid #a4c1d7;
}

.ic-outline-block dt {
  color: #26499d;
  font-weight: 600;
  float: left;
  clear: both;
  width: 180px;
  border-top: 1px solid #a4c1d7;
  padding: 18px 50px 18px 0px;
  /*background-image: url(common/imgs/icn_colon.gif);*/
  background-repeat: no-repeat;
  background-position: right 30px;
}

.ic-outline-block dt:first-child {
  border-top: 0px;
}

.ic-outline-block dd {
  margin-left: 180px;
  border-top: 1px solid #a4c1d7;
  padding: 18px 0px;
  overflow: auto;
  zoom: 1;
}

.ic-outline-block dt:first-child + dd {
  border-top: 0px;
}

.ic-ticket-block {
  width: 80%;
  margin: 0 auto;
}
.ic-ticket-block .ic-ticket-kome {
  margin-top: 0.5em;
}

.ticket-h3 {
  border-bottom: solid 3px #83ccd2;
  position: relative;
  display: inline-block;
  font-size: 1.6em;
  padding-right: 2em;
  padding-bottom: 0.25em;
  margin-bottom: 12px;
}

.IA_top_voice .ticket-h3 {
  margin-bottom: 30px;
}

.IA-top-wrapper.IA-pages-voice {
  position: relative;
}

.IA_top_voice.Top-Content {
  padding-top: 0;
}

.abareru-block {
  display: flex;
}

.abareru-img {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.abareru-text {
  position: relative;
  box-sizing: border-box;
  margin-top: 40px;
}

.abareru-text p {
  font-size: 1.2em;
}

.abareru-text p span {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0.6em;
}

.abareru-p.comment {
  margin-bottom: 50px;
}

.IA-pages-voice .IA-top-left,
.IA-pages-voice .IA-top-right {
  position: absolute;
  display: none;
}

.ticket-h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #2a4073;
  bottom: -3px;
  width: 32%;
}

.ic-ticket-block {
  margin-bottom: 80px;
}

.ic-ticket-block table {
  text-align: center;
  margin-top: 40px;
  width: 100%;
  border: none;
  box-sizing: border-box;
  border-collapse: collapse;
}
.ic-ticket-block table.pick-up {
  margin-top: 0;
}

.pick-img img {
  max-width: 250px;
  margin-left: auto;
  transform: translate(10px, 20px) rotate(5deg);
  filter: drop-shadow(2px 2px 3px rgba(51, 51, 51, 0.2));
}

.ic-ticket-block table tr {
  border: 1px solid #00a3af;
}

.ic-ticket-block table th {
  font-size: 1.5em;
  line-height: 1.2em;
  background-color: #daeff1;
  border-right: #00a3af;
  padding: 12px 10px;
  height: 88px;
}

.ic-ticket-block table th span {
  display: inline-block;
  font-size: 0.7em;
  line-height: 1.4em;
  text-align: left;
  margin-top: 1em;
  margin-left: 1em;
  text-indent: -1em;
  font-weight: normal;
}

.ic-ticket-block table td {
  width: 48%;
  font-size: 1.5em;
  padding: 12px 10px;
  font-weight: 600;
  border-right: #00a3af;
}

.ticket-group {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 0.2em;
  margin-top: 40px;
}

.ic-ticket-block table.ticket-table-group {
  margin-top: 0;
}

.table-bearbrick figure {
  margin-top: 30px;
  padding: 8px;
}

.ic-playguide-block {
  /*width: 70%;*/
  margin: 0 auto;
}

.ic-playguide-block ul {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.ic-playguide-block ul li {
  margin-bottom: 40px;
}

.ic-playguide-block ul li a {
  text-align: center;
  font-size: 1.25em;
  color: #fff;
  background-color: #1e50a2;
  text-decoration: none;
  display: inline-block;
  width: 250px;
  padding: 24px 0;
  border-radius: 40px;
  transition: 0.4s;
}

.ic-playguide-block ul li a:hover {
  background-color: #38a1db;
}

.gFooter {
  border-top: 5px solid #003f7e;
  padding-top: 40px;
}

.gFooter-x {
  /*width: 45px;*/
  margin: 40px auto 0 auto;
  display: none;
  width: 120px;
  justify-content: center;
}

.gFooter-x figure {
  flex-basis: 40%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gFooter-x figure a {
  display: inline-block;
  width: 40px;
}

.gFooter_col-copy {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

/*.IA-top-wrapper {
    display: flex;
}*/
.IA-top-wrapper {
  display: block;
}

.IA-top-wrapper.IA-pages-outline {
  display: flex;
}

.IA-top-right img,
.IA-top-left img {
  opacity: 0.5;
}

.header__logo {
  display: none;
}

.nav__list {
  list-style-type: none;
}

.nav__link {
  text-decoration: none;
  color: #fff;
}

.kenminkaikan-map {
  margin-bottom: 5%;
}

.kenminkaikan-map img {
  width: 480px;
}

#ticket h2 {
  margin-bottom: 10px;
}

.ticket-chu {
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 30px;
  text-indent: -1.4em;
}

/* HEADER - MENU */
header {
  display: block;
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #202f55;
}

/* ロゴ */
.header__logo {
  width: 100%;
  max-width: 120px;
  background: #c87c7c;
}

.header__logo a {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 40px;
  color: #fff;
}

.header__hamburger {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
}

.footer-logo-block {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
}

.ic-movie-row {
  display: flex;
  justify-content: space-between;
}

.brick-br {
  display: block;
}

#page-top a {
  position: fixed;
  right: 5%;
  bottom: 5%;
  color: #fff;
  padding: 2rem;
  border-radius: 50%;
  display: inline-block;
  text-decoration: none;
}

#page-top a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: #333;
  border-radius: 50%;
  z-index: -1;
}

.IA_top_partner.Top-Content {
  margin-bottom: 80px;
}

.close-p {
  text-align: center;
  color: #d70035;
}

.IA_top_partner ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.IA_top_partner ul li {
  flex-basis: 21.5%;
  margin-bottom: 40px;
  font-weight: 600;
}

.IA_top_partner ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.IA_top_partner ul li figure img {
  width: 100%;
}

.IA_top_partner ul li a {
  text-decoration: none;
  font-size: 1.12em;
}

.top-moreinfo-block p a {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  background-color: #4496d3;
  width: 200px;
  margin: 60px auto 0 auto;
  padding: 20px 0;
  border-radius: 40px;
  text-decoration: none;
  transition: 0.4s;
}

.top-moreinfo-block p a:hover {
  background-color: #0068b7;
}

.top-news-block {
  width: 760px;
  margin: 0 auto;
}

.IA-top-wrapper.IA-toppage {
  position: relative;
}

.IA-top-wrapper.IA-toppage .IA-top-left {
  position: absolute;
  left: 0;
}

.IA-top-wrapper.IA-toppage .IA-top-right {
  position: absolute;
  right: 0;
}

.ia-cm {
  font-size: 1.4em;
  vertical-align: -0.1em;
}

.top-news-block article {
  margin-bottom: 40px;
}

.top-news-section-new .top-news-block ul {
  list-style-type: none;
  padding-left: 0;
  margin: 1em 0;
}

.top-news-section-new .top-news-block ul li {
  margin-bottom: 40px;
  font-weight: 400;
}

.top-news-section-new .top-news-block ul li time {
  display: block;
}

.top-news-section-new .top-news-block ul li a {
  text-decoration: underline;
}

/* ナビゲーションメニュー */
.header__nav {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  right: -100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  background: transparent;
  font-weight: 700;
  opacity: 0;
  transition: 0.6s;
  /*margin-top: 70px;*/
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  padding: 13px 20px;
}

.nav {
  padding-top: 70px;
  padding-bottom: 70px;
  flex-basis: 0%;
}

.nav__list {
  display: block;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.ia-br {
  display: none;
}

.nav__item {
  position: relative;
  width: 100%;
}

.nav__link {
  /*color: #535353;*/
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
}
.nav__link.coming {
  color: #8b8b8b;
  pointer-events: none;
}

/* ハンバーガーメニュー */
.hamburger {
  /*position: relative;
  position: absolute;*/
  width: inherit;
  height: inherit;
  /*margin: 0;
    border: 1px solid #c87c7c;
    background-color: #202f55;
    cursor: pointer;
    border-color: rgba(0, 0, 0, 0);*/
}

/*.hamburger span {
    display: block;
    position: relative;
    left: 50%;
    width: 30px;
    height: 2px;
    transform: translateX(-50%);
    background: #fff;
    transition: all 0.4s;
}*/
.hamburger span:nth-of-type(1) {
  /*top: -10%;*/
  top: 14px;
}

.hamburger span:nth-of-type(2) {
  top: 22px;
}

.hamburger span:nth-of-type(3) {
  /*top: 10%;*/
  top: 30px;
}

/*.hamburger.is-active span:nth-of-type(1) {
    top: 0;
    transform: translateX(-50%) rotate(225deg);
}*/
.hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}

/*.hamburger.is-active span:nth-of-type(3) {
    top: -4px;
    transform: translateX(-50%) rotate(-225deg);
}*/
.hamburger.is-active span:nth-of-type(1) {
  top: 15px;
  left: 12px;
  transform: translateY(6px) rotate(-135deg);
  width: 46%;
}

.hamburger.is-active span:nth-of-type(3) {
  top: 27px;
  left: 12px;
  transform: translateY(-6px) rotate(135deg);
  width: 46%;
}

.header__hamburger {
  position: fixed;
  z-index: 9999;
  top: 10px;
  right: 10px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  background-color: #202f55;
}

.hamburger {
  transition: all 0.4s;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

.hamburger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 12px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}

/* ハンバーガーメニューが開いた時 */
.header__nav.is-active {
  position: fixed;
  top: 0;
  right: 0;
  background: #202f55;
  opacity: 1;
  transition: 1s;
}

/* 固定ページメインビジュアル */
.contents-hero {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 50px;
}

.contents-hero__bg {
  position: relative;
  display: none;
  width: 100%;
  box-sizing: border-box;
}

.contents-hero__unit {
  position: relative;
  box-sizing: border-box;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.contents-hero__title-jp {
  position: absolute;
  width: 255px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

/* 固定ページ */
.IA-top-wrapper.IA-pages {
  padding-top: 80px;
}

/* グッズページ */
.contents-goods__inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  padding: 20px;
  border: solid 1px #68a9cf;
}

.contents-goods__product.type-01 {
  width: 100%;
}

.contents-goods__heading-03 {
  position: relative;
  color: #003f7e;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  box-sizing: border-box;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 10px;
}

.contents-goods__img-inner {
  position: relative;
  box-sizing: border-box;
}

.contents-goods__img-port.type-01 {
  width: 100%;
  max-width: 180px;
}

.contents-goods__img-goods.type-02 {
  width: 100%;
  max-width: 280px;
}

.contents-goods__img-goods.type-12 {
  width: 100%;
  max-width: 280px;
}

.contents-goods__heading-04 {
  position: relative;
  /*color: #003f7e;*/
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  border: solid 1px #003f7e;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 5px;
  background-color: #192f60;
  border-radius: 18px;
  color: #fff;
}

.contents-goods__heading-sub {
  position: relative;
  color: #003f7e;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  text-align: center;
  margin-top: 5px;
}

.contents-goods__inner-product {
  position: relative;
  box-sizing: border-box;
  border: solid 1px #68a9cf;
  border-top: none;
}

.contents-goods__product {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
}

.topMovies {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5.7%;
  row-gap: 35px;
}

.topMovies_cell {
  position: relative;
  padding-bottom: 56.25%;
}

.topMovies_cell > iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topPartner {
  margin-bottom: 100px;
}

.topPartner_list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  column-gap: 3.3%;
  row-gap: 30px;
  margin-bottom: 30px;
}

.topPartner_list-single {
  grid-template-columns: 1fr;
  max-width: 25%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.topPartner_list > li > a {
  text-decoration: none;
  display: block;
  color: inherit;
  transition-duration: 0.3s;
  transition-property: opacity;
  height: 100%;
}

.topPartner_list > li > a:hover {
  opacity: 0.7;
}

.topPartner_image {
  position: relative;
  padding-bottom: 56.25%;
}

.topPartner_image > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.topPartner_list_text {
  min-height: 100%;
  display: flex;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 15px;
}

.IA-top-wrapper.IA-pages-ticket {
  display: block;
  position: relative;
}

.ic-playguide-block {
  margin-top: 60px;
}

.ic-playguide-block ul li {
  flex-basis: 48%;
  text-align: center;
}

ul.precautions-list-main {
  padding-left: 1.5em;
  margin-top: 40px;
  margin-left: 0.5em;
  list-style-type: none;
}

ul.precautions-list-main li {
  text-indent: -1.5em;
  margin-bottom: 0.8em;
  font-size: 1.12em;
  line-height: 2em;
}

ul.precautions-list-main li::before {
  content: "※";
  margin-right: 0.5em;
}

.IA_ticket_Precautions {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 40px;
}

ul.precautions-list-sub {
  list-style-type: none;
}

ul.precautions-list-sub li {
  font-size: 1em;
  margin-bottom: 0.2em;
}

ul.precautions-list-sub li::before {
  content: "・";
  margin-right: 0;
}

.IA-pages-ticket .IA-top-left,
.IA-pages-ticket .IA-top-right {
  position: absolute;
  display: none;
}

.ic-ticket-block {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 40px;
}

.IA_ticket_Precautions {
  margin-bottom: 100px;
}

.ia-ticket-tulip {
  text-align: center;
  font-size: 1.2em;
  margin-top: 5em;
}

.IA_top_outline.Top-Content {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 100px;
}

.ic-outline-block span.ic-access {
  font-weight: 600;
}

.IA_top_highlights.Top-Content {
  margin-top: 0;
}

.IA-top-wrapper.IA-page-highlights {
  display: block;
}

.highlights-chapter-txt {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: 0px;
}

.highlights-chapter-txt h3 {
  margin: 0 auto;
}

.highlights-catch {
  margin: 0 auto;
}

.highlights-catch.type-1 {
  width: 289px;
}

.highlights-catch.type-2 {
  width: 200px;
}

.highlights-catch.type-3 {
  width: 289px;
}

.highlights-chapter-img {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 0px);
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.highlights-chapter-txt .lead_text {
  margin-bottom: 0;
}

.highlights-chapter-img.type-2 {
  padding-bottom: 80px;
}

.highlights-chapter-img {
  position: relative;
  width: calc(100% - 0px);
  overflow: hidden;
}

.IA_top_highlights.Top-Content {
  position: relative;
  width: calc(100% - 0px);
  max-width: 100%;
  overflow: hidden;
}

.highlights-caption {
  text-align: center;
}

.highlights-pic-wrapper {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 0px);
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.IA-top-wrapper.IA-pages-goods {
  position: relative;
  padding-top: 80px;
}

.IA_top_goods.Top-Content {
  margin-bottom: 100px;
}

.goods_zuroku-price {
  list-style-type: none;
  font-size: 1.2em;
  padding-left: 0;
}

.goods_zuroku-price li {
  margin-bottom: 0.6em;
}

.goods_zuroku-price li::before {
  content: "●";
  color: #043c78;
  margin-right: 0.5em;
}

.contents-goods__heading-05 {
  position: relative;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
  box-sizing: border-box;
  margin-top: 40px;
  padding-bottom: 5px;
}

.contents-goods__heading-04.pos-single {
  width: 100%;
}

.contents-goods__text {
  position: relative;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
  box-sizing: border-box;
  margin-top: 20px;
}

.contents-goods__img-goods.type-09 {
  width: 100%;
  max-width: 270px;
  margin-bottom: 0px;
}

.contents-goods__heading-cap {
  position: relative;
  color: #003f7e;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  text-align: center;
}

.contents-goods__heading-05 + .contents-goods__text {
  font-size: 15px;
  margin-top: 5px;
}

.contents-goods__heading-02.mt-wide {
  margin-top: 60px;
}

.contents-unit__list {
  position: relative;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  text-align: left;
  box-sizing: border-box;
  padding: 30px 0px 0px 0;
  list-style-type: none;
}

.contents-unit__list li {
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 6px;
}

.IA-pages-goods .IA-top-left,
.IA-pages-goods .IA-top-right {
  position: absolute;
  display: none;
}

.IA_top_news.Top-Content {
  margin-bottom: 140px;
}

.IA-pages-news .Top-Content .ac-back-btn a {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  background-color: #4496d3;
  width: 200px;
  margin: 60px auto 0 auto;
  padding: 20px 0;
  border-radius: 40px;
  text-decoration: none;
  transition: 0.4s;
}
.IA-pages-news .Top-Content .ac-back-btn a:hover {
  background-color: #0068b7;
}

.ia-post-block.Top-Content .blog-detail__body .blog-content figure {
  text-align: center;
  max-width: 720px;
  margin: auto;
}

.ia-post-block.Top-Content .blog-detail__body .blog-content figure img {
  display: inline-block;
  height: 100%;
}

.ia-post-block.Top-Content .blog-thmu img {
  width: 100%;
  height: 100%;
  margin: auto;
}

#allnews .contents-body ul {
  list-style-type: none;
}

#allnews .entry__time {
  margin-bottom: 0.8em;
}

#allnews .entry__ttl {
  font-size: 1.24em;
}

#allnews .entry__ttl a {
  color: #26499d;
  transition: 0.4s;
  text-decoration: underline;
}

#allnews .entry__ttl a:hover {
  color: #4496d3;
}

#allnews .top-moreinfo-block {
  padding-top: 60px;
}

.IA-top-wrapper.IA-pages-news .blog-detail__title {
  text-align: center;
  color: #26499d;
  font-size: 1.5em;
  margin-bottom: 0.6em;
}

.blog-ia-date {
  font-size: 1.2em;
  text-align: center;
  color: #26499d;
}

.ia-post-block.Top-Content {
  margin-bottom: 100px;
}

.blog-detail__body {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .nav {
    padding-top: 16px;
    padding-bottom: 16px;
    flex-basis: 70%;
  }
  .nav__inner {
    width: 100%;
  }
}
@media screen and (min-width: 999px) and (max-width: 1694px) {
  .nav {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 999px) {
  .header__nav {
    position: static;
    height: 100%;
    opacity: initial;
    align-items: flex-start;
    width: fit-content;
    justify-content: center;
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .nav__list {
    display: flex;
    padding-right: 0;
    padding-left: 0;
  }
  .nav__list li {
    flex-basis: 16%;
  }
  .nav__list li:nth-child(5) {
    flex-basis: 20%;
  }
}
@media screen and (max-width: 768px) {
  .topMovies {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .topPartner_list {
    max-width: 482px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
    row-gap: 20px;
  }
  .topPartner_list-single {
    grid-template-columns: 1fr;
    max-width: 50%;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  /*.header__hamburger {
        display: none;
    }*/
  .footer-logo-block {
    max-width: 190px;
  }
  .top-news-block {
    width: 760px;
    margin: 0 auto;
    border: 1px solid #68a9cf;
    border-radius: 10px;
    padding: 40px 20px;
  }
}
@media screen and (min-width: 999px) {
  .header__hamburger {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  header {
    background-color: rgba(0, 0, 0, 0);
  }
  .IA-body {
    margin-top: 0;
  }
  .ic-inner {
    max-width: 90%;
    padding: 0;
  }
  .IA-top-left,
  .IA-top-right {
    display: none;
  }
  .top-news-block {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  /*.IA-top-wrapper {
        margin-top:60px;
    } */
  .IA-top-left {
    width: 200px;
    top: 0;
    /*left: -60px;*/
  }
  .IA-top-right {
    width: 200px;
    top: 0;
    /* right: -60px;*/
  }
  .Top-Content {
    /*width: calc(100% - 420px);*/
    max-width: 940px;
  }
  .contents-goods__prof {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    padding: 30px;
  }
  .contents-goods__heading-03 {
    font-size: 24px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contents-goods__inner {
    width: 100%;
  }
}
@media screen and (min-width: 470px) and (max-width: 768px) {
  .IA_top_partner ul li a {
    display: flex;
    justify-content: center;
  }
  .IA_top_partner ul li figure img {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  /*body {
  	font-family: sans-serif ;
  }*/
  .Top-Content {
    padding-top: 0;
  }
  .IA-top-left {
    /*display: block;*/
    display: none;
    width: 150px;
    top: 0;
    left: -40px;
  }
  .IA-top-right {
    /*display: block;*/
    display: none;
    width: 150px;
    top: 0;
    right: -40px;
  }
  .IA-top-wrapper.IA-pages-goods {
    padding-top: 0 !important;
  }
  .IA_top_mainvisual figure.ia-mv-sp {
    display: block;
  }
  .IA_top_mainvisual figure.ia-mv {
    display: none;
  }
  .Lead_catch figure {
    max-width: 82%;
    margin: 12% auto;
  }
  .lead_text p {
    font-size: 1.12em;
  }
  .lead_text {
    margin-bottom: 6%;
  }
  .ticket-h3 {
    line-height: 1.4em;
  }
  .voice-contents.lead_text {
    margin-top: 18%;
  }
  .ia-br {
    display: block;
  }
  .lead_chu p {
    line-height: 1.6em;
  }
  .Top-Content h2 {
    font-size: 1.36em;
    margin-top: 8%;
    margin-bottom: 6%;
  }
  .Top-Content h2::before {
    width: 38px;
    height: 40px;
    margin-right: 2px;
  }
  .Top-Content h2::after {
    width: 38px;
    height: 40px;
    margin-left: 2px;
  }
  .Top-Content h3 {
    font-size: 1.38em;
  }
  .Top-Content {
    margin-bottom: 18%;
  }
  .ic-outline-block dt {
    float: none;
    width: 100%;
  }
  .ic-outline-block dd {
    margin-left: 5%;
    text-align: justify;
    padding-top: 0;
    border-top: 0;
    font-size: 1em;
  }
  .ic-ticket-block {
    width: 100%;
  }
  .ic-ticket-block table th span {
    display: inline-block;
    padding-top: 0;
    line-height: 1.4em;
    text-align: justify;
    font-size: 0.6em;
  }
  table.table-bearbrick tr {
    display: flex;
    flex-wrap: wrap;
  }
  .pick-img img {
    max-width: 200px;
  }
  table.table-bearbrick th,
  table.table-bearbrick td {
    flex-basis: 100%;
  }
  .ic-ticket-block table th {
    font-size: 1.38em;
    height: 140px;
  }
  .ic-movie-row {
    display: block;
  }
  .ic-movie-block:first-child {
    margin-bottom: 6%;
  }
  .footer-logo-block {
    max-width: 200px;
  }
  .brick-br {
    display: none;
  }
  .ic-ticket-block {
    margin-bottom: 10%;
  }
  .IA_top_partner ul li {
    flex-basis: 46%;
  }
  .contents-hero__unit.otherpage-sp-main {
    display: block;
  }
  .contents-hero__unit.otherpage-pc-main {
    display: none;
  }
  ul.precautions-list-main {
    margin-left: 0;
  }
  .precautions-list-sub {
    padding-inline-start: 0;
    margin-left: -1.5em;
  }
  ul.precautions-list-sub li {
    padding-left: 1em;
    text-indent: -1em;
    text-align: justify;
  }
  #IA-Outline .IA-top-left,
  #IA-Outline .IA-top-right {
    display: none;
  }
  .IA-top-wrapper.IA-pages {
    padding-top: 0;
  }
  .IA_top_outline.Top-Content {
    padding-bottom: 0;
  }
  .goods_zuroku {
    margin-bottom: 8%;
  }
  .Goods-contents.zuroku-block {
    margin-bottom: 18%;
  }
  .contents-goods__prof {
    margin-top: 12%;
    border-top: 1px solid #ccc;
    padding-top: 12%;
  }
  .contents-goods__img-port {
    max-width: 100%;
    width: 90%;
    margin: 0 auto 5% auto;
  }
  .contents-goods__img-goods img {
    width: 90%;
    margin: 0 auto 4% auto;
  }
  .contents-goods__img-goods.type-02 {
    max-width: 100%;
  }
  .contents-goods__text {
    text-align: justify;
  }
  .contents-goods__img-inner.ia-clear-file {
    margin-top: 8%;
  }
}
@media screen and (min-width: 768px) {
  .Top-Content {
    /*width: calc(100% - 280px);*/
    max-width: 940px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .IA-body.IA-Top-new .Top-Content {
    width: 100%;
  }
  .IA_top_goods.Top-Content {
    margin-top: 0;
  }
  .contents-hero__title-jp {
    position: relative;
    flex: 1;
    max-width: 300px;
    top: 0;
    left: 0;
    transform: translateX(0);
    padding: 0 0 10px 0;
  }
  .contents-hero__bg {
    display: block;
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
  }
  .contents-hero__unit {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 0px);
    max-width: 820px;
    top: 0px;
  }
  .contents-hero__img {
    width: 400px;
    top: 0;
  }
  .goods_zuroku {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 60px;
  }
  .contents-goods__heading-inner.pos-top {
    margin-top: 0;
    margin-bottom: 0;
  }
  .contents-goods__img-inner {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
  }
  .contents-goods__img-goods.type-01 {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .contents-goods__img-port.type-01 {
    width: 100%;
    max-width: 200px;
  }
  .contents-goods__img-goods.type-02 {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .contents-goods__img-goods.type-12 {
    width: 100%;
    max-width: 516px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .contents-goods__text-box {
    flex: 1;
    margin-left: 4%;
    margin-top: 0px;
  }
  .contents-goods__inner-product {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .contents-goods__product.type-01 {
    width: 50%;
  }
  .contents-goods__img-inner {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
  }
  .contents-goods__img-goods.type-05 {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .contents-goods__img-goods.type-06 {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    margin-top: 7%;
    margin-bottom: 7%;
  }
  .contents-goods__heading-inner {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 40px;
  }
  .contents-goods__heading-04 {
    font-size: 22px;
  }
  .contents-goods__heading-sub {
    font-size: 24px;
    line-height: 1.6;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1100px) {
  .contents-hero__unit-main {
    padding-bottom: 0px;
  }
  .contents-hero__bg {
    width: 1920px;
  }
  .contents-hero__unit {
    width: calc(100% - 160px);
  }
  .contents-goods__product {
    padding: 40px;
  }
}
@media screen and (max-width: 340px) {
  .Top-Content h2::before {
    width: 28px;
    height: 38px;
    margin-right: 2px;
  }
  .Top-Content h2::after {
    width: 36px;
    height: 38px;
    margin-left: 2px;
  }
  .Top-Content h2 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 400px) {
  .Top-Content h2::before {
    width: 24px;
    height: 33px;
    margin-right: 1px;
  }
  .Top-Content h2::after {
    width: 31px;
    height: 33px;
    margin-left: 1px;
  }
  .Top-Content h2 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 375px) {
  .Top-Content h2::before {
    background-image: none !important;
  }
  .Top-Content h2::after {
    background-image: none !important;
  }
  .Top-Content h2 {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .contents-hero__unit.otherpage-sp-main {
    display: none;
  }
  .contents-hero__unit.otherpage-pc-main {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .abareru-img {
    width: 36%;
    margin: 0;
    margin-top: 5px;
  }
  .abareru-text {
    flex: 1;
    margin-left: 4%;
    margin-top: 0px;
  }
  .voice-contents {
    margin-top: 80px;
  }
  .IA-pages-voice .IA-top-left {
    display: block;
    width: 150px;
    top: 0;
    left: 0;
  }
  .IA-pages-voice .IA-top-right {
    display: block;
    width: 150px;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 960px) {
  .abareru-img {
    width: 36%;
  }
  .IA-pages-voice .IA-top-left {
    width: 200px;
    top: 0;
    left: 0;
  }
  .IA-pages-voice .IA-top-right {
    width: 200px;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 680px) {
  .abareru-block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .IA_ticket_Precautions {
    width: calc(100% - 280px);
    max-width: 940px;
    margin-top: 80px;
  }
  .IA-pages-ticket .IA-top-left {
    display: block;
    width: 150px;
    top: 0;
    left: 0;
  }
  .IA-pages-ticket .IA-top-right {
    display: block;
    width: 150px;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 960px) {
  .IA_top_ticket.Top-Content {
    width: auto;
    max-width: 100%;
  }
  .IA_ticket_Precautions {
    width: calc(100% - 420px);
    max-width: 940px;
  }
  .IA-pages-ticket .IA-top-left {
    width: 200px;
    top: 0;
    left: 0;
  }
  .IA-pages-ticket .IA-top-right {
    width: 200px;
    top: 0;
    right: 0;
  }
  .ic-ticket-block {
    width: calc(100% - 420px);
    max-width: 940px;
  }
}
@media screen and (min-width: 768px) {
  .IA_top_ticket.Top-Content {
    width: auto;
    max-width: 100%;
    margin-top: 0;
  }
  .ic-ticket-block {
    width: calc(100% - 280px);
    max-width: 940px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .highlights-chapter-txt {
    width: calc(100% - 80px);
    max-width: 900px;
  }
  .highlights-chapter-txt .lead_text {
    margin-top: 60px;
  }
  .highlights-chapter-txt h3 {
    width: 472px;
  }
  .highlights-catch {
    margin-top: 72px;
  }
  .highlights-catch.type-1 {
    width: 424px;
  }
  .highlights-catch.type-2 {
    width: 294px;
  }
  .highlights-catch.type-3 {
    width: 554px;
  }
  .highlights-chapter-img {
    padding: 0;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .highlights-chapter-img.type-2 {
    width: 87.164%;
    max-width: 1168px;
    padding-bottom: 80px;
    padding-bottom: 80px;
  }
  .highlights-chapter-img.type-3 {
    width: 93.31%;
    max-width: 1514px;
  }
}
@media screen and (min-width: 960px) {
  .highlights-chapter-txt {
    width: calc(100% - 160px);
  }
  .highlights-chapter-txt h3 {
    width: 530px;
  }
  .highlights-pic-wrapper {
    max-width: 1676px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 140px;
  }
  .highlights-chapter-img.type-2 {
    width: 87.164%;
    max-width: 1168px;
    padding-bottom: 140px;
  }
  .highlights-chapter-img.type-3 {
    max-width: 1676px;
    padding-top: 80px;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 680px) {
  .highlights-pic-wrapper picture img {
    width: 100%;
  }
  .highlights-catch {
    margin-top: 6%;
    margin-bottom: 6%;
  }
}
@media screen and (min-width: 768px) {
  .Goods-contents.zuroku-block {
    margin-bottom: 120px;
  }
  .br_sp {
    display: none;
  }
  .contents-goods__inner-product.single-p {
    justify-content: center;
  }
  .contents-goods__heading-05 {
    font-size: 1.2rem;
    line-height: 1.6;
    padding-bottom: 5px;
  }
  .contents-goods__img-goods.type-05 {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .contents-goods__product.type-02 {
    border-top: none;
    border-left: 1px solid #68a9cf;
    width: 50%;
  }
  .contents-goods__heading-04.pos-single {
    width: 400px;
  }
  .contents-goods__img-goods.type-13 {
    width: 100%;
    max-width: 726px;
    margin: 0 auto;
    margin-top: 60px;
  }
  .contents-goods__img-goods.type-03 {
    width: 100%;
    max-width: 516px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .contents-goods__inner {
    width: 100%;
    margin-top: 60px;
    padding: 50px;
  }
  .contents-goods__text {
    font-size: 16px;
    line-height: 2;
    margin-top: 40px;
  }
  .contents-goods__img-goods.type-09 {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    margin-top: 25%;
    margin-bottom: 25%;
  }
  .contents-goods__img-goods.type-11 {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    margin-top: 21.5%;
    margin-bottom: 20%;
  }
  .contents-goods__heading-cap {
    font-size: 16px;
    line-height: 1.2;
  }
  .contents-goods__heading-02.mt-wide {
    margin-top: 140px;
  }
  .contents-unit__list {
    font-size: 1.6rem;
    line-height: 1.8;
    max-width: 1080px;
    padding: 30px 0px 0px 0px;
    margin: 0 auto;
  }
  .IA-pages-goods .IA-top-left {
    display: block;
    width: 150px;
    top: 0;
    left: 0;
  }
  .IA-pages-goods .IA-top-left.btom {
    top: 1300px;
  }
  .IA-pages-goods .IA-top-right {
    display: block;
    width: 150px;
    top: 0;
    right: 0;
  }
  .IA-pages-goods .IA-top-right.btom {
    top: 1300px;
  }
}
@media screen and (min-width: 960px) {
  .contents-goods__heading-05 {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 50px;
  }
  .contents-unit__list {
    font-size: 1.2rem;
    padding: 50px 0px 0px 0px;
  }
  .IA-pages-goods .IA-top-left {
    width: 200px;
    top: 0;
    left: 0;
  }
  .IA-pages-goods .IA-top-right {
    width: 200px;
    top: 0;
    right: 0;
  }
}
.contents-goods__text-box .contents-goods__heading-05 {
  margin-top: 0;
}

@media screen and (min-width: 960px) {
  .IA-top-wrapper.IA-pages-news {
    position: relative;
  }
  .IA-pages-news .IA-top-left {
    position: absolute;
    width: 200px;
    top: 0;
    left: 0;
  }
  .IA-pages-news .IA-top-right {
    position: absolute;
    width: 200px;
    top: 0;
    right: 0;
  }
}

/*# sourceMappingURL=style.css.map */
