@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)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@font-face {
  font-family: "dot_font";
  src: url("../fonts/JF-Dot-MPlusS10B.woff") format("woff");
}
/*
font-family: ab-polcadot, sans-serif;
font-style: normal;
font-weight: 400;

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

body.menu_open,
body.modal_open {
  overflow: hidden;
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

.pc_only {
  display: block;
}
@media (max-width: 896px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 896px) {
  .sp_only {
    display: block;
  }
}

img {
  width: 100%;
  height: auto;
}

::-moz-selection {
  background: #333333;
  color: #fff;
}

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

::-moz-selection {
  background: #ccc;
  color: #fff;
}

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

a:hover {
  text-decoration: none;
}

/*----------------------------------------------------
  parts
--------------------------------------------------- */
/*----------------------------------------------------
atention
--------------------------------------------------- */
.atention {
  position: relative;
  width: 20px;
  height: 20px;
  z-index: 2;
  margin: 0 auto;
  border-radius: 50%;
  background: white;
  background: linear-gradient(135deg, white 0%, white 22%, #ddd 44%, #a5a5a5 52%, black 100%);
  box-shadow: -1px -5px 6px rgba(0, 0, 0, 0.2), 2px 2px 4px #fff, 0 10px 10px rgba(0, 0, 0, 0.1), inset 0 -4px 5px rgba(0, 0, 0, 0.1);
}
.atention::before {
  position: absolute;
  top: 1.5px;
  left: 1.5px;
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  border-radius: 50%;
  background: #515151;
  background: linear-gradient(135deg, #515151 0%, #515151 19%, #ededed 50%, white 77%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#515151", endColorstr="#ffffff", GradientType=1);
}
.atention .a_in {
  font-size: 14px;
  line-height: 1.2;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 15px;
  height: 15px;
  padding: 0px 0 0;
  color: #fff;
  border-radius: 50%;
  background: #959595;
  background: rgb(255, 255, 0);
  background: radial-gradient(circle, rgb(255, 255, 0) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: inset 0 1px 1px #000, 0 2px 4px rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#959595", endColorstr="#1b1b1b", GradientType=1);
  animation: aten_loop 2s 0s ease infinite;
}
.atention:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  background: radial-gradient(circle, rgb(255, 255, 0) 0%, rgba(0, 0, 0, 0) 80%);
  border-radius: 50%;
  animation: aten_loop2 2s 0s ease infinite;
}
.atention.none .a_in {
  background: none;
  box-shadow: none;
}
.atention.none:after {
  display: none;
}

@keyframes aten_loop2 {
  0% {
    opacity: 1;
    transform: scale(0.5, 0.5);
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    transform: scale(1.5, 1.5);
  }
  100% {
    opacity: 0;
    transform: scale(1.5, 1.5);
  }
}
/*----------------------------------------------------
btn
--------------------------------------------------- */
.btn a {
  position: relative;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.3s;
}
.btn a span {
  display: block;
  background: #FF3214;
  border: 2px #222 solid;
  color: #222;
  box-sizing: border-box;
  position: relative;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 700;
  transition: all 0.3s;
  font-family: "Montserrat", "Zen Kaku Gothic Antique", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.btn a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s;
  transform: translate3d(0, 0.45rem, -1rem);
  border: 2px solid #222;
  border-radius: inherit;
  background: #AD1707;
  box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.2);
}
.btn a:hover {
  transform: translate(0, 0.25rem);
}
.btn a:hover span {
  background: #AD1707;
}
.btn a:hover:before {
  transform: translate3d(0, 0.2rem, -1rem);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 896px) {
  .btn a {
    border-radius: 50px;
  }
  .btn a span {
    padding: 10px 20px;
    font-size: 14px;
  }
}
/*----------------------------------------------------
  .block_logo
--------------------------------------------------- */
.block_logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 10;
  background: #FFF;
  border-bottom: 1px #ccc solid;
  line-height: 1;
}
@media (max-width: 896px) {
  .block_logo {
    height: 35px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }
}
.block_logo .logo a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% - 400px);
  color: #ccc;
}
@media (max-width: 896px) {
  .block_logo .logo a {
    width: calc(100% - 210px);
  }
}
.block_logo .logo a span {
  margin: 0 40px;
  display: block;
  margin-top: 26px;
  line-height: 1;
  width: 400px;
}
@media (max-width: 896px) {
  .block_logo .logo a span {
    margin: 0 10px;
    width: 140px;
    margin-top: 12px;
  }
  .block_logo .logo a span em {
    display: none;
  }
}
.block_logo .logo a:hover {
  background: #ccc;
}
@media (max-width: 896px) {
  .block_logo .logo a:hover {
    background: none;
  }
}
.block_logo .logo a:active {
  background: #ccc;
}
@media (max-width: 896px) {
  .block_logo .logo a:active {
    background: #FFF;
  }
}
.block_logo ul.sns {
  position: absolute;
  top: -1px;
  right: 80px;
  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  */
}
@media (max-width: 896px) {
  .block_logo ul.sns {
    right: 70px;
  }
}
.block_logo ul.sns li {
  width: 80px;
  border-left: 1px #ccc solid;
  box-sizing: border-box;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_logo ul.sns li {
    width: 35px;
  }
}
.block_logo ul.sns 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  */
  height: 80px;
}
@media (max-width: 896px) {
  .block_logo ul.sns li a {
    height: 35px;
  }
}
.block_logo ul.sns li a svg {
  width: 25px;
  height: 25px;
  fill: #ccc;
}
@media (max-width: 896px) {
  .block_logo ul.sns li a svg {
    width: 15px;
    height: 15px;
  }
}
.block_logo ul.sns li a:hover {
  background: #ccc;
}
.block_logo ul.sns li a:hover svg {
  fill: #FF3214;
}
@media (max-width: 896px) {
  .block_logo ul.sns li a:hover {
    background: none;
  }
}
.block_logo ul.sns li a:active {
  background: #ccc;
}
.block_logo ul.sns li a:active svg {
  fill: #FF3214;
}
.block_logo ul.sns li.tw a svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 896px) {
  .block_logo ul.sns li.tw a svg {
    width: 20px;
    height: 20px;
  }
}

/*----------------------------------------------------
  .block_header
--------------------------------------------------- */
.block_header {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  z-index: 100;
  background: #FFF;
  transition: all 0.5s 0s ease;
  border-left: 1px #222 solid;
  box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.block_header .title {
  position: absolute;
  top: 410px;
  left: -110px;
  width: 300px;
  margin-top: 50px;
  line-height: 1;
  transform: rotate(90deg);
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-size: 18px;
}
.block_header .title a {
  display: block;
  color: #ccc;
}
.block_header .title svg {
  vertical-align: top;
}
.block_header ul.sns {
  position: absolute;
  bottom: 0;
  left: 0;
}
.block_header ul.sns li a {
  border-top: 1px #ccc solid;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  position: relative;
}
.block_header ul.sns li a svg {
  position: relative;
  fill: #ccc;
  width: 24px;
  transition: all 0.5s 0s ease;
}
.block_header ul.sns li a:hover svg {
  fill: #FFF;
}
.block_header ul.sns li.is a {
  transition: all 0.5s 0s ease;
}
.block_header ul.sns li.is a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/is_bg.png) no-repeat center center;
  background-size: cover;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
.block_header ul.sns li.is a:hover:before {
  opacity: 1;
}
.block_header ul.sns li.tw a {
  transition: all 0.5s 0s ease;
}
.block_header ul.sns li.tw a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/is_bg.png) no-repeat center center;
  background-size: cover;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
.block_header ul.sns li.tw a:hover {
  background: #000;
}

@media only screen and (max-width: 896px) {
  .block_header {
    display: none;
  }
}
/*----------------------------------------------------
.buy_ticket
--------------------------------------------------- */
.buy_ticket {
  position: fixed;
  top: 79px;
  right: -1px;
  width: 80px;
  height: 201px;
  z-index: 100;
  border-top: 1px #222 solid;
  border-bottom: 1px #222 solid;
}
@media (max-width: 896px) {
  .buy_ticket {
    display: none;
  }
  body.top .buy_ticket {
    display: block;
    top: 89px;
    right: -1px;
    width: 40px;
    height: 120px;
    z-index: 11;
  }
  body.top_sp_remove .buy_ticket {
    transform: translateX(50px);
    transition: all 0.5s 0s ease;
  }
}
.buy_ticket a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  writing-mode: vertical-rl;
  color: #588da9;
  font-family: "Roboto", sans-serif;
  width: 80px;
  height: 200px;
  background: #FF3214;
  color: #222;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media (max-width: 896px) {
  .buy_ticket a {
    width: 40px;
    height: 120px;
    font-size: 12px;
  }
}
.buy_ticket a:hover {
  background: #222;
  color: #FF3214;
}

/*----------------------------------------------------
block_navi
--------------------------------------------------- */
.block_navi {
  position: fixed;
  display: block;
  top: 10px;
  right: 10px;
  width: 80px;
  height: 80px;
  z-index: 120;
}
.block_navi:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transform: translate3d(0, 0.45rem, -1rem);
  border: 2px solid #222;
  background: #AD1707;
  border-radius: 5px;
  box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.2);
}
.block_navi:before:hover::before {
  background: #AD1707;
}
.block_navi a {
  position: relative;
  display: block;
  width: 81px;
  height: 81px;
  background: #FF3214;
  border: 2px #222 solid;
  border-radius: 5px;
}
.block_navi a:hover {
  background: #222;
}
.block_navi a:hover span.l1,
.block_navi a:hover span.l2,
.block_navi a:hover span.l3 {
  background: #FF3214;
}
.block_navi a:hover span.t {
  color: #FF3214;
}
.block_navi a .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  margin-top: -34px;
  margin-left: -34px;
  overflow: hidden;
  transition: all 0.4s 0s ease;
}
.block_navi a span.t {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 10px;
  margin-top: 15px;
  font-family: "Montserrat", "IBM Plex Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 800;
  color: #ccc;
  letter-spacing: 0;
  display: none;
}
.block_navi a span.l1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 2px;
  margin-left: -12px;
  background: #222;
  transform-origin: center center;
  margin-top: -7px;
}
.block_navi a span.l2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 2px;
  margin-left: -12px;
  background: #222;
  transform-origin: center center;
  margin-top: -1px;
}
.block_navi a span.l3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 2px;
  margin-left: -12px;
  background: #222;
  transform-origin: center center;
  margin-top: 5px;
}

body.menu_open .block_navi {
  top: 0;
  right: 0;
}

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

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

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

@media only screen and (max-width: 896px) {
  .block_navi {
    top: 10px;
    right: 10px;
    width: 58px;
    height: 58px;
  }
  .block_navi a {
    width: 58px;
    height: 58px;
    border-radius: 5px;
  }
  .block_navi span.t {
    font-size: 8px;
  }
}
/*----------------------------------------------------
.block_sp_menu
--------------------------------------------------- */
.block_sp_menu {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 450px;
  height: 100%;
  z-index: 90;
  background: rgba(255, 255, 255, 0.9);
  border-left: 1px #222 solid;
  transition: all 0.8s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
  transform: translate(110%, 0%);
  box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.block_sp_menu .inner {
  position: absolute;
  top: 0;
  left: 0px;
  width: 370px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.block_sp_menu .inner .menu_wrap {
  display: flex;
  flex-direction: column; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_sp_menu .inner .menu_wrap ul.menu {
  width: 100%;
  display: flex;
  flex-direction: column; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_sp_menu .inner .menu_wrap ul.menu li {
  width: 100%;
  position: relative;
  border-bottom: 1px #222 solid;
}
.block_sp_menu .inner .menu_wrap ul.menu li > a, .block_sp_menu .inner .menu_wrap ul.menu li > .coming {
  display: block;
  position: relative;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 0.02em;
  font-weight: 900;
  padding: 30px 20px 30px 50px;
  font-style: normal;
  background: #FF3214;
  color: #222;
  font-family: "Montserrat", "IBM Plex Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.block_sp_menu .inner .menu_wrap ul.menu li > a:hover, .block_sp_menu .inner .menu_wrap ul.menu li > .coming:hover {
  background: #222;
  color: #FF3214;
}
.block_sp_menu .inner .menu_wrap ul.menu li > a:active, .block_sp_menu .inner .menu_wrap ul.menu li > .coming:active {
  background: #222;
  color: #FF3214;
}
.block_sp_menu .inner .menu_wrap ul.menu li > a small, .block_sp_menu .inner .menu_wrap ul.menu li > .coming small {
  display: inline-block;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  margin-left: 10px;
  opacity: 1;
}
.block_sp_menu .inner .menu_wrap ul.menu li > a .atention, .block_sp_menu .inner .menu_wrap ul.menu li > .coming .atention {
  position: absolute;
  top: 27px;
  left: 20px;
}
.block_sp_menu .inner .menu_wrap ul.menu li > .coming {
  background: #FFF;
  color: #222;
  opacity: 0.3;
}
.block_sp_menu .inner .menu_wrap ul.menu li > .coming:hover {
  background: #FFF;
  color: #222;
}
.block_sp_menu .inner .menu_wrap ul.menu li .category {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 0.5em;
  font-weight: 900;
  color: #FF3214;
  background: #222;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  padding-top: 10px;
}
.block_sp_menu .inner .menu_wrap ul.menu li .category.bt {
  border-top: 1px #333 solid;
  top: -40px;
  height: calc(100% + 40px);
}
@media (max-width: 896px) {
  .block_sp_menu .inner .menu_wrap ul.menu li .category.bt {
    top: -30px;
    height: calc(100% + 30px);
  }
}
.block_sp_menu .inner .menu_wrap ul.menu li ul.sub_menu {
  padding-left: 40px;
}
.block_sp_menu .inner .menu_wrap ul.menu li ul.sub_menu li:last-child {
  border: none;
}
.block_sp_menu .inner .sns {
  padding: 20px 0 20px 20px;
  line-height: 1;
  color: #000;
  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_sp_menu .inner .sns p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  margin-right: 20px;
  color: #ccc;
}
.block_sp_menu .inner .sns ul {
  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_sp_menu .inner .sns ul li {
  margin-right: 20px;
}
.block_sp_menu .inner .sns ul li a {
  fill: #ccc;
}
.block_sp_menu .inner .sns ul li a:hover {
  fill: #FF3214;
}
.block_sp_menu .update {
  display: none;
}
@media (max-width: 896px) {
  .block_sp_menu .update {
    display: block;
  }
}

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

@media only screen and (max-width: 896px) {
  .block_sp_menu {
    width: 320px;
  }
  .block_sp_menu .inner {
    top: 35px;
    height: calc(100% - 35px);
    width: 320px;
  }
  .block_sp_menu .inner .menu_wrap ul.menu {
    width: 100%;
  }
  .block_sp_menu .inner .menu_wrap ul.menu li > a, .block_sp_menu .inner .menu_wrap ul.menu li > .coming {
    font-size: 14px;
    padding: 20px 20px 20px 40px;
  }
  .block_sp_menu .inner .menu_wrap ul.menu li > a .atention, .block_sp_menu .inner .menu_wrap ul.menu li > .coming .atention {
    top: 15px;
    left: 12px;
  }
  .block_sp_menu .inner .menu_wrap ul.menu li .category {
    width: 40px;
    font-size: 14px;
  }
  .block_sp_menu .inner .sns {
    padding: 20px 0 20px 20px;
  }
  .block_sp_menu .inner .sns p {
    font-size: 10px;
    margin-right: 20px;
  }
  .block_sp_menu .inner .sns ul li {
    margin-right: 10px;
  }
  .block_sp_menu .inner .sns ul li svg {
    width: 20px;
    height: 20px;
  }
  .update {
    position: fixed;
    top: 0px;
    right: -100vh;
    width: 100vh;
    height: 40px;
    z-index: 110;
    transform-origin: left top;
    transform: rotate(90deg);
    overflow: hidden;
    background: #ccc;
    border-bottom: 1px #ccc solid;
  }
  .update a {
    display: block;
    color: #ccc;
  }
  .update p {
    font-size: 40px;
    display: inline-block;
    padding-left: 100%;
    white-space: nowrap;
    line-height: 40px;
    color: #FF3214;
    letter-spacing: -0.1em;
    animation: denkoukeijiban 8s steps(18, end) 0s infinite;
  }
  .update p span {
    display: block;
    font-family: ab-polcadot, "IBM Plex Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .update p time {
    font-family: "Montserrat", "IBM Plex Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 12px;
    margin-right: 10px;
  }
  @keyframes denkoukeijiban {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
}
/*----------------------------------------------------
modal_bg
--------------------------------------------------- */
.modal_bg {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(48, 65, 80, 0.95);
  visibility: hidden;
  transition: all 0.7s 0s ease;
  opacity: 0;
  /* transform: translate(100%,0); */
}

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

@media only screen and (max-width: 896px) {
  .modal_bg {
    transform: translate(0%, 0);
    transition: all 0.7s 0s ease;
    opacity: 0;
  }
  body.menu_open .modal_bg {
    opacity: 1;
  }
}
/*----------------------------------------------------
wrapper
--------------------------------------------------- */
.wrapper {
  overflow: hidden;
  position: relative;
  z-index: 2;
  transform-origin: left top;
  transition: all 0.8s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
}

body.page .wrapper,
body.entry_page .wrapper {
  padding-top: 50px;
}

body.menu_open .wrapper,
body.modal_open .wrapper {
  transform: translate(-80px, 0);
}

@media only screen and (max-width: 896px) {
  .wrapper {
    padding-right: 0px;
  }
  body.page .wrapper,
  body.entry_page .wrapper {
    padding-top: 35px;
  }
}
/*----------------------------------------------------
block_bottom
--------------------------------------------------- */
.block_bottom {
  position: fixed;
  top: 280px;
  right: 0;
  right: calc(-100vh + 280px);
  width: calc(100vh - 280px);
  height: 80px;
  z-index: 110;
  transform-origin: left top;
  transform: rotate(90deg);
  overflow: hidden;
  border-bottom: 1px #222 solid;
}
@media (max-width: 896px) {
  body.top .block_bottom {
    z-index: 10;
    display: block;
    top: 0;
    right: -100vh;
    width: 100vh;
    height: 40px;
    border-bottom: 1px #ccc solid;
    background: #588da9;
  }
  body.top .block_bottom .news p {
    line-height: 40px;
    font-size: 40px;
  }
  body.top_sp_remove .block_bottom {
    transform: translateX(50px);
    transition: all 0.5s 0s ease;
  }
}
.block_bottom .news a {
  display: block;
  color: #FF3214;
  background: #ccc;
}
.block_bottom .news a:hover {
  color: #ccc;
  background: #FF3214;
}
.block_bottom .news p {
  font-size: 46px;
  font-size: 80px;
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  line-height: 80px;
  letter-spacing: -0.1em;
  animation: denkoukeijiban 8s steps(18, end) 0s infinite;
}
.block_bottom .news p span {
  display: block;
  font-family: ab-polcadot, "IBM Plex Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.block_bottom .news p time {
  font-family: "Montserrat", "IBM Plex Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 12px;
  margin-right: 10px;
}
@keyframes denkoukeijiban {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media only screen and (max-width: 896px) {
  .block_bottom {
    display: none;
  }
}
/*----------------------------------------------------
block_footer
--------------------------------------------------- */
.block_footer {
  position: relative;
  text-align: center;
  padding: 0px 80px 0px 0;
  background: #FFF;
  color: #ccc;
  border-top: 1px #ccc solid;
}
@media (max-width: 896px) {
  .block_footer {
    padding: 20px 0px 20px 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 896px) {
  body.top .block_footer {
    padding: 20px 40px 20px 0;
    padding-bottom: 60px;
  }
  body.top_sp_remove .block_footer {
    padding: 20px 0px 20px 0;
    transition: all 0.5s 0s ease;
  }
}

.block_footer .inner {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_footer .inner {
    display: block;
    flex-direction: column; /* row row-reverse column */
  }
}
.block_footer .inner .logo a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 482px);
  height: 100%;
}
@media (max-width: 896px) {
  .block_footer .inner .logo a {
    position: relative;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    height: auto;
  }
}
.block_footer .inner .logo a span {
  display: block;
  width: 250px;
  margin-left: 40px;
  margin-top: 35px;
}
@media (max-width: 896px) {
  .block_footer .inner .logo a span {
    width: auto;
    margin-left: 0;
    margin-top: 0;
  }
}
.block_footer .inner .logo a:hover {
  background: #ccc;
}
@media (max-width: 896px) {
  .block_footer .inner .logo a:hover {
    background: none;
  }
  .block_footer .inner .logo a:hover img {
    opacity: 1;
  }
}
.block_footer .inner .logo a:active {
  background: #ccc;
}
.block_footer .inner ul {
  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  */
}
@media (max-width: 896px) {
  body.top .block_footer ul {
    width: 100%;
  }
}

@media (max-width: 896px) {
  .block_footer .inner ul {
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
  }
}
.block_footer .inner ul li {
  border-left: 1px #ccc solid;
}
@media (max-width: 896px) {
  .block_footer .inner ul li {
    width: 50%;
  }
  .block_footer .inner ul li:first-child {
    border: none;
  }
}
.block_footer .inner ul li a {
  width: 200px;
  height: 100px;
  display: flex;
  flex-direction: column; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  background: #FFF;
  color: #ccc;
  font-size: 16px;
  font-family: "Montserrat", "IBM Plex Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
@media (max-width: 896px) {
  .block_footer .inner ul li a {
    width: 100%;
  }
}
.block_footer .inner ul li a span {
  display: block;
  position: relative;
}
.block_footer .inner ul li a small {
  padding-top: 10px;
  font-family: "IBM Plex Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 12px;
  display: block;
}
.block_footer .inner ul li a:hover {
  background: #ccc;
  color: #FF3214;
}
.block_footer .inner ul li a:active {
  background: #ccc;
  color: #FF3214;
}
.block_footer .copyright {
  position: absolute;
  bottom: 37px;
  left: 320px;
  font-size: 10px;
  font-family: "Montserrat", "IBM Plex Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  pointer-events: none;
}
@media (max-width: 896px) {
  .block_footer .copyright {
    position: relative;
    padding: 10px;
    left: 0;
    text-align: center;
    bottom: auto;
    font-size: 10px;
    font-family: "Montserrat", "IBM Plex Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
}
body.entry_page .block_footer {
  margin-left: 0px;
}
@media (max-width: 896px) {
  body.entry_page .block_footer {
    margin: 0;
  }
}

body.user_page .block_footer {
  padding: 40px;
}

body.user_page .block_footer .copyright {
  position: relative;
  bottom: 0;
}

@media only screen and (max-width: 896px) {
  .block_footer .inner .copyright {
    font-size: 10px;
  }
}
/*----------------------------------------------------
block_top
--------------------------------------------------- */
.block_top_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.block_top {
  position: relative;
  top: 0px;
  margin-right: 80px;
  height: 100vh;
}
@media (max-width: 896px) {
  .block_top {
    height: 180vw;
    margin-right: 40px;
    padding-top: 60px;
  }
  body.top_sp_remove .block_top {
    margin-right: 0;
    transition: all 0.5s 0s ease;
  }
}
.block_top.ver2 .bg {
  background: url(../img/top/bg_ver2.jpg) repeat-x center center;
  background-size: auto 100%;
}
@media (max-width: 896px) {
  .block_top.ver2 .bg {
    background: url(../img/top/bg_sp_ver2.jpg) repeat-x center center;
    background-size: auto 180vw;
  }
}
.block_top.ver3 .bg {
  background: url(../img/top/bg_ver3.jpg) repeat-x center center;
  background-size: auto 100%;
}
@media (max-width: 896px) {
  .block_top.ver3 .bg {
    background: url(../img/top/bg_sp_ver3.jpg) repeat-x center center;
    background-size: auto 180vw;
  }
}
.block_top .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/bg.jpg) repeat-x center center;
  background-size: auto 100%;
}
@media (max-width: 896px) {
  .block_top .bg {
    background: url(../img/top/bg_sp.jpg) repeat-x center center;
    background-size: auto 100vh;
  }
}
.block_top .bird {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/bird.png) no-repeat center center;
  background-size: auto 100%;
}
@media (max-width: 896px) {
  .block_top .bird {
    background: url(../img/top/bird_sp.png) repeat-x center center;
    background-size: auto 100vh;
  }
}
.block_top .happa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/happa.png) repeat-x center center;
  background-size: auto 100%;
}
@media (max-width: 896px) {
  .block_top .happa {
    background: url(../img/top/happa_sp.png) repeat-x center center;
    background-size: 100% auto;
  }
}
.block_top .title {
  position: absolute;
  top: 50px;
  right: 10px;
  width: 140vh;
}
@media (max-width: 896px) {
  .block_top .title {
    right: auto;
    top: 30px;
    left: 50%;
    width: 30%;
    margin-left: -15%;
  }
}
.block_top .title_en {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 38px;
}
.block_top .date {
  position: absolute;
  top: 79vh;
  left: 20px;
  width: 75vh;
}
@media (max-width: 896px) {
  .block_top .date {
    width: 80%;
    left: 50%;
    top: 132vw;
    margin-left: -40%;
  }
}

/*----------------------------------------------------
block_top_contents
--------------------------------------------------- */
.block_top_contents {
  padding: 100px 0 100px 0;
  margin-right: 80px;
  font-size: 14px;
  color: #FF3214;
  text-shadow: 2px 2px 2px #222;
}
@media (max-width: 896px) {
  .block_top_contents {
    margin-right: 40px;
    padding: 40px 0 40px 0;
  }
  body.top_sp_remove .block_top_contents {
    margin-right: 0px;
    transition: all 0.5s 0s ease;
  }
}
.block_top_contents .inner {
  display: flex;
  flex-direction: column; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_top_contents .inner {
    flex-direction: column; /* row row-reverse column */
  }
}
.block_top_contents .inner .info {
  display: flex;
  flex-direction: column; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  line-height: 1;
}
.block_top_contents .inner .info .date {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media (max-width: 896px) {
  .block_top_contents .inner .info .date {
    display: flex;
    flex-direction: column; /* row row-reverse column */
    justify-content: space-between; /* flex-start  center  space-between */
    align-items: flex-start;
    margin-bottom: 2vw;
  }
}
.block_top_contents .inner .info .date .y_m {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start;
}
.block_top_contents .inner .info .date .y_m .year {
  font-size: 32px;
  margin-right: 20px;
}
@media (max-width: 896px) {
  .block_top_contents .inner .info .date .y_m .year {
    font-size: 18px;
  }
}
.block_top_contents .inner .info .date .y_m .month {
  font-size: 32px;
}
@media (max-width: 896px) {
  .block_top_contents .inner .info .date .y_m .month {
    font-size: 18px;
  }
}
.block_top_contents .inner .info .date .day {
  font-size: 42px;
  font-size: 5.5vw;
}
@media (max-width: 896px) {
  .block_top_contents .inner .info .date .day {
    font-size: 42px;
    display: flex;
    flex-direction: row; /* row row-reverse column */
    justify-content: space-between; /* flex-start  center  space-between */
    align-items: flex-start;
  }
}
.block_top_contents .inner .info .date .day span {
  position: relative;
}
@media (max-width: 896px) {
  .block_top_contents .inner .info .date .day span {
    display: block;
    margin-bottom: 5px;
    padding-right: 40px;
  }
}
.block_top_contents .inner .info .date .day small {
  position: absolute;
  top: 1.2vw;
  left: 7.5vw;
  line-height: 1;
  font-size: 16px;
  font-size: 1.5vw;
}
@media (max-width: 896px) {
  .block_top_contents .inner .info .date .day small {
    top: 6px;
    left: 55px;
    line-height: 1;
    font-size: 10px;
  }
}
.block_top_contents .inner .info .date .day time {
  font-size: 12px;
  margin-right: 5px;
  margin-left: 10px;
  font-size: 1.5vw;
}
@media (max-width: 896px) {
  .block_top_contents .inner .info .date .day time {
    position: absolute;
    top: 12vw;
    left: 0;
    margin-left: 0;
    font-size: 2vw;
  }
}
.block_top_contents .inner .info .place {
  font-size: 24px;
  font-size: 2.3vw;
  font-weight: 900;
  padding-top: 10px;
}
@media (max-width: 896px) {
  .block_top_contents .inner .info .place {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.6;
    padding-top: 10px;
  }
}
.block_top_contents .inner .info .place small {
  font-size: 14px;
}
@media (max-width: 896px) {
  .block_top_contents .inner .info .place small {
    font-size: 14px;
  }
}

/*----------------------------------------------------
block_youtube
--------------------------------------------------- */
.block_youtube {
  text-align: center;
  margin-right: 80px;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media (max-width: 896px) {
  .block_youtube {
    margin-right: 40px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  body.top_sp_remove .block_youtube {
    margin-right: 0px;
    transition: all 0.5s 0s ease;
  }
}
.block_youtube .inner {
  width: 80vw;
  position: relative;
  margin: 0 auto;
}
.block_youtube .inner .block_youtube_top {
  width: 72vw;
  margin: 0 auto;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .block_youtube .inner .block_youtube_top {
    margin-bottom: 0;
  }
}
.block_youtube .inner .block_youtube_top .y_wrap {
  position: relative;
  padding-top: 56.25%;
}
.block_youtube .inner .block_youtube_top .y_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_youtube .inner .youtube {
  width: 72vw;
  margin: 0 auto;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .block_youtube .inner .youtube {
    margin-bottom: 0;
  }
}
.block_youtube .inner .youtube a:hover .wrap svg {
  fill: #fff000;
}
.block_youtube .inner .youtube .wrap {
  position: relative;
  padding-top: 56.68%;
}
.block_youtube .inner .youtube .wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.block_youtube .inner .youtube .wrap span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.block_youtube .inner .youtube .wrap svg {
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #e50012;
  width: 120px;
  height: 120px;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 896px) {
  .block_youtube .inner .youtube .wrap svg {
    width: 60px;
    height: 60px;
  }
}
.block_youtube .inner .c_wrap {
  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: 40px;
  padding: 0 60px;
}
@media (max-width: 896px) {
  .block_youtube .inner .c_wrap {
    padding: 0 10px;
    padding-top: 20px;
    flex-direction: column;
  }
}
.block_youtube .inner .c_wrap .comment {
  width: 60%;
  position: relative;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  color: #222;
}
@media (max-width: 896px) {
  .block_youtube .inner .c_wrap .comment {
    width: 100%;
    font-size: 12px;
  }
}
.block_youtube .inner .c_wrap .link {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_youtube .inner .c_wrap .link {
    width: 100%;
  }
}
.block_youtube .inner .c_wrap .link .btn a span {
  font-size: 14px;
  line-height: 1.5;
}

/*----------------------------------------------------
block_page_scroll
--------------------------------------------------- */
body.page_scroll .block_page_scroll {
  opacity: 0;
  visibility: hidden;
}

.block_page_scroll {
  position: fixed;
  bottom: 70px;
  right: 100px;
  z-index: 10;
  width: 50px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 896px) {
  .block_page_scroll {
    bottom: 20px;
    right: auto;
    left: 10px;
  }
}
.block_page_scroll span {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border: 2px #ccc solid;
  background: #fff000;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}
.block_page_scroll:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s;
  transform: translate3d(0, 0.45rem, -1rem);
  border: 2px solid #ccc;
  border-radius: inherit;
  background: #ccc100;
  box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.block_page_scroll img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  margin-left: -15px;
  animation: lineMove 3s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99) infinite;
}
.block_page_scroll:hover {
  transform: translate(0, 0.25rem);
}
.block_page_scroll:hover span {
  background: #ccc100;
}
.block_page_scroll:hover:before {
  transform: translate3d(0, 0.2rem, -1rem);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

@keyframes lineMove {
  0% {
    transform: translate(0%, -140px);
    opacity: 1;
  }
  30% {
    transform: translate(0%, -15px);
    opacity: 1;
  }
  70% {
    transform: translate(0%, -15px);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 140px);
    opacity: 1;
  }
}
/*----------------------------------------------------
  block_pagetop
--------------------------------------------------- */
.block_pagetop {
  position: fixed;
  bottom: 0;
  right: 0px;
  width: 80px;
  height: 80px;
  z-index: 120;
  transform: translate(0%, 140px);
  transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
}
body.page_scroll .block_pagetop {
  transform: translate(0%, 0%);
}

@media (max-width: 896px) {
  .block_pagetop {
    right: auto;
    left: 10px;
    bottom: 20px;
    width: 50px;
    height: 50px;
  }
}
.block_pagetop a {
  border-top: 1px #222 solid;
  border-left: 1px #222 solid;
  display: flex;
  height: 80px;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  background: #FF3214;
}
@media (max-width: 896px) {
  .block_pagetop a {
    background: none;
    height: 50px;
    border-top: none;
    border-left: none;
  }
  .block_pagetop a span {
    height: 50px;
    width: 50px;
    background: #FF3214;
    border: 2px #222 solid;
    border-radius: 50%;
    display: flex;
    position: relative;
    flex-direction: row; /* row row-reverse column */
    justify-content: center; /* flex-start  center  space-between */
    align-items: center; /* flex-start  center  */
  }
  .block_pagetop a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.3s;
    transform: translate3d(0, 0.45rem, -1rem);
    border: 2px solid #222;
    border-radius: inherit;
    background: #AD1707;
    box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 50%;
  }
}
.block_pagetop a svg {
  width: 30px;
  height: 30px;
  fill: #222;
}
.block_pagetop a:hover {
  background: #222;
}
@media (max-width: 896px) {
  .block_pagetop a:hover {
    background: none;
  }
}
.block_pagetop a:hover svg {
  fill: #FF3214;
}
@media (max-width: 896px) {
  .block_pagetop a:hover svg {
    fill: #222;
  }
}
.block_pagetop a:active {
  background: #FF3214;
}
@media (max-width: 896px) {
  .block_pagetop a:active {
    background: none;
  }
}
.block_pagetop a:active svg {
  fill: #222;
}

/*----------------------------------------------------
  page_title_area
--------------------------------------------------- */
.page_title_area {
  position: relative;
  margin-right: 80px;
  padding: 5% 0 5%;
  text-align: left;
}
@media (max-width: 896px) {
  .page_title_area {
    margin-right: 0px;
    padding: 40px 0 40px;
  }
}
.page_title_area .inner {
  padding: 0px 5%;
  margin: 0 auto;
  max-width: 1600px;
}
@media (max-width: 896px) {
  .page_title_area .inner {
    padding: 0px 30px;
  }
}
.page_title_area .inner .title {
  font-size: 60px;
  font-size: 5vw;
  font-weight: 900;
  line-height: 1.2;
  color: #FF3214;
  font-family: "Montserrat", "IBM Plex Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
}
@media (max-width: 896px) {
  .page_title_area .inner .title {
    font-size: 28px;
  }
}
.page_title_area .inner .title small {
  display: block;
  color: #222;
  padding-top: 10px;
  font-size: 14px;
  font-size: 2.2vw;
  font-family: "IBM Plex Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.1em;
}
@media (max-width: 896px) {
  .page_title_area .inner .title small {
    font-size: 14px;
  }
}
.page_title_area .page_menu_list {
  padding-top: 2%;
}
@media (max-width: 896px) {
  .page_title_area .page_menu_list {
    padding: 0 0px;
    position: relative;
    margin-top: 20px;
  }
  .page_title_area .page_menu_list .now {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FF3214;
    pointer-events: none;
    color: #222;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    display: flex;
    padding: 0 30px 0 10px;
    flex-direction: row; /* row row-reverse column */
    justify-content: flex-start; /* flex-start  center  space-between */
    align-items: center; /* flex-start  center  */
  }
  .page_title_area .page_menu_list .now svg {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    transform: rotate(180deg);
  }
  .page_title_area .page_menu_list select {
    width: 100%;
    background: #ccc;
    font-size: 12px;
    padding: 10px;
  }
}
.page_title_area .page_menu_list .p_title {
  font-family: "Montserrat", "IBM Plex Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  background: #FF3214;
  border: 1px #222 solid;
  padding: 1% 1.5%;
  color: #222;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
}
.page_title_area .page_menu_list .p_title:hover {
  background: #222;
  color: #FF3214;
}
.page_title_area .page_menu_list .p_title:active {
  background: #222;
  color: #FF3214;
}
.page_title_area .page_menu_list .p_title svg {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  transform: rotate(180deg);
}
.page_title_area .page_menu_list .p_title.is-open svg {
  transform: rotate(0deg);
}
@media (max-width: 896px) {
  .page_title_area .page_menu_list .p_title {
    margin-top: 15px;
    margin-bottom: 0px;
  }
}
.page_title_area .page_menu_list ul {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5%;
  transition: max-height 0.8s ease;
  width: 100%;
  line-height: 1.5;
  margin-top: 2%;
}
.page_title_area .page_menu_list ul li {
  border-bottom: 1px #ccc solid;
}
.page_title_area .page_menu_list ul li a {
  color: #222;
  padding: 10px 10px;
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.page_title_area .page_menu_list ul li a:hover {
  background: #FF3214;
}
.page_title_area .page_menu_list ul li a:active {
  background: #222;
  color: #FF3214;
}

/*----------------------------------------------------
block_img_list
--------------------------------------------------- */
.block_img_list {
  padding: 0px 80px 0px 0;
  position: relative;
  min-height: 100vh;
}
.block_img_list.min {
  min-height: auto;
}
.block_img_list.tab_contents {
  display: none;
}
.block_img_list.tab_contents.tab_view {
  display: block;
}
@media (max-width: 896px) {
  .block_img_list {
    padding: 0px 0px 0px 0;
    min-height: calc(100vh - 150px);
  }
}
.block_img_list .inner {
  padding: 0px 0px;
  margin: 0 auto;
}
.block_img_list .inner .title {
  border-top: 1px #ccc solid;
  padding: 10px 20px;
  background: #ccc;
  color: #FF3214;
  font-weight: 700;
  font-size: 18px;
}
.block_img_list .inner .list {
  border-top: 1px #ccc solid;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.block_img_list .inner .list .no_entry {
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  background: #FFF;
  padding: 20px;
  border-radius: 10px;
  display: inline-block;
}
.block_img_list .inner .list .column {
  width: 33.333333%;
  position: relative;
  background: rgba(49, 72, 88, 0);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
@media (max-width: 896px) {
  .block_img_list .inner .list .column {
    width: 50%;
  }
}
.block_img_list .inner .list .column::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ccc;
}
.block_img_list .inner .list .column::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.block_img_list .inner .list .column:hover {
  background: #222;
}
.block_img_list .inner .list .column:hover a .in .textarea .c_title {
  color: #FF3214;
}
.block_img_list .inner .list .column:hover a .in figure {
  transform: scale3d(0.8, 0.8, 0.8);
}
.block_img_list .inner .list .column:active {
  background: #ccc;
}
.block_img_list .inner .list .column:active a .in .textarea .c_title {
  color: #FF3214;
}
.block_img_list .inner .list .column:nth-child(3n)::after {
  display: none;
}
@media (max-width: 896px) {
  .block_img_list .inner .list .column:nth-child(3n)::after {
    display: block;
  }
}
@media (max-width: 896px) {
  .block_img_list .inner .list .column:nth-child(2n)::after {
    display: none;
  }
}
.block_img_list .inner .list .column a {
  display: block;
}
.block_img_list .inner .list .column a .in figure {
  position: relative;
  padding-top: 100%;
  background: url(../img/common/loading.svg) no-repeat center center;
  background-size: 60px;
  overflow: hidden;
  transition: all 0.5s 0s ease;
}
.block_img_list .inner .list .column a .in figure .wrap {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
}
.block_img_list .inner .list .column a .in figure .wrap span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
}
.block_img_list .inner .list .column a .in figure .wrap span.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}
.block_img_list .inner .list .column a .in .textarea {
  padding: 0 20px 40px 20px;
}
@media (max-width: 896px) {
  .block_img_list .inner .list .column a .in .textarea {
    padding: 0 10px 30px 10px;
  }
}
.block_img_list .inner .list .column a .in .textarea .c_title {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 900;
  line-height: 1.5;
  color: #222;
}
@media (max-width: 896px) {
  .block_img_list .inner .list .column a .in .textarea .c_title {
    font-size: 14px;
  }
}
.block_img_list .inner .list .column a .in .textarea .c_title.list_title_center {
  text-align: center;
}
.block_img_list .inner .list .column a .in .textarea time {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ccc;
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  font-family: "Montserrat", "IBM Plex Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  padding: 4px 6px;
}
@media (max-width: 896px) {
  .block_img_list .inner .list .column a .in .textarea time {
    font-size: 10px;
  }
}
.block_img_list .inner .list .column a .in .new {
  position: absolute;
  top: -10px;
  left: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #fff000;
  color: #114557;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 2px #114557 solid;
  box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 896px) {
  .block_img_list .inner .list .column a .in .new {
    width: 40px;
    height: 40px;
    font-size: 10px;
  }
}
.block_img_list .inner #market_shop_list.list .column {
  display: none;
}
.block_img_list .inner .list_view_more.page_prev {
  border-top: 1px #ccc solid;
}
.block_img_list .inner .list_view_more a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  background: #FF3214;
  color: #222;
  height: 100px;
  line-height: 100px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-style: normal;
  box-sizing: border-box;
  font-family: "Montserrat", "IBM Plex Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.block_img_list .inner .list_view_more a:hover {
  background: #222;
  color: #FF3214;
}

.artist_more {
  padding: 40px;
  margin-right: 80px;
  text-align: center;
  line-height: 1;
  font-family: "Montserrat", "IBM Plex Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ccc;
  position: relative;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background: #ccc;
  color: #FF3214;
}
@media (max-width: 896px) {
  .artist_more {
    margin: 0;
    font-size: 18px;
  }
}

/*----------------------------------------------------
block_page
--------------------------------------------------- */
.block_page {
  margin-right: 80px;
  position: relative;
  color: #222;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
@media (max-width: 896px) {
  .block_page {
    margin-right: 0px;
    border-left: none;
  }
}
.block_page.timetable .textarea {
  font-size: 14px;
  padding-top: 20px;
}
.block_page .inner {
  padding: 5% 5% 5% 5%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_page .inner {
    padding: 40px 30px;
  }
}
.block_page .inner .summary {
  margin-bottom: 5%;
}
.block_page .inner .summary .title {
  font-size: 28px;
  font-size: 2vw;
  letter-spacing: 0.1em;
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 896px) {
  .block_page .inner .summary .title {
    font-size: 18px;
  }
}
.block_page .inner .summary time {
  display: block;
  font-size: 10px;
  font-family: "Montserrat", "IBM Plex Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  color: #FF3214;
}
@media (max-width: 896px) {
  .block_page .inner .summary time {
    font-size: 10px;
  }
}
.block_page .artist_detail .artist_column {
  background: #eee;
  padding: 40px;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .block_page .artist_detail .artist_column {
    padding: 20px;
  }
}
.block_page .artist_detail .artist_column .artist_summary {
  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: 40px;
  padding-bottom: 40px;
  border-bottom: 1px #222 solid;
}
@media (max-width: 896px) {
  .block_page .artist_detail .artist_column .artist_summary {
    flex-direction: column; /* row row-reverse column */
    border: none;
    padding-bottom: 0;
  }
}
.block_page .artist_detail .artist_column .artist_summary .a_textarea {
  width: 48%;
}
@media (max-width: 896px) {
  .block_page .artist_detail .artist_column .artist_summary .a_textarea {
    width: 100%;
    margin-bottom: 20px;
  }
}
.block_page .artist_detail .artist_column .artist_summary .a_textarea .a_caption {
  font-size: 10px;
  font-family: "Montserrat", "IBM Plex Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #FF3214;
}
.block_page .artist_detail .artist_column .artist_summary .a_textarea .title {
  font-size: 1.8vw;
  letter-spacing: 0.1em;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 5%;
}
@media (max-width: 896px) {
  .block_page .artist_detail .artist_column .artist_summary .a_textarea .title {
    font-size: 18px;
  }
}
.block_page .artist_detail .artist_column .artist_summary .a_textarea .title small {
  font-size: 1.3vw;
}
@media (max-width: 896px) {
  .block_page .artist_detail .artist_column .artist_summary .a_textarea .title small {
    font-size: 12px;
  }
}
.block_page .artist_detail .artist_column .artist_summary .a_textarea ul.sns {
  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_page .artist_detail .artist_column .artist_summary .a_textarea ul.sns li {
  margin-right: 20px;
}
.block_page .artist_detail .artist_column .artist_summary .a_textarea ul.sns li.text {
  font-size: 12px;
  line-height: 1;
}
.block_page .artist_detail .artist_column .artist_summary .a_textarea ul.sns li a {
  fill: #ccc;
  display: block;
  line-height: 1;
  border: 1px #ccc solid;
  border-radius: 50%;
  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  */
}
@media (max-width: 896px) {
  .block_page .artist_detail .artist_column .artist_summary .a_textarea ul.sns li a {
    width: 40px;
    height: 40px;
  }
}
.block_page .artist_detail .artist_column .artist_summary .a_textarea ul.sns li a:hover {
  fill: #FF3214;
  border: 1px #FF3214 solid;
}
.block_page .artist_detail .artist_column .artist_summary .a_textarea ul.sns li a svg {
  width: 20px;
  height: 20px;
}
.block_page .artist_detail .artist_column .artist_summary .a_textarea ul.sns li.tw a svg {
  width: 24px;
  height: 24px;
}
.block_page .artist_detail .artist_column .artist_summary figure {
  width: 48%;
}
@media (max-width: 896px) {
  .block_page .artist_detail .artist_column .artist_summary figure {
    width: 100%;
  }
}
.block_page .artist_detail .artist_column .artist_exp {
  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_page .artist_detail .artist_column .artist_exp.on_youtube .profile {
  width: 48%;
}
@media (max-width: 896px) {
  .block_page .artist_detail .artist_column .artist_exp.on_youtube .profile {
    width: 100%;
  }
}
.block_page .artist_detail .artist_column .artist_exp.on_youtube .embed {
  display: block;
}
.block_page .artist_detail .artist_column .artist_exp.on_spotify .profile {
  width: 48%;
}
@media (max-width: 896px) {
  .block_page .artist_detail .artist_column .artist_exp.on_spotify .profile {
    width: 100%;
  }
}
.block_page .artist_detail .artist_column .artist_exp.on_spotify .embed {
  display: block;
}
@media (max-width: 896px) {
  .block_page .artist_detail .artist_column .artist_exp {
    flex-direction: column; /* row row-reverse column */
  }
}
.block_page .artist_detail .artist_column .artist_exp .profile {
  width: 100%;
}
@media (max-width: 896px) {
  .block_page .artist_detail .artist_column .artist_exp .profile {
    width: 100%;
    margin-bottom: 20px;
  }
}
.block_page .artist_detail .artist_column .artist_exp .profile p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 5%;
}
.block_page .artist_detail .artist_column .artist_exp .profile a {
  color: #FF3214;
  text-decoration: underline;
}
.block_page .artist_detail .artist_column .artist_exp .profile a:hover {
  color: #ccc;
}
.block_page .artist_detail .artist_column .artist_exp .embed {
  display: none;
  width: 48%;
}
@media (max-width: 896px) {
  .block_page .artist_detail .artist_column .artist_exp .embed {
    width: 100%;
  }
}
.block_page .artist_detail .artist_column .artist_exp .embed .youtube {
  margin-bottom: 20px;
}
.block_page .artist_detail .artist_column .artist_exp .embed .youtube .youtube_wrap {
  position: relative;
  padding-top: 56.25%;
}
.block_page .artist_detail .artist_column .artist_exp .embed .youtube .youtube_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_page .artist_detail .artist_column .artist_exp .embed .emb {
  margin-bottom: 20px;
}
.block_page .artist_detail .artist_column .artist_exp .embed .emb iframe {
  width: 100%;
}

/*----------------------------------------------------
.contents_cover
--------------------------------------------------- */
.contents_cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s 0s;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

body.menu_open .contents_cover,
body.modal_open .contents_cover {
  visibility: visible;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

/*----------------------------------------------------
.block_pager
--------------------------------------------------- */
.block_pager {
  text-align: center;
  margin-top: 40px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  position: relative;
  border-top: 1px #ccc solid;
}
@media (max-width: 896px) {
  .block_pager {
    margin-top: 20px;
  }
}
.block_pager a.prev {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  text-indent: -9999px;
  background: #FF3214 url(../img/common/arrow_next.svg) no-repeat center center;
  background-size: 20px;
}
.block_pager a.prev:hover {
  background: #ccc url(../img/common/arrow_next_yellow.svg) no-repeat center center;
  background-size: 20px;
}
.block_pager a.prev:active {
  background: #FF3214 url(../img/common/arrow_next.svg) no-repeat center center;
  background-size: 20px;
}
.block_pager a.next {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  text-indent: -9999px;
  background: #FF3214 url(../img/common/arrow_prev.svg) no-repeat center center;
  background-size: 20px;
}
.block_pager a.next:hover {
  background: #ccc url(../img/common/arrow_prev_yellow.svg) no-repeat center center;
  background-size: 20px;
}
.block_pager a.next:active {
  background: #FF3214 url(../img/common/arrow_prev.svg) no-repeat center center;
  background-size: 20px;
}
.block_pager a.list {
  margin: 0 auto;
  display: flex;
  width: calc(100% - 200px);
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  background: #FF3214;
  color: #222;
  height: 100px;
  line-height: 100px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-style: normal;
  box-sizing: border-box;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
}
@media (max-width: 896px) {
  .block_pager a.list {
    font-size: 14px;
  }
}
.block_pager a.list.wide {
  width: 100%;
}
.block_pager a.list:hover {
  background: #222;
  color: #FF3214;
}
.block_pager a.list:active {
  background: #FF3214;
  color: #222;
}

/*----------------------------------------------------
.block_pager_archive
--------------------------------------------------- */
.block_pager_archive {
  text-align: center;
  display: table;
  width: 100%;
  position: relative;
  table-layout: fixed;
}
.block_pager_archive a.page-numbers {
  height: 80px;
  font-family: "Montserrat", "IBM Plex Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 80px;
  color: #ccc;
  background: #FF3214;
  position: relative;
  display: table-cell;
  border-right: 1px #ccc solid;
}
@media (max-width: 896px) {
  .block_pager_archive a.page-numbers {
    height: 50px;
    font-size: 12px;
    line-height: 50px;
  }
}
.block_pager_archive a.page-numbers:last-child {
  border: none;
}
.block_pager_archive a.page-numbers.current {
  background: #ccc;
  color: #FF3214;
}
.block_pager_archive a.page-numbers:hover {
  background: #ccc;
  color: #FF3214;
}
.block_pager_archive a.page-numbers.prev {
  text-indent: -9999px;
  background: #FF3214 url(../img/common/arrow_prev.svg) no-repeat center center;
  background-size: 20px;
}
.block_pager_archive a.page-numbers.prev:hover {
  background: #ccc url(../img/common/arrow_prev_yellow.svg) no-repeat center center;
  background-size: 20px;
}
.block_pager_archive a.page-numbers.next {
  text-indent: -9999px;
  background: #FF3214 url(../img/common/arrow_next.svg) no-repeat center center;
  background-size: 20px;
}
.block_pager_archive a.page-numbers.next:hover {
  background: #ccc url(../img/common/arrow_next_yellow.svg) no-repeat center center;
  background-size: 20px;
}
.block_pager_archive .page-numbers {
  height: 80px;
  font-family: "Montserrat", "IBM Plex Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 80px;
  color: #ccc;
  background: #FF3214;
  position: relative;
  display: table-cell;
  border-right: 1px #ccc solid;
}
@media (max-width: 896px) {
  .block_pager_archive .page-numbers {
    height: 50px;
    font-size: 12px;
    line-height: 50px;
  }
}

/*----------------------------------------------------
.block_tab
--------------------------------------------------- */
.contents_area .block_tab {
  border-left: 1px #ccc solid;
}
@media (max-width: 896px) {
  .contents_area .block_tab {
    border-left: none;
  }
}

.block_tab {
  position: relative;
  margin-right: 80px;
}
@media (max-width: 896px) {
  .block_tab {
    margin-right: 0px;
  }
}
.block_tab ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-top: 1px #ccc solid;
}
.block_tab ul li {
  display: table-cell;
  border-right: 1px #ccc solid;
  vertical-align: top;
}
.block_tab ul li:last-child {
  border: none;
}
.block_tab ul li .comingsoon {
  display: block;
  text-align: center;
  padding: 20px;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  background: #eee;
  opacity: 0.4;
  color: #333;
  cursor: default;
}
@media (max-width: 896px) {
  .block_tab ul li .comingsoon {
    font-size: 8px;
    padding: 20px 0;
    min-height: 66px;
    display: flex;
    flex-direction: row; /* row row-reverse column */
    justify-content: center; /* flex-start  center  space-between */
    align-items: center; /* flex-start  center  */
  }
}
.block_tab ul li a {
  display: block;
  text-align: center;
  background: #FF3214;
  padding: 20px;
  color: #222;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 896px) {
  .block_tab ul li a {
    font-size: 8px;
    padding: 20px 0;
    min-height: 66px;
    display: flex;
    flex-direction: row; /* row row-reverse column */
    justify-content: center; /* flex-start  center  space-between */
    align-items: center; /* flex-start  center  */
  }
}
.block_tab ul li a:hover, .block_tab ul li a.active {
  background: #222;
  color: #FF3214;
}
.block_tab ul li a.comingsoon {
  background: #eee;
  opacity: 0.4;
  color: #ccc;
  cursor: default;
}
.block_tab ul li a.comingsoon:hover, .block_tab ul li a.comingsoon.active {
  background: #eee;
  color: #ccc;
}

/*----------------------------------------------------
  .block_shop_list
--------------------------------------------------- */
.block_shop_list {
  position: relative;
  border-top: 1px #ccc solid;
  margin-right: 80px;
}
@media (max-width: 896px) {
  .block_shop_list {
    margin-right: 0px;
  }
}
.block_shop_list .inner .list ul.navi_yomi {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  color: #222;
  overflow: hidden;
  padding: 2%;
  margin: 0;
}
.block_shop_list .inner .list ul.navi_yomi li {
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
}
.block_shop_list .inner .list ul.navi_yomi li a {
  display: block;
  padding: 5px 20px;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  background: #FF3214;
  border: 2px #222 solid;
  color: #222;
  border-radius: 50px;
}
@media (max-width: 896px) {
  .block_shop_list .inner .list ul.navi_yomi li a {
    padding: 5px 10px;
    font-size: 10px;
  }
}
.block_shop_list .inner .list ul.navi_yomi li a:hover {
  background: #222;
  color: #FF3214;
}
.block_shop_list .inner .list ul.navi_yomi li a:active {
  background: #222;
  color: #FF3214;
}
.block_shop_list .inner .list .yomi_title {
  display: block;
  background: #222;
  color: #FF3214;
  font-size: 14px;
  font-size: 1.5vw;
  padding: 2% 15px;
}
.block_shop_list .inner .list ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}
.block_shop_list .inner .list ul li.column {
  width: 25%;
  border: 1px #222 solid;
  background: #FFF;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
@media (max-width: 896px) {
  .block_shop_list .inner .list ul li.column {
    width: 50%;
  }
}
.block_shop_list .inner .list ul li.column:hover {
  background: #FF3214;
  color: #ccc;
}
.block_shop_list .inner .list ul li.column:hover a .in .c_title {
  color: #222;
}
.block_shop_list .inner .list ul li.column:active {
  background: #ccc;
  color: #FF3214;
}
.block_shop_list .inner .list ul li.column:active a .in .c_title {
  color: #FF3214;
}
.block_shop_list .inner .list ul li.column a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #222;
}
.block_shop_list .inner .list ul li.column a .in {
  position: relative;
  display: block;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.block_shop_list .inner .list ul li.column a .in .c_title {
  color: #222;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 896px) {
  .block_shop_list .inner .list ul li.column a .in .c_title {
    font-size: 10px;
  }
}

.block_shop_list .inner .attention span {
  display: inline-block;
  background: rgba(49, 72, 88, 0.95);
  color: #FFF;
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 50px;
}

.block_shop_list .inner .list_change {
  margin-bottom: 20px;
}

.block_shop_list .inner .list_change ul {
  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  */
  background: #fff000;
  border: 2px #222 solid;
  color: #222;
  border-radius: 50px;
  overflow: hidden;
}

.block_shop_list .inner .list_change ul li {
  width: 50%;
  position: relative;
}

.block_shop_list .inner .list_change ul li:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #222;
}

.block_shop_list .inner .list_change ul li a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}

.block_shop_list .inner .list_change ul li a:hover,
.block_shop_list .inner .list_change ul li a.active {
  background: #ccc100;
}

@media only screen and (max-width: 896px) {
  .block_shop_list .inner .list_change {
    margin-bottom: 20px;
  }
  .block_shop_list .inner .list_change ul li a {
    font-size: 12px;
  }
}
.block_shop_list .inner .list .no_entry {
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  background: #FFF;
  padding: 10%;
  display: inline-block;
}

/*----------------------------------------------------
  .block_modal
--------------------------------------------------- */
.block_modal {
  display: block;
  position: fixed;
  top: 100px;
  left: 50%;
  width: 800px;
  margin-left: -450px;
  height: 100%;
  height: calc(100vh - 200px);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 90;
  background: #FFF;
  transition: all 0.2s 0s ease;
  transform: translate(0%, 10px);
  box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  border: 2px #222 solid;
  border-radius: 10px;
}
@media (max-width: 896px) {
  .block_modal {
    width: 90vw;
    margin-left: -45vw;
  }
}
body.modal_open .block_modal {
  transform: translate(0%, 0%);
  opacity: 1;
  visibility: visible;
}

body.modal_loading .block_modal::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/loading.svg) no-repeat center center;
  background-size: 60px;
}

.block_modal .bg {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.block_modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  transform: translate(0%, 20px);
  transition: all 0s 0s ease;
}
@media (max-width: 896px) {
  .block_modal .close {
    display: none;
  }
}
.block_modal .close a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  border: 2px #222 solid;
  background: #FF3214;
  border-radius: 50px;
  margin: 0 10px;
  color: #222;
  padding: 0 20px;
  width: auto;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-style: normal;
  box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.2);
}
.block_modal .close a:hover {
  border: 2px #222 solid;
  background: #222;
  color: #FF3214;
}
.block_modal .inner {
  position: relative;
  padding: 40px;
}
@media (max-width: 896px) {
  .block_modal .inner {
    position: relative;
    padding: 20px;
  }
}
.block_modal .inner .title {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #222;
  padding-right: 100px;
}
@media (max-width: 896px) {
  .block_modal .inner .title {
    padding-right: 0;
    font-size: 18px;
    line-height: 1.4;
  }
}
.block_modal .inner .title small {
  font-size: 16px;
  margin-left: 10px;
}
@media (max-width: 896px) {
  .block_modal .inner .title small {
    font-size: 12px;
    margin-left: 10px;
  }
}
.block_modal .inner .wrap_modal {
  display: block;
}
.block_modal .inner .wrap_modal .summary figure {
  margin-bottom: 20px;
}
.block_modal .inner .wrap_modal .summary ul.sns {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
}
.block_modal .inner .wrap_modal .summary ul.sns li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.block_modal .inner .wrap_modal .summary ul.sns li.text {
  font-size: 12px;
  line-height: 1;
}
.block_modal .inner .wrap_modal .summary ul.sns li a {
  fill: #ccc;
  display: block;
  line-height: 1;
  border: 1px #ccc solid;
  border-radius: 50%;
  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  */
}
@media (max-width: 896px) {
  .block_modal .inner .wrap_modal .summary ul.sns li a {
    width: 40px;
    height: 40px;
  }
}
.block_modal .inner .wrap_modal .summary ul.sns li a:hover {
  fill: #FF3214;
  border: 1px #FF3214 solid;
}
.block_modal .inner .wrap_modal .summary ul.sns li a svg {
  width: 20px;
  height: 20px;
}
.block_modal .inner .wrap_modal .summary ul.sns li.tw a svg {
  width: 24px;
  height: 24px;
}
.block_modal .inner .contents_area {
  background: none;
  padding: 20px;
  font-family: "IBM Plex Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.block_modal .inner .contents_area p {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  color: #222;
  font-weight: 900;
}
@media (max-width: 896px) {
  .block_modal .inner .contents_area p {
    font-size: 12px;
  }
}
.block_modal .inner .contents_area .youtube {
  position: relative;
  padding-top: 56.666%;
}
.block_modal .inner .contents_area .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_modal .inner time {
  display: block;
  font-size: 12px;
  font-family: "Montserrat", "IBM Plex Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  color: #FFF;
  padding: 0px 20px;
  margin-top: -40px;
  padding-bottom: 40px;
}
.block_modal .inner .entry p {
  font-size: 16px;
}
@media (max-width: 896px) {
  .block_modal .inner .entry p {
    font-size: 12px;
  }
}
.block_modal .inner .entry .border_area.border {
  border: 2px #ccc solid;
}
@media (max-width: 896px) {
  .block_modal .inner .entry .border_area.border {
    padding: 15px;
  }
}
.block_modal .inner .entry .border_area.border .sub_title01 {
  color: #000;
  background: none;
}
.block_modal .inner .entry .border_area.border .sub_title02 {
  color: #000;
  background: none;
}
.block_modal .inner .entry a {
  color: #e50012;
}
.block_modal .inner .entry a:hover {
  color: #222;
}
.block_modal .inner .entry .sub_title02 {
  background: #eee;
  color: #222;
}
@media (max-width: 896px) {
  .block_modal .inner .entry .sub_title02 {
    font-size: 12px;
  }
}
.block_modal .inner .entry .sub_title01 {
  color: #ccc;
  background: #222;
}
.block_modal .inner .entry figure.wide {
  left: -20px;
  width: calc(100% + 40px);
}
.block_modal .inner .entry .border_area ul.sns {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 0px;
}
.block_modal .inner .artist_column {
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
  background: #eee;
  padding: 40px;
}
@media (max-width: 896px) {
  .block_modal .inner .artist_column {
    padding: 20px;
  }
}
.block_modal .inner .artist_column:last-child {
  margin-bottom: 0px;
}
.block_modal .inner .artist_column:last-child:after {
  display: none;
}
.block_modal .inner .artist_column .artist_summary {
  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: 40px;
  padding-bottom: 40px;
  border-bottom: 1px #222 solid;
}
@media (max-width: 896px) {
  .block_modal .inner .artist_column .artist_summary {
    flex-direction: column; /* row row-reverse column */
    border: none;
    padding-bottom: 0;
  }
}
.block_modal .inner .artist_column .artist_summary .a_textarea {
  width: 48%;
}
@media (max-width: 896px) {
  .block_modal .inner .artist_column .artist_summary .a_textarea {
    width: 100%;
    margin-bottom: 20px;
  }
}
.block_modal .inner .artist_column .artist_summary .a_textarea .a_caption {
  padding-top: 2vw;
  font-size: 10px;
  font-family: "Montserrat", "IBM Plex Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #FF3214;
}
@media (max-width: 896px) {
  .block_modal .inner .artist_column .artist_summary .a_textarea .a_caption {
    padding-top: 0;
  }
}
.block_modal .inner .artist_column .artist_summary .a_textarea .title {
  font-size: 1.4vw;
  letter-spacing: 0.1em;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 5%;
}
@media (max-width: 896px) {
  .block_modal .inner .artist_column .artist_summary .a_textarea .title {
    padding-top: 0vw;
    font-size: 18px;
  }
}
.block_modal .inner .artist_column .artist_summary .a_textarea .title small {
  font-size: 1.1vw;
}
@media (max-width: 896px) {
  .block_modal .inner .artist_column .artist_summary .a_textarea .title small {
    font-size: 12px;
  }
}
.block_modal .inner .artist_column .artist_summary .a_textarea ul.sns {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.block_modal .inner .artist_column .artist_summary .a_textarea ul.sns li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.block_modal .inner .artist_column .artist_summary .a_textarea ul.sns li.text {
  font-size: 12px;
  line-height: 1;
}
.block_modal .inner .artist_column .artist_summary .a_textarea ul.sns li a {
  fill: #ccc;
  display: block;
  line-height: 1;
  border: 1px #ccc solid;
  border-radius: 50%;
  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  */
}
@media (max-width: 896px) {
  .block_modal .inner .artist_column .artist_summary .a_textarea ul.sns li a {
    width: 40px;
    height: 40px;
  }
}
.block_modal .inner .artist_column .artist_summary .a_textarea ul.sns li a:hover {
  fill: #FF3214;
  border: 1px #FF3214 solid;
}
.block_modal .inner .artist_column .artist_summary .a_textarea ul.sns li a svg {
  width: 20px;
  height: 20px;
}
.block_modal .inner .artist_column .artist_summary .a_textarea ul.sns li.tw a svg {
  width: 24px;
  height: 24px;
}
.block_modal .inner .artist_column .artist_summary figure {
  width: 48%;
}
@media (max-width: 896px) {
  .block_modal .inner .artist_column .artist_summary figure {
    width: 100%;
  }
}
.block_modal .inner .artist_column .artist_exp {
  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_modal .inner .artist_column .artist_exp.on_youtube .profile {
  width: 48%;
}
@media (max-width: 896px) {
  .block_modal .inner .artist_column .artist_exp.on_youtube .profile {
    width: 100%;
  }
}
.block_modal .inner .artist_column .artist_exp.on_youtube .embed {
  display: block;
}
.block_modal .inner .artist_column .artist_exp.on_spotify .profile {
  width: 48%;
}
@media (max-width: 896px) {
  .block_modal .inner .artist_column .artist_exp.on_spotify .profile {
    width: 100%;
  }
}
.block_modal .inner .artist_column .artist_exp.on_spotify .embed {
  display: block;
}
@media (max-width: 896px) {
  .block_modal .inner .artist_column .artist_exp {
    flex-direction: column; /* row row-reverse column */
  }
}
.block_modal .inner .artist_column .artist_exp .profile {
  width: 100%;
}
@media (max-width: 896px) {
  .block_modal .inner .artist_column .artist_exp .profile {
    width: 100%;
    margin-bottom: 20px;
  }
}
.block_modal .inner .artist_column .artist_exp .profile p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 5%;
}
.block_modal .inner .artist_column .artist_exp .profile a {
  color: #FF3214;
  text-decoration: underline;
}
.block_modal .inner .artist_column .artist_exp .profile a:hover {
  color: #ccc;
}
.block_modal .inner .artist_column .artist_exp .embed {
  display: none;
  width: 48%;
}
@media (max-width: 896px) {
  .block_modal .inner .artist_column .artist_exp .embed {
    width: 100%;
  }
}
.block_modal .inner .artist_column .artist_exp .embed .youtube {
  margin-bottom: 20px;
}
.block_modal .inner .artist_column .artist_exp .embed .youtube .youtube_wrap {
  position: relative;
  padding-top: 56.25%;
}
.block_modal .inner .artist_column .artist_exp .embed .youtube .youtube_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_modal .inner .artist_column .artist_exp .embed .emb {
  margin-bottom: 20px;
}
.block_modal .inner .artist_column .artist_exp .embed .emb iframe {
  width: 100%;
}

.pop_prev {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -580px;
  margin-top: -40px;
  z-index: 90;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  width: 80px;
  height: 80px;
  background: #FF3214;
  border: 2px #222 solid;
  border-radius: 100%;
  box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s 0s ease;
}
@media (max-width: 896px) {
  .pop_prev {
    top: auto;
    bottom: 50px;
    margin-left: -53vw;
    margin-top: 0vh;
    width: 15vw;
    height: 15vw;
  }
}
body.modal_open .pop_prev {
  opacity: 1;
  visibility: visible;
}

.pop_prev svg {
  width: 40px;
  height: 40px;
  fill: #222;
  transform: rotate(-90deg);
}
@media (max-width: 896px) {
  .pop_prev svg {
    width: 7vw;
    height: 7vw;
  }
}
.pop_prev:hover {
  background: #222;
}
@media (max-width: 896px) {
  .pop_prev:hover {
    background: #FF3214;
  }
}
.pop_prev:hover svg {
  fill: #FF3214;
}
@media (max-width: 896px) {
  .pop_prev:hover svg {
    fill: #222;
  }
}

.pop_next {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: 420px;
  margin-top: -40px;
  z-index: 90;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  width: 80px;
  height: 80px;
  background: #FF3214;
  border: 2px #222 solid;
  border-radius: 100%;
  box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s 0s ease;
}
@media (max-width: 896px) {
  .pop_next {
    top: auto;
    bottom: 50px;
    margin-left: 37vw;
    margin-top: 0vh;
    width: 15vw;
    height: 15vw;
  }
}
body.modal_open .pop_next {
  opacity: 1;
  visibility: visible;
}

.pop_next svg {
  width: 40px;
  height: 40px;
  fill: #222;
  transform: rotate(90deg);
}
@media (max-width: 896px) {
  .pop_next svg {
    width: 7vw;
    height: 7vw;
  }
}
.pop_next:hover {
  background: #222;
}
@media (max-width: 896px) {
  .pop_next:hover {
    background: #FF3214;
  }
}
.pop_next:hover svg {
  fill: #FF3214;
}
@media (max-width: 896px) {
  .pop_next:hover svg {
    fill: #222;
  }
}

/*----------------------------------------------------
block_back
--------------------------------------------------- */
.block_back {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 400px;
  z-index: 5;
}
@media (max-width: 896px) {
  .block_back {
    display: none;
  }
}
.block_back .back {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 150px;
  border-top: 1px #ccc solid;
}
.block_back .back a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF3214;
  color: #ccc;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  font-size: 16px;
  font-weight: 700;
}
.block_back .back a:hover {
  background: #ccc;
  color: #588da9;
}
.block_back .back a:hover svg {
  fill: #588da9;
}
.block_back .back a svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: #ccc;
}

/*----------------------------------------------------
change page
--------------------------------------------------- */
.disible_cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  visibility: hidden;
}

body.none_active .disible_cover {
  visibility: visible;
}

.contents_in_cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

/*second*/
.contents_load_area {
  position: relative;
  min-height: 100%;
}
.contents_load_area .contents_in {
  border-left: 1px #ccc solid;
  box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.2);
  margin-left: 100px;
  padding-top: 80px;
  transition: all 0.7s 0s ease;
}
@media (max-width: 896px) {
  .contents_load_area .contents_in {
    margin-left: 40px;
    padding-top: 35px;
  }
}
.contents_load_area .contents_in:before {
  content: "";
  position: fixed;
  top: 0;
  left: 100px;
  width: 100vw;
  width: calc(100vw - 100px);
  height: 100vh;
  z-index: 0;
  background-size: 30%;
}
@media (max-width: 896px) {
  .contents_load_area .contents_in:before {
    left: 40px;
    width: calc(100vw - 40px);
    background-size: 70%;
  }
}
.contents_load_area .contents_in.this_top::before {
  display: none;
}
.contents_load_area a.contents_back {
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100px;
  height: 100%;
}
@media (max-width: 896px) {
  .contents_load_area a.contents_back {
    width: 40px;
  }
}

body.contents_base .contents_load_area .contents_in {
  margin-left: 0px;
}

body.contents_base .contents_load_area a.contents_back {
  width: 0;
}

/*past*/
#contents_load_past.contents_load_area {
  z-index: 0;
  position: fixed;
  top: 0;
  width: 100%;
  transform: scale3d(1, 1, 1) translate(-50%, 0px);
}

body.change_page #contents_load_past.contents_load_area {
  transition: transform 1s 0s cubic-bezier(0.77, 0, 0.175, 1);
  transform: scale3d(1, 1, 1) translate(-100%, 0px);
}

body.back_page #contents_load_past.contents_load_area {
  transition: transform 1s 0s cubic-bezier(0.77, 0, 0.175, 1);
  transform: scale3d(1, 1, 1) translate(0%, 0px);
}
body.back_page #contents_load_past.contents_load_area .contents_in_cover {
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0);
}

#contents_load_past.contents_load_area .contents_in_cover {
  visibility: visible;
  opacity: 1;
}

/*first*/
body.change_page #contents_load_first.contents_load_area {
  transition: transform 1s 0s cubic-bezier(0.77, 0, 0.175, 1);
  transform: scale3d(1, 1, 1) translate(-50%, 0px);
}

body.back_page #contents_load_first.contents_load_area {
  transition: transform 1s 0s cubic-bezier(0.77, 0, 0.175, 1);
  transform: scale3d(1, 1, 1) translate(100%, 0px);
}
body.change_page #contents_load_first.contents_load_area .contents_in_cover {
  visibility: visible;
  opacity: 1;
  transition: all 0.7s 0s ease;
}

/*second*/
#contents_load_second.contents_load_area {
  z-index: 2;
  position: fixed;
  top: 0;
  width: 100%;
  transform: scale3d(1, 1, 1) translate(100%, 0px);
}

body.change_page #contents_load_second.contents_load_area {
  transition: transform 1s 0s cubic-bezier(0.77, 0, 0.175, 1);
  transform: scale3d(1, 1, 1) translate(0%, 0px);
}

body.back_page #contents_load_second.contents_load_area {
  transition: transform 1s 0s cubic-bezier(0.77, 0, 0.175, 1);
  transform: scale3d(1, 1, 1) translate(100%, 0px);
}/*# sourceMappingURL=common_2024.css.map */