@charset "UTF-8";
/* --------------------------------------------------------------------------------
*   common
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
*   text / font
-------------------------------------------------------------------------------- */
#loading .loadingPercent {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.footer__txt small, #wrapper.id_top .about__descri-heading-en, #wrapper.id_top .theater__title-txt, #wrapper.id_top_en .about__descri-heading-en, #wrapper.id_top_en .theater__title-txt {
  font-family: "Cinzel", serif;
  font-style: normal;
}

#wrapper.id_top .news__item-date time, #wrapper.id_top_en .news__item-date time {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}

/* --------------------------------------------------------------------------------
*   media query
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
*
*   z-index
*
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
*
*   easing
*
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
*
*   texture
*
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
*
*   color
*
-------------------------------------------------------------------------------- */
/* HSL */
/* RGB */
/* HSL */
/* RGB */
/* HSL */
/* RGB */
/* HSL */
/* RGB */
/* Coolors Exported Palette - coolors.co/040091-6901f5-b735fb-fe249b-ff5a78 */
/* HSL */
/* RGB */
/* HSL */
/* RGB */
/* HSL */
/* RGB */
/* --------------------------------------------------------------------------------
*
*   mixin
*
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
*
*   animation
*
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
*
*   media query
*
-------------------------------------------------------------------------------- */
/*
*
*   max order 
*
*/
/*
*
*   min order 
*
*/
/*
*
*   how to   
*
*/
/* --------------------------------------------------------------------------------
*
*   portrait,landscape
*
-------------------------------------------------------------------------------- */
/*
  *
  *   how to
  *
  */
/* --------------------------------------------------------------------------------
*
*   common
*
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
*
*   float
*
-------------------------------------------------------------------------------- */
.fl {
  float: left;
}

.fr {
  float: right;
}

.cl {
  clear: both;
}

.fList > li,
.fList > dt,
.fList > dd,
.fList > .item {
  float: left;
}

.fList > .item:last-child {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.flex > li:last-child,
.flex > dt:last-child,
.flex > dd:last-child,
.flex > .item:last-child {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.fBoth > li:first-child {
  float: left;
}

.fBoth > li:last-child {
  float: right;
}

.fBoth > dt,
.fBoth > .item:nth-child(1) {
  float: left;
}

.fBoth > dd,
.fBoth > .item:nth-child(2) {
  float: right;
}

/* --------------------------------------------------------------------------------
*
*   flex
*
-------------------------------------------------------------------------------- */
.flex {
  display: flex;
}

/* --------------------------------------------------------------------------------
*
*   Clearfix
*
-------------------------------------------------------------------------------- */
.cf, .fList {
  zoom: 1;
}

.cf:after, .fList:after, .fBoth:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

/* --------------------------------------------------------------------------------
*
*   TextAlign
*
-------------------------------------------------------------------------------- */
.al {
  text-align: left;
}

.ar {
  text-align: right;
}

.ac {
  text-align: center;
}

.vb {
  vertical-align: baseline;
}

/* --------------------------------------------------------------------------------
*
*   Nav
*
-------------------------------------------------------------------------------- */
.nav {
  zoom: 1;
}

.nav:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

/* --------------------------------------------------------------------------------
*
*   font
*
-------------------------------------------------------------------------------- */
.captalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

/* --------------------------------------------------------------------------------
*
*   responsive
*
-------------------------------------------------------------------------------- */
img.fitted {
  width: 100% !important;
  height: auto !important;
}

/* --------------------------------------------------------------------------------
*
*   overflow hidden
*
-------------------------------------------------------------------------------- */
.oh {
  overflow: hidden;
}

/* --------------------------------------------------------------------------------
*
*   word breadk
*
-------------------------------------------------------------------------------- */
.wb {
  word-break: break-all;
}

/* --------------------------------------------------------------------------------
*
*   font-weight
*
-------------------------------------------------------------------------------- */
.fwb {
  font-weight: bold;
}

/* --------------------------------------------------------------------------------
*
*   center
*
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
*
*   row
*
-------------------------------------------------------------------------------- */
.row {
  font-size: 0;
  text-align: center;
}

.row .item {
  display: inline-block;
}

.row.row_col2 > .item {
  width: 50%;
}

.row.row_col3 > .item {
  width: 33.3333%;
}

.row.row_col4 > .item {
  width: 25%;
}

.row .item:last-child {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

/* --------------------------------------------------------------------------------
*
*   opacity
*
-------------------------------------------------------------------------------- */
.is-unvisible {
  opacity: 0 !important;
}

.is-visible {
  opacity: 1 !important;
}

/* --------------------------------------------------------------------------------
*
*   display
*
-------------------------------------------------------------------------------- */
.is-block {
  display: block !important;
}

.is-none {
  display: none !important;
}

/* --------------------------------------------------------------------------------
*
*   overflow
*
-------------------------------------------------------------------------------- */
.is-scroll {
  overflow: scroll !important;
}

.is-scroll-x {
  overflow-x: scroll !important;
}

.is-scroll-y {
  overflow-y: scroll !important;
}

.is-hidden {
  overflow: hidden !important;
}

.is-hidden-x {
  overflow-x: hidden !important;
}

.is-hidden-y {
  overflow-y: hidden !important;
}

/* --------------------------------------------------------------------------------
*
*   position
*
-------------------------------------------------------------------------------- */
.is-fixed {
  position: fixed !important;
}

.is-absolute {
  position: absolute !important;
}

.is-relative {
  position: relative !important;
}

.is-static {
  position: static !important;
}

/* --------------------------------------------------------------------------------
*
*   // 画像保存禁止    
*
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
*
*   design(見本)
*
-------------------------------------------------------------------------------- */
.sample {
  display: none;
  position: absolute;
  opacity: 0.3;
  top: 0px;
  left: 0;
  z-index: 99999;
}

body {
  margin: 0;
  padding: 0;
  border: none;
}

/* image */
img,
div, p, blockquote,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
form, fieldset, textarea {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  text-decoration: none;
  list-style: none;
}

a {
  cursor: pointer;
}

table {
  font-size: 100%;
}

hr.separator {
  display: none;
}

input[type="text"],
button,
select,
textarea {
  resize: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
}

select::-ms-expand {
  display: none;
}

img {
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

/* --------------------------------------------------------------------------------
*   parts
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
*
*   footer
*
-------------------------------------------------------------------------------- */
.footer {
  background-color: #b2c88a;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: 65px;
}

.footer__txt {
  text-align: center;
}

.footer__txt small {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}

/* --------------------------------------------------------------------------------
*
*   header
*
-------------------------------------------------------------------------------- */
.header {
  position: fixed;
  width: 18rem;
  left: 0;
  top: 0;
  height: 100%;
  padding-top: 20px;
  z-index: 100;
}

@media (min-width: 1341px) {
  .header {
    width: 13.5%;
  }
}

@media only screen and (max-width: 768px) {
  .header {
    width: 100%;
    height: 105px;
  }
}

.header__inner {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 768px) {
  .header__inner {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 768px) {
  .header__logo {
    width: 120px;
  }
}

.header__menu {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 101;
}

.header__nav {
  margin-top: 150px;
}

@media only screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}

.header__lang {
  position: absolute;
  bottom: 52.5px;
  width: calc(100% - 40px);
}

@media only screen and (max-width: 768px) {
  .header__lang {
    display: none;
  }
}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
  padding-top: 90px;
  padding-bottom: 70px;
  pointer-events: none;
}

.drawer__bg {
  background-color: #f7f6c5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translate3d(40px, 0, -1px);
  opacity: 0;
}

.drawer__inner {
  padding-left: 30px;
  padding-right: 30px;
}

.drawer__menubtn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 101;
}

.drawer__logo a {
  display: inline-block;
  opacity: 0;
}

.drawer__logo a svg {
  width: 200px;
}

.drawer__nav {
  margin-top: 50px;
}

.drawer__nav .nav__item {
  overflow: hidden;
}

.drawer__nav .nav__item a {
  transform: translateY(100%);
}

.drawer__nav .nav__item-icon {
  width: 22px;
  height: 22px;
}

.drawer__nav .nav__item-icon svg {
  width: 22px;
  height: 22px;
}

.drawer__nav .nav__item-txt {
  font-size: 16px;
}

.drawer__lang {
  position: absolute;
  bottom: 62.5px;
}

.drawer__lang .lang {
  overflow: hidden;
}

.drawer__lang .lang__list {
  justify-content: flex-start;
  transform: translateY(100%);
}

.drawer__lang .lang__icon-wrap {
  width: 22px;
  height: 22px;
}

.drawer__lang .lang__item-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.drawer__lang .lang__item {
  font-size: 16px;
}

.drawer__lang .lang__icon {
  width: 22px;
  height: 22px;
}

.drawer__lang .lang__icon svg {
  width: 22px;
  height: 22px;
}

/* --------------------------------------------------------------------------------
*   components
-------------------------------------------------------------------------------- */
.menuBtn {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  transform: translate3d(0, 0, 0);
}

.menuBtn__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  position: relative;
}

.menuBtn__bar {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #000;
}

.menuBtn__inner.open .menuBtn__bar + .menuBtn__bar {
  margin-top: 7px;
}

.menuBtn__inner.close {
  position: absolute;
  left: 0;
  top: 0;
}

.menuBtn__inner.close .menuBtn__bar-wrap:nth-child(1) .menuBtn__bar, .menuBtn__inner.close .menuBtn__bar-wrap:nth-child(3) .menuBtn__bar {
  transform: scaleX(0);
}

.menuBtn__inner.close .menuBtn__bar-wrap + .menuBtn__bar-wrap {
  margin-top: 4px;
}

.triangle {
  width: 0;
  height: 0;
  border-top: solid 3px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 3px transparent;
  border-left: solid 5px #e84709;
}

.nav__item a {
  display: block;
  display: flex;
  align-items: center;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

@media only screen and (min-width: 769px) {
  .nav__item a:hover .nav__item-txt {
    color: #e84709;
  }
  .nav__item a:hover .nav__item-icon svg {
    animation: jump 0.5s linear 0s;
  }
  .nav__item a:hover .nav__item-triangle {
    animation: fuwafuwa 1.2s infinite linear;
  }
}

.nav__item-icon {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav__item-txt {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-left: 7px;
  transition: all 0.3s ease-out 0s;
}

.nav__item-triangle {
  margin-left: 5px;
}

.nav__item span {
  display: inline-block;
}

.lang__list {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-start;
  pointer-events: none;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

@media only screen and (min-width: 769px) {
  .lang__list:hover .lang__icon-wrap svg {
    animation: jump 0.5s linear 0s;
  }
}

.lang__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lang__icon svg {
  width: 16px;
  height: 16px;
}

.lang__item {
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  padding-right: 5px;
  padding-left: 5px;
}

.lang__item a {
  color: #a6a6a6;
  transition: all 0.3s ease-out 0s;
  pointer-events: auto;
}

.lang__item a.is-active {
  color: #000;
}

@media only screen and (min-width: 769px) {
  .lang__item a:hover {
    color: #e84709;
  }
}

.lang__item:nth-child(2) {
  border-left: 1px solid #000;
}

.lang__icon-wrap {
  display: inline-block;
  width: 16px;
  height: 16px;
  pointer-events: auto;
}

.lang__item-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* --------------------------------------------------------------------------------
*
*   scrollArea
*
-------------------------------------------------------------------------------- */
.scrollArea {
  padding-left: 18rem;
}

@media (min-width: 1341px) {
  .scrollArea {
    width: 86.5%;
    padding-left: 0;
    margin: 0 0 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .scrollArea {
    padding-left: 0;
  }
}

/* --------------------------------------------------------------------------------
*
*   html,body
*
-------------------------------------------------------------------------------- */
html {
  color: #000;
  font-size: 10px;
  font-family: YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "YuGothicM", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden;
}

/* --------------------------------------------------------------------------------
*
*   #wrapper #inner
*
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
*
*   .wrapper .inner
*
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
*
*   opacity
*
-------------------------------------------------------------------------------- */
@media (min-width: 769px) {
  .hover_op {
    transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }
  .hover_op:hover {
    cursor: pointer;
    opacity: 0.5 !important;
  }
}

@media (min-width: 769px) {
  .hover_sc {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transform: translate3d(0, 0, 0);
  }
  .hover_sc img {
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  .hover_sc:hover {
    cursor: pointer;
    transform: scale(0.96);
  }
  .hover_sc:hover img {
    opacity: 0.65 !important;
  }
}

@media (min-width: 769px) {
  .hover_op_sns svg {
    transform: translate3d(0, 0, 0);
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }
  .hover_op_sns:hover svg {
    will-change: all;
    cursor: pointer;
    opacity: 0.6 !important;
    transform: scale(0.92);
  }
}

.showOp {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.showOp.is-show {
  opacity: 1;
}

/* --------------------------------------------------------------------------------
*
*   flash
*
-------------------------------------------------------------------------------- */
.flashD {
  animation: kf_flash 0.02s 10 normal;
}

.flashD_g {
  animation: kf_flash_g 0.01s 13 normal;
}

.flashD_g_main {
  animation: kf_flash_g 0.02s 13 normal;
}

.flashD_sp {
  animation: kf_flash 0.02s 5 normal;
}

.flashD_g_sp {
  animation: kf_flash_g 0.01s 6 normal;
}

.flashD_g_main_sp {
  animation: kf_flash_g 0.02s 6 normal;
}

@-moz-keyframes kf_flash {
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
  }
}

@-webkit-keyframes kf_flash {
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
  }
}

@-o-keyframes kf_flash {
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
  }
}

@keyframes kf_flash {
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
  }
}

@-moz-keyframes kf_flash_g {
  50% {
    opacity: 0;
  }
}

@-webkit-keyframes kf_flash_g {
  50% {
    opacity: 0;
  }
}

@-o-keyframes kf_flash_g {
  50% {
    opacity: 0;
  }
}

@keyframes kf_flash_g {
  50% {
    opacity: 0;
  }
}

.spantext {
  white-space: nowrap;
}

.spantext .oh {
  display: inline-block;
  position: relative;
  line-height: 1.3;
}

.spantext .oh .t {
  opacity: 0;
}

.spantext .oh .overlay {
  position: absolute;
  left: 0;
  top: 0;
  background-color: black;
  opacity: 0;
}

/* --------------------------------------------------------------------------------
*
*   scale
*
-------------------------------------------------------------------------------- */
.scale {
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.scale:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.scale_img {
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.scale_img:hover {
  cursor: pointer;
  transform: scale(1.15);
}

/* --------------------------------------------------------------------------------
*
*   color
*
-------------------------------------------------------------------------------- */
.hColor {
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.hColor:hover {
  cursor: pointer;
  color: #f63e69 !important;
}

.hBgColor {
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.hBgColor:hover {
  cursor: pointer;
  background-color: #f63e69 !important;
}

/*
*
*   cursor
*
*/
.cp {
  cursor: pointer;
}

/* --------------------------------------------------------------------------------
*
*   shadow
*
-------------------------------------------------------------------------------- */
.hover_boxShadow {
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.hover_boxShadow:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) !important;
  opacity: 0.7;
  cursor: pointer;
}

/* --------------------------------------------------------------------------------
*
*   filte flash
*
-------------------------------------------------------------------------------- */
.wFlash {
  cursor: pointer;
}

.wFlash:hover {
  animation: bF 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal;
}

@-moz-keyframes bF {
  0% {
    background: white;
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes bF {
  0% {
    background: white;
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}

@-o-keyframes bF {
  0% {
    background: white;
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}

@keyframes bF {
  0% {
    background: white;
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}

.flash:hover {
  animation: kf_flash 0.05s infinite;
}

.translate {
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

/* --------------------------------------------------------------------------------
*
*   pulse
*
-------------------------------------------------------------------------------- */
.pulse {
  border-radius: 50%;
}

.pulse:hover {
  animation: pulse 1.2s infinite;
  animation-delay: 0.3;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* --------------------------------------------------------------------------------
*
*   section
*
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
*
*   bar
*
-------------------------------------------------------------------------------- */
.left_bar:after {
  display: block;
  width: 0.7rem;
  height: 3.5rem;
  content: "";
  background-color: #000;
  position: absolute;
  left: 0;
  top: -0.6rem;
}

.up_bar:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1rem;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
  transition: height 0.18s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* --------------------------------------------------------------------------------
*
*   select
*
-------------------------------------------------------------------------------- */
body.no-select {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

/* --------------------------------------------------------------------------------
*
*   grab
*
-------------------------------------------------------------------------------- */
.grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.is-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}

@media only screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes brink1 {
  0% {
    stroke: #f7b52c;
  }
  19% {
    stroke: #f7b52c;
  }
  20% {
    stroke: #910782;
  }
  39% {
    stroke: #910782;
  }
  40% {
    stroke: #f09dc1;
  }
  59% {
    stroke: #f09dc1;
  }
  60% {
    stroke: #0dac67;
  }
  79% {
    stroke: #0dac67;
  }
  80% {
    stroke: #2ca6e0;
  }
  99% {
    stroke: #2ca6e0;
  }
  100% {
    stroke: #f7b52c;
  }
}

@keyframes brink2 {
  0% {
    stroke: #910782;
  }
  19% {
    stroke: #910782;
  }
  20% {
    stroke: #f09dc1;
  }
  39% {
    stroke: #f09dc1;
  }
  40% {
    stroke: #0dac67;
  }
  59% {
    stroke: #0dac67;
  }
  60% {
    stroke: #2ca6e0;
  }
  79% {
    stroke: #2ca6e0;
  }
  80% {
    stroke: #f7b52c;
  }
  99% {
    stroke: #f7b52c;
  }
  100% {
    stroke: #910782;
  }
}

@keyframes brink3 {
  0% {
    stroke: #f09dc1;
  }
  19% {
    stroke: #f09dc1;
  }
  20% {
    stroke: #0dac67;
  }
  39% {
    stroke: #0dac67;
  }
  40% {
    stroke: #2ca6e0;
  }
  59% {
    stroke: #2ca6e0;
  }
  60% {
    stroke: #f7b52c;
  }
  79% {
    stroke: #f7b52c;
  }
  80% {
    stroke: #910782;
  }
  99% {
    stroke: #910782;
  }
  100% {
    stroke: #f09dc1;
  }
}

@keyframes brink4 {
  0% {
    stroke: #0dac67;
  }
  19% {
    stroke: #0dac67;
  }
  20% {
    stroke: #2ca6e0;
  }
  39% {
    stroke: #2ca6e0;
  }
  40% {
    stroke: #f7b52c;
  }
  59% {
    stroke: #f7b52c;
  }
  60% {
    stroke: #910782;
  }
  79% {
    stroke: #910782;
  }
  80% {
    stroke: #f09dc1;
  }
  99% {
    stroke: #f09dc1;
  }
  100% {
    stroke: #0dac67;
  }
}

@keyframes brink5 {
  0% {
    stroke: #2ca6e0;
  }
  19% {
    stroke: #2ca6e0;
  }
  20% {
    stroke: #f7b52c;
  }
  39% {
    stroke: #f7b52c;
  }
  40% {
    stroke: #910782;
  }
  59% {
    stroke: #910782;
  }
  60% {
    stroke: #f09dc1;
  }
  79% {
    stroke: #f09dc1;
  }
  80% {
    stroke: #0dac67;
  }
  99% {
    stroke: #0dac67;
  }
  100% {
    stroke: #2ca6e0;
  }
}

.deco1 {
  animation: brink1 5s infinite linear;
}

.deco2 {
  animation: brink2 5s infinite linear;
}

.deco3 {
  animation: brink3 5s infinite linear;
}

.deco4 {
  animation: brink4 5s infinite linear;
}

.deco5 {
  animation: brink5 5s infinite linear;
}

@keyframes jump {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    transform: scale(1.05, 0.95) translate(0%, 5%);
  }
  40% {
    transform: scale(1.15, 0.85) translate(0%, 15%);
  }
  50% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  60% {
    transform: scale(0.95, 1.15) translate(0%, -30%);
  }
  75% {
    transform: scale(0.95, 1.15) translate(0%, -20%);
  }
  85% {
    transform: scale(1.15, 0.85) translate(0%, 15%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}

/* --------------------------------------------------------------------------------
*
*   loading
*
-------------------------------------------------------------------------------- */
#loading {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: calc(100% - 42% * 2);
  height: 100vh;
  margin: 0 42%;
  overflow: hidden;
}

@media (max-width: 768px) {
  #loading {
    width: calc(100% - 40% * 2);
    margin: 0 40%;
  }
}

#loading .loadingBar {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  height: 1px;
  background-color: #ffffff;
}

#loading .loadingPercent {
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 12px;
}

#loading .ballWrap {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: calc(-40px + -10px);
}

#loading .ballWrap .ball {
  width: 80px;
  height: auto;
}

@media (max-width: 768px) {
  .isIOSSafari #loading .loadingBar {
    margin-top: -40px;
  }
  .isIOSSafari #loading .loadingPercent {
    margin-top: -40px;
  }
}

.id_top #loading {
  display: block;
}

/* --------------------------------------------------------------------------------
*
*   media query module
*
-------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline-block;
  }
  br.pc {
    display: none;
  }
  .display.sp {
    display: inline-block;
  }
  .display.pc {
    display: none;
  }
  /*
  *
  *   display flex
  *
  */
  .sp-order-1 {
    order: 1;
  }
  .sp-order-2 {
    order: 2;
  }
  .sp-order-3 {
    order: 3;
  }
  .sp-order-4 {
    order: 4;
  }
  .sp-order-5 {
    order: 5;
  }
  .sp-order-6 {
    order: 6;
  }
  .sp-order-7 {
    order: 7;
  }
  .sp-order-8 {
    order: 8;
  }
  .sp-order-9 {
    order: 9;
  }
}

@media only screen and (min-width: 769px) {
  br.pc {
    display: inline-block;
  }
  br.sp {
    display: none;
  }
  .display.pc {
    display: inline-block;
  }
  .display.sp {
    display: none;
  }
  /*
  *
  *   display flex
  *
  */
  .pc-order-1 {
    order: 1;
  }
  .pc-order-2 {
    order: 2;
  }
  .pc-order-3 {
    order: 3;
  }
  .pc-order-4 {
    order: 4;
  }
  .pc-order-5 {
    order: 5;
  }
  .pc-order-6 {
    order: 6;
  }
  .pc-order-7 {
    order: 7;
  }
  .pc-order-8 {
    order: 8;
  }
  .pc-order-9 {
    order: 9;
  }
}

/* --------------------------------------------------------------------------------
*
*   link
*
-------------------------------------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

/* --------------------------------------------------------------------------------
*
*   box-shadow
*
-------------------------------------------------------------------------------- */
.box-shadow {
  box-shadow: 4px 2px 10px 1px #ccc inset;
}

/* --------------------------------------------------------------------------------
*
*   text-shadow
*
-------------------------------------------------------------------------------- */
.text-shadow {
  text-shadow: 5px 5px 2px #ccc;
}

/* --------------------------------------------------------------------------------
*
*   color
*
-------------------------------------------------------------------------------- */
.highlight {
  color: #ff405e;
}

.error {
  color: #e83434;
}

.error {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5.1rem;
  width: 100%;
}

.underline {
  text-decoration: underline;
}

/* --------------------------------------------------------------------------------
*   page
-------------------------------------------------------------------------------- */
#wrapper.id_top {
  /* --------------------------------------------------------------------------------
*
*   about
*
-------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------
*
*   contact
*
-------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------
*
*   mv
*
-------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------
*
*   mv
*
-------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------
*
*   theater
*
-------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------
*
*   theater
*
-------------------------------------------------------------------------------- */
}

#wrapper.id_top .about {
  padding-top: 100px;
  padding-bottom: 100px;
}

#wrapper.id_top .about__inner {
  max-width: 1040px;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .about__inner {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .about__title {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

#wrapper.id_top .about__title-txtwrap {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#wrapper.id_top .about__title-txt {
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  line-height: ls(32, 26);
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top .about__title-txt {
    font-size: 2.40741vw;
  }
}

#wrapper.id_top .about__title-line {
  display: inline-block;
  width: 53px;
  background-color: #000;
  height: 1px;
}

#wrapper.id_top .about__title-line.-top {
  transform-origin: 100% 50%;
}

#wrapper.id_top .about__title-line.-bottom {
  transform-origin: 0% 50%;
}

#wrapper.id_top .about__descri {
  margin-top: 38px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .about__descri {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

#wrapper.id_top .about__descri-heading {
  text-align: center;
}

#wrapper.id_top .about__descri-heading-en {
  font-size: 58px;
  line-height: 1;
  font-weight: 500;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top .about__descri-heading-en {
    font-size: 5.37037vw;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .about__descri-heading-en {
    font-size: 40px;
  }
}

#wrapper.id_top .about__descri-heading-ja {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top .about__descri-heading-ja {
    font-size: 2.59259vw;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .about__descri-heading-ja {
    font-size: 24px;
  }
}

#wrapper.id_top .about__descri-detail {
  margin-top: 40px;
}

#wrapper.id_top .about__descri-detail-lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top .about__descri-detail-lead {
    font-size: 1.85185vw;
  }
}

#wrapper.id_top .about__descri-detail-txt {
  margin-top: 10px;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top .about__descri-detail-txt {
    font-size: 1.48148vw;
  }
}

#wrapper.id_top .about__img {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .about__img {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#wrapper.id_top .about__img-list {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .about__img-list {
    flex-direction: column;
  }
}

#wrapper.id_top .about__img-item {
  position: relative;
  width: calc(50% - 30px / 2);
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .about__img-item {
    width: 100%;
  }
}

#wrapper.id_top .about__img-item a {
  border-radius: 12px;
  display: block;
  position: relative;
  overflow: hidden;
}

#wrapper.id_top .about__img-item img {
  width: 100%;
}

#wrapper.id_top .about__img-item:nth-child(1) a {
  border: 6px solid #f19a96;
}

#wrapper.id_top .about__img-item:nth-child(2) a {
  border: 6px solid #a1d6d3;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .about__img-item:nth-child(2) {
    margin-top: 30px;
  }
}

#wrapper.id_top .about__img-cover {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.3;
}

#wrapper.id_top .about__img-cover.-pink {
  background-color: #e84709;
}

#wrapper.id_top .about__img-cover.-black {
  background-color: #000;
}

#wrapper.id_top .about__img-txtbox {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top .about__img-txtbox {
    padding-left: 2.77778vw;
    padding-right: 2.77778vw;
  }
}

#wrapper.id_top .about__img-title {
  font-size: 24px;
  line-height: 1.33333;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top .about__img-title {
    font-size: 2.22222vw;
  }
}

#wrapper.id_top .about__img-txt {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.57143;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top .about__img-txt {
    font-size: 1.2963vw;
  }
}

#wrapper.id_top .about__special {
  background-image: url("../resource/img/pic_about03.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0px;
  padding-top: 18%;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 40px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .about__special {
    background-image: url("../resource/img/pic_about03_sp.jpg");
    padding-top: 66%;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
  }
}

#wrapper.id_top .about__special-txtbox {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
  text-align: center;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top .about__special-txtbox {
    padding-left: 2.77778vw;
    padding-right: 2.77778vw;
  }
}

#wrapper.id_top .about__special-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33333;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top .about__special-title {
    font-size: 2.22222vw;
  }
}

#wrapper.id_top .about__special-txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top .about__special-txt {
    font-size: 1.48148vw;
  }
}

#wrapper.id_top .contact__inner {
  max-width: 1000px;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .contact__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

#wrapper.id_top .contact__contents {
  border: 4px solid #000;
}

#wrapper.id_top .contact__contents a {
  padding: 36px 30px;
  display: block;
  position: relative;
}

@media only screen and (min-width: 769px) {
  #wrapper.id_top .contact__contents a:hover .contact__title-txt {
    color: #fff;
  }
  #wrapper.id_top .contact__contents a:hover .contact__title-icon svg {
    fill: #fff;
  }
  #wrapper.id_top .contact__contents a:hover .contact__contents-bg {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
  #wrapper.id_top .contact__contents a:hover .contact__txt {
    color: #fff;
  }
  #wrapper.id_top .contact__contents a:hover .contact__txt-small {
    color: #fff;
  }
}

#wrapper.id_top .contact__contents-bg {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

#wrapper.id_top .contact__title {
  display: flex;
  justify-content: center;
  align-items: center;
}

#wrapper.id_top .contact__title-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

#wrapper.id_top .contact__title-icon svg {
  width: 36px;
  height: 36px;
  transition: all 0.5s ease-out 0s;
}

#wrapper.id_top .contact__title-txt {
  font-size: 26px;
  font-weight: 700;
  margin-left: 5px;
  transition: all 0.5s ease-out 0s;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top .contact__title-txt {
    font-size: 2.40741vw;
  }
}

#wrapper.id_top .contact__txt {
  margin-top: 16px;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  transition: all 0.5s ease-out 0s;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top .contact__txt {
    font-size: 1.48148vw;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .contact__txt {
    font-size: 14px;
  }
}

#wrapper.id_top .contact__txt-small {
  margin-top: 16px;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  transition: all 0.5s ease-out 0s;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top .contact__txt-small {
    font-size: 1.11111vw;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .contact__txt-small {
    font-size: 12px;
  }
}

#wrapper.id_top .mv {
  padding-top: 20px;
  padding-bottom: 45px;
  background-color: #f7f6c5;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .mv {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}

#wrapper.id_top .mv__inner {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .mv__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#wrapper.id_top .mv__img {
  text-align: center;
}

#wrapper.id_top .mv__img img {
  width: 86%;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .mv__img img {
    width: 100%;
  }
}

#wrapper.id_top .mv__txtbox {
  margin-top: 20px;
}

#wrapper.id_top .mv__txtbox-txt {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

#wrapper.id_top .news {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fcfbe8;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .news {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

#wrapper.id_top .news__inner {
  max-width: 650px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .news__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#wrapper.id_top .news__title-txtwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#wrapper.id_top .news__title-txt {
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.13043;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top .news__title-txt {
    font-size: 1.85185vw;
  }
}

#wrapper.id_top .news__title-line {
  display: inline-block;
  width: 40px;
  background-color: #000;
  height: 1px;
}

#wrapper.id_top .news__title-line.-top {
  transform-origin: 100% 50%;
}

#wrapper.id_top .news__title-line.-bottom {
  transform-origin: 0% 50%;
}

#wrapper.id_top .news__list {
  margin-top: 28px;
}

#wrapper.id_top .news__item {
  display: flex;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .news__item {
    flex-direction: column;
  }
}

#wrapper.id_top .news__item:nth-child(n + 2) {
  margin-top: 30px;
}

#wrapper.id_top .news__item-date time {
  font-size: 14px;
  font-weight: bold;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top .news__item-date time {
    font-size: 1.2963vw;
  }
}

#wrapper.id_top .news__item-txt {
  margin-left: 48px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.57143;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top .news__item-txt {
    font-size: 1.2963vw;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .news__item-txt {
    margin-left: 0;
  }
}

#wrapper.id_top .theater {
  padding-bottom: 100px;
}

#wrapper.id_top .theater__inner {
  max-width: 1040px;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .theater__inner {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

#wrapper.id_top .theater__title {
  text-align: center;
  position: relative;
  padding-top: 35px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .theater__title {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

#wrapper.id_top .theater__title-txt {
  font-size: 44px;
  line-height: 1.09091;
  font-weight: 800;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top .theater__title-txt {
    font-size: 4.07407vw;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .theater__title-txt {
    font-size: 40px;
  }
}

#wrapper.id_top .theater__title-line {
  position: absolute;
  left: 0;
  width: 100%;
}

#wrapper.id_top .theater__title-line:nth-child(1) {
  top: 0;
}

#wrapper.id_top .theater__title-line:nth-child(3) {
  bottom: 0;
}

#wrapper.id_top .theater__works {
  margin-top: 60px;
}

#wrapper.id_top .theater__works-title-txtwrap {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#wrapper.id_top .theater__works-title-txt {
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  font-size: 26px;
  line-height: 1.23077;
  font-weight: 700;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top .theater__works-title-txt {
    font-size: 2.40741vw;
  }
}

#wrapper.id_top .theater__works-title-line {
  display: inline-block;
  width: 50px;
  background-color: #000;
  height: 1px;
}

#wrapper.id_top .theater__works-title-line.-top {
  transform-origin: 100% 50%;
}

#wrapper.id_top .theater__works-title-line.-bottom {
  transform-origin: 0% 50%;
}

#wrapper.id_top .theater__works-item {
  margin-top: 55px;
}

#wrapper.id_top .theater__works-list {
  padding-bottom: 40px;
}

#wrapper.id_top .theater__works-notion {
  position: relative;
  padding-top: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.66667;
  font-weight: 500;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top .theater__works-notion {
    font-size: 1.11111vw;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .theater__works-notion {
    margin-left: 30px;
    margin-right: 30px;
  }
}

#wrapper.id_top .theater__works-notion::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #dcdcdc;
  height: 1px;
  width: 100%;
}

#wrapper.id_top .theater__works-notion::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #dcdcdc;
  height: 1px;
  width: 100%;
}

#wrapper.id_top .works.-first .works__lead {
  background-color: #f19a96;
}

#wrapper.id_top .works.-second .works__lead {
  background-color: #a1d6d3;
}

#wrapper.id_top .works__lead {
  color: #fff;
  text-align: center;
  border-radius: 12px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .works__lead {
    border-radius: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

#wrapper.id_top .works__lead-number {
  font-size: 16px;
  line-height: 2.125;
  font-weight: 700;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top .works__lead-number {
    font-size: 1.48148vw;
  }
}

#wrapper.id_top .works__lead-title {
  margin-top: 5px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.26667;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top .works__lead-title {
    font-size: 2.77778vw;
  }
}

#wrapper.id_top .works__lead-txt {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top .works__lead-txt {
    font-size: 1.48148vw;
  }
}

#wrapper.id_top .works__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .works__list {
    flex-direction: column;
    margin-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

#wrapper.id_top .works__item {
  width: calc(100% / 3 - 30px * 2 / 3);
  position: relative;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top .works__item {
    width: calc(100% / 2 - 30px * 2 / 3);
  }
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .works__item {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .works__item:nth-child(n + 2) {
    margin-top: 40px;
  }
}

#wrapper.id_top .works__item:nth-child(n + 4) {
  margin-top: 40px;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top .works__item:nth-child(n + 3) {
    margin-top: 40px;
  }
}

#wrapper.id_top .works__item-leadinfo {
  margin-top: 10px;
}

#wrapper.id_top .works__item-leadinfo .works__item-right {
  font-size: 12px;
  line-height: 1.66667;
  font-weight: 500;
}

#wrapper.id_top .works__item-leadinfo .works__item-translator {
  font-size: 12px;
  line-height: 1.66667;
  font-weight: 500;
}

#wrapper.id_top .works__item-otherinfo {
  margin-top: 0px;
  font-size: 12px;
  line-height: 1.66667;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .works__item-otherinfo {
    padding-bottom: 10px;
  }
}

#wrapper.id_top .works__item-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44444;
  margin-top: 5px;
}

#wrapper.id_top .works__item-img {
  text-align: center;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  cursor: pointer;
  position: relative;
}

#wrapper.id_top .works__item-img-summary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

#wrapper.id_top .works__item-img-summary-bg {
  background-color: #000;
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transform: scale(0.97);
}

#wrapper.id_top .works__item-img-summary-txt {
  padding: 35px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 14px;
  line-height: 1.57143;
  text-align: left;
  font-weight: 500;
  transform: translateX(-5px);
  opacity: 0;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top .works__item-img-summary-txt {
    font-size: 1.2963vw;
  }
}

#wrapper.id_top .works__item-img-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#wrapper.id_top .works__item-img-inner.is-active .works__item-img-cover1,
#wrapper.id_top .works__item-img-inner.is-active .works__item-img-cover2 {
  transform: translateX(101%);
}

#wrapper.id_top .works__item-img-cover1, #wrapper.id_top .works__item-img-cover2 {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#wrapper.id_top .works__item-img-cover1 {
  background-color: #ffffff;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  z-index: 2;
}

#wrapper.id_top .works__item-img-cover2 {
  transition: transform 0.95s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  z-index: 1;
}

#wrapper.id_top .works__item-img-cover2.-first {
  background-color: #f19a96;
}

#wrapper.id_top .works__item-img-cover2.-second {
  background-color: #a1d6d3;
}

#wrapper.id_top .works__item-img img {
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
}

#wrapper.id_top .works__item-summary {
  padding-top: 10px;
  border-top: 1px solid #c4c4c4;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .works__item-summary {
    display: flex;
  }
}

#wrapper.id_top .works__item-summary-icon .plusicon {
  width: 13px;
  height: 13px;
  position: relative;
}

#wrapper.id_top .works__item-summary-icon .plusicon__bar {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #000;
}

#wrapper.id_top .works__item-summary-icon .plusicon__bar:nth-child(2) {
  transform: rotate(90deg);
}

#wrapper.id_top .works__item-summary-contents {
  margin-left: 10px;
  position: relative;
  flex-grow: 1;
  overflow: hidden;
}

#wrapper.id_top .works__item-summary-txt {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#wrapper.id_top .works__item-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px;
  border: 1px solid #e84709;
  background-color: #fff;
}

#wrapper.id_top .works__item-label-inner {
  display: inline-block;
  background-color: #e84709;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  padding: 4px;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top .works__item-label-inner {
    font-size: 1.2963vw;
  }
}

#wrapper.id_top_en {
  /* --------------------------------------------------------------------------------
*
*   about
*
-------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------
*
*   contact
*
-------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------
*
*   mv
*
-------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------
*
*   mv
*
-------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------
*
*   theater
*
-------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------
*
*   theater
*
-------------------------------------------------------------------------------- */
}

#wrapper.id_top_en .about {
  padding-top: 100px;
  padding-bottom: 100px;
}

#wrapper.id_top_en .about__inner {
  max-width: 1040px;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .about__inner {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .about__title {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

#wrapper.id_top_en .about__title-txtwrap {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#wrapper.id_top_en .about__title-txt {
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  line-height: ls(32, 26);
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top_en .about__title-txt {
    font-size: 2.40741vw;
  }
}

#wrapper.id_top_en .about__title-line {
  display: inline-block;
  width: 53px;
  background-color: #000;
  height: 1px;
}

#wrapper.id_top_en .about__title-line.-top {
  transform-origin: 100% 50%;
}

#wrapper.id_top_en .about__title-line.-bottom {
  transform-origin: 0% 50%;
}

#wrapper.id_top_en .about__descri {
  margin-top: 38px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .about__descri {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

#wrapper.id_top_en .about__descri-heading {
  text-align: center;
}

#wrapper.id_top_en .about__descri-heading-en {
  font-size: 58px;
  line-height: 1;
  font-weight: 500;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top_en .about__descri-heading-en {
    font-size: 5.37037vw;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .about__descri-heading-en {
    font-size: 40px;
  }
}

#wrapper.id_top_en .about__descri-heading-ja {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top_en .about__descri-heading-ja {
    font-size: 2.59259vw;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .about__descri-heading-ja {
    font-size: 24px;
  }
}

#wrapper.id_top_en .about__descri-detail {
  margin-top: 40px;
}

#wrapper.id_top_en .about__descri-detail-lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top_en .about__descri-detail-lead {
    font-size: 1.85185vw;
  }
}

#wrapper.id_top_en .about__descri-detail-txt {
  margin-top: 10px;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top_en .about__descri-detail-txt {
    font-size: 1.48148vw;
  }
}

#wrapper.id_top_en .about__img {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .about__img {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#wrapper.id_top_en .about__img-list {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .about__img-list {
    flex-direction: column;
  }
}

#wrapper.id_top_en .about__img-item {
  position: relative;
  width: calc(50% - 30px / 2);
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .about__img-item {
    width: 100%;
  }
}

#wrapper.id_top_en .about__img-item a {
  border-radius: 12px;
  display: block;
  position: relative;
  overflow: hidden;
}

#wrapper.id_top_en .about__img-item img {
  width: 100%;
}

#wrapper.id_top_en .about__img-item:nth-child(1) a {
  border: 6px solid #f19a96;
}

#wrapper.id_top_en .about__img-item:nth-child(2) a {
  border: 6px solid #a1d6d3;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .about__img-item:nth-child(2) {
    margin-top: 30px;
  }
}

#wrapper.id_top_en .about__img-cover {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.3;
}

#wrapper.id_top_en .about__img-cover.-pink {
  background-color: #e84709;
}

#wrapper.id_top_en .about__img-cover.-black {
  background-color: #000;
}

#wrapper.id_top_en .about__img-txtbox {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top_en .about__img-txtbox {
    padding-left: 2.77778vw;
    padding-right: 2.77778vw;
  }
}

#wrapper.id_top_en .about__img-title {
  font-size: 24px;
  line-height: 1.33333;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top_en .about__img-title {
    font-size: 2.22222vw;
  }
}

#wrapper.id_top_en .about__img-txt {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.57143;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top_en .about__img-txt {
    font-size: 1.2963vw;
  }
}

#wrapper.id_top_en .about__special {
  background-image: url("../resource/img/pic_about03.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0px;
  padding-top: 18%;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 40px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .about__special {
    background-image: url("../resource/img/pic_about03_sp.jpg");
    padding-top: 66%;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
  }
}

#wrapper.id_top_en .about__special-txtbox {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
  text-align: center;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top_en .about__special-txtbox {
    padding-left: 2.77778vw;
    padding-right: 2.77778vw;
  }
}

#wrapper.id_top_en .about__special-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33333;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top_en .about__special-title {
    font-size: 2.22222vw;
  }
}

#wrapper.id_top_en .about__special-txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top_en .about__special-txt {
    font-size: 1.48148vw;
  }
}

#wrapper.id_top_en .contact__inner {
  max-width: 1000px;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .contact__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

#wrapper.id_top_en .contact__contents {
  border: 4px solid #000;
}

#wrapper.id_top_en .contact__contents a {
  padding: 36px 30px;
  display: block;
  position: relative;
}

@media only screen and (min-width: 769px) {
  #wrapper.id_top_en .contact__contents a:hover .contact__title-txt {
    color: #fff;
  }
  #wrapper.id_top_en .contact__contents a:hover .contact__title-icon svg {
    fill: #fff;
  }
  #wrapper.id_top_en .contact__contents a:hover .contact__contents-bg {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
  #wrapper.id_top_en .contact__contents a:hover .contact__txt {
    color: #fff;
  }
  #wrapper.id_top_en .contact__contents a:hover .contact__txt-small {
    color: #fff;
  }
}

#wrapper.id_top_en .contact__contents-bg {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

#wrapper.id_top_en .contact__title {
  display: flex;
  justify-content: center;
  align-items: center;
}

#wrapper.id_top_en .contact__title-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

#wrapper.id_top_en .contact__title-icon svg {
  width: 36px;
  height: 36px;
  transition: all 0.5s ease-out 0s;
}

#wrapper.id_top_en .contact__title-txt {
  font-size: 26px;
  font-weight: 700;
  margin-left: 5px;
  transition: all 0.5s ease-out 0s;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top_en .contact__title-txt {
    font-size: 2.40741vw;
  }
}

#wrapper.id_top_en .contact__txt {
  margin-top: 16px;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  transition: all 0.5s ease-out 0s;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top_en .contact__txt {
    font-size: 1.48148vw;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .contact__txt {
    font-size: 14px;
  }
}

#wrapper.id_top_en .contact__txt-small {
  margin-top: 16px;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  transition: all 0.5s ease-out 0s;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top_en .contact__txt-small {
    font-size: 1.11111vw;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .contact__txt-small {
    font-size: 12px;
  }
}

#wrapper.id_top_en .mv {
  padding-top: 20px;
  padding-bottom: 45px;
  background-color: #f7f6c5;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .mv {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}

#wrapper.id_top_en .mv__inner {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .mv__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#wrapper.id_top_en .mv__img {
  text-align: center;
}

#wrapper.id_top_en .mv__img img {
  width: 86%;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .mv__img img {
    width: 100%;
  }
}

#wrapper.id_top_en .mv__txtbox {
  margin-top: 20px;
}

#wrapper.id_top_en .mv__txtbox-txt {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

#wrapper.id_top_en .news {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fcfbe8;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .news {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

#wrapper.id_top_en .news__inner {
  max-width: 650px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .news__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#wrapper.id_top_en .news__title-txtwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#wrapper.id_top_en .news__title-txt {
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.13043;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top_en .news__title-txt {
    font-size: 1.85185vw;
  }
}

#wrapper.id_top_en .news__title-line {
  display: inline-block;
  width: 40px;
  background-color: #000;
  height: 1px;
}

#wrapper.id_top_en .news__title-line.-top {
  transform-origin: 100% 50%;
}

#wrapper.id_top_en .news__title-line.-bottom {
  transform-origin: 0% 50%;
}

#wrapper.id_top_en .news__list {
  margin-top: 28px;
}

#wrapper.id_top_en .news__item {
  display: flex;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .news__item {
    flex-direction: column;
  }
}

#wrapper.id_top_en .news__item:nth-child(n + 2) {
  margin-top: 30px;
}

#wrapper.id_top_en .news__item-date time {
  font-size: 14px;
  font-weight: bold;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top_en .news__item-date time {
    font-size: 1.2963vw;
  }
}

#wrapper.id_top_en .news__item-txt {
  margin-left: 48px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.57143;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top_en .news__item-txt {
    font-size: 1.2963vw;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .news__item-txt {
    margin-left: 0;
  }
}

#wrapper.id_top_en .theater {
  padding-bottom: 100px;
}

#wrapper.id_top_en .theater__inner {
  max-width: 1040px;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .theater__inner {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

#wrapper.id_top_en .theater__title {
  text-align: center;
  position: relative;
  padding-top: 35px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .theater__title {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

#wrapper.id_top_en .theater__title-txt {
  font-size: 44px;
  line-height: 1.09091;
  font-weight: 800;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top_en .theater__title-txt {
    font-size: 4.07407vw;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .theater__title-txt {
    font-size: 40px;
  }
}

#wrapper.id_top_en .theater__title-line {
  position: absolute;
  left: 0;
  width: 100%;
}

#wrapper.id_top_en .theater__title-line:nth-child(1) {
  top: 0;
}

#wrapper.id_top_en .theater__title-line:nth-child(3) {
  bottom: 0;
}

#wrapper.id_top_en .theater__works {
  margin-top: 60px;
}

#wrapper.id_top_en .theater__works-title-txtwrap {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#wrapper.id_top_en .theater__works-title-txt {
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  font-size: 26px;
  line-height: 1.23077;
  font-weight: 700;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top_en .theater__works-title-txt {
    font-size: 2.40741vw;
  }
}

#wrapper.id_top_en .theater__works-title-line {
  display: inline-block;
  width: 50px;
  background-color: #000;
  height: 1px;
}

#wrapper.id_top_en .theater__works-title-line.-top {
  transform-origin: 100% 50%;
}

#wrapper.id_top_en .theater__works-title-line.-bottom {
  transform-origin: 0% 50%;
}

#wrapper.id_top_en .theater__works-item {
  margin-top: 55px;
}

#wrapper.id_top_en .theater__works-list {
  padding-bottom: 40px;
}

#wrapper.id_top_en .theater__works-notion {
  position: relative;
  padding-top: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.66667;
  font-weight: 500;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top_en .theater__works-notion {
    font-size: 1.11111vw;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .theater__works-notion {
    margin-left: 30px;
    margin-right: 30px;
  }
}

#wrapper.id_top_en .theater__works-notion::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #dcdcdc;
  height: 1px;
  width: 100%;
}

#wrapper.id_top_en .theater__works-notion::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #dcdcdc;
  height: 1px;
  width: 100%;
}

#wrapper.id_top_en .works.-first .works__lead {
  background-color: #f19a96;
}

#wrapper.id_top_en .works.-second .works__lead {
  background-color: #a1d6d3;
}

#wrapper.id_top_en .works__lead {
  color: #fff;
  text-align: center;
  border-radius: 12px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .works__lead {
    border-radius: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

#wrapper.id_top_en .works__lead-number {
  font-size: 16px;
  line-height: 2.125;
  font-weight: 700;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top_en .works__lead-number {
    font-size: 1.48148vw;
  }
}

#wrapper.id_top_en .works__lead-title {
  margin-top: 5px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.26667;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top_en .works__lead-title {
    font-size: 2.77778vw;
  }
}

#wrapper.id_top_en .works__lead-txt {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top_en .works__lead-txt {
    font-size: 1.48148vw;
  }
}

#wrapper.id_top_en .works__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .works__list {
    flex-direction: column;
    margin-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

#wrapper.id_top_en .works__item {
  width: calc(100% / 3 - 30px * 2 / 3);
  position: relative;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top_en .works__item {
    width: calc(100% / 2 - 30px * 2 / 3);
  }
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .works__item {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .works__item:nth-child(n + 2) {
    margin-top: 40px;
  }
}

#wrapper.id_top_en .works__item:nth-child(n + 4) {
  margin-top: 40px;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top_en .works__item:nth-child(n + 3) {
    margin-top: 40px;
  }
}

#wrapper.id_top_en .works__item-leadinfo {
  margin-top: 10px;
}

#wrapper.id_top_en .works__item-leadinfo .works__item-right {
  font-size: 12px;
  line-height: 1.66667;
  font-weight: 500;
}

#wrapper.id_top_en .works__item-leadinfo .works__item-translator {
  font-size: 12px;
  line-height: 1.66667;
  font-weight: 500;
}

#wrapper.id_top_en .works__item-otherinfo {
  margin-top: 0px;
  font-size: 12px;
  line-height: 1.66667;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .works__item-otherinfo {
    padding-bottom: 10px;
  }
}

#wrapper.id_top_en .works__item-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44444;
  margin-top: 5px;
}

#wrapper.id_top_en .works__item-img {
  text-align: center;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  cursor: pointer;
  position: relative;
}

#wrapper.id_top_en .works__item-img-summary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

#wrapper.id_top_en .works__item-img-summary-bg {
  background-color: #000;
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transform: scale(0.97);
}

#wrapper.id_top_en .works__item-img-summary-txt {
  padding: 35px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 14px;
  line-height: 1.57143;
  text-align: left;
  font-weight: 500;
  transform: translateX(-5px);
  opacity: 0;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top_en .works__item-img-summary-txt {
    font-size: 1.2963vw;
  }
}

#wrapper.id_top_en .works__item-img-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#wrapper.id_top_en .works__item-img-inner.is-active .works__item-img-cover1,
#wrapper.id_top_en .works__item-img-inner.is-active .works__item-img-cover2 {
  transform: translateX(101%);
}

#wrapper.id_top_en .works__item-img-cover1, #wrapper.id_top_en .works__item-img-cover2 {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#wrapper.id_top_en .works__item-img-cover1 {
  background-color: #ffffff;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  z-index: 2;
}

#wrapper.id_top_en .works__item-img-cover2 {
  transition: transform 0.95s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  z-index: 1;
}

#wrapper.id_top_en .works__item-img-cover2.-first {
  background-color: #f19a96;
}

#wrapper.id_top_en .works__item-img-cover2.-second {
  background-color: #a1d6d3;
}

#wrapper.id_top_en .works__item-img img {
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
}

#wrapper.id_top_en .works__item-summary {
  padding-top: 10px;
  border-top: 1px solid #c4c4c4;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top_en .works__item-summary {
    display: flex;
  }
}

#wrapper.id_top_en .works__item-summary-icon .plusicon {
  width: 13px;
  height: 13px;
  position: relative;
}

#wrapper.id_top_en .works__item-summary-icon .plusicon__bar {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #000;
}

#wrapper.id_top_en .works__item-summary-icon .plusicon__bar:nth-child(2) {
  transform: rotate(90deg);
}

#wrapper.id_top_en .works__item-summary-contents {
  margin-left: 10px;
  position: relative;
  flex-grow: 1;
  overflow: hidden;
}

#wrapper.id_top_en .works__item-summary-txt {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#wrapper.id_top_en .works__item-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px;
  border: 1px solid #e84709;
  background-color: #fff;
}

#wrapper.id_top_en .works__item-label-inner {
  display: inline-block;
  background-color: #e84709;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  padding: 4px;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #wrapper.id_top_en .works__item-label-inner {
    font-size: 1.2963vw;
  }
}

.demoSvg {
  width: 521px;
  margin: auto;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*# sourceMappingURL=maps/style.css.map */
