@charset "UTF-8";
/*@font-face{
	font-family: "MyYuGothic";
	font-weight: normal;
	src: local("YuGothic-Medium"),
		 local("Yu Gothic Medium"),
		 local("YuGothic-Regurar")
}
@font-face{
	font-family: "MyYuGothic";
	font-weight: bold;
	src: local("YuGothic-Bold"),
		 local("Yu Gothic")
}*/
/*------------------------------------------------------------------

BASE

--------------------------------------------------------------------*/
/*Easing*/
/*Screen*/
html, body, div, article, section, blockquote, span, p, ul, ol, li, table, tr, td, th, hr, h1, h2, h3, h4, h5, h6, a, em, strong, b, img, input, textarea, svg, button, fieldset, figure, header, footer, label {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  list-style-type: none;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  line-height: 1em;
  border-collapse: collapse; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 16px;
  overflow-x: hidden;
  height: 100%; }

body {
  color: #dddddd;
  background: #1c1f1f;
  background-size: 500px 500px;
  font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", sans-serif;
  font-weight: 400;
  position: relative;
  word-break: normal;
  word-wrap: break-word;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  min-height: 100%; }

html, body {
  zoom: 1; }

.serif {
  font-family: serif; }

.sans-serif {
  font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", sans-serif; }

.mono {
  font-family: "Courier", "Osaka－等幅", Osaka-mono, "ＭＳ ゴシック", "MS Gothic", monospace; }

input[type=text],
input[type=url],
input[type=tel],
input[type=email],
input[type=radio],
input[type=checkbox],
input[type=submit],
input[type=search],
select,
textarea {
  -webkit-appearance: none;
  outline: none; }

input[type=submit]:hover {
  cursor: pointer; }

strong, b,
h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

a {
  color: #dddddd;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@media screen and (min-width: 813px) {
  a[href^="tel:"] {
    pointer-events: none; } }
p {
  margin: 0;
  padding: 0 0 1.5em;
  line-height: 2em;
  line-break: strict; }
  p a {
    color: #4096ff; }
  p a:hover {
    text-decoration: underline; }
  p:last-child {
    padding-bottom: 0; }

img {
  display: inline-block;
  outline: none;
  -moz-user-select: none;
  /* These user-select properties are inheritable, used to prevent text selection */
  -webkit-user-select: none;
  -ms-user-select: none;
  /* From IE10 only */
  user-select: none;
  /* Not valid CSS yet, as of July 2012 */
  -webkit-user-drag: none;
  /* Prevents dragging of images/divs etc */
  user-drag: none; }

*::selection {
  background: #bbbcbc; }

.clear {
  width: 100%;
  font-size: 0px;
  height: 1px;
  overflow: hidden;
  clear: both;
  float: none;
  margin: 0 0 -1px 0;
  display: block; }

.clear_after:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 -1px 0;
  clear: both;
  float: none; }

.l,
.alignleft {
  float: left; }

.r,
.alignright {
  float: right; }

.c,
.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.has-text-align-left {
  text-align: left; }

.has-text-align-center {
  text-align: center; }

.has-text-align-right {
  text-align: right; }

.tsume_lr {
  margin: 0 -0.1em; }

.none {
  display: none; }

.hidden {
  visibility: hidden; }

.nopc {
  display: none;
  visibility: hidden; }
  @media screen and (max-width: 812px) {
    .nopc {
      display: inherit;
      visibility: visible; } }

@media screen and (max-width: 812px) {
  .nosp {
    display: none;
    visibility: hidden; } }

.sp320 {
  display: none;
  visibility: hidden; }
  @media screen and (max-width: 320px) {
    .sp320 {
      display: inherit;
      visibility: visible; } }

#natural_width {
  position: relative;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0; }

/*------------------------------------------------------------------

ANIMATION

--------------------------------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*------------------------------------------------------------------

HOME

--------------------------------------------------------------------*/
#home_wrapper {
  padding: 23px;
  font-size: 1.125rem;
  position: relative;
  z-index: 1;
  min-height: 100vh; }
  @media screen and (max-width: 812px) {
    #home_wrapper {
      padding: 18px 0 0 15px;
      min-height: auto; } }

#home_title {
  width: 460px;
  height: 150px;
  position: relative;
  overflow: hidden;
  background: url("../images/parts_title.png") no-repeat 0 0;
  background-size: contain;
  font-size: 0;
  text-indent: -999px; }
  @media screen and (max-width: 812px) {
    #home_title {
      max-width: calc(100% - 80px);
      width: 280px;
      height: 100px; } }

#home_menu_wrapper {
  position: fixed;
  background: #1c1f1f;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  overflow-y: auto; }
  #home_menu_wrapper.opened {
    z-index: 100;
    height: 100%; }
    #home_menu_wrapper.opened #home_menu {
      transform: scale(1, 1); }

#home_menu {
  position: absolute;
  left: 50%;
  top: 50%;
  transition: transform 0.3s ease 0s;
  transform-origin: center center;
  transform: scale(0.94, 0.94); }
  #home_menu li {
    position: relative;
    padding: 7px 0;
    font-size: 1.25rem;
    text-align: center; }
    #home_menu li.lang_hr {
      padding: 0; }
    #home_menu li a, #home_menu li span {
      padding: 8px 0;
      display: inline-block; }
    #home_menu li span {
      color: #777878; }
  @media screen and (max-width: 812px) {
    #home_menu li {
      padding: 8px 0; } }

#menu_btn,
#btn_modal_close {
  display: block;
  width: 70px;
  height: 40px;
  position: fixed;
  z-index: 30;
  right: 20px;
  top: 20px; }
  #menu_btn div,
  #btn_modal_close div {
    width: calc(100% - 10px);
    height: 1px;
    border-top: 2px solid #dddddd;
    position: absolute;
    left: 5px;
    top: 5px;
    transform-origin: center center;
    transition: all 0.23s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    box-shadow: 1px 1px 0 0 #1c1f1f; }
    #menu_btn div:nth-child(2), #menu_btn div:nth-child(3),
    #btn_modal_close div:nth-child(2),
    #btn_modal_close div:nth-child(3) {
      top: 19px; }
    #menu_btn div:nth-child(4),
    #btn_modal_close div:nth-child(4) {
      top: 32px; }
  #menu_btn.opened,
  #btn_modal_close.opened {
    z-index: 110; }
    #menu_btn.opened div,
    #btn_modal_close.opened div {
      box-shadow: none; }
      #menu_btn.opened div:nth-child(1), #menu_btn.opened div:nth-child(4),
      #btn_modal_close.opened div:nth-child(1),
      #btn_modal_close.opened div:nth-child(4) {
        opacity: 0; }
      #menu_btn.opened div:nth-child(2),
      #btn_modal_close.opened div:nth-child(2) {
        transform: rotate(-45deg); }
      #menu_btn.opened div:nth-child(3),
      #btn_modal_close.opened div:nth-child(3) {
        transform: rotate(45deg); }
  @media screen and (max-width: 812px) {
    #menu_btn,
    #btn_modal_close {
      width: 56px;
      height: 33px;
      right: 12px;
      top: 18px; }
      #menu_btn div,
      #btn_modal_close div {
        border-top: 1px solid #dddddd;
        transition: all 0.28s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }
        #menu_btn div:nth-child(2), #menu_btn div:nth-child(3),
        #btn_modal_close div:nth-child(2),
        #btn_modal_close div:nth-child(3) {
          top: 15px; }
        #menu_btn div:nth-child(4),
        #btn_modal_close div:nth-child(4) {
          top: 25px; } }

.new_content:after {
  content: "";
  background-color: red;
  width: 6px;
  height: 6px;
  border-radius: 50% 50%;
  display: inline-block;
  position: relative;
  margin: 0 0 10px 4px; }

#home_news {
  position: absolute;
  left: 23px;
  bottom: 25px;
  padding: calc(100vh - 310px) 0 0 0;
  width: 100%; }
  #home_news p {
    padding-bottom: 0.5em;
    line-height: 1.4em; }
    #home_news p:last-child {
      padding-bottom: 0; }
  #home_news a {
    color: #bbbcbc; }
  @media screen and (max-width: 812px) {
    #home_news {
      position: relative;
      left: auto;
      bottom: auto;
      padding: 25rem 15px 0 0; } }

.news_date {
  color: #777878;
  font-size: 0.8125rem;
  padding: 0; }

#home_footer {
  position: fixed;
  text-align: right;
  right: 0;
  bottom: 0;
  padding: 28px;
  z-index: 1; }
  @media screen and (max-width: 812px) {
    #home_footer {
      position: relative;
      padding: 80px 0 calc(30px + env(safe-area-inset-bottom)); } }

#f_copyright {
  font-size: 0.75rem;
  padding: 0;
  color: #777878;
  line-height: 1em; }
  @media screen and (max-width: 812px) {
    #f_copyright {
      text-align: center; } }

#title_zero {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 288px;
  margin: -144px 0 0 calc(280px / -2 - 50px);
  transform-origin: center center;
  transform: scale(1, 1);
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
  will-change: transform;
  z-index: 51;
  overflow: visible;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  #title_zero.opened {
    animation-play-state: paused;
    transform: scale(3, 3);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    opacity: 0; }
    #title_zero.opened #title_zero_outer,
    #title_zero.opened #title_zero_inner {
      animation-play-state: paused;
      animation: none; }
  @media screen and (max-width: 812px) {
    #title_zero {
      top: 225px;
      width: 170px;
      height: 176px;
      margin: -85px 0 0 -82px;
      transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
      #title_zero.opened {
        transform: scale(2.4, 2.4);
        transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; } }

#title_zero_outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  animation: rotatePCA 4s linear 0.3s infinite; }
  @media screen and (max-width: 812px) {
    #title_zero_outer {
      animation: rotateSPA 2.3s linear 0.3s infinite; } }

#title_zero_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  background: url("../images/parts_zero.png") no-repeat center center;
  background-size: contain;
  animation: rotatePCB 2.3s linear 0.3s infinite; }
  @media screen and (max-width: 812px) {
    #title_zero_inner {
      animation: rotateSPB 2.1s linear 0.3s infinite; } }

@keyframes rotatePCA {
  0% {
    transform: rotate(0deg) translateY(-3px) rotate(0deg); }
  100% {
    transform: rotate(360deg) translateY(-3px) rotate(-360deg); } }
@keyframes rotatePCB {
  0% {
    transform: rotate(0deg) translateX(3px) rotate(0deg); }
  100% {
    transform: rotate(-360deg) translateX(3px) rotate(360deg); } }
@keyframes rotateSPA {
  0% {
    transform: rotate(0deg) translateY(-2px) rotate(0deg); }
  100% {
    transform: rotate(360deg) translateY(-2px) rotate(-360deg); } }
@keyframes rotateSPB {
  0% {
    transform: rotate(0deg) translateX(1px) rotate(0deg); }
  100% {
    transform: rotate(-360deg) translateX(1px) rotate(360deg); } }
#circle_mask {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 260px;
  height: 268px;
  margin: -134px 0 0 calc(260px / -2 - 50px);
  border-radius: 50% 50%;
  transform-origin: center center;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  will-change: transform;
  z-index: 50;
  background: #000;
  overflow: hidden; }
  #circle_mask.opened {
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    #circle_mask.opened:hover {
      animation: none; }
  @media screen and (max-width: 812px) {
    #circle_mask {
      top: 225px;
      width: 160px;
      height: 166px;
      margin: -80px 0 0 -76px;
      transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; } }

@keyframes purupuru {
  0% {
    transform: scale(1, 1); }
  100% {
    transform: scale(1.03, 1.03); } }
@keyframes purupuru2 {
  0% {
    transform: translate(0px, -1px); }
  25% {
    transform: translate(-1px, 0px); }
  50% {
    transform: translate(-1px, 1px); }
  75% {
    transform: translate(1px, 0px); }
  100% {
    transform: translate(0px, -1px); } }
@media (orientation: landscape) {
  #circle_mask.opened {
    width: 106vw;
    height: 108vw;
    margin: -54vw 0 0 -53vw;
    transform: translateY(0); }
    #circle_mask.opened:after {
      display: none;
      /*box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.4) inset;
      height: 100%;
      border:none;
      top: 0px;*/ } }
@media (orientation: portrait) {
  #circle_mask.opened {
    width: 106vw;
    height: 106vw;
    margin: -53vw 0 0 -53vw; }
    #circle_mask.opened:after {
      display: none;
      /*box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.4) inset;
      height: 100%;
      border:none;
      top: 0px;*/ } }
@-moz-document url-prefix() {
  #circle_mask {
    transform: rotate(0.0001deg);
    /*&:after{
        box-shadow: none;
    }*/ } }
.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

#youtube_wrapper,
#player {
  width: calc(100vh / 9 * 16);
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50vh 0 0 calc(100vh / 9 * -8); }
  #youtube_wrapper.long_landscape,
  #player.long_landscape {
    width: 100vw;
    height: calc(100vw / 16 * 9);
    position: absolute;
    margin: calc(100vw / 32 * -9) 0 0 -50vw; }
  #youtube_wrapper iframe,
  #player iframe {
    width: 100%;
    height: 100%; }

@media (orientation: portrait) {
  #youtube_wrapper,
  #player {
    width: calc(106vw / 9 * 16);
    height: 106vw;
    margin: -53vw 0 0 calc(106vw / 9 * -8); } }
#title_tai {
  position: fixed;
  color: #bbbcbc;
  left: 50%;
  top: 50%;
  font-size: 0;
  margin: -100px 0 0 110px;
  z-index: 49;
  overflow: hidden;
  text-indent: -999px;
  width: 250px;
  height: 250px;
  background: url("../images/parts_tai.png") no-repeat center center;
  background-size: contain; }
  @media screen and (max-width: 812px) {
    #title_tai {
      top: calc(225px - 83px + 166px);
      width: 150px;
      height: 150px;
      margin: 15px 0 0 -75px; } }

#news______:before {
  content: "EVENT";
  font-size: 0.625rem;
  line-height: 1em;
  color: #E80D10;
  border: 1px solid #E80D10;
  border-radius: 2px;
  padding: 2px 3px;
  position: relative;
  top: -3px;
  margin: 0 0.65em 0 0;
  display: inline-block;
  animation: pikapika 1s ease-in-out 0s infinite alternate; }

@keyframes pikapika {
  0% {
    opacity: 0.79; }
  20% {
    opacity: 1; }
  35% {
    opacity: 0.88; }
  52% {
    opacity: 1; }
  69% {
    opacity: 0.95; }
  80% {
    opacity: 1; }
  89% {
    opacity: 0.83; }
  100% {
    opacity: 1; } }
#reopen {
  color: #8e8f8f;
  background-color: rgba(28, 31, 31, 0.85);
  position: relative;
  z-index: 10;
  margin: -35px 0 0 0;
  width: 460px;
  padding: 8px 2px;
  letter-spacing: 0.05em;
  font-size: 1.1875rem; }
  #reopen span {
    display: inline-block;
    border: 1px solid red;
    color: red;
    padding: 5px;
    line-height: 1em;
    font-size: 1rem;
    margin: 0 0.75em 0 0;
    letter-spacing: 0;
    position: relative;
    top: -1px; }

#reopen_limit {
  color: #8e8f8f;
  background-color: rgba(28, 31, 31, 0.75);
  position: relative;
  z-index: 5;
  padding: 7px 16px 5px 6px;
  top: -32px;
  letter-spacing: 0.06em;
  font-size: 1.25rem;
  display: inline-block;
  transform: rotate(-0.9deg); }
  #reopen_limit span {
    display: inline-block;
    border: 2px solid red;
    color: red;
    padding: 5px;
    line-height: 1em;
    font-size: 1rem;
    margin: 0 0.75em 0 0;
    letter-spacing: 0;
    position: relative;
    top: -1px;
    background-color: #1c1f1f; }
  @media screen and (max-width: 812px) {
    #reopen_limit {
      letter-spacing: 0;
      left: -9px;
      top: -30px;
      font-size: 0.875rem; }
      #reopen_limit span {
        border: 1px solid red;
        font-size: 0.75rem;
        padding: 3px;
        margin: 0 0.5em 0 0; } }
  @media screen and (max-width: 320px) {
    #reopen_limit {
      top: -45px;
      font-size: 0.8125rem; }
      #reopen_limit span {
        font-size: 0.6875rem; } }

/*------------------------------------------------------------------

下層ページ

--------------------------------------------------------------------*/
.content_wrapper {
  margin: 0 auto;
  padding: 0;
  width: 640px;
  max-width: 100%;
  z-index: 10;
  position: relative; }
  .content_wrapper h3 {
    font-size: 1.125rem;
    text-align: center;
    padding: 0.65em 0;
    border: 1px solid #777878;
    margin: 0 0 1.5em; }
  .content_wrapper h3.profile_name {
    font-size: 1.25rem;
    line-height: 1.35em;
    padding: 1em 0;
    border: none;
    border-top: 1px dotted #777878;
    border-bottom: 1px dotted #777878; }
    .content_wrapper h3.profile_name span {
      font-size: 0.9375rem; }
  .content_wrapper blockquote {
    padding: 1em 1.5em;
    font-style: italic;
    background: rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 812px) {
    .content_wrapper h3 {
      font-size: 1.125rem;
      padding: 0.65em 1em;
      line-height: 1.5em; } }

.title_logo {
  text-align: center;
  padding: 100px 0; }
  .title_logo img {
    margin: 0 6px;
    max-width: calc(100% - 38px);
    height: auto; }

.content_block {
  margin: 0 auto 7rem; }
  .content_block li a {
    color: #4096ff; }
  .content_block li a:hover {
    text-decoration: underline; }
  .content_block img {
    max-width: 100%;
    height: auto; }
  .content_block.event_block {
    margin: 0 auto 5rem;
    padding-bottom: 5rem;
    border-bottom: 1px dotted #333535; }
  @media screen and (max-width: 812px) {
    .content_block {
      font-size: 1.125rem;
      width: calc(100% - 30px); } }

.mb10 {
  margin: 0 auto 10px; }

.spec li {
  padding: 0.8em 0;
  border-bottom: 1px dotted #555757;
  line-height: 1.4em; }
  .spec li:first-child {
    padding-top: 0; }
.spec p {
  padding: 0; }

.notice {
  font-size: 0.8125rem;
  color: #bbbcbc;
  line-height: 1.75em; }

@media screen and (max-width: 812px) {
  .notice {
    font-size: 0.9375rem; } }
.logo_area {
  width: 100%;
  margin: 0 auto 7rem;
  background-color: rgba(255, 255, 255, 0.9);
  color: #1c1f1f;
  padding: 24px; }
  .logo_area img {
    margin: 0 20px 30px 0;
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle; }
    .logo_area img.bunkacho {
      height: 120px; }
    .logo_area img.sonpo {
      height: 80px; }
    .logo_area img.kaou, .logo_area img.saison {
      height: 40px; }
    .logo_area img.oitabunka {
      height: 26px; }
    .logo_area img.kyosan_1 {
      height: 64px; }
    .logo_area img.kyosan_2 {
      height: 42px; }
    .logo_area img.kyosan_3 {
      height: 33px; }
  .logo_area p {
    text-align: left;
    padding: 0; }
  .logo_area .nowrap {
    display: inline-block;
    white-space: nowrap;
    margin: 1.5em 2em 0 0; }
  @media screen and (max-width: 812px) {
    .logo_area {
      padding: 15px; }
      .logo_area img {
        margin: 0 20px 20px 0; }
        .logo_area img.bunkacho {
          height: auto; }
        .logo_area img.sonpo {
          height: 60px; }
        .logo_area img.kaou, .logo_area img.saison {
          height: 30px; }
        .logo_area img.oitabunka {
          height: 21px; }
        .logo_area img.kyosan_1 {
          height: 54px; }
        .logo_area img.kyosan_2 {
          height: 32px; }
        .logo_area img.kyosan_3 {
          height: 25px; } }

.sns_area {
  margin: -3rem 0 100px;
  text-align: center; }
  .sns_area a {
    opacity: 0.9;
    margin: 0 10px; }
  .sns_area img {
    width: 60px;
    height: auto; }
  @media screen and (max-width: 812px) {
    .sns_area a {
      margin: 0 5px; } }

.banner_area {
  margin: 50px auto 3.5rem;
  font-size: 0;
  line-height: 0;
  width: 630px; }
  .banner_area img {
    margin: 0 10px 20px;
    width: 190px;
    height: auto; }
  @media screen and (max-width: 812px) {
    .banner_area {
      width: calc(100% - 30px); }
      .banner_area img {
        margin: 0 8px 20px;
        width: calc((100% - 34px) * 0.5);
        height: auto; } }

#content_footer {
  position: relative;
  text-align: center;
  padding: 2em 0; }
  @media screen and (max-width: 812px) {
    #content_footer {
      padding-bottom: calc(130px + env(safe-area-inset-bottom)); } }

#btn_pageback {
  border: 1px solid #777878;
  border-radius: 50% 50%;
  width: 64px;
  height: 64px;
  display: inline-block;
  position: relative;
  background: #1c1f1f;
  margin-bottom: 50px; }
  #btn_pageback:before, #btn_pageback:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%; }
  #btn_pageback:before {
    width: 17px;
    height: 17px;
    border-top: 3px solid #777878;
    border-left: 3px solid #777878;
    transform-origin: center center;
    transform: rotate(-45deg);
    margin: -9px 0 0 -10px; }
  #btn_pageback:after {
    width: 26px;
    height: 1px;
    border-top: 3px solid #777878;
    margin: -2px 0 0 -12px; }
  @media screen and (max-width: 812px) {
    #btn_pageback {
      transform: scale(0.9, 0.9);
      transform-origin: center center; } }

.content_subtitle {
  font-size: 1em;
  line-height: 1.75em;
  padding: 0.25em 0;
  margin: 0 auto 1em;
  border-bottom: 1px dotted #555757; }

.dotlist {
  padding: 0 0 1em; }
  .dotlist li {
    list-style: none;
    line-height: 1.75em;
    padding: 0.2em 0 0.2em 1.1em;
    position: relative; }
    .dotlist li:before {
      content: "・";
      position: absolute;
      top: 0;
      left: 0;
      padding: 0.2em 0; }
    .dotlist li.nodot {
      padding: 0.2em 0; }
      .dotlist li.nodot:before {
        content: none;
        position: relative;
        display: none;
        top: auto;
        left: auto;
        padding: 0; }

.access_list {
  border-bottom: 1px dotted #555757;
  margin: 1em 0; }

hr {
  width: 100%;
  height: 1px;
  clear: both;
  float: none;
  border: none;
  border-bottom: 1px dotted #555757;
  margin: 0.5rem 0 1.5rem; }

/*------------------------------------------------------------------

お知らせ

--------------------------------------------------------------------*/
.news_title {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin: 0 0 0.5em; }

p strike {
  opacity: 0.4; }

/*------------------------------------------------------------------

プロフィール

--------------------------------------------------------------------*/
.artist_name {
  font-size: 1.5rem;
  line-height: 1.4em;
  margin-bottom: 1em;
  text-align: center; }

figure {
  text-align: center;
  margin: 0 auto 1.5rem; }
  figure img {
    max-height: 480px;
    max-width: 100%;
    height: auto;
    width: auto; }
  @media screen and (max-width: 812px) {
    figure img {
      max-height: auto; } }

figcaption {
  font-size: 0.875rem;
  line-height: 1.5em;
  padding: 0.5em 0;
  text-align: left; }

/*------------------------------------------------------------------

インタビュー

--------------------------------------------------------------------*/
.interview_table th {
  white-space: nowrap;
  font-weight: 400;
  padding: 0 1.25em 2.5em 0; }
.interview_table td {
  padding: 0 0 2.5em 0; }
.interview_table .tr_q {
  color: #a7abab; }
@media screen and (max-width: 812px) {
  .interview_table {
    font-size: 1.125rem; }
    .interview_table p {
      font-size: 1.125rem; } }

.title_mid {
  font-size: 2.5rem;
  text-align: center;
  padding: 100px 0 0.15em;
  letter-spacing: 0.125em;
  line-height: 1.4em; }
  @media screen and (max-width: 812px) {
    .title_mid {
      font-size: 1.875rem;
      letter-spacing: 0.05em; } }

.title_mid_sub {
  font-size: 1.25rem;
  text-align: center;
  padding: 0 0 110px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 812px) {
    .title_mid_sub {
      font-size: 1rem;
      letter-spacing: 0.05em; } }

/*------------------------------------------------------------------

鑑賞方法

--------------------------------------------------------------------*/
.btn_toform {
  background-color: #0a79ff;
  color: #FFF;
  margin: 0px auto;
  padding: 16px 30px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center; }
  .btn_toform:active {
    top: 1px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1); }

div.btn_toform {
  background-color: #888888;
  box-shadow: none;
  cursor: auto;
  color: #CCC; }
  div.btn_toform:active {
    top: 0px;
    box-shadow: none; }

.course_link_wrapper {
  text-align: center; }
  @media screen and (max-width: 812px) {
    .course_link_wrapper {
      line-height: 1.5em; } }

.course_link:before {
  content: "";
  display: inline-block;
  width: 90px;
  height: 60px;
  border-radius: 5px;
  background: url(../../course/images/01_all.jpg) no-repeat center center;
  background-size: cover;
  margin: 0 10px 0 0;
  vertical-align: middle; }
@media screen and (max-width: 812px) {
  .course_link:before {
    content: "";
    display: block;
    margin: 0 auto 10px; } }

.spot_info {
  border: 1px solid #333535;
  padding: 1em 1.5em;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px; }
  .spot_info h2 {
    font-size: 1.5rem;
    line-height: 2em; }
  @media screen and (max-width: 812px) {
    .spot_info h2 {
      text-align: center; } }

/*------------------------------------------------------------------

予約

--------------------------------------------------------------------*/
#form_second_area {
  display: none; }
  #form_second_area.opened {
    display: block;
    animation: fadeIn 0.5s ease 0s forwards; }

.claendar_wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 0 38px;
  padding: 0;
  position: relative; }

#selected_day {
  display: inline-block;
  margin: 0 0 1em 0;
  border-bottom: 2px solid #0a79ff;
  font-size: 1.1875rem;
  padding: 2px 2px 2px 4px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  position: relative; }
  #selected_day:before {
    content: "希望日：";
    font-size: 0.8125rem;
    display: inline-block;
    letter-spacing: 0;
    line-height: 1em;
    padding: 3px;
    margin: 0 3px 0 0;
    position: relative;
    top: -1px; }

.claendar_inner {
  position: relative;
  white-space: nowrap;
  width: auto;
  padding: 10px 13px;
  margin: 0 auto;
  text-align: center; }
  .claendar_inner:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: 0 0 -1px 0;
    clear: both;
    float: none; }

.calender_block {
  width: calc(33px * 7);
  margin: 0 7px 10px;
  display: inline-block; }
  @media screen and (max-width: 812px) {
    .calender_block {
      font-size: 1.125rem; }
      .calender_block:last-child {
        margin-right: 20px; } }

.calendar {
  width: 100%;
  position: relative;
  border: 2px solid #5f6262; }
  .calendar th, .calendar td {
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px dotted #5f6262;
    color: #777878;
    position: relative; }
  .calendar th {
    padding: 4px 0 4px;
    width: 34px; }
  .calendar td {
    height: 46px;
    vertical-align: top; }
  .calendar a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 5px 0 3px;
    color: #777878;
    line-height: 1.15em; }
    .calendar a:hover {
      color: #dddddd;
      background: #111; }
    .calendar a.selected {
      background: #0052D0;
      color: #FFF; }
  .calendar .closed {
    padding: 5px 0 3px;
    opacity: 0.3;
    line-height: 1.15em; }

.year_month {
  text-align: center;
  padding: 6px 0; }

.daytime {
  display: none; }

.cal_date {
  color: #dddddd; }

.saturday,
.saturday .cal_date {
  color: #b3c7ff; }

.sunday,
.sunday .cal_date,
.holyday .cal_date {
  color: #ffb3b3; }

.form_block {
  width: 350px;
  max-width: calc(100% - 30px);
  margin: 0 auto 50px; }
  .form_block p {
    line-height: 1.5em;
    padding: 0 0 1em; }
  @media screen and (max-width: 812px) {
    .form_block {
      font-size: 1.125rem; } }

.submit_block {
  text-align: center;
  padding: 2px 0 30px; }
  @media screen and (max-width: 812px) {
    .submit_block {
      font-size: 1.125rem; } }

.subtext {
  font-size: 0.875rem;
  color: #777878; }
  @media screen and (max-width: 812px) {
    .subtext {
      font-size: 0.9375rem; } }

.form_block_title {
  text-align: center;
  font-weight: 400;
  border: 1px dotted #777878;
  line-height: 1.4em;
  padding: 7px 5px;
  margin-bottom: 8px; }

#timetable_device {
  width: 100%;
  font-size: 0;
  line-height: 0;
  margin: 0 0 8px 0; }
  #timetable_device tr {
    border-bottom: 1px dotted #777878; }
  #timetable_device td {
    padding: 10px 2px 2px; }
  #timetable_device label {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5em; }
  @media screen and (max-width: 812px) {
    #timetable_device label {
      font-size: 1.125rem; } }

input[type=radio],
input[type=checkbox] {
  display: none; }

.radio {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 27px;
  cursor: pointer; }
  .radio:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-color: #dddddd;
    border-radius: 50%;
    border: 1px solid #777878;
    content: ''; }
  .radio:before {
    position: absolute;
    top: 50%;
    left: 4px;
    display: block;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: '';
    background-color: #0a79ff;
    opacity: 0;
    z-index: 5;
    transform: scale(0.1, 0.1);
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.605, 1.465); }
    input[type=radio]:checked + .radio:before {
      opacity: 1;
      transform: scale(1, 1); }

input[type=radio]:disabled + .radio {
  opacity: 0.4; }

/*input[type=radio]:disabled + .radio_device{
    visibility: hidden;
}*/
input[type=radio]:disabled + .radio_cinema {
  display: none;
  visibility: hidden; }

.checkbox {
  position: relative;
  display: inline-block;
  padding: 0 0 0 23px;
  line-height: 1em;
  cursor: pointer; }
  .checkbox:after {
    position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    margin-top: -9px;
    width: 16px;
    height: 16px;
    border: 1px solid #777878;
    background-color: #dddddd;
    border-radius: 2px;
    content: '';
    transition: background-color 0.3s ease; }
  .checkbox:before {
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 6px;
    height: 13px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    content: '';
    opacity: 0;
    z-index: 5;
    transform: rotate(40deg) scale(0.4, 0.4);
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.605, 1.465); }

input[type=checkbox]:checked + .checkbox:after {
  border: 1px solid #0a79ff;
  background-color: #0a79ff; }
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
  transform: rotate(40deg) scale(1, 1); }

.select_wrapper {
  margin: 10px 0 0;
  border-radius: 7px;
  border: 1px solid #DDD;
  background-color: #FFF;
  display: inline-block;
  position: relative;
  font-size: 0;
  line-height: 0; }
  .select_wrapper:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #0a79ff;
    border-right: 2px solid #0a79ff;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -6px 0 0 0;
    z-index: 1; }
  .select_wrapper select {
    font-size: 1.25rem;
    padding: 8px 36px 6px 12px;
    line-height: 1em;
    background: transparent;
    border: none;
    border-radius: 8px;
    z-index: 2;
    position: relative; }
    .select_wrapper select.error {
      background-color: #fae9e9; }
    .select_wrapper select:disabled {
      color: #555; }

.cinema_time_group {
  padding: 7px 3px; }
  h3 + .cinema_time_group {
    margin: 10px 0 0; }
  .cinema_time_group + p {
    padding-top: 5px; }
    .cinema_time_group + p.error_text {
      display: inherit; }

.input_group {
  line-height: 1.4em;
  padding: 5px 0; }
  h3 + .input_group {
    margin-top: 10px; }

input[type=text],
input[type=tel],
input[type=email] {
  background-color: #FFF;
  width: 100%;
  max-width: 360px;
  padding: 5px 8px;
  font-size: 1rem;
  margin: 4px 0 2px;
  line-height: 1.5em;
  border-radius: 3px; }
  input[type=text].wpcf7-not-valid,
  input[type=tel].wpcf7-not-valid,
  input[type=email].wpcf7-not-valid {
    background-color: #fae9e9; }
  input[type=text]:disabled,
  input[type=tel]:disabled,
  input[type=email]:disabled {
    color: #555;
    -webkit-text-fill-color: #555;
    opacity: 1; }

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
  background-color: #FFFFDD; }
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: #777878; }

.error_text {
  display: inline;
  color: #ffb3b3;
  line-height: 1.5em;
  font-size: 0.875rem; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

input[type=submit] {
  background-color: #0a79ff;
  color: #FFF;
  margin: 10px auto 0;
  padding: 15px 50px;
  border-radius: 3px;
  display: block;
  position: relative;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center; }
  input[type=submit]:active {
    top: 1px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1); }

#policy_block {
  width: 540px;
  max-width: calc(100% - 30px);
  margin: 0 auto 1.5rem;
  text-align: left;
  border-radius: 5px;
  overflow: hidden; }

#policy_scroll {
  width: 100%;
  height: 240px;
  overflow-y: scroll;
  background-color: #282a2a;
  color: #bbbcbc;
  padding: 10px 15px; }
  #policy_scroll p, #policy_scroll li {
    font-size: 0.875rem;
    line-height: 1.75em; }

.num_list {
  padding: 0 0 0 1em; }
  .num_list li {
    list-style: decimal;
    margin: 0 0 0.5em 0; }
    .num_list li:last-child {
      padding: 0; }

#sending_anim {
  width: 0;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: #1c1f1f;
  display: none;
  opacity: 0; }
  #sending_anim.opened {
    width: 100%;
    height: 100%;
    z-index: 200;
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease 0s; }
  #sending_anim:after {
    content: "";
    width: 48px;
    height: 48px;
    border: 4px solid #8e8f8f;
    border-left: 4px solid #555757;
    border-right: 4px solid #555757;
    border-radius: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    animation: Sending 2s linear infinite;
    transform-origin: center center; }

@keyframes Sending {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/*------------------------------------------------------------------

イベント / トレイラー

--------------------------------------------------------------------*/
#ev_modal {
  display: none;
  visibility: hidden; }
  #ev_modal.show {
    display: block;
    visibility: visible; }

#modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 31, 31, 0.95);
  z-index: 200;
  opacity: 0;
  animation: fadeIn 1s ease 0.6s forwards; }

#home_trailer {
  width: 80vw;
  height: calc(80vw / 16 * 9);
  position: fixed;
  z-index: 201;
  top: calc((100% - (80vw / 16 * 9)) / 2);
  left: 10vw;
  opacity: 0;
  animation: trailerIn 1s ease 1.5s forwards; }

#btn_modal_close.opened {
  z-index: 202; }

@keyframes trailerIn {
  0% {
    opacity: 0;
    transform: scale(0.95, 0.95); }
  100% {
    opacity: 1;
    transform: scale(1, 1); } }
@keyframes bgIn {
  0% {
    background: rgba(28, 31, 31, 0); }
  100% {
    background: rgba(28, 31, 31, 0.95); } }
.kadomaru {
  border-radius: 20px; }

.link_text {
  line-height: 1.4em; }
  .link_text img {
    margin-bottom: 0.5em; }

.bk_wrapper {
  background: #000;
  padding: 8px 10px; }

.iframe100 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 5px;
  overflow: hidden; }
  .iframe100 iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.ev_title {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin: 0 0 0.25em; }

.ev_date {
  margin: 0 0 1rem; }
  .ev_date li {
    color: #777878;
    line-height: 1.5em;
    font-size: 0.8125rem;
    padding: 0;
    margin: 0 0 0.25em 0; }

.ev_info {
  padding: 0.75em 1em 0.25em 1em;
  border: 1px solid #333535;
  border-radius: 5px;
  background-color: #282a2a;
  margin: 0.75em auto 1.25em; }
  .ev_info li {
    line-height: 1.5em;
    padding: 0 0 0.5em 0; }

div.ev_detail h4 {
  font-weight: normal;
  line-height: 1.5em;
  padding: 0 0 0.25em 0; }
div.ev_detail p {
  padding: 0 0 1.5em 3em;
  font-size: 0.9375rem;
  line-height: 1.71em; }
div.ev_detail .speaker {
  padding: 0 0 0.25em 3em; }
@media screen and (max-width: 812px) {
  div.ev_detail p {
    padding: 0 0 1.5em 0;
    font-size: 100%; }
  div.ev_detail .speaker {
    padding: 0 0 0.25em 0; } }

ul.ev_detail li {
  list-style: decimal;
  padding: 0.5em 0 0.5em 0.25em;
  margin-left: 1.5em; }
ul.ev_detail h4 {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.71em; }
ul.ev_detail p {
  font-size: 0.9375rem;
  line-height: 1.71em; }
@media screen and (max-width: 812px) {
  ul.ev_detail h4, ul.ev_detail p {
    font-size: 100%; } }

#live_ticket {
  background: #DB161A;
  position: fixed;
  right: 25px;
  bottom: 25px;
  border-radius: 1px;
  color: rgba(255, 255, 255, 0.9);
  padding: 15px 39px 15px 18px;
  z-index: 50;
  font-feature-settings: "palt";
  letter-spacing: 0.05em; }
  #live_ticket h2 {
    font-size: 1rem;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    padding: 0 0 0.1em 0; }
  #live_ticket h3 {
    font-size: 1rem;
    line-height: 1.4em;
    padding: 0.2em 0 0 0; }
  #live_ticket p {
    padding: 0;
    line-height: 1.4em;
    font-size: 0.875rem; }
  #live_ticket a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 201; }
    #live_ticket a:after {
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      border-top: 2px solid #FFF;
      border-right: 2px solid #FFF;
      position: absolute;
      top: 50%;
      right: 12px;
      transform: rotate(45deg);
      margin: -7px 0 0 0; }
  @media screen and (max-width: 812px) {
    #live_ticket {
      right: 0;
      bottom: 0;
      border-radius: 2px 2px 0 0;
      padding: 12px 13px calc(12px + env(safe-area-inset-bottom)) 13px;
      width: 100%;
      text-align: center; }
      #live_ticket h2 {
        font-size: 1rem;
        padding-bottom: 0.1em; }
      #live_ticket h3 {
        padding: 0.05em 0 0 0; }
      #live_ticket p {
        font-size: 0.875rem; }
      #live_ticket a:after {
        top: 43px;
        right: 12px;
        margin: 0; } }

.book_img_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin: 0 auto 20px; }

.book_thumb {
  width: 318px;
  height: 318px;
  position: relative;
  overflow: hidden;
  margin: 0 0 4px;
  border-radius: 5px; }
  .book_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .book_thumb.solo {
    width: 100%;
    height: 250px; }
  @media screen and (max-width: 812px) {
    .book_thumb {
      width: calc((100vw - 30px) / 2 - 2px);
      height: calc((100vw - 30px) / 2 - 2px);
      border-radius: 3px; } }

.book_img {
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 4px;
  width: 640px;
  height: 480px; }
  .book_img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .book_img.b_cover {
    height: 640px; }
  @media screen and (max-width: 812px) {
    .book_img {
      border-radius: 3px; } }

.wlink {
  color: #dddddd;
  text-decoration: underline; }
  .wlink:hover {
    text-decoration: none; }

.spacer {
  opacity: 0;
  color: #1c1f1f; }

.pub_spec {
  padding: 0 0 1.5em 0; }
  .pub_spec li {
    list-style-type: none;
    line-height: 1.5em;
    padding: 0.5em 0;
    border-bottom: 1px dotted #333535; }
    .pub_spec li a {
      color: #dddddd;
      text-decoration: underline; }
      .pub_spec li a:hover {
        text-decoration: none; }

/*------------------------------------------------------------------

蒸気背景

--------------------------------------------------------------------*/
#steam_bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: linear-gradient(#F0F0EE 0%, #86BAB7 75%, #CAA0AD 100%) no-repeat 50% 50%/100% 100%;
  top: 0;
  left: 0;
  z-index: -1; }

.steam1,
.steam1b,
.steam2 {
  background: url("../images/steam-min.png") repeat 0 0;
  width: 100%;
  height: calc(100% + 1280px);
  position: absolute;
  top: 0;
  left: 0; }

.steam1,
.steam1b {
  animation: BgMove 45s linear 0s infinite normal;
  z-index: 5;
  opacity: 0.8;
  transition: opacity 0.5s ease 0s; }

.steam1b {
  opacity: 0;
  z-index: 1; }

.steam2 {
  top: -5120px;
  left: -2560px;
  height: calc(100% + 7680px);
  width: calc(100% + 2560px);
  animation: BgMove2 380s linear 0s infinite normal;
  background-position: center center;
  z-index: 1; }

@keyframes BgMove {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(-1280px); } }
@keyframes BgMove2 {
  from {
    transform: translateY(0px) translateX(0px); }
  to {
    transform: translateY(5120px) translateX(2560px); } }

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