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

body {
  line-height: 1;
}

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

nav ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/**
 * Swiper 3.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: April 25, 2015 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition-property: -webkit-transform;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev, .swiper-button-next {
  position: fixed;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
  filter: alpha(opacity=0);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #bc9b38;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 20px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}

/* CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them. */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  width: 100% !important;
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
  background: #f3f2f0;
  padding: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 10000;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: #f3f2f0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.jspVerticalBar *, .jspHorizontalBar * {
  margin: 0;
  padding: 0;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #f3f2f0;
  position: relative;
}

.jspDrag {
  background: #635b5a;
  background: #000;
  width: 8px;
  position: relative;
  top: 0;
  left: 2px;
  cursor: pointer;
  border-radius: 10px;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #000;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 12px;
}

.jspHorizontalBar .jspArrow {
  width: 12px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #000;
  float: left;
  height: 100%;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap iframe, .fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-nav {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-nav span {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
  text-align: center;
}

.fancybox-skin {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 760px;
  max-height: 428px;
  margin: auto;
  text-shadow: none;
  border-radius: 0px;
}

.fancybox-opened {
  z-index: 8030;
}

/*-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); */
/*-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); */
/*box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); */
.fancybox-outer {
  position: relative;
}

.fancybox-inner {
  position: relative;
}

/*overflow: hidden; */
/*-webkit-overflow-scrolling: touch; */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png");
}

#fancybox-loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav.hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
}

/*overflow: visible !important; */
/* Overlay helper */
.fancybox-lock {
  /*overflow: hidden !important; */
  width: auto;
}

/*overflow: hidden !important; */
/*overflow-y: hidden !important; */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  /*overflow: hidden; */
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/*overflow: auto; */
/*overflow-y: scroll; */
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.5);
  /*-webkit-border-radius: 15px; */
  /*-moz-border-radius: 15px; */
  /*border-radius: 15px; */
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 0;
  background: #000;
  background: transparent;
}


html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  background: #d7a98c;
  color: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-family: "Playfair Display", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "Osaka", "Osaka－等幅", "Osaka-Mono", sans-serif;
  -webkit-font-variant-ligatures: none;
     -moz-font-variant-ligatures: none;
          font-variant-ligatures: none;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.safari {
   /*-webkit-font-smoothing: antialiased;*/
  /*-webkit-font-smoothing: initial !important;*/
}

.safari .content__box{
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

/* htmlラッパー -------------------------------------------- */
.htmlContainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bar {
  background: #000;
  position: fixed;
  z-index: 10;
  display: none;
}

.bar__left,
.bar__right {
  width: 40px;
  height: 100%;
}

.bar__top,
.bar__bottom {
  width: 100%;
  height: 40px;
}

.bar__left {
  left: 0;
  bottom: 0;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.bar__right {
  top: 0;
  right: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.bar__top {
  left: 0;
  top: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.bar__bottom {
  right: 0;
  bottom: 0;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.mainlogo {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  white-space: nowrap;
  position: fixed;
  top: 14px;
  left: 0;
  right: 0;
  z-index: 100;
  margin: auto;
}

.mainTitle {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.4em;
  text-align: left;
  white-space: nowrap;
  height: 1em;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 20px;
  z-index: 100;
  margin: auto;
  pointer-events: none;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: rotate(-90deg) translateX(-50%);
          transform: rotate(-90deg) translateX(-50%);
}

.mainTitle__text {
  width: 0;
  overflow: hidden;
  display: block;
}

/* コンテンツ */
.container {
  width: 100%;
  height: 100%;
  z-index: 11;
  position: relative;
  overflow: hidden;
}

/* ==============================================
 * フッター
 *
 * memo:
 *
 * ============================================== */
.footer {
  font-size: 0;
  letter-spacing: 0;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 100;
}

.footer__copyright {
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  /*-moz-osx-font-smoothing: grayscale;*/
  /*-webkit-font-smoothing: antialiased;*/
  line-height: 1;
  letter-spacing: 0.1em;
  position: fixed;
  left: 40px;
  bottom: 10px;
  z-index: 100;
}

.footer__copyright__text {
  width: 0;
  padding-bottom: 5px;
  overflow: hidden;
  display: block;
}

.footer__office {
  color: #fff;
  font-size: 12px;
  /*font-weight: bold;*/
  white-space: nowrap;
  /*-moz-osx-font-smoothing: grayscale;*/
  /*-webkit-font-smoothing: antialiased;*/
  line-height: 1;
  letter-spacing: 0.1em;
  position: fixed;
  right: 40px;
  bottom: 12px;
  z-index: 100;
  opacity: 1 !important;
  filter: alpha(opacity=100);
  transition: opacity 0.3s;
}
.footer__office .hover {
  opacity: 0.7 !important;
  filter: alpha(opacity=70);
  transition: opacity 0.3s;
}
.footer__office a {
  background: url("cmn_ico_tri.png") no-repeat 0 center;
  text-indent: 10px;
  width: 0;
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.3s;
  display: inline-block;
}

.footer__staff {
  color: #fff;
  font-size: 12px;
  /*font-weight: bold;*/
  /*-moz-osx-font-smoothing: grayscale;*/
  /*-webkit-font-smoothing: antialiased;*/
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.1em;
  position: fixed;
  right: 40px;
  top: 15px;
  z-index: 100;
  cursor: pointer;
  opacity: 1 !important;
  filter: alpha(opacity=100);
  transition: opacity 0.3s;
}
.footer__staff.hover {
  opacity: 0.7 !important;
  filter: alpha(opacity=70);
  transition: opacity 0.3s;
}

.footer__staff__text {
  background: url("cmn_ico_tri.png") no-repeat 0 center;
  text-indent: 10px;
  display: block;
  width: 0;
  overflow: hidden;
}

/* ==============================================
 * グローバルメニュー
 *
 * memo:
 *
 * ============================================== */
.globalBtn {
  display: none;
  width: 51px;
  height: 51px;
  overflow: hidden;
  position: fixed;
  top: 25px;
  left: 20px;
  opacity: 0;
  z-index: 280;
  cursor: pointer;
  transition: background-color ease 0.3s, border-color ease 0.3s;
}
.globalBtn.hover {
  transition: background-color ease 0.3s;
}
.globalBtn.hover .globalBtn__line-1 {
  width: 27px;
  transition: ease 0.3s;
}
.globalBtn.hover .globalBtn__line-2 {
  width: 21px;
  transition: ease 0.3s;
}
.globalBtn.hover .globalBtn__line-3 {
  width: 11px;
  transition: ease 0.3s;
}

.globalBtn__inner {
  background: rgba(245,245,245,0.8);
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.globalBtn__line {
  background: #d7a98c;
  width: 27px;
  height: 2px;
  position: absolute;
  left: 12px;
  margin: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: ease 0.3s;
  pointer-events: none;
}

.globalBtn__line-1 {
  top: 21px;
}

.globalBtn__line-3 {
  top: 28px;
}

.globalBtn__line-2 {
  top: 35px;
}

.globalBtn.is-open {
  transition: background-color ease 0.3s, border-color ease 0.3s;
}
.globalBtn.is-open .globalBtn__line {
  top: 24px;
}
.globalBtn.is-open .globalBtn__line-1 {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  transition: ease 0.3s;
}
.globalBtn.is-open .globalBtn__line-2 {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: ease 0.3s;
}
.globalBtn.is-open .globalBtn__line-3 {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  transition: ease 0.3s;
}

.globalBtn.is-open.hover {
  transition: background ease 0.3s;
}

.globalBtn.is-open.hover .globalBtn__line-1,
.globalBtn.is-open.hover .globalBtn__line-3 {
  transition: ease 0.3s;
}

.globalBtn.is-open.hover .globalBtn__line-1 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.globalBtn.is-open.hover .globalBtn__line-3 {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.global {
  font-size: 0;
  display: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 270;
  padding: 0;
  overflow: auto;
}

.global.is-open {
  display: block;
}

.global__inner {
  width: 100%;
  height: 630px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.global__head {
  font-size: 30px;
  line-height: 0;
  letter-spacing: 0.07em;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  position: relative;
  display: table;
  margin: 0 auto 60px;
  padding: 0 0 5px;
}

.ie10 .global__head img,
.ie11 .global__head img{
  width: 342px;
  height: 104px;
}
/*.global__head:after {*/
/*  background: #fff;*/
/*  content: "";*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  margin: auto;*/
/*  width: 100%;*/
/*  height: 1px;*/
/*  pointer-events: none;*/
/*}*/

.global__menu__list a:after {
  content: "";
  height: 2px;
  width: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  will-change: width, left;
  transition: width cubic-bezier(0.59, 0.01, 0.26, 1) 0.3s, left cubic-bezier(0.59, 0.01, 0.26, 1) 0.3s;
}

@media screen and (max-height: 700px) {
  .global__inner {
    top: 30px;
    bottom: auto;
    height: 685px;
  }
}
.global__menu {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.global__menu__list {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.07em;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  width: 100%;
  margin: 0 0 50px;
  position: relative;
  will-change: transform, opacity;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.global__menu__list:last-of-type {
  margin-bottom: 0;
}
.global__menu__list a {
  display: inline-block;
  position: relative;
}
.global__menu__list a.hover:after,
.global__menu__list .hover:after {
  left: 0%;
  width: 100%;
  transition: cubic-bezier(0.59, 0.01, 0.26, 1) 0.3s;
}
.global__menu__list.is-current {
  pointer-events: none;
}

.global__menu__office {
  display: none;
}

.global__copyright-sp {
  display: none;
}

.underBtn {
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 100;
  width: 32px;
  height: 18px;
  margin: auto;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.underBtn svg {
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  transition: -webkit-transform cubic-bezier(0.77, 0.01, 0.7, 1) 0.3s;
  transition: transform cubic-bezier(0.77, 0.01, 0.7, 1) 0.3s;
}
.underBtn.is-last svg {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  transition: -webkit-transform cubic-bezier(0.77, 0.01, 0.7, 1) 0.3s;
  transition: transform cubic-bezier(0.77, 0.01, 0.7, 1) 0.3s;
}
.underBtn polygon {
  fill: #fff;
  will-change: fill;
  transition: fill 0.3s;
}
.underBtn.hover polygon {
  fill: #666;
  transition: fill 0.3s;
}

/* ==============================================
 * インジケーター
 *
 * memo:
 *
 * ============================================== */
.indicator {
  font-size: 0;
  line-height: 0;
  height: 328px;
  position: fixed;
  top: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  right: 27px;
  margin: auto;
  z-index: 100;
}

.indicator__menu__list {
  font-size: 12px;
  line-height: 1;
  /*-moz-osx-font-smoothing: grayscale;*/
  /*-webkit-font-smoothing: antialiased;*/
  letter-spacing: 0.2em;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.indicator__menu__list a {
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.indicator__menu__list a:after {
  content: "";
  height: 2px;
  width: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  will-change: width, left;
  transition: width cubic-bezier(0.59, 0.01, 0.26, 1) 0.3s, left cubic-bezier(0.59, 0.01, 0.26, 1) 0.3s;
}
.indicator__menu__list.is-current {
  pointer-events: none;
}
.indicator__menu__list a.hover:after,
.indicator__menu__list .hover:after {
  left: 0%;
  width: 100%;
  transition: cubic-bezier(0.59, 0.01, 0.26, 1) 0.3s;
}
.indicator__menu__list:last-of-type {
  margin-bottom: 0;
}

.indicator__menu__list-home {
  top: 0;
}

.indicator__menu__list-news {
  top: 62px;
}

.indicator__menu__list-profile {
  top: 122px;
}

.indicator__menu__list-media {
  top: 192px;
}

.indicator__menu__list-film {
  top: 240px;
}

.indicator__menu__list-staff {
  display: none;
}

/* ==============================================
 * スタッフ
 *
 * memo:
 *
 * ============================================== */
.staff {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.staff__inner {
  width: 560px;
  height: 415px;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
}

.staff__title__main {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.07em;
  margin: 0 auto 70px;
  position: relative;
  display: table;
}
.staff__title__main:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -6px;
  left: 0;
}

.staff__row {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.12em;
  /*-moz-osx-font-smoothing: grayscale;*/
  /*-webkit-font-smoothing: antialiased;*/
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 36px;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.3s;
}
.staff__row a {
  display: table;
  margin: 0 auto;
  padding-bottom: 4px;
}
.staff__row a.hover .staff__row__right {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: opacity 0.3s;
}

.staff__row__left,
.staff__row__right {
  display: table-cell;
}

.staff__row__left {
  width: 280px;
  text-align: right;
  padding-bottom: 2px;
}

.staff__row__right {
  /*font-weight: bold;*/
  width: 280px;
  text-align: left;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.3s;
}

.staff__row__left:after {
  content: ":";
  margin: 0 15px;
}

.staff__close {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 240;
  cursor: pointer;
  transition: background-color ease 0.3s, border-color ease 0.3s;
}

.staff__close__line {
  background: #fff;
  position: absolute;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: ease 0.3s;
  pointer-events: none;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  width: 44px;
  top: 19px;
  height: 2px;
}

.staff__close__line-1 {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  transition: ease 0.3s;
}

.staff__close__line-2 {
  top: 19px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: ease 0.3s;
}

.staff__close__line-3 {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  transition: ease 0.3s;
}

.staff__close.hover {
  transition: background-color ease 0.3s;
}

.staff__close.hover {
  transition: background ease 0.3s;
}

.staff__close.hover .staff__close__line-1,
.staff__close.hover .staff__close__line-3 {
  transition: ease 0.3s;
}

.staff__close.hover .staff__close__line-1 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.staff__close.hover .staff__close__line-3 {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* ==============================================
 * コンテンツ共通パーツ
 *
 * memo:
 *
 * ============================================== */
.background {
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  z-index: 3;
}

.page {
  display: none;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}

.page.is-current {
  display: block;
  pointer-events: auto;
  z-index: 2;
}

.page.is-prev {
  display: block;
  z-index: 1;
}

.page.is-active {
  z-index: 2;
}

.content__box__wrap {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 1;
}

.content__box {
  color: #333;
  position: relative;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  will-change: transform, width;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 140px 0;
}

.content__box__closeBtn {
  display: none;
}

.content__box__mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

.content__box__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.content__box__inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 0 38px 200px;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}

.windows .content__box__inner {
  transition: none;
}

.content__box__title {
  display: none;
}

.content__scrollIcon {
  font-weight: bold;
  width: 1px;
  height: 160px;
  position: absolute;
  right: 20px;
  bottom: 30px;
  z-index: 100;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.3s;
}
.content__scrollIcon:before {
  color: #fff;
  content: "SCROLL";
  position: absolute;
  top: -5px;
  font-size: 11px;
  letter-spacing: 0.2em;
  line-height: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.content__scrollIcon:after {
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100px;
  pointer-events: none;
  -webkit-animation: loop 3s ease-in-out infinite;
          animation: loop 3s ease-in-out infinite;
}

.content__scrollIcon.is-active {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.3s;
}
.content__scrollIcon.is-active:after {
  pointer-events: auto;
  -webkit-animation: loop 3s infinite;
          animation: loop 3s infinite;
}

@-webkit-keyframes loop {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    height: 100px;
    bottom: 0;
    transition-timing-function: cubic-bezier(0.77, 0.01, 0.7, 1);
  }
  25% {
    height: 0;
    bottom: 0;
    transition-timing-function: cubic-bezier(0.77, 0.01, 0.7, 1);
  }
  26% {
    opacity: 1;
    filter: alpha(opacity=100);
    height: 0;
    bottom: 100px;
    transition-timing-function: cubic-bezier(0.77, 0.01, 0.7, 1);
  }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    height: 100px;
    bottom: 0px;
    transition-timing-function: cubic-bezier(0.77, 0.01, 0.7, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    height: 100px;
    bottom: 0px;
    transition-timing-function: cubic-bezier(0.77, 0.01, 0.7, 1);
  }
}
.splash__moreBtn {
  display: none;
}

.splash {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform, width, height;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 3;
}

.splash__bg {
  background: #d2a283;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  display: none;
  overflow: hidden;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.splash__bg__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.splash__bg.is-current,
.splash__bg.is-prev {
  display: block;
}

.splash__title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  text-align: center;
  font-size: 74px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: auto;
  will-change: transform, opacity;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  pointer-events: none;
}

/* ==============================================
 * INTRODUCTION
 *
 * memo:
 *
 * ============================================== */
.loading {
  display: none;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: auto;
  will-change: opacity;
}

.loading.is-current {
  display: block;
  pointer-events: auto;
}

.loading__bg {
  background: #d2a283;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.loading__box,
.loading__box__title,
.loading__box__progress {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  will-change: opacity;
}

.loading__box {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 256px;
  /*bottom: 44.27%;*/
  bottom: 11%;
}
.loading__box.is-loop {
  -webkit-animation: loading-loop 1.4s none infinite;
          animation: loading-loop 1.4s none infinite;
}

.loading__box__title {
  line-height: 0;
  text-align: center;
  /*width: 100%;*/
  width: 780px;
  height: 256px;
  top: 0;
  z-index: 10;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.loading__box__progress {
  line-height: 0;
  text-align: center;
  width: 100%;
  top: 108px;
  z-index: 10;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}


#loadingLogo .st0{
  fill:none;
  stroke:#FFFFFF;
  stroke-width: 13;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-miterlimit:10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
#loadingLogo{
  max-width: 100%;
  height: auto;
}

@-webkit-keyframes loading-loop {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    transition-timing-function: ease-in;
  }
  50% {
    opacity: 0.5;
    filter: alpha(opacity=50);
    transition-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    transition-timing-function: ease-in;
  }
}
/* ==============================================
 * HOME
 *
 * memo:
 *
 * ============================================== */
.home__title {
  text-align: center;
  pointer-events: none;
  position: absolute;
  bottom: 11%;
  left: 0;
  right: 0;
  width: 100%;
}

.home__title__site {
  color: #fff;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.07em;
  position: absolute;
  bottom: 75px;
  left: 90px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  will-change: transform, opacity;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.home__title__name {
  color: #fff;
  font-size: 85px;
  line-height: 1;
  letter-spacing: 0.07em;
  position: absolute;
  bottom: 130px;
  left: 90px;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  will-change: transform, opacity;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.home__banner {
  position: absolute;
  top: 14px;
  right: 14px;
}

.home__banner span,
.home__banner a {
  display: block;
  width: 100%;
  height: 100%;
}

.home__banner a img {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.home__banner a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

.home__menu {
  display: none;
}

.home__footer {
  background: rgba(182, 182, 182, 0.6);
  width: 100%;
  height: 45px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.home__credit {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 1;
}

/* スプラッシュ */
.home__splash__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

.home__splash__item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  will-change: transform, opacity;
}

.home__splash__item__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home__splash__item-1 {
  background: url("home_visual01.jpg") repeat center;
  background-size: cover;
}

.home__splash__item-2 {
  background: url("home_visual02.jpg") repeat center;
  background-size: cover;
}

.home__splash__item-3 {
  background: url("home_visual03.jpg") repeat center;
  background-size: cover;
}

.home__splash__item-4 {
  background: url("home_visual04.jpg") repeat center;
  background-size: cover;
}

.home__splash__item-5 {
  background: url("home_visual05.jpg") repeat center;
  background-size: cover;
}

.home__splash__item-6 {
  background: url("home_visual06.jpg") repeat center;
  background-size: cover;
}

.home__splash__item-7 {
  background: url("home_visual07.jpg") repeat center;
  background-size: cover;
}

.home__splash__item-8 {
  background: url("home_visual08.jpg") repeat center;
  background-size: cover;
}



/* ==============================================
 * NEWS
 *
 * memo:
 *
 * ============================================== */
.news__splash__bg {
  left: 0;
}

.news__splash__bg .splash__bg__inner {
  background: url("news_visual_main.jpg") no-repeat center top;
  background-size: cover;
}

/* ==============================================
 * NEWS一覧
 *
 * memo:
 *
 * ============================================== */
.news__box__wrap {
  right: 0;
}

.news__box__bg {
  background: url("news_bg_main.jpg") no-repeat 0 0;
  background-size: cover;
}

.news__box__mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.news__box__entries {
  margin: 0 auto;
  padding: 0;
}

.news__box__entry {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "Osaka", "Osaka－等幅", "Osaka-Mono", sans-serif;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 26px 0;
  border-top: 1px solid #4e3e35;
}
.news__box__entry:last-of-type {
  padding-bottom: 0;
}
.news__box__entry a {
  color: #d2eff9;
  display: inline-block;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.3s;
}
.news__box__entry .hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: opacity 0.3s;
}

.news__box__entry__head {
  color: #4e3e35;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 32px;
}

.news__box__entry__text {
  color: #4e3e35;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 22px;
}

/* ==============================================
 * PROFILE
 *
 * memo:
 *
 * ============================================== */
.profile__splash__bg {
  right: 0;
}

.profile__splash__bg .splash__bg__inner {
  background: url("profile_visual_main.jpg") no-repeat center top;
  background-size: cover;
}

/* ==============================================
 * PROFILE詳細
 *
 * memo:
 *
 * ============================================== */
.profile__box__wrap {
  left: 0;
}

.profile__box__bg {
  background: url("profile_bg_main.jpg") no-repeat 0 0;
  background-size: cover;
}

.profile__main {
  color: #4e3e35;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "Osaka", "Osaka－等幅", "Osaka-Mono", sans-serif;
  max-width: 520px;
  margin: 0 auto;
  padding: 30px 0 0;
  border-top: 1px solid #4e3e35;
  border-bottom: 1px solid #4e3e35;
}

.profile__main__name {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 26px;
}

.profile__main__first {
  display: table;
  width: 100%;
  padding-bottom: 30px;
}

.profile__main__first__img {
  line-height: 0;
  display: table-cell;
  vertical-align: top;
  padding: 0 36px 0 0;
}

.profile__main__first__desc {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  width: 100%;
  display: table-cell;
  vertical-align: top;
  text-align: left;
}

.profile__main__first__desc__head {
  font-size: 18px;
  line-height: 1;
  padding-top: 4px;
}

.profile__main__first__desc__head-1,
.profile__main__first__desc__head-2 {
  display: block;
}

.profile__main__first__desc__head-1 {
  margin: 0 0 16px;
}

.profile__main__first__desc__head-2 {
  margin: 0 0 30px;
}

.profile__main__first__desc__text {
  font-size: 14px;
  line-height: 26px;
}

.profile__main__detail {
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
  max-width: 520px;
  margin: 0 auto;
}

.profile__main__detail__head {
  color: #4e3e35;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
  padding-top: 30px;
  border-top: 1px solid #4e3e35;
}

.profile__main__detail__list {
  padding-bottom: 6px;
}

.profile__main__detail__list__item {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
}
.profile__main__detail__list__item a {
  color: #4e3e35;
  display: inline-block;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.3s;
}
.profile__main__detail__list__item .hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: opacity 0.3s;
}

.profile__main__detail__dt {
  display: table-cell;
  vertical-align: top;
  width: 70px;
  position: relative;
}
.profile__main__detail__dt:after {
  content: "";
  background: #333;
  width: 1px;
  height: 1em;
  position: absolute;
  top: 5px;
  right: 0;
}

.profile__main__detail__dd {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 12px;
}

/* ==============================================
 * BIOGRAPHY
 *
 * memo:
 *
 * ============================================== */
.media__splash__bg {
  left: 0;
}

.media__splash__bg .splash__bg__inner {
  background: url("media_visual_main.jpg") no-repeat center top;
  background-size: cover;
}

/* ==============================================
 * WORKS詳細
 *
 * memo:
 *
 * ============================================== */
.media__box__wrap {
  right: 0;
}

.media__box__bg {
  background: url("media_bg_main.jpg") no-repeat 0 0;
  background-size: cover;
}

.media__box__inner {
  padding: 0 60px 140px;
}

.media__category__note {
  color: #4e3e35;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  display: block;
}

.media__category {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "Osaka", "Osaka－等幅", "Osaka-Mono", sans-serif;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 30px 0;
  border-top: 1px solid #fff;
}
.media__category:first-of-type {
  border-top: 1px solid #fff;
}

.media__category__head {
  color: #4e3e35;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}

.media__category__entry {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "Osaka", "Osaka－等幅", "Osaka-Mono", sans-serif;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 30px 0;
  border-top: 1px dashed #4e3e35;
}
.media__category__entry:first-of-type {
  border-top: 1px solid #4e3e35;
}
.media__category__entry:last-of-type {
  border-bottom: 0px none;
}
.media__category__entry a {
  color: #e7dec3;
  display: inline-block;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.3s;
}
.media__category__entry .hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: opacity 0.3s;
}

.media__category__text {
  color: #4e3e35;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.05em;
}

.media__category__text p + p {
  margin-top: 1.5em;
}

/* ==============================================
 * NEWS
 *
 * memo:
 *
 * ============================================== */
.film__splash__bg {
  right: 0;
}

.film__splash__bg .splash__bg__inner {
  background: url("film_visual_main.jpg") no-repeat center top;
  background-size: cover;
}

/* ==============================================
 * NEWS一覧
 *
 * memo:
 *
 * ============================================== */
.film__box__wrap {
  left: 0;
}

.film__box__entry__head-sp {
  display: none;
}

.film__box__bg {
  background: url("film_bg_main.jpg") no-repeat 0 0;
  background-size: cover;
}

.film__box__entries {
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
}

.film__box__entry {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "Osaka", "Osaka－等幅", "Osaka-Mono", sans-serif;
  color: #4e3e35;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-bottom: 30px;
  margin-bottom: 30px;
  /*border-bottom: 1px solid #fff;*/
}
.film__box__entry.hover .film__box__entry__thumb img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.film__box__entry.hover .film__box__entry__right {
  opacity: 0.4;
  filter: alpha(opacity=40);
  transition: opacity 0.3s;
}

.film__box__entry__thumb {
  display: table-cell;
  vertical-align: top;
  line-height: 0;
  margin: 0 0 10px;
  overflow: hidden;
}
.film__box__entry__thumb img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}

.film__box__entry__right {
  display: table-cell;
  vertical-align: top;
  padding: 0px 0 0 20px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: opacity 0.3s;
}

.film__box__entry__head {
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 24px;
}

.film__box__entry__text {
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.05em;
}

.film__box__entry__text h4{
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

.film__box__entry__group:last-of-type {
  display: block;
}
.film__box__entry__group:last-of-type .film__box__entry {
  border-bottom: 0px none;
}

.film__entry__anc {
  display: table;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.3s;
}

/* ==============================================
 * FILM Modal
 *
 * memo:
 *
 * ============================================== */
.film__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.film__modal__bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.film__modal__btn-left,
.film__modal__btn-right {
  background: url("cmn_arrow_left.png") no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 116px;
  height: 50%;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.2s;
}
.film__modal__btn-left.hover,
.film__modal__btn-right.hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: opacity 0.2s;
}

.film__modal__btn-left {
  left: -190px;
}

.film__modal__btn-right {
  right: -190px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.film__modal__inner {
  width: 760px;
  height: 428px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.film__modal__title__wrap {
  width: 760px;
  height: 428px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.film__modal__title,
.fancybox-title {
  background: transparent;
  color: #fff;
  font-size: 15px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  width: 100%;
}
.film__modal__title .child,
.fancybox-title .child {
  padding: 0;
  text-shadow: none;
  background: transparent;
  margin: 0;
}

.fancybox-title {
  height: 0;
  overflow: hidden;
}

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

.fancybox-outer,
.fancybox-inner {
  width: 100%;
  height: 100%;
}
.fancybox-outer iframe,
.fancybox-inner iframe {
  width: 100%;
  height: 100%;
}

#fancybox-loading {
  display: none !important;
}

.film__modal__close {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 240;
  cursor: pointer;
  transition: background-color ease 0.3s, border-color ease 0.3s;
}

.film__modal__close__line {
  background: #fff;
  position: absolute;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: ease 0.3s;
  pointer-events: none;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  width: 44px;
  top: 19px;
  height: 2px;
}

.film__modal__close__line-1 {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  transition: ease 0.3s;
}

.film__modal__close__line-2 {
  top: 19px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: ease 0.3s;
}

.film__modal__close__line-3 {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  transition: ease 0.3s;
}

.film__modal__close.hover {
  transition: background-color ease 0.3s;
}

.film__modal__close.hover {
  transition: background ease 0.3s;
}

.film__modal__close.hover .film__modal__close__line-1,
.film__modal__close.hover .film__modal__close__line-3 {
  transition: ease 0.3s;
}

.film__modal__close.hover .film__modal__close__line-1 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.film__modal__close.hover .film__modal__close__line-3 {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media screen and (max-width: 768px) {
  /* ==============================================
   * COMMON SETTINGS
   *
   * memo:
   *
   * ============================================== */
  .bar {
    z-index: 20;
  }

  .bar__left,
  .bar__right {
    width: 25px;
    width: 6.66667vw;
  }

  .bar__top,
  .bar__bottom {
    height: 25px;
    height: 6.66667vw;
  }

  .bar_left {
    left: 0;
    bottom: 0;
  }

  .bar__right {
    top: 0;
    right: 0;
  }

  .bar__top {
    left: 0;
    top: 0;
  }

  .bar__bottom {
    right: 0;
    bottom: 0;
  }

  /* コンテンツ */
  .mainlogo {
    font-size: 12px;
    font-size: 3.2vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: fixed;
    top: 8px;
    top: 2.13333vw;
    display: table;
    margin: auto;
  }

  .mainTitle {
    font-size: 10px;
    letter-spacing: 0.4em;
    left: 12px;
    left: 3.2vw;
  }

  /* ==============================================
   * フッター
   *
   * memo:
   *
   * ============================================== */
  .footer {
    bottom: 15px;
    bottom: 4vw;
    left: 10px;
    left: 2.66667vw;
  }

  .footer__copyright {
    display: none;
  }

  .footer__office {
    width: 148px;
    width: 39.46667vw;
    height: 10px;
    height: 2.66667vw;
    display: block;
    margin-right: 0;
    display: none;
  }
  .footer__office a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .footer__office img {
    display: none;
  }

  .footer__staff {
    width: 104px;
    width: 27.73333vw;
    height: 10px;
    height: 2.66667vw;
    display: block;
    margin: 20px 0 0;
    margin: 5.33333vw 0 0;
    display: none;
  }
  .footer__staff img {
    display: none;
  }

  .global__menu__office {
    color: #fff;
    font-size: 14px;
    font-size: 3.73333vw;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 auto 25px;
    margin: 0 auto 6.66667vw;
    display: block;
  }
  .global__menu__office a {
    background: url("cmn_ico_tri.png") no-repeat 0 center;
    text-indent: 10px;
    display: inline-block;
  }

  .footer__copyright-sp {
    font-weight: bold;
    width: 141px;
    width: 37.6vw;
    height: 22px;
    height: 5.86667vw;
    margin: 30px 0 0;
    margin: 8vw 0 0;
    pointer-events: none;
  }

  /* ==============================================
   * グローバルメニュー
   *
   * memo:
   *
   * ============================================== */
  .globalBtn,
  .globalBtn:hover,
  .globalBtn.hover {
    width: 40.5px;
    width: 10.8vw;
    height: 40.5px;
    height: 10.8vw;
    top: 10px;
    top: 2.66667vw;
    left: 10px;
    left: 2.66667vw;
  }
  .globalBtn.hover,
  .globalBtn:hover.hover,
  .globalBtn.hover.hover {
    transition: background-color ease 0.3s;
  }
  .globalBtn.hover .globalBtn__line-1,
  .globalBtn:hover.hover .globalBtn__line-1,
  .globalBtn.hover.hover .globalBtn__line-1 {
    width: 21px;
    width: 5.6vw;
    transition: ease 0.3s;
  }
  .globalBtn.hover .globalBtn__line-2,
  .globalBtn:hover.hover .globalBtn__line-2,
  .globalBtn.hover.hover .globalBtn__line-2 {
    width: 21px;
    width: 5.6vw;
    transition: ease 0.3s;
  }
  .globalBtn.hover .globalBtn__line-3,
  .globalBtn:hover.hover .globalBtn__line-3,
  .globalBtn.hover.hover .globalBtn__line-3 {
    width: 21px;
    width: 5.6vw;
    transition: ease 0.3s;
  }

  .globalBtn__line {
    width: 21px;
    width: 5.6vw;
    height: 1.5px;
    height: 0.4vw;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    transition: ease 0.3s;
    pointer-events: none;
  }

  .globalBtn__line-1 {
    top: 10px;
    top: 4.6vw;
  }

  .globalBtn__line-3 {
    top: 19px;
    top: 5.8vw;
  }

  .globalBtn__line-2 {
    top: 28px;
    top: 7.46667vw;
  }

  .globalBtn.is-open {
    transition: none;
  }
  .globalBtn.is-open .globalBtn__line {
    width: 28px;
    width: 7.46667vw;
    top: 19px;
    top: 5.06667vw;
  }
  .globalBtn.is-open .globalBtn__line-1 {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    transition: ease 0.3s;
  }
  .globalBtn.is-open .globalBtn__line-2 {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: ease 0.3s;
  }
  .globalBtn.is-open .globalBtn__line-3 {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    transition: ease 0.3s;
  }

  .globalBtn.is-open.hover {
    transition: background ease 0.3s;
  }

  .globalBtn.is-open.hover .globalBtn__line-1,
  .globalBtn.is-open.hover .globalBtn__line-3 {
    transition: ease 0.3s;
  }

  .globalBtn.is-open.hover .globalBtn__line-1 {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }

  .globalBtn.is-open.hover .globalBtn__line-3 {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }

  .global {
    padding-top: 60px;
    padding-top: 16vw;
  }

  .global__inner {
    width: 100%;
    height: 435px;
    height: 120vw;
    position: relative;
  }

  .global__head {
    font-size: 22px;
    font-size: 5.86667vw;
    width: 227px;
    width: 60.53vw;
    height: 71px;
    height: 18.93vw;
    margin: 0 auto 10px;
    margin: 0 auto 2.5vw;
    padding: 0;
  }
  .global__head img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }

  .global__menu__list a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .global__menu__list a:after {
    content: "";
    height: 2px;
    width: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    will-change: width, left;
    transition: width cubic-bezier(0.59, 0.01, 0.26, 1) 0.3s, left cubic-bezier(0.59, 0.01, 0.26, 1) 0.3s;
  }

  .global__menu {
    text-align: center;
    left: 0;
    margin: 0;
    position: relative;
  }

  .global__menu__list {
    font-size: 30px;
    margin: 0 0 40px;
    margin: 0 0 8vw;
    height: auto;
  }
  
  .global__menu__list a {
    display: inline-block;
    width: initial;
    height: auto;
  }
  
  .global__menu__list a.hover:after,
  .global__menu__list .hover:after {
    left: 0%;
    width: 100%;
    transition: cubic-bezier(0.59, 0.01, 0.26, 1) 0.3s;
  }
  .global__menu__list.is-current {
    pointer-events: none;
  }

  .global__menu__list:last-of-type {
    margin: 0 0 40px;
    margin: 0 0 10.66667vw;
  }
  .global__menu__list.is-current {
    pointer-events: none;
  }
  .global__menu__list.is-current .global__menu__list__thumb img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    transition: opacity 0.3s;
  }
  .global__menu__list.is-current .global__menu__list__text:after {
    left: -5px;
    width: calc(100% + 10px);
    transition: ease 0.3s;
  }

  .global__menu__list img{
    display: none;
  }
  .global__menu__list-home{
    /*background: url("/img/common/sp_menu_home.png") no-repeat 0 0;*/
    /*width: 94px;*/
    /*width: 25.06vw;*/
  }
  .global__menu__list-news{
    /*background: url("/img/common/sp_menu_news.png") no-repeat 0 0;*/
    /*width: 94px;*/
    /*width: 25.06vw;*/
  }
  .global__menu__list-profile{
    /*background: url("/img/common/sp_menu_profile.png") no-repeat 0 0;*/
    /*width: 288px;*/
    /*width: 38.4vw;*/
  }
  .global__menu__list-media{
    /*background: url("/img/common/sp_menu_media.png") no-repeat 0 0;*/
    /*width: 218px;*/
    /*width: 29.06vw;*/
  }
  .global__menu__list-film{
    /*background: url("/img/common/sp_menu_film.png") no-repeat 0 0;*/
    /*width: 47px;*/
    /*width: 21.6vw;*/
  }
  .global__menu__list{
    background-size: contain;
    height: 23px;
    height: 6.1vw;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .global__copyright-sp {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 5.33333vw;
    letter-spacing: 0.1em;
    margin: 0 0 13.33333vw;
  }

  .underBtn {
    bottom: 6px;
    bottom: 1.6vw;
    width: 21px;
    width: 5.6vw;
    height: 12px;
    height: 3.2vw;
  }
  .underBtn polygon {
    fill: #fff;
    will-change: fill;
    transition: none;
  }
  .underBtn.hover polygon {
    fill: #fff;
    transition: none;
  }

  /* ==============================================
   * インジケーター
   *
   * memo:
   *
   * ============================================== */
  .indicator {
    height: 100%;
    right: 18px;
    right: 4.8vw;
    margin: auto;
    z-index: 100;
  }

  .indicator__menu__list {
    font-size: 12px;
    font-size: 3.2vw;
    top: calc(50% - 3em);
    left: 0;
  }
  .indicator__menu__list a {
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .indicator__menu__list a:after {
    height: 1px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    bottom: 0;
    margin: auto;
    pointer-events: none;
    will-change: width, left;
    transition: width cubic-bezier(0.59, 0.01, 0.26, 1) 0.3s, left cubic-bezier(0.59, 0.01, 0.26, 1) 0.3s;
  }
  .indicator__menu__list.is-current {
    pointer-events: none;
  }
  .indicator__menu__list a.hover:after,
  .indicator__menu__list .hover:after {
    left: 0%;
    width: 100%;
    transition: cubic-bezier(0.59, 0.01, 0.26, 1) 0.3s;
  }
  .indicator__menu__list:last-of-type {
    margin-bottom: 0;
  }

  .indicator__menu__list-staff {
    display: inline-block;
  }
  .indicator__menu__list-staff a {
    background: url("sp_cmn_ico_tri.png") no-repeat 0 center;
    background-size: 4px 6px;
    text-indent: 10px;
    overflow: hidden;
  }

  /* ==============================================
   * スタッフ
   *
   * memo:
   *
   * ============================================== */
  .staff__inner {
    width: auto;
    height: auto;
    top: 93px;
    top: 24.8vw;
    bottom: auto;
  }

  .staff__title__main {
    font-size: 22px;
    font-size: 5.86667vw;
    margin: 0 auto 50px;
    margin: 0 auto 13.33333vw;
  }
  .staff__title__main:after {
    bottom: -8px;
    bottom: -2.13333vw;
  }

  .staff__row {
    font-size: 13px;
    font-size: 3.46667vw;
    width: 290px;
    width: 77.33333vw;
    margin: 0 auto 25px;
    margin: 0 auto 6.66667vw;
  }
  .staff__row a {
    width: 100%;
    padding-bottom: 2px;
    padding-bottom: 0.53333vw;
  }

  .staff__row__left {
    width: 140px;
    width: 40vw;
  }

  .staff__row__right {
    width: auto;
  }

  .staff__row__left:after {
    margin: 0 7.5px;
    margin: 0 2vw;
  }

  .staff__close {
    width: 32px;
    height: 32px;
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 240;
    cursor: pointer;
    transition: background-color ease 0.3s, border-color ease 0.3s;
  }

  .staff__close__line {
    background: #fff;
    position: absolute;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    transition: ease 0.3s;
    pointer-events: none;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    width: 44px;
    top: 19px;
    height: 2px;
  }

  .staff__close__line-1 {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    transition: ease 0.3s;
  }

  .staff__close__line-2 {
    top: 19px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: ease 0.3s;
  }

  .staff__close__line-3 {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    transition: ease 0.3s;
  }

  .staff__close.hover {
    transition: background-color ease 0.3s;
  }

  .staff__close.hover {
    transition: background ease 0.3s;
  }

  .staff__close.hover .staff__close__line-1,
  .staff__close.hover .staff__close__line-3 {
    transition: ease 0.3s;
  }

  .staff__close.hover .staff__close__line-1 {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .staff__close.hover .staff__close__line-3 {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }

  /* ==============================================
   * コンテンツ共通パーツ
   *
   * memo:
   *
   * ============================================== */
  .page {
    width: calc(100% - 50px);
    width: calc(100% - 13.33333vw);
    height: calc(100% - 50px);
    height: calc(100% - 13.33333vw);
  }

  .page.is-active {
    z-index: 19;
  }

  .splash {
    top: auto;
    bottom: 0;
  }

  .splash__bg {
    width: 100%;
  }

  .splash__bg.is-current,
  .splash__bg.is-prev {
    display: block;
  }

  .splash__title {
    font-size: 55px;
    font-size: 14.66667vw;
    top: auto;
    bottom: 155px;
    bottom: 41.33333vw;
    right: 0;
    left: 0;
    height: auto;
    margin: auto;
    will-change: transform, opacity;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    pointer-events: none;
  }

  .splash__moreBtn {
    font-size: 17px;
    font-size: 4.53333vw;
    line-height: 0;
    letter-spacing: 0.07em;
    -webkit-font-smoothing: antialiased;
    display: block;
    border: 1px solid #fff;
    border: 0.26667vw solid #fff;
    text-align: center;
    width: 162px;
    width: 43.2vw;
    height: 41px;
    height: 10.93333vw;
    margin: 0 auto;
    position: absolute;
    bottom: 82px;
    bottom: 21.86667vw;
    left: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .splash__moreBtn .splash__moreBtn__inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  .content__box__wrap {
    width: 285px;
    width: 76vw;
    height: 100%;
    top: 0;
    left: 0;
    right: auto;
    display: none;
  }

  .content__box {
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 10;
    top: 0;
    overflow-y: scroll;
    will-change: height, display, transform;
  }

  .content__box__bg {
    position: fixed;
  }

  .content__box__inner {
    padding: 25px 18px;
    padding: 6.66667vw 4.8vw;
    transition: none;
  }

  .content__box__title {
    display: block;
    color: #fff;
    font-size: 35px;
    font-size: 9.33333vw;
    line-height: 1;
    letter-spacing: 0.07em;
    text-align: left;
    width: 100%;
    margin: 0 auto 21px;
    margin: 0 auto 5.6vw;
  }
  .content__box__title img {
    width: 100%;
    height: auto;
  }

  /* 展開コンテンツ右上のクローズボタン */
  .content__box__closeBtn {
    display: block;
    position: fixed;
    z-index: 260;
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
    transition: opacity 0.3s;
    will-change: opacity;
    width: 40px;
    width: 10.66667vw;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 25px;
    left: 6.66667vw;
    margin: auto;
  }
  .content__box__closeBtn svg {
    width: 21px;
    width: 5.6vw;
    height: 12px;
    height: 3.2vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
  }
  .content__box__closeBtn.is-reverse {
    left: auto;
    right: 25px;
    right: 6.66667vw;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .content__box__closeBtn.is-active {
    opacity: 1;
    filter: alpha(opacity=100);
    pointer-events: auto;
    transition: opacity 0.3s;
  }

  .content__scrollIcon {
    display: none;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  html, body {
    overflow: hidden;
    pointer-events: none;
  }

  .spAlert {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  .spAlert:after {
    content: "";
    background: #d6d6d6 url("cmn_sp_wide.png") no-repeat center;
    background-size: auto 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* ==============================================
   * INTRODUCTION
   *
   * memo:
   *
   * ============================================== */
  .loading{
    width: calc(100% - 50px);
    width: calc(100% - 13.33333vw);
    height: calc(100% - 50px);
    height: calc(100% - 13.33333vw);
  }
  .loading__box {
    width: 308px;
    width: 82.13333vw;
    height: 29px;
    height: 7.73333vw;
    bottom: 165px;
    bottom: 44vw;
  }

  .loading__box__title {
    /*background: url("/img/loading/sp_loading_logo.png") no-repeat 0 0;*/
    /*background-size: cover;*/
    width: 308px;
    width: 82.13333vw;
    height: 29px;
    height: 7.73333vw;
  }
  .loading__box__title img {
    display: none;
  }

  .loading__box__progress {
    background: url("sp_loading_text.png") no-repeat 0 0;
    background-size: cover;
    width: 218px;
    width: 58.13333vw;
    height: 15px;
    height: 4vw;
    top: 48px;
    top: 12.8vw;
  }
  .loading__box__progress img {
    display: none;
  }

  /* ==============================================
   * HOME
   *
   * memo:
   *
   * ============================================== */
  .home__box {
    bottom: 48px;
    bottom: 12.8vw;
  }

  .home__title {
    /*background: url("sp_home_logo.png") no-repeat 0 0;*/
    /*background-size: cover;*/
    width: 308px;
    width: 82.13333vw;
    height: 29px;
    height: 7.73333vw;
    /* バナー設置用 */
    bottom: 165px;
    bottom: 44vw;
    /* 通常 */
    /*bottom: 108px;*/
    /*bottom: 28.8vw;*/
    left: 0;
    right: 0;
    margin: auto;
  }
  .home__title img {
    /*display: none;*/
    width: 100%;
    height: auto;
  }

  .home__banner {
    background: url("sp_home_banner.png") no-repeat 0 0;
    background-size: cover;
    width: 310px;
    width: 82.6vw;
    height: 90px;
    height: 24vw;
    bottom: 31px;
    bottom: 8.26vw;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
  }

  .home__banner img {
    display: none;
  }

  .home__menu {
    font-size: 0;
    white-space: nowrap;
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    /* バナー設置用 */
    bottom: 50px;
    /*bottom: 18.6vw;*/
    /* 通常 */
    /*bottom: 50px;*/
    /*bottom: 13.33333vw;*/
    margin: 0 auto;
    padding: 0;
  }

  .home__menu__list {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    padding: 0 7px;
    padding: 0 1.86667vw;
    margin: 0;
  }
  .home__menu__list a {
    color: inherit;
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .home__footer {
    height: 35px;
    height: 9.33333vw;
  }

  .home__credit {
    font-size: 10px;
    font-size: 3.2vw;
    right: 0;
    bottom: 5px;
    bottom: 1.33333vw;
    width: 100%;
    text-align: center;
    white-space: normal;
    line-height: 1.2;
  }

  /* スプラッシュ */
  .home__splash__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
  }
  .home__splash__bg video {
    display: none !important;
  }

  .home__splash__item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  .home__splash__item__inner {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .home__splash__item-1 {
    background: url("sp_home_visual01.jpg") repeat center;
    background-size: cover;
  }

  .home__splash__item-2 {
    background: url("sp_home_visual02.jpg") repeat center;
    background-size: cover;
  }

  .home__splash__item-3 {
    background: url("sp_home_visual03.jpg") repeat center;
    background-size: cover;
  }

  .home__splash__item-4 {
    background: url("sp_home_visual04.jpg") repeat center;
    background-size: cover;
  }

  .home__splash__item-5 {
    background: url("sp_home_visual05.jpg") repeat center;
    background-size: cover;
  }

  .home__splash__item-6 {
    background: url("sp_home_visual06.jpg") repeat center;
    background-size: cover;
  }

  .home__splash__item-7 {
    background: url("sp_home_visual07.jpg") repeat center;
    background-size: cover;
  }

  .home__splash__item-8 {
    background: url("sp_home_visual08.jpg") repeat center;
    background-size: cover;
  }
  
  /* ==============================================
   * NEWS
   *
   * memo:
   *
   * ============================================== */
  .news__splash__bg .splash__bg__inner {
    background: url("sp_news_visual_main.jpg") no-repeat center top;
    background-size: cover;
  }

  .news.is-active .news__splash {
    width: 100%;
    left: 0;
  }

  .news__splash__title {
    /*background: url("/img/news/sp_news_title_main.png") no-repeat 0 0;*/
    /*background-size: cover;*/
    /*width: 165px;*/
    /*width: 44vw;*/
    width: auto;
    height: auto;
    /*height: 38px;*/
    /*height: 10.13333vw;*/
  }
  .news__splash__title img {
    display: none;
  }

  .news__box__title {
    /*background: url("/img/news/sp_news_title_sub.png") no-repeat 0 0;*/
    /*background-size: cover;*/
    font-size: 35px;
    font-size: 9.3vw;
    font-weight: bold;
    width: 100%;
    height: auto;
  }

  /* ==============================================
   * NEWS一覧
   *
   * memo:
   *
   * ============================================== */
  .news__box__entries {
    max-width: 100%;
    margin: 0 auto;
  }

  .news__box__entry {
    padding: 16px 0 32px;
    padding: 4.26667vw 0 8.53333vw;
  }
  .news__box__entry a {
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 0.3s;
  }
  .news__box__entry .hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    transition: opacity 0.3s;
  }

  .news__box__entry__head {
    color: #4e3e35;
    font-size: 13px;
    font-size: 3.46667vw;
    font-weight: bold;
    line-height: 25px;
    line-height: 6.66667vw;
  }

  .news__box__entry__text {
    color: #4e3e35;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 19px;
    line-height: 5.06667vw;
  }

  /* ==============================================
   * PROFILE
   *
   * memo:
   *
   * ============================================== */
  .profile__splash__bg .splash__bg__inner {
    background: url("sp_profile_visual_main.jpg") no-repeat center top;
    background-size: cover;
  }

  .profile.is-active .profile__splash {
    width: 100%;
    left: 0;
  }

  .profile__splash__title {
    /*background: url("/img/profile/sp_profile_title_main.png") no-repeat 0 0;*/
    /*background-size: cover;*/
    /*width: 252px;*/
    /*width: 67.2vw;*/
    /*height: 38px;*/
    /*height: 10.13333vw;*/
    width: 100%;
    height: auto;
  }
  .profile__splash__title img {
    display: none;
  }

  .profile__box__title {
    /*background: url("/img/profile/sp_profile_title_sub.png") no-repeat 0 0;*/
    /*background-size: cover;*/
    /*width: 176px;*/
    /*width: 46.93333vw;*/
    /*height: 27px;*/
    /*height: 7.2vw;*/
    width: 100%;
    height: auto;
    font-size: 35px;
    font-size: 9.3vw;
    font-weight: bold;
  }

  /* ==============================================
   * PROFILE詳細
   *
   * memo:
   *
   * ============================================== */
  .profile__main {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "Osaka", "Osaka－等幅", "Osaka-Mono", sans-serif;
    color: #4e3e35;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0 0;
    padding: 5.33333vw 0 0;
    border-top: 1px solid #4e3e35;
    border-bottom: 0px none;
  }

  .profile__main__name {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 0 26px;
  }

  .profile__main__first {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    padding-bottom: 4vw;
    margin-bottom: 0;
    border-bottom: 0;
  }

  .profile__main__first__img {
    background: url("sp_profile_photo.jpg") no-repeat center top;
    background-size: 100% auto;
    /*width: 180px;*/
    /*width: 48vw;*/
    height: 180px;
    /*height: 57.33333vw;*/
    margin: 0 auto;
    display: block;
    padding: 0;
    margin: 0 0 10px;
    margin: 0 0 2.66667vw;
  }
  .profile__main__first__img img {
    display: none;
  }

  .profile__main__first__desc {
    letter-spacing: 0.05em;
    display: block;
    vertical-align: top;
    text-align: justify;
    padding-left: 0;
  }

  .profile__main__first__desc__head {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 25px;
    line-height: 6.66667vw;
    margin-bottom: 5px;
    margin-bottom: 1.33333vw;
  }

  .profile__main__first__desc__head-1,
  .profile__main__first__desc__head-2 {
    display: inline;
  }

  .profile__main__first__desc__head-1 {
    margin-right: 12px;
  }

  .profile__main__first__desc__text {
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 22px;
    line-height: 5.86667vw;
  }

  .profile__main__detail {
    -webkit-font-feature-settings: "palt";
       -moz-font-feature-settings: "palt";
            font-feature-settings: "palt";
    max-width: 100%;
    margin: 0 auto;
  }

  .profile__main__detail__head {
    color: #4e3e35;
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 25px;
    line-height: 6.66667vw;
    padding-top: 11px;
    padding-top: 2.93333vw;
  }

  .profile__main__detail__list__item {
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 19px;
    line-height: 5.06667vw;
    margin: 0 0 9px;
    margin: 0 0 2.4vw;
  }

  .profile__main__detail__dt {
    display: table-cell;
    vertical-align: top;
    width: 70px;
    position: relative;
  }
  .profile__main__detail__dt:after {
    content: "";
    background: #333;
    width: 1px;
    height: 1em;
    position: absolute;
    top: 5px;
    right: 0;
  }

  .profile__main__detail__dd {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 12px;
  }

  /* ==============================================
   * WORKS
   *
   * memo:
   *
   * ============================================== */
  .media__splash__bg .splash__bg__inner {
    background: url("sp_media_visual_main.jpg") no-repeat center top;
    background-size: cover;
  }

  .media.is-active .biograph__splash {
    width: 100%;
    left: 0;
  }

  .media__splash__title {
    /*background: url("/img/media/sp_media_title_main.png") no-repeat 0 0;*/
    /*background-size: cover;*/
    /*width: 191px;*/
    /*width: 50.93333vw;*/
    /*height: 37px;*/
    /*height: 9.86667vw;*/
    width: 100%;
    height: auto;
  }
  .media__splash__title img {
    display: none;
  }

  .media__box__title {
    /*background: url("/img/media/sp_media_title_sub.png") no-repeat 0 0;*/
    /*background-size: cover;*/
    /*width: 134px;*/
    /*width: 35.73333vw;*/
    /*height: 26px;*/
    /*height: 6.93333vw;*/
    width: 100%;
    height: auto;
    font-size: 35px;
    font-size: 9.3vw;
    font-weight: bold;
  }

  /* ==============================================
   * WORKS詳細
   *
   * memo:
   *
   * ============================================== */
  .media__category {
    max-width: 100%;
    margin: 0 auto 20px;
    padding: 16px 0;
    padding: 4.26667vw 0;
  }
  .media__category:last-of-type {
    margin-bottom: 0;
  }

  .media__category__head {
    font-size: 12px;
    font-size: 3.2vw;
    margin-bottom: 6px;
    margin-bottom: 1.6vw;
  }

  .media__category__entry {
    padding: 15px 0;
    padding: 4vw 0;
  }

  .media__category__note {
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 16px;
    line-height: 4.26667vw;
    margin-bottom: 12px;
    margin-bottom: 3.2vw;
  }

  .media__category__text {
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 19px;
    line-height: 5.06667vw;
  }

  /* ==============================================
   * SP FILM
   *
   * memo:
   *
   * ============================================== */
  .film__splash__bg .splash__bg__inner {
    background: url("sp_film_visual_main.jpg") no-repeat center top;
    background-size: cover;
  }

  .film.is-active .film__splash {
    width: 100%;
    left: 0;
    transition: cubic-bezier(1, 0.5, 0.5, 1) 0.6s;
  }

  .film__splash__title {
    /*background: url("/img/film/sp_film_title_main.png") no-repeat 0 0;*/
    /*background-size: cover;*/
    /*width: 142px;*/
    /*width: 37.86667vw;*/
    /*height: 37px;*/
    /*height: 9.86667vw;*/
    width: 100%;
    height: auto;
  }
  .film__splash__title img {
    display: none;
  }

  .film__box__title {
    /*background: url("/img/film/sp_film_title_sub.png") no-repeat 0 0;*/
    /*background-size: cover;*/
    /*width: 100px;*/
    /*width: 26.66667vw;*/
    /*height: 26px;*/
    /*height: 6.93333vw;*/
    width: 100%;
    height: auto;
    font-size: 35px;
    font-size: 9.3vw;
    font-weight: bold;
  }

  /* ==============================================
   * CONTACT詳細
   *
   * memo:
   *
   * ============================================== */
  .film__box__entries {
    margin: 0 auto;
    padding: 0;
  }

  .film__box__entry__head-sp {
    display: block;
  }

  .film__box__entry {
    padding-bottom: 15px;
    padding-bottom: 4vw;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .film__box__entry:nth-of-type(odd) {
    margin-right: 0;
  }
  .film__box__entry.hover .film__box__entry__thumb img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
  }

  .film__box__entry__thumb {
    display: block;
    /*float: left;
    margin: 0 15px 10px 0;
    margin: 0 4vw 2.66667vw 0;
    width: 118px;
    width: 31.46667vw;
    height: 75px;
    height: 20vw;*/
  }
  .film__box__entry__thumb img {
    width: 100%;
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
  }

  .film__box__entry__right {
    display: block;
    padding: 0;
  }

  .film__box__entry__head {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 20px;
    line-height: 5.33333vw;
    margin: 0;
  }

  .film__box__entry__text {
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 18px;
    line-height: 4.8vw;
    margin-bottom: 0;
    clear: both;
  }
  
   .film__box__entry__text h4{
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 20px;
    line-height: 5.33333vw;
    margin-bottom: 5px;
  }

  .film__box__entry__group:last-of-type {
    display: block;
  }
  .film__box__entry__group:last-of-type .film__box__entry:nth-last-of-type(0), .film__box__entry__group:last-of-type .film__box__entry:nth-last-of-type(1) {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .film__entry__anc {
    display: block;
    overflow: hidden;
  }

  /* ==============================================
   * FILM Modal
   *
   * memo:
   *
   * ============================================== */
  .film__modal:after {
    content: "";
    background: url("sp_film_title_main.png") no-repeat center;
    background-size: 100% auto;
    position: absolute;
    top: 20px;
    top: 5.33333vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 122px;
    width: 32.53333vw;
    height: 27px;
    height: 7.2vw;
  }

  .film__modal__bg {
    background: rgba(141, 141, 141, 0.95);
  }

  .film__modal__btn-left,
  .film__modal__btn-right {
    background: url("sp_cmn_arrow_left.png") no-repeat center;
    background-size: 100% auto;
    position: absolute;
    top: auto;
    bottom: -52px;
    bottom: -13.86667vw;
    margin: auto;
    width: 17.5px;
    width: 4.66667vw;
    height: 32px;
    height: 8.53333vw;
    transition: none;
  }
  .film__modal__btn-left.hover,
  .film__modal__btn-right.hover {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: none;
  }

  .film__modal__btn-left {
    left: 0;
  }

  .film__modal__btn-right {
    right: 0;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }

  .film__modal__inner {
    width: 355px;
    width: 94.66667vw;
    height: 200px;
    height: 53.33333vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .film__modal__title__wrap {
    width: 355px;
    width: 94.66667vw;
    height: 200px;
    height: 53.33333vw;
  }

  .film__modal__title {
    color: #fff;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 17px;
    line-height: 4.53333vw;
    bottom: -40px;
    bottom: -10.66667vw;
    width: 100%;
  }

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

  .film__modal__close {
    width: 28.5px;
    width: 7.6vw;
    height: 23px;
    height: 6.13333vw;
    top: 20px;
    top: 5.33333vw;
    right: 15px;
    right: 4vw;
    z-index: 240;
    cursor: pointer;
    transition: none;
  }

  .film__modal__close__line {
    width: 28.5px;
    width: 7.6vw;
    top: 10.5px;
    top: 2.8vw;
  }

  .film__modal__close.hover {
    transition: none;
  }

  .film__modal__close.hover {
    transition: none;
  }

  .film__modal__close.hover .film__modal__close__line-1,
  .film__modal__close.hover .film__modal__close__line-3 {
    transition: none;
  }
}

