@charset "UTF-8";
@media screen and (min-width: 769px), print {
  #container {
    position: relative;
  }
  .mv {
    overflow: visible;
    min-height: 100vh;
    height: 100%;
    width: 1100px;
    margin: 0 auto;
    position: relative;
    display: block;
  }
  .mv.under_link {
    min-height: 1480px;
  }
  .mv .inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1;
  }
  .mv .inner h1 {
    display: none;
    font-family: 'Akrobat';
    font-size: 60px;
    letter-spacing: 0.05em;
    line-height: 1;
    position: absolute;
    top: -130%;
    margin: 0;
  }
  .mv .inner .main_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1100px;
    height: 122px;
  }
  .mv .inner .main_wrap .img {
    display: none;
    width: 105px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    opacity: 0;
  }
  .mv .inner .main_wrap .img img {
    width: 100%;
  }
  .mv .inner .main_wrap .img.left_in {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .mv .inner .main_wrap .name {
    margin-left: 20px;
    display: none;
  }
  .mv .inner .main_wrap h2 {
    font-size: 53px;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  .mv .inner .main_wrap h2 + h2 {
    margin-top: 20px;
  }
  .mv .scroll-btn {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
    z-index: 100;
  }
  .mv .scroll-btn > * {
    display: block;
    line-height: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0 0 10px;
    font-family: 'Akrobat';
    letter-spacing: 2px;
  }
  .mv .scroll-btn > *:hover, .mv .scroll-btn > *:focus, .mv .scroll-btn > *.active {
    color: #000;
  }
  .mv .scroll-btn > *:hover, .mv .scroll-btn > *:focus, .mv .scroll-btn > *:active, .mv .scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .mv .scroll-btn .mouse {
    position: relative;
    display: block;
    width: 15px;
    height: 30px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .mv .scroll-btn .mouse > * {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    -webkit-animation: ani-mouse 1.5s linear infinite;
       -moz-animation: ani-mouse 1.5s linear infinite;
            animation: ani-mouse 1.5s linear infinite;
  }
  section {
    clear: both;
  }
  section .bg {
    -webkit-transition: all 16s;
    -moz-transition: all 16s;
    transition: all 16s;
  }
  section .bg.anm.show {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
  section .inner {
    width: 1100px;
    margin: 0 auto 0;
  }
}

@media screen and (min-width: 769px) and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 769px) and (min-width: 0\0) and (min-resolution: 72dpi) {
  section .inner {
    margin: -100px auto 0;
    padding-top: 100px;
  }
}

@media screen and (min-width: 769px), print {
  section .inner h3 {
    font-size: 46px;
    font-family: 'Akrobat';
    letter-spacing: 0.05em;
  }
  section .inner h3 span {
    font-size: 16px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    letter-spacing: 0.1em;
    margin-left: 5px;
    color: #7d7d7d;
    font-weight: 100;
  }
  section .inner h3 + a {
    margin-top: 30px;
  }
  section .inner ul {
    margin-top: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  section .inner ul li {
    width: 365px;
    position: relative;
    overflow: hidden;
  }
  section .inner ul li h4 {
    font-size: 21px;
    margin-bottom: 20px;
    font-family: 'Akrobat';
  }
  section .inner ul li + li {
    margin-left: 35px;
  }
  section .inner ul li a {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-top: 25px;
  }
  section .inner ul li a .time {
    font-family: 'Akrobat';
  }
  section .inner ul li p {
    font-size: 16px;
    line-height: 28px;
  }
  section .inner ul li p + p {
    margin: 20px 0;
  }
  section .inner ul li p span {
    font-size: 14px;
    text-align: center;
    border: solid 1px #000;
    width: 105px;
    margin-right: 10px;
    padding: 5px 0;
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  section + section {
    margin-top: 195px;
  }
  section#access {
    position: relative;
  }
  section#access .bg {
    position: absolute;
    top: -100%;
    z-index: -1;
  }
  section#lesson {
    position: relative;
    margin-top: 215px;
  }
  section#lesson .bg {
    position: absolute;
    top: -200%;
    right: 0;
    margin-left: auto;
    z-index: -1;
  }
  section#reserve {
    position: relative;
    margin-top: 226px;
  }
  section#reserve .bg {
    position: absolute;
    top: 0;
    z-index: -1;
  }
  section#info {
    position: relative;
    margin-top: 212px;
    text-align: center;
  }
  section#info .inner h3 span {
    display: block;
  }
  section#info .inner ul {
    display: block;
    margin: 32px 0 68px;
  }
  section#info .inner ul li {
    width: 100%;
    display: block;
    border-top: solid 1px #dcdcdc;
    text-align: left;
  }
  section#info .inner ul li a {
    width: 100%;
    margin: 24px 0;
  }
  section#info .inner ul li a .time {
    font-size: 18px;
    margin-right: 30px;
    display: block;
  }
  section#info .inner ul li a .time span {
    color: #d00e31;
    margin-left: 15px;
  }
  section#info .inner ul li a p {
    text-align: left;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-size: 16px;
    line-height: 26px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 100;
  }
  section#info .inner ul li a:hover {
    text-decoration: underline;
  }
  section#info .inner ul li a:hover p {
    text-decoration: underline;
  }
  section#info .inner ul li + li {
    margin-left: 0;
  }
  section#info .inner ul li:last-child {
    border-bottom: solid 1px #dcdcdc;
  }
  section#event {
    position: relative;
    margin-top: 233px;
  }
  section#event .bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  section#event .inner ul {
    margin-top: -41px;
  }
  section#event .inner ul li {
    width: 245px;
  }
  section#event .inner ul li a {
    margin: 0;
    width: 100%;
  }
  section#event .inner ul li a img {
    width: 100%;
  }
  section#event .inner ul li a .time {
    margin: 10px 0;
  }
  section#event .inner ul li a .time span {
    color: #d00e31;
    margin-left: 15px;
  }
  section#event .inner ul li a .line {
    width: 40px;
    height: 2px;
    background: #000;
  }
  section#event .inner ul li a p {
    margin-top: 13px;
    font-weight: 100;
  }
  section#event .inner ul li a:hover {
    opacity: 0.9;
  }
  section#event .inner ul li + li {
    margin-left: 35px;
  }
  section#event .center {
    text-align: center;
    margin-top: 68px;
  }
  section#collaboration {
    position: relative;
    margin-top: 222px;
  }
  section#collaboration .bg {
    position: absolute;
    top: -250px;
    z-index: -1;
  }
  section#collaboration .inner .lr_content {
    margin-top: -50px;
  }
  section#collaboration .inner .lr_content .right {
    text-align: right;
    overflow: hidden;
    position: relative;
    width: 55%;
    margin-left: auto;
  }
  section#collaboration .inner .lr_content .left {
    text-align: left;
    overflow: hidden;
    position: relative;
    margin-top: 145px;
    width: 55%;
    margin-right: auto;
  }
  section#collaboration .inner .lr_content .left + .right {
    margin-top: 130px;
  }
  section#collaboration .inner .lr_content p.big {
    font-size: 50px;
    line-height: 1.7;
    margin-right: -30px;
  }
  section#collaboration .inner .lr_content p.big:nth-of-type(2) {
    text-align: left;
    margin-right: 0;
  }
  section#collaboration .inner .lr_content .btn_box_r {
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 22px;
  }
  section#collaboration .inner .lr_content .btn_box_r + p {
    margin-top: 145px;
  }
  section#collaboration .inner .lr_content .btn_box_l {
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 22px;
  }
  section#collaboration .inner .lr_content .btn_box_l + p {
    margin-top: 130px;
  }
  section#details {
    position: relative;
    margin-top: 230px;
    text-align: center;
  }
  section#details .bg {
    position: absolute;
    right: 0;
    top: -300px;
    z-index: -1;
  }
  section#details .inner h3 span {
    display: block;
  }
  section#details .inner ul {
    margin: 48px 0 50px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  section#details .inner ul li {
    width: 200px;
  }
  section#details .inner ul li h4 {
    font-size: 46px;
    font-weight: 100;
    letter-spacing: 0.04em;
  }
  section#details .inner ul li h4 span {
    display: block;
    font-size: 16px;
    color: #7d7d7d;
    font-weight: 100;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  }
  section#details .inner ul li a {
    display: inline-block;
    margin: 20px 0;
  }
  section#details .inner ul li + li {
    margin-left: 0;
  }
  .anm {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .anm.show {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .anm_lr {
    -webkit-transform: translate(-100px, 0);
       -moz-transform: translate(-100px, 0);
        -ms-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }
  .anm_rl {
    -webkit-transform: translate(100px, 0);
       -moz-transform: translate(100px, 0);
        -ms-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
  .anm_up {
    -webkit-transform: translate(0, 100px);
       -moz-transform: translate(0, 100px);
        -ms-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  .anm_opacity {
    opacity: 0;
  }
  .anm_opacity.show {
    -webkit-animation: view_anm_op 4s;
       -moz-animation: view_anm_op 4s;
            animation: view_anm_op 4s;
    -webkit-animation-fill-mode: forwards;
       -moz-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 1000ms;
       -moz-transition-duration: 1000ms;
            transition-duration: 1000ms;
    -webkit-transition-delay: 5s;
       -moz-transition-delay: 5s;
            transition-delay: 5s;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .anm_view {
    opacity: 1;
  }
  .anm_view.show {
    -webkit-animation: view_anm_slide 1s;
       -moz-animation: view_anm_slide 1s;
            animation: view_anm_slide 1s;
    -webkit-animation-fill-mode: forwards;
       -moz-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 1300ms;
       -moz-transition-duration: 1300ms;
            transition-duration: 1300ms;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .anm_view_w {
    opacity: 1;
  }
  .anm_view_w.show {
    -webkit-animation: view_anm_slide_w 1s;
       -moz-animation: view_anm_slide_w 1s;
            animation: view_anm_slide_w 1s;
    -webkit-animation-fill-mode: forwards;
       -moz-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
       -moz-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .fuwafuwa {
    -webkit-animation: fuwafuwa 3s infinite;
       -moz-animation: fuwafuwa 3s infinite;
            animation: fuwafuwa 3s infinite;
  }
  .fuwafuwa span {
    -webkit-animation: fuwafuwa_span 3s infinite;
       -moz-animation: fuwafuwa_span 3s infinite;
            animation: fuwafuwa_span 3s infinite;
  }
  .fuwafuwa span img {
    -webkit-animation: fuwafuwa_img 3s infinite;
       -moz-animation: fuwafuwa_img 3s infinite;
            animation: fuwafuwa_img 3s infinite;
  }
  .fuwafuwa {
    -webkit-animation: 13.5s Roll ease-in-out infinite;
       -moz-animation: 13.5s Roll ease-in-out infinite;
            animation: 13.5s Roll ease-in-out infinite;
  }
  .fuwafuwa span {
    display: block;
    -webkit-animation: FloatHorizontal 17s ease-in-out infinite alternate;
       -moz-animation: FloatHorizontal 17s ease-in-out infinite alternate;
            animation: FloatHorizontal 17s ease-in-out infinite alternate;
  }
  .fuwafuwa img {
    -webkit-animation: FloatVertical 16s ease-in-out infinite alternate;
       -moz-animation: FloatVertical 16s ease-in-out infinite alternate;
            animation: FloatVertical 16s ease-in-out infinite alternate;
  }
  .anm_down {
    -webkit-transform: translate(0, -100px);
       -moz-transform: translate(0, -100px);
        -ms-transform: translate(0, -100px);
            transform: translate(0, -100px);
  }
  .anm_scaleUp {
    -webkit-transform: scale(0.5);
       -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
  .anm_scaleDown {
    -webkit-transform: scale(1.5);
       -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
  }
  .anm_rotateL {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .anm_rotateR {
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}

@media screen and (max-width: 768px) {
  * {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  #container {
    overflow: hidden;
  }
  .mv {
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .mv .inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1;
    width: 100%;
    left: 0;
    padding: 0 15px;
  }
  .mv .inner h1 {
    position: absolute;
    display: none;
    font-family: 'Akrobat';
    font-size: 7.8125vw;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-300%);
       -moz-transform: translateY(-300%);
        -ms-transform: translateY(-300%);
            transform: translateY(-300%);
  }
  .mv .inner .main_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 122px;
  }
  .mv .inner .main_wrap .img {
    display: none;
    width: 13.67188vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
  }
  .mv .inner .main_wrap .img img {
    width: 100%;
  }
  .mv .inner .main_wrap .img.left_in {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .mv .inner .main_wrap .name {
    margin-left: 20px;
    display: none;
  }
  .mv .inner .main_wrap h2 {
    font-size: 4.16667vw;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  .mv .inner .main_wrap h2 + h2 {
    margin-top: 10px;
  }
  .mv .scroll-btn {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
    z-index: 100;
  }
  .mv .scroll-btn > * {
    display: block;
    line-height: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0 0 10px;
    font-family: 'Akrobat';
    letter-spacing: 2px;
  }
  .mv .scroll-btn > *:hover, .mv .scroll-btn > *:focus, .mv .scroll-btn > *.active {
    color: #000;
  }
  .mv .scroll-btn > *:hover, .mv .scroll-btn > *:focus, .mv .scroll-btn > *:active, .mv .scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .mv .scroll-btn .mouse {
    position: relative;
    display: block;
    width: 15px;
    height: 30px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .mv .scroll-btn .mouse > * {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    -webkit-animation: ani-mouse 1.5s linear infinite;
       -moz-animation: ani-mouse 1.5s linear infinite;
            animation: ani-mouse 1.5s linear infinite;
  }
  section .bg.anm.show {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
  section .bg span img {
    zoom: 0.5;
  }
  section .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  section .inner h3 {
    font-size: 13.02083vw;
    font-family: 'Akrobat';
    letter-spacing: 0.05em;
    text-align: center;
  }
  section .inner h3 span {
    font-size: 4.94792vw;
    font-family: 'Hiragino Kaku Gothic Pro';
    letter-spacing: 0.1em;
    margin-left: 5px;
    display: block;
    color: #7d7d7d;
    font-weight: 100;
  }
  section .inner h3 + a {
    margin: 30px auto;
    width: auto;
    display: table;
  }
  section .inner ul {
    margin-top: 14px;
    display: block;
  }
  section .inner ul li {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 45px;
  }
  section .inner ul li h4 {
    font-size: 5.98958vw;
    margin-bottom: 20px;
    font-family: 'Akrobat';
  }
  section .inner ul li + li {
    margin-top: 55px;
  }
  section .inner ul li a {
    font-family: 'Akrobat';
    display: inline-block;
    font-weight: 700;
  }
  section .inner ul li p {
    font-size: 4.94792vw;
  }
  section .inner ul li p + p {
    margin: 20px 0;
  }
  section .inner ul li p span {
    font-size: 4.94792vw;
    text-align: center;
    border: solid 1px #000;
    width: 60%;
    margin-bottom: 10px;
    padding: 5px 0;
    display: block;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  section + section {
    margin-top: 65px;
  }
  section#access {
    position: relative;
  }
  section#access .bg {
    position: absolute;
    z-index: -1;
  }
  section#lesson {
    position: relative;
  }
  section#lesson .bg {
    position: absolute;
    right: 0;
    margin-left: auto;
    z-index: -1;
  }
  section#reserve {
    position: relative;
  }
  section#reserve .bg {
    position: absolute;
    z-index: -1;
  }
  section#info {
    position: relative;
    text-align: center;
  }
  section#info .inner h3 span {
    display: block;
  }
  section#info .inner ul {
    display: block;
    margin: 32px 0;
  }
  section#info .inner ul li {
    width: 100%;
    display: block;
    border-top: solid 1px #dcdcdc;
    text-align: left;
  }
  section#info .inner ul li a {
    width: 100%;
    margin: 24px 0;
  }
  section#info .inner ul li a .time {
    font-size: 5.46875vw;
    margin-bottom: 15px;
  }
  section#info .inner ul li a .time span {
    color: #d00e31;
    margin-left: 15px;
  }
  section#info .inner ul li a p {
    text-align: left;
    font-style: initial;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 100;
  }
  section#info .inner ul li a:hover {
    text-decoration: underline;
  }
  section#info .inner ul li + li {
    margin-left: 0;
  }
  section#info .inner ul li:last-child {
    border-bottom: solid 1px #dcdcdc;
  }
  section#event {
    position: relative;
  }
  section#event .bg {
    position: absolute;
    z-index: -1;
  }
  section#event .inner ul li {
    width: 100%;
  }
  section#event .inner ul li a {
    margin: 0 auto;
    display: block;
  }
  section#event .inner ul li a img {
    width: 100%;
  }
  section#event .inner ul li a .time {
    font-size: 5.46875vw;
    margin: 10px 0;
  }
  section#event .inner ul li a .time span {
    color: #d00e31;
    margin-left: 15px;
  }
  section#event .inner ul li a .line {
    width: 40px;
    height: 2px;
    background: #000;
  }
  section#event .inner ul li a p {
    margin-top: 13px;
  }
  section#event .inner ul li a:hover {
    opacity: 0.9;
  }
  section#event .inner ul li + li {
    margin-top: 35px;
  }
  section#event .center {
    text-align: center;
    margin-top: 68px;
  }
  section#collaboration {
    position: relative;
  }
  section#collaboration .bg {
    position: absolute;
    margin-left: auto;
    z-index: -1;
  }
  section#collaboration .inner .lr_content {
    margin-top: 65px;
  }
  section#collaboration .inner .lr_content .right {
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-left: auto;
  }
  section#collaboration .inner .lr_content .left {
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-top: 65px;
    width: 100%;
    margin-right: auto;
  }
  section#collaboration .inner .lr_content .left + .right {
    margin-top: 65px;
  }
  section#collaboration .inner .lr_content p.big {
    font-size: 6.51042vw;
    line-height: 1.7;
  }
  section#collaboration .inner .lr_content p.big:nth-of-type(2) {
    text-align: center;
    margin-right: 0;
  }
  section#collaboration .inner .lr_content .btn_box_r {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 22px;
  }
  section#collaboration .inner .lr_content .btn_box_r + p {
    margin-top: 65px;
  }
  section#collaboration .inner .lr_content .btn_box_l {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 22px;
  }
  section#collaboration .inner .lr_content .btn_box_l + p {
    margin-top: 65px;
  }
  section#details {
    position: relative;
    text-align: center;
  }
  section#details .bg {
    position: absolute;
    bottom: -220px;
  }
  section#details .inner h3 span {
    display: block;
  }
  section#details .inner ul {
    margin: 40px 0 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  section#details .inner ul li {
    width: 50%;
    margin: 0;
  }
  section#details .inner ul li h4 {
    font-size: 7.55208vw;
    font-weight: 100;
    letter-spacing: 0.04em;
    margin: 0;
  }
  section#details .inner ul li h4 span {
    display: block;
    font-size: 4.16667vw;
    color: #7d7d7d;
    font-weight: 100;
  }
  section#details .inner ul li a {
    display: inline-block;
    margin: 20px 0;
  }
  section#details .inner ul li + li {
    margin-left: 0;
  }
  .anm {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .anm.show {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .anm_lr {
    -webkit-transform: translate(-100px, 0);
       -moz-transform: translate(-100px, 0);
        -ms-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }
  .anm_rl {
    -webkit-transform: translate(100px, 0);
       -moz-transform: translate(100px, 0);
        -ms-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
  .anm_up {
    -webkit-transform: translate(0, 100px);
       -moz-transform: translate(0, 100px);
        -ms-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  .anm_opacity {
    opacity: 0;
  }
  .anm_opacity.show {
    -webkit-animation: view_anm_op 4s;
       -moz-animation: view_anm_op 4s;
            animation: view_anm_op 4s;
    -webkit-animation-fill-mode: forwards;
       -moz-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 1000ms;
       -moz-transition-duration: 1000ms;
            transition-duration: 1000ms;
    -webkit-transition-delay: 5s;
       -moz-transition-delay: 5s;
            transition-delay: 5s;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .anm_view {
    opacity: 1;
  }
  .anm_view.show {
    -webkit-animation: view_anm_slide 1s;
       -moz-animation: view_anm_slide 1s;
            animation: view_anm_slide 1s;
    -webkit-animation-fill-mode: forwards;
       -moz-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
       -moz-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .anm_view_w {
    opacity: 1;
  }
  .anm_view_w.show {
    -webkit-animation: view_anm_slide_w 1s;
       -moz-animation: view_anm_slide_w 1s;
            animation: view_anm_slide_w 1s;
    -webkit-animation-fill-mode: forwards;
       -moz-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
       -moz-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .fuwafuwa {
    -webkit-animation: fuwafuwa 3s infinite;
       -moz-animation: fuwafuwa 3s infinite;
            animation: fuwafuwa 3s infinite;
  }
  .fuwafuwa span {
    -webkit-animation: fuwafuwa_span 3s infinite;
       -moz-animation: fuwafuwa_span 3s infinite;
            animation: fuwafuwa_span 3s infinite;
  }
  .fuwafuwa span img {
    -webkit-animation: fuwafuwa_img 3s infinite;
       -moz-animation: fuwafuwa_img 3s infinite;
            animation: fuwafuwa_img 3s infinite;
  }
  .fuwafuwa {
    -webkit-animation: 13.5s Roll ease-in-out infinite;
       -moz-animation: 13.5s Roll ease-in-out infinite;
            animation: 13.5s Roll ease-in-out infinite;
  }
  .fuwafuwa span {
    display: block;
    -webkit-animation: FloatHorizontal 17s ease-in-out infinite alternate;
       -moz-animation: FloatHorizontal 17s ease-in-out infinite alternate;
            animation: FloatHorizontal 17s ease-in-out infinite alternate;
  }
  .fuwafuwa img {
    -webkit-animation: FloatVertical 16s ease-in-out infinite alternate;
       -moz-animation: FloatVertical 16s ease-in-out infinite alternate;
            animation: FloatVertical 16s ease-in-out infinite alternate;
  }
  .anm_down {
    -webkit-transform: translate(0, -100px);
       -moz-transform: translate(0, -100px);
        -ms-transform: translate(0, -100px);
            transform: translate(0, -100px);
  }
  .anm_scaleUp {
    -webkit-transform: scale(0.5);
       -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
  .anm_scaleDown {
    -webkit-transform: scale(1.5);
       -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
  }
  .anm_rotateL {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .anm_rotateR {
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
