@charset "UTF-8";

/* ================================================================ *
* MIXIN
* ================================================================ */

@font-face {
  font-family: 'arfont';
  src: url("arfont.woff") format("woff");
}

@-webkit-keyframes scroll {
  0% {
    top: 0;
  }

  100% {
    top: 10px;
  }
}

@keyframes scroll {
  0% {
    top: 0;
  }

  100% {
    top: 10px;
  }
}

/* ================================================================ *
* BODY
* ================================================================ */

html,
body {
  color: #fff;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.9;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic","ヒラギノ角ゴ","メイリオ","Meiryo","Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
  font-weight: 500;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

a:link,
a:visited {
  color: #57b1af;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:active,
a:hover {
  color: #ec9800;
  text-decoration: none;
}

a:focus,
*:focus {
  outline: none;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

.sp {
  display: none;
}

/* ================================================================ *
 *container 
 * ================================================================ */

#bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/bg.jpg);
  background-size: cover;
  background-position: 20% 50%;
}

#container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  overflow-y: scroll;
  overflow-x: hidden;
}

#wrapper {
  position: relative;
  padding: 90px 30px 0 280px;
}

h1#pttl {
  text-align: center;
  margin-bottom: 60px;
}

h1#pttl img {
  height: 148px;
}

#pagenav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scaleX(0.85);
  transform: scaleX(0.85);
  font-size: 90%;
  line-height: 1;
}

#pagenav ul li {
  position: relative;
  padding: 0 25px;
}

#pagenav ul a,
#pagenav ul span {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 0 3px;
  overflow: hidden;
}

#pagenav ul a:after,
#pagenav ul span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFFF0B;
  z-index: -1;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transform: scaleY(0) skewX(180deg);
  transform: scaleY(0) skewX(180deg);
}

#pagenav ul span.soon {
  opacity: 0.4;
}

section.pg {
  padding: 100px 30px;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

section.pg h1.h1 {
  color: #FFFF0B;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  margin-bottom: 40px;
}

section.pg h1.h1 span {
  display: inline-block;
  -webkit-transform: scaleX(0.85);
  transform: scaleX(0.85);
  position: relative;
}

section.pg h1.h1 span:before,
section.pg h1.h1 span:after {
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 4px;
  top: calc(50% - 6px);
  border-top: 3px solid #FFFF0B;
  border-bottom: 3px solid #FFFF0B;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

section.pg h1.h1 span:before {
  left: -30px;
}

section.pg h1.h1 span:after {
  right: -30px;
}

#fr {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}

#fr.index:after {
  border-color: #7D006F;
}

#fade {
  position: fixed;
  width: 150%;
  height: 100%;
  top: 0;
  left: -25%;
  z-index: 1100;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#fade .bar {
  position: absolute;
  width: 240px;
  height: 1px;
  top: 50%;
  left: calc(50% - 120px);
  background: #666;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0.3s;
  transition: all 0.3s ease-out 0.3s;
}

#fade .bar span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background: #FFFF0B;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#fade > span {
  display: block;
  background: #000;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: scaleX(1.1) skewX(-15deg);
  transform: scaleX(1.1) skewX(-15deg);
  -webkit-transition: all 0.4s ease-out 0.3s;
  transition: all 0.4s ease-out 0.3s;
}

#fade.on {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

#fade.on > span {
  -webkit-transform: scaleX(0) skewX(0);
  transform: scaleX(0) skewX(0);
}

#fade.on .bar {
  opacity: 0;
}

#fade.on .bar span {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* ================================================================ *
 *menu
 * ================================================================ */

#gheader {
  position: fixed;
  width: 280px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 70px 0px 30px 30px;
}

#gheader h1 {
  position: relative;
  width: 157px;
  margin: 0 auto;
}

#gheader h1 a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#gheader h1 a:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/logo_b.png);
  background-size: contain;
  opacity: 0;
}

#gheader nav ul {
  list-style: none;
  padding: 25px 0 0 50px;
  font-family: "arfont";
  font-size: 14.5px;
  letter-spacing: 1px;
  line-height: 1;
  -webkit-text-stroke-width: .4px !important;
}

#gheader nav ul li {
  margin: 30px 0;
  -webkit-transform: scaleX(0.9);
  transform: scaleX(0.9);
}

#gheader nav ul li a {
  color: #FFFF0B;
  display: inline-block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 0 1px;
}

#gheader nav ul li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFFF0B;
  left: -100%;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

#gheader nav ul li a.on,
#gheader nav ul li a:hover {
  color: #7D006F;
}

#gheader nav ul li a.on:after,
#gheader nav ul li a:hover:after {
  left: 0;
}

#gheader nav ul li .soon {
  color: #FFFF0B;
  opacity: 0.3;
}

#gheader.on {
  top: 0;
}

#menu_icon {
  display: none;
}

/* ================================================================ *
 *footer
 * ================================================================ */

#gfooter {
  text-align: center;
  padding: 0 0 120px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

#gfooter .logo img {
  width: 170px;
  margin: 30px 0 20px;
}

#gfooter .copy {
  font-size: 12px;
  -webkit-transform: scaleX(0.9);
  transform: scaleX(0.9);
}

#gfooter .snsbox {
  position: relative;
  bottom: 0;
  right: 0;
  margin-bottom: 30px;
}

#gfooter .btn {
  font-family: "arfont";
  font-weight: normal;
  max-width: 230px;
}

#gfooter nav {
  display: none;
}

.snsbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.snsbox > div {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/snsbtn.png) 0 0 no-repeat;
  background-clip: content-box;
  background-size: auto 100%;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 3px;
}

.snsbox > div:hover {
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
}

.snsbox a {
  display: block;
  width: 100%;
  height: 100%;
}

.snsbox .fb {
  background-position: -30px 0;
}

.snsbox .line {
  background-position: 100% 0;
}

#totop {
  position: fixed;
  bottom: -100px;
  right: 60px;
  width: 55px;
  z-index: 90;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#totop img {
  position: relative;
  top: 0;
  -webkit-animation: scroll 1.0s ease-out infinite alternate;
  animation: scroll 1.0s ease-out infinite alternate;
}

#totop.on {
  bottom: 50px;
}

/* ================================================================ *
 * common
 * ================================================================ */

.btn {
  position: relative;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  text-align: center;
}

.btn:before,
.btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #FFFF0B;
  -webkit-transform: skew(-40deg);
  transform: skew(-40deg);
}

.btn:before {
  background: #7D006F;
  z-index: -1;
}

.btn:after {
  background: #FFFF0B;
  width: 0;
  -webkit-transition: width 0.2s ease-out,left 0.2s ease-out;
  transition: width 0.2s ease-out,left 0.2s ease-out;
  left: 50%;
  opacity: 0;
}

.btn a,
.btn span {
  position: relative;
  z-index: 2;
  font-weight: bold;
  padding: 2px;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #FFFF0B;
  -webkit-transform: scaleX(0.9);
  transform: scaleX(0.9);
  letter-spacing: 1px;
}

.btn a:before,
.btn a:after,
.btn span:before,
.btn span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}

.btn a:before,
.btn span:before {
  width: calc(100% - 32px);
  height: 1px;
  top: 50%;
  left: -2px;
  border-right: 20px solid #FFFF0B;
  border-left: 20px solid #FFFF0B;
}

.btn a:after,
.btn span:after {
  width: calc(100% - 20px);
  height: 100%;
  top: 0;
  left: 7px;
  border: 1px solid #FFFF0B;
  border-right: 4px solid #FFFF0B;
  border-left: 4px solid #FFFF0B;
  -webkit-transform: skew(-43.5deg) scaleX(1.1);
  transform: skew(-43.5deg) scaleX(1.1);
}

.btn:not(.soon) {
  cursor: pointer;
}

.btn:not(.soon):hover:before {
  border-color: #7D006F;
}

.btn:not(.soon):hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
}

.btn:not(.soon):hover a,
.btn:not(.soon):hover span {
  color: #7D006F;
}

.btn:not(.soon):hover a:before,
.btn:not(.soon):hover a:after,
.btn:not(.soon):hover span:before,
.btn:not(.soon):hover span:after {
  border-color: #7D006F;
}

.btn.soon {
  opacity: 0.5;
}

.btn.soon:before {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}

.btn.soon a,
.btn.soon span {
  color: #fff;
}

.btn.soon a:before,
.btn.soon a:after,
.btn.soon span:before,
.btn.soon span:after {
  border-color: #fff;
}

table.spec {
  width: 100%;
  border-top: 1px solid #FFFF0B;
  border-bottom: 1px solid #FFFF0B;
  margin: 20px 0;
  text-align: left;
}

table.spec tr {
  border-bottom: 1px dotted #fff;
}

table.spec tr:nth-last-of-type(1) {
  border: none;
}

table.spec th {
  white-space: nowrap;
  color: #FFFF0B;
  font-weight: bold;
  padding: 15px 10px 15px 30px;
  text-align: right;
}

table.spec td {
  padding: 15px;
  -moz-text-align-last: left;
  text-align-last: left;
  line-height: 1.5;
  width: 90%;
}

table.spec p.bold {
  color: #FFFF0B;
}

ul.attention {
  font-size: 80%;
  line-height: 1.4;
  list-style: none;
}

ul.attention li {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

ul.attention li:nth-last-of-type(1) {
  margin-bottom: 0;
}

ul.attention.border {
  border: 1px dotted rgba(255, 255, 255, 0.5);
  padding: 10px;
}

/* ================================================================ *
 * index
 * ================================================================ */

#index #wrapper {
  padding-top: 100vh;
}

#index #top {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fcde00;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#index #top .top_img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
  min-height: 650px;
  max-height: 1000px;
}

#index #top .top_img img {
  max-height: 100%;
  max-width: none;
}

#index #top .top_img:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 40px);
  top: -10px;
  left: 0;
  z-index: 1;
  background: url(../img/index_img.jpg?1) 50% 50% no-repeat;
  background-size: auto 100%;
  opacity: 0;
  -webkit-transition: all 0.1s ease-out 0.2s;
  transition: all 0.1s ease-out 0.2s;
}

#index #top .top_img.on:after {
  opacity: 1;
}

#index #top .top_img .logo {
  position: absolute;
  width: 100%;
  height: calc(100% + 40px);
  top: -10px;
  left: 0;
  z-index: 4;
}

#index #top .top_img .logo h1 {
  position: relative;
  margin: 0 auto;
  opacity: 0;
}

#index #top .top_img .logo h1 img {
  max-width: none;
  max-height: 100%;
}

#index #top .top_img .logo h1.on {
  opacity: 1;
}

#index #top .top_img .logo h1.on img {
  -webkit-animation: logo_anm2 3.5s cubic-bezier(0, 0.78, 0.44, 1.01) forwards;
  animation: logo_anm2 3.5s cubic-bezier(0, 0.78, 0.44, 1.01) forwards;
}

@-webkit-keyframes logo_anm {
  0% {
    -webkit-transform: rotateX(1600deg);
    transform: rotateX(1600deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes logo_anm {
  0% {
    -webkit-transform: rotateX(1600deg);
    transform: rotateX(1600deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes logo_anm2 {
  0% {
    -webkit-transform: scale(15);
    transform: scale(15);
    opacity: 0;
  }

  2% {
    -webkit-transform: scale(14);
    transform: scale(14);
    opacity: 0.5;
  }

  6% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes logo_anm2 {
  0% {
    -webkit-transform: scale(15);
    transform: scale(15);
    opacity: 0;
  }

  2% {
    -webkit-transform: scale(14);
    transform: scale(14);
    opacity: 0.5;
  }

  6% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

#index #top .top_img .slice {
  position: absolute;
  width: 100%;
  height: calc(100% + 40px);
  top: -10px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
}

#index #top .top_img .slice span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  overflow: hidden;
  position: relative;
}

#index #top .top_img .slice span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/index_img.jpg?1);
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: inherit;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 0.99, 0.4, 1.05);
  transition: all 0.5s cubic-bezier(0, 0.99, 0.4, 1.05);
}

#index #top .top_img .slice span:nth-of-type(1) {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
}

#index #top .top_img .slice span:nth-of-type(2) {
  -webkit-box-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
}

#index #top .top_img .slice span:nth-of-type(3) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#index #top .top_img .slice span:nth-of-type(4) {
  -webkit-box-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
}

#index #top .top_img .slice span:nth-of-type(5) {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
}

#index #top .top_img .slice span:nth-of-type(6) {
  -webkit-box-flex: 0.8;
  -ms-flex: 0.8;
  flex: 0.8;
}

#index #top .top_img .slice span:nth-of-type(7) {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
}

#index #top .top_img .slice span:nth-of-type(odd):after {
  -webkit-transform: translateX(-900px);
  transform: translateX(-900px);
}

#index #top .top_img .slice span:nth-of-type(even):after {
  -webkit-transform: translateX(900px);
  transform: translateX(900px);
}

#index #top .top_img .slice span.on:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-animation: patipati 0.3s linear forwards;
  animation: patipati 0.3s linear forwards;
}

@-webkit-keyframes patipati {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  20% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  70% {
    opacity: 0.5;
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes patipati {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  20% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  70% {
    opacity: 0.5;
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

#index #top .deco {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 59px;
}

#index #top .tama1 {
  position: absolute;
  z-index: 5;
  top: -30px;
  left: 50px;
  opacity: 0;
}

#index #top .tama2 {
  position: absolute;
  z-index: 5;
  bottom: -100px;
  right: -100px;
  opacity: 0;
}

#index #top .tama2 img {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

#index #top .tama.on {
  opacity: 1;
}

#index #top .tama.fade {
  -webkit-animation: tama_anm 1.0s linear forwards;
  animation: tama_anm 1.0s linear forwards;
}

@-webkit-keyframes tama_anm {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes tama_anm {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#index #top #scroll {
  position: absolute;
  bottom: 50px;
  right: 45px;
  width: 24px;
  z-index: 100;
}

#index #top #scroll img {
  position: relative;
  top: 0;
  -webkit-animation: scroll 1.0s ease-out infinite alternate;
  animation: scroll 1.0s ease-out infinite alternate;
}

#index #top #scroll.off {
  opacity: 0;
  pointer-events: none;
}

#index #content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 100px auto 0;
  max-width: 1050px;
}

#index #content section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 40px 30px;
  text-align: left;
}

#index #content section h2 {
  text-align: center;
  margin-bottom: 40px;
}

#index #content section h2 img {
  width: 210px;
}

#index #content .timeline {
  position: relative;
  border-top: 1px solid #FFFF0B;
  border-bottom: 1px solid #FFFF0B;
}

#index #content .timeline iframe {
  min-height: 100px !important;
  height: 250px !important;
  overflow: hidden;
  vertical-align: top;
}

#index #content .whatsnew .box {
  position: relative;
  border-top: 1px solid #FFFF0B;
  border-bottom: 1px solid #FFFF0B;
}

#index #content .whatsnew .js-scroll {
  height: 250px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  padding-right: 5px;
  list-style: none;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

#index #content .whatsnew .js-scroll li {
  border-bottom: 1px dotted rgba(255, 255, 11, 0.4);
  padding: 5px 0;
  font-size: 95%;
  line-height: 1.5;
}

#index #content .whatsnew .js-scroll li:nth-of-type(1) {
  margin-top: 0;
}

#index #content .whatsnew .js-scroll li .day {
  font-size: 80%;
  font-weight: bold;
  display: block;
  color: #FFFF0B;
}

#index #content .whatsnew .js-scroll a,
#index #content .whatsnew .js-scroll p {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2px 20px 2px 5px;
  color: #fff;
  position: relative;
  line-height: 130%;
}

#index #content .whatsnew .js-scroll a:after {
  content: ">";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 13px;
  line-height: 1;
  color: #ffff0b;
  -webkit-transform: translateY(-50%) scaleX(0.5);
  transform: translateY(-50%) scaleX(0.5);
}

#index #content .whatsnew .js-scroll a:hover {
  background: rgba(255, 255, 11, 0.3);
}

#index #content .sc_bar {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 4px 0;
  display: none;
  height: 40px;
  background: transparent;
  z-index: 1000;
}

#index #content .sc_bar:after {
  content: "";
  display: block;
  position: relative;
  width: 2px;
  height: 100%;
  background: #FFFF0B;
  border-radius: 5px;
  margin: 0;
  right: 2px;
}

/* ================================================================ *
 *about
 * ================================================================ */

#about section.pg {
  text-align: center;
  line-height: 2.2;
}

#about section.pg p {
  margin-bottom: 30px;
}

#about section.pg .box span {
  display: inline-block;
}

#about #gekidan .utapri {
  max-width: 600px;
  margin: 80px auto 0;
  padding: 30px;
  border: 1px solid #FFFF0B;
}

/* ================================================================ *
 *cast
 * ================================================================ */

#cast #pg_cast {
  max-width: 840px;
}

#cast #pg_cast .main {
  max-width: 540px;
  list-style: none;
  width: 100%;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

#cast #pg_cast .main li {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-align: center;
  cursor: pointer;
}

#cast #pg_cast .main li:hover {
  -webkit-filter: brightness(110%) saturate(110%) drop-shadow(0 0 10px #FFFF0B);
  filter: brightness(110%) saturate(110%) drop-shadow(0 0 10px #FFFF0B);
}

#cast #pg_cast .main li .name {
  width: 111px;
  margin-top: 15px;
}

#cast #pg_cast .ori {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  font-size: 140%;
  line-height: 1.5;
  font-weight: bold;
}

#cast #pg_cast .ori li {
  margin: 10px 20px;
  -webkit-transform: scaleX(0.85);
  transform: scaleX(0.85);
  letter-spacing: 3px;
  text-indent: 3px;
}

#cast #pg_cast .ori_re {
  list-style: none;
  width: 100%;
  margin: 0 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#cast #pg_cast .ori_re li {
  margin: 0 10px 30px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-align: center;
}

#cast #pg_cast .ori_re li .name {
  width: 111px;
  margin-top: 15px;
}

#cast #pg_cast .ori_re li:nth-of-type(5) .name {
  width: 130px;
}

#cast #pg_cast .ensemble {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
  font-size: 110%;
  line-height: 1.5;
}

#cast #pg_cast .ensemble dt {
  width: 100%;
  letter-spacing: 1px;
  text-indent: 1px;
  font-weight: bold;
  margin-bottom: 10px;
}

#cast #pg_cast .ensemble dt span {
  display: inline-block;
  -webkit-transform: scaleX(0.85);
  transform: scaleX(0.85);
  position: relative;
}

#cast #pg_cast .ensemble dt span:before,
#cast #pg_cast .ensemble dt span:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 3px;
  top: calc(50% - 4px);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

#cast #pg_cast .ensemble dt span:before {
  left: -25px;
}

#cast #pg_cast .ensemble dt span:after {
  right: -25px;
}

#cast #pg_cast .ensemble dd {
  -webkit-transform: scaleX(0.85);
  transform: scaleX(0.85);
  letter-spacing: 3px;
  text-indent: 3px;
  margin: 5px;
}

#cast #pg_cast .ensemble dd:last-child {
  width: 100%;
  font-size: 80%;
  line-height: 1.5;
}

#cast #soukanzu .soukanzu {
  position: relative;
  margin: 0 auto;
  width: 767px;
  height: 609px;
  background: url(/cast/img/soukanzu/map.png) center/100% no-repeat;
}

#cast #soukanzu .soukanzu ul {
  position: relative;
  width: 100%;
  height: 100%;
}

#cast #soukanzu .soukanzu ul li {
  list-style: none;
  position: absolute;
  background: #000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#cast #soukanzu .soukanzu ul li:hover {
  background: #910782;
}

#cast #soukanzu .soukanzu ul li.reiji {
  left: 239px;
  top: 181px;
  width: 160px;
  height: 90px;
}

#cast #soukanzu .soukanzu ul li.syo {
  left: 393px;
  top: 299px;
  width: 160px;
  height: 90px;
}

#cast #soukanzu .soukanzu ul li.kazuki {
  left: 79px;
  top: 307px;
  width: 139px;
  height: 74px;
}

#cast #soukanzu .soukanzu ul li.nakatsugawa {
  left: 404px;
  top: 80px;
  width: 138px;
  height: 74px;
}

#cast #soukanzu .soukanzu ul li.saionji {
  left: 316px;
  top: 495px;
  width: 138px;
  height: 74px;
}

#cast #soukanzu .soukanzu ul li.naomichi {
  left: 548px;
  top: 189px;
  width: 138px;
  height: 74px;
}

#cast #soukanzu .soukanzu ul li.kugayama {
  left: 529px;
  top: 495px;
  width: 140px;
  height: 76px;
}

#cast #soukanzu .soukanzu ul li.peace {
  left: 89px;
  top: 465px;
  width: 119px;
  height: 64px;
}

#cast #staff {
  text-align: center;
}

#cast #staff ul {
  margin-bottom: 30px;
  list-style: none;
  font-size: 90%;
  line-height: 1.4;
}

#cast #staff ul span {
  display: inline-block;
  color: #FFFF0B;
  line-height: 1;
  margin-right: 0.5em;
  position: relative;
}

#cast #staff ul span:before {
  content: "| ";
}

#cast #staff ul span:after {
  content: " |";
}

#cast #staff ul li {
  margin-bottom: 8px;
}

#popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  background: black;
  z-index: 1002;
  overflow: hidden;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#popup:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 0;
  left: 0;
  border: 10px solid #000;
  pointer-events: none;
  z-index: 100;
}

#popup .content {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0.5s;
  transition: all 0.3s ease-out 0.5s;
}

#popup .content .wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}

#popup .content .wrapper.on {
  opacity: 1;
}

#popup .content.on {
  height: auto;
  overflow: auto;
  opacity: 1;
  pointer-events: auto;
}

#popup .content .loading {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0.5s;
  transition: all 0.3s ease-out 0.5s;
  opacity: 1;
  color: #FFFF0B;
  font-family: "arfont";
}

#popup .content .loading span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  background: url(../img/icon.png) 50% 50% no-repeat;
  -webkit-animation: popup_loading 2.0s ease-in-out infinite;
  animation: popup_loading 2.0s ease-in-out infinite;
}

@-webkit-keyframes popup_loading {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes popup_loading {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

#popup .content .loading.on {
  opacity: 0;
  pointer-events: none;
}

#popup.on {
  right: 0;
  opacity: 1;
  pointer-events: auto;
  overflow: auto;
}

#popup .profwrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#popup .profwrapper .decotxt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55px;
  flex: 0 0 55px;
  background: url(../../cast/img/popup_decotxt.png) 50% 50% no-repeat;
  background-size: 28px auto;
}

#popup .profwrapper .img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-size: cover;
  background-position: 50% 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#popup .profwrapper .txtwrap {
  width: 490px;
  position: relative;
  padding: 50px;
  min-height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

#popup .profwrapper .txtwrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  background-size: cover;
  background-position: 50% 50%;
}

#popup .profwrapper .txtwrap:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  top: 25px;
  left: 25px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  z-index: 99;
  pointer-events: none;
}

#popup .profwrapper .txtwrap .name {
  position: relative;
  max-height: 327px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 50%;
  text-align: center;
}

#popup .profwrapper .txtwrap .name img {
  max-height: 100%;
}

#popup .profwrapper .txtwrap .txt {
  width: 370px;
  color: #000;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  padding-top: 30px;
  margin-top: 30px;
  position: relative;
  -webkit-transform: scaleX(0.85);
  transform: scaleX(0.85);
  letter-spacing: 1px;
}

#popup .profwrapper .txtwrap .txt:after {
  content: "";
  display: block;
  position: absolute;
  width: 300px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 1px solid #000;
}

#popup .profwrapper .txtwrap .txt h1.ph1 {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  font-family: "arfont";
  padding: 0 10px;
  margin-bottom: 15px;
  position: relative;
  background: #000;
}

#popup .profwrapper .txtwrap .txt h1.ph1:before,
#popup .profwrapper .txtwrap .txt h1.ph1:after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 2px;
  top: calc(50% - 4px);
  border-top: 2px solid #FFFF0B;
  border-bottom: 2px solid #FFFF0B;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

#popup .profwrapper .txtwrap .txt h1.ph1:before {
  left: -1px;
}

#popup .profwrapper .txtwrap .txt h1.ph1:after {
  right: -1px;
}

#popup .profwrapper .txtwrap .txt dl {
  margin-top: 20px;
}

#popup .profwrapper .txtwrap .txt dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}

#popup .profwrapper .txtwrap .txt dl dd {
  line-height: 1.3;
  margin-bottom: 3px;
}

#popup .profwrapper .txtwrap .txt dl dd:nth-of-type(1) {
  margin-bottom: 10px;
}

#popup .profwrapper#reiji .decotxt {
  background-color: #128934;
}

#popup .profwrapper#reiji .img {
  background-image: url(../../cast/img/popup_img_reiji.jpg?0);
}

#popup .profwrapper#reiji .txtwrap {
  background-color: #128934;
}

#popup .profwrapper#reiji .txtwrap:before {
  background-image: url(../../cast/img/popup_obi_reiji.png);
}

#popup .profwrapper#reiji .txtwrap .txt h1.ph1 {
  color: #128934;
}

#popup .profwrapper#reiji .txtwrap .txt h1.ph1:before,
#popup .profwrapper#reiji .txtwrap .txt h1.ph1:after {
  border-color: #128934;
}

#popup .profwrapper#syo {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#popup .profwrapper#syo .decotxt {
  background-color: #D9006C;
}

#popup .profwrapper#syo .img {
  background-image: url(../../cast/img/popup_img_syo.jpg?0);
}

#popup .profwrapper#syo .txtwrap {
  background-color: #D9006C;
}

#popup .profwrapper#syo .txtwrap:before {
  background-image: url(../../cast/img/popup_obi_syo.png);
}

#popup .profwrapper#syo .txtwrap .txt h1.ph1 {
  color: #D9006C;
}

#popup .profwrapper#syo .txtwrap .txt h1.ph1:before,
#popup .profwrapper#syo .txtwrap .txt h1.ph1:after {
  border-color: #D9006C;
}

#pp_close {
  position: fixed;
  width: 60px;
  height: 60px;
  top: -60px;
  right: 18px;
  z-index: 1003;
  opacity: 0;
  background: #000;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#pp_close span {
  display: block;
  position: absolute;
  width: 80%;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#pp_close span:before,
#pp_close span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#pp_close span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#pp_close span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#pp_close.reiji:hover span:after,
#pp_close.reiji:hover span:before {
  background: #128934 !important;
}

#pp_close.syo:hover span:after,
#pp_close.syo:hover span:before {
  background: #D9006C !important;
}

#pp_close.on {
  opacity: 1;
  pointer-events: auto;
  top: 5px;
}

/* ================================================================ *
 * ticket
 * ================================================================ */

#ticket #tokyo,
#ticket #osaka {
  text-align: center;
}

#ticket #tokyo h1.h1,
#ticket #osaka h1.h1 {
  font-family: "arfont";
  font-size: 30px;
  letter-spacing: 1px;
  position: relative;
  margin: 20px;
}

#ticket #tokyo h1.h1 span,
#ticket #osaka h1.h1 span {
  font-weight: normal;
}

#ticket #tokyo h1.h1:after,
#ticket #osaka h1.h1:after {
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0.85);
  transform: translateX(-50%) scaleX(0.85);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2px;
}

#ticket #tokyo .place,
#ticket #osaka .place {
  font-size: 160%;
  -webkit-transform: scaleX(0.85);
  transform: scaleX(0.85);
  line-height: 1.3;
  letter-spacing: 2px;
  font-weight: bold;
}

#ticket #tokyo .period,
#ticket #osaka .period {
  font-size: 110%;
  -webkit-transform: scaleX(0.85);
  transform: scaleX(0.85);
  letter-spacing: 1px;
  color: #FFFF0B;
  margin-bottom: 30px;
  font-weight: bold;
}

#ticket #tokyo img.hoshi,
#ticket #osaka img.hoshi {
  width: 352px;
  margin-bottom: 10px;
}

#ticket #tokyo iframe,
#ticket #osaka iframe {
  width: 100%;
  height: 230px;
}

#ticket #tokyo table.spec,
#ticket #osaka table.spec {
  font-size: 90%;
}

#ticket #osaka h1.h1 span:first-letter {
  letter-spacing: 3px;
}

#ticket #osaka h1.h1:after {
  content: "大阪公演";
}

#ticket #tokyo h1.h1:after {
  content: "東京公演";
}

#ticket #pg_ticket {
  text-align: left;
}

#ticket #pg_ticket .box.table {
  margin-bottom: 120px;
}

#ticket #pg_ticket .box.table .btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

#ticket #pg_ticket .box.table .btnwrap .btn {
  margin: 0 20px;
  max-width: 210px;
}

#ticket #pg_ticket table.spec {
  margin-bottom: 30px;
}

#ticket #pg_ticket table.spec.tk span {
  display: inline-block;
  font-size: 90%;
  line-height: 1.3;
}

#ticket #pg_ticket table.spec.tk .img {
  margin-top: 5px;
}

#ticket #pg_ticket .other {
  text-align: center;
  font-size: 130%;
  margin: 60px 0 100px;
  line-height: 1.5;
}

#ticket #pg_ticket dl.type {
  margin-top: 90px;
  width: 100%;
}

#ticket #pg_ticket dl.type dt {
  position: relative;
  color: #FFFF0B;
  font-size: 120%;
  line-height: 1.3;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  background: url(../img/box_ttl.png) 50% 50% no-repeat;
  background-size: cover;
  min-height: 65px;
  margin-bottom: 20px;
}

#ticket #pg_ticket dl.type dt span {
  display: inline-block;
  line-height: 1;
}

#ticket #pg_ticket dl.type dt p {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: scaleX(0.85) translateY(-50%);
  transform: scaleX(0.85) translateY(-50%);
  letter-spacing: 1px;
}

#ticket #pg_ticket dl.type dd {
  padding: 10px 40px;
  margin-bottom: 90px;
}

#ticket #pg_ticket dl.type dd .disc {
  text-align: center;
  margin-bottom: 25px;
}

#ticket #pg_ticket dl.type dd .kikan {
  color: #FFFF0B;
  line-height: 1.6;
}

#ticket #pg_ticket dl.type dd .kikan span:not(.del) {
  display: inline-block;
  margin-right: 5px;
  font-size: 85%;
  font-weight: bold;
  text-indent: -0.5em;
}

#ticket #pg_ticket dl.type dd .kikan span.del {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 10px;
  display: inline-block;
}

#ticket #pg_ticket dl.type dd .kikan.lst {
  margin-top: 30px;
}

#ticket #pg_ticket dl.type dd .btn {
  margin-top: 40px;
}

#ticket #pg_ticket dl.type dd .btn a,
#ticket #pg_ticket dl.type dd .btn span {
  max-width: 400px;
}

#ticket #pg_ticket dl.type dd .attention {
  margin-top: 10px;
}

#ticket #pg_ticket dl.type dt.toiawase {
  margin-top: 80px;
  margin-bottom: 0;
}

#ticket #pg_ticket dl.type dd.toiawase {
  padding: 0;
  margin-top: -10px;
}

#ticket #pg_ticket dl.type dd.toiawase table.spec {
  margin-top: 0;
  border-top: none;
}

/* ================================================================ *
 * guide
 * ================================================================ */

#guide #gheader .guide a:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#guide .box dl {
  text-align: left;
}

#guide .box dl dt {
  color: #FFFF0B;
  font-size: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4;
  padding-left: 0.5em;
  text-indent: -0.5em;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 11, 0.5);
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#guide .box dl dd {
  margin-bottom: 60px;
}

/* ================================================================ *
 * goods
 * ================================================================ */

#goods #gheader .guide a:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#goods #goodslist .box {
  padding: 40px 0 0;
}

#goods #goodslist .box:nth-of-type(1) {
  padding-top: 70px;
}

#goods #goodslist .box h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  color: #FFFF0B;
  font-size: 130%;
  line-height: 1.3;
  white-space: nowrap;
  font-weight: bold;
  text-align: center;
}

#goods #goodslist .box h1:before,
#goods #goodslist .box h1:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  border-top: 3px double #FFFF0B;
}

#goods #goodslist .box h1:before {
  margin-right: 5px;
}

#goods #goodslist .box h1:after {
  margin-left: 5px;
}

#goods #goodslist .box h1 span {
  font-size: 80%;
  display: block;
  line-height: 1;
}

#goods #goodslist .box .img {
  margin: 10px auto;
  padding: 5px;
  width: 90%;
  max-width: 600px;
  max-height: 600px;
}

#goods #goodslist .box .imglst {
  margin: 20px auto 30px;
  width: 100%;
  list-style: none;
  text-align: center;
}

#goods #goodslist .box .imglst li {
  display: inline-block;
  position: relative;
  margin: 0 2px;
  border: 1px solid rgba(255, 255, 11, 0.8);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

#goods #goodslist .box .imglst li img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#goods #goodslist .box.attention {
  border-bottom: none;
  padding: 40px 50px;
}

#goods #goodslist .box.attention li {
  padding-left: 1em;
  text-indent: -1em;
}

#goods #goodslist .box .comp {
  padding: 20px 20px 10px;
  background: rgba(255, 255, 255, 0.1);
}

#goods #goodslist .box .comp dt {
  background: rgba(0, 0, 0, 0.75);
  color: #ffff0b;
  font-weight: bold;
  text-align: center;
}

#goods #goodslist .box .comp dd {
  padding: 10px;
  text-align: center;
}

#goods #goodslist .box .comp dd .broimg {
  padding: 10px 0;
}

#goods #goodslist .box .comp dd p {
  text-align: left;
}

#goods #time {
  text-align: center;
}

#goods #time h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFF0B;
  font-size: 120%;
  font-weight: bold;
  white-space: nowrap;
}

#goods #time h3:after {
  content: '';
  opacity: 0.8;
  display: block;
  width: 100%;
  height: 1px;
  margin-left: 5px;
}

#goods #time h3 span {
  font-size: 70%;
}

#goods #time .box {
  margin-bottom: 100px;
}

#goods #time .box h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  color: #FFFF0B;
  font-size: 115%;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

#goods #time .box h3:before,
#goods #time .box h3:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  border-top: 3px double #FFFF0B;
}

#goods #time .box h3:before {
  margin-right: 5px;
}

#goods #time .box h3:after {
  margin-left: 5px;
}

#goods #time .inbox {
  margin-bottom: 50px;
}

#goods #time ul.time_info {
  list-style: none;
  margin: 0 auto 40px;
  width: 800px;
  text-align: left;
}

#goods #time ul.time_info > li {
  line-height: 130%;
  margin-bottom: 10px;
  position: relative;
  padding: 0 0 0 1.5em;
}

#goods #time ul.time_info > li:after {
  content: '◆';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFF0B;
}

#goods #annai .box ul.goods_info {
  margin: 0 0 40px;
  text-align: left;
}

#goods #annai dl.attention {
  margin: 0 0 40px;
}

#goods #annai dl.attention dt {
  color: #FFFF0B;
  font-size: 115%;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

#goods #annai dl.attention dt:before,
#goods #annai dl.attention dt:after {
  content: '';
  display: block;
  border-top: 3px double #FFFF0B;
  width: 100%;
  height: 0;
}

#goods #annai dl.attention dt:before {
  margin-right: 5px;
}

#goods #annai dl.attention dt:after {
  margin-left: 5px;
}

#goods #annai dl.attention dd {
  margin: 0 0 5px;
  padding: 0 1em 0 2em;
  font-size: 85%;
  line-height: 1.3;
  text-indent: -1em;
  text-align: left;
}

#goods #tuhan dl.tuhan_item {
  border: 1px solid #fff;
  text-align: center;
}

#goods #tuhan dl.tuhan_item dt {
  padding: 5px 0;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

#goods #tuhan dl.tuhan_item dd ul,
#goods #tuhan dl.tuhan_item dd li {
  list-style: none;
}

#goods #tuhan dl.tuhan_item dd li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 3px 0;
}

#goods #tuhan dl.tuhan_item dd li:first-child {
  border: none;
}

/* ================================================================ *
 * BD/DVD
 * ================================================================ */

#dvd #gheader .dvd a:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#dvd #item .box,
#dvd #event .box {
  padding: 70px 20px 0;
  text-align: center;
}

#dvd #item .box h1,
#dvd #event .box h1 {
  color: #FFFF0B;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

#dvd #item .box h1 span,
#dvd #event .box h1 span {
  display: inline-block;
  margin: 0 0 5px;
  font-size: 70%;
}

#dvd #item .box h1:after,
#dvd #event .box h1:after {
  content: '';
  display: block;
  margin: 10px 0 0;
  border-top: 3px double #FFFF0B;
  width: 100%;
  height: 0;
}

#dvd #item .box h2,
#dvd #event .box h2 {
  margin-top: 20px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.75);
  color: #FFFF0B;
  font-size: 120%;
}

#dvd #item .box h3,
#dvd #event .box h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  color: #FFFF0B;
  font-size: 110%;
  font-weight: bold;
  white-space: nowrap;
}

#dvd #item .box h3:before,
#dvd #item .box h3:after,
#dvd #event .box h3:before,
#dvd #event .box h3:after {
  content: '';
  display: block;
  border-top: 3px double #FFFF0B;
  width: 100%;
  height: 0;
}

#dvd #item .box h3:before,
#dvd #event .box h3:before {
  margin-right: 5px;
}

#dvd #item .box h3:after,
#dvd #event .box h3:after {
  margin-left: 5px;
}

#dvd #item .box .aori,
#dvd #event .box .aori {
  margin: 20px 0 0;
}

#dvd #item .box .spec,
#dvd #event .box .spec {
  border-top: none;
  border-bottom: none;
}

#dvd #item .box .tokuten,
#dvd #event .box .tokuten {
  margin-top: 50px;
  padding: 20px 20px 10px;
  background: rgba(255, 255, 255, 0.1);
}

#dvd #item .box .tokuten dt,
#dvd #event .box .tokuten dt {
  margin: 0 0 15px;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
}

#dvd #item .box .tokuten dd,
#dvd #event .box .tokuten dd {
  margin: 0 10px;
}

#dvd #item .box .tokuten dd p,
#dvd #event .box .tokuten dd p {
  text-align: left;
}

#dvd #item .box .tokuten dd .img,
#dvd #event .box .tokuten dd .img {
  text-align: center;
}

#dvd #item .box .attention,
#dvd #event .box .attention {
  margin-bottom: 15px;
  text-align: left;
}

#dvd #item .box .attention li,
#dvd #event .box .attention li {
  margin: 5px 0;
  padding-left: 1em;
  text-indent: -1em;
}

#dvd #event .box .wrap {
  padding: 0 20px;
}

#dvd #event .box .wrap .aori {
  margin-bottom: 40px;
}

#dvd #event .box .wrap h2 {
  margin: 0 0 10px;
  padding-bottom: 5px;
  color: #FFFF0B;
  font-size: 120%;
  text-align: center;
}

#dvd #event .box .wrap h3 {
  color: #FFFF0B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

#dvd #event .box .wrap h3:after {
  content: '';
  opacity: 0.8;
  display: block;
  margin-left: 5px;
  width: 100%;
  height: 1px;
}

#dvd #event .box .wrap .inner_box {
  margin-top: 70px;
  padding: 20px 20px 30px;
  background: rgba(255, 255, 255, 0.1);
}

#dvd #event .box .wrap .inner_box h2 {
  color: #FFFF0B;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 0;
}

#dvd #event .box .wrap .inner_box h2 span {
  display: inline-block;
  margin-bottom: 12px;
  border: 1px solid #FFFF0B;
  border-radius: 30px;
  padding: 4px 10px;
  font-size: 70%;
  line-height: 100%;
}

#dvd #event .box .wrap .inner_box ul {
  text-align: left;
}

#dvd #event .box .wrap .inner_box ul li {
  list-style: none;
  margin: 10px 0 0;
  padding-left: 1em;
  text-indent: -1em;
}

#dvd #event .box .wrap .caution {
  margin: 30px auto;
  border: 1px dotted rgba(255, 255, 11, 0.5);
  padding: 15px;
  max-width: 600px;
  color: #FFFF0B;
  font-size: 80%;
  line-height: 1.4;
}

/* ================================================================ *
 * special
 * ================================================================ */

#special #gheader .special a:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#special #movie ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

#special #movie ul li {
  max-width: 70%;
}

#special #movie ul li h2 {
  margin-top: 5px;
  text-align: center;
}

#special #movie ul li img {
  border: 1px solid #FFFF0B;
}

/* ================================================================ *
 * popup
 * ================================================================ */

#n_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1005;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#n_popup .img_wrap {
  position: relative;
  width: 95%;
  height: 95%;
  max-width: 800px;
  max-height: 800px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#n_popup .img_wrap:after {
  content: "NOW LOADING";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
  letter-spacing: 5px;
}

#n_popup .img_wrap img {
  position: relative;
  z-index: 30;
  opacity: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out 0.3s;
  transition: all 0.5s ease-out 0.3s;
  max-height: 100%;
}

#n_popup.on {
  opacity: 1;
  pointer-events: auto;
}

#n_popup.on .img_wrap img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#n_popup .close {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

#n_popup .close:after,
#n_popup .close:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  background: #FFFF0B;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#n_popup .close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#n_popup .close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#n_popup .close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (min-width: 600px) {
  #bg:after {
    content: "";
    display: block;
    position: absolute;
    width: 280px;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  #bg.index:after {
    left: -280px;
  }

  #pagenav {
    position: -webkit-sticky;
    position: sticky;
    top: 32px;
    z-index: 100;
    padding: 5px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  #pagenav.on {
    background: rgba(0, 0, 0, 0.4);
  }

  #pagenav ul li:after,
  #pagenav ul li:last-child:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: -3px;
    border-left: 3px solid #FFFF0B;
    border-right: 3px solid #FFFF0B;
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
  }

  #pagenav ul li:last-child:before {
    left: auto;
    right: -3px;
  }

  #pagenav ul a:hover {
    color: #7D006F;
  }

  #pagenav ul a:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  #fr:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 60px - 2px);
    height: calc(100% - 60px - 2px);
    top: 30px;
    left: 29px;
    border: 2px solid #FFFF0B;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }

  #fr span {
    position: absolute;
    background: url(../img/frame.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }

  #fr span:nth-of-type(1) {
    width: 100%;
    height: 30px;
    top: 0;
    left: 0;
  }

  #fr span:nth-of-type(2) {
    width: 100%;
    height: 30px;
    bottom: 0;
    left: 0;
  }

  #fr span:nth-of-type(3) {
    width: 30px;
    height: 100%;
    top: 0;
    left: 0;
  }

  #fr span:nth-of-type(4) {
    width: 30px;
    height: 100%;
    top: 0;
    right: 0;
  }

  #gheader.index h1 a:after {
    opacity: 1;
  }

  #gheader.index nav ul a {
    color: #000;
  }

  #gheader.index nav ul a:after {
    background: #7D006F;
  }

  #gheader.index nav ul a.on,
  #gheader.index nav ul a:hover {
    color: #FFFF0B;
  }

  #gheader.index .soon {
    color: #000;
  }
}

@media (min-width: 600px) and (min-width: 600px) {
  #fr span {
    background-attachment: fixed;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 16px;
    line-height: 1.8;
  }

  .sp {
    display: inline-block;
  }

  .pc {
    display: none !important;
  }

  #wrapper {
    padding: 70px 20px 50px;
  }

  h1#pttl {
    margin-bottom: 25px;
  }

  h1#pttl img {
    height: 130px;
  }

  #pagenav ul {
    display: block;
    text-align: center;
    padding: 0 40px;
    font-size: 90%;
  }

  #pagenav ul li {
    padding: 0px 5px;
    border-bottom: 1px solid #FFFF0B;
  }

  #pagenav ul li:first-child {
    border-top: 1px solid #FFFF0B;
  }

  #pagenav ul li:after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: calc(50% - 4px);
    right: 10px;
    border-right: 1px solid #FFFF0B;
    border-bottom: 1px solid #FFFF0B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #pagenav ul li a,
  #pagenav ul li span {
    width: 100%;
    height: 100%;
    padding: 8px 0;
  }

  section.pg {
    padding: 80px 30px 50px;
  }

  section.pg h1.h1 {
    margin-bottom: 20px;
  }

  #fr:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 40px - 2px);
    height: calc(100% - 40px - 2px);
    top: 20px;
    left: 19px;
    border: 2px solid #FFFF0B;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }

  #fr span {
    position: absolute;
    background: url(../img/frame.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }

  #fr span:nth-of-type(1) {
    width: 100%;
    height: 20px;
    top: 0;
    left: 0;
  }

  #fr span:nth-of-type(2) {
    width: 100%;
    height: 20px;
    bottom: 0;
    left: 0;
  }

  #fr span:nth-of-type(3) {
    width: 20px;
    height: 100%;
    top: 0;
    left: 0;
  }

  #fr span:nth-of-type(4) {
    width: 20px;
    height: 100%;
    top: 0;
    right: 0;
  }

  #fade {
    width: 160%;
    left: -30%;
  }

  #gheader {
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    z-index: 101;
    padding: 0;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  #gheader:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../img/frame.png) 70% no-repeat;
    background-size: cover;
    opacity: 0.5;
  }

  #gheader:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 0px;
    left: 0;
    z-index: 2;
    border: 2px solid #FFFF0B;
  }

  #gheader h1 {
    position: relative;
    z-index: 10;
    width: 220px;
    margin-bottom: 50px;
  }

  #gheader nav {
    position: relative;
    z-index: 10;
  }

  #gheader nav ul {
    font-size: 25px;
    text-align: center;
    padding: 0;
  }

  #menu_icon {
    display: block;
    position: fixed;
    z-index: 102;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 40px;
    height: 40px;
    top: 22px;
    right: 21px;
    background: #000;
  }

  #menu_icon span {
    position: absolute;
    background: #FFFF0B;
    display: block;
    width: 30px;
    height: 2px;
    top: 19px;
    left: 5px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  #menu_icon:after,
  #menu_icon:before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    left: 5px;
    background: #FFFF0B;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    top: 50%;
  }

  #menu_icon:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  #menu_icon:after {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  #menu_icon:hover span,
  #menu_icon:hover:before,
  #menu_icon:hover:after {
    background: #FFFF0B;
  }

  #menu_icon.on {
    background: #FFFF0B;
  }

  #menu_icon.on span {
    opacity: 0;
  }

  #menu_icon.on:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #000;
  }

  #menu_icon.on:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #000;
  }

  #gfooter nav {
    display: block;
    width: 85%;
    margin: 50px auto 50px;
    padding: 0 30px;
  }

  #gfooter nav ul {
    list-style: none;
    font-family: "arfont";
  }

  #gfooter nav ul li {
    border-top: 1px solid #FFFF0B;
  }

  #gfooter nav ul li:last-child {
    border-bottom: 1px solid #FFFF0B;
  }

  #gfooter nav ul li.top {
    display: block;
  }

  #gfooter nav ul li a,
  #gfooter nav ul li span {
    display: block;
    padding: 10px 5px;
    color: #FFFF0B;
    -webkit-transform: scaleX(0.85);
    transform: scaleX(0.85);
    letter-spacing: 2px;
  }

  #gfooter nav ul li span {
    opacity: 0.5;
  }

  #gfooter nav ul li img {
    vertical-align: middle;
    max-width: auto;
    width: auto;
    height: 18px;
  }

  #totop {
    right: 25px;
  }

  #totop.on {
    bottom: 40px;
  }

  .btn {
    max-width: 220px;
  }

  table.spec th {
    padding: 10px 0 10px 5px;
    font-size: 70%;
  }

  table.spec td {
    padding: 10px;
    font-size: 90%;
    line-height: 1.5;
  }

  #index #top {
    height: calc(100vh - 100px);
  }

  #index #top .top_img {
    height: 650px;
    min-height: 650px;
  }

  #index #top .top_img:after {
    top: -5px;
  }

  #index #top .top_img .logo {
    top: -5px;
  }

  #index #top .top_img .slice {
    top: -5px;
  }

  #index #top .top_img .slice span:nth-of-type(odd):after {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }

  #index #top .top_img .slice span:nth-of-type(even):after {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
  }

  #index #top .deco {
    display: none;
  }

  #index #top #scroll {
    bottom: 35px;
    right: 35px;
    width: 20px;
  }

  #index #content {
    display: block;
    margin: 0px auto 50px;
  }

  #index #content section {
    margin: 0 20px 30px;
  }

  #index #content .whatsnew {
    margin-bottom: 100px;
  }

  #index #content .timeline iframe,
  #index #content .whatsnew .js-scroll {
    height: 150px !important;
    overflow-y: scroll;
  }

  #about section.pg {
    line-height: 1.8;
  }

  #about #gekidan .utapri {
    padding: 20px;
    font-size: 85%;
  }

  #cast #pg_cast .main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
  }

  #cast #pg_cast .main li {
    width: 60%;
    margin: 0 20% 40px;
  }

  #cast #pg_cast .ori {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    font-size: 130%;
    letter-spacing: 0px;
  }

  #cast #pg_cast .ori li {
    width: auto;
    margin: 10px 5px;
  }

  #cast #pg_cast .ori_re {
    margin-bottom: 40px;
  }

  #cast #pg_cast .ori_re li {
    width: 60%;
    margin: 0 20% 40px;
  }

  #cast #pg_cast .ensemble {
    max-width: 300px;
  }

  #cast #pg_cast .ensemble dd {
    margin: 3px 3px;
  }

  #cast #soukanzu .soukanzu {
    width: 375px;
    height: 297px;
  }

  #cast #soukanzu .soukanzu ul li.reiji {
    left: 117px;
    top: 89px;
    width: 78px;
    height: 44px;
  }

  #cast #soukanzu .soukanzu ul li.syo {
    left: 193px;
    top: 147px;
    width: 78px;
    height: 44px;
  }

  #cast #soukanzu .soukanzu ul li.kazuki {
    left: 39px;
    top: 150px;
    width: 68px;
    height: 36px;
  }

  #cast #soukanzu .soukanzu ul li.nakatsugawa {
    left: 198px;
    top: 39px;
    width: 68px;
    height: 36px;
  }

  #cast #soukanzu .soukanzu ul li.saionji {
    left: 155px;
    top: 243px;
    width: 68px;
    height: 36px;
  }

  #cast #soukanzu .soukanzu ul li.naomichi {
    left: 269px;
    top: 93px;
    width: 68px;
    height: 36px;
  }

  #cast #soukanzu .soukanzu ul li.kugayama {
    left: 259px;
    top: 243px;
    width: 69px;
    height: 37px;
  }

  #cast #soukanzu .soukanzu ul li.peace {
    left: 44px;
    top: 228px;
    width: 58px;
    height: 31px;
  }

  #cast #staff ul span {
    display: block;
    margin-bottom: 3px;
  }

  #cast #staff ul li {
    margin-bottom: 12px;
  }

  #popup .profwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  #popup .profwrapper .decotxt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 55px;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    background: url(../../cast/img/popup_decotxt_sp.png) 50% 50% no-repeat;
    background-size: auto 20px;
  }

  #popup .profwrapper .img {
    min-height: 550px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-position: 50% 30px;
    background-repeat: no-repeat;
  }

  #popup .profwrapper .img:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    top: 0;
    left: 0;
    border-bottom: 5px solid #000;
  }

  #popup .profwrapper .txtwrap {
    width: 100%;
    padding: 70px 50px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  #popup .profwrapper .txtwrap .name {
    padding-top: 10px;
  }

  #popup .profwrapper .txtwrap .name img {
    height: 300px;
    margin-bottom: 50px;
  }

  #popup .profwrapper#reiji .img:after {
    background: #128934;
  }

  #popup .profwrapper#syo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #popup .profwrapper#syo .img:after {
    background: #D9006C;
  }

  #ticket #tokyo .period,
  #ticket #osaka .period {
    font-size: 95%;
    letter-spacing: 0;
  }

  #ticket #tokyo img.hoshi,
  #ticket #osaka img.hoshi {
    width: 250px;
  }

  #ticket #pg_ticket .box.table .btnwrap {
    margin-bottom: 20px;
  }

  #ticket #pg_ticket .box.table .btnwrap .btn {
    margin: 0 20px 20px;
  }

  #ticket #pg_ticket dl.type dt {
    margin-bottom: 10px;
  }

  #ticket #pg_ticket dl.type dt span {
    font-size: 80%;
  }

  #ticket #pg_ticket dl.type dt {
    background-size: 140% 100%;
  }

  #ticket #pg_ticket dl.type dt span {
    display: block;
  }

  #ticket #pg_ticket dl.type dd {
    padding: 10px 0;
  }

  #ticket #pg_ticket dl.type dd .disc {
    text-align: left;
  }

  #ticket #pg_ticket dl.type dd .kikan span:not(.del) {
    display: block;
    margin-bottom: 0;
    margin-top: 10px;
  }

  #ticket #pg_ticket dl.type dd .kikan span.del {
    margin-bottom: 5px;
  }

  #ticket iframe {
    width: 100%;
    height: 180px;
  }

  #dvd #item .box,
  #dvd #event .box {
    padding: 70px 0 0;
  }

  #dvd #item .box .wrap,
  #dvd #event .box .wrap {
    padding: 0;
  }
}

@media (max-width: 600px) and (max-width: 600px) {
  #fr span:nth-of-type(1) {
    background-position: 50% 0;
  }

  #fr span:nth-of-type(2) {
    background-position: 50% 100%;
  }
}

@media (min-width: 600px) and (max-width: 600px) {
  #fr span:nth-of-type(1) {
    background-position: 50% 0;
  }

  #fr span:nth-of-type(2) {
    background-position: 50% 100%;
  }
}

@media (max-width: 600px) and (min-width: 600px) {
  #fr span {
    background-attachment: fixed;
  }
}
/*# sourceMappingURL=../map/style.css.map */
