@charset "UTF-8";
/*==========================================================
	ウィンドウ・フォントサイズ設定
==========================================================*/
/*==========  サイズ設定 END  =============================*/
@import url("https://fonts.googleapis.com/css2?family=Arapey:ital@0;1&family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
/*==========================================================
	レスポンシブ設定
==========================================================*/
/*==========  レスポンシブ設定 END  =====================*/
/*==========================================================
    main(メイン)
==========================================================*/
.block01 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block01__inner {
  position: relative;
  display: flex;
  justify-content: center;
  aspect-ratio: 1.828;
  max-width: 1280px;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block01__inner {
    margin-bottom: 30vw;
  }
}
.block01__inner.swiper {
  overflow: unset !important;
}
.block01__inner.swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.block01__inner .box_mark {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 23em;
  font-size: 1em;
  aspect-ratio: 1;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block01__inner .box_mark {
    width: 30vw;
  }
}
.block01__inner ul {
  position: relative;
  font-size: 1em;
  display: flex;
  width: max-content;
  width: 100%;
}
.block01__inner ul li {
  width: 1280px;
}
@media (max-width: 1280px) {
  .block01__inner ul li {
    width: 100vw;
  }
}
.block01__inner ul li img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.828;
  animation-name: SlideImageDef;
  animation-duration: 40s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
@keyframes SlideImageDef {
  0% {
    object-position: left center;
  }
  100% {
    object-position: right center;
  }
}
.block01__inner ul li.swiper-slide-prev img {
  animation-name: SlideImagePrev;
}
.block01__inner ul li.swiper-slide-active img {
  animation-name: SlideImageActive;
}
.block01__inner ul li.swiper-slide-next img {
  animation-name: SlideImageNext;
}
@keyframes SlideImagePrev {
  0% {
    object-position: right center;
  }
  100% {
    object-position: left center;
  }
}
@keyframes SlideImageActive {
  50% {
    object-position: left center;
  }
  100% {
    object-position: right center;
  }
}
@keyframes SlideImageNext {
  0% {
    object-position: left center;
  }
  50% {
    object-position: right center;
  }
}
.block01__inner .ban_event {
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block01__inner .ban_event {
    bottom: unset;
    top: calc(100% + 4vw);
    width: 92vw;
  }
}
.block01__event {
  display: none;
  flex-direction: column;
  align-items: center;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  gap: 0.5em 0;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block01__event {
    padding: 0 1em;
  }
}
.block01__event h3 {
  font-size: max(12px, 1.9375em);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 1em;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block01__event h3 {
    font-size: max(12px, 1.875em);
  }
}
.block01__event .h3_sidebar {
  font-size: max(12px, 1em);
  font-weight: 600;
  padding: 0.3em 4em;
  background-color: #13171f;
}
.block01__event .head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: max(12px, 1em);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  margin: 1em 0 1em;
  padding-bottom: 2em;
}
.block01__event .head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1em;
  aspect-ratio: 1.15;
  background-color: #ffffff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.block01__event .head i::before, .block01__event .head i::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1em;
  aspect-ratio: 1.15;
  background-color: #ffffff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.block01__event .head i::before {
  transform: translateX(calc(-50% + 1.4em));
}
.block01__event .head i::after {
  transform: translateX(calc(-50% - 1.4em));
}
.block01__event h4 {
  font-size: max(12px, 2.5em);
  color: #d7ba8e;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.block01__event .h4_sidebar {
  font-size: max(12px, 1em);
  letter-spacing: 0.05em;
  font-weight: 600;
}
.block01__event .h4_sidebar.h4_notice {
  font-size: max(12px, 0.875em);
  color: #d7ba8e;
  padding: 0.4em 1em;
  background-color: #13171f;
}
.block01__event h5 {
  position: relative;
  font-size: max(12px, 1em);
  font-weight: 700;
  margin: 1em 0;
  letter-spacing: 0.05em;
}
.block01__event h5::before, .block01__event h5::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  aspect-ratio: 1.15;
  background-color: #ffffff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.block01__event h5::before {
  right: calc(100% + 0.2em);
}
.block01__event h5::after {
  left: calc(100% + 0.2em);
}
.block01__event .notice {
  font-size: max(12px, 1em);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 2em;
}
.block01__event .notice em {
  display: block;
  font-size: 1.25em;
  margin-top: 1em;
}
.block01__event .notice i {
  color: #d7ba8e;
  font-size: 1.25em;
  margin: 0 0.3em;
}
.block01__event .minimum-announce {
  font-size: max(12px, 1em);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.5em;
}
.block01__event .minimum-announce span {
  font-size: 1.6em;
  color: #bbf15e;
  margin-block: 0.3em;
}
.block01__event .close {
  position: relative;
  font-size: 1em;
  width: 2.4em;
  aspect-ratio: 1;
  margin-bottom: 2em;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.block01__event .close::after {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 0.6em;
  aspect-ratio: 1;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.block02 {
  max-width: 1280px;
  display: grid;
  grid-template-columns: 55% 1fr;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block02 {
    display: flex;
    flex-direction: column;
  }
}
.block02 .block02__pickup {
  background-color: #a90d26;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2em 0 4em;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block02 .block02__pickup {
    padding: 6vw 0;
  }
}
.block02 .block02__pickup::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1.131;
  background: url(../img/object_rose.webp) no-repeat center center/cover;
  opacity: 0.2;
  mix-blend-mode: multiply;
}
.block02 .block02__pickup h2 {
  font-size: max(12px, 1.75em);
  color: #d7ba8e;
  font-weight: 600;
  letter-spacing: 0.05em;
  z-index: 1;
}
.block02 .block02__pickup .title_text {
  position: absolute;
  top: 2em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1em;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 50rem;
  color: #13171f;
  gap: 6em 0;
  opacity: 0.2;
  mix-blend-mode: multiply;
}
.block02 .block02__pickup .title_text span {
  display: flex;
  justify-content: space-between;
  font-size: 1em;
}
.block02 .block02__pickup .title_text span i {
  font-family: "Arapey", serif;
  font-weight: 400;
  font-style: normal;
  font-size: max(12px, 7em);
  font-style: italic;
  text-transform: uppercase;
}
.block02 .block02__pickup button {
  position: absolute;
  font-size: 1em;
  top: 41%;
  width: 3em;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block02 .block02__pickup button {
    top: 50%;
  }
}
.block02 .block02__pickup button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.7em;
  aspect-ratio: 1;
  border-top: 1px solid #a90d26;
  border-right: 1px solid #a90d26;
}
.block02 .block02__pickup button.back {
  right: calc(100% - 16rem);
}
.block02 .block02__pickup button.back::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}
@media (max-width: 480px) and (orientation: portrait) {
  .block02 .block02__pickup button.back {
    right: calc(100% - 14vw);
  }
}
.block02 .block02__pickup button.next {
  left: calc(100% - 16rem);
}
.block02 .block02__pickup button.next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}
@media (max-width: 480px) and (orientation: portrait) {
  .block02 .block02__pickup button.next {
    left: calc(100% - 14vw);
  }
}
.block02 .block02__pickup .box_slide-cast {
  position: relative;
  font-size: 1em;
  display: flex;
  flex-direction: column;
  margin-top: 2em;
  align-items: center;
  width: fit-content;
}
.block02 .block02__pickup .box_slide-cast ul {
  position: relative;
  display: flex;
  font-size: 1em;
  z-index: 1;
  width: max-content;
  max-width: 32rem;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block02 .block02__pickup .box_slide-cast ul {
    max-width: 85vw;
  }
}
.block02 .block02__pickup .box_slide-cast ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 1em;
  width: fit-content;
  max-width: 32rem;
  gap: 0.5em 0;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block02 .block02__pickup .box_slide-cast ul li {
    max-width: 85vw;
  }
}
.block02 .block02__pickup .box_slide-cast ul li a {
  font-size: 1em;
  padding: 0.5em;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block02 .block02__pickup .box_slide-cast ul li a {
    padding: 4vw;
  }
}
.block02 .block02__pickup .box_slide-cast ul li a {
  border: 1px solid #ffffff;
}
.block02 .block02__pickup .box_slide-cast ul li a img {
  width: 100%;
  aspect-ratio: 1/1.34;
  object-fit: cover;
}
.block02 .block02__pickup .box_slide-cast ul li .wrap_head {
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5em;
}
.block02 .block02__pickup .box_slide-cast ul li .wrap_head .name {
  font-size: max(12px, 1.25em);
  font-weight: 700;
}
.block02 .block02__pickup .box_slide-cast ul li .wrap_head .age {
  font-size: max(12px, 1.125em);
  font-weight: 600;
}
.block02 .block02__pickup .box_slide-cast ul li .wrap_head .age::before {
  content: "(";
}
.block02 .block02__pickup .box_slide-cast ul li .wrap_head .age::after {
  content: "歳)";
}
.block02 .block02__pickup .box_slide-cast ul li .catch {
  font-size: max(12px, 1.125em);
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block02 .block02__pickup .box_slide-cast ul li .catch {
    display: none;
  }
}
.block02 .block02__pickup .box_slide-cast ul li p {
  font-size: 12px;
  text-align: justify;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.6em;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block02 .block02__pickup .box_slide-cast ul li p {
    display: none;
  }
}
.block02 .block02__news {
  position: relative;
  font-size: 1em;
  display: flex;
  flex-direction: column;
}
.block02 .block02__news li {
  position: relative;
  display: grid;
  grid-template-columns: 12rem 1fr;
  flex-grow: 1;
  font-size: 1em;
  padding: 2em 2em 2em 2em;
  background-color: #1c1f26;
  gap: 0 2em;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block02 .block02__news li {
    padding: 10vw 4vw 4vw;
    grid-template-columns: 30% 1fr;
  }
}
.block02 .block02__news li:nth-of-type(2n) {
  background-color: #13171f;
}
.block02 .block02__news li:nth-of-type(2n) .box_image a {
  background-color: #1f2633;
}
.block02 .block02__news li .box_image {
  font-size: 1em;
  position: relative;
  width: 12rem;
  display: flex;
  flex-direction: column;
  gap: 0.3em 0;
}
.block02 .block02__news li .box_image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.block02 .block02__news li .box_image a {
  display: block;
  position: relative;
  width: 100%;
  font-size: 1em;
  height: 1.6em;
  background-color: #31343d;
}
.block02 .block02__news li .box_image a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1em;
  width: 1em;
  aspect-ratio: 2.25;
  background: url(../img/icon/arrow_news.svg) no-repeat center center/contain;
}
.block02 .block02__news li .box_contents {
  position: relative;
  font-size: 1em;
  display: flex;
  flex-direction: column;
  width: fit-content;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block02 .block02__news li .box_contents {
    position: static;
  }
}
.block02 .block02__news li .box_contents h3 {
  font-size: max(12px, 1.3125em);
  letter-spacing: 0.1em;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block02 .block02__news li .box_contents h3 {
    position: absolute;
    top: 2vw;
    left: 4vw;
  }
}
.block02 .block02__news li .box_contents h3 i {
  font-family: "Arapey", serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  letter-spacing: 0.2em;
  font-size: 0.8em;
  text-transform: capitalize;
  margin-left: 1em;
  color: rgba(255, 255, 255, 0.6);
}
.block02 .block02__news li .box_contents time {
  font-family: "Arapey", serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  font-size: max(12px, 1.125em);
  letter-spacing: 0.2em;
  margin: 0.3em 0 0.2em;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block02 .block02__news li .box_contents time {
    position: absolute;
    top: 2vw;
    right: 4vw;
  }
}
.block02 .block02__news li .box_contents p {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  text-align: justify;
  max-width: 27em;
}

.block03 {
  background: url(../img/block_event-bg.webp) no-repeat center top/cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block03 {
    background-size: 120%;
    background-position: center 60%;
  }
}
.block03__inner {
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3em;
  min-height: 25em;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block03__inner {
    padding: 2vw 0;
  }
}
@media (max-width: 480px) and (orientation: portrait) {
  .block03__inner {
    min-height: unset;
  }
}
.block03__inner h2 {
  font-family: "Arapey", serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  text-transform: capitalize;
  font-size: max(12px, 3.75em);
  letter-spacing: 0.2em;
}
.block03__inner p {
  font-size: max(12px, 0.875em);
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.6em;
  margin-top: 1em;
}
.block03__inner picture {
  margin-top: 2em;
  margin-bottom: 4em;
}

.block04 {
  background-color: #000310;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.block04::before {
  content: "";
  position: absolute;
  top: 5vw;
  left: 55%;
  transform: translateX(-50%);
  width: 70vw;
  aspect-ratio: 2.57;
  background: url(../img/block04-object03.webp) no-repeat center top/cover;
  z-index: 1;
}
.block04__inner {
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 8em 0 4em 8em;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block04__inner {
    padding: 4vw;
  }
}
.block04__inner::before {
  content: "";
  position: absolute;
  width: 30%;
  aspect-ratio: 1/1.33;
  background: url(../img/block04-object01.webp) no-repeat left top/contain;
  opacity: 0.55;
  top: 2em;
  left: 0;
}
.block04__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  aspect-ratio: 1.24;
  background: url(../img/block04-object02.webp) no-repeat right top/contain;
}
.block04__inner .box_contents {
  position: relative;
  font-size: 1em;
  display: flex;
  flex-direction: column;
  z-index: 1;
  width: fit-content;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block04__inner .box_contents {
    width: 100%;
  }
}
.block04__inner .box_contents h2 {
  font-family: "Arapey", serif;
  font-weight: 400;
  font-style: normal;
  font-size: max(12px, 5.375em);
  font-style: italic;
  letter-spacing: 0.02em;
  transform: translateX(-0.2em);
}
@media (max-width: 480px) and (orientation: portrait) {
  .block04__inner .box_contents h2 {
    font-size: max(12px, 3.25em);
  }
}
.block04__inner .box_contents h2::before {
  content: "“";
  margin-right: 0.1em;
}
.block04__inner .box_contents h2::after {
  content: "“";
  display: inline-block;
  margin-right: 0.2em;
  transform: scale(-1, -1);
  height: 0.6em;
  margin-left: 0.2em;
}
.block04__inner .box_contents .h2_sidebar {
  font-size: max(12px, 1.75em);
  letter-spacing: 0.05em;
  margin: 0.5em 0 1em;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block04__inner .box_contents .h2_sidebar {
    font-size: max(12px, 1.3125em);
  }
}
.block04__inner .box_contents p {
  font-size: max(12px, 1em);
  letter-spacing: 0.05em;
  text-align: justify;
  max-width: 33em;
  line-height: 2.4em;
  text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.6);
  padding-left: 2em;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block04__inner .box_contents p {
    display: none;
  }
}
.block04__inner .box_contents a {
  position: relative;
  background-color: #d7ba8e;
  display: flex;
  align-items: center;
  width: calc(100% - 2em);
  font-size: 1em;
  padding: 0.8em 2em;
  margin-top: 1em;
  margin-left: 2em;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block04__inner .box_contents a {
    align-self: center;
    margin-left: unset;
    margin-top: 14vw;
    padding: 0.5em 2em 0.5em 0;
    justify-content: center;
  }
}
.block04__inner .box_contents a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3em;
  transform: translateY(-50%);
  font-size: 1em;
  width: 1.4em;
  aspect-ratio: 2.25;
  background: url(../img/icon/arrow_red.svg) no-repeat center center/contain;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block04__inner .box_contents a::after {
    right: 6em;
  }
}
.block04__inner .box_contents a span {
  font-size: max(12px, 1.3125em);
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #a90d26;
}

.block05 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block05 ul {
  position: relative;
  font-size: 1em;
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block05 ul {
    gap: 4px 0;
  }
}
.block05 ul .box_cast {
  position: relative;
  display: grid;
  grid-template-columns: 41% 1fr;
  font-size: 1em;
}
.block05 ul .box_cast:not(:last-of-type) {
  border-bottom: 1px solid #13171f;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block05 ul .box_cast {
    grid-template-columns: 45% 1fr;
  }
}
.block05 ul .box_cast.icon-new .wrap_icon {
  background-color: rgba(255, 0, 200, 0.8);
}
.block05 ul .box_cast.icon-new .wrap_icon::before {
  content: "新人";
}
.block05 ul .box_cast.icon-trial .wrap_icon {
  background-color: rgba(179, 0, 255, 0.8);
}
.block05 ul .box_cast.icon-trial .wrap_icon::before {
  content: "体験";
}
.block05 ul .box_cast .box_contents {
  position: relative;
  font-size: 1em;
  background-color: #a90d26;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em 2em;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block05 ul .box_cast .box_contents {
    padding: 2vw 1vw 2vw 2vw;
  }
}
.block05 ul .box_cast .box_contents .minimum {
  position: absolute;
  top: 4em;
  left: calc(100% - 2em);
  border: solid 2px #d7ba8e;
  z-index: 1;
  display: flex;
  box-shadow: 0.1em 0.1em 0.5em 0 rgba(0, 0, 0, 0.4);
}
@media (max-width: 480px) and (orientation: portrait) {
  .block05 ul .box_cast .box_contents .minimum {
    top: unset;
    bottom: 2vw;
    font-size: 1.4vw;
    left: calc(100% + 2vw);
  }
}
.block05 ul .box_cast .box_contents .minimum .title {
  background-color: #d7ba8e;
  color: #a90d26;
  font-family: "Arapey", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column;
  font-size: max(12px, 1.3125em);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 0.7em;
  padding: 0.5em 1em 0.1em 1em;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block05 ul .box_cast .box_contents .minimum .title {
    padding: 0.2em 0.5em 0.1em 0.5em;
  }
}
.block05 ul .box_cast .box_contents .minimum .text {
  width: max-content;
  background-color: rgba(169, 13, 38, 0.9);
  display: flex;
  align-items: center;
  padding: 0 1em;
  font-size: max(12px, 1.75em);
  font-weight: 600;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block05 ul .box_cast .box_contents .minimum .text {
    padding: 0 0.5em;
  }
}
.block05 ul .box_cast .box_contents .minimum .text i {
  font-family: "Arapey", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4em;
  font-weight: 600;
  font-style: italic;
  margin-left: 0.2em;
}
.block05 ul .box_cast .box_contents .wrap_icon {
  position: absolute;
  font-size: 1em;
  left: calc(100% + 1em);
  top: 1em;
  width: 5em;
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block05 ul .box_cast .box_contents .wrap_icon {
    font-size: 3vw;
    width: 3.6em;
    top: unset;
    bottom: 2vw;
    left: calc(100% + 2vw);
  }
}
.block05 ul .box_cast .box_contents .wrap_icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2em;
  letter-spacing: 0.05em;
  width: max-content;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block05 ul .box_cast .box_contents .wrap_icon::before {
    font-size: 1em;
  }
}
.block05 ul .box_cast .box_contents .wrap_head {
  position: relative;
  max-width: 35rem;
  width: 100%;
  display: flex;
  font-size: 1em;
  align-items: flex-end;
  gap: 0 0.3em;
}
.block05 ul .box_cast .box_contents .wrap_head .name {
  font-size: max(12px, 1.875em);
  font-weight: 600;
  color: #d7ba8e;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block05 ul .box_cast .box_contents .wrap_head .name {
    font-size: max(12px, 1.3125em);
  }
}
.block05 ul .box_cast .box_contents .wrap_head .age {
  font-size: max(12px, 1.25em);
  font-weight: 700;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block05 ul .box_cast .box_contents .wrap_head .age {
    font-size: max(12px, 1em);
    position: absolute;
    top: 1vw;
    right: 0;
  }
}
.block05 ul .box_cast .box_contents .wrap_head .age::after {
  content: "歳";
}
.block05 ul .box_cast .box_contents .wrap_size {
  position: relative;
  width: 100%;
  max-width: 35rem;
  display: flex;
  font-size: 1em;
  margin: 0.5em 0 1em;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block05 ul .box_cast .box_contents .wrap_size {
    margin: 0 0 2vw;
    max-width: unset;
  }
}
.block05 ul .box_cast .box_contents .wrap_size span {
  font-size: max(12px, 1.1875em);
}
@media (max-width: 480px) and (orientation: portrait) {
  .block05 ul .box_cast .box_contents .wrap_size span {
    font-size: max(12px, 1.125em);
  }
}
.block05 ul .box_cast .box_contents .wrap_size span {
  font-family: "Arapey", serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
}
.block05 ul .box_cast .box_contents .wrap_size span:not(:last-of-type)::after {
  content: "/";
  margin: 0 0.2em;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block05 ul .box_cast .box_contents .wrap_size span:not(:last-of-type)::after {
    margin: 0 0.1em;
  }
}
.block05 ul .box_cast .box_contents .wrap_size span.tall::before {
  content: "T.";
  margin-right: 0.1em;
}
.block05 ul .box_cast .box_contents .wrap_size span.bust::before {
  content: "B.";
  margin-right: 0.1em;
}
.block05 ul .box_cast .box_contents .wrap_size span.bust i {
  font-size: 1em;
  text-transform: uppercase;
  margin-left: 0.1em;
}
.block05 ul .box_cast .box_contents .wrap_size span.bust i::before {
  content: "(";
}
.block05 ul .box_cast .box_contents .wrap_size span.bust i::after {
  content: ")";
}
.block05 ul .box_cast .box_contents .wrap_size span.west::before {
  content: "W.";
  margin-right: 0.1em;
}
.block05 ul .box_cast .box_contents .wrap_size span.hip::before {
  content: "H.";
  margin-right: 0.1em;
}
.block05 ul .box_cast .box_contents .wrap_time {
  position: relative;
  width: 100%;
  max-width: 35rem;
  font-size: 1em;
  display: flex;
  margin-bottom: 1em;
  justify-content: center;
  border-top: 1px solid #d7ba8e;
  border-bottom: 1px solid #d7ba8e;
  padding: 0.5em 0 0.5em 4em;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block05 ul .box_cast .box_contents .wrap_time {
    padding: 0.3em 0 0.3em 0;
    margin-bottom: 4vw;
  }
}
.block05 ul .box_cast .box_contents .wrap_time::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3em;
  width: 1.4em;
  aspect-ratio: 1;
  background: url(../img/icon/clock.svg) no-repeat center center/contain;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block05 ul .box_cast .box_contents .wrap_time::before {
    display: none;
  }
}
.block05 ul .box_cast .box_contents .wrap_time time {
  color: #d7ba8e;
  font-family: "Arapey", serif;
  font-weight: 400;
  font-style: normal;
  font-size: max(12px, 2.125em);
  font-style: italic;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block05 ul .box_cast .box_contents .wrap_time time {
    font-size: max(12px, 1.5em);
  }
}
.block05 ul .box_cast .box_contents .wrap_time time:first-of-type::after {
  content: "-";
  margin: 0 0.3em;
}
.block05 ul .box_cast .box_contents p {
  font-size: max(12px, 0.875em);
  letter-spacing: 0.05em;
  line-height: 1.4em;
  font-weight: 600;
  max-width: 35rem;
  text-align: justify;
  max-height: 20em;
  overflow: hidden;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block05 ul .box_cast .box_contents p {
    display: none;
  }
}
.block05 ul .box_cast .box_contents a {
  position: relative;
  background-color: #d7ba8e;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 35rem;
  font-size: 1em;
  margin-top: 1em;
  height: 2.4em;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block05 ul .box_cast .box_contents a {
    max-width: unset;
    height: 1.8em;
    margin-top: unset;
  }
}
.block05 ul .box_cast .box_contents a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1em;
  width: 1.8em;
  aspect-ratio: 2.25;
  background: url(../img/icon/arrow_red.svg) no-repeat center center/contain;
}
.block05 ul .box_cast .box_photo {
  position: relative;
  display: block;
}
.block05 ul .box_cast .box_photo img {
  width: 100%;
  aspect-ratio: 1.415;
  object-fit: cover;
}

.block06 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2vw;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block06 {
    padding: 0 4vw;
  }
}
.block06 {
  background: url(../img/block06-bg.webp) no-repeat center top/cover;
}
.block06__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 96rem;
  padding: 5em 0;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block06__inner {
    padding: 6vw 0;
  }
}
.block06__inner h2 {
  font-size: max(12px, 2.25em);
  letter-spacing: 0.1em;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block06__inner h2 {
    font-size: max(12px, 1.9375em);
    letter-spacing: 0.3em;
  }
}
.block06__inner .h2_sidebar {
  font-family: "Arapey", serif;
  font-weight: 400;
  font-style: normal;
  font-size: max(12px, 1.5em);
  font-style: italic;
  letter-spacing: 0.2em;
  transform: translateX(-0.2em);
  text-transform: capitalize;
  margin-top: 0.3em;
}
.block06__inner .h2_sidebar::before {
  content: "“";
  margin-right: 0.1em;
}
.block06__inner .h2_sidebar::after {
  content: "“";
  display: inline-block;
  margin-right: 0.2em;
  transform: scale(-1, -1);
  height: 0.7em;
}
.block06__inner .box_map {
  width: 100%;
  font-size: 1em;
  margin-top: 3em;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block06__inner .box_map {
    margin-top: 4vw;
  }
}
.block06__inner .box_map iframe {
  aspect-ratio: 3.43;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block06__inner .box_map iframe {
    aspect-ratio: 16/9;
  }
}
.block06__inner .box_contents {
  position: relative;
  width: 100%;
  max-width: 96rem;
  background-color: #13171f;
  font-size: 1em;
  padding: 1.6em;
  display: flex;
  justify-content: space-between;
  gap: 0 4em;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block06__inner .box_contents {
    background-color: transparent;
    justify-content: unsafe;
    flex-direction: column;
    align-items: center;
    max-width: unset;
    gap: 4vw 0;
    padding: 4vw 0;
  }
}
.block06__inner .box_contents .link_map {
  position: relative;
  font-size: max(12px, 1.25em);
  background-color: #a90d26;
  height: 100%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  width: 5.5em;
  border-radius: 50%;
  padding-top: 1em;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block06__inner .box_contents .link_map {
    border-radius: unset;
    width: 100%;
    aspect-ratio: unset;
    padding: 0.5em 0 0.5em 2em;
  }
}
.block06__inner .box_contents .link_map::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.2em;
  aspect-ratio: 1;
  width: 1.4em;
  background: url(../img/icon/search.svg) no-repeat center center/contain;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block06__inner .box_contents .link_map::after {
    left: 4em;
    top: 50%;
    transform: translate(0, -50%);
    width: 1em;
  }
}
@media (max-width: 480px) and (orientation: portrait) {
  .block06__inner .box_contents .link_map .pc {
    display: none;
  }
}
.block06__inner .box_contents .link_map .sp {
  display: none;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block06__inner .box_contents .link_map .sp {
    display: inline;
  }
}
.block06__inner .box_contents dl {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 1em;
  gap: 0.8em 0;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block06__inner .box_contents dl {
    background-color: #13171f;
    width: 100%;
    padding: 4vw;
  }
}
.block06__inner .box_contents dl div {
  font-size: 1em;
  display: flex;
  gap: 0 2em;
}
.block06__inner .box_contents dl div dt,
.block06__inner .box_contents dl div dd {
  position: relative;
  font-size: max(12px, 0.875em);
  font-weight: 600;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block06__inner .box_contents dl div dt,
  .block06__inner .box_contents dl div dd {
    font-size: max(12px, 1em);
  }
}
.block06__inner .box_contents dl div dt {
  width: 4em;
  display: flex;
  justify-content: space-between;
}
.block06__inner .box_contents dl div dt::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 1em);
  content: "/";
}
.block06__inner .box_contents dl div dd {
  letter-spacing: 0.1em;
}
.block06__inner .box_contents .wrap_contact {
  position: relative;
  display: grid;
  grid-template-rows: 1fr 1fr;
  font-size: 1em;
  flex-grow: 1;
  gap: 1em 0;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block06__inner .box_contents .wrap_contact {
    grid-template-rows: unset;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2vw;
    width: 100%;
  }
}
.block06__inner .box_contents .wrap_contact a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #13171f;
  font-family: "Arapey", serif;
  font-weight: 400;
  font-style: normal;
  font-size: max(12px, 1.25em);
  font-style: italic;
  letter-spacing: 0.1em;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block06__inner .box_contents .wrap_contact a {
    font-size: max(12px, 1.5em);
    height: 2.4em;
  }
}
.block06__inner .box_contents .wrap_contact a.mail::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.4em;
  aspect-ratio: 1.411;
  background: #ffffff url(../img/icon/mail.svg) no-repeat center center/50%;
}

.block07 {
  background-color: #a90d26;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.block07::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/block07-object01.webp) no-repeat center center/cover;
  opacity: 0.15;
  mix-blend-mode: multiply;
}
.block07__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1280px;
  padding: 4em 0 5em;
  z-index: 1;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block07__inner {
    padding: 6vw 4vw;
  }
}
.block07__inner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2em;
  height: 100%;
  aspect-ratio: 1/1.61;
  background: url(../img/block07-object03.webp) no-repeat center center/contain;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block07__inner::before {
    height: unset;
    width: 40vw;
    bottom: unset;
    top: 0;
    left: -4vw;
  }
}
.block07__inner::after {
  content: "";
  position: absolute;
  left: calc(100% - 28em);
  bottom: 2em;
  height: 100%;
  aspect-ratio: 1.0845;
  background: url(../img/block07-object04.webp) no-repeat center center/contain;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block07__inner::after {
    height: unset;
    width: 65vw;
    bottom: unset;
    top: 0;
    left: unset;
    right: -18vw;
  }
}
.block07__inner h2 {
  font-family: "Arapey", serif;
  font-weight: 400;
  font-style: normal;
  font-size: max(12px, 1.625em);
  color: #d7ba8e;
  text-transform: uppercase;
  letter-spacing: 1em;
  font-style: italic;
  z-index: 1;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block07__inner h2 {
    font-size: max(12px, 1.125em);
  }
  .block07__inner h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top, #a90d26, #a90d26 70%, rgba(169, 13, 38, 0));
  }
}
.block07__inner h2 i {
  margin: 0 1em;
}
.block07__inner .box_title {
  position: relative;
  font-size: 1em;
  font-family: "Arapey", serif;
  font-weight: 400;
  font-style: normal;
  color: #d7ba8e;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  margin: 1em 0 2em;
  z-index: 1;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block07__inner .box_title {
    font-size: 1.6vw;
  }
}
.block07__inner .box_title::after {
  content: "";
  position: absolute;
  top: 35%;
  right: -3em;
  width: 90%;
  aspect-ratio: 4.6;
  background: url(../img/block07-object02.webp) no-repeat center center/contain;
  transform: rotate(-5deg);
}
.block07__inner .box_title span {
  font-style: italic;
  line-height: 0.8em;
}
.block07__inner .box_title span.head {
  font-size: max(12px, 11.6875em);
}
.block07__inner .box_title span.foot {
  font-size: max(12px, 7.3125em);
  padding-left: 0.2em;
}
.block07__inner h3 {
  font-size: max(12px, 1.25em);
  letter-spacing: 0.2em;
  margin-bottom: 0.5em;
  z-index: 1;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block07__inner h3 {
    text-align: center;
  }
}
.block07__inner h3 i {
  margin: 0 1em;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block07__inner h3 i {
    margin: 0 0.2em;
  }
}
.block07__inner p {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.8em;
  font-size: max(12px, 0.875em);
  max-width: 50rem;
  text-align: justify;
  z-index: 1;
}
@media (max-width: 480px) and (orientation: portrait) {
  .block07__inner p {
    max-width: unset;
    margin-top: 2em;
  }
}
.block07__inner a {
  position: relative;
  background-color: #d7ba8e;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 50rem;
  font-size: 1em;
  margin-top: 1em;
  height: 2.4em;
  z-index: 1;
}
.block07__inner a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1em;
  width: 1.8em;
  aspect-ratio: 2.25;
  background: url(../img/icon/arrow_red.svg) no-repeat center center/contain;
}

.news-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  background-color: rgba(19, 23, 31, 0.6);
  color: #ffffff;
  gap: 1em 0;
  transform: translateY(100vh);
  transition: 0.5s ease-out;
  opacity: 0;
  z-index: 20;
}
.news-modal.open {
  display: flex;
  animation-name: NewsOpen;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
@keyframes NewsOpen {
  0% {
    opacity: 0;
    transform: translateY(100vh);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.news-modal.close {
  display: flex;
  animation-name: NewsClose;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes NewsClose {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(100vh);
  }
}
.news-modal__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding: 16em 0 16em;
  font-size: 1em;
}
@media (max-width: 480px) and (orientation: portrait) {
  .news-modal__inner {
    padding: 5em 0 10em;
  }
}
.news-modal__inner .news-box {
  position: relative;
  width: 100%;
  max-width: 60%;
  padding: 1em 2em 2em;
  font-size: 1em;
  background-color: #13171f;
}
@media (max-width: 480px) and (orientation: portrait) {
  .news-modal__inner .news-box {
    max-width: 90%;
    padding: 1em 1em 2em;
  }
}
.news-modal__inner .news-box .view-close {
  position: absolute;
  width: 2.4em;
  aspect-ratio: 1;
  bottom: calc(100% - 1.4em);
  left: calc(100% - 1.4em);
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
  transition: 0.5s ease-out;
}
@media (min-width: 480px) {
  .news-modal__inner .news-box .view-close:hover {
    background-color: rgba(255, 255, 255, 0.6);
    transition: 0.3s ease-out;
  }
}
@media (max-width: 480px) and (orientation: portrait) {
  .news-modal__inner .news-box .view-close {
    width: 2em;
    bottom: calc(100% - 1em);
    left: calc(100% - 1em);
  }
}
.news-modal__inner .news-box .view-close span {
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background-color: #a90d26;
  clip-path: inset(0);
  right: 50%;
  clip-path: inset(0 16%);
}
.news-modal__inner .news-box .view-close span:first-of-type {
  width: 100%;
  transform: translate(50%, -50%) rotate(-135deg);
}
.news-modal__inner .news-box .view-close span:last-of-type {
  width: 100%;
  transform: translate(50%, -50%) rotate(135deg);
}
.news-modal__inner .news-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0 2em;
  font-size: 1em;
  padding-bottom: 0.1em;
  margin-bottom: 0.5em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.8);
}
.news-modal__inner .news-box .title-wrap .date {
  position: relative;
  width: fit-content;
  font-size: max(12px, 1em);
  display: inline-block;
  margin-bottom: 0.4em;
}
@media (max-width: 480px) and (orientation: portrait) {
  .news-modal__inner .news-box .title-wrap .date {
    font-size: max(12px, 1em);
  }
}
.news-modal__inner .news-box .title-wrap .title {
  font-size: max(12px, 1.5em);
  font-weight: 500;
  margin-bottom: 0.5em;
}
.news-modal__inner .news-box p {
  position: relative;
  font-size: max(12px, 1em);
  max-height: 60vh;
  padding: 0.4em 0.8em;
  overflow-y: auto;
}
@media (max-width: 480px) and (orientation: portrait) {
  .news-modal__inner .news-box p {
    max-height: 50vh;
    padding: 0.4em 0.2em;
  }
}
.news-modal__inner .news-box p::-webkit-scrollbar {
  width: 0.2em;
}
.news-modal__inner .news-box p::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.8);
}
.news-modal__inner .news-box p::-webkit-scrollbar-thumb {
  background-color: rgba(215, 186, 142, 0.8);
}
.news-modal__inner .news-box p.format_left {
  text-align: left;
}
.news-modal__inner .news-box p.format_center {
  text-align: center;
}
.news-modal__inner .news-box p a {
  font-size: 1em;
  color: #d7ba8e;
  text-decoration: underline;
}
.news-modal__inner .news-box .btn-arrow {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
  padding: 0 1em;
  font-size: 1em;
}
@media (max-width: 834px) and (orientation: portrait) {
  .news-modal__inner .news-box .btn-arrow {
    padding: 0 1em;
  }
}
@media (max-width: 480px) and (orientation: portrait) {
  .news-modal__inner .news-box .btn-arrow {
    padding: 0;
  }
}
.news-modal__inner .news-box .btn-arrow span {
  cursor: pointer;
  position: relative;
  font-weight: 500;
  font-size: max(12px, 1.125em);
  letter-spacing: 0.04em;
  color: #ffffff;
  transition: 0.5s ease-out;
  width: fit-content;
}
.news-modal__inner .news-box .btn-arrow span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.3em;
  width: calc(100% + 1em);
  height: 2px;
  background-color: #ffffff;
  transition: 0.5s ease-out;
  clip-path: inset(0);
}
@media (min-width: 480px) {
  .news-modal__inner .news-box .btn-arrow span:hover {
    color: #a90d26;
    transition: 0.3s ease-out;
  }
  .news-modal__inner .news-box .btn-arrow span:hover::after {
    clip-path: inset(0 50%);
    transition: 0.3s ease-out;
    background-color: #a90d26;
  }
}
.news-modal__inner .news-box .btn-arrow span.not-active {
  pointer-events: none;
  opacity: 0;
}

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