@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-size: 62.5% !important; /*16px×62.5%=10px*/
}

* {
  box-sizing: border-box;
  min-height: 0%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

div {
  min-height: 0%;
}

span.and {
  font-size: 0.6em;
}
@media screen and (max-width: 768px) {
  span.text-pc {
    display: none;
  }
}
span.text-tb {
  display: none;
}
@media screen and (max-width: 768px) {
  span.text-tb {
    display: inherit;
  }
}

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

.text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

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

.br-tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-tb {
    display: block;
  }
}

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

.cont-tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .cont-tb {
    display: inherit;
  }
}

.cont-pc-spc {
  display: inherit;
}
@media screen and (max-width: 1366px) {
  .cont-pc-spc {
    display: none;
  }
}

.cont-spc {
  display: none;
}
@media screen and (max-width: 1366px) {
  .cont-spc {
    display: inherit;
  }
}

.cont-sp {
  display: none;
}
@media screen and (max-width: 400px) {
  .cont-sp {
    display: inherit;
  }
}

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

.font-tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .font-tb {
    display: inline;
  }
}

.font-small {
  font-size: 0.8em;
  line-height: 1.2;
}

.font-regular {
  font-size: 1em;
}

.font-big {
  font-size: 1.5em;
}

.share_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  box-sizing: border-box;
}
.share_btn li {
  padding: 2px;
  box-sizing: border-box;
}
.share_btn .fb_iframe_widget > span {
  vertical-align: baseline !important;
}

#trailer .youtube_outer {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
}
#trailer .youtube_embed {
  border: solid 2px #B99D49;
  background-color: #B99D49;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#trailer .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube_outer {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
}
.youtube_embed {
  border: solid 2px #B99D49;
  background-color: #B99D49;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#theater {
  padding: 80px;
}
@media screen and (max-width: 768px) {
  #theater {
    padding: 40px 20px;
  }
}
#theater .section_inner {
  background-color: rgba(255, 255, 255, 0.95);
  color: #000;
  padding: 40px;
  line-height: 1.4;
  max-width: 1000px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  #theater .section_inner {
    padding: 40px 10px;
  }
}
#theater h2 {
  font-size: 1.2em;
  text-align: center;
  padding-bottom: 1.2em;
  font-weight: bold;
  max-width: 230px;
  margin: 0 auto 40px;
  width: 60%;
}
#theater .maeuri {
  width: 80%;
  max-width: 400px;
  margin: 0 auto 60px;
}
#theater .section_main {
  max-width: 1000px;
  margin: 0 auto;
}
#theater .theater_anchor {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#theater .theater_anchor li {
  padding: 0 0.5em 0.8em;
  font-size: 0.9em;
  font-weight: bold;
}
#theater .theater_anchor li a {
  color: #333;
}
#theater .theater_anchor li a:hover {
  opacity: 0.5;
}
#theater .area_head {
  padding-bottom: 0.5em;
  font-size: 0.8em;
  font-weight: bold;
}
#theater .theater_list {
  width: 100%;
  margin: 0 auto 40px;
  display: table;
  table-layout: fixed;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  #theater .theater_list {
    font-size: 1.2rem;
    width: calc(100% - 0px);
  }
}
#theater .theater_list .theater_block {
  width: 100%;
  border-bottom: solid #000 1px;
}
#theater .theater_list .theater_block:nth-of-type(2n-1) {
  background-color: rgba(255, 255, 255, 0.7);
}
#theater .theater_list th {
  vertical-align: middle;
  background: #333;
  color: #fff;
  padding: 8px 0;
  font-size: 0.9em;
  line-height: 1.6;
  word-wrap: break-word;
}
#theater .theater_list td {
  vertical-align: middle;
  padding: 12px 1px;
  word-wrap: break-word;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #theater .theater_list td {
    padding: 8px 1px;
  }
}
#theater .theater_list .theater_area {
  width: 16%;
  text-align: center;
}
#theater .theater_list .theater_link {
  width: 28%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #theater .theater_list .theater_link {
    width: 30%;
  }
}
#theater .theater_list .theater_link a {
  font-weight: bold;
  color: #DF8B2A;
}
#theater .theater_list .theater_link a:hover {
  text-decoration: underline;
}
#theater .theater_list .theater_tel {
  width: 16%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #theater .theater_list .theater_tel {
    text-align: center;
    width: 10%;
  }
  #theater .theater_list .theater_tel a {
    color: rgb(109, 0, 0);
    margin: 0 auto;
    display: block;
  }
}
#theater .theater_list .theater_tel .phone_icon {
  width: 1em;
}
#theater .theater_list .theater_ticket {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #theater .theater_list .theater_ticket {
    width: 15%;
  }
}
#theater .theater_list .theater_date {
  width: 20%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #theater .theater_list .theater_date {
    width: 17%;
  }
}

.theater_line {
  border: 0;
  height: 2px;
  width: 50%;
  max-width: 300px;
  margin: 40px auto 60px;
  background: #333;
}
@media screen and (max-width: 768px) {
  .theater_line {
    margin: 20px auto 40px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.prof_row .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000;
  cursor: pointer;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 52%;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 768px) {
  .prof_row .slick-arrow {
    width: 35px;
    height: 35px;
  }
}

.prof_row .slick-arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 17px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .prof_row .slick-arrow::before {
    top: 10px;
    width: 10px;
    height: 10px;
  }
}

.prof_row .slick-next {
  right: 10px;
}
@media screen and (max-width: 768px) {
  .prof_row .slick-next {
    right: 10px;
  }
}

.prof_row .slick-prev {
  left: -23px;
}
@media screen and (max-width: 768px) {
  .prof_row .slick-prev {
    left: -16px;
  }
}

.prof_row .slick-next::before {
  left: 15px;
}
@media screen and (max-width: 768px) {
  .prof_row .slick-next::before {
    left: 8px;
  }
}

.prof_row .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .prof_row .slick-prev::before {
    right: 8px;
  }
}

*:focus {
  outline: none;
}

html {
  height: 100%;
}

body {
  background-color: #F9F8F1;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 1.6rem;
  margin: 0 auto;
  position: relative;
  transition: 2s;
  min-height: 100%;
  color: #1A1311;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

body.active {
  overflow: hidden;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

.fixed_bg {
  background-image: url(img/bg2.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.loading {
  background-color: #F9F8F1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loading body {
  text-align: center;
}
.loading .vinyl {
  position: relative;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(30deg, transparent 40%, rgba(0, 0, 0, 0.3) 40%) no-repeat 100% 0, linear-gradient(60deg, rgba(0, 0, 0, 0.3) 60%, transparent 60%) no-repeat 0 100%, repeating-radial-gradient(#2c2c2c, #2c2c2c 1px, #4f4f4f 2px, #2c2c2c 3px);
  background-size: 50% 100%, 100% 50%, 100% 100%;
  animation: vinyl-rotate 2s linear infinite;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}
.loading .vinyl:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -31px;
  border: solid 1px #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #DF8B2A, inset 0 0 0 27px #115190;
  background: #F9F8F1;
  content: "";
}
@keyframes vinyl-rotate {
  0% {
    transform: rotate(0);
    width: 197px;
    height: 200px;
  }
  100% {
    transform: rotate(360deg);
    width: 200px;
    height: 197px;
  }
}
.loading .loading_text {
  margin-top: 10px;
  letter-spacing: 0.25em;
  font-weight: bold;
}

/*
NAV-----------------------
*/
.gnav {
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 50px;
  transition: 2s;
}
@media screen and (max-width: 768px) {
  .gnav {
    top: calc(100% - 50px);
    height: 50px;
  }
}
.gnav .gnav_list {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  padding: 0 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    justify-content: center;
    background-color: #fff;
    padding: 0;
    height: 50px;
  }
}
.gnav .gnav_list .gnav_item {
  height: 50px;
  display: flex;
  padding: 0 0.5em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item {
    width: 16.6666666667%;
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item:hover {
    background-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item.cont-pc {
    display: none;
  }
}
.gnav .gnav_list .gnav_item a {
  display: block;
  font-weight: bold;
  font-size: 1.1em;
  letter-spacing: 0.05em;
  height: 50px;
  width: 100%;
  color: #115190;
  transition: 0.3s;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item a {
    border-top: solid 1px #115190;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item a.cont-pc {
    display: none;
  }
}
.gnav .gnav_list .gnav_item a img {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item a img.tb-theater {
    height: 60px;
    transform: translateY(-10px);
  }
}
.gnav .gnav_list .gnav_item a p {
  font-weight: bold;
  line-height: 50px;
}
.gnav .gnav_list .gnav_item a:hover {
  color: rgb(149, 172, 214);
}
.gnav .gnav_list .gnav_item a.construction {
  opacity: 0.5;
  pointer-events: none;
}
.gnav .gnav_list .gnav_item a:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item.gnav-bluray {
    position: fixed;
    bottom: 70px;
    height: 60px;
    right: 0;
    padding: 0;
    overflow: hidden;
  }
  .gnav .gnav_list .gnav_item.gnav-bluray img {
    height: 60px;
  }
}
.gnav .gnav_list .gnav_item.gnav-bluray a {
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item.gnav-bluray a {
    border-top: none;
  }
}

.updown_nav {
  z-index: 102;
  position: fixed;
  right: 10px;
  top: calc(100% - 70px);
}
@media screen and (max-width: 768px) {
  .updown_nav {
    right: inherit;
    left: 10px;
    top: calc(100% - 110px);
  }
}
.updown_nav ul li {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 20px;
  border: solid 1px #000;
}
.updown_nav ul li:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .updown_nav ul li {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .updown_nav ul li:hover {
    opacity: 1;
  }
}
.updown_nav ul li a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
MAIN-----------------------
*/
#top {
  max-width: 2500px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
#top .main_img {
  position: relative;
  width: 100%;
}
#top .feat {
  position: absolute;
  width: 39%;
  top: 56%;
  left: 4%;
}
@media screen and (max-width: 768px) {
  #top .feat {
    width: 71%;
    top: 24.3%;
    left: 8%;
  }
}
#top .billing_en {
  position: absolute;
  width: 45%;
  top: 78%;
  left: 4%;
}
@media screen and (max-width: 768px) {
  #top .billing_en {
    width: 84%;
    top: 39%;
    left: 8%;
  }
}
#top .billing_jp {
  position: absolute;
  width: 45%;
  top: 90%;
  left: 4%;
}
@media screen and (max-width: 768px) {
  #top .billing_jp {
    width: 48%;
    top: 45%;
    left: 8%;
  }
}
#top .title {
  position: fixed;
  width: 40%;
  top: 20%;
  left: 55%;
}
@media screen and (max-width: 768px) {
  #top .title {
    position: absolute;
    width: 84%;
    top: 32%;
    left: 8%;
  }
}
#top .release {
  position: absolute;
  display: none;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 64%;
    top: 68%;
    left: 27%;
    display: flex;
  }
}
#top .g_bnr {
  position: absolute;
  width: 20%;
  top: 60%;
  right: 5%;
}
@media screen and (max-width: 768px) {
  #top .g_bnr {
    width: 61%;
    top: 82%;
    right: 8%;
  }
}
#top .m_bnr {
  position: absolute;
  width: 17%;
  right: 5%;
  top: 79%;
}
@media screen and (max-width: 768px) {
  #top .m_bnr {
    width: 46%;
    top: 95%;
    right: 8%;
  }
}
#top .theater_btn {
  position: absolute;
  width: 15%;
  top: 90%;
  right: 5%;
}
@media screen and (max-width: 768px) {
  #top .theater_btn {
    width: 46%;
    top: 76%;
    right: 8%;
  }
}
#top .sns_icons {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: space-between;
  width: 100px;
  top: 99%;
  right: 5%;
}
@media screen and (max-width: 768px) {
  #top .sns_icons {
    top: 76%;
    right: 60%;
    width: 80px;
  }
}
#top .sns_icons div {
  width: 40px;
}
@media screen and (max-width: 768px) {
  #top .sns_icons div {
    width: 35px;
  }
}

#info {
  max-width: 2500px;
  margin: 0 auto;
  padding: 10px 4% 40px;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 20px 8% 20px 8%;
  }
}
#info .share_btn {
  justify-content: flex-start;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #info .share_btn {
    justify-content: flex-end;
    margin-bottom: 40px;
  }
}

.text_body {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.text_body p {
  padding-bottom: 1em;
}
.text_body p:last-of-type {
  padding-bottom: 0;
}

#bluray {
  position: relative;
  background-color: #FFF;
}
#bluray .section_inner {
  line-height: 1.8;
  padding: 120px 20px 80px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #bluray .section_inner {
    padding: 60px 20px 60px;
    margin-bottom: 60px;
  }
}
#bluray .section_inner .section_main h2 {
  max-width: 260px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #bluray .section_inner .section_main h2 {
    max-width: 180px;
  }
}
#bluray .section_inner .section_main h4 {
  text-align: center;
  font-weight: 900;
  margin-bottom: 20px;
  font-size: 1.2em;
}
#bluray .section_inner .section_main a.link-stores {
  max-width: 400px;
  width: 100%;
  margin: 30px auto;
  display: block;
  border-radius: 5px;
  border: solid 3px #3700FF;
  filter: drop-shadow(4px 4px 0px #ff9900);
  transition: 0.3s;
}
#bluray .section_inner .section_main a.link-stores:hover {
  filter: none;
  transform: translate(4px, 4px);
}
#bluray .section_inner .section_main .yoyaku {
  text-align: center;
  font-size: 0.9em;
  margin-bottom: 30px;
}
#bluray .section_inner .section_main .st {
  font-weight: 900;
}
#bluray .section_inner .section_main .sm {
  font-size: 0.9em;
}
#bluray .section_inner .section_main .bluray-gaiyo, #bluray .section_inner .section_main .goods-gaiyo {
  background: #F9F8F1;
  border-radius: 20px;
  padding: 40px 50px 50px;
  max-width: 1000px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  #bluray .section_inner .section_main .bluray-gaiyo, #bluray .section_inner .section_main .goods-gaiyo {
    padding: 30px 20px;
  }
}
#bluray .section_inner .section_main .bluray-gaiyo h5, #bluray .section_inner .section_main .goods-gaiyo h5 {
  text-align: center;
  font-size: 1.8em;
  font-weight: 900;
  color: #ff9900;
  border-bottom: solid 2px #ff9900;
  padding-bottom: 30px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #bluray .section_inner .section_main .bluray-gaiyo h5, #bluray .section_inner .section_main .goods-gaiyo h5 {
    font-size: 1.6em;
    padding-bottom: 20px;
  }
}
#bluray .section_inner .section_main .bluray-gaiyo .gaiyo-inner, #bluray .section_inner .section_main .goods-gaiyo .gaiyo-inner {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #bluray .section_inner .section_main .bluray-gaiyo .gaiyo-inner, #bluray .section_inner .section_main .goods-gaiyo .gaiyo-inner {
    text-align: left;
  }
}
#bluray .section_inner .section_main .bluray-gaiyo .gaiyo-inner .inner-p, #bluray .section_inner .section_main .goods-gaiyo .gaiyo-inner .inner-p {
  padding: 30px 0 0;
  font-weight: 700;
}
#bluray .section_inner .section_main .bluray-gaiyo .gaiyo-inner .gaiyo-inner-inner, #bluray .section_inner .section_main .goods-gaiyo .gaiyo-inner .gaiyo-inner-inner {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}
#bluray .section_inner .section_main .bluray-gaiyo .gaiyo-inner .gaiyo-inner-inner .bblock, #bluray .section_inner .section_main .goods-gaiyo .gaiyo-inner .gaiyo-inner-inner .bblock {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  #bluray .section_inner .section_main .bluray-gaiyo .gaiyo-inner .gaiyo-inner-inner .bblock, #bluray .section_inner .section_main .goods-gaiyo .gaiyo-inner .gaiyo-inner-inner .bblock {
    width: 100%;
  }
}
#bluray .section_inner .section_main .bluray-gaiyo .gaiyo-inner .gaiyo-inner-inner .bblock_img, #bluray .section_inner .section_main .goods-gaiyo .gaiyo-inner .gaiyo-inner-inner .bblock_img {
  margin-bottom: 20px;
}
#bluray .section_inner .section_main .bluray-gaiyo .gaiyo-inner .gaiyo-inner-inner .bblock_p, #bluray .section_inner .section_main .goods-gaiyo .gaiyo-inner .gaiyo-inner-inner .bblock_p {
  text-align: left;
}
#bluray .section_inner .section_main .goods-gaiyo .gaiyo-inner {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#bluray .section_inner .section_main .goods-gaiyo .gaiyo-inner .goods_img {
  width: calc(50% - 40px);
}
@media screen and (max-width: 768px) {
  #bluray .section_inner .section_main .goods-gaiyo .gaiyo-inner .goods_img {
    width: 100%;
  }
}
#bluray .section_inner .section_main .goods-gaiyo .gaiyo-inner .goods_p {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #bluray .section_inner .section_main .goods-gaiyo .gaiyo-inner .goods_p {
    width: 100%;
    margin-top: 20px;
  }
}

.trailer_n_intro {
  max-width: 2500px;
  margin: 0 auto;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .trailer_n_intro {
    padding-right: 0;
  }
}
.trailer_n_intro #trailer {
  max-width: 900px;
  width: 50%;
  margin: 0 auto 0 4%;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .trailer_n_intro #trailer {
    width: calc(100% - 40px);
    margin: 0 auto 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .trailer_n_intro #trailer {
    padding-bottom: 40px;
  }
}
.trailer_n_intro #trailer h2 {
  max-width: 120px;
  width: 30%;
}
.trailer_n_intro #intro {
  max-width: 900px;
  width: 50%;
  margin: 0 auto 0 4%;
}
@media screen and (max-width: 768px) {
  .trailer_n_intro #intro {
    width: calc(100% - 40px);
    margin: 0 auto 0 20px;
    max-width: 500px;
  }
}
.trailer_n_intro #intro .section_inner .section_main {
  padding: 0px 0 80px;
}
.trailer_n_intro #intro .section_inner .section_main .topcomment {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  justify-content: flex-end;
  max-width: 800px;
}
.trailer_n_intro #intro .section_inner .section_main .topcomment .ocom {
  width: calc(50% - 20px);
  filter: drop-shadow(2px 2px 2px rgba(255, 187, 0, 0.3));
  margin: 0 auto 0 20px;
}
@media screen and (max-width: 768px) {
  .trailer_n_intro #intro .section_inner .section_main .topcomment .ocom {
    margin: 0 auto 0 0;
    width: 80%;
  }
}
.trailer_n_intro #intro .section_inner .section_main .topcomment .ocom:last-of-type {
  margin: 30px 0 0 auto;
}
.trailer_n_intro #intro .section_inner .section_main h3 {
  margin-bottom: 2em;
}
.trailer_n_intro #intro .section_inner .section_main h3 p span {
  color: #115190;
  font-weight: bold;
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .trailer_n_intro #intro .section_inner .section_main h3 p span {
    font-size: 1.1em;
    line-height: 1.6;
  }
}

#stacas {
  position: relative;
}
#stacas .bg_box {
  position: sticky;
  top: 0;
  left: 0;
  background-image: url(img/bg_stacas.jpg);
  background-size: cover;
  width: 100%;
  height: 100vh;
}
#stacas .section_inner {
  padding: 120px 0;
  margin-top: -100vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #stacas .section_inner {
    padding: 60px 0 10px;
  }
}
#stacas .section_inner h2 {
  max-width: 330px;
  width: 60%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  #stacas .section_inner h2 {
    transform: translateX(-20px);
  }
}
#stacas .section_inner .section_main {
  padding: 0px 0 0px 100px;
  border-radius: 6px;
  width: 80%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #stacas .section_inner .section_main {
    width: 100%;
    padding: 0px 0 20px 40px;
  }
}
#stacas .section_inner .section_main .cast_in {
  padding: 60px 50px 0px;
  width: 75%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #stacas .section_inner .section_main .cast_in {
    width: 100%;
    padding: 20px 20px 20px;
  }
}
#stacas .section_inner .section_main .cast_in p {
  line-height: 2;
}
#stacas .section_inner .section_main .cast_in_name {
  text-align: right;
  margin-top: 20px;
  margin-right: 1em;
}
#stacas .section_inner .section_main .prof_box {
  position: relative;
}
#stacas .section_inner .section_main .prof_box .prof_row {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  position: relative;
  background-image: url(img/bg_w_head.svg?Ver=1.0.1);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left;
  padding-left: 50px;
  margin-bottom: 40px;
  padding: 80px 0% 40px 40px;
}
@media screen and (max-width: 768px) {
  #stacas .section_inner .section_main .prof_box .prof_row {
    padding: 40px 0 20px 30px;
    margin: 0 0 20px auto;
  }
}
#stacas .section_inner .section_main .prof_box .prof_row .prof_icon {
  cursor: pointer;
  max-width: 300px;
  width: 300px;
  margin: 0 20px 0 0;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 3px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #stacas .section_inner .section_main .prof_box .prof_row .prof_icon {
    width: 150px;
  }
}
#stacas .section_inner .section_main .prof_box .prof_row .prof_icon img {
  transition: 0.3s;
}
#stacas .section_inner .section_main .prof_box .prof_row .prof_icon img:hover {
  transform: scale(1.03);
}
#stacas .section_inner .section_main .prof_box.shikiri2 .prof_row {
  background-image: url(img/bg_r1_head2.svg);
}
#stacas .section_inner .section_main .prof_box.shikiri3 .prof_row {
  background-image: url(img/bg_b1_head.svg?Ver=1.0.1);
}
#stacas .section_inner .section_main .prof_box.shikiri4 .prof_row {
  background-image: url(img/bg_g1_head.svg?Ver=1.0.1);
}
#stacas .section_inner .section_main .prof_box.shikiri5 .prof_row {
  background-image: url(img/bg_p1_head.svg?Ver=1.0.1);
}
#stacas .section_inner .section_main .prof_box.shikiri6 .prof_row {
  background-image: url(img/bg_y1_head.svg?Ver=1.0.1);
}
#stacas .section_inner .section_main .prof_box.shikiri7 .prof_row {
  background-image: url(img/bg_r2_head.svg?Ver=1.0.1);
}
#stacas .section_inner .section_main .prof_box.shikiri8 .prof_row {
  background-image: url(img/bg_b2_head.svg?Ver=1.0.1);
}
#stacas .section_inner .section_main .prof_box.shikiri9 .prof_row {
  background-image: url(img/bg_g2_head.svg?Ver=1.0.1);
}
#stacas .section_inner .section_main .prof_box.shikiri10 .prof_row {
  background-image: url(img/bg_p2_head.svg?Ver=1.0.1);
}
#stacas .section_inner .section_main .prof_box.shikiri11 .prof_row {
  background-image: url(img/bg_y2_head.svg?Ver=1.0.2);
}

.prof_window {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(17, 81, 144, 0.95);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  transition: 1s;
  flex-direction: column;
  opacity: 0;
}
.prof_window.active {
  height: 100%;
  width: 100%;
  display: flex;
  opacity: 1;
}
.prof_window .close_btn {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  border: solid 1px #ccc;
  cursor: pointer;
}
.prof_window .close_btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .prof_window .close_btn {
    width: 50px;
    height: 50px;
  }
}
.prof_window .close_btn::after, .prof_window .close_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  height: 2px;
  width: 110px;
  transform: rotate(45deg) translateX(1px);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .prof_window .close_btn::after, .prof_window .close_btn::before {
    right: -4px;
    width: 55px;
    height: 0.5px;
  }
}
.prof_window .close_btn::before {
  transform: rotate(-45deg);
}
.prof_window .prof_window_inner {
  width: 90%;
  max-width: 900px;
  padding: 50px;
  background-color: #fff;
  max-height: 50vh;
  height: 50vh;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .prof_window .prof_window_inner {
    height: calc(100% - 80px);
    max-height: 700px;
    margin-top: 50px;
    padding: 20px;
  }
}
.prof_window .prof_window_inner .name {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
.prof_window .prof_window_inner .name span {
  font-size: 0.6em;
}
.prof_window .prof_window_inner .name_role {
  margin-bottom: 10px;
  font-size: 1.125em;
  font-weight: bold;
  color: #115190;
}
.prof_window .prof_window_inner .name_en {
  margin-bottom: 40px;
  font-size: 1.125em;
  font-weight: bold;
}
.prof_window .prof_window_inner .name_en span {
  font-size: 0.6em;
}
.prof_window .prof_window_inner .prof_body p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2.2;
}
.prof_window .window_nav_close {
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  transition: 0.3s;
  font-size: 1.2em;
  letter-spacing: 0.25em;
}
.prof_window .window_nav_close:hover {
  opacity: 0.6;
  letter-spacing: 0.5em;
}

#column {
  position: relative;
  z-index: 2;
  max-width: 2500px;
  margin: 0 auto;
}
#column .bg_box {
  background-image: url(img/bg_column.jpg);
  background-size: cover;
  background-position: center center;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
#column .section_inner {
  margin-top: -100vh;
}
#column .section_inner .section_main {
  padding: 40px 0;
}
#column .section_inner .section_main .column_box {
  background-color: rgba(255, 255, 255, 0.95);
  margin: 40px auto 120px 4%;
  padding: 80px 5%;
  width: 70%;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  #column .section_inner .section_main .column_box {
    padding: 40px 20px;
    width: calc(100% - 40px);
    margin: 40px auto 80px;
    max-width: 500px;
  }
}
#column .section_inner .section_main .column_box h3 {
  margin-bottom: 1em;
}
#column .section_inner .section_main .column_box h3 span {
  font-weight: bold;
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #column .section_inner .section_main .column_box h3 span {
    font-size: 1.3em;
    line-height: 1.6;
  }
}
#column .section_inner .section_main .column_box .author {
  font-weight: bold;
  margin-bottom: 40px;
}
#column .section_inner .section_main .column_box .disc {
  font-size: 0.9em;
  text-align: right;
  line-height: 1.6;
  margin-top: 40px;
}
#column .section_inner .section_main .column_box .disc .disc_b {
  font-weight: bold;
  padding-bottom: 0.2em;
  display: block;
}
#zadankai {
  position: relative;
  background-color: #fff;
  background-image: url(img/bg_zadan.jpg);
  background-size: 1000px;
  background-repeat: repeat;
}
#zadankai .section_inner {
  padding: 120px 20px;
}
@media screen and (max-width: 768px) {
  #zadankai .section_inner {
    padding: 60px 20px 60px;
  }
}
#zadankai .section_inner .section_main {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #zadankai .section_inner .section_main {
    max-width: 500px;
  }
}
#zadankai .section_inner .section_main h2 {
  font-size: 2em;
  text-align: center;
  color: #06396b;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #zadankai .section_inner .section_main h2 {
    font-size: 1.5em;
  }
}
#zadankai .section_inner .section_main p {
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}
#zadankai .section_inner .section_main p .kikite {
  text-align: right;
  font-size: 0.9em;
  color: #4f4f4f;
  font-style: italic;
  display: block;
}
#zadankai .section_inner .section_main .zadan_img {
  max-width: 500px;
  margin: 80px 0;
  transform: rotate(1deg) translate3d(0, 0, 0);
}
#zadankai .section_inner .section_main .zadan_img img {
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4);
}
#zadankai .section_inner .section_main .zadan_img:nth-of-type(2n) {
  transform: rotate(-1deg) translate3d(0, 0, 0);
}
#zadankai .section_inner .section_main .zadan_img.zadan_center {
  margin: 80px auto;
  transform: rotate(0);
}
@media screen and (max-width: 768px) {
  #zadankai .section_inner .section_main .zadan_img.zadan_center {
    margin: 60px auto;
  }
}
#zadankai .section_inner .section_main .zadan_img p {
  font-size: 0.8em;
  color: #4f4f4f;
  font-style: italic;
  padding-top: 0.25em;
}
#zadankai .section_inner .section_main .zadan_prof {
  margin-bottom: 60px;
}
#zadankai .section_inner .section_main .zadan_prof p {
  font-size: 0.9em;
  line-height: 1.6;
  margin-bottom: 1em;
}
#zadankai .section_inner .section_main .zadan_prof p .zadan_pro_name {
  display: block;
  font-weight: bold;
  margin-bottom: 0.2em;
}
#zadankai .section_inner .section_main .zadan_prof h4 {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 1em;
}
#zadankai .section_inner .section_main .zadan_block {
  width: 80%;
  margin-bottom: 120px;
  border-left: 2px dashed #c7dbf1;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  #zadankai .section_inner .section_main .zadan_block {
    width: 90%;
    margin-bottom: 80px;
    padding-left: 20px;
  }
}
#zadankai .section_inner .section_main .zadan_block:nth-of-type(2n) {
  margin: 0 0 120px auto;
  border-left: none;
  padding-left: 0;
  border-right: 2px dashed #c7dbf1;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  #zadankai .section_inner .section_main .zadan_block:nth-of-type(2n) {
    padding-right: 20px;
    margin-bottom: 80px;
  }
}
#zadankai .section_inner .section_main .zadan_block:nth-of-type(2n) .zadan_img {
  margin: 80px 0 80px auto;
}
@media screen and (max-width: 768px) {
  #zadankai .section_inner .section_main .zadan_block:nth-of-type(2n) .zadan_img {
    margin: 60px 0 60px auto;
  }
}
#zadankai .section_inner .section_main .zadan_block:last-of-type {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #zadankai .section_inner .section_main .zadan_block:last-of-type {
    margin-bottom: 0;
  }
}
#zadankai .section_inner .section_main .zadan_block h3 {
  display: inline-block;
  font-size: 1.3em;
  background-color: rgba(255, 238, 0, 0.6);
  margin-bottom: 2em;
  line-height: 1.4;
}
#zadankai .section_inner .section_main .zadan_block p {
  margin-bottom: 2em;
}
#zadankai .section_inner .section_main .zadan_block p.int {
  font-style: italic;
  color: #4f4f4f;
}
#zadankai .section_inner .section_main .zadan_block p span {
  font-weight: bold;
  padding-right: 0.5em;
}
#zadankai .section_inner .section_main .zadan_block p.hiyo span {
  color: #946c08;
}
#zadankai .section_inner .section_main .zadan_block p.matsu span {
  color: #0f6f01;
}
#zadankai .section_inner .section_main .zadan_block p.robo span {
  color: #034a9b;
}

#top100 {
  position: relative;
}
#top100 .bgbox {
  background-color: #06396b;
  background-size: cover;
  background-position: center center;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
#top100 .section_inner {
  position: relative;
  margin-top: -100vh;
  padding: 80px 20px 120px;
  line-height: 2;
  z-index: 2;
}
#top100 .section_inner a {
  font-weight: 700;
  color: #DF8B2A;
  text-decoration: underline;
}
#top100 .section_inner a:hover {
  text-decoration: none;
}
#top100 .section_inner .section_main h2 {
  display: block;
  max-width: 650px;
  width: 90%;
  margin: 0 auto 40px;
}
#top100 .section_inner .section_main .top100lead {
  display: block;
  max-width: 800px;
  margin: 0 auto 60px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top100 .section_inner .section_main .top100lead {
    max-width: 500px;
  }
}
#top100 .section_inner .reviews {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #top100 .section_inner .reviews {
    max-width: 500px;
  }
}
#top100 .section_inner .reviews .review_item {
  box-shadow: 3px 3px 5px rgba(22, 52, 88, 0.1);
  background-color: rgb(255, 255, 255);
  width: 48%;
  line-height: 1.6;
  margin-bottom: 40px;
  border-radius: 5px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  #top100 .section_inner .reviews .review_item {
    width: 100%;
    padding: 20px;
  }
}
#top100 .section_inner .reviews .review_item .review_name .name_body {
  color: #DF8B2A;
  font-weight: bold;
  font-size: 1.6em;
}
#top100 .section_inner .reviews .review_item .review_name .team {
  color: #115190;
  font-size: 0.8em;
  font-weight: bold;
}
#top100 .section_inner .reviews .review_item .review_prof {
  font-size: 0.9em;
  padding-bottom: 0.8em;
  color: #000;
}
#top100 .section_inner .reviews .review_item .review_prof a {
  color: #333;
}
#top100 .section_inner .reviews .review_item .albums {
  margin-top: 10px;
}
#top100 .section_inner .reviews .review_item .albums .then {
  background-color: rgb(246, 247, 255);
  margin-bottom: 4px;
  padding: 4px 8px;
  cursor: pointer;
  transition: 0.2s;
  border-radius: 5px;
}
#top100 .section_inner .reviews .review_item .albums .then:hover {
  opacity: 0.7;
  background-color: rgb(186, 206, 227);
}
#top100 .section_inner .reviews .review_item .albums .then span {
  text-decoration: underline;
  color: #115190;
  font-weight: bold;
  display: inline-block;
}
#top100 .section_inner .reviews .review_item .albums .then .head {
  color: #DF8B2A;
  font-weight: bold;
  padding-right: 1em;
  display: inline-block;
  text-decoration: none;
}
#top100 .section_inner .reviews .review_item .albums .now {
  border-radius: 5px;
  background-color: rgb(255, 240, 240);
  cursor: pointer;
  padding: 4px 8px;
  transition: 0.2s;
}
#top100 .section_inner .reviews .review_item .albums .now:hover {
  opacity: 0.7;
  background-color: rgb(255, 210, 210);
}
#top100 .section_inner .reviews .review_item .albums .now span {
  text-decoration: underline;
  color: #115190;
  font-weight: bold;
  display: inline-block;
}
#top100 .section_inner .reviews .review_item .albums .now .head {
  color: #DF8B2A;
  font-weight: bold;
  padding-right: 1em;
  display: inline-block;
  text-decoration: none;
}
#top100 .n2 {
  max-width: 400px;
  width: 100%;
}
#top100 .prof_window {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(191, 105, 35, 0.95);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  transition: 1s;
  flex-direction: column;
  opacity: 0;
}
#top100 .prof_window.active {
  height: 100%;
  width: 100%;
  display: flex;
  opacity: 1;
}
#top100 .prof_window .close_btn {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  border: solid 1px #ccc;
  cursor: pointer;
}
#top100 .prof_window .close_btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #top100 .prof_window .close_btn {
    width: 50px;
    height: 50px;
  }
}
#top100 .prof_window .close_btn::after, #top100 .prof_window .close_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  height: 2px;
  width: 110px;
  transform: rotate(45deg) translateX(1px);
  background: #fff;
}
@media screen and (max-width: 768px) {
  #top100 .prof_window .close_btn::after, #top100 .prof_window .close_btn::before {
    right: -4px;
    width: 55px;
    height: 0.5px;
  }
}
#top100 .prof_window .close_btn::before {
  transform: rotate(-45deg);
}
#top100 .prof_window .prof_window_inner {
  width: 90%;
  max-width: 900px;
  padding: 50px;
  background-color: #fff;
  max-height: 70vh;
  height: 70vh;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  #top100 .prof_window .prof_window_inner {
    height: calc(100% - 80px);
    max-height: 700px;
    margin-top: 50px;
    padding: 20px;
  }
}
#top100 .prof_window .prof_window_inner .name {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
#top100 .prof_window .prof_window_inner .name span {
  font-size: 0.6em;
}
#top100 .prof_window .prof_window_inner .name_role {
  margin-bottom: 10px;
  font-size: 1.125em;
  font-weight: bold;
  color: #DF8B2A;
}
#top100 .prof_window .prof_window_inner .name_en {
  color: #115190;
  margin-bottom: 40px;
  font-size: 1.125em;
  font-weight: bold;
}
#top100 .prof_window .prof_window_inner .name_en span {
  font-size: 0.6em;
}
#top100 .prof_window .prof_window_inner .prof_body p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2.2;
}
#top100 .prof_window .window_nav_close {
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  transition: 0.3s;
  font-size: 1.2em;
  letter-spacing: 0.25em;
}
#top100 .prof_window .window_nav_close:hover {
  opacity: 0.6;
  letter-spacing: 0.5em;
}

#theater {
  background-color: #F9F8F1;
  z-index: 2;
  position: relative;
}

.blurUpLeftT {
  opacity: 0;
  transition: 1s;
  filter: blur(50px);
  -webkit-clip-path: inset(5%);
          clip-path: inset(5%);
}
@media screen and (max-width: 768px) {
  .blurUpLeftT {
    -webkit-clip-path: inset(5%);
            clip-path: inset(5%);
  }
}
.blurUpLeftT.active {
  opacity: 1;
  -webkit-clip-path: inset(0%);
          clip-path: inset(0%);
  filter: blur(0);
  transform: scale(1);
}

.blurUpT {
  opacity: 0;
  transition: 2s;
  filter: blur(50px);
  transform: scale(1.1);
}
.blurUpT.active {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

.clipLeftT {
  opacity: 0;
  transition: 2s;
  -webkit-clip-path: inset(0% 100% 0 0);
          clip-path: inset(0% 100% 0 0);
}
.clipLeftT.active {
  -webkit-clip-path: inset(0%);
          clip-path: inset(0%);
  opacity: 1;
}

.fadeIn {
  opacity: 0;
  transition: 1s;
  transform: translateY(0px);
}
.fadeIn.is-inview {
  transform: translateY(0);
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transition: 1s;
  transform: translateY(20px);
}
.fadeInUp.is-inview {
  transform: translateY(0);
  opacity: 1;
}

.clipLeft {
  opacity: 0;
  transition: 2s;
  -webkit-clip-path: inset(0% 100% 0 0);
          clip-path: inset(0% 100% 0 0);
}
.clipLeft.is-inview {
  -webkit-clip-path: inset(0%);
          clip-path: inset(0%);
  opacity: 1;
}

.coloring {
  opacity: 0.2;
  transition: 2s;
  filter: grayscale(100%);
}
.coloring.is-inview {
  filter: grayscale(0%);
  opacity: 1;
}

.fadeInRight {
  transform: translateX(40px);
  transition: 1s;
  opacity: 0;
}
.fadeInRight.is-inview {
  transform: translateX(0px);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */