@charset "UTF-8";
/* Scss Document */
@import url(common.css);
/* Scss Document */
/*メディアクエリ*/
/*例*/
.hoge {
  color: blue; }
  @media screen and (max-width: 849px) {
    .hoge {
      color: yellow; } }
  @media screen and (max-width: 479px) {
    .hoge {
      color: red; } }

@media screen and (max-width: 1279px) {
  body {
    /*background: skyblue;*/ } }
@media screen and (max-width: 849px) {
  body {
    /*background: pink;*/ } }
@media screen and (max-width: 479px) {
  body {
    /*background: silver;*/ } }

/**************************/
html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */ }
  @media screen and (max-width: 849px) {
    html {
      font-size: 62.5%;
      /* 16px x 0.625 = 10px(=1rem) */ } }
  @media screen and (max-width: 479px) {
    html {
      font-size: 63%;
      /*50*/
      /* 16px x 0.625 = 10px(=1rem) */ } }

body {
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  line-height: 1.5em;
  font-size: 1.6rem;
  /* 16px */
  -webkit-text-size-adjust: 100%;
  color: #fff9ee;
  font-family: "游明朝体", YuMincho, serif;
  background: #060817; }

.Android {
  font-family: "source-han-serif-japanese",serif; }

.fontGothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }

/*テーマカラー*/
a,
.colorMain {
  color: #78d1ff; }

a:hover {
  text-decoration: none; }

.ttlDeco01 {
  font-weight: bold;
  background: url(../images/ttl_deco.png) center 0/100px auto no-repeat;
  font-size: 4.0rem;
  padding: 40px 0 30px 0;
  line-height: 1.2em;
  text-align: center;
  min-height: 66px;
  color: #dcdcdc;
  text-shadow: 2px 2px 0 #332103, -2px -2px 0 #332103, -2px 2px 0 #332103, 2px -2px 0 #332103, 0px 2px 0 #332103, -2px 0 #332103, -2px 0 0 #332103, 2px 0 0 #332103; }
  @media screen and (max-width: 849px) {
    .ttlDeco01 {
      background: url(../images/ttl_deco.png) center 0/70px auto no-repeat;
      margin: 0 auto;
      padding: 20px 0;
      min-height: 50px;
      font-size: 3.5rem;
      min-height: 50px; } }

.ttlDeco01_2 {
  font-weight: bold;
  background: url(../images/ttl_deco2.png) center 0/100px auto no-repeat;
  font-size: 4.0rem;
  padding: 40px 0 30px 0;
  line-height: 1.2em;
  text-align: center;
  min-height: 182px;
  text-shadow: 2px 2px 0 #332103, -2px -2px 0 #332103, -2px 2px 0 #332103, 2px -2px 0 #332103, 0px 2px 0 #332103, -2px 0 #332103, -2px 0 0 #332103, 2px 0 0 #332103; }
  @media screen and (max-width: 479px) {
    .ttlDeco01_2 {
      background: url(../images/ttl_deco2.png) center 0/70px auto no-repeat;
      margin: 0 auto;
      padding: 20px 0;
      min-height: 50px;
      font-size: 3.5rem;
      min-height: 50px; } }

.ttlDeco02 {
  font-size: 3.0rem;
  line-height: 1.6em;
  font-weight: bold;
  margin: 60px auto 0;
  text-align: center;
  align-items: center;
  color: #fff; }
  @media screen and (max-width: 849px) {
    .ttlDeco02 {
      margin: 50px auto 0; } }
  @media screen and (max-width: 479px) {
    .ttlDeco02 {
      margin: 40px auto 0;
      padding: 0 0 30px 0; } }

.colorBlue {
  color: #00a0e9; }

.colorRed {
  color: #78d1ff !important; }

.colorOrange {
  color: #fb7e53; }

.colorPurple {
  color: #ff7bf7; }

.colorGray {
  color: #484848; }

.colorWhite {
  color: #fff; }

.listBox li {
  /*margin-top: 0.3em;
  margin-bottom: 0.3em;*/
  line-height: 1.5em;
  margin: 0.3em 0 0 0;
  padding-left: 1em;
  text-indent: -1em; }

.txtS {
  font-size: 0.8em; }

.txtM {
  font-size: 0.9em; }

.txtL {
  font-size: 1.2em; }

.indent {
  padding-left: 1em;
  text-indent: -1em; }

.indent2 {
  margin-left: 1.0em; }

.txtThr {
  text-decoration: line-through; }

.fawesome {
  color: #c8ba9e;
  margin: 0 0.3em 0 0; }

hr {
  max-width: 500px;
  margin: 3.5em auto 0;
  border: 0;
  border-top: 1px solid #ddd; }

.hr2 {
  max-width: 500px;
  margin: 5em auto !important;
  border: 0;
  border-top: medium double #ddd; }

.hr3 {
  max-width: 50px;
  margin: 3em auto 0;
  border: 0;
  border-top: 1px solid #ddd; }

.pcNone {
  display: inline-block; }
  @media screen and (max-width: 849px) {
    .pcNone {
      display: none; } }

.spNone {
  display: none; }
  @media screen and (max-width: 849px) {
    .spNone {
      display: inline-block; } }

.pcNoneB {
  display: block; }
  @media screen and (max-width: 849px) {
    .pcNoneB {
      display: none; } }

.spNoneB {
  display: none; }
  @media screen and (max-width: 849px) {
    .spNoneB {
      display: block; } }

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.btn1 {
  text-align: center; }
  .btn1 a {
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 0.5em 1.5em;
    transition: all .3s; }
    .btn1 a:hover {
      background: #fff;
      color: #000; }

.bdrDeco {
  border: 1px solid #332103;
  padding: 1em; }

/********************

header

*********************/
header {
  position: fixed;
  width: 100%;
  z-index: 9999; }

.headerWrap {
  height: 60px;
  display: flex;
  /*justify-content: flex-end;*/
  margin-right: auto;
  align-items: center;
  padding: 0 15px 0 10px;
  background-color: rgba(29, 40, 71, 0.7); }
  .headerWrap > :last-child {
    margin-left: auto; }
  .headerWrap a {
    color: #b9aeae;
    text-decoration: none; }
  .headerWrap .ttlTxt {
    text-align: left;
    letter-spacing: -0.0px;
    line-height: 1.1em;
    font-weight: 700;
    color: #fff; }
  .headerWrap .ttl {
    margin: 0px 20px 0 0;
    text-align: left;
    letter-spacing: -0.0px;
    line-height: 1.2em;
    font-weight: 700;
    color: #b9aeae; }
    .headerWrap .ttl .font-16 {
      font-weight: bold; }
    @media screen and (max-width: 849px) {
      .headerWrap .ttl span.font-12 {
        font-size: 1.5rem; }
      .headerWrap .ttl span.font-16 {
        font-size: 1.9rem; } }
  .headerWrap .ttl .font-12 {
    display: inline-block; }
    @media screen and (max-width: 479px) {
      .headerWrap .ttl .font-12 {
        font-size: 13px !important; } }
  @media screen and (max-width: 479px) {
    .headerWrap .ttl .font-15 {
      font-size: 16px !important; } }
  .headerWrap .navBox {
    background: none;
    padding-top: 5px; }
    @media screen and (max-width: 1030px) {
      .headerWrap .navBox {
        padding-top: 0; } }
    @media screen and (max-width: 849px) {
      .headerWrap .navBox {
        background: #fff; } }
  @media screen and (max-width: 1030px) {
    .headerWrap .drawer-nav {
      background: #1d283d; } }
  .headerWrap .navBox .drawer-menu {
    display: flex;
    font-size: 1.35rem; }
    @media screen and (max-width: 1030px) {
      .headerWrap .navBox .drawer-menu {
        display: block;
        padding-top: 3rem;
        padding-bottom: 2rem;
        font-size: 1.8rem; } }
    .headerWrap .navBox .drawer-menu li {
      font-weight: 8;
      /*                &:last-child a{
                          border-right: none;
                      }*/ }
      .headerWrap .navBox .drawer-menu li a {
        font-weight: 8;
        text-decoration: none;
        padding: 8px 10px;
        border-right: 1px solid #fff; }
        @media screen and (max-width: 1030px) {
          .headerWrap .navBox .drawer-menu li a {
            display: block;
            border-right: none; } }
      .headerWrap .navBox .drawer-menu li .noLink {
        text-decoration: none;
        padding: 10px 15px;
        border-right: 1px solid #fff;
        color: #707070; }
        @media screen and (max-width: 1030px) {
          .headerWrap .navBox .drawer-menu li .noLink {
            display: block;
            border-right: none; } }
        .headerWrap .navBox .drawer-menu li .noLink .font-12 {
          color: #ffe488;
          font-weight: normal; }
          @media screen and (max-width: 849px) {
            .headerWrap .navBox .drawer-menu li .noLink .font-12 {
              color: #ffe486; } }
      .headerWrap .navBox .drawer-menu li:last-child .noLink {
        border-right: none; }
  .headerWrap .navBox .slideBdr {
    position: absolute;
    top: -11px;
    /*-18*/
    left: 14.5px;
    /*margin-left: -22px;*/
    width: 44px;
    height: 4px;
    background-color: #78d1ff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .headerWrap .snsBox {
    display: flex; }
    @media screen and (max-width: 1030px) {
      .headerWrap .snsBox {
        justify-content: center;
        padding-bottom: 3.75rem; } }
    .headerWrap .snsBox li {
      margin: 0 0 0 5px; }
      @media screen and (max-width: 1030px) {
        .headerWrap .snsBox li {
          margin: 0 2px 0; } }
      .headerWrap .snsBox li img {
        width: 23px; }

.drawer-container {
  margin-right: 0;
  margin-left: 3em; }

.drawer-toggle {
  width: 30px !important;
  height: 30px !important; }

.drawer-navbar .drawer-navbar-header {
  border: none; }

.drawer-hamburger {
  padding: 0;
  position: relative; }

.drawer-navbar-header {
  height: auto; }

@media (min-width: 64em) {
  .drawer-container {
    max-width: 70rem; } }
.mainWrap {
  background: url("../images/mv_bg.png") no-repeat center 0;
  background-size: 110% auto; }
  @media screen and (max-width: 849px) {
    .mainWrap {
      background: url("../images/mv_bg.png") no-repeat center 0;
      background-size: 250% auto; } }
  @media screen and (max-width: 479px) {
    .mainWrap {
      background: url("../images/mv_bg.png") no-repeat center 0;
      background-size: 300% auto; } }

/********************

top wrap

*********************/
#topWrap_id .oneColumn {
  margin: 0 auto 0;
  /*61px*/
  /*imgBox*/ }
  #topWrap_id .oneColumn .imgBox {
    position: relative;
    width: 100%; }
    @media screen and (max-width: 849px) {
      #topWrap_id .oneColumn .imgBox {
        width: auto; } }
    #topWrap_id .oneColumn .imgBox img {
      width: 100%;
      height: auto; }
    #topWrap_id .oneColumn .imgBox .date {
      position: absolute;
      top: 70px;
      right: 30px;
      width: 310px; }
    #topWrap_id .oneColumn .imgBox .txt1 {
      position: relative;
      font-size: 1.9rem;
      color: #dcdcdc;
      line-height: 1.7em;
      padding: 1em 0 0 0;
      background: url("../images/bg_txt.png") no-repeat center 0/157px 516px;
      z-index: 2; }
      @media screen and (max-width: 849px) {
        #topWrap_id .oneColumn .imgBox .txt1 {
          margin: 5% auto 0;
          background: url("../images/bg_txt.png") no-repeat center 0/170px auto; } }
      @media screen and (max-width: 479px) {
        #topWrap_id .oneColumn .imgBox .txt1 {
          font-size: 1.5rem;
          margin: 5% auto 0; } }
    @media screen and (max-width: 849px) {
      #topWrap_id .oneColumn .imgBox .desBox .lead {
        margin: 0 1.5em; } }
    #topWrap_id .oneColumn .imgBox .desBox .catch1 {
      width: 1200px;
      margin: 0 auto;
      text-align: center;
      padding: 0 0 4em 0; }
      @media screen and (max-width: 849px) {
        #topWrap_id .oneColumn .imgBox .desBox .catch1 {
          width: 100%;
          padding-bottom: 0; } }
      #topWrap_id .oneColumn .imgBox .desBox .catch1 img {
        width: 100%; }
    #topWrap_id .oneColumn .imgBox .desBox .catch2 {
      width: 800px;
      margin: 0 auto;
      text-align: center;
      padding: 4em 0 0 0; }
      @media screen and (max-width: 849px) {
        #topWrap_id .oneColumn .imgBox .desBox .catch2 {
          width: 100%;
          padding: 2em 0 0 0; } }
      #topWrap_id .oneColumn .imgBox .desBox .catch2 img {
        width: 100%; }
    #topWrap_id .oneColumn .imgBox .decoTxt {
      margin: 0 5%; }
    #topWrap_id .oneColumn .imgBox .kvBox {
      display: flex;
      justify-content: center;
      max-width: 1300px;
      margin: 30px auto 0;
      flex-direction: row-reverse;
      align-items: center; }
      @media screen and (max-width: 1279px) {
        #topWrap_id .oneColumn .imgBox .kvBox {
          padding: 0 5% 0; } }
      @media screen and (max-width: 1000px) {
        #topWrap_id .oneColumn .imgBox .kvBox {
          display: block; } }
      @media screen and (max-width: 849px) {
        #topWrap_id .oneColumn .imgBox .kvBox {
          width: 100%;
          margin: 0 auto 0; } }
      #topWrap_id .oneColumn .imgBox .kvBox .imgBox {
        width: 40%;
        margin: 0 0 0 2%;
        justify-content: space-between;
        display: flex; }
        @media screen and (max-width: 1000px) {
          #topWrap_id .oneColumn .imgBox .kvBox .imgBox {
            width: 70%;
            margin: 0 auto 10px; } }
        @media screen and (max-width: 849px) {
          #topWrap_id .oneColumn .imgBox .kvBox .imgBox {
            width: 100%; } }
        #topWrap_id .oneColumn .imgBox .kvBox .imgBox .img {
          width: 48%;
          height: auto; }

.movieBox {
  max-width: 900px;
  text-align: center;
  margin: 50px auto 0px;
  padding: 5em 5% 0; }
  @media screen and (max-width: 849px) {
    .movieBox {
      margin: 0 auto 0px; } }

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden; }

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.movieLink {
  max-width: 900px;
  margin: 0.5em auto 0;
  padding: 0 5% 0;
  text-align: right;
  font-size: 0.8em; }

/********************

news wrap

*********************/
#newsWrap_id {
  max-width: 1020px;
  margin: 40px auto 0;
  padding: 8rem 0 0 0;
  text-align: left; }
  @media screen and (max-width: 1279px) {
    #newsWrap_id {
      max-width: 100%;
      margin: 0 auto 0;
      padding: 10rem 0 0; } }
  #newsWrap_id .ttlDeco01 {
    max-width: 1020px;
    margin: 0 auto 5%; }
  #newsWrap_id .snsBox {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 3%; }
    #newsWrap_id .snsBox li {
      margin: 0 0 0 5px; }
      #newsWrap_id .snsBox li a {
        display: block;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        padding: 2px 15px 2px 33px;
        color: #fff;
        font-family: "source-han-sans-japanese",sans-serif;
        text-decoration: none; }
        @media screen and (max-width: 849px) {
          #newsWrap_id .snsBox li a {
            padding: 2px 15px 2px 30px; } }
      #newsWrap_id .snsBox li:nth-child(1) a {
        background: url(../images/btnlink_facebook.png) no-repeat #3B5998 5px center/18px 18px; }
      #newsWrap_id .snsBox li:nth-child(2) a {
        background: url(../images/btnlink_twitter.png) no-repeat #1DA1F2 5px center/18px 18px; }

@media screen and (max-width: 1279px) {
  #newsWrap_id .decoP {
    padding: 0 5% 0; } }

#newsWrap_id .flexBox {
  margin: 0 auto;
  max-width: 1020px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1279px) {
    #newsWrap_id .flexBox {
      padding: 0 5% 0; } }
  @media screen and (max-width: 849px) {
    #newsWrap_id .flexBox {
      flex-direction: column; } }
  #newsWrap_id .flexBox .newsBox {
    width: 490px;
    margin-right: 4%;
    padding: 10px 0 0 0;
    height: 360px;
    overflow: scroll;
    overflow-x: hidden; }
    @media screen and (max-width: 849px) {
      #newsWrap_id .flexBox .newsBox {
        width: auto;
        margin-right: 0;
        margin-bottom: 5%;
        height: 300px; } }
    #newsWrap_id .flexBox .newsBox dl {
      padding-right: 2rem; }
      @media screen and (max-width: 849px) {
        #newsWrap_id .flexBox .newsBox dl {
          padding-right: 1rem; } }
      #newsWrap_id .flexBox .newsBox dl dt {
        font-size: 1.4rem;
        margin: 0 0 10px 0; }
      #newsWrap_id .flexBox .newsBox dl dd {
        font-family: "source-han-sans-japanese",sans-serif;
        margin: 0 0 23px 0;
        padding: 0 0 23px 0;
        border-bottom: 1px solid #332103; }
  #newsWrap_id .flexBox .twitterBox {
    width: 490px;
    height: 360px;
    overflow: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    /*-- これが重要っぽい --*/
    /*overflow-scrolling: touch;*/
    /*-- これも重要そう --*/ }
    @media screen and (max-width: 849px) {
      #newsWrap_id .flexBox .twitterBox {
        width: auto; } }

/********

はじめに

******/
#firstWrap_id {
  max-width: 1020px;
  margin: 70px auto 0;
  padding: 8rem 0 0 0;
  text-align: left; }
  @media screen and (max-width: 1279px) {
    #firstWrap_id {
      max-width: 100%;
      margin: 5%  auto 0;
      padding: 8rem 5% 0; } }
  #firstWrap_id .ttlDeco01 {
    max-width: 1020px;
    margin: 0 auto 5%; }
  #firstWrap_id .txt {
    margin: 0 auto;
    max-width: 600px; }
  #firstWrap_id .name {
    text-align: right;
    max-width: 600px;
    margin: 3em auto 0; }

/********************

about wrap

*********************/
#aboutWrap_id {
  width: 100%;
  margin: 90px auto 0;
  padding: 8rem 5% 0;
  /*background: url("../images/bg_blue.png") center 0 / cover no-repeat;*/ }
  @media screen and (max-width: 1279px) {
    #aboutWrap_id {
      margin: 0 auto 0;
      padding: 10rem 5% 0; } }

.aboutWrap {
  max-width: 1020px;
  margin: 0 auto;
  text-align: left; }

#aboutWrap_id .firstWrap {
  line-height: 1.9em; }

#aboutWrap_id .storyWrap {
  line-height: 1.9em; }

#aboutWrap_id .scheduleWrap {
  line-height: 1.9em; }
  #aboutWrap_id .scheduleWrap .flexBox {
    display: flex;
    justify-content: space-between;
    margin: 35px 0 0 0; }
    @media screen and (max-width: 849px) {
      #aboutWrap_id .scheduleWrap .flexBox {
        flex-direction: column; } }
    #aboutWrap_id .scheduleWrap .flexBox .box {
      width: 47%;
      line-height: 1.5em;
      font-family: "source-han-sans-japanese",sans-serif;
      /*table*/ }
      @media screen and (max-width: 849px) {
        #aboutWrap_id .scheduleWrap .flexBox .box {
          width: 100%; } }
      @media screen and (max-width: 849px) {
        #aboutWrap_id .scheduleWrap .flexBox .box:nth-child(1) {
          margin-bottom: 6rem; } }
      #aboutWrap_id .scheduleWrap .flexBox .box .map {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 75%; }
      #aboutWrap_id .scheduleWrap .flexBox .box .map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      #aboutWrap_id .scheduleWrap .flexBox .box h3 {
        font-size: 2.4rem;
        border-bottom: 2px solid #fff;
        font-weight: bold;
        margin: 0 0 15px 0;
        padding: 0 0 5px 0;
        font-family: "source-han-serif-japanese",serif; }
        @media screen and (max-width: 849px) {
          #aboutWrap_id .scheduleWrap .flexBox .box h3 {
            font-size: 2.8rem; } }
      #aboutWrap_id .scheduleWrap .flexBox .box table {
        text-align: center;
        width: 100%;
        margin: 15px auto 0;
        font-size: 1.4rem;
        line-height: 1.3em;
        table-layout: fixed;
        background: #1d283d; }
        #aboutWrap_id .scheduleWrap .flexBox .box table tr {
          border: 1px solid #3f4c65; }
          #aboutWrap_id .scheduleWrap .flexBox .box table tr th {
            padding: 10px 0;
            border: 1px solid #3f4c65;
            font-weight: bold; }
          #aboutWrap_id .scheduleWrap .flexBox .box table tr td {
            border: 1px solid #3f4c65;
            padding: 10px 0;
            color: #78d1ff; }
        #aboutWrap_id .scheduleWrap .flexBox .box table tr:nth-child(even) td,
        #aboutWrap_id .scheduleWrap .flexBox .box table tr:nth-child(even) th {
          background: #3f4c65; }
        #aboutWrap_id .scheduleWrap .flexBox .box table .colorRed {
          font-size: 120%; }
        #aboutWrap_id .scheduleWrap .flexBox .box table .deco01 {
          color: #fb7e53; }
        #aboutWrap_id .scheduleWrap .flexBox .box table .deco03 {
          vertical-align: middle; }
        #aboutWrap_id .scheduleWrap .flexBox .box table .deco04 {
          color: #fff; }
        #aboutWrap_id .scheduleWrap .flexBox .box table .star {
          font-size: 95%;
          color: #ca7a09; }
        #aboutWrap_id .scheduleWrap .flexBox .box table .rhombus {
          font-size: 95%;
          color: #F34548; }
      #aboutWrap_id .scheduleWrap .flexBox .box .starBox .ttl {
        color: #ca7a09; }
      #aboutWrap_id .scheduleWrap .flexBox .box .rhombusBox .ttl {
        color: #F34548; }
      #aboutWrap_id .scheduleWrap .flexBox .box h4 {
        margin: 35px 0 5px 0;
        padding: 0 0 0 0.3em;
        border-left: 5px solid #78d1ff; }
      #aboutWrap_id .scheduleWrap .flexBox .box .address {
        margin: 0 0 30px 0; }

/*.heightSet{
	height: 500px;
	@include mq-down() {
		height: auto;
	}

}*/
/********************

castWrap

*********************/
#castWrap_id {
  width: 100%;
  padding: 1.0rem 5% 0;
  background: url("../images/bg_blue.png") center 0/cover no-repeat;
  margin: 90px auto 0;
  padding: 8rem 0 0 0;
  text-align: left; }
  @media screen and (max-width: 1279px) {
    #castWrap_id {
      margin: 0 auto 0;
      padding: 10rem 5% 0; } }
  @media screen and (max-width: 849px) {
    #castWrap_id {
      background: url("../images/bg_blue.png") center 0/200% auto no-repeat; } }

#castWrap_id .ttlDeco01 {
  max-width: 1020px;
  margin: 0 auto; }

#castWrap_id .ttlDeco02 {
  margin-bottom: 5rem; }
  @media screen and (max-width: 849px) {
    #castWrap_id .ttlDeco02 {
      margin-bottom: 0rem; } }

#castWrap_id .castWrap {
  /*color: #fff;*/ }
  #castWrap_id .castWrap .imgBox {
    display: flex; }
  #castWrap_id .castWrap .decoBr {
    display: none; }
    @media screen and (max-width: 1200px) {
      #castWrap_id .castWrap .decoBr {
        display: block; } }
    @media screen and (max-width: 849px) {
      #castWrap_id .castWrap .decoBr {
        display: none; } }
  #castWrap_id .castWrap .txt {
    font-size: 2.0rem;
    line-height: 1.3em;
    font-weight: bold; }
  #castWrap_id .castWrap .txt2 {
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 1.3em;
    color: #a8abbe; }
  #castWrap_id .castWrap .txt3 {
    margin-bottom: 5px;
    line-height: 1em !important;
    background: #f90000;
    padding: 5px 0;
    font-size: 3rem;
    font-weight: bold; }
  #castWrap_id .castWrap .flexBox {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap; }
    #castWrap_id .castWrap .flexBox .box {
      width: 300px;
      /*400*/
      text-align: center; }
    #castWrap_id .castWrap .flexBox .box .img {
      position: relative;
      margin-bottom: 15px;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
      @media screen and (max-width: 849px) {
        #castWrap_id .castWrap .flexBox .box .img {
          cursor: pointer; } }
      @media screen and (max-width: 479px) {
        #castWrap_id .castWrap .flexBox .box .img {
          margin-bottom: 10px; } }
      #castWrap_id .castWrap .flexBox .box .img:hover {
        transition: all .3s ease-in-out; }
        @media screen and (max-width: 849px) {
          #castWrap_id .castWrap .flexBox .box .img:hover {
            transition: none; } }
        #castWrap_id .castWrap .flexBox .box .img:hover .v2 {
          opacity: 0; }
          @media screen and (max-width: 849px) {
            #castWrap_id .castWrap .flexBox .box .img:hover .v2 {
              opacity: 1; } }
      #castWrap_id .castWrap .flexBox .box .img img {
        border: 1px solid #b9aeae;
        transition: all .3s ease-in-out; }
        #castWrap_id .castWrap .flexBox .box .img img.v2 {
          position: absolute;
          top: 0;
          left: 0; }
    #castWrap_id .castWrap .flexBox .box p {
      line-height: 1.2em; }
      @media screen and (max-width: 479px) {
        #castWrap_id .castWrap .flexBox .box p .font-20 {
          font-size: 2.2rem; } }
  #castWrap_id .castWrap .flexBox01 .box {
    margin: 0 20px 3em; }
    @media screen and (max-width: 849px) {
      #castWrap_id .castWrap .flexBox01 .box {
        margin: 0 60px 7%; } }
    @media screen and (max-width: 479px) {
      #castWrap_id .castWrap .flexBox01 .box {
        margin: 0 auto 10%; } }
  #castWrap_id .castWrap .space1 {
    padding-top: 4em; }
  #castWrap_id .castWrap .space2 {
    padding-top: 5em; }
  #castWrap_id .castWrap .flexBox02 {
    max-width: 1024px; }
  #castWrap_id .castWrap .deco01 {
    color: #bfbfbf;
    text-align: center; }

/*castWrap_id*/
#castWrap_id .btnMessage {
  margin: 1em auto 0;
  display: inline-block; }
  #castWrap_id .btnMessage a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #78d1ff;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    padding: 0.3em 1.5em;
    line-height: 1em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
    #castWrap_id .btnMessage a::after {
      content: '';
      width: 8px;
      height: 8px;
      border-top: 3px solid #FFF;
      border-right: 3px solid #FFF;
      transform: rotate(45deg);
      margin: 0 0 0 0.5em; }

#castWrap_id .otherCast {
  margin: 1em auto 0; }
  #castWrap_id .otherCast .txt {
    text-align: center;
    line-height: 1.7em; }

#castWrap_id .txtCast {
  text-align: center;
  margin-top: 2em; }
  @media screen and (max-width: 849px) {
    #castWrap_id .txtCast {
      margin-top: 0; } }
  #castWrap_id .txtCast h4 {
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 0.5em; }
  #castWrap_id .txtCast .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  #castWrap_id .txtCast .box div {
    font-size: 2.1rem;
    font-weight: bold;
    color: #fee0e4;
    margin: 0.5em 0.5em;
    line-height: 1.8em; }

#castWrap_id .staffWrap {
  text-align: center; }
  @media screen and (max-width: 849px) {
    #castWrap_id .staffWrap {
      margin-top: 50px; } }
  #castWrap_id .staffWrap .txt {
    line-height: 1.6em;
    color: #a8abbe; }
  #castWrap_id .staffWrap .btnMessage {
    margin: 0.5em auto 0; }

/********************

attentionWrap

*********************/
#linkRepeat {
  position: absolute;
  top: -100px;
  left: 0; }

#attentionWrap_id {
  width: 100%;
  margin: 90px auto 4em;
  padding: 8rem 5% 0;
  /*background: url("../images/bg_blue.png") center 0 / cover no-repeat;*/ }
  @media screen and (max-width: 1279px) {
    #attentionWrap_id {
      margin: 50px auto 2em;
      padding: 8rem 5% 2%; } }
  @media screen and (max-width: 849px) {
    #attentionWrap_id {
      margin: 0 auto 2em;
      padding: 4rem 5% 0; } }

.attentionWrap {
  max-width: 1020px;
  margin: 0 auto;
  text-align: left; }

#attentionWrap_id .firstWrap {
  line-height: 1.9em; }

#attentionWrap_id .storyWrap {
  line-height: 1.9em; }

#attentionWrap_id dl.box {
  margin-top: 9rem; }
  @media screen and (max-width: 1279px) {
    #attentionWrap_id dl.box {
      margin-top: 5rem; } }
  #attentionWrap_id dl.box dt {
    font-weight: bold;
    font-size: 1.8rem;
    margin: 4.0rem 0 0 0;
    position: relative; }
  #attentionWrap_id dl.box dd {
    font-family: "source-han-sans-japanese",sans-serif;
    margin: 1.0rem 0 0 1.2em; }

.attentionWrap .listBox li {
  margin-bottom: 0.5em; }

.attentionWrap .smallCon {
  margin: 0 2em; }
  @media screen and (max-width: 479px) {
    .attentionWrap .smallCon {
      margin: 0; } }

/********************

ticketWrap

*********************/
#ticketWrap_id {
  color: #fff;
  width: 100%;
  padding: 9rem 5% 6em;
  margin: 90px auto 0;
  text-align: left; }
  @media screen and (max-width: 1279px) {
    #ticketWrap_id {
      margin: 5rem auto 0;
      padding: 8rem 5% 5em; } }
  @media screen and (max-width: 849px) {
    #ticketWrap_id {
      margin: 6rem auto 0;
      padding: 10rem 5% 5em; } }
  #ticketWrap_id .list li {
    margin: 0 0 0.8em;
    line-height: 1.3em; }
  #ticketWrap_id .attention {
    text-align: left;
    font-size: 90%;
    max-width: 1020px;
    margin: 20px auto 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
    #ticketWrap_id .attention ul {
      margin: 20px 0 0 1em; }
      #ticketWrap_id .attention ul li {
        padding-left: 1em;
        text-indent: -1em;
        margin: 0.5em 0 0 0; }

#ticketWrap_id .ttlDeco01 {
  max-width: 1020px;
  margin: 0 auto; }

@media screen and (max-width: 479px) {
  #ticketWrap_id .ttlDeco02 {
    margin-top: 3.5rem;
    padding: 0; } }

#ticketWrap_id .ticketWrap .box {
  text-align: center; }
  #ticketWrap_id .ticketWrap .box .deco {
    line-height: 2.5em; }

@media screen and (max-width: 849px) {
  #ticketWrap_id .ticketWrap .box .decoH {
    line-height: 2.3em; } }

@media screen and (max-width: 1279px) {
  #ticketWrap_id .theaterWrap {
    margin-top: 20% !important; } }

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  /*calc(50% - 25px)*/
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px; }

#ticketWrap_id .theaterWrap .tbl {
  width: 820px;
  margin: 50px auto 0;
  /* 地域別BGカラー
  --------------------------------*/ }
  #ticketWrap_id .theaterWrap .tbl tr {
    background: #fff; }
  #ticketWrap_id .theaterWrap .tbl tr.space td {
    height: 50px; }
  #ticketWrap_id .theaterWrap .tbl th {
    padding: 5px 8px;
    text-align: center;
    background: #f2eef0;
    vertical-align: central;
    border: 1px solid #d2d2d2;
    white-space: nowrap;
    vertical-align: middle; }
  #ticketWrap_id .theaterWrap .tbl td {
    padding: 5px 8px;
    text-align: left;
    vertical-align: central;
    border: 1px solid #d2d2d2;
    vertical-align: middle; }
  #ticketWrap_id .theaterWrap .tbl .tohoku {
    background: #facab0; }
  #ticketWrap_id .theaterWrap .tbl .kanto {
    background: #c3f0cc; }
  #ticketWrap_id .theaterWrap .tbl .chubu {
    background: #d1eff5; }
  #ticketWrap_id .theaterWrap .tbl .kansai {
    background: #ecd9e5; }
  #ticketWrap_id .theaterWrap .tbl .chugoku {
    background: #fee6a6; }
  #ticketWrap_id .theaterWrap .tbl .kyushu {
    background: #c8deef; }
  #ticketWrap_id .theaterWrap .tbl .ticketMae {
    width: 67px;
    height: 15px;
    background: url(../images/ticket_maeuri.gif) no-repeat;
    float: left;
    margin: 2px; }
  #ticketWrap_id .theaterWrap .tbl .ticketMae span {
    visibility: hidden;
    font-size: 1px;
    line-height: 1px; }
  #ticketWrap_id .theaterWrap .tbl .ticketMae a {
    display: block; }

/********************

footer wrap

*********************/
footer {
  color: #a8abbe; }

footer a {
  text-decoration: none;
  color: #a8abbe; }

footer a.link {
  text-decoration: underline; }

footer .flexBox {
  margin: 65px 0 0px;
  padding: 0 0 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  @media screen and (max-width: 849px) {
    footer .flexBox {
      display: block;
      margin: 0 5%;
      padding: 0 0 20px 0; } }
  footer .flexBox p {
    line-height: 1.4em;
    text-align: left;
    padding: 0 20px 0 0;
    margin-top: 1.5rem; }
    @media screen and (max-width: 849px) {
      footer .flexBox p {
        padding: 0 0 0 0;
        text-align: center; } }
  footer .flexBox .banner {
    max-width: 180px; }
    @media screen and (max-width: 849px) {
      footer .flexBox .banner {
        text-align: center;
        margin: 0 auto; } }

.pagetop {
  padding-top: 3em;
  padding-bottom: 1em;
  margin: 0 auto;
  text-align: center; }

.pagetop a {
  position: relative;
  display: inline-block;
  color: #000;
  vertical-align: middle;
  text-decoration: none; }

.pagetop a::before,
.pagetop a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle; }

.pagetop a::before {
  left: -11px;
  width: 22px;
  height: 22px;
  border-top: 8px solid #78d1ff;
  border-right: 8px solid #78d1ff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/********************

policy wrap

*********************/
header.policy {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  margin: 10px 0 0 10px;
  text-align: left;
  letter-spacing: -0.0px;
  line-height: 1.1em;
  font-weight: 700; }
  header.policy .font-10 {
    display: inline-block;
    margin: 0 0 0 0.7rem; }
  header.policy a {
    text-decoration: none; }

section.policy {
  max-width: 1020px;
  margin: 12rem auto 0;
  text-align: left; }
  @media screen and (max-width: 1279px) {
    section.policy {
      padding: 0 5%; } }

.policyWrap {
  margin-top: 9rem;
  font-family: "source-han-sans-japanese",sans-serif; }
  .policyWrap .box {
    margin-top: 5rem;
    margin-bottom: 5rem;
    text-align: right;
    line-height: 1.8em; }

.back {
  margin-top: 7rem;
  margin-bottom: 3rem;
  text-align: center;
  font-family: "source-han-sans-japanese",sans-serif; }

/********************

goods wrap

*********************/
/*#goodsWrap_id{
	width: 100%;
	margin: 90px auto 0;
	padding: 8rem 5% 0;
	@include mq-down(xl) {
		margin: 50px auto 0;
        padding: 8rem 5% 0;
	}
}
.goodsWrap{
    max-width: $fixWidth01;
    margin: 0 auto;
    text-align: left;
	
	.box{
		margin: 5rem 40px;
		
	
	}
}
*/
#goodsWrap_id {
  max-width: 1020px;
  margin: 0 auto 0;
  padding: 10rem 5% 0;
  text-align: left; }

#goodsWrap_id .goodsWrap {
  /*swiperBox*/
  /*swiperBox*/ }
  #goodsWrap_id .goodsWrap .flexBox {
    font-family: "source-han-sans-japanese",sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 35px 0 40px 0; }
    @media screen and (max-width: 849px) {
      #goodsWrap_id .goodsWrap .flexBox {
        justify-content: initial;
        flex-direction: column; } }
    #goodsWrap_id .goodsWrap .flexBox .box {
      max-width: 46%;
      /*32*/
      margin: 0 0 30px;
      line-height: 1.2em; }
      @media screen and (max-width: 849px) {
        #goodsWrap_id .goodsWrap .flexBox .box {
          max-width: 400px;
          margin: 0 auto 30px; } }
      #goodsWrap_id .goodsWrap .flexBox .box .img {
        margin-bottom: 10px; }
      #goodsWrap_id .goodsWrap .flexBox .box h4 {
        font-family: "source-han-serif-japanese",serif;
        margin-bottom: 10px; }
      #goodsWrap_id .goodsWrap .flexBox .box .txt {
        margin-top: 5px;
        /*color: #949494;*/ }
  #goodsWrap_id .goodsWrap .attention {
    border: 1px solid #d12d33;
    margin: 20px 0 0 0;
    padding: 10px 30px; }
    @media screen and (max-width: 479px) {
      #goodsWrap_id .goodsWrap .attention {
        padding: 10px 20px; } }
  #goodsWrap_id .goodsWrap .ttlDeco03 {
    font-size: 2.0rem;
    font-weight: bold;
    width: 40%;
    margin: 50px auto 0;
    text-align: center;
    display: flex;
    align-items: center; }
    #goodsWrap_id .goodsWrap .ttlDeco03:before, #goodsWrap_id .goodsWrap .ttlDeco03:after {
      content: "";
      flex-grow: 1;
      height: 1px;
      background: #79b6e8;
      display: block; }
    #goodsWrap_id .goodsWrap .ttlDeco03:before {
      margin-right: .5em; }
    #goodsWrap_id .goodsWrap .ttlDeco03:after {
      margin-left: .5em; }
  #goodsWrap_id .goodsWrap .swiperBox {
    position: relative; }
    #goodsWrap_id .goodsWrap .swiperBox .swiper-slide {
      width: 100% !important; }
  #goodsWrap_id .goodsWrap .swiper-prev {
    width: 30px;
    height: 100%;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: -30px;
    z-index: 10; }
    @media screen and (max-width: 849px) {
      #goodsWrap_id .goodsWrap .swiper-prev {
        left: 0;
        width: 8vw; } }
    #goodsWrap_id .goodsWrap .swiper-prev .arrow {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 5px;
      border-top: solid 4px #332103;
      border-right: solid 4px #332103;
      width: 15px;
      height: 15px;
      transform: rotate(-135deg); }
      @media screen and (max-width: 849px) {
        #goodsWrap_id .goodsWrap .swiper-prev .arrow {
          border-top: solid 4px #fff;
          border-right: solid 4px #fff; } }
  #goodsWrap_id .goodsWrap .swiper-next {
    width: 30px;
    height: 100%;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: -30px;
    z-index: 10; }
    @media screen and (max-width: 849px) {
      #goodsWrap_id .goodsWrap .swiper-next {
        right: 0;
        width: 8vw; } }
    #goodsWrap_id .goodsWrap .swiper-next .arrow {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 5px;
      border-top: solid 4px #332103;
      border-right: solid 4px #332103;
      width: 15px;
      height: 15px;
      transform: rotate(45deg); }
      @media screen and (max-width: 849px) {
        #goodsWrap_id .goodsWrap .swiper-next .arrow {
          border-top: solid 4px #fff;
          border-right: solid 4px #fff; } }

/********************

message wrap

*********************/
#messageWrap_id {
  width: 100%;
  margin: 90px auto 0;
  padding: 8rem 5% 0; }
  @media screen and (max-width: 1279px) {
    #messageWrap_id {
      margin: 0 auto 0;
      padding: 10rem 5% 0; } }

.messageWrap {
  max-width: 1020px;
  margin: 0 auto;
  text-align: left; }
  .messageWrap ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0; }
  .messageWrap li {
    width: 48%;
    margin: 1%;
    /*height:180px;
    line-height:180px;*/
    text-align: center; }
    .messageWrap li img:hover {
      opacity: 0.5; }
    @media screen and (max-width: 479px) {
      .messageWrap li li {
        width: 80%;
        margin: 0 0 2% 0;
        background: #000; } }

.notice {
  max-width: 1020px;
  margin: 10rem auto 0;
  text-align: left;
  border: solid 1px #fff;
  width: 60%;
  padding: 5rem; }
  @media screen and (max-width: 849px) {
    .notice {
      width: 70%;
      padding: 3rem; } }
  @media screen and (max-width: 479px) {
    .notice {
      width: 80%;
      padding: 2rem;
      font-size: 0.85em; } }

.notice2 {
  max-width: 1020px;
  margin: 10rem auto;
  text-align: left;
  border: solid 1px #fff;
  width: 100%;
  padding: 5rem; }

@media screen and (max-width: 849px) {
  .notice2 {
    width: 90%;
    padding: 3rem; } }
@media screen and (max-width: 479px) {
  .notice2 {
    width: 95%;
    padding: 2rem;
    font-size: 0.85em; } }
