@charset "UTF-8";
#topvisual {
  height: 100vh;
  box-sizing: border-box;
  position: relative; }
  #topvisual .base {
    position: absolute;
    left: 10rem;
    right: 10rem;
    top: 6.4285714286rem;
    bottom: 6.4285714286rem;
    line-height: 0; }
    #topvisual .base .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("../img/2019/top_visual2019.jpg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: -1; }
    #topvisual .base .logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: relative;
      font-size: 0;
      width: 71.6911764706%; }
      #topvisual .base .logo::before {
        content: "";
        display: block;
        padding-top: 28.951025641%; }
      #topvisual .base .logo .info {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0; }
      #topvisual .base .logo .main {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        #topvisual .base .logo .main svg {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          #topvisual .base .logo .main svg path,
          #topvisual .base .logo .main svg polygon {
            -webkit-stroke: #000000;
            -webkit-stroke-dasharray: 2000;
            -webkit-stroke-dashoffset: 2000;
            -webkit-fill: transparent;
            -webkit-stroke-width: 0.25;
            stroke: #000000;
            stroke-dasharray: 2000;
            stroke-dashoffset: 2000;
            fill: transparent;
            stroke-width: 0.25; }
    #topvisual .base .overlay {
      background-color: #FFF;
      position: absolute;
      bottom: 2.1428571429rem;
      left: -100rem;
      box-shadow: 0 0.2142857143rem 0.4285714286rem rgba(0, 0, 0, 0.16);
      padding-top: 1.4285714286rem;
      padding-bottom: 1.1428571429rem;
      padding-left: 1.7142857143rem;
      padding-right: 2.1428571429rem;
      white-space: nowrap;
      font-family: Helvetica, Arial, "Lato", "Yu Gothic", YuGothic, "-apple-system", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "M+ 1p", sans-serif;
      font-weight: bold;
      -webkit-transition: left 1.5s 0.5s cubic-bezier(0, 0, 0.1, 1);
      -moz-transition: left 1.5s 0.5s cubic-bezier(0, 0, 0.1, 1);
      transition: left 1.5s 0.5s cubic-bezier(0, 0, 0.1, 1); }
      #topvisual .base .overlay .pc .nightmarket img {
        display: block;
        width: 7.5714285714rem;
        margin-left: 8rem; }
      #topvisual .base .overlay .pc span {
        font-size: 2.1428571429rem; }
      #topvisual .base .overlay .pc .span {
        display: inline-block;
        vertical-align: text-bottom;
        width: 0.4285714286rem;
        border-top: 1px solid #000;
        padding-bottom: 0.4em;
        margin: 0 0.25em; }
      #topvisual .base .overlay .pc .area01 {
        display: inline-block;
        text-align: right;
        border-right: 1px solid #000;
        padding-right: 1.5em;
        margin-right: 1.25em; }
      #topvisual .base .overlay .pc .area02 {
        display: inline-block; }
      #topvisual .base .overlay .pc .area03 {
        font-size: 1rem;
        line-height: 1em;
        font-weight: bold;
        margin-top: 1em;
        padding-left: 6em; }
      #topvisual .base .overlay .pc .date {
        font-size: 2.5rem;
        line-height: 1em; }
      #topvisual .base .overlay .pc .time {
        font-size: 1.6428571429rem;
        line-height: 1em;
        margin-top: 0.4em; }
    #topvisual .base .placeinfo.pc {
      position: absolute;
      right: -100rem;
      bottom: 2.1428571429rem;
      font-size: 1.4285714286rem;
      font-weight: bold;
      letter-spacing: 0.050em;
      line-height: 1em;
      -webkit-transition: right 1.5s 0.5s cubic-bezier(0, 0, 0.1, 1);
      -moz-transition: right 1.5s 0.5s cubic-bezier(0, 0, 0.1, 1);
      transition: right 1.5s 0.5s cubic-bezier(0, 0, 0.1, 1); }
    #topvisual .base .hostinfo {
      position: absolute;
      top: 2.1428571429rem;
      right: 5.3571428571rem;
      font-size: 0.7142857143rem;
      letter-spacing: 0.050em;
      line-height: 2.6em;
      text-align: right; }
    #topvisual .base .scroll {
      position: absolute;
      right: -2.5rem;
      bottom: 0;
      padding: 0.5rem;
      font-family: "Source Code Pro", "Yu Gothic", YuGothic, "-apple-system", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "M+ 1p", sans-serif;
      font-weight: 600;
      display: inline-block;
      text-align: left;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: 0.9285714286rem;
      line-height: 1em;
      white-space: nowrap;
      @inckude noselect();
      cursor: pointer; }
      #topvisual .base .scroll .txt {
        display: inline-block;
        -webkit-animation: scroll-text 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
        animation: scroll-text 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
        -webkit-transition: color 0.2s;
        -moz-transition: color 0.2s;
        transition: color 0.2s; }
      #topvisual .base .scroll:hover .txt {
        color: rgba(0, 0, 0, 0.6); }
      #topvisual .base .scroll .bar {
        position: relative;
        display: inline-block;
        vertical-align: bottom;
        height: 17.5rem;
        width: 1px;
        background-color: #efefef;
        margin-top: 0.7142857143rem;
        margin-left: 0.4285714286rem;
        overflow: hidden; }
        #topvisual .base .scroll .bar .inner {
          position: absolute;
          display: block;
          background-color: #000;
          height: 100%;
          width: 1px;
          top: -100%;
          left: 0;
          -webkit-animation: scroll-bar 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
          animation: scroll-bar 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite; }
  @media only screen and (max-width: 736px) {
    #topvisual .base {
      left: 0;
      right: 0;
      top: 0;
      bottom: auto;
      height: 100%; }
      #topvisual .base .bg {
        background-image: url(../img/2019/top_visual2019.jpg);
        height: auto;
        bottom: 14em; }
      #topvisual .base .logo.sp {
        width: 65.0666666667%; }
        #topvisual .base .logo.sp::before {
          padding-top: 89.5081967213%; }
      #topvisual .base .overlay {
        bottom: 0;
        left: 0 !important;
        width: 100%;
        box-sizing: border-box;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        border-top: 1.5833333333rem solid #000;
        padding: 1.6666666667rem;
        padding-bottom: 0; }
        #topvisual .base .overlay::after {
          content: "";
          display: block;
          border-bottom: 1px solid #000;
          margin-top: 2.5rem; }
        #topvisual .base .overlay .sp .year {
          text-align: center;
          font-size: 3.3333333333rem;
          line-height: 1em;
          margin-bottom: 1.25rem; }
        #topvisual .base .overlay .sp .nightmarket {
          width: 50%;
          margin-right: auto;
          text-align: center; }
          #topvisual .base .overlay .sp .nightmarket img {
            width: 8.25rem; }
        #topvisual .base .overlay .sp .area01,
        #topvisual .base .overlay .sp .area02 {
          position: relative;
          box-sizing: border-box;
          width: 50%;
          text-align: center; }
        #topvisual .base .overlay .sp .area02::before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 50%;
          width: 0;
          height: 100%;
          border-left: 0.1428571429rem solid #000;
          transform: translateY(-50%) rotate(15deg); }
        #topvisual .base .overlay .sp .area03 {
          text-align: center;
          margin-top: 2em; }
        #topvisual .base .overlay .sp .day {
          font-size: 2.5rem;
          line-height: 1em; }
          #topvisual .base .overlay .sp .day span {
            font-size: 0.8333333333em; }
        #topvisual .base .overlay .sp .time {
          font-size: 1.6666666667rem;
          line-height: 1em; }
          #topvisual .base .overlay .sp .time span {
            font-size: 0.45em;
            line-height: 2.2222222222em;
            margin: 0 0.5em;
            vertical-align: top; }
        #topvisual .base .overlay .place {
          display: none;
          /*
          font-size: rem(20);
          font-weight: bold;
          letter-spacing: 0.050em;
          line-height: 1em;
          text-align: center;
          margin-top: 1.25em;
          */ }
      #topvisual .base .hostinfo {
        display: none;
        /*
        top: rem_sp(35);
        right: auto;
        left: rem_sp(25);
        */ }
      #topvisual .base .scroll {
        right: 3rem;
        padding: 1.5rem;
        bottom: 2rem;
        font-size: 0.8333333333rem; }
        #topvisual .base .scroll .bar {
          height: 5.4166666667rem; } }

body.loaded #topvisual .base .logo .main svg path,
body.loaded #topvisual .base .logo .main svg polygon {
  stroke: #000000;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  fill: #000000;
  -webkit-animation: logo_op 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: logo_op 3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
@-webkit-keyframes logo_op {
  0% {
    -webkit-stroke: #000000;
    -webkit-stroke-dashoffset: 2000;
    -webkit-fill: transparent;
    -webkit-stroke-width: 0.33;
    -webkit-opacity: 0; }
  15% {
    -webkit-fill: transparent;
    -webkit-opacity: 1; }
  65% {
    -webkit-stroke-width: 0.33; }
  95% {
    -webkit-stroke-dashoffset: 0; }
  100% {
    -webkit-stroke-dashoffset: 0;
    -webkit-stroke-width: 0;
    -webkit-fill: #000000; } }
@keyframes logo_op {
  0% {
    stroke: #000000;
    stroke-dashoffset: 2000;
    fill: transparent;
    stroke-width: 0.33;
    opacity: 0; }
  15% {
    fill: transparent;
    opacity: 1; }
  65% {
    stroke-width: 0.33; }
  95% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0;
    stroke-width: 0;
    fill: #000000; } }
body.loaded #topvisual .base .logo .info {
  -webkit-animation: logo_op_info 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: logo_op_info 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 1;
  -webkit-opacity: 1; }
@-webkit-keyframes logo_op_info {
  0% {
    -webkit-opacity: 0; }
  30% {
    -webkit-opacity: 0; }
  100% {
    -webkit-opacity: 1; } }
@keyframes logo_op_info {
  0% {
    opacity: 0; }
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }
body.loaded #topvisual .base .overlay {
  left: -1.4285714286rem; }
body.loaded #topvisual .base .placeinfo.pc {
  right: 5.3571428571rem; }

@-webkit-keyframes scroll-text {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40%, 50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes scroll-text {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40%, 50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes scroll-bar {
  0%, 5% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 510px, 0);
    transform: translate3d(0, 510px, 0); } }
@keyframes scroll-bar {
  0%, 5% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 510px, 0);
    transform: translate3d(0, 510px, 0); } }
#concept {
  text-align: center;
  position: relative;
  margin-bottom: 7.8571428571rem; }
  #concept h3 {
    margin-bottom: 4.6428571429rem; }
  #concept .part01 {
    margin-bottom: 4.6428571429rem; }
  #concept .part02 {
    font-size: 1rem;
    line-height: 3em;
    font-weight: bold;
    margin-bottom: 6.6428571429rem; }
  #concept .part03 {
    line-height: 0;
    margin-bottom: 1.7142857143em; }
    #concept .part03 span {
      display: inline-block;
      vertical-align: text-top;
      height: 3.0714285714em;
      margin-top: 0.8214285714em;
      -webkit-transition: -webkit-transform 0.8s;
      -moz-transition: -moz-transform 0.8s;
      transition: transform 0.8s;
      filter: alpha(opacity=0);
      -webkit-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
      transform: scale(0); }
    #concept .part03 .label {
      text-align: center; }
      #concept .part03 .label .en {
        background-color: #F7F5EC;
        font-size: 2.1428571429em;
        font-family: Helvetica, Arial, "Lato", "Yu Gothic", YuGothic, "-apple-system", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "M+ 1p", sans-serif;
        font-weight: bold;
        line-height: 1em;
        white-space: nowrap;
        padding: 0.2166666667em;
        box-sizing: border-box; }
      #concept .part03 .label .jp {
        font-size: 1.2142857143em;
        line-height: 1em;
        letter-spacing: -0.005em;
        margin-top: 0.4117647059em; }
    #concept .part03 .item01 {
      width: 7.5em; }
    #concept .part03 .item03 {
      width: 7.3571428571em; }
    #concept .part03 .item05 {
      width: 5.9285714286em; }
    #concept .part03 .item07 {
      width: 20.8142857143em;
      margin-top: 0; }
      #concept .part03 .item07 .en {
        font-size: 3em;
        padding: 0.2857142857em; }
    #concept .part03 .plus,
    #concept .part03 .equal {
      font-size: 2.2142857143em;
      font-family: Helvetica, Arial, "Lato", "Yu Gothic", YuGothic, "-apple-system", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "M+ 1p", sans-serif;
      font-weight: bold;
      margin-left: 0.5161290323em;
      margin-right: 0.5161290323em;
      height: auto;
      padding: 0.33333em 0; }
  #concept.active .part03 span {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    transform: scale(1); }
  #concept.active .part03 .item01 {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s; }
  #concept.active .part03 .item02 {
    -webkit-transition-delay: 1.25s;
    -moz-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    -ms-transition-delay: 1.25s; }
  #concept.active .part03 .item03 {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s; }
  #concept.active .part03 .item04 {
    -webkit-transition-delay: 1.75s;
    -moz-transition-delay: 1.75s;
    -o-transition-delay: 1.75s;
    -ms-transition-delay: 1.75s; }
  #concept.active .part03 .item05 {
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    -ms-transition-delay: 2s; }
  #concept.active .part03 .item06 {
    -webkit-transition-delay: 2.25s;
    -moz-transition-delay: 2.25s;
    -o-transition-delay: 2.25s;
    -ms-transition-delay: 2.25s; }
  #concept.active .part03 .item07 {
    -webkit-transition-delay: 2.5s;
    -moz-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    -ms-transition-delay: 2.5s; }
  #concept .part04 {
    font-size: 1rem;
    line-height: 2em;
    font-weight: bold;
    padding-top: 5.2857142857rem; }
  #concept .sankaku {
    position: absolute;
    top: 0;
    width: 60rem;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    -webkit-transition-delay: 3s;
    -moz-transition-delay: 3s;
    -o-transition-delay: 3s;
    -ms-transition-delay: 3s;
    -webkit-transition: opacity 5s;
    -moz-transition: opacity 5s;
    transition: opacity 5s;
    opacity: 0;
    z-index: -1;
    font-size: 0.9rem; }
    #concept .sankaku img {
      position: absolute;
      -webkit-transition: -webkit-transform 15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition: -moz-transform 15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: transform 15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      z-index: -1; }
      #concept .sankaku img.s01 {
        width: 9.9285714286em;
        transform: rotate(250deg);
        top: 18.5%;
        left: 11%; }
      #concept .sankaku img.s02 {
        width: 9.7142857143em;
        transform: rotate(180deg);
        top: 23%;
        left: 75%; }
      #concept .sankaku img.s04 {
        width: 9em;
        transform: rotate(180deg);
        top: 40.5%;
        left: 51%; }
      #concept .sankaku img.s05 {
        width: 8.2142857143em;
        transform: rotate(24deg);
        top: 59.5%;
        left: 21%; }
      #concept .sankaku img.s07 {
        width: 9.3571428571em;
        transform: rotate(139deg);
        top: 59.5%;
        left: 71%; }
      #concept .sankaku img.s08 {
        width: 9em;
        transform: rotate(207deg);
        top: 92.5%;
        left: 12%; }
      #concept .sankaku img.s09 {
        width: 11.5714285714em;
        transform: rotate(191deg);
        top: 91.5%;
        left: 71%; }
  #concept.active .sankaku {
    opacity: 1;
    font-size: 1rem; }
    #concept.active .sankaku .s01 {
      transform: rotate(210deg); }
    #concept.active .sankaku .s02 {
      transform: rotate(129deg); }
    #concept.active .sankaku .s04 {
      transform: rotate(241deg); }
    #concept.active .sankaku .s05 {
      transform: rotate(54deg); }
    #concept.active .sankaku .s06 {
      transform: rotate(0); }
    #concept.active .sankaku .s07 {
      transform: rotate(119deg); }
    #concept.active .sankaku .s08 {
      transform: rotate(237deg); }
    #concept.active .sankaku .s09 {
      transform: rotate(121deg); }
  @media only screen and (max-width: 736px) {
    #concept {
      margin-bottom: 3.75rem; }
      #concept h3 {
        margin-bottom: 2.5rem; }
      #concept .part01 {
        margin-bottom: 2.5rem;
        line-height: 2em; }
      #concept .part02 {
        margin-bottom: 3.5rem; }
      #concept .part03 {
        font-size: 0.7em; }
        #concept .part03 .equal {
          display: inline-block;
          text-align: left;
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          display: block;
          margin: auto;
          margin-top: 1.25em;
          margin-bottom: 0.25em; }
      #concept.active .part03 span {
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        transform: scale(1); }
      #concept.active .part03 .item01 {
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -o-transition-delay: 1s;
        -ms-transition-delay: 1s; }
      #concept.active .part03 .item02 {
        -webkit-transition-delay: 1.25s;
        -moz-transition-delay: 1.25s;
        -o-transition-delay: 1.25s;
        -ms-transition-delay: 1.25s; }
      #concept.active .part03 .item03 {
        -webkit-transition-delay: 1.5s;
        -moz-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
        -ms-transition-delay: 1.5s; }
      #concept.active .part03 .item04 {
        -webkit-transition-delay: 1.75s;
        -moz-transition-delay: 1.75s;
        -o-transition-delay: 1.75s;
        -ms-transition-delay: 1.75s; }
      #concept.active .part03 .item05 {
        -webkit-transition-delay: 2s;
        -moz-transition-delay: 2s;
        -o-transition-delay: 2s;
        -ms-transition-delay: 2s; }
      #concept.active .part03 .item06 {
        -webkit-transition-delay: 2.25s;
        -moz-transition-delay: 2.25s;
        -o-transition-delay: 2.25s;
        -ms-transition-delay: 2.25s; }
      #concept.active .part03 .item07 {
        -webkit-transition-delay: 2.5s;
        -moz-transition-delay: 2.5s;
        -o-transition-delay: 2.5s;
        -ms-transition-delay: 2.5s; }
      #concept .part04 {
        padding-top: 2.5rem; }
      #concept .sankaku {
        font-size: 0.82rem; }
        #concept .sankaku img {
          position: absolute;
          -webkit-transition: -webkit-transform 7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          -moz-transition: -moz-transform 7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition: transform 7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          z-index: -1; }
          #concept .sankaku img.s01 {
            width: 8.8em;
            top: 15.5%;
            left: 8%; }
          #concept .sankaku img.s02 {
            width: 7.5em;
            top: 24.2%;
            left: 67%; }
          #concept .sankaku img.s04 {
            width: 9.7em;
            top: 36.3%;
            left: 39%; }
          #concept .sankaku img.s05 {
            width: 9em;
            top: 57.5%;
            left: 13%; }
          #concept .sankaku img.s06 {
            width: 8em;
            top: 38.7%;
            left: 3%; }
          #concept .sankaku img.s07 {
            width: 11em;
            top: 61.8%;
            left: 66%; }
          #concept .sankaku img.s08 {
            width: 9em;
            top: 94%;
            left: 4%; }
          #concept .sankaku img.s09 {
            width: 10em;
            top: 96.5%;
            left: 68%; }
      #concept.active .sankaku {
        font-size: 0.82rem; } }

#about {
  padding-bottom: 4.8571428571rem; }
  #about h3 {
    margin-bottom: 2.7142857143rem; }
  #about .part01 {
    margin-bottom: 3.2142857143rem; }
  #about .part02 {
    margin-bottom: 4.4285714286rem;
    text-align: center; }
  #about .part03 {
    text-align: center;
    font-size: 1.0714285714rem;
    line-height: 2.3333333333em;
    margin-bottom: 3.3571428571rem; }
    #about .part03 strong {
      font-size: 1.2em;
      font-weight: bold; }
  #about .part03 {
    text-align: center;
    font-size: 1.0714285714rem;
    line-height: 2.3333333333em;
    margin-top: 2.8571428571rem;
    margin-bottom: 3.3571428571rem; }
    #about .part03 span {
      font-size: 1.2em;
      font-weight: bold; }
  #about .part04 {
    text-align: center;
    font-size: 1.0714285714rem;
    line-height: 2.3333333333em;
    font-family: "Courgette", cursive, "Yu Gothic", YuGothic, "-apple-system", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "M+ 1p", sans-serif; }
    #about .part04 span {
      font-size: 1.2em; }
  #about .gallery ul {
    list-style: none;
    line-height: 0; }
    #about .gallery ul::after {
      content: "";
      display: block;
      clear: both; }
    #about .gallery ul li {
      float: left;
      display: block;
      width: 32.3529411765%;
      margin-bottom: 1.3571428571rem; }
      #about .gallery ul li:not(:nth-child(3n)) {
        margin-right: 1.4705882353%; }
      #about .gallery ul li img {
        display: block; }
  @media only screen and (max-width: 736px) {
    #about .gallery ul li {
      width: 48.502994012%;
      margin-bottom: 0.7142857143rem; }
      #about .gallery ul li:not(:nth-child(3n)) {
        margin-right: 0; }
      #about .gallery ul li:not(:nth-child(2n)) {
        margin-right: 2.994011976%; } }

#movie {
  margin-bottom: 10.3571428571rem; }
  #movie .moviebox {
    display: block;
    width: 64rem;
    max-width: 100%;
    line-height: 0;
    margin: auto;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    position: relative; }
    #movie .moviebox::before {
      content: "";
      display: block;
      padding-top: 56.25%; }
    #movie .moviebox iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #movie .moviebox img {
      -webkit-transition: -webkit-transform, 0.3s;
      -moz-transition: -moz-transform, 0.3s;
      transition: transform, 0.3s; }
    #movie .moviebox .playbtn {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: background-color 0.2s;
      -moz-transition: background-color 0.2s;
      transition: background-color 0.2s;
      z-index: 1; }
      #movie .moviebox .playbtn::before {
        content: "";
        width: 5rem;
        height: 5rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0);
        -webkit-transition: background-color 0.2s;
        -moz-transition: background-color 0.2s;
        transition: background-color 0.2s;
        z-index: 2; }
      #movie .moviebox .playbtn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-top: 1.4285714286rem solid rgba(255, 255, 255, 0);
        border-bottom: 1.4285714286rem solid rgba(255, 255, 255, 0);
        border-right: 2.1428571429rem solid rgba(255, 255, 255, 0);
        border-left: 2.1428571429rem solid rgba(255, 255, 255, 0);
        transform: translate(-18%, -50%);
        -webkit-transition: border-color 0.2s;
        -moz-transition: border-color 0.2s;
        transition: border-color 0.2s;
        z-index: 3; }
    #movie .moviebox:active img, #movie .moviebox:hover img {
      transform: scale(1.08); }
    #movie .moviebox:active .playbtn, #movie .moviebox:hover .playbtn {
      background-color: rgba(0, 0, 0, 0.4); }
      #movie .moviebox:active .playbtn::before, #movie .moviebox:hover .playbtn::before {
        background-color: rgba(255, 255, 255, 0.5); }
      #movie .moviebox:active .playbtn::after, #movie .moviebox:hover .playbtn::after {
        border-left-color: #FFF; }

#news .listmore {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 10.3571428571rem; }
  #news .listmore a {
    display: inline-block;
    font-size: 1.7142857143rem;
    line-height: 1em;
    font-weight: bold;
    position: relative;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s; }
    #news .listmore a img {
      position: absolute;
      -webkit-transition: -webkit-transform 5s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 4s;
      -moz-transition: -moz-transform 5s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 4s;
      transition: transform 5s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 4s;
      z-index: -1;
      opacity: 0;
      width: 5.4583333333em;
      transform: translate(-50%, -50%) rotate(159deg);
      top: 60%;
      left: 50%; }
    #news .listmore a:active, #news .listmore a:hover {
      color: rgba(0, 0, 0, 0.6); }
#news.active .listmore a img {
  transform: translate(-50%, -50%) rotate(129deg);
  opacity: 1; }

#gallery {
  margin-bottom: 10.2857142857rem; }
  #gallery a {
    display: block;
    position: relative;
    line-height: 0; }
    #gallery a::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #gallery a img {
      width: 100%; }
    #gallery a span {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      width: 100%;
      font-size: 2.2857142857rem;
      line-height: 1.5em;
      font-weight: bold;
      color: #fff;
      -webkit-transition: color 0.2s;
      -moz-transition: color 0.2s;
      transition: color 0.2s; }
    #gallery a:active span, #gallery a:hover span {
      color: rgba(255, 255, 255, 0.6); }
  @media only screen and (max-width: 736px) {
    #gallery a span {
      font-size: 2rem;
      line-height: 1.3333333333em; } }
