@charset "UTF-8";
/* ================================================================ *
 * mixin 変数
 * ================================================================ */
/* ================================================================ *
 * body
 * ================================================================ */
html, body {
  font: 15px/160% '游ゴシック体','Yu Gothic','YuGothic',"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic","ヒラギノ角ゴ","メイリオ","Meiryo","Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
  font-family: Georgia,"游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Hiragino Mincho ProN","Hiragino Mincho","HGS明朝E","HG明朝E","HG明朝","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","メイリオ","Meiryo",serif;
  overflow: hidden;
  background-color: #000;
  color: #ccb268; }

a:link {
  color: #fff;
  text-decoration: none;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

a:hover, a:active {
  color: #a35b92; }

a:focus, *:focus {
  outline: none; }

img {
  border: none;
  outline: none;
  max-width: 100%; }

.sp {
  display: none; }

.center {
  text-align: center; }

.small {
  font-size: 80%;
  letter-spacing: 0;
  line-height: 140%; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

@media screen and (max-width: 700px) {
  body {
    font-size: 14px;
    line-height: 1.6; }
  .sp {
    display: block; }
  .pc {
    display: none; } }

/* ================================================================ *
 * メニューフッター
 * ================================================================ */
#gheader {
  position: fixed;
  width: 100%;
  background: #4c0000;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 11; }
  #gheader h1 {
    padding: 5px 15px; }
    #gheader h1 img {
      width: 52px; }
  #gheader ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none; }
    #gheader ul li {
      margin: 0 10px;
      position: relative; }
      #gheader ul li.top {
        display: none; }
      #gheader ul li a, #gheader ul li span {
        display: block;
        padding: 0;
        padding: 8px 10px;
        position: relative; }
        #gheader ul li a:after, #gheader ul li span:after {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 1px;
          top: 50%;
          left: 0;
          background: #ccb268;
          -webkit-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          opacity: 0;
          -webkit-transform-origin: 0 50%;
          -ms-transform-origin: 0 50%;
          transform-origin: 0 50%; }
        #gheader ul li a:hover:after, #gheader ul li span:hover:after {
          opacity: 1;
          -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
      #gheader ul li img {
        vertical-align: middle;
        max-width: auto;
        width: auto;
        height: 18px; }
      #gheader ul li span {
        opacity: 0.5; }
  #gheader .sns {
    padding: 7px 15px 0;
    position: relative; }
    #gheader .sns img {
      max-width: auto;
      width: auto;
      height: 18px; }
    #gheader .sns .snsbox {
      position: absolute;
      top: 7px;
      right: 5px;
      background: #4c0000;
      opacity: 0;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      #gheader .sns .snsbox > div {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin: 0 5px; }
      #gheader .sns .snsbox .fb {
        background-position: -24px 0; }
    #gheader .sns:hover .snsbox {
      opacity: 1; }
  @media (max-width: 700px) {
    #gheader {
      position: fixed;
      width: 100%;
      height: 100%;
      top: -100%;
      left: 0;
      -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-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      #gheader.on {
        top: 0; }
      #gheader h1 img {
        width: 150px;
        margin-bottom: 30px; }
      #gheader ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        #gheader ul li {
          margin: 5px 10px; }
          #gheader ul li img {
            height: 22px; }
      #gheader .sns {
        padding: 8px 15px 0;
        position: relative; }
        #gheader .sns img {
          max-width: auto;
          width: auto;
          height: 18px;
          display: none; }
        #gheader .sns .snsbox {
          position: relative;
          top: 0;
          right: 0;
          opacity: 1;
          margin-top: 50px; }
          #gheader .sns .snsbox > div {
            margin: 0 10px; } }

#menu_icon {
  display: none; }
  @media (max-width: 700px) {
    #menu_icon {
      display: block;
      position: fixed;
      width: 32px;
      height: 32px;
      top: 1px;
      left: 10px;
      z-index: 90;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      #menu_icon .icon {
        position: absolute;
        width: 32px;
        height: 32px;
        top: 0px;
        right: 0px; }
        #menu_icon .icon span {
          position: absolute;
          display: block;
          width: 100%;
          height: 2px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          background: #ccb268;
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
        #menu_icon .icon:after, #menu_icon .icon:before {
          content: "";
          background: #ccb268;
          position: absolute;
          display: block;
          width: 100%;
          height: 2px;
          top: 50%;
          -webkit-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
        #menu_icon .icon:before {
          -webkit-transform: translateY(-8px);
          -ms-transform: translateY(-8px);
          transform: translateY(-8px); }
        #menu_icon .icon:after {
          -webkit-transform: translateY(6px);
          -ms-transform: translateY(6px);
          transform: translateY(6px); }
      #menu_icon.on .icon span, #menu_icon.on .icon:before, #menu_icon.on .icon:after {
        background: #ccb268; }
      #menu_icon.on .icon span {
        opacity: 0; }
      #menu_icon.on .icon:before {
        -webkit-transform: translateY(-50%) rotate(-145deg);
        -ms-transform: translateY(-50%) rotate(-145deg);
        transform: translateY(-50%) rotate(-145deg); }
      #menu_icon.on .icon:after {
        -webkit-transform: translateY(-50%) rotate(145deg);
        -ms-transform: translateY(-50%) rotate(145deg);
        transform: translateY(-50%) rotate(145deg); } }

.footer {
  text-align: center;
  padding: 40px 0px 50px;
  color: #ccb268;
  position: relative;
  z-index: 1; }
  .footer .logo img {
    width: 250px;
    margin: 30px 0 20px; }
  .footer .copy {
    font-size: 10px;
    letter-spacing: 1px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  .footer .link a {
    display: block;
    width: 133px;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .footer .link a:hover {
      -webkit-box-shadow: 0 0 5px #ccb268, 0 0 30px #ccb268 inset;
      box-shadow: 0 0 5px #ccb268, 0 0 30px #ccb268 inset;
      background: rgba(145, 29, 34, 0.5); }
  .footer .snsbox {
    position: relative;
    bottom: 0;
    right: 0;
    margin-bottom: 30px; }
  @media (min-width: 700px) {
    .footer.index {
      padding-bottom: 90px; }
    .footer.fixed {
      position: fixed;
      width: 100%;
      bottom: 0;
      left: 0;
      z-index: 10;
      padding: 5px 0; }
      .footer.fixed .logo img {
        width: 141px;
        margin: 0px; }
      .footer.fixed .snsbox, .footer.fixed .link {
        display: none; } }
  .footer nav {
    display: none; }
    @media (max-width: 700px) {
      .footer nav {
        display: block;
        width: 80%;
        margin: 0 auto 30px; }
        .footer nav ul {
          list-style: none; }
          .footer nav ul li {
            border-top: 1px solid rgba(204, 178, 104, 0.5); }
            .footer nav ul li:last-child {
              border-bottom: 1px solid rgba(204, 178, 104, 0.5); }
            .footer nav ul li.top {
              display: block; }
            .footer nav ul li a, .footer nav ul li span {
              display: block;
              padding: 5px; }
            .footer nav ul li span {
              opacity: 0.5; }
            .footer nav ul li img {
              vertical-align: middle;
              max-width: auto;
              width: auto;
              height: 18px; } }

.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;
    font-size: 1px;
    margin: 0 10px;
    -webkit-transition: all 0.3s ease-out;
    -o-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; }

/* ================================================================ *
 * 共通
 * ================================================================ */
#bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none; }
  #bg #bgcanvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

#container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-align: center;
  padding-top: 150px; }
  @media (max-width: 700px) {
    #container {
      padding: 80px 10px 0 75px; } }

#wrapper {
  position: relative; }

#pttl {
  position: fixed;
  top: 100px;
  left: 30px; }
  @media (max-width: 700px) {
    #pttl {
      top: 50px;
      left: 5px; }
      #pttl img {
        width: 60px; } }

#pagenav {
  position: fixed;
  width: 100%;
  background: #322818;
  z-index: 10; }
  #pagenav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding-top: 40px; }
    #pagenav ul li a, #pagenav ul li span {
      position: relative;
      display: inline-block;
      color: #ccb268;
      padding: 5px 2em 5px 1em;
      font-size: 80%; }
      #pagenav ul li a:before, #pagenav ul li span:before {
        content: "／";
        position: absolute;
        right: 0; }
      #pagenav ul li a:after, #pagenav ul li span:after {
        content: "";
        display: block;
        position: absolute;
        width: calc(100% - 2em);
        height: 1px;
        top: 50%;
        left: 0.5em;
        background: #ccb268;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 0;
        -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%; }
    #pagenav ul li span {
      opacity: 0.5; }
    @media (min-width: 700px) {
      #pagenav ul li a:hover:after {
        opacity: 1;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); } }
    #pagenav ul li:last-child a, #pagenav ul li:last-child span {
      padding-right: 1em; }
    #pagenav ul li:last-child > *:before {
      content: ""; }
    @media (max-width: 700px) {
      #pagenav ul {
        padding-top: 4px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-bottom: 2px; } }

section.pg {
  position: relative;
  padding: 0 30px;
  margin: 0 0 220px; }
  section.pg > h1 {
    margin-bottom: 50px;
    height: 130px;
    text-align: center;
    font-size: 150%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../img/ttl_bg.png) 50% 50% no-repeat;
    background-size: auto 130px; }
    section.pg > h1 span {
      -webkit-transform: scaleX(0.85);
      -ms-transform: scaleX(0.85);
      transform: scaleX(0.85);
      letter-spacing: 5px;
      text-indent: 5px; }
  section.pg .box {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 80px; }
  @media (max-width: 700px) {
    section.pg {
      margin: 0 0 150px;
      padding: 0; }
      section.pg > h1 {
        margin-bottom: 40px; }
      section.pg .box {
        margin: 0 auto 80px; } }

table.spec {
  width: 100%;
  border-top: 1px solid #ccb268;
  border-bottom: 1px solid #ccb268;
  margin: 20px 0;
  text-align: left; }
  table.spec tr {
    border-bottom: 1px dotted #ccb268; }
    table.spec tr:nth-last-of-type(1) {
      border: none; }
  table.spec th {
    white-space: nowrap;
    font-size: 80%;
    font-weight: bold;
    color: #ccb268;
    padding: 15px 10px 15px 30px;
    text-align: right; }
  table.spec td {
    padding: 15px;
    text-align-last: left;
    line-height: 1.3;
    width: 90%; }
  table.spec p.bold {
    color: #ccb268; }
  @media (max-width: 700px) {
    table.spec th {
      padding: 10px 0 10px 8px; }
    table.spec td {
      padding: 10px;
      font-size: 90%;
      line-height: 1.3; } }

ul.attention {
  font-size: 75%;
  line-height: 1.4;
  font-family: '游ゴシック体', 'Yu Gothic','YuGothic',"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic","ヒラギノ角ゴ","メイリオ","Meiryo","Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
  list-style: none;
  color: rgba(216, 206, 181, 0.7); }
  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(216, 206, 181, 0.5);
    padding: 10px; }

.btn a, .btn span {
  display: block;
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  color: #ccb268;
  border: 7px solid transparent;
  -webkit-border-image: url(../img/btn_border.png) 7 stretch;
  -o-border-image: url(../img/btn_border.png) 7 stretch;
  border-image: url(../img/btn_border.png) 7 fill stretch;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  padding: 5px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.btn a, .btn span:not(.soon) {
  cursor: pointer; }
  .btn a:hover, .btn span:not(.soon):hover {
    background: rgba(145, 29, 34, 0.3);
    -webkit-box-shadow: 0 0 20px rgba(204, 178, 104, 0.7);
    box-shadow: 0 0 20px rgba(204, 178, 104, 0.7); }

.btn span.soon {
  opacity: 0.5; }

/* ================================================================ *
 * index
 * ================================================================ */
#index #loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  -webkit-transition: all 2.5s ease-out;
  -o-transition: all 2.5s ease-out;
  transition: all 2.5s ease-out;
  letter-spacing: 2px; }
  #index #loading.txt_off > div {
    opacity: 0;
    -webkit-animation: none;
    animation: none; }
  #index #loading.off {
    opacity: 0; }
  #index #loading > div {
    -webkit-animation: loading 1.0s ease-in-out alternate;
    animation: loading 1.0s ease-in-out alternate;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

@-webkit-keyframes loading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes loading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#index #splash {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1001;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  #index #splash #canvas, #index #splash #canvas2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; }
  #index #splash #canvas {
    opacity: 0;
    -webkit-transition: opacity 2.5s ease-out;
    -o-transition: opacity 2.5s ease-out;
    transition: opacity 2.5s ease-out; }
    #index #splash #canvas.on {
      opacity: 1; }
  #index #splash #canvas2 {
    display: none; }
  #index #splash.off {
    opacity: 0; }

#index #splash_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  -webkit-transition: opacity 7s ease-out, -webkit-transform 5s cubic-bezier(0, 0.45, 0.55, 1);
  transition: opacity 7s ease-out, -webkit-transform 5s cubic-bezier(0, 0.45, 0.55, 1);
  -o-transition: transform 5s cubic-bezier(0, 0.45, 0.55, 1), opacity 7s ease-out;
  transition: transform 5s cubic-bezier(0, 0.45, 0.55, 1), opacity 7s ease-out;
  transition: transform 5s cubic-bezier(0, 0.45, 0.55, 1), opacity 7s ease-out, -webkit-transform 5s cubic-bezier(0, 0.45, 0.55, 1); }
  #index #splash_ttl.on2 {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.04);
    -ms-transform: translate(-50%, -50%) scale(1.04);
    transform: translate(-50%, -50%) scale(1.04); }
  #index #splash_ttl.off {
    -webkit-animation: ttl_anm2 0.3s forwards 1.3s;
    animation: ttl_anm2 0.3s forwards 1.3s; }

@-webkit-keyframes ttl_anm2 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes ttl_anm2 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  @media (max-width: 700px) {
    #index #splash_ttl {
      width: 80%; } }

#index #fire {
  position: fixed;
  width: 1500px;
  height: 600px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/fire.png) 0 0 no-repeat;
  background-size: 1500px auto;
  z-index: 1002;
  mix-blend-mode: soft-light;
  opacity: 0;
  -webkit-transition: opacity 2.0s ease-out;
  -o-transition: opacity 2.0s ease-out;
  transition: opacity 2.0s ease-out;
  -webkit-animation: fire_anm 1s steps(9) infinite;
  animation: fire_anm 1s steps(9) infinite; }
  #index #fire.on {
    opacity: 1; }

@-webkit-keyframes fire_anm {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 100%; } }

@keyframes fire_anm {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 100%; } }

#index #bg {
  z-index: 3;
  background: none;
  mix-blend-mode: color-dodge; }

@media all and (-ms-high-contrast: none) {
  #index #bg {
    z-index: -1; } }

@supports (-ms-ime-align: auto) {
  #index #bg {
    z-index: -1; } }

#index #container {
  padding: 0; }
  #index #container #top .top_img {
    opacity: 0;
    -webkit-transition: all 2.5s ease-out;
    -o-transition: all 2.5s ease-out;
    transition: all 2.5s ease-out; }
  #index #container #content {
    opacity: 0;
    -webkit-transition: all 2.5s ease-out 0.5s;
    -o-transition: all 2.5s ease-out 0.5s;
    transition: all 2.5s ease-out 0.5s; }
  #index #container.on #top .top_img, #index #container.on #content {
    opacity: 1; }
  @media (min-width: 700px) {
    #index #container .footer {
      background: #4c0000; }
    #index #container .link {
      background: #4c0000;
      padding: 20px 10px 70px;
      z-index: 10;
      position: relative; }
      #index #container .link a {
        display: block;
        width: 133px;
        margin: 0 auto;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        #index #container .link a:hover {
          -webkit-box-shadow: 0 0 5px #ccb268, 0 0 30px #ccb268 inset;
          box-shadow: 0 0 5px #ccb268, 0 0 30px #ccb268 inset;
          background: rgba(145, 29, 34, 0.5); } }

#index #top {
  position: relative;
  height: auto;
  margin: 0 auto; }
  #index #top .top_img {
    background: url(../img/index_bg.jpg?0) 50% 0 no-repeat;
    background-size: cover;
    min-height: calc(100vh - 20px); }
    #index #top .top_img .dm {
      width: 100%; }
    @media (max-width: 700px) {
      #index #top .top_img {
        background: url(../img/index_bg_sp.jpg) 50% 100% no-repeat;
        background-size: cover;
        min-height: 0;
        max-height: 100vh; } }
  #index #top h1 {
    position: absolute;
    left: 50%;
    bottom: -15px;
    opacity: 0;
    -webkit-transition: all 1.5s ease-out 0.5s;
    -o-transition: all 1.5s ease-out 0.5s;
    transition: all 1.5s ease-out 0.5s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 38%; }
    #index #top h1 img {
      max-width: none;
      width: auto;
      height: 100%;
      max-height: 100%; }
    #index #top h1.on {
      opacity: 1; }

#index #content {
  width: 100%;
  max-width: 1100px;
  margin: 80px auto 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 700px) {
    #index #content {
      display: block;
      margin: 60px auto 100px; } }
  #index #content section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 50px 70px;
    text-align: left; }
    #index #content section h2 {
      margin-bottom: 40px;
      height: 100px;
      text-align: center;
      font-size: 120%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: url(../img/ttl_bg.png) 50% 50% no-repeat;
      background-size: auto 130px; }
      #index #content section h2 span, #index #content section h2 a {
        -webkit-transform: scaleX(0.85);
        -ms-transform: scaleX(0.85);
        transform: scaleX(0.85);
        letter-spacing: 5px;
        text-indent: 5px;
        color: #ccb268; }
      @media (max-width: 700px) {
        #index #content section h2 {
          margin-bottom: 30px; } }
  #index #content .timeline {
    position: relative;
    border-top: 1px solid rgba(204, 178, 104, 0.4);
    border-bottom: 1px solid rgba(204, 178, 104, 0.4); }
    #index #content .timeline iframe {
      min-height: 100px !important;
      height: 200px !important;
      overflow: hidden;
      -webkit-overflow-scrolling: touch; }
  #index #content .whatsnew .box {
    position: relative;
    border-top: 1px solid rgba(204, 178, 104, 0.4);
    border-bottom: 1px solid rgba(204, 178, 104, 0.4); }
  #index #content .whatsnew .js-scroll {
    height: 200px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    padding-right: 5px;
    -webkit-overflow-scrolling: touch;
    list-style: none;
    position: relative; }
    #index #content .whatsnew .js-scroll li {
      border-bottom: 1px dotted rgba(204, 178, 104, 0.4);
      padding: 2px 0; }
      #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; }
    #index #content .whatsnew .js-scroll a, #index #content .whatsnew .js-scroll p {
      display: block;
      width: 100%;
      height: 100%;
      padding: 2px 20px 2px 5px;
      color: #ccb268;
      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: #ccb268;
      -webkit-transform: translateY(-50%) scaleX(0.5);
      -ms-transform: translateY(-50%) scaleX(0.5);
      transform: translateY(-50%) scaleX(0.5); }
    #index #content .whatsnew .js-scroll a:hover {
      background: rgba(204, 178, 104, 0.3); }
  @media (max-width: 700px) {
    #index #content .timeline iframe, #index #content .whatsnew .js-scroll {
      height: 150px !important;
      overflow-y: scroll; } }
  #index #content .sc_bar {
    position: absolute;
    top: 0px;
    right: -4px;
    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: #ccb268;
      border-radius: 5px;
      margin: 0;
      right: 2px; }

#index.test02 #top {
  padding: 0 0 20px;
  background: #000; }
  #index.test02 #top .top_img {
    position: relative;
    display: inline-block;
    height: 100%;
    background: url(../img/index_bg_01.jpg) 50% 0 no-repeat;
    background-size: auto 100%; }
    #index.test02 #top .top_img.wide:after, #index.test02 #top .top_img.wide:before {
      content: "";
      display: block;
      position: absolute;
      width: 130px;
      height: 100%;
      top: 0; }
    #index.test02 #top .top_img.wide:before {
      left: 0;
      background: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(0, 0, 0, 0)));
      background: -webkit-linear-gradient(left, #000, rgba(0, 0, 0, 0));
      background: -o-linear-gradient(left, #000, rgba(0, 0, 0, 0));
      background: linear-gradient(90deg, #000, rgba(0, 0, 0, 0)); }
    #index.test02 #top .top_img.wide:after {
      right: 0;
      background: -webkit-gradient(linear, right top, left top, from(#000), to(rgba(0, 0, 0, 0)));
      background: -webkit-linear-gradient(right, #000, rgba(0, 0, 0, 0));
      background: -o-linear-gradient(right, #000, rgba(0, 0, 0, 0));
      background: linear-gradient(-90deg, #000, rgba(0, 0, 0, 0)); }
  #index.test02 #top .dm {
    max-width: auto;
    max-height: 100%;
    height: 100%; }

/* ================================================================ *
 * about
 * ================================================================ */
#about #gheader .about a:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

#about section.pg p {
  margin: 20px 0; }

#about section.pg .box span {
  display: inline-block; }

#about #gekidan .utapri {
  border: 1px solid #ccb268;
  padding: 30px;
  margin-top: 40px;
  display: inline-block; }

@media (max-width: 700px) {
  #about section.pg .box {
    padding: 0 30px; } }

/* ================================================================ *
 * cast
 * ================================================================ */
#cast #gheader .cast a:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

#cast #pg_cast .box {
  max-width: 840px; }

#cast #pg_cast .main {
  list-style: none;
  width: 100%;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  cursor: pointer; }
  #cast #pg_cast .main li {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    #cast #pg_cast .main li:hover {
      -webkit-filter: brightness(110%) saturate(110%) drop-shadow(0 0 20px #ccb268);
      filter: brightness(110%) saturate(110%) drop-shadow(0 0 20px #ccb268); }
    #cast #pg_cast .main li .name {
      width: 116px;
      margin-top: 10px; }

#cast #pg_cast .ori {
  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;
  width: 100%;
  list-style: none;
  margin: 0 auto 80px;
  padding: 0 80px;
  font-size: 140%;
  line-height: 1.5; }
  #cast #pg_cast .ori li {
    margin: 0 20px; }
  #cast #pg_cast .ori li:nth-child(1), #cast #pg_cast .ori li:nth-child(2) {
    margin: 0 20px 40px; }

#cast #pg_cast .ensemble {
  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%;
    -webkit-transform: scaleX(0.85);
    -ms-transform: scaleX(0.85);
    transform: scaleX(0.85);
    letter-spacing: 3px;
    text-indent: 3px; }
  #cast #pg_cast .ensemble dd {
    -webkit-transform: scaleX(0.85);
    -ms-transform: scaleX(0.85);
    transform: scaleX(0.85);
    letter-spacing: 3px;
    text-indent: 3px;
    margin: 5px; }
  #cast #pg_cast .ensemble dd:nth-last-child(2) {
    padding-right: 0.5em; }
  #cast #pg_cast .ensemble dd:last-child {
    width: 100%;
    font-size: 80%;
    line-height: 1.5; }

@media (max-width: 700px) {
  #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 li {
    width: 100%; }
  #cast #pg_cast .ori li:nth-child(3) {
    margin: 0 20px 40px; }
  #cast #pg_cast .ensemble {
    max-width: 300px; }
    #cast #pg_cast .ensemble dd {
      margin: 3px 3px; } }

#cast #soukanzu .soukanzu {
  position: relative;
  width: 767px;
  height: 609px;
  background: url(/cast/img/soukanzu/map.png) center/100% no-repeat;
  margin: 0 auto; }
  #cast #soukanzu .soukanzu ul {
    position: relative;
    width: 100%;
    height: 100%; }
    #cast #soukanzu .soukanzu ul li {
      list-style: none;
      position: absolute;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      #cast #soukanzu .soukanzu ul li:hover {
        background: rgba(145, 29, 34, 0.3);
        -webkit-box-shadow: 0 0 20px rgba(204, 178, 104, 0.7);
        box-shadow: 0 0 20px rgba(204, 178, 104, 0.7); }
    #cast #soukanzu .soukanzu ul li.main {
      width: 160px;
      height: 90px; }
    #cast #soukanzu .soukanzu ul li.ori {
      width: 139px;
      height: 74px; }
    #cast #soukanzu .soukanzu ul li.ikki {
      top: 104px;
      left: 308px; }
    #cast #soukanzu .soukanzu ul li.malraux {
      top: 104px;
      right: 90px; }
    #cast #soukanzu .soukanzu ul li.whitedevil {
      bottom: 209px;
      left: 154px; }
    #cast #soukanzu .soukanzu ul li.captainred {
      bottom: 223px;
      right: 152px; }
    #cast #soukanzu .soukanzu ul li.joe {
      bottom: 102px;
      right: 152px; }
    #cast #soukanzu .soukanzu ul li.smith {
      bottom: 102px;
      left: 164px; }
    #cast #soukanzu .soukanzu ul li.wandererspirate {
      top: 112px;
      left: 61px; }

@media (max-width: 700px) {
  #cast #soukanzu .soukanzu {
    width: 375px;
    height: 297px; }
    #cast #soukanzu .soukanzu ul li.main {
      width: 81px;
      height: 45px; }
    #cast #soukanzu .soukanzu ul li.ori {
      width: 69px;
      height: 36px; }
    #cast #soukanzu .soukanzu ul li.ikki {
      top: 50px;
      left: 149px; }
    #cast #soukanzu .soukanzu ul li.malraux {
      top: 50px;
      right: 42px; }
    #cast #soukanzu .soukanzu ul li.whitedevil {
      bottom: 104px;
      left: 74px; }
    #cast #soukanzu .soukanzu ul li.captainred {
      bottom: 109px;
      right: 74px; }
    #cast #soukanzu .soukanzu ul li.joe {
      bottom: 49px;
      right: 74px; }
    #cast #soukanzu .soukanzu ul li.smith {
      bottom: 51px;
      left: 79px; }
    #cast #soukanzu .soukanzu ul li.wandererspirate {
      top: 54px;
      left: 29px; } }

#cast #staff .box {
  text-align: center; }
  #cast #staff .box .inbox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 20px; }
    #cast #staff .box .inbox:nth-of-type(1) {
      text-align: right; }

#cast #staff ul {
  margin-bottom: 30px;
  line-height: 1.3;
  list-style: none; }
  #cast #staff ul span {
    display: inline-block;
    color: #d8ceb5;
    font-size: 75%;
    line-height: 1;
    margin-right: 0.5em;
    position: relative; }
    #cast #staff ul span:before {
      content: "[ "; }
    #cast #staff ul span:after {
      content: " ]"; }
    @media (max-width: 700px) {
      #cast #staff ul span {
        display: block;
        margin-bottom: 3px; } }
  #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;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  #popup .content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    min-height: 100%;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out 0.5s;
    -o-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;
      -o-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%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
      -webkit-transition: all 0.3s ease-out 0.5s;
      -o-transition: all 0.3s ease-out 0.5s;
      transition: all 0.3s ease-out 0.5s;
      opacity: 1; }
      #popup .content .loading span {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-bottom: 10px;
        border: 1px solid rgba(204, 178, 104, 0.8);
        -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: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes popup_loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
      #popup .content .loading.on {
        opacity: 0; }
  #popup.on {
    right: 0;
    opacity: 1;
    pointer-events: auto; }
    #popup.on .close {
      opacity: 1;
      pointer-events: auto; }
  #popup .profwrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 15px; }
    #popup .profwrapper .img {
      position: relative;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      background-position: 50% 20%;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transition: all 1.8s ease-out;
      -o-transition: all 1.8s ease-out;
      transition: all 1.8s ease-out;
      opacity: 0; }
      #popup .profwrapper .img.on {
        opacity: 1; }
    #popup .profwrapper .name {
      position: absolute;
      top: 40px;
      right: 40px;
      opacity: 0;
      -webkit-transition: all 1.5s ease-out;
      -o-transition: all 1.5s ease-out;
      transition: all 1.5s ease-out; }
      #popup .profwrapper .name.on {
        opacity: 1; }
    #popup .profwrapper .txt {
      position: absolute;
      bottom: 40px;
      left: 45px;
      opacity: 0;
      background-position: 0 50%;
      background-repeat: no-repeat;
      background-size: auto 100%;
      -webkit-transition: all 1.5s ease-out;
      -o-transition: all 1.5s ease-out;
      transition: all 1.5s ease-out; }
      #popup .profwrapper .txt img {
        position: relative;
        left: 30px;
        margin-bottom: 20px; }
      #popup .profwrapper .txt .spnaem {
        display: none; }
      #popup .profwrapper .txt ul {
        list-style: none;
        margin-bottom: 20px; }
        #popup .profwrapper .txt ul li {
          margin-bottom: 5px;
          font-size: 110%;
          line-height: 1.3; }
      #popup .profwrapper .txt dl {
        font-size: 90%;
        line-height: 1.3; }
        #popup .profwrapper .txt dl dt {
          font-weight: bold;
          margin-bottom: 10px; }
        #popup .profwrapper .txt dl dd {
          margin-bottom: 5px; }
      #popup .profwrapper .txt ul dt, #popup .profwrapper .txt ul dd, #popup .profwrapper .txt ul li, #popup .profwrapper .txt dl dt, #popup .profwrapper .txt dl dd, #popup .profwrapper .txt dl li {
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleX(0.9);
        -ms-transform: scaleX(0.9);
        transform: scaleX(0.9);
        letter-spacing: 1px; }
      #popup .profwrapper .txt ul span, #popup .profwrapper .txt dl span {
        display: inline-block;
        background: #000;
        padding: 0 5px; }
      #popup .profwrapper .txt.on {
        opacity: 1; }
        #popup .profwrapper .txt.on ul, #popup .profwrapper .txt.on dl {
          opacity: 1; }
    #popup .profwrapper#ikki .img {
      background-image: url(../../cast/img/prof_img_ikki.jpg?2); }
    #popup .profwrapper#malraux .img {
      background-image: url(../../cast/img/prof_img_malraux.jpg?2); }
    #popup .profwrapper#whitedevil .img {
      background-image: url(../../cast/img/prof_img_whitedevil.jpg?2); }
    @media (max-width: 700px) {
      #popup .profwrapper {
        padding: 10px 10px 10px; }
        #popup .profwrapper .img {
          background-position: 50% 50%; }
        #popup .profwrapper#ikki .img {
          background-image: url(../../cast/img/prof_img_ikki_sp.jpg?2); }
        #popup .profwrapper#malraux .img {
          background-image: url(../../cast/img/prof_img_malraux_sp.jpg?2); }
        #popup .profwrapper#whitedevil .img {
          background-image: url(../../cast/img/prof_img_whitedevil_sp.jpg?2); }
        #popup .profwrapper .name {
          -webkit-transform-origin: 100% 0;
          -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
          -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
          transform: scale(0.5);
          top: 15px;
          right: 10px; }
        #popup .profwrapper .txt {
          bottom: 15px;
          left: 25px; }
          #popup .profwrapper .txt .pcname {
            display: none; }
          #popup .profwrapper .txt .spname {
            margin-bottom: 20px;
            font-size: 150%;
            letter-spacing: 5px; }
            #popup .profwrapper .txt .spname span {
              display: inline-block;
              background: #000;
              padding: 0 5px; }
          #popup .profwrapper .txt ul dt, #popup .profwrapper .txt ul dd, #popup .profwrapper .txt ul li, #popup .profwrapper .txt dl dt, #popup .profwrapper .txt dl dd, #popup .profwrapper .txt dl li {
            -webkit-transform: scaleX(0.9);
            -ms-transform: scaleX(0.9);
            transform: scaleX(0.9);
            letter-spacing: 1px; }
          #popup .profwrapper .txt ul span, #popup .profwrapper .txt dl span {
            display: inline; } }

#pp_close {
  position: fixed;
  width: 66px;
  height: 66px;
  top: 20px;
  left: 20px;
  z-index: 1200;
  opacity: 0;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  -o-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%);
    -ms-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: #ccb268;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    #pp_close span:before {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #pp_close span:after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  #pp_close:hover {
    background: #ccb268; }
    #pp_close:hover span:after, #pp_close:hover span:before {
      background: #000 !important; }
  #pp_close.on {
    opacity: 1;
    pointer-events: auto; }
  @media (max-width: 700px) {
    #pp_close {
      bottom: auto;
      right: auto;
      top: 5px;
      left: 5px; } }

/* ================================================================ *
 * ticket
 * ================================================================ */
#ticket #gheader .ticket a:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

#ticket img.sc {
  width: 339px;
  margin-bottom: 20px; }

#ticket iframe {
  width: 100%;
  height: 230px; }

#ticket #pg_ticket {
  text-align: left; }
  #ticket #pg_ticket .h2 {
    text-align: center; }
    #ticket #pg_ticket .h2 img {
      width: 77px; }
  #ticket #pg_ticket .box.table {
    margin-bottom: 120px; }
  #ticket #pg_ticket .inbox {
    margin-bottom: 90px; }
  #ticket #pg_ticket table.spec {
    margin-bottom: 30px; }
    #ticket #pg_ticket table.spec .tokuten {
      margin: 5px 0; }
  #ticket #pg_ticket .other {
    text-align: center;
    font-size: 130%;
    margin: 60px 0 100px;
    line-height: 1.5; }
  #ticket #pg_ticket table.lst {
    width: 100%;
    margin: 15px 0 5px; }
    #ticket #pg_ticket table.lst tr {
      border-top: 1px solid rgba(204, 178, 104, 0.5); }
      #ticket #pg_ticket table.lst tr:last-child {
        border-bottom: 1px solid rgba(204, 178, 104, 0.5); }
    #ticket #pg_ticket table.lst th, #ticket #pg_ticket table.lst td {
      font-size: 85%;
      padding: 7px;
      line-height: 1.3; }
    #ticket #pg_ticket table.lst th {
      text-align: right;
      padding-right: 10px;
      white-space: nowrap; }
    @media (max-width: 700px) {
      #ticket #pg_ticket table.lst th, #ticket #pg_ticket table.lst td {
        font-size: 80%;
        padding: 7px 3px;
        line-height: 1.3; } }
  #ticket #pg_ticket dl.type {
    margin-top: 90px;
    width: 100%; }
    #ticket #pg_ticket dl.type dt {
      color: #ccb268;
      font-size: 130%;
      line-height: 1.3;
      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-bottom: 10px;
      text-align: center; }
      #ticket #pg_ticket dl.type dt span {
        font-size: 80%;
        display: block;
        line-height: 1; }
      #ticket #pg_ticket dl.type dt p {
        -webkit-transform: scaleX(0.95);
        -ms-transform: scaleX(0.95);
        transform: scaleX(0.95); }
      #ticket #pg_ticket dl.type dt:after, #ticket #pg_ticket dl.type dt:before {
        content: "";
        display: block;
        width: 100%;
        height: 0px;
        border-top: 3px double #ccb268; }
      #ticket #pg_ticket dl.type dt:after {
        margin-left: 5px; }
      #ticket #pg_ticket dl.type dt:before {
        margin-right: 5px; }
    #ticket #pg_ticket dl.type dd {
      padding: 10px;
      margin-bottom: 60px; }
      #ticket #pg_ticket dl.type dd .kikan span {
        display: inline-block;
        margin-right: 5px;
        color: #ccb268;
        font-size: 85%;
        font-weight: bold;
        text-indent: -0.5em; }
      #ticket #pg_ticket dl.type dd .btn {
        margin-top: 30px; }
        #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; }
        #ticket #pg_ticket dl.type dd.toiawase table.spec td {
          padding: 25px 15px; }

#ticket dl.after_ev {
  background: rgba(76, 0, 0, 0.6);
  padding: 30px; }
  #ticket dl.after_ev dt {
    font-size: 120%;
    padding: 3px 0;
    background: rgba(0, 0, 0, 0.75); }
  #ticket dl.after_ev dd ul.attention {
    text-align: left; }

#ticket dl.after_ev_inner {
  border: 1px solid #ccb268; }
  #ticket dl.after_ev_inner dt {
    font-size: 100%;
    background: #ccb268;
    color: #000;
    padding: 0; }
  #ticket dl.after_ev_inner dd table {
    font-size: 90%;
    width: 100%; }
    #ticket dl.after_ev_inner dd table tr th {
      width: 230px;
      background: rgba(0, 0, 0, 0.75); }
    #ticket dl.after_ev_inner dd table tr td {
      text-align: left;
      padding: 5px 20px; }
    #ticket dl.after_ev_inner dd table tr:nth-of-type(1) {
      border-bottom: 1px solid #ccb268; }

@media (max-width: 700px) {
  #ticket iframe {
    width: 100%;
    height: 180px;
    color: #fff; }
  #ticket dl.after_ev_inner dd table tr th {
    width: auto;
    display: block; }
  #ticket dl.after_ev_inner dd table tr td {
    display: block; } }

/* ================================================================ *
 * goods
 * ================================================================ */
@media (max-width: 700px) {
  #goods #pagenav ul li a, #goods #pagenav ul li span {
    width: 80px !important; } }

#goods #gheader .goods a:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

#goods #goodslist .box:nth-of-type(1) {
  padding-top: 70px; }

#goods #goodslist .box {
  padding: 40px 0 0; }
  #goods #goodslist .box h1 {
    color: #ccb268;
    font-size: 130%;
    line-height: 1.3;
    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-bottom: 10px;
    text-align: center; }
    #goods #goodslist .box h1 span {
      font-size: 80%;
      display: block;
      line-height: 1; }
    #goods #goodslist .box h1:after, #goods #goodslist .box h1:before {
      content: "";
      display: block;
      width: 100%;
      height: 0px;
      border-top: 3px double #ccb268; }
    #goods #goodslist .box h1:after {
      margin-left: 5px; }
    #goods #goodslist .box h1:before {
      margin-right: 5px; }
  #goods #goodslist .box .img {
    padding: 5px;
    width: 90%;
    max-width: 600px;
    max-height: 600px;
    margin: 10px auto; }
  #goods #goodslist .box .imglst {
    width: 100%;
    margin: 20px auto 30px;
    text-align: center;
    list-style: none; }
    #goods #goodslist .box .imglst li {
      display: inline-block;
      position: relative;
      cursor: pointer;
      width: 60px;
      height: 60px;
      margin: 0 2px;
      border: 1px solid rgba(204, 178, 104, 0.8);
      background: rgba(0, 0, 0, 0.5); }
      #goods #goodslist .box .imglst li img {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
  #goods #goodslist .box table {
    font-size: 14px;
    line-height: 150%;
    width: 1 00%;
    margin: 20px auto 0;
    border-top: 1px solid #ccb268;
    border-bottom: 1px solid #ccb268; }
    #goods #goodslist .box table tr {
      border-bottom: 1px dotted #ccb268; }
    #goods #goodslist .box table tr:nth-last-child(1) {
      border-bottom: none; }
    #goods #goodslist .box table th {
      padding: 5px 15px;
      width: 130px; }
    #goods #goodslist .box table td {
      padding: 5px 15px; }
  #goods #goodslist .box.attention {
    border-bottom: none;
    padding: 40px 50px; }
    #goods #goodslist .box.attention li {
      text-indent: -1em;
      padding-left: 1em; }
  #goods #goodslist .box .comp {
    background: rgba(76, 0, 0, 0.6);
    padding: 20px 20px 10px; }
    #goods #goodslist .box .comp dt {
      color: #000;
      font-weight: bold;
      text-align: center;
      background: #ccb268; }
    #goods #goodslist .box .comp dd {
      text-align: center;
      padding: 10px; }
      #goods #goodslist .box .comp dd .broimg {
        padding: 10px 0; }
      #goods #goodslist .box .comp dd p {
        text-align: left; }

#goods #time h3 {
  color: #ccb268;
  font-size: 120%;
  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; }
  #goods #time h3 span {
    font-size: 70%; }
  #goods #time h3:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-left: 5px;
    opacity: 0.8; }

#goods #time .box {
  margin-bottom: 100px; }
  #goods #time .box h3 {
    color: #ccb268;
    font-size: 115%;
    line-height: 1.3;
    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-bottom: 30px;
    text-align: center; }
    #goods #time .box h3:after, #goods #time .box h3:before {
      content: "";
      display: block;
      width: 100%;
      height: 0px;
      border-top: 3px double #ccb268; }
    #goods #time .box h3:after {
      margin-left: 5px; }
    #goods #time .box h3:before {
      margin-right: 5px; }

#goods #time .inbox {
  margin-bottom: 50px; }

#goods #time ul.time_info {
  list-style: none;
  width: 800px;
  text-align: left;
  margin: 0 auto 40px; }
  #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: #ccb268; }

#goods #annai .box ul.goods_info {
  text-align: left;
  margin: 0 0 40px; }

#goods #annai dl.attention {
  margin: 0 0 40px; }
  #goods #annai dl.attention dt {
    color: #ccb268;
    font-size: 115%;
    line-height: 1.3;
    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-bottom: 10px;
    text-align: center; }
    #goods #annai dl.attention dt:after, #goods #annai dl.attention dt:before {
      content: "";
      display: block;
      width: 100%;
      height: 0px;
      border-top: 3px double #ccb268; }
    #goods #annai dl.attention dt:after {
      margin-left: 5px; }
    #goods #annai dl.attention dt:before {
      margin-right: 5px; }
  #goods #annai dl.attention dd {
    font-size: 85%;
    line-height: 1.3;
    padding: 0 1em 0 2em;
    text-indent: -1em;
    margin: 0 0 5px;
    text-align: left; }

#goods #tuhan dl.tuhan_item {
  border: 1px solid #ccb268; }
  #goods #tuhan dl.tuhan_item dt {
    background: #ccb268;
    color: #000;
    padding: 5px 0; }
  #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(204, 178, 104, 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);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

#dvd #item .box, #dvd #event .box {
  padding: 70px 20px 0; }
  #dvd #item .box h1, #dvd #event .box h1 {
    color: #ccb268;
    font-size: 140%;
    white-space: nowrap;
    font-weight: bold;
    text-align: center; }
    #dvd #item .box h1 span, #dvd #event .box h1 span {
      font-size: 70%;
      display: inline-block;
      margin: 0 0 5px; }
    #dvd #item .box h1:after, #dvd #event .box h1:after {
      content: "";
      display: block;
      width: 100%;
      height: 0px;
      margin: 20px 0 0;
      border-top: 3px double #ccb268; }
  #dvd #item .box h2, #dvd #event .box h2 {
    color: #ccb268;
    background: rgba(76, 0, 0, 0.6);
    font-size: 120%;
    margin-top: 20px;
    padding: 10px; }
  #dvd #item .box h3, #dvd #event .box h3 {
    color: #ccb268;
    font-size: 110%;
    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 #item .box h3:after, #dvd #item .box h3:before, #dvd #event .box h3:after, #dvd #event .box h3:before {
      content: "";
      display: block;
      width: 100%;
      height: 0px;
      border-top: 3px double #ccb268; }
    #dvd #item .box h3:after, #dvd #event .box h3:after {
      margin-left: 5px; }
    #dvd #item .box h3:before, #dvd #event .box h3:before {
      margin-right: 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(76, 0, 0, 0.6); }
    #dvd #item .box .tokuten dt, #dvd #event .box .tokuten dt {
      text-align: center;
      background: rgba(0, 0, 0, 0.75);
      margin: 0 0 15px; }
    #dvd #item .box .tokuten dd, #dvd #event .box .tokuten dd {
      margin: 0 10px 0; }
      #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;
    text-align: center;
    color: #ccb268;
    font-size: 120%; }
  #dvd #event .box .wrap h3 {
    color: #ccb268;
    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: "";
      display: block;
      width: 100%;
      height: 1px;
      margin-left: 5px;
      opacity: 0.8; }
  #dvd #event .box .wrap .inner_box {
    margin-top: 70px;
    padding: 20px 20px 30px;
    background: rgba(76, 0, 0, 0.6); }
    #dvd #event .box .wrap .inner_box h2 {
      color: #ccb268;
      background: rgba(0, 0, 0, 0.75);
      padding: 5px 0; }
      #dvd #event .box .wrap .inner_box h2 span {
        font-size: 70%;
        line-height: 100%;
        display: inline-block;
        margin-bottom: 12px;
        padding: 4px 10px;
        border: 1px solid #ccb268;
        border-radius: 30px; }
    #dvd #event .box .wrap .inner_box ul {
      text-align: left; }
      #dvd #event .box .wrap .inner_box ul li {
        margin: 10px 0 0;
        padding-left: 1em;
        text-indent: -1em;
        list-style: none; }

@media (max-width: 700px) {
  #dvd #item .box, #dvd #event .box {
    padding: 70px 0 0; }
    #dvd #item .box .wrap, #dvd #event .box .wrap {
      padding: 0 0; } }

/* ================================================================ *
 * guide
 * ================================================================ */
#guide #gheader .guide a:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

#guide .box dl {
  text-align: left; }
  #guide .box dl dt {
    color: #d8ceb5;
    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.2;
    padding-left: 0.5em;
    text-indent: -0.5em;
    border-bottom: 1px solid rgba(216, 206, 181, 0.5);
    padding-bottom: 5px;
    margin-bottom: 5px; }
  #guide .box dl dd {
    margin-bottom: 60px; }

/* ================================================================ *
 * special
 * ================================================================ */
#special #gheader .special a:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

#special #movie ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none; }
  #special #movie ul li {
    max-width: 48%;
    margin: 0 0 40px 0; }
    #special #movie ul li h2 {
      margin-bottom: 5px; }
    #special #movie ul li img {
      border: 1px solid #ccb268; }
  #special #movie ul li:last-child, #special #movie ul li:nth-last-child(2) {
    margin: 0 0 0 0; }

@media (max-width: 700px) {
  #special #movie ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #special #movie ul li {
      max-width: 80%;
      margin: 0 0 40px 0; }
    #special #movie ul li:last-child {
      margin: 0; }
    #special #movie ul li:nth-last-child(2) {
      margin: 0 0 40px 0; } }

/* ================================================================ *
 * popup
 * ================================================================ */
#n_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1003;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  -o-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%);
    -ms-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%);
      -ms-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);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: all 0.5s ease-out 0.3s;
      -o-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);
      -ms-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;
    -o-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: 1px;
      top: 50%;
      left: 0;
      background: #ccb268;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    #n_popup .close:before {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #n_popup .close:after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #n_popup .close:hover {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
