@charset "UTF-8";
@keyframes show_loading {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 正接(tan)計算 
 *
 * $angle:   角度(弧度法)
 * $degrees: $angleが度数かどうか
 * 
 * @return: tan($angle)
 * 
 * 例: $angle=45, $degrees=true => @return=1
 */
@keyframes show_loading {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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;
}

body {
  line-height: 1;
}

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

nav 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;
}

/* 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;
}

html {
  font-size: 3.125vw;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
}

/* Small Devices, Tablets */
/* PC */
body {
  overflow-x: hidden;
  overflow-y: visible;
}

html {
  background: #f8f8f9;
}

body {
  color: #000000;
  background: #f8f8f9;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "smcp";
  -webkit-font-feature-settings: "smcp";
  font-feature-settings: "smcp";
  overscroll-behavior-y: none;
}

a {
  color: #000000;
  text-decoration: none;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* Small Devices, Tablets */
@media all and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  html body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* PC */
img {
  width: 100%;
}

body {
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
body.disable {
  opacity: 0;
}

html, body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

header {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
  z-index: 10;
}
header h1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
header h1 span.t {
  display: block;
  text-indent: -100000px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  display: block;
}
header h1 span.txt0 {
  width: 92px;
  height: 44px;
  left: 10px;
  top: 8px;
  background-image: url(../images/index/kenchiku.svg);
}
header h1 span.txt1 {
  width: 28px;
  height: 42px;
  right: 14.6%;
  top: 8px;
  background-image: url(../images/index/to.svg);
}
header h1 span.txt2 {
  width: 89px;
  height: 44px;
  left: 10px;
  top: 50%;
  margin-top: -22px;
  background-image: url(../images/index/jikan.svg);
}
header h1 span.txt3 {
  width: 28px;
  height: 42px;
  right: 14.6%;
  top: 50%;
  margin-top: -21px;
  background-image: url(../images/index/to.svg);
}
header h1 span.txt4 {
  width: 189px;
  height: 44px;
  left: 10px;
  bottom: 10px;
  background-image: url(../images/index/sejima_kazuyo.svg);
}

span.t {
  display: block;
  text-indent: -100000px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  display: none;
}

span.txt0 {
  width: 92px;
  height: 44px;
  left: 10px;
  top: 8px;
  background-image: url(../images/index/kenchiku.svg);
}

span.txt1 {
  width: 28px;
  height: 42px;
  right: 14.6%;
  top: 8px;
  background-image: url(../images/index/to.svg);
}

span.txt1_2 {
  background-image: url(../images/index/to_w.svg);
}

span.txt2 {
  width: 89px;
  height: 44px;
  left: 10px;
  top: 50%;
  margin-top: -22px;
  background-image: url(../images/index/jikan.svg);
}

span.txt3 {
  width: 28px;
  height: 42px;
  right: 14.6%;
  top: 50%;
  margin-top: -21px;
  background-image: url(../images/index/to.svg);
}

span.txt3_2 {
  background-image: url(../images/index/to_w.svg);
}

span.txt4 {
  width: 189px;
  height: 44px;
  left: 10px;
  bottom: 10px;
  background-image: url(../images/index/sejima_kazuyo.svg);
}

.modal #modal_movie {
  display: block;
}
.modal.show_modal #modal_movie {
  opacity: 1;
}
.modal.show_modal #modal_movie .modal_inner {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#modal_movie {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 10;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  opacity: 0;
  display: none;
}
#modal_movie:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  opacity: 0.9;
}
#modal_movie .modal_inner {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
}
#modal_movie .modal_inner,
#modal_movie .modal_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#modal_movie .modal_content {
  display: table;
}
#modal_movie .movie_content {
  display: table-cell;
  vertical-align: middle;
}
#modal_movie .movie {
  width: 85.33%;
  height: 0px;
  padding-bottom: 48%;
  position: relative;
  margin: auto;
}
#modal_movie .movie iframe {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
}
#modal_movie a#btn_close_modal {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
}

@media all and (min-height: 568px) {
  header h1 span.txt1 {
    right: 10.6%;
  }
  header h1 span.txt3 {
    right: 10.6%;
  }
}
@media all and (min-height: 568px) and (min-width: 414px) {
  header h1 span.txt1 {
    right: 14.6%;
  }
  header h1 span.txt3 {
    right: 14.6%;
  }
}
@media all and (min-height: 667px) and (min-width: 375px) {
  header h1 span.txt1 {
    right: 9.6%;
  }
  header h1 span.txt3 {
    right: 9.6%;
  }
}
#main {
  width: 100%;
  height: 100%;
  background: #f8f8f9;
  position: relative;
}
#main .img_main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  opacity: 0;
}
#main .img_main ul.pc {
  display: none;
}
#main .img_main ul {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#main .img_main ul li {
  width: 100%;
  height: calc(100% / 3);
  position: relative;
}
#main .img_main ul li figure {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#main .img_main ul li:nth-child(1) figure {
  background-image: url(../images/index/slideshow/img0.jpg);
}
#main .img_main ul li:nth-child(2) figure {
  background-image: url(../images/index/slideshow/img1.jpg);
}
#main .img_main ul li:nth-child(3) figure {
  background-image: url(../images/index/slideshow/img2.jpg);
}
#main h2 {
  width: 112px;
  height: 155px;
  right: 10px;
  bottom: 10px;
  -webkit-transition: transform 0.6s ease 0s, opacity 0.6s ease 0s;
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
}
#main h2 {
  position: absolute;
  display: block;
}
#main h2 span {
  display: block;
  text-indent: -10000px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/index/txt_info.svg);
}
#main.active h2 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#main.active .img_main {
  opacity: 1;
}

p.copy.sp {
  width: 202px;
  height: 8.5px;
  display: block;
  background: url(../images/txt_copyright.svg) top left no-repeat;
  margin: auto;
  text-indent: -10000px;
  margin-bottom: 14px;
}

.imgs {
  width: 100%;
  white-space: nowrap;
  letter-spacing: -0.3em;
  height: 56px;
  overflow: hidden;
  padding-top: 25px;
  position: relative;
}
.imgs li {
  width: 100px;
  height: 56px;
  position: relative;
  display: inline-block;
  top: 20px;
}
.imgs li figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.imgs li.i0 figure {
  background-image: url(../images/index/about/img0.jpg);
}
.imgs li.i1 figure {
  background-image: url(../images/index/about/img1.jpg);
}
.imgs li.i2 figure {
  background-image: url(../images/index/about/img2.jpg);
}
.imgs li.i3 figure {
  background-image: url(../images/index/about/img3.jpg);
}
.imgs li.i4 figure {
  background-image: url(../images/index/about/img4.jpg);
}
.imgs li.i5 figure {
  background-image: url(../images/index/about/img5.jpg);
}
.imgs li.i6 figure {
  background-image: url(../images/index/about/img6.jpg);
}
.imgs li.i7 figure {
  background-image: url(../images/index/about/img7.jpg);
}
.imgs li.i8 figure {
  background-image: url(../images/index/about/img8.jpg);
}
.imgs li.i9 figure {
  background-image: url(../images/index/about/img9.jpg);
}
.imgs li.i10 figure {
  background-image: url(../images/index/about/img10.jpg);
}
.imgs li.i11 figure {
  background-image: url(../images/index/about/img11.jpg);
}
.imgs li.i12 figure {
  background-image: url(../images/index/about/img12.jpg);
}
.imgs li.i13 figure {
  background-image: url(../images/index/about/img13.jpg);
}
.imgs h6 {
  position: absolute;
  top: 0em;
  letter-spacing: 0.05em;
  width: 255px;
  height: 18px;
  background: url(../images/ttl_h6.svg) top left no-repeat;
  background-size: cover;
  text-indent: -100000px;
  left: 50%;
  margin-left: -128px;
}
.imgs p.copy {
  width: 202px;
  height: 8.5px;
  display: block;
  position: absolute;
  bottom: 5px;
  background: url(../images/txt_copyright.svg) top left no-repeat;
  left: 50%;
  margin-left: -101px;
  text-indent: -10000px;
}

#about {
  position: relative;
  background: #f8f8f9;
}
#about h6.pc, #about p.copy.pc {
  display: none;
}
#about h3, #about h4, #about h5, #about p, #about address p, #about address a {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  transform: scale(1, 1.12);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
#about .section_inner {
  min-height: 100%;
  padding: 35px 0 35px 0;
}
#about .txt_about {
  width: 95%;
  margin: auto;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  min-height: 390px;
}
#about .txt_about .txt_content {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: center;
}
#about .txt_about .txt {
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
#about .txt_about h3 {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 0.6em;
}
#about .txt_about p {
  font-size: 8px;
  font-size: 0.8rem;
  letter-spacing: -0.02em;
  line-height: 13px;
  margin-left: 1.5em;
}
#about .txt_about p:nth-last-of-type(1) {
  margin-left: 0px;
}
#about span.num {
  -webkit-text-orientation: upright;
  text-orientation: upright;
  display: inline;
}
#about span.d2 {
  -webkit-text-combine: horizontal;
  -text-combine: horizontal;
  letter-spacing: 0em;
}
#about .profiles {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  width: 96%;
  margin: auto;
  padding: 45px 0 0 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
#about .profiles .profile {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  justify-content: center;
  align-items: center;
  margin-left: 0.5em;
  min-height: 380px;
}
#about .profiles .profile:nth-last-of-type(1) {
  margin-left: 0px;
}
#about .profiles .profile h3 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
}
#about .profiles .profile p {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 13px;
}
#about .profiles .profile p span.mtminus {
  margin-top: -0.5em;
}
#about .info_col3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 94%;
  margin: auto;
  flex-direction: row-reverse;
  padding-top: 45px;
  justify-content: center;
}
#about .info_col3 .info.t {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  width: 22%;
  min-height: 240px;
}
#about .info_col3 h4 {
  font-size: 11px;
  font-size: 1.1rem;
  text-orientation: upright;
  -webkit-text-combine: upright;
  line-height: 13px;
}
#about .info_col3 h4 span {
  display: block;
}
#about .info_col3 h4 span.d2,
#about .info_col3 h4 span.dot,
#about .info_col3 h4 span.num {
  display: inline;
}
#about .info_col3 h5 {
  font-size: 9px;
  font-size: 0.9rem;
  letter-spacing: -0.02em;
  line-height: 13px;
}
#about .info_col3 h5 span {
  display: block;
  font-size: 8px;
  font-size: 0.8rem;
  position: relative;
  margin-top: -6px;
}
#about .info_col3 p {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 13px;
  letter-spacing: -0.02em;
}
#about .info_col3 p span.dot {
  margin-top: -6px;
}
#about .info_col3 p.mtminus {
  margin-top: -6px;
}
#about .info_col3 address p,
#about .info_col3 address a {
  font-size: 8px;
  font-size: 0.8rem;
}
#about .info_col3 .img_place {
  width: 300px;
  margin: auto;
  display: block;
  margin-top: 40px;
}
#about .info_col3 .img_place figure {
  width: 300px;
}

#bg_black {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: url(../images/bg_sp.jpg) center no-repeat;
  background-size: cover;
}

#info {
  background: #000;
  width: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
#info #block_movie {
  width: 92%;
  margin: auto;
  padding: 35px 0 45px 0;
}
#info .ttl {
  margin-bottom: 20px;
}
#info .ttl h3 {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#info .ttl h3 span {
  transform: scale(1, 1.12);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  display: inline-block;
}
#info .movie {
  width: 100%;
  position: relative;
  height: 0px;
  padding-bottom: 56.25%;
}
#info .movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#info #block_about_daigei {
  width: 92%;
  margin: auto;
  padding: 45px 0 45px 0;
}
#info #block_about_daigei .ttl {
  margin-bottom: 24px;
}
#info #block_about_daigei .block_about {
  margin-bottom: 85px;
}
#info #block_about_daigei .block_about:nth-last-of-type(1) {
  margin-bottom: 0px;
}
#info #block_about_daigei .content .blk {
  margin-bottom: 3em;
}
#info #block_about_daigei .content h3 {
  letter-spacing: 0.1em;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#info #block_about_daigei .content h4 {
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 1em;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#info #block_about_daigei .content h4 span {
  color: #fff;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transform: scale(1, 1.12);
}
#info #block_about_daigei .content h5 {
  font-size: 9px;
  font-size: 0.9rem;
  margin-bottom: 1.2em;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#info #block_about_daigei .content h5 span {
  color: #fff;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transform: scale(1, 1.12);
  display: block;
}
#info #block_about_daigei .content p {
  margin-bottom: 1.5em;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#info #block_about_daigei .content p a,
#info #block_about_daigei .content p span {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  color: #fff;
  font-size: 8px;
  font-size: 0.8rem;
  display: inline-block;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transform: scale(1, 1.12);
  line-height: 1.6;
}
#info #block_about_daigei .content p a {
  text-transform: lowercase;
  text-decoration: underline;
}
#info #block_about_daigei .content p.mtm {
  margin-top: -0.5em;
}
#info #block_about_daigei .content ul li {
  font-size: 8px;
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.7;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#info #block_about_daigei .content ul li span {
  display: block;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transform: scale(1, 1.12);
}
#info #block_about_daigei .content .img {
  position: relative;
  height: 0px;
  width: 100%;
  margin: 60px 0 50px;
}
#info #block_about_daigei .content .img figure {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#info #block_about_daigei .content .img_floorb1 {
  width: 77.83%;
  margin: 60px auto 50px auto;
}
#info #block_about_daigei .img_floor2 {
  padding-bottom: 79.65%;
}
#info #block_about_daigei .img_floor2 figure {
  background-image: url(../images/about/img_2f.png);
}
#info #block_about_daigei .img_floor1 {
  padding-bottom: 79.72%;
}
#info #block_about_daigei .img_floor1 figure {
  background-image: url(../images/about/img_1f.png);
}
#info #block_about_daigei .img_floorb1 {
  width: 77.83%;
  padding-bottom: 42%;
}
#info #block_about_daigei .img_floorb1 figure {
  background-image: url(../images/about/img_b1.png);
}
#info #block_venue {
  width: 92%;
  margin: auto;
  padding: 45px 0 45px 0;
}
#info #block_venue .ttl {
  margin-bottom: 24px;
}
#info #block_venue .content table {
  width: 100%;
}
#info #block_venue .content table .ttl_table {
  position: relative;
  border-bottom: 1px solid #fff;
}
#info #block_venue .content table .ttl_table:nth-of-type(1) th {
  padding-top: 0px;
}
#info #block_venue .content table .ttl_table th {
  padding: 50px 0 10px 0;
}
#info #block_venue .content table tr:nth-of-type(2) th {
  padding-top: 10px;
}
#info #block_venue .content table th, #info #block_venue .content table td {
  text-align: left;
  padding: 10px 0 0px 0;
}
#info #block_venue .content table th p, #info #block_venue .content table th a, #info #block_venue .content table td p, #info #block_venue .content table td a {
  color: #fff;
  font-size: 8px;
  font-size: 0.8rem;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  white-space: nowrap;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
#info #block_venue .content table th p span, #info #block_venue .content table th a span, #info #block_venue .content table td p span, #info #block_venue .content table td a span {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transform: scale(1, 1.12);
  display: inline-block;
}
#info #block_venue .content table th a, #info #block_venue .content table td a {
  border-bottom: 1px solid #fff;
}
#info #block_venue .content table .ttl_table th:nth-child(1) {
  width: 24%;
}
#info #block_venue .content table .ttl_table th:nth-child(2) {
  width: 35%;
}
#info #block_venue .content table .ttl_table th:nth-child(3) {
  width: 19.5%;
}
#info #block_venue .content table .ttl_table th:nth-child(4) {
  width: 21.5%;
}
#info #block_credit {
  width: 92%;
  margin: auto;
  padding: 45px 0 45px 0;
  overflow: hidden;
}
#info #block_credit .ttl {
  margin-bottom: 24px;
}
#info #block_credit .list_credit dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin-bottom: 1em;
}
#info #block_credit .list_credit dl dt, #info #block_credit .list_credit dl dd {
  white-space: nowrap;
  color: #fff;
  font-size: 8px;
  font-size: 0.8rem;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transform: scale(1, 1.12);
}
#info #block_credit .list_credit dl dt span, #info #block_credit .list_credit dl dd span {
  display: inline-block;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
#info #block_credit .list_credit dl dt {
  width: calc(52% - 10px);
  margin-right: 10px;
  text-align: right;
}
#info #block_credit .list_credit dl dd {
  width: calc(48% - 10px);
  margin-left: 10px;
}
#info #block_credit .list_credit dl dd:last-child {
  margin-right: 0px;
}
#info #block_credit .list_credit dl dd ul li {
  margin-bottom: 1em;
}
#info #block_credit .list_credit dl dd span {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
#info #block_credit .list_credit dl dd li {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
#info #block_credit .list_credit dl dd.logo_osakageijutsu span {
  text-indent: -10000px;
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 63px;
  height: 10px;
  background: url(../images/index/logo_osakageijutsu.svg) top left no-repeat;
  background-size: cover;
}
#info #block_update {
  width: 92%;
  margin: auto;
  padding: 45px 0 45px 0;
}
#info #block_update .content dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
#info #block_update .content dl dt, #info #block_update .content dl dd, #info #block_update .content dl a {
  color: #fff;
  font-size: 8px;
  font-size: 0.8rem;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transform: scale(1, 1.12);
  line-height: 1.7;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#info #block_update .content dl dt {
  margin-right: 0.5em;
  white-space: nowrap;
}
#info #block_update .content dl dd {
  margin-right: 1em;
  white-space: nowrap;
}
#info #block_update .content dl dd:last-child {
  margin-right: 0px;
}
#info p.copy {
  color: #fff;
  position: relative;
  width: 254px;
  margin: auto;
  height: 10px;
  background-image: url(../images/txt_copyright_white.png);
  background-repeat: no-repeat;
  text-indent: -100000px;
  background-size: 100% auto;
}

.safari #about span.dd {
  margin-top: 0px;
}

@media all and (min-width: 375px) {
  #about .txt_about {
    min-height: 360px;
  }
  #about .txt_about .txt {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #about .txt_about p {
    font-size: 9px;
    line-height: 13px;
    margin-left: 2em;
  }
  #about .txt_about p:nth-last-of-type(1) {
    margin-left: 0px;
  }
  #about .profiles {
    padding: 90px 0 0 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #about .profiles .profile {
    margin-left: 0.8em;
    min-height: 420px;
  }
  #about .profiles .profile h3 {
    font-size: 12px;
    line-height: 14px;
  }
  #about .profiles .profile p {
    font-size: 9px;
    line-height: 13px;
  }
  #about .info_col3 {
    width: 94%;
    margin: auto;
    flex-direction: row-reverse;
    padding-top: 45px;
    justify-content: center;
  }
  #about .info_col3 .info.t {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    width: 22%;
    min-height: 240px;
  }
  #about .info_col3 h4 {
    font-size: 12px;
    line-height: 13px;
  }
  #about .info_col3 h5 {
    font-size: 9px;
    letter-spacing: -0.02em;
    line-height: 13px;
  }
  #about .info_col3 h5 span {
    display: block;
    font-size: 8px;
    font-size: 0.8rem;
    position: relative;
    margin-top: -6px;
  }
  #about .info_col3 p {
    font-size: 9px;
    line-height: 13px;
  }
  #about .info_col3 address p,
#about .info_col3 address a {
    font-size: 9px;
  }
  #about .info_col3 .img_place {
    width: 100%;
    max-width: 600px;
    margin: auto;
    display: block;
    margin-top: 40px;
  }
  #about .info_col3 .img_place figure {
    width: 80%;
    margin: auto;
  }

  #info #block_movie {
    width: 82%;
  }
  #info #block_about_daigei {
    width: 82%;
    margin: auto;
    padding: 45px 0 45px 0;
  }
  #info #block_credit {
    width: 82%;
  }
  #info #block_credit .list_credit dl dt span, #info #block_credit .list_credit dl dd span {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  #info #block_credit .list_credit dl dt {
    width: calc(50% - 10px);
  }
  #info #block_credit .list_credit dl dd {
    width: calc(50% - 10px);
  }
  #info #block_credit .list_credit dl dd span {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  #info #block_credit .list_credit dl dd li {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  #info #block_credit .list_credit dl dd.logo_osakageijutsu span {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #info #block_venue {
    width: 82%;
  }
  #info #block_venue .content table th p, #info #block_venue .content table th a, #info #block_venue .content table td p, #info #block_venue .content table td a {
    white-space: nowrap;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  #info #block_update {
    width: 82%;
  }
  #info #block_update .content dl {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media all and (min-width: 414px) {
  #info #block_credit {
    width: 82%;
  }
  #info #block_credit .list_credit dl dt span, #info #block_credit .list_credit dl dd span {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #info #block_credit .list_credit dl dt {
    width: calc(47% - 10px);
  }
  #info #block_credit .list_credit dl dd {
    width: calc(53% - 10px);
  }
  #info #block_credit .list_credit dl dd span {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #info #block_credit .list_credit dl dd li {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #info #block_venue .content table th p, #info #block_venue .content table th a, #info #block_venue .content table td p, #info #block_venue .content table td a {
    white-space: nowrap;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media all and (min-width: 480px) {
  #info #block_credit {
    width: 82%;
  }
  #info #block_credit .list_credit dl dd.logo_osakageijutsu {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #info #block_credit .list_credit dl dd.logo_osakageijutsu span {
    width: 127px;
    height: 19px;
  }
}
/* Small Devices, Tablets */
@media all and (min-width: 768px) {
  header h1 span.txt0 {
    width: 183px;
    height: 88px;
    left: 3.29%;
    top: 12.23%;
  }
  header h1 span.txt1 {
    width: 55px;
    height: 82px;
    right: 12.81%;
    top: 12.23%;
  }
  header h1 span.txt2 {
    width: 177px;
    height: 88px;
    left: 3.29%;
    top: 50%;
    margin-top: -44px;
  }
  header h1 span.txt3 {
    width: 55px;
    height: 82px;
    right: 12.81%;
    top: 50%;
    margin-top: -42px;
  }
  header h1 span.txt4 {
    width: 376px;
    height: 88px;
    left: 3.29%;
    bottom: 12.23%;
  }

  #main h2 {
    width: 140px;
    height: 193px;
    right: 20px;
    bottom: 20px;
  }

  #about {
    background: #f8f8f9;
  }
  #about .section_inner {
    padding: 90px 0 230px 0;
  }
  #about .txt_about {
    min-height: 360px;
  }
  #about .txt_about h3 {
    display: none;
  }
  #about .txt_about p {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: -0.02em;
    line-height: 28px;
    margin-left: 1.5em;
  }
  #about .profiles {
    padding: 90px 0 0 0;
  }
  #about .profiles .profile {
    margin-left: 2em;
    min-height: 580px;
  }
  #about .profiles .profile h3 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 22px;
  }
  #about .profiles .profile p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }
  #about .info_col3 {
    width: 94%;
    margin: auto;
    flex-direction: row-reverse;
    padding-top: 45px;
    justify-content: center;
  }
  #about .info_col3 .info.t {
    min-height: 350px;
  }
  #about .info_col3 h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
  }
  #about .info_col3 h5 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 26px;
  }
  #about .info_col3 h5 span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: -6px;
  }
  #about .info_col3 p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    letter-spacing: -0.02em;
  }
  #about .info_col3 p span.dot {
    margin-top: -0.6em;
  }
  #about .info_col3 address p, #about .info_col3 address a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    letter-spacing: -0.02em;
  }
  #about .info_col3 .img_place {
    margin-top: 80px;
  }

  .imgs {
    height: 112px;
    padding-top: 20px;
  }
  .imgs li {
    width: 200px;
    height: 112px;
    top: 20px;
  }
  .imgs h6 {
    width: 509px;
    height: 36px;
    background-size: cover;
    margin-left: -255px;
  }
  .imgs p.copy {
    width: 404px;
    height: 17px;
    bottom: 5px;
    margin-left: -202px;
  }

  #info #block_movie {
    width: 82%;
    margin: auto;
    padding: 35px 0 70px 0;
  }
  #info .ttl {
    margin-bottom: 30px;
  }
  #info .ttl h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #info #block_about_daigei .ttl {
    margin-bottom: 40px;
  }
  #info #block_about_daigei .content p {
    margin-bottom: 3em;
  }
  #info #block_about_daigei .content p span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #info #block_venue .ttl {
    margin-bottom: 50px;
  }
  #info #block_venue .content table .ttl_table:nth-of-type(1) th {
    padding-top: 0px;
  }
  #info #block_venue .content table .ttl_table th {
    padding: 100px 0 20px 0;
  }
  #info #block_venue .content table tr:nth-of-type(2) th {
    padding-top: 10px;
  }
  #info #block_venue .content table th, #info #block_venue .content table td {
    padding: 20px 0 0px 0;
  }
  #info #block_venue .content table th p, #info #block_venue .content table th a, #info #block_venue .content table td p, #info #block_venue .content table td a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #info #block_credit {
    width: 82%;
    margin: auto;
    padding: 45px 0 45px 0;
  }
  #info #block_credit .ttl {
    margin-bottom: 40px;
  }
  #info #block_credit .list_credit dl {
    margin-bottom: 1.5em;
  }
  #info #block_credit .list_credit dl dt, #info #block_credit .list_credit dl dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #info #block_credit .list_credit dl dt {
    width: calc(60% - 20px);
    margin-right: 20px;
  }
  #info #block_credit .list_credit dl dd {
    width: calc(40% - 20px);
    margin-left: 20px;
  }
  #info #block_credit .list_credit dl dd:last-child {
    margin-right: 0px;
  }
  #info #block_credit .list_credit dl dd.logo_osakageijutsu {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #info #block_credit .list_credit dl dd.logo_osakageijutsu span {
    width: 127px;
    height: 19px;
  }
  #info #block_update {
    padding: 45px 0 90px 0;
  }
  #info #block_update .content dl dt, #info #block_update .content dl dd, #info #block_update .content dl a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* PC */
@media all and (min-width: 864px) {
  #modal_movie .modal_content {
    display: table;
  }
  #modal_movie .movie_content {
    display: table-cell;
    vertical-align: middle;
  }
  #modal_movie .movie {
    width: 640px;
    height: 360px;
    padding-bottom: 0%;
  }
  #modal_movie a#btn_close_modal {
    width: 72px;
    height: 72px;
  }

  #bg_black {
    background: url(../images/bg_pc.jpg) center no-repeat;
    background-size: cover;
  }

  header {
    display: none;
  }
  header h1 span.txt0 {
    width: 183px;
    height: 88px;
    left: 3.29%;
    top: 12.23%;
  }
  header h1 span.txt1 {
    width: 55px;
    height: 82px;
    right: 12.81%;
    top: 12.23%;
  }
  header h1 span.txt2 {
    width: 177px;
    height: 88px;
    left: 3.29%;
    top: 50%;
    margin-top: -44px;
  }
  header h1 span.txt3 {
    width: 55px;
    height: 82px;
    right: 12.81%;
    top: 50%;
    margin-top: -42px;
  }
  header h1 span.txt4 {
    width: 376px;
    height: 88px;
    left: 3.29%;
    bottom: 12.23%;
  }

  span.t {
    position: fixed;
    pointer-events: none;
    display: block;
  }

  span.txt0 {
    width: 183px;
    height: 88px;
    left: 3.29%;
    top: 12.23%;
    position: fixed;
    z-index: 10;
  }

  span.txt1,
span.txt1_2 {
    width: 55px;
    height: 82px;
    right: 12.81%;
    top: 12.23%;
    position: fixed;
    z-index: 10;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }

  span.txt2 {
    width: 177px;
    height: 88px;
    left: 3.29%;
    top: 50%;
    margin-top: -44px;
    position: fixed;
    z-index: 10;
  }

  span.txt3,
span.txt3_2 {
    width: 55px;
    height: 82px;
    right: 12.81%;
    top: 50%;
    margin-top: -42px;
    position: fixed;
    z-index: 10;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }

  span.txt4 {
    width: 376px;
    height: 88px;
    left: 3.29%;
    bottom: 12.23%;
    position: fixed;
    z-index: 10;
  }

  span.txt1_2,
span.txt3_2 {
    opacity: 0;
  }

  .img_fix span.txt0,
.img_fix span.txt2,
.img_fix span.txt4 {
    mix-blend-mode: exclusion;
    filter: invert(100%);
  }

  .white span.txt1,
.white span.txt3 {
    opacity: 0;
  }
  .white span.txt1_2,
.white span.txt3_2 {
    opacity: 1;
  }

  .iPad header {
    position: absolute;
  }
  .iPad #about {
    overflow-x: hidden;
  }

  #main {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  #main .img_main {
    left: 50%;
  }
  #main .img_main ul.sp {
    display: none;
  }
  #main .img_main ul.pc {
    display: block;
  }
  #main .img_main ul {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  #main .img_main ul li {
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }
  #main .img_main ul li.active {
    opacity: 1;
  }
  #main .img_main ul li figure {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  #main .img_main ul li,
#main .img_main ul img,
#main .img_main ul .grid__item-img,
#main .img_main ul canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
  }
  #main .img_main ul img {
    opacity: 0;
  }
  #main .img_main ul li:nth-child(1) figure {
    background-image: url(../images/index/slideshow/pc/img0.jpg);
  }
  #main .img_main ul li:nth-child(2) figure {
    background-image: url(../images/index/slideshow/pc/img1.jpg);
  }
  #main .img_main ul li:nth-child(3) figure {
    background-image: url(../images/index/slideshow/pc/img2.jpg);
  }
  #main h2 {
    width: 182px;
    height: 251px;
    right: 20px;
    bottom: 20px;
  }

  .imgs {
    width: 14.64%;
    position: absolute;
    right: 0px;
    display: block;
    overflow: visible;
    height: 100%;
    overflow: hidden;
    left: auto;
    right: 20px;
    bottom: auto;
    top: 100%;
    padding-left: 20px;
  }
  .imgs li {
    width: 100%;
    height: 0px;
    padding-bottom: 56.25%;
    position: relative;
    display: block;
  }
  .imgs li figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .imgs li.i0 figure {
    background-image: url(../images/index/about/img0.jpg);
  }
  .imgs li.i1 figure {
    background-image: url(../images/index/about/img1.jpg);
  }
  .imgs li.i2 figure {
    background-image: url(../images/index/about/img2.jpg);
  }
  .imgs li.i3 figure {
    background-image: url(../images/index/about/img3.jpg);
  }
  .imgs li.i4 figure {
    background-image: url(../images/index/about/img4.jpg);
  }
  .imgs li.i5 figure {
    background-image: url(../images/index/about/img5.jpg);
  }
  .imgs li.i6 figure {
    background-image: url(../images/index/about/img6.jpg);
  }
  .imgs li.i7 figure {
    background-image: url(../images/index/about/img7.jpg);
  }
  .imgs li.i8 figure {
    background-image: url(../images/index/about/img8.jpg);
  }
  .imgs li.i9 figure {
    background-image: url(../images/index/about/img9.jpg);
  }
  .imgs li.i10 figure {
    background-image: url(../images/index/about/img10.jpg);
  }
  .imgs li.i11 figure {
    background-image: url(../images/index/about/img11.jpg);
  }
  .imgs li.i12 figure {
    background-image: url(../images/index/about/img12.jpg);
  }
  .imgs li.i13 figure {
    background-image: url(../images/index/about/img13.jpg);
  }
  .imgs h6, .imgs p.copy {
    display: none;
  }

  .img_fix .imgs {
    position: fixed;
    top: 0px;
  }

  .safari #about span.dd {
    letter-spacing: -0.5em;
  }

  p.copy.sp {
    display: none;
  }

  #about {
    min-height: 100%;
    position: relative;
  }
  #about h6.pc {
    display: block;
    position: absolute;
    top: 96px;
    letter-spacing: 0.05em;
    width: 26px;
    height: 472px;
    background: url(../images/ttl_h6_pc.svg) top left no-repeat;
    background-size: cover;
    text-indent: -100000px;
    left: auto;
    right: 20px;
    margin-left: 0px;
  }
  #about p.copy.pc {
    display: block;
    width: 9px;
    height: 227px;
    display: block;
    position: absolute;
    bottom: 350px;
    background: url(../images/txt_copyright_pc.svg) top left no-repeat;
    left: auto;
    right: 20px;
    margin-left: 0px;
    text-indent: -10000px;
  }
  #about h6, #about p {
    z-index: 4;
  }
  #about .section_inner {
    min-height: 100%;
    padding: 90px 0 230px 0;
  }
  #about .txt_about {
    width: 80%;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    min-height: 640px;
    margin: 0px;
  }
  #about .txt_about .txt_content {
    align-items: flex-start;
  }
  #about .txt_about p {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: -0.02em;
    line-height: 28px;
    margin-left: 1.5em;
  }
  #about span.num {
    text-orientation: upright;
    display: inline;
  }
  #about span.d2 {
    -webkit-text-combine: horizontal;
    -text-combine: horizontal;
    letter-spacing: 0em;
  }
  #about .profiles {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    margin: 0px;
    width: 80%;
    padding: 90px 0 0 0;
  }
  #about .profiles .profile {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin-left: 1.8em;
    min-height: 580px;
  }
  #about .profiles .profile h3 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 22px;
  }
  #about .profiles .profile p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }
  #about .info_col3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 80%;
    flex-direction: row-reverse;
    padding-top: 90px;
    justify-content: flex-start;
    margin: 0px;
  }
  #about .info_col3 .info.t {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    width: auto;
    margin-left: 24px;
  }
  #about .info_col3 h4 {
    font-size: 20px;
    font-size: 2rem;
    text-orientation: upright;
    letter-spacing: -0.14em;
    line-height: 26px;
  }
  #about .info_col3 h4 span {
    display: block;
  }
  #about .info_col3 h4 span.d2,
#about .info_col3 h4 span.dot,
#about .info_col3 h4 span.num {
    display: inline;
  }
  #about .info_col3 h5 {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: -0.02em;
    line-height: 26px;
  }
  #about .info_col3 h5 span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    margin-top: -6px;
  }
  #about .info_col3 p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    letter-spacing: -0.02em;
  }
  #about .info_col3 p span.dot {
    margin-top: -0.6em;
  }
  #about .info_col3 address p, #about .info_col3 address a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    letter-spacing: -0.02em;
  }
  #about .info_col3 .img_place {
    width: 350px;
    margin: 0px;
    margin-right: 4px;
  }
  #about .info_col3 .img_place figure {
    width: 350px;
    margin: 0px;
  }

  #info #block_movie {
    width: 43.92%;
    margin: 0;
    margin-left: 35.13%;
    padding: 174px 0 90px 0;
  }
  #info .ttl {
    margin-bottom: 50px;
  }
  #info .ttl h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #info #block_about_daigei {
    width: 43.92%;
    margin: 0;
    margin-left: 35.13%;
    padding: 90px 0 80px 0;
  }
  #info #block_about_daigei .ttl {
    margin-bottom: 50px;
  }
  #info #block_about_daigei .ttl h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #info #block_about_daigei .block_about {
    margin-bottom: 175px;
  }
  #info #block_about_daigei .block_about p:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  #info #block_about_daigei .content h4 {
    font-size: 20px;
    font-size: 2rem;
  }
  #info #block_about_daigei .content h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #info #block_about_daigei .content p {
    margin-bottom: 2.5em;
  }
  #info #block_about_daigei .content p span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7;
    transform: scale(1, 1.12);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    display: inline-block;
  }
  #info #block_about_daigei .content ul li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.9;
  }
  #info #block_about_daigei .content .img {
    margin: 90px auto;
  }
  #info #block_venue {
    width: 43.92%;
    margin: 0;
    margin-left: 35.13%;
    padding: 90px 0 100px 0;
  }
  #info #block_venue .content table .ttl_table:nth-of-type(1) th {
    padding-top: 0px;
  }
  #info #block_venue .content table .ttl_table th {
    padding: 100px 0 28px 0;
  }
  #info #block_venue .content table .ttl_table th p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #info #block_venue .content table tr:nth-of-type(2) th {
    padding-top: 10px;
  }
  #info #block_venue .content table th, #info #block_venue .content table td {
    padding: 30px 0 0px 0;
  }
  #info #block_venue .content table th p, #info #block_venue .content table th a, #info #block_venue .content table td p, #info #block_venue .content table td a {
    font-size: 12px;
    font-size: 1.2rem;
    transform: scale(1, 1.12);
  }
  #info #block_credit {
    width: 43.92%;
    margin: 0;
    margin-left: 35.13%;
    padding: 90px 0 90px 0;
  }
  #info #block_credit .list_credit dl {
    margin-bottom: 1.8em;
  }
  #info #block_credit .list_credit dl dt, #info #block_credit .list_credit dl dd {
    font-size: 11px;
    font-size: 1.1rem;
    transform: scale(1, 1.12);
  }
  #info #block_credit .list_credit dl dt {
    width: calc(46% - 20px);
    margin-right: 20px;
  }
  #info #block_credit .list_credit dl dd {
    width: calc(54% - 20px);
    margin-left: 20px;
  }
  #info #block_credit .list_credit dl dd.logo_osakageijutsu {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #info #block_update {
    width: 43.92%;
    margin: 0;
    margin-left: 35.13%;
    padding: 84px 0 85px 0;
  }
  #info #block_update .content dl dt, #info #block_update .content dl dd, #info #block_update .content dl a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.9;
    transform: scale(1, 1.12);
  }
  #info p.copy {
    font-size: 12px;
    font-size: 1.2rem;
    width: 43.92%;
    margin: 0;
    margin-left: 35.13%;
    display: block;
    background: none;
    text-indent: 0px;
    color: #fff;
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 0px;
    padding-bottom: 25px;
  }

  .safari #about .info_col3 h4 {
    letter-spacing: 0em;
  }
  .safari #about .info_col3 p span.dot {
    margin-top: 0em;
  }
}
@media all and (min-width: 1024px) {
  #info .ttl h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  #info #block_about_daigei .ttl h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  #info #block_about_daigei .content .blk {
    margin-bottom: 4.5em;
  }
  #info #block_about_daigei .content ul li a,
#info #block_about_daigei .content ul li span,
#info #block_about_daigei .content p a,
#info #block_about_daigei .content p span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #info #block_about_daigei .content h4 {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 0.8em;
  }
  #info #block_about_daigei .content h5 {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-top: 2.7em;
  }
  #info #block_about_daigei .content .img_floor2 {
    padding-bottom: 0%;
    width: 452px;
    height: 360px;
    margin: 100px auto 100px auto;
  }
  #info #block_about_daigei .content .img_floor1 {
    padding-bottom: 0%;
    width: 454px;
    height: 362px;
    margin: 100px auto 100px auto;
  }
  #info #block_about_daigei .content .img_floorb1 {
    padding-bottom: 0%;
    width: 350px;
    height: 189px;
    margin: 100px auto 100px auto;
  }
  #info #block_venue .content table .ttl_table th {
    padding: 100px 0 28px 0;
  }
  #info #block_venue .content table .ttl_table th p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #info #block_credit .list_credit dl dt, #info #block_credit .list_credit dl dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
  #info #block_update .content dl dt, #info #block_update .content dl dd, #info #block_update .content dl a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #info p.copy {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media all and (min-width: 1280px) {
  #info .ttl h3 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  #info #block_about_daigei .ttl h3 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  #info #block_about_daigei .content h4 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  #info #block_about_daigei .content h5 {
    font-size: 20px;
    font-size: 2rem;
  }
  #info #block_credit .list_credit dl dt, #info #block_credit .list_credit dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #info #block_sns .content dl dt, #info #block_sns .content dl dd, #info #block_sns .content dl a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#main ul.sp li {
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#main.active ul.sp li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#main.active ul.sp li:nth-child(2) {
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
#main.active ul.sp li:nth-child(3) {
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

#about .txt_about h3,
#about .txt_about p {
  -webkit-transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#about .txt_about.animate p, #about .txt_about.animate h3 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#about .txt_about.animate p:nth-of-type(1) {
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
#about .txt_about.animate p:nth-of-type(2) {
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
#about .txt_about.animate p:nth-of-type(3) {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
#about .profiles .profile {
  -webkit-transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#about .profiles.animate .profile {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#about .profiles.animate .profile:nth-last-of-type(1) {
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
#about .info_col3 .info {
  -webkit-transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#about .info_col3.animate .info {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#about .info_col3.animate .info:nth-of-type(2) {
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
#about .info_col3.animate .info:nth-of-type(3) {
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

#info #block_movie .ttl {
  -webkit-transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#info #block_movie .movie {
  -webkit-transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#info #block_movie.animate .ttl, #info #block_movie.animate .movie {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#info #block_movie.animate .movie {
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
#info #block_about_daigei .a {
  -webkit-transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#info #block_about_daigei .a.animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#info #block_venue .ttl, #info #block_venue table {
  -webkit-transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#info #block_venue.animate .ttl, #info #block_venue.animate table {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#info #block_venue.animate table {
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
#info #block_credit .ttl,
#info #block_credit dl {
  -webkit-transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#info #block_credit.animate .ttl, #info #block_credit.animate dl {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#info #block_credit.animate dl:nth-of-type(1) {
  transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
}
#info #block_credit.animate dl:nth-of-type(2) {
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
#info #block_credit.animate dl:nth-of-type(3) {
  transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
}
#info #block_credit.animate dl:nth-of-type(4) {
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
#info #block_credit.animate dl:nth-of-type(5) {
  transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
}
#info #block_credit.animate dl:nth-of-type(6) {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
#info #block_credit.animate dl:nth-of-type(7) {
  transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
}
#info #block_credit.animate dl:nth-of-type(8) {
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
#info #block_credit.animate dl:nth-of-type(9) {
  transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
}
#info #block_credit.animate dl:nth-of-type(10) {
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
#info #block_credit.animate dl:nth-of-type(11) {
  transition-delay: 0.55s;
  -moz-transition-delay: 0.55s;
  -webkit-transition-delay: 0.55s;
}
#info #block_credit.animate dl:nth-of-type(12) {
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
#info #block_credit.animate dl:nth-of-type(13) {
  transition-delay: 0.65s;
  -moz-transition-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
}
#info #block_credit.animate dl:nth-of-type(14) {
  transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}
#info #block_credit.animate dl:nth-of-type(15) {
  transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
}
#info #block_credit.animate dl:nth-of-type(16) {
  transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}
#info #block_credit.animate dl:nth-of-type(17) {
  transition-delay: 0.85s;
  -moz-transition-delay: 0.85s;
  -webkit-transition-delay: 0.85s;
}
#info #block_credit.animate dl:nth-of-type(18) {
  transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
}
#info #block_credit.animate dl:nth-of-type(19) {
  transition-delay: 0.95s;
  -moz-transition-delay: 0.95s;
  -webkit-transition-delay: 0.95s;
}
#info #block_credit.animate dl:nth-of-type(20) {
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
}
#info #block_credit.animate dl:nth-of-type(21) {
  transition-delay: 1.05s;
  -moz-transition-delay: 1.05s;
  -webkit-transition-delay: 1.05s;
}
#info #block_credit.animate dl:nth-of-type(22) {
  transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
}
#info #block_credit.animate dl:nth-of-type(23) {
  transition-delay: 1.15s;
  -moz-transition-delay: 1.15s;
  -webkit-transition-delay: 1.15s;
}
#info #block_credit.animate dl:nth-of-type(24) {
  transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
}
#info #block_credit.animate dl:nth-of-type(25) {
  transition-delay: 1.25s;
  -moz-transition-delay: 1.25s;
  -webkit-transition-delay: 1.25s;
}
#info #block_credit.animate dl:nth-of-type(26) {
  transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
}
#info #block_credit.animate dl:nth-of-type(27) {
  transition-delay: 1.35s;
  -moz-transition-delay: 1.35s;
  -webkit-transition-delay: 1.35s;
}
#info #block_credit.animate dl:nth-of-type(28) {
  transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
}
#info #block_credit.animate dl:nth-of-type(29) {
  transition-delay: 1.45s;
  -moz-transition-delay: 1.45s;
  -webkit-transition-delay: 1.45s;
}
#info #block_credit.animate dl:nth-of-type(30) {
  transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
}
#info #block_update .ttl,
#info #block_update .content {
  -webkit-transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#info #block_update.animate .ttl, #info #block_update.animate .content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#info #block_update.animate .content {
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}

/* Small Devices, Tablets */
/* PC */
@media all and (min-width: 864px) {
  #about .txt_about h3,
#about .txt_about p {
    -webkit-transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
    transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  #about .profiles .profile {
    -webkit-transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
    transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  #about .info_col3 .info {
    -webkit-transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
    transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  #info #block_movie .ttl {
    -webkit-transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
    transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  #info #block_movie .movie {
    -webkit-transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
    transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  #info #block_about_daigei .a {
    -webkit-transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
    transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  #info #block_venue .ttl, #info #block_venue table {
    -webkit-transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
    transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  #info #block_credit .ttl,
#info #block_credit dl {
    -webkit-transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
    transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  #info #block_update .ttl,
#info #block_update .content {
    -webkit-transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
    transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
}

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