@charset "UTF-8";
/*reset*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 3px solid Highlight;
  outline-offset: 2px;
  scroll-margin-block: 10vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

figure {
  margin-bottom: 0;
}

/*
font-family: $en_font;
font-family: 'IBM Plex Sans JP', sans-serif;
*/
html, body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: normal;
  color: #000;
  background: #f0f0f0;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

body.lang-jp .lang_jp {
  display: block;
}
body.lang-jp .lang_en {
  display: none;
}
body.lang-en .lang_jp {
  display: none;
}
body.lang-en .lang_en {
  display: block;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 896px) {
  html, body {
    cursor: auto;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  body.page {
    padding-top: 0vw;
  }
}
img {
  width: 100%;
  height: auto;
}

/* ::selection {
  background: #333333;
  color: #fff;
}

::-moz-selection {
  background: #ccc;
  color: #fff;
} */
/*----------------------------------------------------
 swiper
--------------------------------------------------- */
.swiper-wrapper {
  transition-timing-function: ease;
}

/*----------------------------------------------------
 link
--------------------------------------------------- */
a:link, a:visited, a:active {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}

/*----------------------------------------------------
  .scrollview
--------------------------------------------------- */
.scrollview, .fade_up {
  opacity: 0;
  transform: scale(1, 1) translate(0%, 10px);
}

.scrollview.view, .fade_up.js-fade_up_view {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
  transform: scale(1, 1) translate(0%, 0%);
}

/*----------------------------------------------------
  .lazyload
--------------------------------------------------- */
.lazyload_set span {
  opacity: 0;
}
.lazyload_set span.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}

/*----------------------------------------------------
  .wrapper
--------------------------------------------------- */
.wrapper {
  overflow: hidden;
  position: relative;
  transition: all 0.8s 0s ease;
  z-index: 3;
}

body.page .wrapper {
  padding-top: 200px;
}

@media only screen and (max-width: 896px) {
  body.page .wrapper {
    padding-top: 140px;
  }
}
/*----------------------------------------------------
 block_header
--------------------------------------------------- */
.block_loading {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
}
body.pageLoad .block_loading {
  opacity: 0;
  visibility: hidden;
  transition: all 0s 1.5s ease;
}

.block_loading .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
body.pageLoad .block_loading .bg {
  width: 0;
  transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
}

.block_loading .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/loading.png) no-repeat center center;
  background-size: 50px;
}
body.pageLoad .block_loading .icon {
  opacity: 0;
  transition: all 0.3s 0.5s ease;
}

/*----------------------------------------------------
 block_header
--------------------------------------------------- */
.block_header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s 0s ease;
  line-height: 1;
}
.block_header .copy {
  position: absolute;
  top: 0;
  right: 270px;
  background: #66f080;
  transition: all 0.6s 0s ease;
  transform-origin: right top;
}
@media (max-width: 896px) {
  .block_header .copy {
    top: 140px;
    right: 0;
  }
}
body.page_scroll .block_header .copy, body.page .block_header .copy {
  transform: scale3d(0.7, 0.7, 0.7);
}
@media (max-width: 896px) {
  body.page_scroll .block_header .copy, body.page .block_header .copy {
    transform: scale3d(0.7, 0.7, 0.7);
  }
}

.block_header .copy .in {
  padding: 10px 10px;
  font-size: 2.5vw;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
}
@media (max-width: 896px) {
  .block_header .copy .in {
    writing-mode: vertical-rl;
    font-size: 14px;
  }
}

/*----------------------------------------------------
 block_scroll
--------------------------------------------------- */
.block_scroll {
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  transition: all 0.5s 0s ease;
  perspective: 500px;
  color: #000;
  z-index: 10;
}
@media (max-width: 896px) {
  .block_scroll {
    bottom: 20px;
    right: 20px;
    z-index: 20;
  }
}
.block_scroll a {
  display: block;
  background: #66f080;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  animation: rotate-anime-3d 3s cubic-bezier(0.875, 0.005, 0.09, 0.99) infinite;
}
.block_scroll a svg {
  fill: #505050;
  width: 30px;
  height: 30px;
}
@media (max-width: 896px) {
  .block_scroll a svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 896px) {
  .block_scroll a {
    width: 40px;
    height: 40px;
  }
}
.block_scroll span {
  transition: all 0.8s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
}
body.page_scroll .block_scroll span {
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(-180deg);
}

@keyframes rotate-anime-3d {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/*----------------------------------------------------
  .sp_menu
--------------------------------------------------- */
.block_navi a {
  position: fixed;
  display: block;
  z-index: 100;
  top: 0%;
  right: 0px;
  width: 120px;
  height: 120px;
  background: #ff7fb3;
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.1);
}
@media (max-width: 896px) {
  .block_navi a {
    width: 70px;
    height: 70px;
  }
}
.block_navi a:hover {
  background: #000;
}
.block_navi a .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  overflow: hidden;
  transition: all 0.4s 0s ease;
}
.block_navi a span.l1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-top: -6px;
  margin-left: -15px;
  background: #000;
  transform-origin: center center;
}
.block_navi a span.l2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-top: 0px;
  margin-left: -15px;
  background: #000;
  transform-origin: center center;
}
.block_navi a span.l3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-top: 6px;
  margin-left: -15px;
  background: #000;
  transform-origin: center center;
}
.block_navi a:hover span.l1, .block_navi a:hover span.l2, .block_navi a:hover span.l3 {
  background: #ff7fb3;
}

body.menu_open .block_navi a span.l1 {
  margin-top: 0px;
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(45deg);
}
body.menu_open .block_navi a span.l2 {
  margin-top: 0px;
  transform: scale3d(0, 1, 1) translate(0px, 0px) rotate(0deg);
}
body.menu_open .block_navi a span.l3 {
  margin-top: 0px;
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(-45deg);
}

/*----------------------------------------------------
  .stalker
--------------------------------------------------- */
#stalker {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (max-width: 896px) {
  #stalker {
    display: none;
  }
}

#stalker span {
  display: block;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  transition: all 0.3s 0s ease;
}

#stalker.hov_ span {
  top: -40px;
  left: -40px;
  width: 140px;
  height: 140px;
  background: rgba(102, 240, 128, 0.5);
}

#stalker span:after {
  visibility: hidden;
  opacity: 0;
  transition: all 0s 0s ease;
}

#stalker.hov_ span:after {
  content: "VIEW";
  transition: all 0.2s 0.2s ease;
  visibility: visible;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1, 1) translate(-50%, -50%);
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  color: #000;
}

/*----------------------------------------------------
  .block_sp_menu
--------------------------------------------------- */
.menu_bg {
  display: block;
  position: fixed;
  top: 0%;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(102, 240, 128, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0s ease;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

body.menu_open .menu_bg {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 0%);
}

.block_sp_menu {
  display: block;
  position: fixed;
  top: 0%;
  right: 0px;
  width: 260px;
  height: 100%;
  z-index: 90;
  background: #66f080;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0s ease;
  transform: translate(110%, 0px);
}

body.menu_open .block_sp_menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 0px);
}

.block_sp_menu .inner {
  padding: 35px 0 35px 35px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0%, -50%);
}
.block_sp_menu .inner ul.menu > li {
  position: relative;
  margin-bottom: 20px;
}
.block_sp_menu .inner ul.menu > li > a {
  display: block;
  line-height: 1;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
}
.block_sp_menu .inner ul.menu > li > a:hover {
  background: #ff7fb3;
}
.block_sp_menu .inner ul.sns {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  padding-top: 20px;
}
.block_sp_menu .inner ul.sns li {
  height: 100%;
  display: flex;
}
.block_sp_menu .inner ul.sns li a {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  transition: all 0.5s 0s ease;
}
.block_sp_menu .inner ul.sns li a:hover {
  opacity: 0.5;
}
.block_sp_menu .inner ul.sns li a svg {
  width: 20px;
  height: 20px;
  fill: #505050;
}
.block_sp_menu .inner ul.sns li:nth-child(2) a svg {
  width: 24px;
  height: 24px;
}
.block_sp_menu .inner .archive_area {
  margin-top: 40px;
}
.block_sp_menu .inner .archive_area .a_t {
  display: block;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.block_sp_menu .inner .archive_area ul {
  margin-right: 30px;
}
.block_sp_menu .inner .archive_area ul li a {
  display: block;
  border: 1px #000 solid;
  padding: 10px;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
  color: #000;
}
.block_sp_menu .inner .archive_area ul li a:hover {
  border: 1px #ff7fb3 solid;
  background: #ff7fb3;
}

/*----------------------------------------------------
 block_header_copy
--------------------------------------------------- */
.block_header_copy {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  line-height: 1;
  transform-origin: left top;
  transition: all 0.6s 0s ease;
}
body.page_scroll .block_header_copy {
  transform: scale3d(0.7, 0.7, 0.7);
}
@media (max-width: 896px) {
  body.page_scroll .block_header_copy {
    transform: scale3d(0.8, 0.8, 0.8);
  }
}

.block_header_copy .in {
  position: relative;
}
.block_header_copy .date {
  width: 300px;
}
@media (max-width: 896px) {
  .block_header_copy .date {
    width: 150px;
  }
}
.block_header_copy .time {
  background: #FFF;
  width: 150px;
}
@media (max-width: 896px) {
  .block_header_copy .time {
    width: 100px;
  }
}
.block_header_copy .time .in {
  padding: 10px 10px;
  font-size: 22px;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
}
@media (max-width: 896px) {
  .block_header_copy .time .in {
    font-size: 14px;
  }
}
.block_header_copy .place {
  background: #66f080;
}
.block_header_copy .place .in {
  padding: 10px 10px;
  font-size: 22px;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
}
@media (max-width: 896px) {
  .block_header_copy .place .in {
    font-size: 12px;
  }
}

/*----------------------------------------------------
 block_side
--------------------------------------------------- */
.block_side {
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 100;
  line-height: 1;
  transition: all 0.6s 0s ease;
}
@media (max-width: 896px) {
  .block_side {
    top: auto;
    bottom: 0;
  }
  body.page_scroll .block_side {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 896px) {
  body.page .block_side {
    display: none;
  }
}

.block_side .in {
  transform: translate(-110%, 0%);
}
body.pageLoad .block_side .in {
  transform: translate(0%, 0%);
  transition: all 0.6s 0.2s cubic-bezier(0.875, 0.005, 0.09, 0.99);
}

.block_side ul.sns {
  background: #ff7fb3;
  width: 80px;
}
@media (max-width: 896px) {
  .block_side ul.sns {
    width: 50px;
  }
}
.block_side ul.sns li .t {
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  font-weight: 700;
  writing-mode: vertical-rl;
}
.block_side ul.sns li a {
  width: 80px;
  height: 50px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_side ul.sns li a {
    width: 50px;
    height: 40px;
  }
}
.block_side ul.sns li a svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 896px) {
  .block_side ul.sns li a svg {
    width: 20px;
    height: 20px;
  }
}
.block_side ul.sns li a:hover {
  background: #000;
}
.block_side ul.sns li a:hover svg {
  fill: #ff7fb3;
}

/*----------------------------------------------------
 block_mainvisual
--------------------------------------------------- */
#canvas_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.block_mainvisual_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /* 回転アニメーション */
  /* 回転アニメーション */
  /* 点滅アニメーション */
}
.block_mainvisual_bg .title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65vh;
  transform: translate(-50%, -50%);
}
@media (max-width: 896px) {
  .block_mainvisual_bg .title {
    width: 60vw;
  }
}
.block_mainvisual_bg .title .ov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.block_mainvisual_bg .bl01 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200vw;
  margin-left: -100vw;
  height: 30vw;
  margin-top: -15vw;
  opacity: 0.5;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(32px);
  transform-origin: center center;
  animation-name: rotate-bar;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-duration: 7s;
}
@media (max-width: 896px) {
  .block_mainvisual_bg .bl01 {
    height: 50vw;
    margin-top: -25vw;
  }
}
@keyframes rotate-bar {
  0% {
    transform: scale3d(1, 1, 1) translate(0%, -100vh) rotate(30deg);
  }
  100% {
    transform: scale3d(1, 1, 1) translate(0%, 100vh) rotate(30deg);
  }
}
.block_mainvisual_bg .gradation01 {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 95vh;
  mix-blend-mode: lighten;
  opacity: 0.5;
}
.block_mainvisual_bg .item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  /* 回転アニメーション */
  transform-origin: 0 0;
  animation-name: rotate-item;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.block_mainvisual_bg .item-01 {
  z-index: 3;
  animation-duration: 15s;
}
.block_mainvisual_bg .item-02 {
  z-index: 2;
  left: 45%;
  animation-duration: 30s;
  animation-direction: reverse;
}
.block_mainvisual_bg .item-03 {
  z-index: 4;
  left: 40%;
  animation-duration: 8s;
}
.block_mainvisual_bg .round {
  position: relative;
  border-radius: 50%;
}
.block_mainvisual_bg .round-01 {
  z-index: 3;
  top: 40%;
  width: 18vw;
  height: 18vw;
  background: #249157;
  filter: blur(50px);
  animation: flash 5s linear infinite;
}
.block_mainvisual_bg .round-02 {
  top: -20%;
  width: 30vw;
  height: 30vw;
  background-color: #248091;
  filter: blur(80px);
  animation: flash 8s linear infinite;
}
.block_mainvisual_bg .round-03 {
  top: 60%;
  width: 40vw;
  height: 40vw;
  background-color: #245891;
  filter: blur(80px);
  animation: flash 3s linear infinite;
}
@keyframes rotate-item {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.5;
  }
}

.block_mainvisual {
  position: relative;
  height: 100vh;
}
.block_mainvisual .title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40vh;
  transform: translate(-50%, -20%);
  z-index: 2;
}
@media (max-width: 896px) {
  .block_mainvisual .title {
    width: 60vw;
    transform: translate(-50%, 40%);
  }
}
.block_mainvisual .slide .column figure .img_wrap {
  position: relative;
  padding-top: 75vh;
}
@media (max-width: 896px) {
  .block_mainvisual .slide .column figure .img_wrap {
    padding-top: 80vh;
  }
}
.block_mainvisual .slide .column figure .img_wrap span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.block_mainvisual .btn_movie {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 20vh;
  margin-top: 10vh;
  z-index: 2;
}
@media (max-width: 896px) {
  .block_mainvisual .btn_movie {
    margin-left: 15vw;
    margin-top: 10vw;
  }
}
.block_mainvisual .btn_movie a {
  display: flex;
  flex-direction: column; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  background: #ff7fb3;
  line-height: 1;
  width: 200px;
  height: 200px;
  border-radius: 200px;
  position: relative;
  color: #000;
}
@media (max-width: 896px) {
  .block_mainvisual .btn_movie a {
    width: 120px;
    height: 120px;
    border-radius: 120px;
  }
}
.block_mainvisual .btn_movie a:hover {
  background: #000;
  color: #ff7fb3;
}
.block_mainvisual .btn_movie a:hover svg {
  fill: #ff7fb3;
}
.block_mainvisual .btn_movie a .t01 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 896px) {
  .block_mainvisual .btn_movie a .t01 {
    margin-bottom: 5px;
    font-size: 8px;
  }
}
.block_mainvisual .btn_movie a .t02 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 10px;
}
@media (max-width: 896px) {
  .block_mainvisual .btn_movie a .t02 {
    font-size: 16px;
  }
}
.block_mainvisual .btn_movie a svg {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
}
@media (max-width: 896px) {
  .block_mainvisual .btn_movie a svg {
    bottom: 10px;
    width: 20px;
    height: 20px;
    margin-left: -10px;
  }
}

/*----------------------------------------------------
 block_banner
--------------------------------------------------- */
.block_banner {
  position: relative;
  margin-top: -5%;
  margin-bottom: 5%;
}
.block_banner .inner {
  padding: 0 12vw;
}
@media (max-width: 896px) {
  .block_banner .inner {
    padding: 0 20px;
  }
}
.block_banner .inner ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.block_banner .inner ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 5%;
}
.block_banner .inner ul li:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 896px) {
  .block_banner .inner ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
.block_banner .inner ul li a {
  border: 1px #000 solid;
  display: flex;
  padding: 2vw;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  border-radius: 10px;
  font-size: 2vw;
  font-weight: 700;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_banner .inner ul li a:hover {
  background: #000;
  color: #ff7fb3;
}
@media (max-width: 896px) {
  .block_banner .inner ul li a {
    font-size: 14px;
    padding: 10px;
  }
}
.block_banner .inner .link a {
  border: 1px #000 solid;
  display: flex;
  padding: 1vw;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  border-radius: 10px;
  font-size: 1.2vw;
  font-weight: 700;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_banner .inner .link a:hover {
  background: #000;
  color: #ff7fb3;
}
@media (max-width: 896px) {
  .block_banner .inner .link a {
    font-size: 14px;
    padding: 10px;
  }
}

/*----------------------------------------------------
 block_news
--------------------------------------------------- */
.block_news {
  position: relative;
  margin-bottom: 15%;
}
.block_news .inner {
  padding: 0 12vw;
}
@media (max-width: 896px) {
  .block_news .inner {
    padding: 0 20px;
  }
}
.block_news .inner .title {
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 9vw;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 3vw;
}
@media (max-width: 896px) {
  .block_news .inner .title {
    font-size: 40px;
  }
}
.block_news .inner .title small {
  display: block;
  font-size: 1.5vw;
  padding-top: 3vw;
  font-weight: 600;
}
@media (max-width: 896px) {
  .block_news .inner .title small {
    font-size: 12px;
  }
}
.block_news .inner .list {
  padding-left: 20vw;
  border-top: 1px #ccc solid;
}
.block_news .inner .list .banner {
  padding: 3vw 0;
}
@media (max-width: 896px) {
  .block_news .inner .list .banner {
    padding: 20px 0;
  }
}
.block_news .inner .list .banner a {
  display: block;
}
.block_news .inner .list .banner a:hover {
  opacity: 0.5;
}
.block_news .inner .list .banner .youtube {
  position: relative;
  padding-top: 56.25%;
}
.block_news .inner .list .banner .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_news .inner .list .banner a.textlink {
  border: 1px #000 solid;
  display: flex;
  padding: 2vw;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2vw;
  font-weight: 700;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_news .inner .list .banner a.textlink {
    font-size: 14px;
    padding: 10px;
  }
}
.block_news .inner .list .column {
  border-bottom: 1px #ccc solid;
}
.block_news .inner .list .column a {
  display: block;
  padding: 3vw 0;
  position: relative;
}
@media (max-width: 896px) {
  .block_news .inner .list .column a {
    padding: 20px 0;
  }
}
.block_news .inner .list .column a:hover .c_title {
  color: #ff7fb3;
}
.block_news .inner .list .column a .meta {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  margin-bottom: 1vw;
}
.block_news .inner .list .column a .meta time {
  display: block;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1vw;
  font-weight: 700;
  margin-right: 10px;
}
@media (max-width: 896px) {
  .block_news .inner .list .column a .meta time {
    font-size: 10px;
  }
}
.block_news .inner .list .column a .meta ul.category {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_news .inner .list .column a .meta ul.category li {
  display: block;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1vw;
  font-weight: 700;
  margin-left: 1vw;
  border: 1px #666 solid;
  padding: 2px 15px;
  border-radius: 50px;
}
@media (max-width: 896px) {
  .block_news .inner .list .column a .meta ul.category li {
    font-size: 10px;
  }
}
.block_news .inner .list .column a .c_title {
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 896px) {
  .block_news .inner .list .column a .c_title {
    font-size: 16px;
    line-height: 1.8;
  }
}
.block_news .inner .list .column a .arrow {
  position: absolute;
  bottom: 0.5vw;
  right: 0;
}
.block_news .inner .list .column a .arrow svg {
  width: 2.5vw;
  height: 2.5vw;
  transform: rotate(-135deg);
}
@media (max-width: 896px) {
  .block_news .inner .list .column a .arrow svg {
    width: 20px;
    height: 20px;
  }
}

/*----------------------------------------------------
 block_concept
--------------------------------------------------- */
.block_concept {
  position: relative;
  margin-bottom: 15%;
}
.block_concept .inner {
  padding: 0 12vw;
}
@media (max-width: 896px) {
  .block_concept .inner {
    padding: 0 20px;
  }
}
.block_concept .inner .title {
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 3vw;
}
@media (max-width: 896px) {
  .block_concept .inner .title {
    font-size: 10px;
  }
}
.block_concept .inner .copy_en {
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 7vw;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 3vw;
}
@media (max-width: 896px) {
  .block_concept .inner .copy_en {
    font-size: 8.5vw;
  }
}
.block_concept .inner .copy {
  font-size: 3vw;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 3vw;
}
@media (max-width: 896px) {
  .block_concept .inner .copy {
    font-size: 5vw;
    line-height: 1.5;
    margin-bottom: 5vw;
  }
}
.block_concept .inner .textarea {
  padding-left: 20vw;
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
.block_concept .inner .textarea h2 {
  margin-bottom: 3%;
}
.block_concept .inner .textarea p {
  margin-bottom: 3%;
}
@media (max-width: 896px) {
  .block_concept .inner .textarea {
    font-size: 12px;
  }
}
.block_concept .inner .btn {
  padding-left: 20vw;
  padding-top: 5%;
}
.block_concept .inner .btn a {
  display: block;
  background: #ff7fb3;
  color: #000;
  padding: 2vw 2vw;
  font-size: 1.2vw;
  font-weight: 500;
  position: relative;
}
@media (max-width: 896px) {
  .block_concept .inner .btn a {
    font-size: 12px;
  }
}
.block_concept .inner .btn a:hover {
  background: #000;
  color: #ff7fb3;
}
.block_concept .inner .btn a:hover .arrow svg {
  fill: #ff7fb3;
}
.block_concept .inner .btn a .arrow {
  position: absolute;
  bottom: 0.5vw;
  right: 10px;
}
@media (max-width: 896px) {
  .block_concept .inner .btn a .arrow {
    right: 0px;
  }
}
.block_concept .inner .btn a .arrow svg {
  width: 2.5vw;
  height: 2.5vw;
  transform: rotate(-135deg);
}
@media (max-width: 896px) {
  .block_concept .inner .btn a .arrow svg {
    width: 20px;
    height: 20px;
  }
}

/*----------------------------------------------------
 block_outline
--------------------------------------------------- */
.block_outline {
  position: relative;
  margin-bottom: 15%;
}
.block_outline .inner {
  padding: 0 12vw;
}
@media (max-width: 896px) {
  .block_outline .inner {
    padding: 0 20px;
  }
}
.block_outline .inner .title {
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 9vw;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 3vw;
}
@media (max-width: 896px) {
  .block_outline .inner .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.block_outline .inner .title small {
  display: block;
  font-size: 1.5vw;
  padding-top: 3vw;
  font-weight: 600;
}
@media (max-width: 896px) {
  .block_outline .inner .title small {
    font-size: 12px;
  }
}
.block_outline .inner .list {
  padding-left: 20vw;
}
@media (max-width: 896px) {
  .block_outline .inner .list {
    padding-left: 0;
  }
}
.block_outline .inner .list dl {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  position: relative;
}
.block_outline .inner .list dl::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 30%;
  border-bottom: 1px #000 solid;
}
.block_outline .inner .list dl dt {
  width: 30%;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
@media (max-width: 896px) {
  .block_outline .inner .list dl dt {
    font-size: 14px;
  }
}
.block_outline .inner .list dl dd {
  width: 70%;
  border-bottom: 1px #eee solid;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.block_outline .inner .list dl dd small {
  font-size: 1.2vw;
  line-height: 1.5;
  display: block;
  padding-top: 10px;
}
@media (max-width: 896px) {
  .block_outline .inner .list dl dd {
    font-size: 14px;
  }
  .block_outline .inner .list dl dd small {
    font-size: 10px;
    line-height: 1.5;
  }
}

/*----------------------------------------------------
 block_timetable
--------------------------------------------------- */
.block_timetable {
  position: relative;
  margin-bottom: 15%;
}
.block_timetable .inner {
  padding: 0 12vw;
}
@media (max-width: 896px) {
  .block_timetable .inner {
    padding: 0 20px;
  }
}
.block_timetable .inner .title {
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 9vw;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 3vw;
}
@media (max-width: 896px) {
  .block_timetable .inner .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.block_timetable .inner .title small {
  display: block;
  font-size: 1.5vw;
  padding-top: 3vw;
  font-weight: 600;
}
@media (max-width: 896px) {
  .block_timetable .inner .title small {
    font-size: 12px;
  }
}
.block_timetable .inner .coming {
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 4vw;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 896px) {
  .block_timetable .inner .coming {
    font-size: 18px;
  }
}
.block_timetable .inner .day_column {
  margin-bottom: 3vw;
}
@media (max-width: 896px) {
  .block_timetable .inner .day_column {
    padding-left: 15vw;
  }
}
.block_timetable .inner .day_column .day_title {
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 3vw;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 3vw;
  background: #000;
  color: #ff7fb3;
  padding: 1vw 2vw;
}
@media (max-width: 896px) {
  .block_timetable .inner .day_column .day_title {
    font-size: 24px;
  }
}
.block_timetable .inner .day_column .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.block_timetable .inner .day_column .list .column {
  position: relative;
  width: 48%;
  margin-right: 4%;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  padding-bottom: 1.2vw;
  margin-bottom: 1.2vw;
  border-bottom: 1px #000 solid;
}
@media (max-width: 896px) {
  .block_timetable .inner .day_column .list .column {
    flex-direction: column; /* row row-reverse column */
    width: 100%;
    margin-right: 0%;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.block_timetable .inner .day_column .list .column:nth-child(2n) {
  margin-right: 0;
}
.block_timetable .inner .day_column .list .column a.img_link {
  width: 48%;
}
@media (max-width: 896px) {
  .block_timetable .inner .day_column .list .column a.img_link {
    width: 100%;
  }
}
.block_timetable .inner .day_column .list .column a.img_link figure {
  margin-bottom: 10px;
}
.block_timetable .inner .day_column .list .column a.img_link figure .img_wrap {
  padding-top: 56.25%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.5s 0s ease;
}
.block_timetable .inner .day_column .list .column a.img_link figure .img_wrap span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /* background-color: #FFF; */
}
.block_timetable .inner .day_column .list .column a.img_link .arrow {
  display: none;
}
.block_timetable .inner .day_column .list .column .day {
  display: none;
}
.block_timetable .inner .day_column .list .column .meta {
  width: 48%;
}
@media (max-width: 896px) {
  .block_timetable .inner .day_column .list .column .meta {
    width: 100%;
  }
}
.block_timetable .inner .day_column .list .column a.title_link .theme {
  margin-bottom: 0.2vw;
}
@media (max-width: 896px) {
  .block_timetable .inner .day_column .list .column a.title_link .theme {
    display: none;
  }
}
.block_timetable .inner .day_column .list .column a.title_link .theme span {
  display: inline-block;
  background: #66f080;
  color: #000;
  font-size: 1vw;
  line-height: 1.5;
  padding: 2px 5px;
  font-weight: 700;
}
@media (max-width: 896px) {
  .block_timetable .inner .day_column .list .column a.title_link .theme span {
    font-size: 14px;
  }
}
.block_timetable .inner .day_column .list .column a.title_link .c_title {
  font-size: 1.1vw;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.6vw;
  color: #000;
}
@media (max-width: 896px) {
  .block_timetable .inner .day_column .list .column a.title_link .c_title {
    display: none;
  }
}
.block_timetable .inner .day_column .list .column a.title_link .time {
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.2vw;
  color: #000;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_timetable .inner .day_column .list .column a.title_link .time {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.block_timetable .inner .day_column .list .column a.title_link ul.act {
  display: none;
}
.block_timetable .inner .day_column .list .column .price {
  position: absolute;
  top: -0.5vw;
  left: -1vw;
  width: 3vw;
  height: 3vw;
  background: #FF0000;
  color: #FFF;
  font-size: 1vw;
  font-weight: 700;
  border-radius: 3vw;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_timetable .inner .day_column .list .column .price {
    top: -10px;
    right: 25px;
    width: 30px;
    height: 30px;
    font-size: 10px;
    border-radius: 30px;
  }
}
.block_timetable .inner .day_column .list .column ul.place {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_timetable .inner .day_column .list .column ul.place li {
  display: block;
}
.block_timetable .inner .day_column .list .column ul.place li a {
  display: block;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  background: #000;
  color: #FFF;
  font-size: 0.8vw;
  font-weight: 800;
  padding: 0 10px;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 896px) {
  .block_timetable .inner .day_column .list .column ul.place li a {
    font-size: 12px;
  }
}
.block_timetable .inner .day_column .list .column ul.tag {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 896px) {
  .block_timetable .inner .day_column .list .column ul.tag {
    display: none;
  }
}
.block_timetable .inner .day_column .list .column ul.tag li {
  display: block;
}
.block_timetable .inner .day_column .list .column ul.tag li a {
  display: block;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  border: 1px #000 solid;
  color: #000;
  font-size: 0.8vw;
  font-weight: 800;
  padding: 0 10px;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 896px) {
  .block_timetable .inner .day_column .list .column ul.tag li a {
    font-size: 14px;
  }
}
.block_timetable .inner ul.timetable {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  margin-bottom: 5%;
}
@media (max-width: 896px) {
  .block_timetable .inner ul.timetable {
    flex-direction: column; /* row row-reverse column */
    padding-left: 15vw;
    margin-bottom: 20px;
  }
}
.block_timetable .inner ul.timetable li {
  width: 48%;
}
@media (max-width: 896px) {
  .block_timetable .inner ul.timetable li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.block_timetable .inner ul.timetable li .t_title {
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2vw;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .block_timetable .inner ul.timetable li .t_title {
    font-size: 14px;
  }
}
.block_timetable .inner .btn {
  margin-bottom: 5%;
}
@media (max-width: 896px) {
  .block_timetable .inner .btn {
    padding-left: 15vw;
    margin-bottom: 40px;
  }
}
.block_timetable .inner .btn a {
  display: block;
  background: #ff7fb3;
  color: #000;
  padding: 2vw 2vw;
  font-size: 1.2vw;
  font-weight: 700;
  position: relative;
}
@media (max-width: 896px) {
  .block_timetable .inner .btn a {
    font-size: 12px;
  }
}
.block_timetable .inner .btn a:hover {
  background: #000;
  color: #ff7fb3;
}
.block_timetable .inner .btn a:hover .arrow svg {
  fill: #ff7fb3;
}
.block_timetable .inner .btn a .arrow {
  position: absolute;
  bottom: 0.5vw;
  right: 10px;
}
@media (max-width: 896px) {
  .block_timetable .inner .btn a .arrow {
    right: 0px;
  }
}
.block_timetable .inner .btn a .arrow svg {
  width: 2.5vw;
  height: 2.5vw;
  transform: rotate(-135deg);
}
@media (max-width: 896px) {
  .block_timetable .inner .btn a .arrow svg {
    width: 20px;
    height: 20px;
  }
}

/*----------------------------------------------------
 block_program
--------------------------------------------------- */
.block_program {
  position: relative;
  margin-bottom: 15%;
}
.block_program .inner {
  padding: 0 12vw;
}
@media (max-width: 896px) {
  .block_program .inner {
    padding: 0 20px;
  }
}
.block_program .inner .coming {
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 4vw;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 896px) {
  .block_program .inner .coming {
    font-size: 18px;
  }
}
.block_program .inner .title {
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 9vw;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 3vw;
}
@media (max-width: 896px) {
  .block_program .inner .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.block_program .inner .title small {
  display: block;
  font-size: 1.5vw;
  padding-top: 3vw;
  font-weight: 600;
}
@media (max-width: 896px) {
  .block_program .inner .title small {
    font-size: 12px;
  }
}
.block_program .inner .category_title {
  display: block;
  font-size: 1.8vw;
  font-weight: 800;
  margin-bottom: 3vw;
}
@media (max-width: 896px) {
  .block_program .inner .category_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.block_program .inner .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.block_program .inner .list .no_entry {
  text-align: center;
  padding: 40px;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
}
.block_program .inner .list .column {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 6%;
}
.block_program .inner .list .column:nth-child(3n) {
  margin-right: 0%;
}
@media (max-width: 896px) {
  .block_program .inner .list .column {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
  }
  .block_program .inner .list .column:nth-child(3n) {
    margin-right: 0;
  }
}
.block_program .inner .list .column a {
  display: block;
  position: relative;
}
.block_program .inner .list .column a figure {
  margin-bottom: 10px;
}
.block_program .inner .list .column a figure .img_wrap {
  padding-top: 56.25%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.5s 0s ease;
}
.block_program .inner .list .column a figure .img_wrap span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /* background-color: #FFF; */
}
.block_program .inner .list .column a .theme {
  margin-bottom: 0.2vw;
  margin-top: -0.8vw;
}
@media (max-width: 896px) {
  .block_program .inner .list .column a .theme {
    margin-top: -4.8vw;
  }
}
.block_program .inner .list .column a .theme span {
  display: inline-block;
  background: #66f080;
  color: #000;
  font-size: 1.5vw;
  line-height: 1.5;
  padding: 2px 5px;
  font-weight: 700;
}
@media (max-width: 896px) {
  .block_program .inner .list .column a .theme span {
    font-size: 14px;
  }
}
.block_program .inner .list .column a .c_title {
  font-size: 1.3vw;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.6vw;
  color: #000;
}
@media (max-width: 896px) {
  .block_program .inner .list .column a .c_title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.block_program .inner .list .column a .time {
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 0.8vw;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.2vw;
  color: #000;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_program .inner .list .column a .time {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.block_program .inner .list .column a .time span {
  display: inline-block;
  position: relative;
}
.block_program .inner .list .column a .time span::after {
  content: "";
  position: absolute;
  right: -100vw;
  top: 50%;
  width: 100vw;
  margin-right: -5px;
  height: 1px;
  background: #000;
}
.block_program .inner .list .column a ul.act {
  display: block;
  width: 100%;
  border-bottom: 1px #000 solid;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
}
@media (max-width: 896px) {
  .block_program .inner .list .column a ul.act {
    padding-top: 0px;
    padding-bottom: 10px;
  }
}
.block_program .inner .list .column a ul.act li {
  margin: 0 0 0.3vw 0;
  font-size: 1vw;
  font-weight: 800;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_program .inner .list .column a ul.act li figure {
  width: 15%;
  margin: 0;
}
.block_program .inner .list .column a ul.act li figure .img_wrap {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
}
.block_program .inner .list .column a ul.act li figure .img_wrap span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.block_program .inner .list .column a ul.act li .name {
  font-size: 1vw;
  font-weight: 800;
  padding-left: 10px;
}
@media (max-width: 896px) {
  .block_program .inner .list .column a ul.act li .name {
    font-size: 14px;
  }
}
.block_program .inner .list .column a ul.act li .name small {
  font-size: 0.6vw;
  padding-left: 5px;
  letter-spacing: 0;
}
@media (max-width: 896px) {
  .block_program .inner .list .column a ul.act li .name small {
    font-size: 10px;
  }
}
.block_program .inner .list .column a .price {
  position: absolute;
  top: -1vw;
  right: 2.5vw;
  width: 3vw;
  height: 3vw;
  background: #FF0000;
  color: #FFF;
  font-size: 1vw;
  font-weight: 700;
  border-radius: 3vw;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_program .inner .list .column a .price {
    top: -10px;
    right: 25px;
    width: 30px;
    height: 30px;
    font-size: 10px;
    border-radius: 30px;
  }
}
.block_program .inner .list .column a .arrow {
  position: absolute;
  top: -1vw;
  right: -1vw;
  width: 3vw;
  height: 3vw;
  background: #ff7fb3;
  border-radius: 3vw;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_program .inner .list .column a .arrow {
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}
.block_program .inner .list .column a .arrow svg {
  width: 2.5vw;
  height: 2.5vw;
  transform: rotate(-135deg);
}
@media (max-width: 896px) {
  .block_program .inner .list .column a .arrow svg {
    width: 20px;
    height: 20px;
  }
}
.block_program .inner .list .column ul.day {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0.15vw;
  margin-top: -1.3vw;
}
@media (max-width: 896px) {
  .block_program .inner .list .column ul.day {
    margin-bottom: 0.15vw;
    margin-top: -5vw;
  }
}
.block_program .inner .list .column ul.day li {
  margin: 0 0.3vw 0.3vw 0;
}
.block_program .inner .list .column ul.day li a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  width: 3vw;
  height: 3vw;
  border-radius: 3vw;
  background: #000;
  color: #ff7fb3;
  font-size: 1vw;
  font-weight: 800;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 896px) {
  .block_program .inner .list .column ul.day li a {
    width: 12vw;
    height: 12vw;
    border-radius: 12vw;
    font-size: 4vw;
  }
}
.block_program .inner .list .column ul.place {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_program .inner .list .column ul.place li {
  display: block;
  margin-right: 1px;
}
.block_program .inner .list .column ul.place li a {
  display: block;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  background: #000;
  color: #FFF;
  font-size: 0.8vw;
  font-weight: 800;
  padding: 0 5px;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 896px) {
  .block_program .inner .list .column ul.place li a {
    font-size: 14px;
  }
}
.block_program .inner .list .column ul.tag {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.block_program .inner .list .column ul.tag li {
  display: block;
}
.block_program .inner .list .column ul.tag li a {
  display: block;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  border: 1px #000 solid;
  color: #000;
  font-size: 0.8vw;
  font-weight: 800;
  padding: 0 5px;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 896px) {
  .block_program .inner .list .column ul.tag li a {
    font-size: 14px;
  }
}

@media (max-width: 896px) {
  .block_program_navi_area {
    position: relative;
    left: -20px;
    width: calc(100vw - 20px);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
}

.block_program_navi {
  margin-bottom: 3vw;
}
@media (max-width: 896px) {
  .block_program_navi {
    padding-left: 20px;
    padding-right: 50px;
    margin-bottom: 20px;
    width: 200vw;
  }
}
.block_program_navi ul.day {
  display: table;
  width: 100%;
  border: 1px #000 solid;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_program_navi ul.day {
    border-radius: 10px 10px 0 0;
  }
}
.block_program_navi ul.day li {
  display: table-cell;
  border-right: 1px #000 solid;
}
.block_program_navi ul.day li:last-child {
  border: none;
}
.block_program_navi ul.day li a {
  display: block;
  padding: 0.5vw 1vw;
  font-size: 2vw;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 896px) {
  .block_program_navi ul.day li a {
    padding: 2vw 0vw;
    font-size: 5vw;
  }
}
.block_program_navi ul.day li a:hover, .block_program_navi ul.day li a.active {
  background: #000;
  color: #ff7fb3;
}
.block_program_navi ul.tag {
  display: table;
  width: 100%;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
  overflow: hidden;
}
.block_program_navi ul.tag li {
  display: table-cell;
  border-right: 1px #000 solid;
}
.block_program_navi ul.tag li:last-child {
  border: none;
}
.block_program_navi ul.tag li a {
  display: block;
  padding: 0.5vw 1vw;
  font-size: 1vw;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 896px) {
  .block_program_navi ul.tag li a {
    padding: 2vw 0vw;
    font-size: 2.5vw;
  }
}
.block_program_navi ul.tag li a:hover, .block_program_navi ul.tag li a.active {
  background: #000;
  color: #ff7fb3;
}
.block_program_navi ul.place {
  display: table;
  width: 100%;
  border: 1px #000 solid;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_program_navi ul.place {
    border-radius: 0 0 10px 10px;
  }
}
.block_program_navi ul.place li {
  display: table-cell;
  border-right: 1px #ccc solid;
}
.block_program_navi ul.place li:last-child {
  border: none;
}
.block_program_navi ul.place li a {
  display: block;
  padding: 0.5vw 1vw;
  font-size: 1vw;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 800;
  text-align: center;
  background: #000;
  color: #FFF;
}
@media (max-width: 896px) {
  .block_program_navi ul.place li a {
    padding: 2vw 0vw;
    font-size: 2.5vw;
  }
}
.block_program_navi ul.place li a:hover, .block_program_navi ul.place li a.active {
  background: #ff7fb3;
  color: #000;
}

/*----------------------------------------------------
 block_speaker
--------------------------------------------------- */
.block_speaker {
  position: relative;
  margin-bottom: 15%;
}
.block_speaker .inner {
  padding: 0 12vw;
}
@media (max-width: 896px) {
  .block_speaker .inner {
    padding: 0 20px;
  }
}
.block_speaker .inner .coming {
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 4vw;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 896px) {
  .block_speaker .inner .coming {
    font-size: 18px;
  }
}
.block_speaker .inner .title {
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 9vw;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 3vw;
}
@media (max-width: 896px) {
  .block_speaker .inner .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.block_speaker .inner .title small {
  display: block;
  font-size: 1.5vw;
  padding-top: 3vw;
  font-weight: 600;
}
@media (max-width: 896px) {
  .block_speaker .inner .title small {
    font-size: 12px;
  }
}
.block_speaker .inner .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
@media (max-width: 896px) {
  .block_speaker .inner .list {
    width: auto;
    padding-left: 15vw;
  }
}
.block_speaker .inner .list .column {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.block_speaker .inner .list .column:nth-child(4n) {
  margin-right: 0%;
}
@media (max-width: 896px) {
  .block_speaker .inner .list .column {
    width: 48%;
    margin-right: 4%;
  }
  .block_speaker .inner .list .column:nth-child(4n) {
    margin-right: 4%;
  }
  .block_speaker .inner .list .column:nth-child(2n) {
    margin-right: 0%;
  }
}
.block_speaker .inner .list .column a {
  display: block;
  position: relative;
  padding-bottom: 3vw;
}
.block_speaker .inner .list .column a:hover figure .img_wrap {
  transform: scale(1.1, 1.1) translate(0%, 0%);
}
.block_speaker .inner .list .column a:hover .c_title {
  color: #ff7fb3;
}
.block_speaker .inner .list .column a figure {
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 10px;
}
.block_speaker .inner .list .column a figure .img_wrap {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.5s 0s ease;
  background: #66f080;
}
.block_speaker .inner .list .column a figure .img_wrap span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /* background-color: #FFF; */
  opacity: 0;
}
.block_speaker .inner .list .column a figure .img_wrap span.lazyloaded {
  opacity: 1;
  transition: all 0.8s 0.2s ease;
}
.block_speaker .inner .list .column a .c_title {
  text-align: center;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 896px) {
  .block_speaker .inner .list .column a .c_title {
    font-size: 14px;
  }
}
.block_speaker .inner .list .column a .sub_title {
  text-align: center;
  font-size: 0.9vw;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 896px) {
  .block_speaker .inner .list .column a .sub_title {
    font-size: 11px;
  }
}
.block_speaker .inner .list .column a .arrow {
  position: absolute;
  top: 1vw;
  right: 1vw;
  width: 3vw;
  height: 3vw;
  background: #ff7fb3;
  border-radius: 3vw;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_speaker .inner .list .column a .arrow {
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}
.block_speaker .inner .list .column a .arrow svg {
  width: 2.5vw;
  height: 2.5vw;
  transform: rotate(-135deg);
}
@media (max-width: 896px) {
  .block_speaker .inner .list .column a .arrow svg {
    width: 20px;
    height: 20px;
  }
}

/*----------------------------------------------------
 block_about
--------------------------------------------------- */
.block_about {
  position: relative;
  padding: 15% 0;
  margin-bottom: 15%;
  background: #FFF;
}
.block_about .inner {
  padding: 0 12vw;
}
@media (max-width: 896px) {
  .block_about .inner {
    padding: 0 20px;
  }
}
.block_about .inner .title {
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 9vw;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 3vw;
}
@media (max-width: 896px) {
  .block_about .inner .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.block_about .inner .title small {
  display: block;
  font-size: 1.5vw;
  padding-top: 3vw;
  font-weight: 600;
}
@media (max-width: 896px) {
  .block_about .inner .title small {
    font-size: 12px;
  }
}
.block_about .inner .textarea {
  padding-left: 20vw;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 3vw;
}
@media (max-width: 896px) {
  .block_about .inner .textarea {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.block_about .inner .sub_title {
  font-size: 2vw;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 3vw;
  font-weight: 600;
  padding-top: 3vw;
}
@media (max-width: 896px) {
  .block_about .inner .sub_title {
    font-size: 18px;
    margin-bottom: 20px;
    padding-top: 20px;
  }
}
.block_about .inner .address {
  font-size: 1.2vw;
  font-weight: 200;
  margin-bottom: 3vw;
  font-weight: 600;
}
@media (max-width: 896px) {
  .block_about .inner .address {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.block_about .inner .member_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.block_about .inner .member_list .column {
  width: 45%;
  margin-right: 10%;
  margin-bottom: 6%;
}
.block_about .inner .member_list .column:nth-child(2n) {
  margin-right: 0%;
}
@media (max-width: 896px) {
  .block_about .inner .member_list .column {
    width: 100%;
    margin-right: 0%;
  }
  .block_about .inner .member_list .column:nth-child(3n) {
    margin-right: 0%;
  }
  .block_about .inner .member_list .column:nth-child(2n) {
    margin-right: 0%;
  }
}
.block_about .inner .member_list .column figure {
  margin-bottom: 2vw;
}
.block_about .inner .member_list .column figure .img_wrap {
  padding-top: 100%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.5s 0s ease;
  background: #66f080;
}
.block_about .inner .member_list .column figure .img_wrap span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
}
.block_about .inner .member_list .column figure .img_wrap span.lazyloaded {
  opacity: 1;
  transition: all 0.8s 0.2s ease;
}
.block_about .inner .member_list .column .c_title {
  font-size: 2vw;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 896px) {
  .block_about .inner .member_list .column .c_title {
    font-size: 22px;
  }
}
.block_about .inner .member_list .column .c_title small {
  font-style: 1.5vw;
}
@media (max-width: 896px) {
  .block_about .inner .member_list .column .c_title small {
    font-size: 14px;
  }
}
.block_about .inner .member_list .column .c_sub_title {
  font-size: 1vw;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 2vw;
}
@media (max-width: 896px) {
  .block_about .inner .member_list .column .c_sub_title {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
.block_about .inner .member_list .column p {
  font-size: 1vw;
  line-height: 2;
}
@media (max-width: 896px) {
  .block_about .inner .member_list .column p {
    font-size: 12px;
  }
}
.block_about .inner .sponsored .sub_title {
  text-align: center;
}
.block_about .inner ul.img_list {
  text-align: center;
}
@media (max-width: 896px) {
  .block_about .inner ul.img_list {
    padding-left: 8vw;
  }
}
.block_about .inner ul.img_list li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 10px 10px 10px;
}
@media (max-width: 896px) {
  .block_about .inner ul.img_list li {
    font-size: 12px;
  }
}
.block_about .inner ul.img_list li.big figure {
  width: 200px;
  height: 100px;
}
@media (max-width: 896px) {
  .block_about .inner ul.img_list li.big figure {
    width: 30vw;
    height: 15vw;
  }
}
.block_about .inner ul.img_list li figure {
  width: 100px;
  height: 50px;
  position: relative;
}
@media (max-width: 896px) {
  .block_about .inner ul.img_list li figure {
    width: 34vw;
    height: 16vw;
  }
}
.block_about .inner ul.img_list li figure span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/*----------------------------------------------------
 block_footer
--------------------------------------------------- */
.fix_bottom_footer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s 0s ease;
}
body.page .fix_bottom_footer {
  display: none;
}

body.footer_view .fix_bottom_footer {
  opacity: 1;
  visibility: visible;
}

.fix_bottom_footer .copy {
  font-size: 3vw;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 3vw;
}
body.page .fix_bottom_footer .copy {
  display: none;
}

@media (max-width: 896px) {
  .fix_bottom_footer .copy {
    font-size: 7vw;
    text-align: center;
  }
}
.fix_bottom_footer .copyright {
  position: absolute;
  bottom: 4vw;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2vw;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 896px) {
  .fix_bottom_footer .copyright {
    font-size: 16px;
  }
}

.block_footer {
  position: relative;
  height: 100vh;
}
body.page .block_footer {
  height: 20vh;
}

.block_footer .inner {
  padding: 0 12vw;
}
.block_footer .inner .copyright {
  width: 100%;
  text-align: center;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2vw;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0;
  display: none;
}
@media (max-width: 896px) {
  .block_footer .inner .copyright {
    font-size: 16px;
  }
}
body.page .block_footer .inner .copyright {
  display: block;
}

.block_footer .inner .coming {
  text-align: center;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 4vw;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 15%;
}
@media (max-width: 896px) {
  .block_footer .inner .coming {
    font-size: 24px;
  }
}

/*----------------------------------------------------
.block_pager
--------------------------------------------------- */
.block_pager {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_pager .page-numbers {
  width: 50px;
  height: 50px;
  margin: 0 10px;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  background: #ff7fb3;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_pager .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
.block_pager .page-numbers.current {
  background: #000;
  color: #ff7fb3;
}
.block_pager .page-numbers.dots {
  border: none;
  background: none;
  color: #000;
}
.block_pager .page-numbers:hover {
  background: #000;
  color: #ff7fb3;
}
.block_pager a.prev,
.block_pager .prev a {
  margin: 0 10px;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  border-radius: 50px;
  background: #000;
  transition: all 0.5s 0s ease;
  text-indent: -9999px;
  background: #ff7fb3 url(../img/common/arrow_prev.svg) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 896px) {
  .block_pager a.prev,
  .block_pager .prev a {
    width: 30px;
    height: 30px;
    background: #ff7fb3 url(../img/common/arrow_prev.svg) no-repeat center center;
    background-size: 10px;
  }
}
.block_pager a.prev:hover,
.block_pager .prev a:hover {
  background: #000 url(../img/common/arrow_prev_w.svg) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 896px) {
  .block_pager a.prev:hover,
  .block_pager .prev a:hover {
    width: 30px;
    height: 30px;
    background: #ff7fb3 url(../img/common/arrow_prev.svg) no-repeat center center;
    background-size: 10px;
  }
}
.block_pager a.next,
.block_pager .next a {
  margin: 0 10px;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  border-radius: 50px;
  transition: all 0.5s 0s ease;
  text-indent: -9999px;
  background: #ff7fb3 url(../img/common/arrow_next.svg) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 896px) {
  .block_pager a.next,
  .block_pager .next a {
    width: 30px;
    height: 30px;
    background: #ff7fb3 url(../img/common/arrow_next.svg) no-repeat center center;
    background-size: 10px;
  }
}
.block_pager a.next:hover,
.block_pager .next a:hover {
  background: #000 url(../img/common/arrow_next_w.svg) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 896px) {
  .block_pager a.next:hover,
  .block_pager .next a:hover {
    width: 30px;
    height: 30px;
    background: #ff7fb3 url(../img/common/arrow_next.svg) no-repeat center center;
    background-size: 10px;
  }
}
.block_pager a.list {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  background: #ff7fb3;
  border-radius: 50px;
  margin: 0 10px;
  color: #000;
  padding: 0 20px;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-style: normal;
  transition: all 0.5s 0s ease;
  background: #ff7fb3;
}
.block_pager a.list:hover {
  background: #000;
  color: #ff7fb3;
}

/*----------------------------------------------------
 block_entry
--------------------------------------------------- */
.block_entry {
  position: relative;
  margin-bottom: 15%;
}
.block_entry .inner {
  padding: 0 12vw;
}
@media (max-width: 896px) {
  .block_entry .inner {
    padding: 0 20px;
  }
}
.block_entry .inner .summary {
  margin-bottom: 3vw;
}
.block_entry .inner .summary figure.mainvisual {
  margin-bottom: 3vw;
}
.block_entry .inner .summary figure.mainvisual .img_wrap {
  position: relative;
  padding-top: 56.25%;
}
.block_entry .inner .summary figure.mainvisual .img_wrap span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 896px) {
  .block_entry .inner .summary {
    margin-bottom: 15%;
  }
}
.block_entry .inner .summary.center_text {
  text-align: center;
}
.block_entry .inner .summary .title {
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 3vw;
}
@media (max-width: 896px) {
  .block_entry .inner .summary .title {
    font-size: 16px;
    line-height: 1.8;
  }
}
.block_entry .inner .summary .sub_title {
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 3vw;
}
@media (max-width: 896px) {
  .block_entry .inner .summary .sub_title {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}
.block_entry .inner .summary .meta {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  margin-bottom: 1vw;
}
.block_entry .inner .summary .meta time {
  display: block;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1vw;
  font-weight: 700;
  margin-right: 10px;
}
@media (max-width: 896px) {
  .block_entry .inner .summary .meta time {
    font-size: 10px;
  }
}
.block_entry .inner .summary .meta ul.category {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_entry .inner .summary .meta ul.category li {
  display: block;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1vw;
  font-weight: 700;
  margin-left: 1vw;
  border: 1px #666 solid;
  padding: 2px 15px;
  border-radius: 50px;
}
@media (max-width: 896px) {
  .block_entry .inner .summary .meta ul.category li {
    font-size: 10px;
  }
}
.block_entry .inner .summary ul.day {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0.15vw;
  margin-top: -5vw;
  position: relative;
}
.block_entry .inner .summary ul.day li {
  margin: 0 0.3vw 0.3vw 0;
}
.block_entry .inner .summary ul.day li a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  width: 10vw;
  height: 10vw;
  border-radius: 10vw;
  background: #000;
  color: #ff7fb3;
  font-size: 3vw;
  font-weight: 800;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 896px) {
  .block_entry .inner .summary ul.day li a {
    width: 12vw;
    height: 12vw;
    font-size: 4vw;
  }
}
.block_entry .inner .summary .theme {
  margin-bottom: 0.2vw;
  margin-top: -2vw;
  position: relative;
}
@media (max-width: 896px) {
  .block_entry .inner .summary .theme {
    margin-top: -5vw;
  }
}
.block_entry .inner .summary .theme span {
  display: inline-block;
  background: #66f080;
  color: #000;
  font-size: 3vw;
  line-height: 1.5;
  padding: 2px 5px;
  font-weight: 700;
}
@media (max-width: 896px) {
  .block_entry .inner .summary .theme span {
    font-size: 14px;
  }
}
.block_entry .inner .summary .price {
  margin-bottom: 2vw;
}
@media (max-width: 896px) {
  .block_entry .inner .summary .price {
    margin-bottom: 10px;
  }
}
.block_entry .inner .summary .price span {
  display: inline-block;
  background: #666;
  color: #FFF;
  font-size: 1.5vw;
  font-weight: 800;
  padding: 0 2vw;
  border-radius: 30vw;
}
@media (max-width: 896px) {
  .block_entry .inner .summary .price span {
    font-size: 14px;
    padding: 0 10px;
  }
}
.block_entry .inner .summary .price span.ari {
  background: #FF0000;
}
.block_entry .inner .summary .price_btn {
  margin-bottom: 2vw;
}
@media (max-width: 896px) {
  .block_entry .inner .summary .price_btn {
    margin-bottom: 10px;
  }
}
.block_entry .inner .summary .price_btn a {
  display: block;
  color: #000;
  background: #66f080;
  text-align: center;
  font-size: 1.5vw;
  font-weight: 800;
  padding: 2vw 2vw;
}
.block_entry .inner .summary .price_btn a:hover {
  color: #66f080;
  background: #000;
}
@media (max-width: 896px) {
  .block_entry .inner .summary .price_btn a {
    font-size: 14px;
    padding: 20px 10px;
  }
}
.block_entry .inner .summary .price_btn a.ari {
  background: #d04242;
}
.block_entry .inner .summary .time {
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.2vw;
  color: #000;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_entry .inner .summary .time {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.block_entry .inner .summary .time span {
  display: inline-block;
  position: relative;
}
.block_entry .inner .summary .time span::after {
  content: "";
  position: absolute;
  right: -90vw;
  top: 50%;
  width: 90vw;
  margin-right: -5px;
  height: 1px;
  background: #000;
}
.block_entry .inner .summary ul.place {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_entry .inner .summary ul.place li {
  display: block;
}
.block_entry .inner .summary ul.place li a {
  display: block;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  background: #000;
  color: #FFF;
  font-size: 1.5vw;
  font-weight: 800;
  padding: 0 5px;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 896px) {
  .block_entry .inner .summary ul.place li a {
    font-size: 12px;
  }
}
.block_entry .inner .summary ul.tag {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_entry .inner .summary ul.tag li {
  display: block;
}
.block_entry .inner .summary ul.tag li a {
  display: block;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  border: 1px #000 solid;
  color: #000;
  font-size: 1.5vw;
  font-weight: 800;
  padding: 0 5px;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 896px) {
  .block_entry .inner .summary ul.tag li a {
    font-size: 12px;
  }
}
.block_entry .inner .entry {
  padding: 0 12vw;
  margin-bottom: 3vw;
}
@media (max-width: 896px) {
  .block_entry .inner .entry {
    padding: 0 20px;
    margin-bottom: 15%;
  }
}
.block_entry .inner .entry ul.act {
  display: block;
  width: 100%;
  border-bottom: 1px #000 solid;
  padding-top: 0.5vw;
  padding-bottom: 1.5vw;
  margin-bottom: 1.5vw;
}
@media (max-width: 896px) {
  .block_entry .inner .entry ul.act {
    padding-top: 0px;
    padding-bottom: 10px;
  }
}
.block_entry .inner .entry ul.act li {
  margin: 0 0 1vw 0;
  font-size: 1vw;
  font-weight: 800;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_entry .inner .entry ul.act li a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  width: 100%;
}
.block_entry .inner .entry ul.act li figure {
  width: 15%;
  margin: 0;
}
.block_entry .inner .entry ul.act li figure .img_wrap {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
}
.block_entry .inner .entry ul.act li figure .img_wrap span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.block_entry .inner .entry ul.act li .name {
  font-size: 2vw;
  font-weight: 800;
  padding-left: 20px;
}
@media (max-width: 896px) {
  .block_entry .inner .entry ul.act li .name {
    font-size: 14px;
  }
}
.block_entry .inner .entry ul.act li .name small {
  font-size: 1.2vw;
  padding-left: 15px;
  letter-spacing: 0;
}
@media (max-width: 896px) {
  .block_entry .inner .entry ul.act li .name small {
    font-size: 10px;
  }
}

/*----------------------------------------------------
  .header_ticket
--------------------------------------------------- */
.header_ticket {
  position: fixed;
  top: 0;
  right: 120px;
  z-index: 100;
}
@media (max-width: 896px) {
  .header_ticket {
    top: 70px;
    right: 0px;
  }
}
.header_ticket a {
  display: flex;
  flex-direction: column; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  height: 120px;
  width: 150px;
  background: #66f080;
  text-align: center;
  color: #000;
  line-height: 1.5;
}
@media (max-width: 896px) {
  .header_ticket a {
    height: 70px;
    width: 70px;
    padding: 0px 0px;
  }
}
.header_ticket a .en {
  font-size: 24px;
  font-weight: 800;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 896px) {
  .header_ticket a .en {
    font-size: 14px;
  }
}
.header_ticket a .ja {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 10px;
}
@media (max-width: 896px) {
  .header_ticket a .ja {
    display: none;
  }
}
.header_ticket a .today {
  font-size: 10px;
  font-weight: 800;
}
.header_ticket a .today::before {
  content: "-";
}
.header_ticket a .today::after {
  content: "-";
}
@media (max-width: 896px) {
  .header_ticket a .today {
    font-size: 8px;
    padding-top: 5px;
    letter-spacing: 0;
  }
}
.header_ticket a:hover {
  background: #000;
  color: #66f080;
}/*# sourceMappingURL=common.css.map */