@charset "UTF-8";
@media screen and (min-width: 769px), print {
  #container {
    overflow: hidden;
  }
  section .bg {
    position: absolute;
    z-index: -1;
    top: -220px;
    left: 0;
    -webkit-transition: all 6s;
    -moz-transition: all 6s;
    transition: all 6s;
  }
  section .bg.anm.show {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
  section .inner {
    width: 1100px;
    margin: 0 auto;
  }
  section .inner h3 {
    font-size: 46px;
    font-family: 'Akrobat';
    letter-spacing: 0.05em;
    text-align: left;
  }
  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: 225px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section .inner ul li {
    width: 26%;
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
  }
  section .inner ul li h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'Akrobat';
  }
  section .inner ul li a {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-top: 25px;
    width: 100%;
  }
  section .inner ul li a .time {
    margin: 10px 0;
    font-family: 'Akrobat';
  }
  section .inner ul li a .time span {
    color: #d00e31;
    margin-left: 15px;
  }
  section .inner ul li a .line {
    width: 40px;
    height: 2px;
    background: #000;
  }
  section .inner ul li a:hover {
    opacity: 0.9;
  }
  section .inner ul li a img {
    width: 100%;
  }
  section .inner ul li p {
    font-size: 15.7px;
    line-height: 28px;
    margin-top: 13px;
    font-weight: 100;
  }
  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 .inner ul:after {
    content: '';
    display: block;
    width: 26%;
  }
  section + section {
    margin-top: 195px;
  }
  section#event {
    position: relative;
    margin-top: 212px;
    position: relative;
  }
  section#event.detail {
    margin-top: 185px;
  }
  section#event.detail .inner {
    width: 900px;
  }
  section#event.detail .inner .time {
    font-size: 18px;
    margin-bottom: 24px;
    font-family: 'Akrobat';
    text-align: left;
  }
  section#event.detail .inner .time span {
    color: #d00e31;
    margin-left: 15px;
  }
  section#event.detail .inner h3 {
    font-size: 30px;
    letter-spacing: 0.1em;
    border-left: solid 2px #000;
    padding-left: 28px;
    height: 70px;
    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;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-weight: 100;
  }
  section#event.detail .inner .main_img {
    display: block;
    width: 100%;
    margin: 160px 0 30px;
  }
  section#event.detail .inner .main_img img {
    width: 100%;
  }
  section#event.detail .inner .text p {
    text-align: left;
    font-size: 15.7px;
    letter-spacing: 0.1em;
    line-height: 34px;
  }
  section#event.detail .inner .paging {
    margin-top: 80px;
  }
  section#event.detail .inner .paging span.back {
    background: none;
    font-size: 19.91px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border: none;
    width: 45px;
  }
  section#event.detail .inner .paging span.back a:hover {
    text-decoration: none;
  }
  .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.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.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;
  }
  section {
    overflow: hidden;
    position: relative;
    margin-top: 65px;
    text-align: center;
  }
  section .bg {
    position: absolute;
    z-index: -1;
  }
  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: 25px;
  }
  section .inner ul li a {
    font-family: 'Akrobat';
    display: block;
    font-weight: 700;
  }
  section .inner ul li a img {
    width: 100%;
  }
  section .inner ul li a .time {
    font-size: 5.46875vw;
    text-align: left;
    margin: 10px 0;
  }
  section .inner ul li a .time span {
    color: #d00e31;
    margin-left: 15px;
  }
  section .inner ul li a .line {
    width: 40px;
    height: 2px;
    background: #000;
  }
  section .inner ul li p {
    font-size: 4.94792vw;
    text-align: left;
    margin-top: 13px;
  }
  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: 105px;
    margin-bottom: 10px;
    padding: 5px 0;
    display: block;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  section + section {
    margin-top: 65px;
  }
  section#event.detail {
    margin-top: 85px;
  }
  section#event.detail .inner {
    width: 100%;
  }
  section#event.detail .inner .time {
    font-size: 5.46875vw;
    margin-bottom: 12px;
    font-family: 'Akrobat';
    text-align: left;
  }
  section#event.detail .inner .time span {
    color: #d00e31;
    margin-left: 15px;
  }
  section#event.detail .inner h3 {
    font-size: 3.90625vw;
    letter-spacing: 0.1em;
    border-left: solid 2px #000;
    padding-left: 3.64583vw;
    height: 15.625vw;
    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;
    text-align: left;
  }
  section#event.detail .inner .main_img {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  section#event.detail .inner .main_img img {
    width: 100%;
  }
  section#event.detail .inner .text p {
    text-align: left;
    font-size: 3.64583vw;
    letter-spacing: 0.1em;
  }
  section#event.detail .inner .paging {
    margin-top: 30px;
  }
  section#event.detail .inner .paging span.back {
    margin: 0;
    width: auto;
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: none;
    font-size: 2.60417vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    border: none;
  }
  section#event.detail .inner .paging span.back a:hover {
    text-decoration: none;
  }
  .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.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.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);
  }
}
