@charset "UTF-8";
.t_en {
  font-family: 'Marcellus', sans-serif; }

.t_min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.t_gothic {
  font-family: 'Noto Sans JP', "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif; }

/* ALL COMMON CSS
------------------------------------------------------
------------------------------------------------------
----------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  letter-spacing: 0.075em; }

img {
  vertical-align: bottom; }

/* HEADER */
#p-header {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  /* h1 */
  /* .lang_sp */ }
  #p-header h1 .main-visual {
    width: 100%; }
  #p-header .lang_sp {
    display: none; }
    @media screen and (max-width: 769px) {
      #p-header .lang_sp {
        display: block;
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 100px; } }

/* #p-header */
/* NAV */
#p-nav {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  background: #000a20;
  /* ul.navi */
  /* .social-btn */
  /* &.cloned */ }
  @media screen and (max-width: 769px) {
    #p-nav {
      display: none; } }
  #p-nav ul.navi {
    overflow: hidden;
    display: table;
    margin: 0 auto;
    padding: 25px 0 22px;
    /* li */ }
    #p-nav ul.navi li {
      display: table-cell;
      padding: 0 20px;
      font-family: 'Marcellus', sans-serif; }
      #p-nav ul.navi li a {
        display: block;
        color: #fff;
        font-size: 20px; }
        #p-nav ul.navi li a:hover {
          opacity: .8; }
  #p-nav .social-btn {
    display: block;
    position: absolute;
    right: 30px;
    top: 0;
    /* ul.sc-nav */ }
    #p-nav .social-btn ul.sc-nav {
      overflow: hidden;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      height: 75px;
      /* li */ }
      #p-nav .social-btn ul.sc-nav li {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 28px; }
        #p-nav .social-btn ul.sc-nav li:hover {
          opacity: .8; }
        #p-nav .social-btn ul.sc-nav li + li {
          margin-left: 25px; }
          #p-nav .social-btn ul.sc-nav li + li::after {
            display: block;
            content: '･';
            position: absolute;
            left: -15px;
            color: #fff;
            font-size: 9px; }
        #p-nav .social-btn ul.sc-nav li a {
          display: block;
          width: 100%; }
        #p-nav .social-btn ul.sc-nav li img {
          width: 100%;
          max-height: 27px; }
        #p-nav .social-btn ul.sc-nav li.lang {
          width: 160px; }
          #p-nav .social-btn ul.sc-nav li.lang::after {
            display: none; }
          #p-nav .social-btn ul.sc-nav li.lang img {
            max-height: none; }
  #p-nav.cloned {
    background-color: transparent; }
    @media screen and (max-width: 769px) {
      #p-nav.cloned {
        display: none !important; } }
    #p-nav.cloned .navi li a {
      text-shadow: 0 0 5px #ffcd61, 0 0 5px #c37500, 0 0 5px #907d39, 0 0 5px #032763, 0 0 5px #032763, 0 0 10px #032763, 0 0 10px #032763, 0 0 10px #032763, 0 0 10px #032763, 0 0 10px #032763; }
    #p-nav.cloned .social-btn {
      top: calc( 50% - 25px );
      height: auto;
      padding: 5px 10px;
      background-color: #000a20;
      border-radius: 10px; }
      #p-nav.cloned .social-btn ul.sc-nav {
        height: 40px; }
        #p-nav.cloned .social-btn ul.sc-nav li {
          height: 40px; }
          #p-nav.cloned .social-btn ul.sc-nav li img {
            line-height: 40px; }

/* #p-nav */
@media (max-width: 1330px) and (min-width: 751px) {
  #p-nav ul.navi {
    margin: inherit; }

  #p-nav .social-btn {
    right: 30px; } }
/* MAIN CONTENT */
#p-contents-wrap {
  display: block;
  margin: 0 auto;
  position: relative;
  width: auto;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  @media screen and (max-width: 769px) {
    #p-contents-wrap {
      margin: 0 auto; } }

/* #p-contents-wrap */
#p-contents {
  display: block;
  width: 100%; }

#page_top {
  overflow: hidden;
  position: fixed;
  z-index: 999;
  right: 60px;
  bottom: -70px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6); }
  @media screen and (max-width: 769px) {
    #page_top {
      right: 20px;
      width: 40px;
      height: 40px; } }
  #page_top a {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    text-decoration: none;
    text-indent: -999px; }
    @media screen and (max-width: 769px) {
      #page_top a {
        width: 40px;
        height: 40px; } }
    #page_top a::before {
      content: '';
      display: block;
      position: absolute;
      top: 25px;
      left: 21px;
      width: 25px;
      height: 25px;
      border-top: solid 3px #000a20;
      border-left: solid 3px #000a20;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      @media screen and (max-width: 769px) {
        #page_top a::before {
          top: 16px;
          left: 13px;
          width: 15px;
          height: 15px;
          border-top: solid 2px #000a20;
          border-left: solid 2px #000a20; } }

/* CON_WRAP */
.con_wrap {
  width: 100%;
  padding-top: 0px;
  position: relative; }

.wrap_bg {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: url(../images/common/bg_pc.jpg) no-repeat bottom center;
  background-size: cover;
  color: #fff;
  text-align: center;
  line-height: 2.0; }
  @media screen and (max-width: 769px) {
    .wrap_bg {
      background: url(../images/common/bg_sp.jpg) no-repeat top center;
      background-size: cover; } }
  .wrap_bg img {
    max-width: 100%; }

/* .wrap_bg */
.relativeBlock {
  position: relative; }

.pcObject {
  display: block; }
  @media screen and (max-width: 769px) {
    .pcObject {
      display: none; } }

.smpObject {
  display: none; }
  @media screen and (max-width: 769px) {
    .smpObject {
      display: block; } }

.btn_modelplan {
  margin-top: 30px; }
  @media screen and (max-width: 769px) {
    .btn_modelplan {
      margin-top: 6vw; } }

/****------------------------------------#concept------------****/
#concept {
  padding: 150px 0 0;
  /* .concept_inner */ }
  @media screen and (max-width: 769px) {
    #concept {
      padding-top: calc( 100% * 105 / 768 ); } }
  #concept h2 img {
    max-width: 100%; }
  #concept .concept_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative; }
    #concept .concept_inner p {
      font-size: 24px;
      filter: drop-shadow(0px 0px 6px #000) drop-shadow(0px 0px 2px #000) drop-shadow(0px 0px 2px #000); }
      @media screen and (max-width: 769px) {
        #concept .concept_inner p {
          font-size: 3.5vw; } }
    #concept .concept_inner .date {
      margin: 1em 0 0;
      font-size: 24px; }
    #concept .concept_inner .btn_modelplan {
      /* .btn_modelplan */ }
      @media screen and (max-width: 769px) {
        #concept .concept_inner .btn_modelplan {
          padding: 0 20px; } }
  #concept .movieBox {
    width: 100%;
    max-width: 660px;
    margin: 50px auto 0;
    filter: drop-shadow(0px 0px 6px #fff) drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 2px #fff); }
    @media screen and (max-width: 769px) {
      #concept .movieBox {
        width: calc( 100% - 50px );
        margin: 20px 25px; } }
    #concept .movieBox .movieBox_inner {
      position: relative;
      padding-top: 56.25%; }
    #concept .movieBox iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/* #concept */
/****------------------------------------#performance------------****/
#performance {
  margin-top: 100px;
  padding: 100px 0 0;
  /* #dolphin */ }
  @media screen and (max-width: 769px) {
    #performance {
      margin-top: 0;
      padding: 0 20px;
      padding-top: 100px; } }
  #performance #dolphin {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    max-width: 992px;
    margin: 50px auto 0; }
    @media screen and (max-width: 769px) {
      #performance #dolphin {
        display: block;
        margin-top: calc( 100% * 60 / 768 ); } }
    #performance #dolphin > section {
      width: calc( 50% - 20px ); }
      @media screen and (max-width: 769px) {
        #performance #dolphin > section {
          width: 100%; } }
      #performance #dolphin > section .open {
        line-height: 1;
        margin: 0 0 30px;
        font-size: 40px;
        text-align: center;
        color: #fff;
        filter: drop-shadow(0px 0px 6px #000) drop-shadow(0px 0px 2px #000) drop-shadow(0px 0px 2px #000); }
        @media screen and (max-width: 769px) {
          #performance #dolphin > section .open {
            font-size: 8vw; } }
      #performance #dolphin > section .wrap {
        overflow: hidden;
        border-radius: 10px;
        background: #1c253c;
        filter: drop-shadow(0px 0px 6px #fff) drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 2px #fff); }
        #performance #dolphin > section .wrap .ph img {
          width: 100%; }
        #performance #dolphin > section .wrap .txt {
          line-height: 1.8;
          padding: 20px 25px 80px;
          font-size: 18px;
          color: #fff;
          text-align: left;
          text-shadow: none; }
          @media screen and (max-width: 769px) {
            #performance #dolphin > section .wrap .txt {
              padding: 20px; } }
          #performance #dolphin > section .wrap .txt h3 {
            font-size: 34px; }
            @media screen and (max-width: 769px) {
              #performance #dolphin > section .wrap .txt h3 {
                font-size: 5.5vw; } }
          #performance #dolphin > section .wrap .txt p {
            margin: 1em 0 0; }
            @media screen and (max-width: 769px) {
              #performance #dolphin > section .wrap .txt p {
                font-size: 3.5vw; } }
            #performance #dolphin > section .wrap .txt p.time {
              font-size: 13px;
              position: absolute;
              bottom: 20px; }
              @media screen and (max-width: 769px) {
                #performance #dolphin > section .wrap .txt p.time {
                  font-size: 2.0vw;
                  position: relative; } }
              #performance #dolphin > section .wrap .txt p.time img {
                max-width: 50%; }
                @media screen and (max-width: 769px) {
                  #performance #dolphin > section .wrap .txt p.time img {
                    max-width: 100%; } }
      @media screen and (max-width: 769px) {
        #performance #dolphin > section.night {
          margin-top: 50px; } }
  #performance .dolphin_btn {
    position: relative;
    z-index: 1;
    margin: 70px auto 0;
    text-align: center;
    max-width: 992px; }
    @media screen and (max-width: 769px) {
      #performance .dolphin_btn {
        margin-top: 30px; } }
    #performance .dolphin_btn .row {
      display: flex;
      align-items: center;
      margin-bottom: 30px; }
      #performance .dolphin_btn .row .ph {
        width: calc( 50% - 20px );
        filter: drop-shadow(0px 0px 6px #fff) drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 2px #fff); }
        #performance .dolphin_btn .row .ph img {
          border-radius: 10px; }
        @media screen and (max-width: 769px) {
          #performance .dolphin_btn .row .ph {
            width: 100%; } }
      #performance .dolphin_btn .row .txt {
        padding-left: 40px;
        text-align: left;
        font-size: 20px;
        filter: drop-shadow(0px 0px 6px #000) drop-shadow(0px 0px 2px #000) drop-shadow(0px 0px 2px #000); }
        #performance .dolphin_btn .row .txt img {
          max-width: 50%; }
          @media screen and (max-width: 769px) {
            #performance .dolphin_btn .row .txt img {
              max-width: 100%; } }
        @media screen and (max-width: 769px) {
          #performance .dolphin_btn .row .txt .time {
            width: 80%;
            margin: 0 auto; } }
        @media screen and (max-width: 769px) {
          #performance .dolphin_btn .row .txt {
            padding-left: 0;
            padding-top: 4vw;
            text-align: center;
            font-size: 3.5vw; } }
      @media screen and (max-width: 769px) {
        #performance .dolphin_btn .row {
          display: block; } }
    #performance .dolphin_btn a img {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    #performance .dolphin_btn a:hover img {
      opacity: .7; }

/* #performance */
/****------------------------------------#content------------****/
#content {
  margin: 100px auto 0;
  padding: 140px 25px 450px;
  /* article */ }
  @media screen and (max-width: 769px) {
    #content {
      margin-top: 100px;
      padding: 0 20px 250px; } }
  #content section {
    position: relative;
    padding: 130px 0 0;
    /* .txt */
    /* .article_inner */ }
    @media screen and (max-width: 769px) {
      #content section {
        padding-top: 50px; } }
    #content section .txt {
      position: relative;
      line-height: calc( 40 / 24 );
      font-size: 20px;
      color: #fff;
      filter: drop-shadow(0px 0px 6px #000) drop-shadow(0px 0px 2px #000) drop-shadow(0px 0px 2px #000);
      /* h3 */ }
      @media screen and (max-width: 769px) {
        #content section .txt {
          font-size: 3.5vw; } }
      #content section .txt h3 {
        position: relative;
        z-index: 1;
        margin: 0 0 0.5em;
        font-size: 35px;
        font-weight: normal;
        line-height: 1.3; }
        @media screen and (max-width: 769px) {
          #content section .txt h3 {
            font-size: 5.5vw; } }
      #content section .txt p {
        position: relative;
        z-index: 1;
        font-weight: bold; }
    #content section .ph {
      position: relative;
      overflow: hidden;
      width: 100%;
      border: solid 1px #fff;
      border-radius: 6px;
      filter: drop-shadow(0px 0px 6px #fff) drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 2px #fff); }
      @media screen and (max-width: 769px) {
        #content section .ph {
          margin-top: 20px; } }
      #content section .ph img {
        width: 100%; }
    #content section .article_inner {
      display: flex;
      align-items: center;
      justify-content: center;
      /* & > div */ }
      @media screen and (max-width: 769px) {
        #content section .article_inner {
          flex-direction: column; } }
      #content section .article_inner.row-reverse {
        flex-direction: row-reverse; }
        @media screen and (max-width: 769px) {
          #content section .article_inner.row-reverse {
            flex-direction: column; } }
      #content section .article_inner.flex-wrap {
        flex-wrap: wrap; }
        #content section .article_inner.flex-wrap > div.txt {
          width: 100%;
          max-width: none;
          margin-bottom: 30px; }
          @media screen and (max-width: 769px) {
            #content section .article_inner.flex-wrap > div.txt {
              margin-bottom: 0; } }
      #content section .article_inner > div.ph {
        width: calc( 50% - 60px );
        max-width: 645px;
        margin: 0 30px; }
        @media screen and (max-width: 769px) {
          #content section .article_inner > div.ph {
            width: 100%;
            margin: 20px 0 0; } }
      #content section .article_inner > div.txt {
        width: calc( 50% - 60px );
        max-width: 645px;
        margin: 0 30px; }
        @media screen and (max-width: 769px) {
          #content section .article_inner > div.txt {
            width: 100%;
            margin: 0; } }
    #content section#c-modelplan {
      margin-top: 120px; }
      @media screen and (max-width: 769px) {
        #content section#c-modelplan {
          margin-top: 12vw; } }
    #content section#c-cafe {
      /* .seasonalmenu */ }
      #content section#c-cafe .seasonalmenu {
        max-width: calc( 645px * 2 + 60px );
        margin: 50px auto 0;
        padding: 30px 20px;
        background: rgba(37, 47, 123, 0.4); }
        #content section#c-cafe .seasonalmenu h4 {
          line-height: 1;
          margin-bottom: 20px;
          font-size: 24px;
          color: #fff;
          filter: drop-shadow(0px 0px 6px #000) drop-shadow(0px 0px 2px #000) drop-shadow(0px 0px 2px #000); }
          @media screen and (max-width: 769px) {
            #content section#c-cafe .seasonalmenu h4 {
              font-size: 5.5vw; } }
        #content section#c-cafe .seasonalmenu .wrap {
          display: flex;
          justify-content: center;
          margin: 0;
          text-shadow: none; }
          @media screen and (max-width: 769px) {
            #content section#c-cafe .seasonalmenu .wrap {
              display: block;
              margin: 0; } }
          #content section#c-cafe .seasonalmenu .wrap li {
            align-items: flex-end;
            margin: 0 15px;
            width: 25%; }
            @media screen and (max-width: 769px) {
              #content section#c-cafe .seasonalmenu .wrap li {
                display: block;
                max-width: none;
                width: 100%;
                margin: 25px 0 0; } }
            #content section#c-cafe .seasonalmenu .wrap li .item {
              height: 240px;
              display: flex;
              align-items: flex-end;
              margin-bottom: 20px;
              justify-content: center; }
              @media screen and (max-width: 769px) {
                #content section#c-cafe .seasonalmenu .wrap li .item {
                  text-align: center;
                  height: auto; } }
              #content section#c-cafe .seasonalmenu .wrap li .item img {
                max-width: calc( 296px / 2 );
                max-height: calc( 417px / 2 ); }
            #content section#c-cafe .seasonalmenu .wrap li .name {
              line-height: 1.5;
              margin: 0 0 10px 10px;
              text-align: left;
              filter: drop-shadow(0px 0px 6px #000) drop-shadow(0px 0px 2px #000) drop-shadow(0px 0px 2px #000); }
              @media screen and (max-width: 769px) {
                #content section#c-cafe .seasonalmenu .wrap li .name {
                  margin: 0;
                  text-align: center;
                  font-size: 4vw; } }
              #content section#c-cafe .seasonalmenu .wrap li .name .catch {
                font-size: 15px;
                letter-spacing: -0.015em;
                white-space: nowrap; }
                @media screen and (max-width: 769px) {
                  #content section#c-cafe .seasonalmenu .wrap li .name .catch {
                    font-size: 4vw;
                    letter-spacing: 0; } }
              #content section#c-cafe .seasonalmenu .wrap li .name .price {
                margin: .3em 0 0;
                font-size: 20px; }
                @media screen and (max-width: 769px) {
                  #content section#c-cafe .seasonalmenu .wrap li .name .price {
                    font-size: 4.5vw; } }
                #content section#c-cafe .seasonalmenu .wrap li .name .price .t_small {
                  font-size: 14px; }
                  @media screen and (max-width: 769px) {
                    #content section#c-cafe .seasonalmenu .wrap li .name .price .t_small {
                      font-size: 3vw; } }
        #content section#c-cafe .seasonalmenu .attention {
          text-shadow: none;
          margin: 1.5em 0 0; }
          #content section#c-cafe .seasonalmenu .attention li {
            font-size: 14px;
            text-align: right;
            color: #fff; }

/* #content */
/****------------------------------------TICKET------------****/
#ticket {
  padding: 120px 20px 0;
  text-align: center;
  /* .ticket_inner */ }
  @media screen and (max-width: 769px) {
    #ticket {
      padding-top: 100px; } }
  #ticket h2 img {
    max-width: 100%; }
  #ticket .ticket_inner {
    max-width: 940px;
    margin: 0 auto;
    text-align: left; }
    #ticket .ticket_inner section {
      margin: 70px 0 0; }
      #ticket .ticket_inner section + section {
        margin-top: 45px; }
      #ticket .ticket_inner section h3 {
        font-size: 20px; }
      #ticket .ticket_inner section h4 {
        font-size: 18px;
        padding: 10px 0 0; }
        #ticket .ticket_inner section h4 img {
          vertical-align: text-bottom; }
      #ticket .ticket_inner section .bt {
        margin: 10px 0 0;
        border-top: solid 1px #ccc; }
      #ticket .ticket_inner section .wrap {
        margin: 10px 0 0;
        padding: 10px 0 0;
        border-top: solid 1px #ccc; }
        @media screen and (max-width: 769px) {
          #ticket .ticket_inner section .wrap {
            display: block; } }
        #ticket .ticket_inner section .wrap + .wrap {
          border-top: none; }
        #ticket .ticket_inner section .wrap .object {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          @media screen and (max-width: 769px) {
            #ticket .ticket_inner section .wrap .object {
              display: block; } }
          #ticket .ticket_inner section .wrap .object h4 {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            width: 100%;
            font-weight: bold; }
            #ticket .ticket_inner section .wrap .object h4 .icon {
              min-width: 18px;
              max-width: 18px;
              margin-right: 0.3em; }
          #ticket .ticket_inner section .wrap .object .txt {
            width: calc( 100% - ( 474px / 2 ) - 15px ); }
            @media screen and (max-width: 769px) {
              #ticket .ticket_inner section .wrap .object .txt {
                width: 100%; } }
            #ticket .ticket_inner section .wrap .object .txt .attention {
              margin: 0.5em 0 0; }
              #ticket .ticket_inner section .wrap .object .txt .attention li {
                line-height: 1.3;
                padding-left: 1em;
                text-indent: -1em;
                font-size: 13px; }
          #ticket .ticket_inner section .wrap .object .btn {
            width: calc( 480px / 2 ); }
            @media screen and (max-width: 769px) {
              #ticket .ticket_inner section .wrap .object .btn {
                width: 100%;
                margin: 1em 0 0;
                text-align: center; } }
            #ticket .ticket_inner section .wrap .object .btn img {
              max-width: 100%;
              height: 50px;
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
              #ticket .ticket_inner section .wrap .object .btn img:hover {
                opacity: .7; }
      #ticket .ticket_inner section .nobo {
        border-top: none; }
    #ticket .ticket_inner + h2 {
      padding-top: 70px; }

/* #ticket */
#sns_buttons {
  margin-top: 130px;
  /* .sns_buttons_inner */ }
  #sns_buttons .sns_buttons_inner {
    margin: 0 5%;
    /* ul */ }
    #sns_buttons .sns_buttons_inner ul {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center; }
      @media screen and (max-width: 769px) {
        #sns_buttons .sns_buttons_inner ul li {
          width: 20%; } }
      #sns_buttons .sns_buttons_inner ul li + li {
        margin-left: 15px; }
        @media screen and (max-width: 769px) {
          #sns_buttons .sns_buttons_inner ul li + li {
            margin-left: 2%; } }
      #sns_buttons .sns_buttons_inner ul li a img {
        max-width: 100%; }
      #sns_buttons .sns_buttons_inner ul li a:hover img {
        opacity: 0.8; }

/* #sns_buttons */
/* SOCIAL PAGES POST */
.sns_page_post {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  margin: 80px 0 0;
  /* article */ }
  .sns_page_post article {
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: calc((100% - 370px)/2);
    padding: 70px 0;
    text-align: center;
    color: #fff; }
    @media screen and (max-width: 769px) {
      .sns_page_post article {
        width: 50%;
        padding: 40px 0; } }
    .sns_page_post article .sns_arrow_left,
    .sns_page_post article .sns_arrow_right {
      position: absolute;
      top: 50%;
      margin-top: -17.5px; }
      @media screen and (max-width: 769px) {
        .sns_page_post article .sns_arrow_left,
        .sns_page_post article .sns_arrow_right {
          display: none; } }
    .sns_page_post article.instagram {
      background-color: #db4b61; }
      .sns_page_post article.instagram .sns_arrow_left {
        right: 0; }
    .sns_page_post article.twitter {
      background-color: #000; }
      .sns_page_post article.twitter .sns_arrow_right {
        left: 0; }
    .sns_page_post article.sns_tag {
      width: 840px;
      background: url("../images/common/sns_bg.jpg") top center no-repeat;
      background-size: cover;
      box-sizing: border-box; }
      @media screen and (max-width: 769px) {
        .sns_page_post article.sns_tag {
          display: block;
          position: absolute;
          z-index: 1;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          width: 100%;
          padding: 0;
          background: none; } }
    .sns_page_post article figure {
      display: block;
      height: 64px;
      margin: 0 auto;
      overflow: hidden;
      width: 64px; }
      @media screen and (max-width: 769px) {
        .sns_page_post article figure {
          width: 8.3vw; } }
      .sns_page_post article figure img {
        display: block;
        width: 100%; }
    .sns_page_post article h3 {
      margin-bottom: 40px;
      font-weight: lighter;
      letter-spacing: 3px;
      font-size: 30px; }
      @media screen and (max-width: 769px) {
        .sns_page_post article h3 {
          font-size: 4vw; } }
    .sns_page_post article .sns-content {
      overflow: hidden;
      display: block; }
      .sns_page_post article .sns-content a {
        display: block;
        width: 130px;
        height: 45px;
        margin: 40px auto 0;
        padding: 7px 0;
        border: 2px solid #fff;
        border-radius: 100px;
        font-size: 15px;
        color: #fff;
        text-align: center; }
        @media screen and (max-width: 769px) {
          .sns_page_post article .sns-content a {
            position: relative;
            z-index: 2;
            margin: 10% auto 0; } }
        .sns_page_post article .sns-content a:hover {
          opacity: .8; }
    .sns_page_post article > dl, .sns_page_post article > ul {
      line-height: 160%;
      font-size: 17px;
      line-height: calc( 30 / 17 ); }
      .sns_page_post article > dl dt, .sns_page_post article > ul dt {
        margin-bottom: 1em;
        font-weight: 700; }
      @media screen and (max-width: 769px) {
        .sns_page_post article > dl, .sns_page_post article > ul {
                   /*
	font-size: 0.8rem;*/
          font-size: 10px;
          line-height: 1.2; } }

/* .sns_page_post */
#access {
  padding: 125px 0; }
  #access .venue-content {
    width: 800px;
    margin: 0 auto; }
    @media screen and (max-width: 769px) {
      #access .venue-content {
        width: 100%; } }
    #access .venue-content h2 {
      text-align: center; }
    #access .venue-content .mapnav {
      display: flex;
      justify-content: space-between;
      margin: 50px 0 0; }
      @media screen and (max-width: 769px) {
        #access .venue-content .mapnav {
          display: block;
          margin: 30px 0 0; } }
      #access .venue-content .mapnav img {
        max-width: 100%; }
      #access .venue-content .mapnav .left {
        width: 320px; }
        @media screen and (max-width: 769px) {
          #access .venue-content .mapnav .left {
            width: 100%;
            text-align: center; } }
        #access .venue-content .mapnav .left figure {
          width: 210px; }
          @media screen and (max-width: 769px) {
            #access .venue-content .mapnav .left figure {
              width: 24.74vw;
              margin: 0 auto; } }
        #access .venue-content .mapnav .left p {
          margin: 20px 0 0;
          font-size: 14px; }
          @media screen and (max-width: 769px) {
            #access .venue-content .mapnav .left p {
              margin-top: 4vw;
              font-size: 2.0vw;
              line-height: 1.6; } }
          #access .venue-content .mapnav .left p.link {
            font-size: 16px; }
            @media screen and (max-width: 769px) {
              #access .venue-content .mapnav .left p.link {
                margin-top: 15px; } }
            #access .venue-content .mapnav .left p.link a {
              display: flex;
              align-items: center;
              justify-content: center; }
              #access .venue-content .mapnav .left p.link a::after {
                content: '\003e';
                margin-left: .5em; }
              #access .venue-content .mapnav .left p.link a:hover {
                color: #000a20; }
      #access .venue-content .mapnav .right {
        width: 480px; }
        @media screen and (max-width: 769px) {
          #access .venue-content .mapnav .right {
            width: 100%;
            margin: 20px 0 0; } }
        @media screen and (max-width: 769px) {
          #access .venue-content .mapnav .right figure {
            margin: 0 10px; } }
        #access .venue-content .mapnav .right iframe {
          width: 100%;
          height: 160px; }
        #access .venue-content .mapnav .right .btn_map {
          margin: 10px 0 0;
          text-align: center; }
          #access .venue-content .mapnav .right .btn_map a {
            display: inline-block;
            padding: .2em 1em;
            border-radius: 6px;
            background: #000a20;
            color: #fff;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            #access .venue-content .mapnav .right .btn_map a:hover {
              opacity: .7; }
  #access .access-content {
    position: relative;
    margin: 70px 0 0;
    text-align: center; }
    @media screen and (max-width: 769px) {
      #access .access-content {
        margin-top: 50px; } }
    #access .access-content img {
      max-width: 100%; }
    #access .access-content .inner {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%; }
      @media screen and (max-width: 769px) {
        #access .access-content .inner {
          width: calc( 100% - 90px ); } }
      #access .access-content .inner p {
        font-size: 14px; }
        @media screen and (max-width: 769px) {
          #access .access-content .inner p {
            line-height: 1.5;
            font-size: 2vw; } }
        #access .access-content .inner p + p {
          margin-top: .5em; }
        #access .access-content .inner p strong {
          font-size: 16px; }
          @media screen and (max-width: 769px) {
            #access .access-content .inner p strong {
              font-size: 2.6vw; } }

footer {
  margin: 50px 0 0;
  padding: 180px 0 150px;
  background: url("../images/common/bg_footer.jpg") top center no-repeat;
  background-size: cover;
  font-family: 'Noto Sans JP', "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif; }
  @media screen and (max-width: 769px) {
    footer {
      padding: 20vw 0;
      background: url("../images/common/bg_footer_sp.jpg") top center no-repeat;
      background-size: cover; } }
  footer h3 {
    font-size: 24px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    filter: drop-shadow(0px 0px 6px #fff) drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 2px #fff); }
    @media screen and (max-width: 769px) {
      footer h3 {
        font-size: 16px; } }
  footer .about-owner {
    max-width: 750px;
    margin: 50px auto 0;
    font-size: 15px;
    filter: drop-shadow(0px 0px 6px #fff) drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 2px #fff); }
    @media screen and (max-width: 769px) {
      footer .about-owner {
        margin: 25px 20px 0;
        font-size: 13px;
        line-height: 1.8; } }
    footer .about-owner .owner-pic {
      width: 280px;
      margin: 0 auto 20px; }
      @media screen and (max-width: 769px) {
        footer .about-owner .owner-pic {
          width: 130px; } }
    footer .about-owner .officialbox {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 30px 0 0;
      font-size: 14px; }
      @media screen and (max-width: 769px) {
        footer .about-owner .officialbox {
          display: block;
          text-align: center;
          font-size: 13px; } }
      footer .about-owner .officialbox a {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        footer .about-owner .officialbox a:hover {
          opacity: .7; }
      footer .about-owner .officialbox .official-pages {
        display: flex;
        margin: 0 0 0 15px; }
        @media screen and (max-width: 769px) {
          footer .about-owner .officialbox .official-pages {
            justify-content: center;
            margin: 5px 0 0; } }
        footer .about-owner .officialbox .official-pages li {
          width: 30px;
          height: 30px; }
          footer .about-owner .officialbox .official-pages li + li {
            margin-left: 15px; }
          footer .about-owner .officialbox .official-pages li figure {
            display: flex;
            align-items: flex-end;
            width: 30px;
            height: 30px; }
  footer .widget {
    margin: 50px 0 0; }
    footer .widget .sharebutton-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start; }
      footer .widget .sharebutton-wrap li * {
        vertical-align: top !important; }

/* BACK TO TOP */
.to-top,
.back-top {
  background-image: url("../images/common/back.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 40px;
  display: none;
  height: 65px;
  opacity: .5;
  position: fixed;
  right: 60px;
  width: 65px;
  z-index: 999;
  -webkit-transition: opacity .3s ease-in;
  -moz-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  -ms-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in; }
  .to-top:hover,
  .back-top:hover {
    opacity: 1; }

/* SIDE NAV */
.hamburger {
  color: #fff;
  display: none;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  position: absolute;
  right: 10px;
  top: 12px; }
  @media screen and (max-width: 769px) {
    .hamburger {
      display: block; } }

.sidenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  text-align: center; }

.sidenav a {
  padding: 8px 0;
  text-decoration: none;
  font-size: 18px;
  color: #F5F5D3;
  display: block;
  transition: 0.3s; }

.sidenav a:hover {
  color: #f1f1f1; }

.sidenav .closebtn {
  color: #fff;
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 36px;
  line-height: 1; }

/* ALL MOBILE CSS
------------------------------------------------------
------------------------------------------------------
----------------------------------------------------*/
/* Small devices (landscape phones, less than 768px) */
/*@media (min-width: 576px) and (max-width: 767px) {*/
@media (max-width: 767px) {
  .back-top {
    display: none !important;
    bottom: 20px;
    height: 32px;
    right: 20px;
    width: 32px;
    z-index: 999; }

  .to-top {
    bottom: 20px;
    height: 32px;
    right: 20px;
    width: 32px;
    z-index: 999; } }
/* @media (min-width: 320px) and (max-width: 575px) */
@media (max-width: 575px) {
  .back-top {
    display: none !important;
    bottom: 20px;
    height: 32px;
    right: 20px;
    width: 32px;
    z-index: 999; }

  .to-top {
    bottom: 20px;
    height: 32px;
    right: 20px;
    width: 32px;
    z-index: 999; } }
/* ---------------------- .flash_img */
.flash_img {
                              /*
.flash3 { top: 2.5%; left: 10%;}
.flash4 { top: 4%; left: 12%;}
.flash5 { top: 5%; left: 20%;}*/ }
@-webkit-keyframes flash {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes flash {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes flash {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .flash_img .flash,
  .flash_img .flash7,
  .flash_img .flash10,
  .flash_img .flash13,
  .flash_img .flash16,
  .flash_img .flash19,
  .flash_img .flash22,
  .flash_img .flash25,
  .flash_img .flash28,
  .flash_img .flash31,
  .flash_img .flash34,
  .flash_img .flash37,
  .flash_img .flash40 {
    position: absolute;
    width: 20px;
    -webkit-animation: flash 1.0s ease-in-out infinite alternate;
    -moz-animation: flash 1.0s ease-in-out infinite alternate;
    animation: flash 1.0s ease-in-out infinite alternate; }
  .flash_img .flash2,
  .flash_img .flash5,
  .flash_img .flash8,
  .flash_img .flash11,
  .flash_img .flash14,
  .flash_img .flash17,
  .flash_img .flash20,
  .flash_img .flash23,
  .flash_img .flash26,
  .flash_img .flash29,
  .flash_img .flash32,
  .flash_img .flash35,
  .flash_img .flash38 {
    width: 40px;
    -webkit-animation: flash 0.7s ease-in-out infinite alternate;
    -moz-animation: flash 0.7s ease-in-out infinite alternate;
    animation: flash 0.7s ease-in-out infinite alternate; }
  .flash_img .flash3,
  .flash_img .flash6,
  .flash_img .flash9,
  .flash_img .flash12,
  .flash_img .flash15,
  .flash_img .flash18,
  .flash_img .flash21,
  .flash_img .flash24,
  .flash_img .flash27,
  .flash_img .flash30,
  .flash_img .flash33,
  .flash_img .flash36,
  .flash_img .flash39 {
    width: 30px;
    -webkit-animation: flash 0.5s ease-in-out infinite alternate;
    -moz-animation: flash 0.5s ease-in-out infinite alternate;
    animation: flash 0.5s ease-in-out infinite alternate; }
  .flash_img .flash1 {
    top: 5%;
    left: 36%; }
  .flash_img .flash2 {
    top: 9%;
    left: 30%; }
  .flash_img .flash3 {
    top: 7%;
    right: 60%; }
  .flash_img .flash4 {
    top: 4%;
    right: 42%;
    width: 30px; }
  .flash_img .flash5 {
    top: 5%;
    right: 38%; }
  .flash_img .flash6 {
    top: 7%;
    right: 41%; }
  .flash_img .flash7 {
    top: 8%;
    right: 6%; }
  .flash_img .flash8 {
    top: 12%;
    right: 6%; }
  .flash_img .flash9 {
    top: 12.5%;
    right: 3%; }
  .flash_img .flash10 {
    top: 16%;
    right: 6%; }
  .flash_img .flash11 {
    top: 18%;
    left: 3%; }
  .flash_img .flash12 {
    top: 19%;
    left: 5%; }
  .flash_img .flash13 {
    top: 20%;
    left: 7%; }
  .flash_img .flash14 {
    top: 21%;
    left: 5%; }
  .flash_img .flash15 {
    top: 22%;
    left: 17%; }
  .flash_img .flash16 {
    top: 23%;
    left: 22%; }
  .flash_img .flash17 {
    top: 23%;
    left: 22%; }
  .flash_img .flash18 {
    top: 24%;
    left: 12%; }
  .flash_img .flash19 {
    top: 25%;
    right: 22%; }
  .flash_img .flash20 {
    top: 26%;
    left: 22%; }
  .flash_img .flash21 {
    top: 27%;
    left: 28%; }
  .flash_img .flash22 {
    top: 20%;
    right: 6%; }
  .flash_img .flash23 {
    top: 24%;
    right: 32%; }
  .flash_img .flash24 {
    top: 26%;
    right: 14%; }
  .flash_img .flash25 {
    top: 27%;
    right: 28%; }
  .flash_img .flash26 {
    top: 29%;
    right: 22%; }
  .flash_img .flash27 {
    top: 39%;
    right: 11%; }
  .flash_img .flash28 {
    top: 40%;
    right: 17%; }
  .flash_img .flash29 {
    top: 45%;
    right: 2%; }
  .flash_img .flash30 {
    top: 49%;
    right: 11%; }
  .flash_img .flash31 {
    top: 46.4%;
    right: 21%; }
  .flash_img .flash32 {
    top: 50%;
    right: 32%; }
  .flash_img .flash33 {
    top: 52%;
    right: 14%; }
  .flash_img .flash34 {
    top: 55%;
    right: 28%; }
  .flash_img .flash35 {
    top: 54%;
    left: 22%; }
  .flash_img .flash36 {
    top: 64%;
    right: 21%; }
  .flash_img .flash37 {
    top: 65%;
    left: 30%; }
  .flash_img .flash38 {
    top: 67%;
    left: 14%; }
  .flash_img .flash39 {
    top: 68%;
    left: 42%; }
  .flash_img .flash40 {
    top: 70.3%;
    left: 22%; }

/* .flash_img */
/* ---------------------- img_anm */
.img_anm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 1em;
  height: 100%;
  /* star line */
  /* .swing */
  /* blink */
  /* ornament Red */
  /* ornament Yellow */
  /* star Yellow */
  /* star Red */ }
  .img_anm > img {
    opacity: 0;
    position: absolute;
    max-width: none; }
  .img_anm > img.scrollin {
    opacity: 1; }
  .img_anm .ou_R,
  .img_anm .ou_Y,
  .img_anm .st_R,
  .img_anm .st_Y {
    transition-duration: 1.0s; }
  .img_anm .stline {
    transition-duration: 1.0s; }
  .img_anm .stline1,
  .img_anm .stline2,
  .img_anm .stline3 {
    bottom: -230px;
    left: calc( 50% - ( 1800px / 2 ) );
    transform: translateX(-3in) translateY(-2in) scale(1, 1); }
    @media screen and (max-width: 769px) {
      .img_anm .stline1,
      .img_anm .stline2,
      .img_anm .stline3 {
        bottom: -50px;
        left: calc( 10% - ( 1000px / 2 ) );
        width: 1000px; } }
  .img_anm .stline1 {
    transition-delay: 0.8s; }
  .img_anm .stline2 {
    transition-delay: 1.3s; }
  .img_anm .stline3 {
    transition-delay: 1.7s; }
  .img_anm .stline4,
  .img_anm .stline5 {
    transform: translateX(3in) translateY(-2in) scale(1, 1); }
    @media screen and (max-width: 769px) {
      .img_anm .stline4,
      .img_anm .stline5 {
        width: 1000px; } }
  .img_anm .stline4 {
    transition-delay: 1.3s;
    top: 22%;
    right: 26%; }
    @media screen and (max-width: 769px) {
      .img_anm .stline4 {
        top: 55%;
        right: calc( -49% - ( 1085px / 4 ) ); } }
  .img_anm .stline5 {
    transition-delay: 0.8s;
    top: 14%;
    right: 14%; }
    @media screen and (max-width: 769px) {
      .img_anm .stline5 {
        top: 45%;
        right: calc( -49% - ( 1085px / 4 ) ); } }
  .img_anm .stline.scrollin {
    transform: translateY(0) scale(1, 1); }
@-webkit-keyframes swing_A {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
@-moz-keyframes swing_A {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
@keyframes swing_A {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
  .img_anm > img.swing {
    transform-origin: top center;
    animation-name: swing_A;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; }
  .img_anm > img.swing.swing1 {
    animation-duration: 2s; }
  .img_anm > img.swing.swing2 {
    transition-delay: 0.6s;
    animation-duration: 2.5s; }
  .img_anm > img.swing.swing3 {
    animation-duration: 1.8s; }
  .img_anm > img.blink.blink1 {
    -webkit-animation: blink 1.5s ease-in-out infinite alternate;
    -moz-animation: blink 1.5s ease-in-out infinite alternate;
    animation: blink 1.5s ease-in-out infinite alternate; }
  .img_anm > img.blink.blink2 {
    -webkit-animation: blink 1.0s ease-in-out infinite alternate;
    -moz-animation: blink 1.0s ease-in-out infinite alternate;
    animation: blink 1.0s ease-in-out infinite alternate; }
  .img_anm > img.blink.blink3 {
    -webkit-animation: blink 1.3s ease-in-out infinite alternate;
    -moz-animation: blink 1.3s ease-in-out infinite alternate;
    animation: blink 1.3s ease-in-out infinite alternate; }
  .img_anm > img.blink.blink4 {
    -webkit-animation: blink 0.8s ease-in-out infinite alternate;
    -moz-animation: blink 0.8s ease-in-out infinite alternate;
    animation: blink 0.8s ease-in-out infinite alternate; }
@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .img_anm .ou_R1 {
    top: -75px;
    right: 205px; }
    @media screen and (max-width: 769px) {
      .img_anm .ou_R1 {
        top: 0;
        right: 3vw;
        width: 83px; } }
  .img_anm .ou_R2 {
        /*
	transition-delay: 0.3s;*/
    top: 230px;
    left: 55px;
    width: 82px; }
    @media screen and (max-width: 769px) {
      .img_anm .ou_R2 {
        left: 3vw;
        width: 40px; } }
  .img_anm .ou_R3 {
        /*
	transition-delay: 0.3s;*/
    top: 50%;
    right: 60px;
    width: 95px; }
    @media screen and (max-width: 769px) {
      .img_anm .ou_R3 {
        top: 55%;
        right: 3vw;
        width: 40px; } }
  .img_anm .ou_R4 {
    top: -170px;
    left: 135px; }
    @media screen and (max-width: 769px) {
      .img_anm .ou_R4 {
        top: 90px;
        left: 3vw;
        width: 40px; } }
  .img_anm .ou_R5 {
        /*
	transition-delay: 0.6s;*/
    top: 60%;
    right: 0; }
    @media screen and (max-width: 769px) {
      .img_anm .ou_R5 {
        display: none; } }
  .img_anm .ou_R6 {
        /*
	transition-delay: 0.3s;*/
    top: 48%;
    left: 35px;
    width: 75px; }
    @media screen and (max-width: 769px) {
      .img_anm .ou_R6 {
                   /*
	transition-delay: 0s;*/
        top: 58%;
        left: 3vw; } }
  .img_anm .ou_R7 {
    bottom: 12%;
    left: 50px;
    width: 75px; }
  .img_anm .ou_Y1 {
        /*
	transition-delay: 0.6s;*/
    top: 250px;
    right: 305px; }
    @media screen and (max-width: 769px) {
      .img_anm .ou_Y1 {
        left: 11vw;
        width: 55px; } }
  .img_anm .ou_Y2 {
    top: calc( 50% - ( 77px / 2 ) );
    right: 175px;
    width: 77px; }
    @media screen and (max-width: 769px) {
      .img_anm .ou_Y2 {
        top: 56%;
        right: 10vw;
        width: 60px; } }
  .img_anm .ou_Y3 {
        /*
	transition-delay: 0.3s;*/
    top: 72%;
    right: 100px;
    width: 70px; }
    @media screen and (max-width: 769px) {
      .img_anm .ou_Y3 {
                   /*
	transition-delay: 0s;*/
        top: 84%;
        right: 3vw;
        width: 70px; } }
  .img_anm .ou_Y4 {
        /*
	transition-delay: 0.3s;*/
    bottom: 10%;
    left: 20px;
    width: 50px; }
  .img_anm .st_Y1 {
        /*
	transition-delay: 0.3s;*/
    top: 0;
    right: 185px; }
    @media screen and (max-width: 769px) {
      .img_anm .st_Y1 {
        right: 3vw;
        width: 55px; } }
  .img_anm .st_Y2 {
        /*
	transition-delay: 0.5s;*/
    top: 225px;
    right: 500px;
    width: 88px; }
  .img_anm .st_Y3 {
    top: 860px;
    right: 90px;
    width: 70px; }
  .img_anm .st_Y4 {
        /*
	transition-delay: 1.0s;*/
    top: 620px;
    left: 85px;
    width: 85px; }
  .img_anm .st_Y5 {
        /*
	transition-delay: 0.3s;*/
    bottom: calc( 35% - 90px );
    left: 80px;
    width: 100px; }
    @media screen and (max-width: 769px) {
      .img_anm .st_Y5 {
        bottom: calc( 36.5% );
        left: 3vw;
        width: 40px; } }
  .img_anm .st_Y6 {
    top: 600px;
    right: 50px;
    width: 120px; }
    @media screen and (max-width: 769px) {
      .img_anm .st_Y6 {
                   /*
	transition-delay: 0.3s;*/
        top: 120px;
        left: 10vw;
        width: 60px; } }
  .img_anm .st_Y7 {
    top: 70%;
    right: 10px;
    width: 70px; }
    @media screen and (max-width: 769px) {
      .img_anm .st_Y7 {
                   /*
	transition-delay: 0.3s;*/
        top: 86%;
        right: 10vw;
        width: 35px; } }
  .img_anm .st_Y8 {
        /*
	transition-delay: 0.6s;*/
    bottom: 9%;
    left: 80px;
    width: 30px; }
  .img_anm .st_R1 {
    top: 180px;
    right: 75px; }
    @media screen and (max-width: 769px) {
      .img_anm .st_R1 {
        top: 90px;
        right: 10vw;
        width: 55px; } }
  .img_anm .st_R2 {
        /*
	transition-delay: 0.3s;*/
    top: 368px;
    left: 55px;
    width: 145px; }
  .img_anm .st_R3 {
    bottom: calc( 35% );
    left: 165px;
    width: 120px; }
    @media screen and (max-width: 769px) {
      .img_anm .st_R3 {
        bottom: calc( 38% );
        left: 10vw;
        width: 60px; } }
  .img_anm .st_R4 {
    top: 55%;
    left: 125px;
    width: 85px; }
    @media screen and (max-width: 769px) {
      .img_anm .st_R4 {
        top: 60.5%;
        left: 10vw;
        width: 40px; } }

/* .img_anm */

/*# sourceMappingURL=common.css.map */
