@charset "UTF-8";

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@font-face {
    font-family: "slick";
    src: url("/fonts/slick.eot?1527666059");
    src: url("/fonts/slick.eot?&1527666059#iefix") format("embedded-opentype"), url("/fonts/slick.woff?1527666059") format("woff"), url("/fonts/slick.ttf?1527666059") format("truetype"), url("/fonts/slick.svg?1527666059#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0;
}

.slick-prev:before {
    content: "";
    background: url(/common/img/icon_prev.svg) no-repeat center center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    display: block;
}

.slick-next {
    right: 0;
}

.slick-next:before {
    content: "";
    background: url(/common/img/icon_next.svg) no-repeat center center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    display: block;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

#modalArea {
    display: none;
}

.modaal-noscroll {
    overflow: hidden;
}

.modaal-accessible-hide {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
}

.modaal-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    opacity: 1;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
    opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
    outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
    overflow: hidden;
}

.modaal-outer-wrapper {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
    display: block;
}

.modaal-inner-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top;
}

.modaal-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: left;
    color: #000;
    max-width: 1000px;
    border-radius: 0px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: auto;
}

.modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden;
}

.modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto;
}

.modaal-close {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
    background: #999;
}

.modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 2px;
    height: 22px;
    background: #000;
    transition: background 0.2s ease-in-out;
}

.modaal-close:before {
    transform: rotate(-45deg);
}

.modaal-close:after {
    transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px;
}

.modaal-content-container {
    padding: 30px;
}

.modaal-confirm-wrap {
    padding: 30px 0 0;
    text-align: center;
    font-size: 0;
}

.modaal-confirm-btn {
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background: transparent;
}

.modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
    background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
    text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
    text-decoration: none;
    color: #2f2f2f;
}

@keyframes instaReveal {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes instaReveal {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes instaReveal {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes instaReveal {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes instaReveal {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.modaal-instagram .modaal-container {
    width: auto;
    background: transparent;
    box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
    padding: 0;
    background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.modaal-instagram iframe {
    opacity: 0;
    margin: -6px !important;
    border-radius: 0 !important;
    width: 1000px !important;
    max-width: 800px !important;
    box-shadow: none !important;
    animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
    padding-left: 140px;
    padding-right: 140px;
}

.modaal-image .modaal-container {
    width: auto;
    max-width: 100%;
}

.modaal-gallery-wrap {
    position: relative;
    color: #fff;
}

.modaal-gallery-item {
    display: none;
}

.modaal-gallery-item img {
    display: block;
}

.modaal-gallery-item.is_active {
    display: block;
}

.modaal-gallery-label {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 20px 0 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.modaal-gallery-label:focus {
    outline: none;
}

.modaal-gallery-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
    background: #afb7bc;
}

.modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
    margin: -5px 0 0;
    transform: rotate(-45deg);
}

.modaal-gallery-control:after {
    margin: 5px 0 0;
    transform: rotate(45deg);
}

.modaal-gallery-next-inner {
    left: 100%;
    margin-left: 40px;
}

.modaal-gallery-next-outer {
    right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
    left: 22px;
}

.modaal-gallery-prev:before {
    margin: 5px 0 0;
    transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
    margin: -5px 0 0;
    transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
    right: 100%;
    margin-right: 40px;
}

.modaal-gallery-prev-outer {
    left: 45px;
}

.modaal-video-wrap {
    margin: auto 50px;
    position: relative;
}

.modaal-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background: #000;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.modaal-video-container iframe, .modaal-video-container object, .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modaal-iframe .modaal-content {
    width: 100%;
    height: 100%;
}

.modaal-iframe-elem {
    width: 100%;
    height: 100%;
    display: block;
}

@media only screen and (min-width: 1400px) {
    .modaal-video-container {
        padding-bottom: 0;
        height: 731px;
    }
}

@media only screen and (max-width: 1140px) {
    .modaal-image .modaal-inner-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }

    .modaal-gallery-control {
        top: auto;
        bottom: 20px;
        transform: none;
        background: rgba(0, 0, 0, 0.7);
    }

    .modaal-gallery-control:before, .modaal-gallery-control:after {
        background: #fff;
    }

    .modaal-gallery-next {
        left: auto;
        right: 20px;
    }

    .modaal-gallery-prev {
        left: 20px;
        right: auto;
    }
}

@media screen and (max-width: 900px) {
    .modaal-instagram iframe {
        width: 500px !important;
    }
}

@media screen and (max-height: 1100px) {
    .modaal-instagram iframe {
        width: 700px !important;
    }
}

@media screen and (max-height: 1000px) {
    .modaal-inner-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .modaal-instagram iframe {
        width: 600px !important;
    }
}

@media screen and (max-height: 900px) {
    .modaal-instagram iframe {
        width: 500px !important;
    }

    .modaal-video-container {
        max-width: 900px;
        max-height: 510px;
    }
}

@media only screen and (max-width: 600px) {
    .modaal-instagram iframe {
        width: 280px !important;
    }
}

.modaal-wrapper.movie .modaal-container {
    background: none;
    text-align: center;
    box-shadow: none;
}

.modaal-wrapper.movie .modaal-close:hover {
    background: none;
}

.modaal-wrapper.movie .modaal-close:before, .modaal-wrapper.movie .modaal-close:after {
    background: #fff;
}

.modaal-loading-spinner {
    background: none;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.modaal-loading-spinner > div {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    margin-top: 4px;
    position: absolute;
}

.modaal-loading-spinner > div > div {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
    -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .12s;
    -moz-animation-delay: .12s;
    -webkit-animation-delay: .12s;
    -o-animation-delay: .12s;
    animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
    -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .25s;
    -moz-animation-delay: .25s;
    -webkit-animation-delay: .25s;
    -o-animation-delay: .25s;
    animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
    -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .37s;
    -moz-animation-delay: .37s;
    -webkit-animation-delay: .37s;
    -o-animation-delay: .37s;
    animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
    -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
    -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .62s;
    -moz-animation-delay: .62s;
    -webkit-animation-delay: .62s;
    -o-animation-delay: .62s;
    animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
    -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .75s;
    -moz-animation-delay: .75s;
    -webkit-animation-delay: .75s;
    -o-animation-delay: .75s;
    animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
    -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .87s;
    -moz-animation-delay: .87s;
    -webkit-animation-delay: .87s;
    -o-animation-delay: .87s;
    animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
    -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media print, screen and (min-width: 768px) {
    section {
        position: relative;
    }

    #mainvisual {
        height: 58vh;
        min-height: 520px;
        display: flex;
        background: #f0f0f0;
        align-items: center;
        overflow: hidden;
    }

    #particles-js {
        width: 150%;
        height: 150%;
        position: absolute;
        top: -25%;
        left: -25%;
        right: 0;
        bottom: 0;
        display: block;
        z-index: 8;
    }

    #particles-js02 {
        width: 150%;
        height: 150%;
        position: absolute;
        top: -25%;
        left: -25%;
        right: 0;
        bottom: 0;
        display: block;
        z-index: 0;
    }

    @-webkit-keyframes AnimationName {
        0% {
            background-position: 0% 22%;
        }

        50% {
            background-position: 100% 79%;
        }

        100% {
            background-position: 0% 22%;
        }
    }

    @keyframes AnimationName {
        0% {
            background-position: 0% 22%;
        }

        50% {
            background-position: 100% 79%;
        }

        100% {
            background-position: 0% 22%;
        }
    }

    #mainvisual > div.textArea {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 58vh;
        min-height: 520px;
        background: #00a650;
        overflow: hidden;
        box-sizing: border-box;
    }

    #mainvisual > div.textArea .anniversary {
        width: 100%;
        padding: 11px 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        text-align: center;
        display: inline-block;
        position: absolute;
        top: 4%;
        left: -38%;
        opacity: 0;
        transform: rotate(325deg);
        z-index: 100;
        font-family: "Vesper Libre", serif;
        letter-spacing: 0.1rem;
        font-size: 2.3rem;
        line-height: 1.32;
        -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.25, 1.01);
        transition: all 0.35s cubic-bezier(0.4, 0, 0.25, 1.01);
    }

    

    #mainvisual > div.textArea .anniversary span {
        display: block;
    }

    #mainvisual > div.textArea .anniversary {
        width: 100%;
        top: 5%;
        left: -39%;
        opacity: 1;
    }

    #mainvisual > div.textArea .text {
        display: inline-block;
        font-family: "Roboto",sans-serif;
        position: relative;
        z-index: 10;
    }

    #mainvisual > div.textArea .text h1 {
        position: relative;
        font-weight: 700;
        line-height: 1.1;
        font-feature-settings: "palt";
        padding-bottom: 20px;
        color: #fff;
    }

    #mainvisual > div.textArea .text h1 span {
        display: block;
        overflow: hidden;
        font-size: calc(3.5rem + ((3.8vw - 8.6px) * 1.9048));
    }

    #mainvisual > div.textArea .text h1 span.line03 {
        font-size: calc(1rem + ((1.7vw - 8.6px) * 1.9048));
    }

    #mainvisual > div.textArea .text h1 span.line04 {
        font-size: calc(1rem + ((1vw - 8.6px) * 1.9048));
        margin-top: 10px;
    }
}

@media print, screen and (min-width: 768px) and (min-width: 1361px) {
    #mainvisual > div.textArea .text h1 span {
        font-size: 10.685rem;
    }

    #mainvisual > div.textArea .text h1 span.line03 {
        font-size: 3.17rem;
    }

    #mainvisual > div.textArea .text h1 span.line03 sup {
        vertical-align: top;
        font-size: 1.5rem;
        padding-left: 0.2em;
    }

    #mainvisual > div.textArea .text h1 span.line04 {
        font-size: 2.1rem;
        margin-top: 10px;
    }
}

@media print, screen and (min-width: 768px) {
    #mainvisual > div.textArea .text h1 img {
        position: absolute;
        top: -10rem;
        left: 0;
        width: 10rem;
    }

    #mainvisual > div.textArea .text p {
        font-size: calc(0.3rem + 1.5vw);
        font-weight: 700;
        line-height: 1.1;
        font-feature-settings: "palt";
        color: #fff;
    }
}

@media print, screen and (min-width: 768px) and (min-width: 1361px) {
    #mainvisual > div.textArea .text p {
        font-size: 2.34rem;
    }
}

@media print, screen and (min-width: 768px) {
    #mainvisual > div.textArea .text p.data.data {
        font-size: calc(0.2rem + 1.3vw);
        margin-bottom: 15px;
    }
}

@media print, screen and (min-width: 768px) and (min-width: 1361px) {
    #mainvisual > div.textArea .text p.data.data {
        font-size: 1.968rem;
    }
}

@media print, screen and (min-width: 768px) {
    #mainvisual > div.textArea .text p span {
        display: block;
        line-height: 1.5;
    }

    #mainvisual > div.textArea {
        background: linear-gradient(95deg, #0ecc9b, #00a650, #056639);
        background-size: 600% 600%;
        -webkit-animation: AnimationName 18s ease infinite;
        animation: AnimationName 18s ease infinite;
    }

    #mainvisual #sliders {
        width: 50%;
        height: 58vh;
        min-height: 520px;
        display: flex;
        flex-wrap: wrap;
    }

    #mainvisual #sliders div {
        position: relative;
        overflow: hidden;
    }

    #mainvisual #sliders div img {
        height: 58vh;
        min-height: 520px;
        width: 100%;
        object-fit: cover;
        font-family: "object-fit: cover;";
    }

    #mainvisual #sliders .slider {
        width: 100%;
        height: 100%;
        background: #fff;
        box-sizing: border-box;
        position: relative;
        z-index: 11;
    }

    #mainvisual #sliders .slider ul li {
        height: 58vh;
        min-height: 520px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #mainvisual #sliders .slider01 {
        width: 100%;
        height: 50%;
        background: #333;
        box-sizing: border-box;
    }

    #mainvisual #sliders .slider02 {
        width: 50%;
        height: 50%;
        background: #666;
        box-sizing: border-box;
    }

    #mainvisual #sliders .slider03 {
        width: 50%;
        height: 50%;
        background: #999;
    }

    .bnr .inner {
        width: 1160px;
        margin: 0 auto;
        padding: 60px 0;
    }

    .bnr .inner ul {
        display: flex;
        justify-content: center;
    }

    .bnr .inner ul li {
        margin: 0 10px;
    }

    .bnr .inner ul.bnrs {
        margin: -16px 0;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .bnr .inner ul.bnrs li {
        box-sizing: border-box;
        width: 33%;
        padding: 8px;
        margin: 0;
    }

    .bnr .inner a:before {
        display: none !important;
    }

    .twocolumn {
        position: relative;
        border-bottom: 1px solid #ccc;
    }

    .twocolumn > .wrap {
        width: 1160px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .twocolumn:before {
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        border-top: 1px solid #ccc;
    }

    .twocolumn section {
        box-sizing: border-box;
    }

    .twocolumn section.news {
        padding: 3vw 50px 3vw 0;
    }

    .twocolumn section.news:after {
        position: absolute;
        content: " ";
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: #ccc;
    }

    .twocolumn section.sns_area {
        padding: 3vw 0 3vw 50px;
        width: 400px;
        flex-shrink: 0;
    }

    .twocolumn section.sns_area ul {
        display: flex;
        margin-top: 15px;
        justify-content: flex-end;
        align-items: center;
    }

    .twocolumn section.sns_area ul li {
        width: 25px;
        margin-left: 10px;
    }

    .twocolumn section.sns_area ul li.text {
        width: auto;
        font-size: 1.2rem;
        color: #444;
    }

    .onecolumn {
        position: relative;
    }

    .onecolumn > .wrap {
        width: 1160px;
        margin: 0 auto;
    }

    .onecolumn:before {
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        border-top: 1px solid #ccc;
    }

    .news {
        position: relative;
        padding: 3vw 0;
        width: 100%;
        box-sizing: border-box;
    }

    .news .inner {
        margin: 0 auto;
    }

    .news .inner h2 {
        font-family: "Roboto",sans-serif;
        font-size: 2.8rem;
        font-weight: 500;
    }

    .news .inner dl {
        font-family: "Roboto",sans-serif;
        font-size: 1.5rem;
        overflow: hidden;
        display: flex;
        margin-top: 15px;
    }

    .news .inner dt {
        margin-right: 20px;
        font-weight: 700;
        width: 170px;
    }

    .news .inner dd {
        line-height: 1.5;
        width: 100%;
    }

    .news .inner dd a[href$=".pdf"] {
        position: relative;
        padding-left: 2em;
    }

    .news .inner dd a[href$=".pdf"]::before {
        width: 17px;
        height: 20px;
        background-size: auto 100%;
        display: inline-block;
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .news .inner .flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .news .inner .flex div {
        display: flex;
    }

    .news .inner .flex div p {
        margin-left: 10px;
    }

    .news .inner .btn {
        font-family: "Roboto",sans-serif;
        margin-top: 30px;
        text-align: left;
    }

    .news .inner .btn a {
        position: relative;
        width: 170px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #434343;
        padding: 0 10px;
        color: #fff;
        letter-spacing: 1px;
        font-size: 1.3rem;
        cursor: pointer;
        text-decoration: none;
        font-weight: 500;
        transition-delay: 0s !important;
        border-radius: 4px;
        text-align: center;
    }

    .news .inner .btn a:hover {
        opacity: .5;
        color: #fff;
    }

    .news .inner .btn.pamphlet a {
        background: #006834;
        color: #fff;
        font-size: 1.7rem;
        letter-spacing: 0;
    }

    .news .inner .btn.pamphlet a::before {
        display: none;
    }

    .news .inner .btn.newsletter a {
        background: #A9D439;
        color: #000;
        font-size: 1.7rem;
        letter-spacing: 0;
    }

    .updata {
        position: relative;
        padding: 3vw 0;
        width: 50%;
        box-sizing: border-box;
    }

    .updata .inner {
        margin: 0 auto;
    }

    .updata .inner h2 {
        font-family: "Roboto",sans-serif;
        font-size: 2.8rem;
        font-weight: 500;
    }

    .updata .inner dl {
        font-family: "Roboto",sans-serif;
        font-size: 1.5rem;
        overflow: hidden;
        display: flex;
        margin-top: 15px;
    }

    .updata .inner dt {
        margin-right: 20px;
        font-weight: 700;
    }

    .updata .inner dd {
        line-height: 1.5;
    }

    .updata .inner .btn {
        font-family: "Roboto",sans-serif;
        margin-top: 30px;
        text-align: left;
    }

    .updata .inner .btn a {
        position: relative;
        width: 200px;
        display: block;
        background: #434343;
        padding: 8px;
        color: #fff;
        letter-spacing: 1px;
        font-size: 1.2rem;
        cursor: pointer;
        text-decoration: none;
        font-weight: 300;
        transition-delay: 0s !important;
        border-radius: 4px;
    }

    .updata .inner .btn a:after {
        content: "\e801";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        bottom: 0;
        margin: auto;
        font-weight: 100;
        font-size: 0.9rem;
    }

    .updata .inner .btn a:hover {
        background: #006834;
    }

    .program {
        background: #f0f0f0;
        padding: 100px 0;
    }

    .program .inner {
        width: 1160px;
        margin: 0 auto;
    }

    .program .inner h2 {
        position: relative;
        font-family: "Roboto",sans-serif;
        text-align: center;
        font-size: 3.2rem;
        font-weight: 500;
        margin-bottom: 60px;
    }

    .program .inner h2 span {
        display: inline-block;
        padding: 0 50px;
        position: relative;
    }

    .program .inner h2 span:before {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        left: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }

    .program .inner h2 span:after {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        right: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
    .program .inner h2 span {
        display: inline-block;
        padding: 0 8% 0 0;
        position: relative;
    }

    .program .inner h2 span:before {
        display: none;
    }

    .program .inner h2 span:after {
        content: " ";
        width: 10vw;
        height: 2px;
        background: #006834;
        position: absolute;
        right: -8vw;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }
}

@media print, screen and (min-width: 768px) {
    .program .inner h3 {
        position: relative;
        font-family: "Roboto",sans-serif;
        font-size: 1.5em;
        font-weight: 500;
        margin-bottom: 10px;
        padding-left: 20px;
    }

    .program .inner h3:after {
        content: "\e803";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        bottom: 0;
        margin: auto;
        font-weight: 100;
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .program .inner .indent_box {
        margin-top: 20px;
        background: rgba(0, 0, 0, 0.05);
        padding: 20px 50px 50px;
        border-radius: 6px;
    }

    .program .inner dl {
        font-family: "Roboto",sans-serif;
        margin-top: 10px;
    }

    .program .inner dl.indent dd .list > div {
        width: 343px !important;
    }

    .program .inner dt {
        position: relative;
        background: #262626;
        padding: 15px 85px 15px 15px;
        color: #fff;
        font-size: 2rem;
        font-weight: 400;
        cursor: pointer;
        transition: all 0.2s ease-out;
        border-radius: 4px;
    }

    .program .inner dt:before {
        content: "";
        width: 24px;
        height: 2px;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 20px;
        background: #fff;
        -webkit-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in;
    }

    .program .inner dt:after {
        content: "";
        width: 2px;
        height: 24px;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 31px;
        background: #fff;
        transform: scale(1);
        -webkit-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in;
    }

    .program .inner dt:hover:before {
        width: 38px;
        right: 14px;
    }

    .program .inner dt:hover:after {
        height: 38px;
    }

    .program .inner dt.active {
        background: #00a650;
    }

    .program .inner dt.active:before {
        content: "";
        width: 24px;
        height: 2px;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 20px;
        background: #fff;
        -webkit-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in;
    }

    .program .inner dt.active:after {
        content: "";
        width: 2px;
        height: 0 !important;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 31px;
        background: #fff;
        transform: scale(1);
        -webkit-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in;
    }

    .program .inner dd {
        margin-top: 0px;
        max-height: 0;
        opacity: 0;
        z-index: 0;
        transition: all 0.2s ease-out;
    }

    .program .inner dd .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .program .inner dd .list > div {
        width: 280px;
        margin: 1% 0 0 0;
        background: #fff;
        box-sizing: border-box;
        position: relative;
        min-height: 160px;
        border-radius: 4px;
        position: relative;
        overflow: hidden;
    }

    .program .inner dd .list > div a {
        display: block;
        text-decoration: none;
    }

    .program .inner dd .list > div a:before {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all 0.2s ease-out;
        box-shadow: 0 0 0 0 #222 inset;
    }

    .program .inner dd .list > div a:hover:before {
        box-shadow: 0 0 0 4px #222 inset;
    }

    .program .inner dd .list > div a .profile a {
        position: relative;
        z-index: 1000;
    }

    .program .inner dd .list > div a .profile a:before {
        opacity: 0;
        box-shadow: 0 0 0 0 #555 inset;
        background: rgba(50, 50, 50, 0.7);
    }

    .program .inner dd .list > div a .profile a:after {
        content: "\e800";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        position: absolute;
        width: 15px;
        height: 15px;
        bottom: 0;
        right: 0;
        background: #555;
        color: #fff;
        font-size: 0.8rem;
        line-height: 15px;
        text-align: center;
        transition: all 0.2s ease-out;
    }

    .program .inner dd .list > div a .profile a:hover:before {
        opacity: 1;
        box-shadow: 0 0 0 0 #555 inset;
    }

    .program .inner dd .list > div a .profile a:hover:after {
        background: none;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 2rem;
    }

    .program .inner dd .list > div a .profileName {
        display: inline-block;
        margin-left: 3px;
        position: absolute;
        z-index: 10;
    }

    .program .inner dd .list > div a .profileName a:after {
        content: "\e800";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        color: #555;
        font-size: 0.9rem;
        margin-left: 5px;
    }

    .program .inner dd .list > div a .profileName a:hover {
        opacity: 0.5;
    }

    .program .inner dd .list > div a .profileName a:hover:before {
        box-shadow: 0 0 0 0 #555 inset;
    }

    .program .inner dd .list > div a .title {
        background: #999;
        padding: 5px 10px;
        min-height: 42px;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #fff;
    }

    .program .inner dd .list > div a .title p {
        line-height: 1.3;
        margin: 0;
        width: 100%;
    }

    .program .inner dd .list > div a .block {
        display: flex;
        justify-content: space-between;
        padding: 10px;
    }

    .program .inner dd .list > div a .photo {
        width: 70px;
        height: 100px;
    }

    .program .inner dd .list > div a .photo img {
        max-width: inherit;
        height: 100%;
        width: 70px;
        object-fit: cover;
        font-family: "object-fit: cover;";
    }

    .program .inner dd .list > div a .text {
        padding-left: 15px;
        box-sizing: border-box;
        width: 72%;
        width: calc(100% - 70px);
    }

    .program .inner dd .list > div a .data {
        font-size: 1.2rem;
        font-weight: 500;
    }

    .program .inner dd .list > div a .name {
        margin-top: 5px;
        font-weight: 700;
        font-size: 1.4rem;
    }

    .program .inner dd .list > div.hideBox {
        padding: 0;
        margin: 0;
        height: 0;
        visibility: hidden;
        opacity: 0;
        background: none;
        min-height: inherit;
    }

    .program .inner .open > dd {
        padding: 10px 0 20px;
    }

    .program dl.SessionType1 dt {
        background-color: #fff !important;
        box-shadow: 0 0 0 2px #0e6a3a inset;
        color: #0e6a3a;
    }

    .program dl.SessionType1 dt::before, .program dl.SessionType1 dt::after {
        background-color: #0e6a3a;
    }

    .program dl.SessionType1.open dt {
        background-color: #0e6a3a !important;
        box-shadow: 0 0 0 2px #0e6a3a inset;
        color: #fff;
    }

    .program dl.SessionType1.open dt::before, .program dl.SessionType1.open dt::after {
        background-color: #fff;
    }

    .program dl.SessionType1_1 > dt {
        background-color: #fff !important;
        box-shadow: 0 0 0 2px #0e6a3a inset;
        color: #0e6a3a;
    }

    .program dl.SessionType1_1 > dt::before, .program dl.SessionType1_1 > dt::after {
        background-color: #0e6a3a;
    }

    .program dl.SessionType1_1.open > dt {
        background-color: #0e6a3a !important;
        box-shadow: 0 0 0 2px #0e6a3a inset;
        color: #fff;
    }

    .program dl.SessionType1_1.open > dt::before, .program dl.SessionType1_1.open > dt::after {
        background-color: #fff;
    }

    .program dl.SessionType2 dt {
        background-color: #fff !important;
        box-shadow: 0 0 0 2px #2c84bf inset;
        color: #2c84bf;
    }

    .program dl.SessionType2 dt::before, .program dl.SessionType2 dt::after {
        background-color: #2c84bf;
    }

    .program dl.SessionType2.open dt {
        background-color: #2c84bf !important;
        box-shadow: 0 0 0 2px #2c84bf inset;
        color: #fff;
    }

    .program dl.SessionType2.open dt::before, .program dl.SessionType2.open dt::after {
        background-color: #fff;
    }

    .program dl.SessionType3 dt {
        background-color: #fff !important;
        box-shadow: 0 0 0 2px #daaf00 inset;
        color: #daaf00;
    }

    .program dl.SessionType3 dt::before, .program dl.SessionType3 dt::after {
        background-color: #daaf00;
    }

    .program dl.SessionType3.open dt {
        background-color: #daaf00 !important;
        box-shadow: 0 0 0 2px #daaf00 inset;
        color: #fff;
    }

    .program dl.SessionType3.open dt::before, .program dl.SessionType3.open dt::after {
        background-color: #fff;
    }

    .program dl.SessionType4 dt {
        background-color: #fff !important;
        box-shadow: 0 0 0 2px #d42269 inset;
        color: #d42269;
    }

    .program dl.SessionType4 dt::before, .program dl.SessionType4 dt::after {
        background-color: #d42269;
    }

    .program dl.SessionType4.open dt {
        background-color: #d42269 !important;
        box-shadow: 0 0 0 2px #d42269 inset;
        color: #fff;
    }

    .program dl.SessionType4.open dt::before, .program dl.SessionType4.open dt::after {
        background-color: #fff;
    }

    .program dl.SessionType5 dt {
        background-color: #fff !important;
        box-shadow: 0 0 0 2px #3c44b7 inset;
        color: #3c44b7;
    }

    .program dl.SessionType5 dt::before, .program dl.SessionType5 dt::after {
        background-color: #3c44b7;
    }

    .program dl.SessionType5.open dt {
        background-color: #3c44b7 !important;
        box-shadow: 0 0 0 2px #3c44b7 inset;
        color: #fff;
    }

    .program dl.SessionType5.open dt::before, .program dl.SessionType5.open dt::after {
        background-color: #fff;
    }

    .program dl.SessionType6 dt {
        background-color: #fff !important;
        box-shadow: 0 0 0 2px #579e71 inset;
        color: #579e71;
    }

    .program dl.SessionType6 dt::before, .program dl.SessionType6 dt::after {
        background-color: #579e71;
    }

    .program dl.SessionType6.open dt {
        background-color: #579e71 !important;
        box-shadow: 0 0 0 2px #579e71 inset;
        color: #fff;
    }

    .program dl.SessionType6.open dt::before, .program dl.SessionType6.open dt::after {
        background-color: #fff;
    }

    .program dl.SessionType7 dt {
        background-color: #fff !important;
        box-shadow: 0 0 0 2px #522d90 inset;
        color: #522d90;
    }

    .program dl.SessionType7 dt::before, .program dl.SessionType7 dt::after {
        background-color: #522d90;
    }

    .program dl.SessionType7.open dt {
        background-color: #522d90 !important;
        box-shadow: 0 0 0 2px #522d90 inset;
        color: #fff;
    }

    .program dl.SessionType7.open dt::before, .program dl.SessionType7.open dt::after {
        background-color: #fff;
    }

    .program dl.SessionType8 dt {
        background-color: #fff !important;
        box-shadow: 0 0 0 2px #429897 inset;
        color: #429897;
    }

    .program dl.SessionType8 dt::before, .program dl.SessionType8 dt::after {
        background-color: #429897;
    }

    .program dl.SessionType8.open dt {
        background-color: #429897 !important;
        box-shadow: 0 0 0 2px #429897 inset;
        color: #fff;
    }

    .program dl.SessionType8.open dt::before, .program dl.SessionType8.open dt::after {
        background-color: #fff;
    }

    .program dl.SessionType9 dt {
        background-color: #fff !important;
        box-shadow: 0 0 0 2px #a52faa inset;
        color: #a52faa;
    }

    .program dl.SessionType9 dt::before, .program dl.SessionType9 dt::after {
        background-color: #a52faa;
    }

    .program dl.SessionType9.open dt {
        background-color: #a52faa !important;
        box-shadow: 0 0 0 2px #a52faa inset;
        color: #fff;
    }

    .program dl.SessionType9.open dt::before, .program dl.SessionType9.open dt::after {
        background-color: #fff;
    }

    .program dl.SessionType10 dt {
        background-color: #fff !important;
        box-shadow: 0 0 0 2px #e67e22 inset;
        color: #e67e22;
    }

    .program dl.SessionType10 dt::before, .program dl.SessionType10 dt::after {
        background-color: #e67e22;
    }

    .program dl.SessionType10.open dt {
        background-color: #e67e22 !important;
        box-shadow: 0 0 0 2px #e67e22 inset;
        color: #fff;
    }

    .program dl.SessionType10.open dt::before, .program dl.SessionType10.open dt::after {
        background-color: #fff;
    }

    .member {
        text-align: center;
        padding-top: 70px;
        padding-bottom: 70px;
        background-color: #f2f2f2;
    }

    .member h2 {
        display: inline-block;
        position: relative;
        font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
        text-align: center;
        font-size: 3.2rem;
        font-weight: 500;
        padding: 0 150px;
        margin-bottom: 30px;
    }

    .member h2 + p {
        font-size: 2rem;
        font-weight: 500;
        margin-bottom: 50px;
    }

    .member_list01, .member_list02 {
        overflow: hidden;
    }

    .member_list01 .img, .member_list02 .img {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .member_list01 .img::before, .member_list02 .img::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        opacity: 0;
        transition: opacity .2s ease-in;
        z-index: 2;
    }

    .member_list01 .img img, .member_list02 .img img {
        transform: scale(1);
        transition: transform .2s ease-in;
    }

    .member_list01 a:hover .img::before, .member_list02 a:hover .img::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        opacity: 1;
    }

    .member_list01 a:hover .img img, .member_list02 a:hover .img img {
        transform: scale(1.1);
    }

    .member_list01 .slick-slide {
        margin: 0 auto;
        padding: 0;
    }

    .member_list01 .slick-slide .img {
        border: 1px solid #ccc;
        box-sizing: border-box;
        width: 340px;
        height: 220px;
    }

    .member_list01 .slick-slide .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .member_list01 .slick-slide a {
        text-decoration: none;
    }

    .member_list01 .slick-slide a p {
        transition: all .2s ease-in;
    }

    .member_list01 .slick-slide a:hover p {
        color: #006634;
    }

    .member_list01 .slick-slide .name {
        display: flex;
        align-items: center;
        margin-top: 10px;
        font-size: 1.7rem;
        max-width: 340px;
        font-weight: 500;
    }

    .member_list01 .slick-slide .name sup {
        padding-right: 8px;
        vertical-align: top;
        line-height: 1;
    }

    .member_list01 .slick-slide .name span {
        margin-right: 5px;
        background: #006634;
        padding: 2px 8px;
        font-size: 1.2rem;
        color: #fff;
    }

    .member_list01 .slick-slide .aa-sts {
        display: block;
        font-size: 1.4rem;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        margin-top: 8px;
    }

    .member_list02 {
        margin-top: 40px;
    }

    .member_list02 .slick-slide {
        margin: 0 auto;
        padding: 0;
    }

    .member_list02 .slick-slide .img {
        border: 1px solid #ccc;
        box-sizing: border-box;
        width: 230px;
        height: 145px;
    }

    .member_list02 .slick-slide .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .member_list02 .slick-slide a {
        text-decoration: none;
    }

    .member_list02 .slick-slide a p {
        transition: all .2s ease-in;
    }

    .member_list02 .slick-slide a:hover p {
        color: #006634;
    }

    .member_list02 .slick-slide .name {
        display: flex;
        align-items: center;
        margin-top: 5px;
        font-weight: 500;
    }

    .member_list02 .slick-slide .name sup {
        padding-right: 8px;
    }

    .member_list02 .slick-slide .name span {
        margin-right: 5px;
        background: #006634;
        padding: 2px 8px;
        font-size: 1.2rem;
        color: #fff;
    }

    .member_list02 .slick-slide .aa-sts {
        display: block;
        font-size: 1.4rem;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        margin-top: 8px;
    }

    .sliderWide {
        max-width: 100%;
        margin: 0 auto;
    }

    .sliderWide .slick-arrow {
        opacity: 0;
        transition-duration: 0.3s;
    }

    .sliderWide:hover .slick-arrow {
        opacity: 1;
    }

    .slider {
        margin: 0 auto;
        padding: 0;
    }

    .slider .slick-list {
        overflow: visible;
    }

    .slider .slick-slide {
        padding: 0 10px;
        transition-duration: 0.3s;
    }

    .slider .slick-slide.slick-current {
        opacity: 1;
    }

    .slider .slick-slide a {
        display: block;
    }

    .slider .slick-slide a:hover {
        display: block;
    }

    .slider img {
        height: auto;
        width: 100%;
    }

    .slick-prev, .slick-next {
        z-index: 1;
    }

    .slick-dots {
        bottom: -33px;
    }

    .about {
        padding: 100px 0;
        background: #fff;
        position: relative;
    }

    .about .inner {
        width: 1160px;
        margin: 0 auto;
        text-align: center;
        position: relative;
        z-index: 1;
    }

    .about .inner h2 {
        display: inline-block;
        position: relative;
        font-family: "Roboto",sans-serif;
        text-align: center;
        font-size: 3.2rem;
        font-weight: 500;
        padding: 0 150px;
        margin-bottom: 30px;
    }

    .about .inner h2 span {
        display: inline-block;
        padding: 0 50px;
        position: relative;
    }

    .about .inner h2 span:before {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        left: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }

    .about .inner h2 span:after {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        right: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
    .about .inner h2 span {
        display: inline-block;
        padding: 0 8% 0 0;
        position: relative;
    }

    .about .inner h2 span:before {
        display: none;
    }

    .about .inner h2 span:after {
        content: " ";
        width: 10vw;
        height: 2px;
        background: #006834;
        position: absolute;
        right: -8vw;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }
}

@media print, screen and (min-width: 768px) {
    .about .inner h2 + p {
        font-size: 2rem;
        font-weight: 500;
        margin-bottom: 50px;
    }

    .about .inner > div {
        display: flex;
        justify-content: space-between;
        text-align: left;
    }

    .about .inner > div dl {
        width: 350px;
        font-family: "Roboto",sans-serif;
    }

    .about .inner > div dt {
        display: block;
        overflow: hidden;
        text-align: center;
    }

    .about .inner > div dd {
        margin-top: 20px;
    }

    .about .inner > div dd h3 {
        text-align: left;
        font-weight: 700;
        display: block;
        font-size: 2.1rem;
        margin-bottom: 5px;
        min-height: 70px;
        text-align: center;
        vertical-align: middle;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about .inner .abour_btn {
        margin-top: 70px;
        text-align: center;
        font-family: "Roboto",sans-serif;
        font-size: 1.3rem;
        font-weight: 300;
        position: relative;
        display: inline-block;
    }

    .about .inner .abour_btn .btn {
        display: block;
        overflow: hidden;
    }

    .about .inner .abour_btn .btn span {
        text-align: center;
        width: 240px;
        display: block;
        background: #262626;
        padding: 15px 0;
        margin: 0 auto;
        color: #fff;
        letter-spacing: 1px;
        font-size: 1.6rem;
        cursor: pointer;
        text-decoration: none;
        transition-delay: 0s !important;
        border-radius: 4px;
    }

    .about .inner .abour_btn .btn span:hover {
        background: #006834;
    }

    .about .inner .abour_btn .btn.on span {
        background: #ccc;
        color: #333;
    }

    .about .inner .abour_btn .popup {
        display: none;
        background: #006834;
        margin-top: 25px;
        border-radius: 5px;
        box-sizing: border-box;
        padding: 20px 15px 15px;
        text-align: center;
        opacity: 1;
        color: #fff;
        position: relative;
    }

    .about .inner .abour_btn .popup::before {
        content: "";
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        top: -10px;
        left: 0;
        right: 0;
        margin: auto;
        border-bottom: 10px solid #006834;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

    .about .inner .abour_btn .popup p {
        margin-top: 8px;
        font-size: 1.2rem;
    }

    .about .inner .abour_btn .popup p a {
        color: #fff;
    }

    .about .inner .abour_btn .popup .pageTitle {
        font-size: 2.5rem;
        font-weight: 500;
        margin-top: 0;
        line-height: 1;
    }

    .about .inner .abour_btn .popup ul {
        margin-top: 10px;
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .about .inner .abour_btn .popup ul li {
        margin: 10px 5px 0;
    }

    .about .inner .abour_btn .popup ul li a {
        color: #006834;
        background: #fff;
        display: inline-block;
        padding: 10px 20px;
        border-radius: 3px;
        font-weight: 500;
        transition: all 0.2s ease-out;
        text-decoration: none;
    }

    .about .inner .abour_btn .popup ul li a:hover {
        background: #262626;
        color: #fff;
    }

    .sponsor {
        background: #fff;
        padding: 100px 0;
        border-bottom: 1px solid #ccc;
    }

    .sponsor .inner {
        width: 1160px;
        margin: 0 auto;
        text-align: center;
    }

    .sponsor .inner h2 {
        display: block;
        position: relative;
        font-family: "Roboto",sans-serif;
        text-align: center;
        font-size: 3.2rem;
        font-weight: 500;
        margin-bottom: 50px;
    }

    .sponsor .inner h2 span {
        display: inline-block;
        padding: 0 50px;
        position: relative;
    }

    .sponsor .inner h2 span:before {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        left: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }

    .sponsor .inner h2 span:after {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        right: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
    .sponsor .inner h2 span {
        display: inline-block;
        padding: 0 8% 0 0;
        position: relative;
    }

    .sponsor .inner h2 span:before {
        display: none;
    }

    .sponsor .inner h2 span:after {
        content: " ";
        width: 10vw;
        height: 2px;
        background: #006834;
        position: absolute;
        right: -8vw;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }
}

@media print, screen and (min-width: 768px) {
    .sponsor .inner dl {
        margin: 0 0 50px;
        text-align: center;
    }

    .sponsor .inner dl:last-child {
        margin-bottom: 0;
    }

    .sponsor .inner dt {
        display: inline-block;
        position: relative;
        font-family: "Roboto",sans-serif;
        text-align: center;
        font-size: 2.5rem;
        font-weight: 500;
        color: #666;
    }

    .sponsor .inner dd {
        text-align: left;
    }

    .sponsor .inner dd ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .sponsor .inner dd ul li {
        margin: 25px 10px;
    }

    .sponsor .inner .btn a {
        text-align: center;
        width: 300px;
        display: block;
        background: #262626;
        padding: 15px 0;
        margin: 0 auto;
        color: #fff;
        letter-spacing: 1px;
        font-size: 1.4rem;
        cursor: pointer;
        text-decoration: none;
        transition-delay: 0s !important;
        border-radius: 4px;
        position: relative;
    }

    .sponsor .inner .btn a:after {
        content: "\e801";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        bottom: 0;
        margin: auto;
        font-weight: 100;
        font-size: 0.9rem;
        line-height: 2.6rem;
    }

    .sponsor .inner .btn a:hover {
        background: #006834;
    }

    .venue {
        background: #f0f0f0;
    }

    .venue .wrap {
        background: url(../../../img/venue_bg.png) no-repeat center center;
        background-size: cover;
    }

    .venue .wrap .inner {
        padding: 80px 0;
        width: 1160px;
        margin: 0 auto;
        text-align: center;
    }

    .venue .wrap .inner h2 {
        display: block;
        position: relative;
        font-family: "Roboto",sans-serif;
        text-align: center;
        font-size: 3.2rem;
        font-weight: 500;
        margin-bottom: 70px;
        color: #fff;
    }

    .venue .wrap .inner h2 span {
        display: inline-block;
        padding: 0 50px;
        position: relative;
    }

    .venue .wrap .inner h2 span:before {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        left: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }

    .venue .wrap .inner h2 span:after {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        right: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
    .venue .wrap .inner h2 span {
        display: inline-block;
        padding: 0 8% 0 0;
        position: relative;
    }

    .venue .wrap .inner h2 span:before {
        display: none;
    }

    .venue .wrap .inner h2 span:after {
        content: " ";
        width: 10vw;
        height: 2px;
        background: #006834;
        position: absolute;
        right: -8vw;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }
}

@media print, screen and (min-width: 768px) {
    .venue .wrap .inner h2 span:before {
        background: #fff;
    }

    .venue .wrap .inner h2 span:after {
        background: #fff;
    }

    .venue .wrap .inner .box {
        display: flex;
        justify-content: space-between;
    }

    .venue .wrap .inner .text {
        font-family: "Roboto",sans-serif;
        width: 580px;
        color: #fff;
        text-align: left;
    }

    .venue .wrap .inner .text p {
        font-size: 2.1rem;
        font-weight: 500;
    }

    .venue .wrap .inner .text address {
        font-style: normal;
        margin-top: 15px;
        font-size: 1.5rem;
        line-height: 2;
    }

    .venue .wrap .inner .text p.btn {
        margin-top: 40px;
        font-family: "Roboto",sans-serif;
        font-weight: 300;
    }

    .venue .wrap .inner .text p.btn a {
        display: inline-block;
        background: #262626;
        padding: 15px 50px;
        color: #fff;
        letter-spacing: 1px;
        font-size: 1.3rem;
    }

    .venue .wrap .mapfield {
        width: 100%;
        height: 50vh;
    }

    .access {
        background: #fff;
        padding: 80px 0;
    }

    .access .slideUp_type {
        width: 1160px;
        margin: 0 auto;
    }
}

.modaal-content-container .newsletter_modal {
    display: block;
}

.modaal-content-container .newsletter_modal h2 {
    font-size: 2rem;
}

.modaal-content-container .newsletter_modal .newsList {
    margin-top: 10px;
    height: 200px;
    box-sizing: border-box;
    padding: 0 10px 20px;
    overflow-y: scroll;
}

.modaal-content-container .newsletter_modal .newsList::-webkit-scrollbar {
    width: 6px;
}

.modaal-content-container .newsletter_modal .newsList::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.3);
}

.modaal-content-container .newsletter_modal .newsList::-webkit-scrollbar-thumb {
    background-color: #323232;
    border-radius: 6px;
}

.modaal-content-container .newsletter_modal dl {
    display: block;
    text-align: left;
    font-family: "Roboto",sans-serif;
    font-size: 1.4rem;
    overflow: hidden;
    padding: 12px 0;
    border-bottom: 1px solid #aaa;
}

.modaal-content-container .newsletter_modal dl:last-child {
    border-bottom: none;
}

.modaal-content-container .newsletter_modal dt {
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.5;
}

.modaal-content-container .newsletter_modal dd {
    line-height: 1.5;
}

.modaal-content-container .newsletter_modal dd a {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    color: #000;
}

.modaal-content-container .newsletter_modal dd a:before {
    position: absolute;
    left: 0;
}

@media screen and (max-width: 767px) {
    section {
        position: relative;
    }

    #mainvisual {
        height: 50vh;
        min-height: 45vw;
        background: #f0f0f0;
        align-items: center;
        overflow: hidden;
    }

    #particles-js {
        width: 150%;
        height: 150%;
        position: absolute;
        top: -25%;
        left: -25%;
        right: 0;
        bottom: 0;
        display: block;
        z-index: 10;
    }

    #particles-js02 {
        width: 150%;
        height: 150%;
        position: absolute;
        top: -25%;
        left: -25%;
        right: 0;
        bottom: 0;
        display: block;
        z-index: 0;
    }

    @-webkit-keyframes AnimationName {
        0% {
            background-position: 0% 22%;
        }

        50% {
            background-position: 100% 79%;
        }

        100% {
            background-position: 0% 22%;
        }
    }

    @keyframes AnimationName {
        0% {
            background-position: 0% 22%;
        }

        50% {
            background-position: 100% 79%;
        }

        100% {
            background-position: 0% 22%;
        }
    }

    #mainvisual > div.textArea {
        width: 100%;
        display: flex;
        align-items: center;
        position: relative;
        height: 50vh;
        background: #00a650;
        overflow: hidden;
        box-sizing: border-box;
        height: 100%;
        justify-content: center;
    }

    #mainvisual > div.textArea .anniversary {
        width: 100%;
        padding: 5px 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        text-align: center;
        display: inline-block;
        position: absolute;
        top: 4%;
        left: -38%;
        opacity: 0;
        transform: rotate(325deg);
        z-index: 100;
        font-family: 'Vesper Libre', serif;
        letter-spacing: 0.1rem;
        font-size: 13px;
        line-height: 1.32;
        -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.25, 1.01);
        transition: all 0.35s cubic-bezier(0.4, 0, 0.25, 1.01);
    }

    #mainvisual > div.textArea .anniversary span {
        display: block;
    }

    #mainvisual > div.textArea .anniversary {
        width: 100%;
        top: 4%;
        left: -38%;
        opacity: 1;
    }

    #mainvisual > div.textArea .text {
        display: inline-block;
        font-family: "Roboto",sans-serif;
        position: relative;
        z-index: 10;
        padding: 0 5%;
    }

    #mainvisual > div.textArea .text h1 {
        position: relative;
        font-size: 4.7rem;
        font-weight: 700;
        line-height: 1.1;
        font-feature-settings: "palt";
        padding-bottom: 6%;
        margin-bottom: 4%;
        color: #fff;
    }

    #mainvisual > div.textArea .text h1 span {
        display: block;
        overflow: hidden;
    }

    #mainvisual > div.textArea .text h1 span.line03 {
        font-size: 1.6rem;
        padding-top: 10px;
    }

    #mainvisual > div.textArea .text h1 span.line03 sup {
        font-size: 1.2rem;
        vertical-align: top;
        padding-left: .1em;
    }

    #mainvisual > div.textArea .text h1 span.line04 {
        font-size: 1.3rem;
    }

    #mainvisual > div.textArea .text h1 img {
        position: absolute;
        top: -5.5rem;
        left: 0;
        width: 5rem;
    }

    #mainvisual > div.textArea .text p {
        font-size: 1.3rem;
        font-weight: 700;
        line-height: 1.1;
        font-feature-settings: "palt";
        color: #fff;
    }

    #mainvisual > div.textArea .text p.data.data {
        font-size: 1.1rem;
        margin-top: 3%;
    }

    #mainvisual > div.textArea .text p span {
        display: block;
        line-height: 1.8;
    }

    #mainvisual > div.textArea {
        background: linear-gradient(95deg, #0ecc9b, #00a650, #056639);
        background-size: 600% 600%;
        -webkit-animation: AnimationName 18s ease infinite;
        animation: AnimationName 18s ease infinite;
    }

    #mainvisual #sliders {
        display: none;
        height: 50vh;
        width: 100%;
        height: 20%;
    }

    #mainvisual #sliders div {
        position: relative;
        overflow: hidden;
    }

    #mainvisual #sliders div img {
        width: 100%;
        object-fit: cover;
        font-family: "object-fit: cover;";
    }

    #mainvisual #sliders .slider01 {
        width: 46%;
        height: 100%;
        background: #333;
        box-sizing: border-box;
    }

    #mainvisual #sliders .slider02 {
        width: 28%;
        height: 100%;
        background: #666;
        box-sizing: border-box;
    }

    #mainvisual #sliders .slider03 {
        width: 28%;
        height: 100%;
        background: #999;
    }

    .bnr .inner {
        margin: 0 auto;
        padding: 8% 5%;
    }

    .bnr .inner ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .bnr .inner ul li {
        margin: 0 5% 3%;
    }

    .bnr .inner a:before {
        display: none !important;
    }

    .news {
        position: relative;
        padding: 8% 5%;
    }

    .news:before {
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        border-top: 1px solid #ccc;
    }

    .news .inner {
        margin: 0 auto;
    }

    .news .inner h2 {
        position: relative;
        font-family: "Roboto",sans-serif;
        font-size: 1.8rem;
        font-weight: 500;
        margin-bottom: 6%;
    }

    .news .inner h2 span {
        display: inline-block;
        padding: 0 50px;
        position: relative;
    }

    .news .inner h2 span:before {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        left: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }

    .news .inner h2 span:after {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        right: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .news .inner h2 span {
        display: inline-block;
        padding: 0 8% 0 0;
        position: relative;
    }

    .news .inner h2 span:before {
        display: none;
    }

    .news .inner h2 span:after {
        content: " ";
        width: 10vw;
        height: 2px;
        background: #006834;
        position: absolute;
        right: -8vw;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }
}

@media screen and (max-width: 767px) {
    .news .inner dl {
        font-family: "Roboto",sans-serif;
        font-size: 1.2rem;
        overflow: hidden;
        margin-top: 3%;
    }

    .news .inner dt {
        font-weight: 700;
        font-size: 1rem;
    }

    .news .inner dd {
        line-height: 1.5;
    }

    .news .inner dd a[href$=".pdf"] {
        position: relative;
        padding-left: 2em;
    }

    .news .inner dd a[href$=".pdf"]::before {
        width: 17px;
        height: 20px;
        background-size: auto 100%;
        display: inline-block;
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .news .inner .btn {
        font-family: "Roboto",sans-serif;
        margin-top: 5%;
        text-align: left;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .news .inner .btn a {
        text-align: center;
        position: relative;
        display: block;
        background: #434343;
        box-sizing: border-box;
        padding: 3% 5%;
        width: 100%;
        color: #fff;
        letter-spacing: 1px;
        font-size: 1.2rem;
        cursor: pointer;
        text-decoration: none;
        font-weight: 500;
        transition-delay: 0s !important;
        border-radius: 4px;
        text-align: center;
    }

    .news .inner .btn.pamphlet {
        margin-top: 2%;
    }

    .news .inner .btn.pamphlet a {
        background: #006834;
        color: #fff;
    }

    .news .inner .btn.pamphlet a::before {
        display: none;
    }

    .news .inner .btn.newsletter {
        margin-top: 2%;
    }

    .news .inner .btn.newsletter a {
        background: #A9D439;
        color: #000;
    }

    .sns_area {
        position: relative;
        padding: 8% 5%;
    }

    .sns_area:before {
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        border-top: 1px solid #ccc;
    }

    .sns_area:after {
        position: absolute;
        content: " ";
        bottom: 0;
        right: 0;
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #ccc;
    }

    .sns_area iframe {
        width: 100% !important;
    }

    .sns_area ul {
        display: flex;
        margin-top: 15px;
        justify-content: flex-end;
        align-items: center;
    }

    .sns_area ul li {
        width: 35px;
        margin-left: 10px;
    }

    .sns_area ul li.text {
        width: auto;
        font-size: 1.2rem;
        color: #444;
    }

    .program {
        background: #f0f0f0;
        padding: 10% 5%;
    }

    .program .inner {
        margin: 0 auto;
    }

    .program .inner h2 {
        position: relative;
        font-family: "Roboto",sans-serif;
        font-size: 1.8rem;
        font-weight: 500;
        margin-bottom: 6%;
    }

    .program .inner h3 {
        position: relative;
        font-family: "Roboto",sans-serif;
        font-size: 1.2rem;
        font-weight: 500;
        margin-top: 3%;
    }

    .program .inner dl {
        font-family: "Roboto",sans-serif;
        margin-top: 10px;
    }

    .program .inner dt {
        position: relative;
        background: #262626;
        padding: 3%;
        color: #fff;
        font-size: 1.3rem;
        font-weight: 400;
        cursor: pointer;
        transition: all 0.2s ease-out;
        border-radius: 4px;
    }

    .program .inner dt:before {
        content: "";
        width: 4vw;
        height: 2px;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 3vw;
        background: #fff;
    }

    .program .inner dt:after {
        content: "";
        width: 2px;
        height: 4vw;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 4.7vw;
        background: #fff;
        transform: scale(1);
    }

    .program .inner dt.active {
        background: #00a650;
    }

    .program .inner dt.active:before {
        width: 4vw;
    }

    .program .inner dt.active:after {
        content: "";
        height: 0 !important;
    }

    .program .inner dd {
        margin-top: 0px;
        max-height: 0;
        opacity: 0;
        z-index: 0;
        transition: all 0.2s ease-out;
    }

    .program .inner dd .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .program .inner dd .list > div {
        width: 100%;
        margin: 2% 0 0 0;
        background: #fff;
        box-sizing: border-box;
        position: relative;
        border-radius: 4px;
        position: relative;
        overflow: hidden;
    }

    .program .inner dd .list > div a {
        display: block;
        text-decoration: none;
    }

    .program .inner dd .list > div a:before {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all 0.2s ease-out;
        box-shadow: 0 0 0 0 #222 inset;
    }

    .program .inner dd .list > div a:hover:before {
        box-shadow: 0 0 0 4px #222 inset;
    }

    .program .inner dd .list > div a .profile a {
        position: relative;
        z-index: 1000;
    }

    .program .inner dd .list > div a .profile a:before {
        opacity: 0;
        box-shadow: 0 0 0 0 #555 inset;
        background: rgba(50, 50, 50, 0.7);
    }

    .program .inner dd .list > div a .profile a:after {
        content: '\e800';
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        position: absolute;
        width: 5vw;
        height: 5vw;
        bottom: 0;
        right: 0;
        background: #555;
        color: #fff;
        font-size: .8rem;
        line-height: 5vw;
        text-align: center;
        transition: all 0.2s ease-out;
    }

    .program .inner dd .list > div a .profile a:hover:before {
        opacity: 1;
        box-shadow: 0 0 0 0 #555 inset;
    }

    .program .inner dd .list > div a .profile a:hover:after {
        background: none;
        width: 8vw;
        height: 8vw;
        line-height: 8vw;
        font-size: 1.5rem;
    }

    .program .inner dd .list > div a .profileName {
        display: inline-block;
        margin-left: 1vw;
        position: absolute;
        z-index: 10;
    }

    .program .inner dd .list > div a .profileName a:after {
        content: '\e800';
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        color: #555;
        font-size: .8rem;
        margin-left: 1vw;
        line-height: 1rem;
        transform: translateY(0.25rem);
    }

    .program .inner dd .list > div a .profileName a:hover {
        opacity: .5;
    }

    .program .inner dd .list > div a .profileName a:hover:before {
        box-shadow: 0 0 0 0 #555 inset;
    }

    .program .inner dd .list > div .title {
        background: #999;
        padding: 3%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #fff;
    }

    .program .inner dd .list > div .title p {
        line-height: 1.3;
        margin: 0;
    }

    .program .inner dd .list > div .block {
        display: flex;
        justify-content: space-between;
        padding: 10px;
    }

    .program .inner dd .list > div .photo {
        width: 20vw;
    }

    .program .inner dd .list > div .text {
        box-sizing: border-box;
        width: 75%;
        width: calc(100% - 23vw);
    }

    .program .inner dd .list > div .data {
        font-size: 1.2rem;
        font-weight: 500;
    }

    .program .inner dd .list > div .name {
        margin-top: 5px;
        font-weight: 700;
        font-size: 1.4rem;
    }

    .program .inner dd .list > div.hideBox {
        padding: 0;
        margin: 0;
        height: 0;
        visibility: hidden;
        opacity: 0;
        background: none;
        min-height: inherit;
    }

    .program .inner .open > dd {
        padding: 3% 0;
    }

    .program .inner dl.SessionType1 dt {
        background-color: #fff !important;
        box-shadow: 0 0 0 3px #0e6a3a inset;
        color: #0e6a3a;
    }

    .program .inner dl.SessionType1 dt::before, .program .inner dl.SessionType1 dt::after {
        background-color: #0e6a3a;
    }

    .program .inner dl.SessionType1.open dt {
        background-color: #0e6a3a !important;
        box-shadow: 0 0 0 2px #0e6a3a inset;
        color: #fff;
    }

    .program .inner dl.SessionType1.open dt::before, .program .inner dl.SessionType1.open dt::after {
        background-color: #fff;
    }

    .program .inner dl.SessionType1_1 > dt {
        background-color: #fff !important;
        box-shadow: 0 0 0 2px #0e6a3a inset;
        color: #0e6a3a;
    }

    .program .inner dl.SessionType1_1 > dt::before, .program .inner dl.SessionType1_1 > dt::after {
        background-color: #0e6a3a;
    }

    .program .inner dl.SessionType1_1.open > dt {
        background-color: #0e6a3a !important;
        box-shadow: 0 0 0 2px #0e6a3a inset;
        color: #fff;
    }

    .program .inner dl.SessionType1_1.open > dt::before, .program .inner dl.SessionType1_1.open > dt::after {
        background-color: #fff;
    }

    .program .inner dl.SessionType2 dt {
        background-color: #fff !important;
        box-shadow: 0 0 0 3px #2c84bf inset;
        color: #2c84bf;
    }

    .program .inner dl.SessionType2 dt::before, .program .inner dl.SessionType2 dt::after {
        background-color: #2c84bf;
    }

    .program .inner dl.SessionType2.open dt {
        background-color: #2c84bf !important;
        box-shadow: 0 0 0 2px #2c84bf inset;
        color: #fff;
    }

    .program .inner dl.SessionType2.open dt::before, .program .inner dl.SessionType2.open dt::after {
        background-color: #fff;
    }

    .program .inner dl.SessionType3 dt {
        background-color: #fff !important;
        box-shadow: 0 0 0 3px #daaf00 inset;
        color: #daaf00;
    }

    .program .inner dl.SessionType3 dt::before, .program .inner dl.SessionType3 dt::after {
        background-color: #daaf00;
    }

    .program .inner dl.SessionType3.open dt {
        background-color: #daaf00 !important;
        box-shadow: 0 0 0 2px #daaf00 inset;
        color: #fff;
    }

    .program .inner dl.SessionType3.open dt::before, .program .inner dl.SessionType3.open dt::after {
        background-color: #fff;
    }

    .program .inner dl.SessionType4 dt {
        background-color: #fff !important;
        box-shadow: 0 0 0 3px #d42269 inset;
        color: #d42269;
    }

    .program .inner dl.SessionType4 dt::before, .program .inner dl.SessionType4 dt::after {
        background-color: #d42269;
    }

    .program .inner dl.SessionType4.open dt {
        background-color: #d42269 !important;
        box-shadow: 0 0 0 2px #d42269 inset;
        color: #fff;
    }

    .program .inner dl.SessionType4.open dt::before, .program .inner dl.SessionType4.open dt::after {
        background-color: #fff;
    }

    .program .inner dl.SessionType5 dt {
        background-color: #fff !important;
        box-shadow: 0 0 0 3px #3c44b7 inset;
        color: #3c44b7;
    }

    .program .inner dl.SessionType5 dt::before, .program .inner dl.SessionType5 dt::after {
        background-color: #3c44b7;
    }

    .program .inner dl.SessionType5.open dt {
        background-color: #3c44b7 !important;
        box-shadow: 0 0 0 2px #3c44b7 inset;
        color: #fff;
    }

    .program .inner dl.SessionType5.open dt::before, .program .inner dl.SessionType5.open dt::after {
        background-color: #fff;
    }

    .program .inner dl.SessionType6 dt {
        background-color: #fff !important;
        box-shadow: 0 0 0 3px #579e71 inset;
        color: #579e71;
    }

    .program .inner dl.SessionType6 dt::before, .program .inner dl.SessionType6 dt::after {
        background-color: #579e71;
    }

    .program .inner dl.SessionType6.open dt {
        background-color: #579e71 !important;
        box-shadow: 0 0 0 2px #579e71 inset;
        color: #fff;
    }

    .program .inner dl.SessionType6.open dt::before, .program .inner dl.SessionType6.open dt::after {
        background-color: #fff;
    }

    .program .inner dl.SessionType7 dt {
        background-color: #fff !important;
        box-shadow: 0 0 0 3px #522d90 inset;
        color: #522d90;
    }

    .program .inner dl.SessionType7 dt::before, .program .inner dl.SessionType7 dt::after {
        background-color: #522d90;
    }

    .program .inner dl.SessionType7.open dt {
        background-color: #522d90 !important;
        box-shadow: 0 0 0 2px #522d90 inset;
        color: #fff;
    }

    .program .inner dl.SessionType7.open dt::before, .program .inner dl.SessionType7.open dt::after {
        background-color: #fff;
    }

    .program .inner dl.SessionType8 dt {
        background-color: #fff !important;
        box-shadow: 0 0 0 3px #429897 inset;
        color: #429897;
    }

    .program .inner dl.SessionType8 dt::before, .program .inner dl.SessionType8 dt::after {
        background-color: #429897;
    }

    .program .inner dl.SessionType8.open dt {
        background-color: #429897 !important;
        box-shadow: 0 0 0 2px #429897 inset;
        color: #fff;
    }

    .program .inner dl.SessionType8.open dt::before, .program .inner dl.SessionType8.open dt::after {
        background-color: #fff;
    }

    .program .inner dl.SessionType9 dt {
        background-color: #fff !important;
        box-shadow: 0 0 0 3px #a52faa inset;
        color: #a52faa;
    }

    .program .inner dl.SessionType9 dt::before, .program .inner dl.SessionType9 dt::after {
        background-color: #a52faa;
    }

    .program .inner dl.SessionType9.open dt {
        background-color: #a52faa !important;
        box-shadow: 0 0 0 2px #a52faa inset;
        color: #fff;
    }

    .program .inner dl.SessionType9.open dt::before, .program .inner dl.SessionType9.open dt::after {
        background-color: #fff;
    }

    .program .inner dl.SessionType10 dt {
        background-color: #fff !important;
        box-shadow: 0 0 0 2px #e67e22 inset;
        color: #e67e22;
    }

    .program .inner dl.SessionType10 dt::before, .program .inner dl.SessionType10 dt::after {
        background-color: #e67e22;
    }

    .program .inner dl.SessionType10.open dt {
        background-color: #e67e22 !important;
        box-shadow: 0 0 0 2px #e67e22 inset;
        color: #fff;
    }

    .program .inner dl.SessionType10.open dt::before, .program .inner dl.SessionType10.open dt::after {
        background-color: #fff;
    }

    .member {
        text-align: center;
        padding: 10% 0;
        background-color: #f2f2f2;
    }

    .member h2 {
        display: inline-block;
        position: relative;
        font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
        text-align: center;
        font-weight: 500;
        font-size: 1.8rem;
        width: 85%;
        margin: 0 auto 5%;
    }

    .member h2 + p {
        font-size: 2rem;
        font-weight: 500;
        margin-bottom: 50px;
    }

    .member_list01, .member_list02 {
        overflow: hidden;
    }

    .member_list01 .slick-slide {
        width: 90vw;
        margin: 0 auto;
        padding: 0;
    }

    .member_list01 .slick-slide .img {
        border: 1px solid #ccc;
        box-sizing: border-box;
    }

    .member_list01 .slick-slide .name {
        display: flex;
        align-items: center;
        margin-top: 10px;
        font-size: 1.4rem;
        font-weight: 500;
    }

    .member_list01 .slick-slide .name span {
        margin-right: 5px;
        background: #006634;
        padding: 2px 8px;
        font-size: 1.12rem;
        color: #fff;
    }

    .member_list01 .slick-slide .aa-sts {
        display: block;
        font-size: 1.4rem;
        font-weight: 500;
        font-style: normal;
        text-align: center;
    }

    .member_list02 {
        margin-top: 10%;
        margin-bottom: 10%;
    }

    .member_list02 .slick-slide {
        margin: 0 auto;
        padding: 0;
    }

    .member_list02 .slick-slide .img {
        border: 1px solid #ccc;
        box-sizing: border-box;
    }

    .member_list02 .slick-slide .name {
        display: flex;
        align-items: center;
        margin-top: 3px;
        font-size: 1.4rem;
        font-weight: 500;
    }

    .member_list02 .slick-slide .name span {
        margin-right: 5px;
        background: #006634;
        padding: 2px 8px;
        font-size: 1.12rem;
        color: #fff;
    }

    .member_list02 .slick-slide .aa-sts {
        display: block;
        font-size: 1.4rem;
        font-weight: 500;
        font-style: normal;
        text-align: center;
    }

    .sliderWide {
        max-width: 100%;
        margin: 0 auto;
    }

    .slider {
        margin: 0 auto;
        padding: 0;
    }

    .slider .slick-list {
        overflow: visible;
    }

    .slider .slick-slide {
        padding: 0 10px;
        transition-duration: 0.3s;
    }

    .slider .slick-slide.slick-current {
        opacity: 1;
    }

    .slider .slick-slide a {
        display: block;
    }

    .slider .slick-slide a:hover {
        display: block;
    }

    .slider img {
        height: auto;
        width: 100%;
    }

    .slick-prev, .slick-next {
        z-index: 1;
    }

    .slick-dots {
        bottom: -33px;
    }

    .slick-prev, .slick-next {
        height: 30px;
        width: 30px;
    }

    .about {
        padding: 8% 5%;
        background: #fff;
        overflow: hidden;
    }

    .about .inner {
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    .about .inner h2 {
        position: relative;
        font-family: "Roboto",sans-serif;
        font-size: 1.8rem;
        font-weight: 500;
        margin-bottom: 3%;
    }

    .about .inner h2 span {
        display: inline-block;
        padding: 0 50px;
        position: relative;
    }

    .about .inner h2 span:before {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        left: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }

    .about .inner h2 span:after {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        right: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .about .inner h2 span {
        display: inline-block;
        padding: 0 8% 0 0;
        position: relative;
    }

    .about .inner h2 span:before {
        display: none;
    }

    .about .inner h2 span:after {
        content: " ";
        width: 10vw;
        height: 2px;
        background: #006834;
        position: absolute;
        right: -8vw;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }
}

@media screen and (max-width: 767px) {
    .about .inner > div {
        text-align: left;
    }

    .about .inner > div dl {
        width: 100%;
        font-family: "Roboto",sans-serif;
        margin-top: 6%;
    }

    .about .inner > div dl dt {
        display: none;
    }

    .about .inner > div dl dd h3 {
        text-align: left;
        font-weight: 700;
        display: block;
        font-size: 1.5rem;
        line-height: 1.3;
        margin-bottom: 5px;
        min-height: 15vw;
        padding-left: 18vw;
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 3%;
    }

    .about .inner > div dl:nth-child(1) dd h3:before {
        content: "";
        background: url(../../../img/about_img01.jpg) no-repeat center center;
        background-size: auto 100%;
        display: block;
        position: absolute;
        width: 15vw;
        height: 15vw;
        left: 0;
    }

    .about .inner > div dl:nth-child(2) dd h3:before {
        content: "";
        background: url(../../../img/about_img02.jpg) no-repeat center center;
        background-size: auto 100%;
        display: block;
        position: absolute;
        width: 15vw;
        height: 15vw;
        left: 0;
    }

    .about .inner > div dl:nth-child(3) dd h3:before {
        content: "";
        background: url(../../../img/about_img03.jpg) no-repeat center center;
        background-size: auto 100%;
        display: block;
        position: absolute;
        width: 15vw;
        height: 15vw;
        left: 0;
    }

    .about .inner .btn {
        width: 90%;
        margin: 10% auto 0;
        text-align: center;
        font-family: "Roboto",sans-serif;
        font-weight: 300;
    }

    .about .inner .btn span {
        display: block;
        overflow: hidden;
        display: block;
        background: #262626;
        padding: 3%;
        color: #fff;
        letter-spacing: 1px;
        font-size: 1.1rem;
    }

    .about .inner .btn.on span {
        background: #ccc;
        color: #333;
    }

    .about .inner .popup {
        display: none;
        background: #006834;
        margin-top: 25px;
        border-radius: 5px;
        box-sizing: border-box;
        padding: 20px 15px 15px;
        text-align: center;
        opacity: 1;
        color: #fff;
        position: relative;
        font-family: "Roboto",sans-serif;
    }

    .about .inner .popup::before {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        top: -10px;
        left: 0;
        right: 0;
        margin: auto;
        border-bottom: 10px solid #006834;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

    .about .inner .popup p {
        margin-top: 8px;
        font-size: 1rem;
    }

    .about .inner .popup p a {
        color: #fff;
    }

    .about .inner .popup .pageTitle {
        font-size: 1.6rem;
        font-weight: 500;
        margin-top: 0;
        line-height: 1;
    }

    .about .inner .popup ul {
        margin-top: 10px;
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .about .inner .popup ul li {
        width: 100%;
        margin: 2% 0 0;
    }

    .about .inner .popup ul li a {
        color: #006834;
        background: #fff;
        display: block;
        padding: 3% 0;
        border-radius: 3px;
        font-weight: 500;
        transition: all 0.2s ease-out;
        text-decoration: none;
    }

    .about .inner .popup ul li a:hover {
        background: #262626;
        color: #fff;
    }

    .sponsor {
        background: #fff;
        padding: 8% 5%;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
    }

    .sponsor .inner {
        margin: 0 auto;
    }

    .sponsor .inner h2 {
        display: block;
        position: relative;
        font-family: "Roboto",sans-serif;
        font-size: 1.8rem;
        font-weight: 500;
        margin-bottom: 3%;
    }

    .sponsor .inner h2 span {
        display: inline-block;
        padding: 0 50px;
        position: relative;
    }

    .sponsor .inner h2 span:before {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        left: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }

    .sponsor .inner h2 span:after {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        right: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .sponsor .inner h2 span {
        display: inline-block;
        padding: 0 8% 0 0;
        position: relative;
    }

    .sponsor .inner h2 span:before {
        display: none;
    }

    .sponsor .inner h2 span:after {
        content: " ";
        width: 10vw;
        height: 2px;
        background: #006834;
        position: absolute;
        right: -8vw;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }
}

@media screen and (max-width: 767px) {
    .sponsor .inner dl {
        margin: 6% 0 0;
    }

    .sponsor .inner dl:last-child {
        margin-bottom: 0;
    }

    .sponsor .inner dt {
        display: inline-block;
        position: relative;
        font-family: "Roboto",sans-serif;
        font-size: 1.3rem;
        font-weight: 500;
        color: #666;
    }

    .sponsor .inner dd {
        text-align: left;
    }

    .sponsor .inner dd ul {
        display: flex;
        flex-wrap: wrap;
    }

    .sponsor .inner dd ul li {
        width: 24%;
        margin-right: 1%;
        margin-top: 1%;
    }

    .sponsor .inner .btn a {
        text-align: center;
        width: 85%;
        display: block;
        background: #262626;
        padding: 3% 0;
        margin: 8% auto;
        color: #fff;
        letter-spacing: 1px;
        font-size: 1.1rem;
        cursor: pointer;
        text-decoration: none;
        transition-delay: 0s !important;
        border-radius: 4px;
        position: relative;
    }

    .sponsor .inner .btn a:after {
        content: '\e801';
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        bottom: 0;
        margin: auto;
        font-weight: 100;
        font-size: .9rem;
        height: 1.5rem;
    }

    .sponsor .inner .btn a:hover {
        background: #006834;
    }

    .updata {
        position: relative;
        padding: 8% 5%;
        background: #e5f4e0;
    }

    .updata:before {
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        border-top: 1px solid #ccc;
    }

    .updata .inner {
        margin: 0 auto;
    }

    .updata .inner h2 {
        position: relative;
        font-family: "Roboto",sans-serif;
        font-size: 1.4rem;
        font-weight: 500;
        margin-bottom: 6%;
    }

    .updata .inner h2 span {
        display: inline-block;
        padding: 0 50px;
        position: relative;
    }

    .updata .inner h2 span:before {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        left: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }

    .updata .inner h2 span:after {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        right: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .updata .inner h2 span {
        display: inline-block;
        padding: 0 8% 0 0;
        position: relative;
    }

    .updata .inner h2 span:before {
        display: none;
    }

    .updata .inner h2 span:after {
        content: " ";
        width: 10vw;
        height: 2px;
        background: #006834;
        position: absolute;
        right: -8vw;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }
}

@media screen and (max-width: 767px) {
    .updata .inner dl {
        font-family: "Roboto",sans-serif;
        font-size: 1.2rem;
        overflow: hidden;
        margin-top: 3%;
    }

    .updata .inner dt {
        font-weight: 700;
        font-size: 1rem;
    }

    .updata .inner dd {
        line-height: 1.5;
    }

    .updata .inner .btn {
        font-family: "Roboto",sans-serif;
        margin-top: 5%;
        text-align: left;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .updata .inner .btn a {
        text-align: center;
        position: relative;
        display: block;
        background: #434343;
        box-sizing: border-box;
        padding: 2% 5%;
        width: 100%;
        color: #fff;
        letter-spacing: 1px;
        font-size: 1.1rem;
        cursor: pointer;
        text-decoration: none;
        font-weight: 300;
        transition-delay: 0s !important;
        border-radius: 4px;
    }

    .updata .inner .btn a:after {
        content: '\e801';
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        bottom: 0;
        margin: auto;
        font-weight: 100;
        font-size: .9rem;
    }

    .updata .inner .btn a:hover {
        background: #006834;
    }

    .venue {
        background: #f0f0f0;
    }

    .venue .wrap {
        background: url(../../../img/venue_bg.png) no-repeat center center;
        background-size: cover;
    }

    .venue .wrap .inner {
        padding: 8% 5%;
        margin: 0 auto;
    }

    .venue .wrap .inner h2 {
        display: block;
        position: relative;
        font-family: "Roboto",sans-serif;
        font-size: 1.8rem;
        font-weight: 500;
        margin-bottom: 3%;
        color: #fff;
    }

    .venue .wrap .inner h2 span {
        display: inline-block;
        padding: 0 50px;
        position: relative;
    }

    .venue .wrap .inner h2 span:before {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        left: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }

    .venue .wrap .inner h2 span:after {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        right: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .venue .wrap .inner h2 span {
        display: inline-block;
        padding: 0 8% 0 0;
        position: relative;
    }

    .venue .wrap .inner h2 span:before {
        display: none;
    }

    .venue .wrap .inner h2 span:after {
        content: " ";
        width: 10vw;
        height: 2px;
        background: #006834;
        position: absolute;
        right: -8vw;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }
}

@media screen and (max-width: 767px) {
    .venue .wrap .inner h2 span:before {
        background: #fff;
    }

    .venue .wrap .inner h2 span:after {
        background: #fff;
    }

    .venue .wrap .inner .box {
        margin-top: 6%;
    }

    .venue .wrap .inner .text {
        font-family: "Roboto",sans-serif;
        color: #fff;
        text-align: left;
    }

    .venue .wrap .inner .text p {
        font-size: 1.3rem;
        font-weight: 500;
        margin-top: 5%;
    }

    .venue .wrap .inner .text address {
        font-style: normal;
        margin-top: 3%;
        font-size: 1rem;
        line-height: 2;
    }

    .venue .wrap .inner .text p.btn {
        margin-top: 5%;
        font-family: "Roboto",sans-serif;
        font-weight: 300;
    }

    .venue .wrap .inner .text p.btn a {
        display: inline-block;
        background: #262626;
        padding: 3% 15%;
        color: #fff;
        letter-spacing: 1px;
        font-size: 1rem;
    }

    .venue .wrap .mapfield {
        width: 100%;
        height: 50vh;
    }

    .access {
        position: relative;
        background: #fff;
        padding: 8% 5%;
    }

    .access .slideUp_type {
        margin: 0 auto;
        overflow: auto;
        scrollbar-base-color: #00519c;
        scrollbar-arrow-color: #00519c;
        padding-bottom: 5%;
    }

    .access .slideUp_type::-webkit-scrollbar {
        height: 6px;
    }

    .access .slideUp_type::-webkit-scrollbar-track {
        border-radius: 6px;
        background-color: rgba(20, 20, 20, 0.3);
    }

    .access .slideUp_type::-webkit-scrollbar-thumb {
        background-color: #262626;
        border-radius: 6px;
    }

    .access .slideUp_type span {
        width: 760px;
    }

    .access .scroll {
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        animation-delay: 1200ms;
    }

    .access .scroll:before {
        content: "";
        background: url(../../img/scroll.svg) no-repeat center center;
        width: 15vw;
        height: 15vw;
        position: absolute;
        background-size: auto 15vw;
        z-index: 10;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: translateX(-50%);
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
        transition-delay: 1200ms;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation: scrollTween 800ms infinite alternate;
        animation: scrollTween 800ms infinite alternate;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .access.in .scroll {
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
        -webkit-animation-name: fadeTween;
        animation-name: fadeTween;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
}

.modaal-content-container .newsletter_modal {
    display: block;
    padding: 0;
}

@media print, screen and (min-width: 768px) {
    .firstView #mainvisual .text h1 span span {
        display: block;
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        color: #000;
        -webkit-transition-property: "translateY, opacity";
        -moz-transition-property: "translateY, opacity";
        -ms-transition-property: "translateY, opacity";
        -o-transition-property: "translateY, opacity";
        transition-property: "translateY, opacity";
        -webkit-transition-duration: 400ms;
        -moz-transition-duration: 400ms;
        -ms-transition-duration: 400ms;
        -o-transition-duration: 400ms;
        transition-duration: 400ms;
        -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    .firstView #mainvisual > div.textArea .text h1:after {
        -webkit-transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
        transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
        display: block;
        opacity: 0;
        height: 0;
        transition-delay: 550ms;
        background: #000;
    }

    .firstView #mainvisual .text p span {
        display: block;
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        transition-delay: 550ms;
        color: #000;
        -webkit-transition-property: "translateY, opacity";
        -moz-transition-property: "translateY, opacity";
        -ms-transition-property: "translateY, opacity";
        -o-transition-property: "translateY, opacity";
        transition-property: "translateY, opacity";
        -webkit-transition-duration: 400ms;
        -moz-transition-duration: 400ms;
        -ms-transition-duration: 400ms;
        -o-transition-duration: 400ms;
        transition-duration: 400ms;
        -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    .firstView #mainvisual .text h1 span:nth-child(1) span {
        transition-delay: 100ms;
    }

    .firstView #mainvisual .text h1 span:nth-child(2) span {
        transition-delay: 200ms;
    }

    .firstView #mainvisual .text h1 span:nth-child(3) span {
        transition-delay: 300ms;
    }

    .firstView #mainvisual .text h1 span:nth-child(4) span {
        transition-delay: 400ms;
    }

    .firstView #mainvisual .text h1 span:nth-child(5) span {
        transition-delay: 500ms;
    }

    .firstView #mainvisual .text h1 span:nth-child(6) span {
        transition-delay: 600ms;
    }

    .firstView #mainvisual .text h1 span:nth-child(7) span {
        transition-delay: 700ms;
    }

    .firstView #mainvisual .text h1 span:nth-child(8) span {
        transition-delay: 800ms;
    }

    .firstView #mainvisual .text h1 span:nth-child(9) span {
        transition-delay: 900ms;
    }

    .firstView.firstView.load #mainvisual .text h1 span span {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .firstView.load #mainvisual > div.textArea .text h1:after {
        opacity: 1;
        height: 12px;
    }

    .firstView.load #mainvisual .text p span {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .firstView #mainvisual .textArea:before {
        content: " ";
        position: absolute;
        width: 110%;
        height: 100%;
        display: block;
        left: 0;
        top: 0;
        background: #fff;
        -webkit-transition: all 500ms cubic-bezier(0.4, 0, 0.25, 1.01);
        transition: all 500ms cubic-bezier(0.4, 0, 0.25, 1.01);
        z-index: 10;
    }

    .firstView .view #mainvisual .textArea:before {
        width: 0;
        left: 100%;
    }

    .firstView .view #mainvisual .textArea:after {
        -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        animation-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        -webkit-animation-duration: 1200ms;
        animation-duration: 1200ms;
        -webkit-animation-name: indexCasesTween;
        animation-name: indexCasesTween;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .firstView .view #mainvisual .textArea h1 span span {
        color: #fff;
        transition-delay: 0ms;
    }

    .firstView .view #mainvisual .textArea h1:after {
        background: #fff !important;
        transition-delay: 0ms !important;
    }

    .firstView .view #mainvisual .textArea .text p span {
        color: #fff;
        transition-delay: 0ms;
    }

    .firstView #mainvisual .textArea:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #056639;
    }

    .firstView .view #mainvisual #sliders > div:before {
        width: 0;
        left: 100%;
    }

    .firstView #mainvisual .textArea .anniversary {
        width: 100%;
        top: 4%;
        left: -38%;
        opacity: 0;
    }

    .firstView.load #mainvisual .textArea .anniversary {
        transition-delay: 1500ms;
    }

    .firstView.load .view #mainvisual .textArea .anniversary {
        width: 100%;
        top: 5%;
        left: -39%;
        opacity: 1;
    }

    .firstView .view #mainvisual #sliders > div:after {
        -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        animation-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        -webkit-animation-duration: 800ms;
        animation-duration: 800ms;
        -webkit-animation-name: indexCasesTween;
        animation-name: indexCasesTween;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .firstView #mainvisual #sliders > div:nth-child(1):before {
        transition-delay: 250ms;
        animation-delay: 250ms;
    }

    .firstView #mainvisual #sliders > div:nth-child(1):after {
        transition-delay: 250ms;
        animation-delay: 250ms;
    }

    .firstView #mainvisual #sliders > div:nth-child(2):before {
        transition-delay: 500ms;
        animation-delay: 500ms;
    }

    .firstView #mainvisual #sliders > div:nth-child(2):after {
        transition-delay: 500ms;
        animation-delay: 500ms;
    }

    .firstView #mainvisual #sliders > div:nth-child(3):before {
        transition-delay: 750ms;
        animation-delay: 750ms;
    }

    .firstView #mainvisual #sliders > div:nth-child(3):after {
        transition-delay: 750ms;
        animation-delay: 750ms;
    }

    .firstView #mainvisual #sliders > div:before {
        content: " ";
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        left: 0;
        top: 0;
        background: #fff;
        -webkit-transition: all 500ms cubic-bezier(0.4, 0, 0.25, 1.01);
        transition: all 500ms cubic-bezier(0.4, 0, 0.25, 1.01);
        z-index: 10;
    }

    .firstView #mainvisual #sliders > div:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #056639;
    }

    .firstView header {
        opacity: 0;
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
        -webkit-transition: all 1000ms cubic-bezier(0.4, 0, 0.25, 1.01);
        transition: all 1000ms cubic-bezier(0.4, 0, 0.25, 1.01);
    }

    .firstView.load header {
        transition-delay: 1000ms;
    }

    .firstView #content01 {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
        -webkit-transition: all 1000ms cubic-bezier(0.4, 0, 0.25, 1.01);
        transition: all 1000ms cubic-bezier(0.4, 0, 0.25, 1.01);
    }

    .firstView.load #content01 {
        transition-delay: 1000ms;
    }

    .firstView .view header, .firstView .view #content01 {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    #content02.news:before {
        width: 0;
        -webkit-transition: all 1000ms cubic-bezier(0.4, 0, 0.25, 1.01);
        transition: all 1000ms cubic-bezier(0.4, 0, 0.25, 1.01);
    }

    #content02.news.in:before {
        width: 100%;
    }

    #content02 h2 {
        transition-delay: 250ms;
        animation-delay: 250ms;
    }

    #content03 h2 {
        transition-delay: 250ms;
        animation-delay: 250ms;
    }

    #content03 .slideUp_type:nth-child(1) dl {
        transition-delay: 100ms;
        animation-delay: 100ms;
    }

    #content03 .slideUp_type:nth-child(2) dl {
        transition-delay: 200ms;
        animation-delay: 200ms;
    }

    #content03 .slideUp_type:nth-child(3) dl {
        transition-delay: 300ms;
        animation-delay: 300ms;
    }

    #content03 .slideUp_type:nth-child(4) dl {
        transition-delay: 400ms;
        animation-delay: 400ms;
    }

    #content03 .slideUp_type:nth-child(5) dl {
        transition-delay: 500ms;
        animation-delay: 500ms;
    }

    #content03 .slideUp_type:nth-child(6) dl {
        transition-delay: 600ms;
        animation-delay: 600ms;
    }

    #content03 .slideUp_type:nth-child(7) dl {
        transition-delay: 700ms;
        animation-delay: 700ms;
    }

    #content03 .slideUp_type:nth-child(8) dl {
        transition-delay: 800ms;
        animation-delay: 800ms;
    }

    #content03 .slideUp_type:nth-child(9) dl {
        transition-delay: 900ms;
        animation-delay: 900ms;
    }

    #content03 .slideUp_type:nth-child(10) dl {
        transition-delay: 1000ms;
        animation-delay: 1000ms;
    }

    #content03 .slideUp_type:nth-child(11) dl {
        transition-delay: 1100ms;
        animation-delay: 1100ms;
    }

    #content03 .slideUp_type:nth-child(12) dl {
        transition-delay: 1200ms;
        animation-delay: 1200ms;
    }

    #content03 .slideUp_type:nth-child(13) dl {
        transition-delay: 1300ms;
        animation-delay: 1300ms;
    }

    #content03 .slideUp_type:nth-child(14) dl {
        transition-delay: 1400ms;
        animation-delay: 1400ms;
    }

    #content03 .slideUp_type:nth-child(15) dl {
        transition-delay: 1500ms;
        animation-delay: 1500ms;
    }

    #content03 .slideUp_type:nth-child(16) dl {
        transition-delay: 1600ms;
        animation-delay: 1600ms;
    }

    #content03 .slideUp_type:nth-child(17) dl {
        transition-delay: 1700ms;
        animation-delay: 1700ms;
    }

    #content03 .slideUp_type:nth-child(18) dl {
        transition-delay: 1800ms;
        animation-delay: 1800ms;
    }

    #content03 .slideUp_type:nth-child(19) dl {
        transition-delay: 1900ms;
        animation-delay: 1900ms;
    }

    #content04 .slide1:before {
        transition-delay: 400ms;
        animation-delay: 400ms;
    }

    #content04 .slide2:before {
        transition-delay: 800ms;
        animation-delay: 800ms;
    }

    #content04 .slide3:before {
        transition-delay: 1200ms;
        animation-delay: 1200ms;
    }

    #content04 .slide4:before {
        transition-delay: 1600ms;
        animation-delay: 1600ms;
    }

    #content04 .slide5:before {
        transition-delay: 2000ms;
        animation-delay: 2000ms;
    }

    #content04 .slide6:before {
        transition-delay: 2400ms;
        animation-delay: 2400ms;
    }

    #content04 .slide7:before {
        transition-delay: 2800ms;
        animation-delay: 2800ms;
    }

    #content04 .slide8:before {
        transition-delay: 3200ms;
        animation-delay: 3200ms;
    }

    #content04 .slide9:before {
        transition-delay: 3600ms;
        animation-delay: 3600ms;
    }

    #content04 .btn .slideUp_type a {
        transition-delay: 1500ms;
        animation-delay: 1500ms;
    }

    .venue .photo .slide {
        display: block;
    }

    .venue .photo .slide:before {
        height: 100%;
        background: #056639;
        transition-delay: 250ms;
        animation-delay: 250ms;
    }

    .venue .photo .slide:after {
        transition-delay: 250ms;
        animation-delay: 250ms;
    }

    .venue .wrap.slide:before {
        z-index: 50;
    }

    .venue .text {
        opacity: 0;
        transform: translateX(-50px);
        -webkit-transition: all 1000ms cubic-bezier(0.4, 0, 0.25, 1.01);
        transition: all 1000ms cubic-bezier(0.4, 0, 0.25, 1.01);
        transition-delay: 700ms;
        animation-delay: 700ms;
    }

    .venue.in .text {
        opacity: 1;
        transform: translateX(0px);
    }
}

@media screen and (max-width: 767px) {
    .firstView #mainvisual #sliders > div:before {
        content: " ";
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        left: 0;
        top: 0;
        background: #fff;
        -webkit-transition: all 500ms cubic-bezier(0.4, 0, 0.25, 1.01);
        transition: all 500ms cubic-bezier(0.4, 0, 0.25, 1.01);
        z-index: 10;
    }

    .firstView #mainvisual #sliders > div:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #056639;
    }

    .firstView #mainvisual .text h1 span span {
        display: block;
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        color: #000;
        -webkit-transition-property: "translateY, opacity";
        -moz-transition-property: "translateY, opacity";
        -ms-transition-property: "translateY, opacity";
        -o-transition-property: "translateY, opacity";
        transition-property: "translateY, opacity";
        -webkit-transition-duration: 400ms;
        -moz-transition-duration: 400ms;
        -ms-transition-duration: 400ms;
        -o-transition-duration: 400ms;
        transition-duration: 400ms;
        -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    .firstView #mainvisual > div.textArea .text h1:after {
        -webkit-transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
        transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
        display: block;
        opacity: 0;
        height: 0;
        transition-delay: 550ms;
        background: #000;
    }

    .firstView #mainvisual .text p span {
        display: block;
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        transition-delay: 550ms;
        color: #000;
        -webkit-transition-property: "translateY, opacity";
        -moz-transition-property: "translateY, opacity";
        -ms-transition-property: "translateY, opacity";
        -o-transition-property: "translateY, opacity";
        transition-property: "translateY, opacity";
        -webkit-transition-duration: 400ms;
        -moz-transition-duration: 400ms;
        -ms-transition-duration: 400ms;
        -o-transition-duration: 400ms;
        transition-duration: 400ms;
        -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    .firstView #mainvisual .text h1 span:nth-child(1) span {
        transition-delay: 100ms;
    }

    .firstView #mainvisual .text h1 span:nth-child(2) span {
        transition-delay: 200ms;
    }

    .firstView #mainvisual .text h1 span:nth-child(3) span {
        transition-delay: 300ms;
    }

    .firstView #mainvisual .text h1 span:nth-child(4) span {
        transition-delay: 400ms;
    }

    .firstView #mainvisual .text h1 span:nth-child(5) span {
        transition-delay: 500ms;
    }

    .firstView #mainvisual .text h1 span:nth-child(6) span {
        transition-delay: 600ms;
    }

    .firstView #mainvisual .text h1 span:nth-child(7) span {
        transition-delay: 700ms;
    }

    .firstView #mainvisual .text h1 span:nth-child(8) span {
        transition-delay: 800ms;
    }

    .firstView #mainvisual .text h1 span:nth-child(9) span {
        transition-delay: 900ms;
    }

    .firstView.firstView.load #mainvisual .text h1 span span {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .firstView.load #mainvisual > div.textArea .text h1:after {
        opacity: 1;
        height: 12px;
    }

    .firstView.load #mainvisual .text p span {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .firstView #mainvisual .textArea:before {
        content: " ";
        position: absolute;
        width: 110%;
        height: 100%;
        display: block;
        left: 0;
        top: 0;
        background: #fff;
        -webkit-transition: all 500ms cubic-bezier(0.4, 0, 0.25, 1.01);
        transition: all 500ms cubic-bezier(0.4, 0, 0.25, 1.01);
        z-index: 10;
    }

    .firstView .view #mainvisual .textArea:before {
        width: 0;
        left: 100%;
    }

    .firstView .view #mainvisual .textArea:after {
        -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        animation-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        -webkit-animation-duration: 1200ms;
        animation-duration: 1200ms;
        -webkit-animation-name: indexCasesTween;
        animation-name: indexCasesTween;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .firstView .view #mainvisual .textArea h1 span span {
        color: #fff;
        transition-delay: 0ms;
    }

    .firstView .view #mainvisual .textArea h1:after {
        background: #fff !important;
        transition-delay: 0ms !important;
    }

    .firstView .view #mainvisual .textArea .text p span {
        color: #fff;
        transition-delay: 0ms;
    }

    .firstView #mainvisual .textArea:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #056639;
    }

    .firstView #mainvisual .textArea .anniversary {
        width: 100%;
        top: 4%;
        left: -38%;
        opacity: 0;
    }

    .firstView.load #mainvisual .textArea .anniversary {
        transition-delay: 1500ms;
    }

    .firstView.load .view #mainvisual .textArea .anniversary {
        width: 100%;
        top: 4%;
        left: -38%;
        opacity: 1;
    }

    .firstView .view #mainvisual #sliders > div:before {
        width: 0;
        left: 100%;
    }

    .firstView .view #mainvisual #sliders > div:after {
        -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        animation-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        -webkit-animation-duration: 800ms;
        animation-duration: 800ms;
        -webkit-animation-name: indexCasesTween;
        animation-name: indexCasesTween;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .firstView #mainvisual #sliders > div:nth-child(1):before {
        transition-delay: 250ms;
        animation-delay: 250ms;
    }

    .firstView #mainvisual #sliders > div:nth-child(1):after {
        transition-delay: 250ms;
        animation-delay: 250ms;
    }

    .firstView #mainvisual #sliders > div:nth-child(2):before {
        transition-delay: 500ms;
        animation-delay: 500ms;
    }

    .firstView #mainvisual #sliders > div:nth-child(2):after {
        transition-delay: 500ms;
        animation-delay: 500ms;
    }

    .firstView #mainvisual #sliders > div:nth-child(3):before {
        transition-delay: 750ms;
        animation-delay: 750ms;
    }

    .firstView #mainvisual #sliders > div:nth-child(3):after {
        transition-delay: 750ms;
        animation-delay: 750ms;
    }

    .firstView header {
        opacity: 0;
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
        -webkit-transition: all 1000ms cubic-bezier(0.4, 0, 0.25, 1.01);
        transition: all 1000ms cubic-bezier(0.4, 0, 0.25, 1.01);
    }

    .firstView.load header {
        transition-delay: 1000ms;
    }

    .firstView #content01 {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
        -webkit-transition: all 1000ms cubic-bezier(0.4, 0, 0.25, 1.01);
        transition: all 1000ms cubic-bezier(0.4, 0, 0.25, 1.01);
    }

    .firstView.load #content01 {
        transition-delay: 1000ms;
    }

    .firstView .view header, .firstView .view #content01 {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    #content02.news:before {
        width: 0;
        -webkit-transition: all 1000ms cubic-bezier(0.4, 0, 0.25, 1.01);
        transition: all 1000ms cubic-bezier(0.4, 0, 0.25, 1.01);
    }

    #content02.news.in:before {
        width: 100%;
    }

    #content02 h2 {
        transition-delay: 250ms;
        animation-delay: 250ms;
    }

    #content03 h2 {
        transition-delay: 250ms;
        animation-delay: 250ms;
    }

    #content03 .slideUp_type:nth-child(1) dl {
        transition-delay: 100ms;
        animation-delay: 100ms;
    }

    #content03 .slideUp_type:nth-child(2) dl {
        transition-delay: 200ms;
        animation-delay: 200ms;
    }

    #content03 .slideUp_type:nth-child(3) dl {
        transition-delay: 300ms;
        animation-delay: 300ms;
    }

    #content03 .slideUp_type:nth-child(4) dl {
        transition-delay: 400ms;
        animation-delay: 400ms;
    }

    #content03 .slideUp_type:nth-child(5) dl {
        transition-delay: 500ms;
        animation-delay: 500ms;
    }

    #content03 .slideUp_type:nth-child(6) dl {
        transition-delay: 600ms;
        animation-delay: 600ms;
    }

    #content03 .slideUp_type:nth-child(7) dl {
        transition-delay: 700ms;
        animation-delay: 700ms;
    }

    #content03 .slideUp_type:nth-child(8) dl {
        transition-delay: 800ms;
        animation-delay: 800ms;
    }

    #content03 .slideUp_type:nth-child(9) dl {
        transition-delay: 900ms;
        animation-delay: 900ms;
    }

    #content03 .slideUp_type:nth-child(10) dl {
        transition-delay: 1000ms;
        animation-delay: 1000ms;
    }

    #content03 .slideUp_type:nth-child(11) dl {
        transition-delay: 1100ms;
        animation-delay: 1100ms;
    }

    #content03 .slideUp_type:nth-child(12) dl {
        transition-delay: 1200ms;
        animation-delay: 1200ms;
    }

    #content03 .slideUp_type:nth-child(13) dl {
        transition-delay: 1300ms;
        animation-delay: 1300ms;
    }

    #content03 .slideUp_type:nth-child(14) dl {
        transition-delay: 1400ms;
        animation-delay: 1400ms;
    }

    #content03 .slideUp_type:nth-child(15) dl {
        transition-delay: 1500ms;
        animation-delay: 1500ms;
    }

    #content03 .slideUp_type:nth-child(16) dl {
        transition-delay: 1600ms;
        animation-delay: 1600ms;
    }

    #content03 .slideUp_type:nth-child(17) dl {
        transition-delay: 1700ms;
        animation-delay: 1700ms;
    }

    #content03 .slideUp_type:nth-child(18) dl {
        transition-delay: 1800ms;
        animation-delay: 1800ms;
    }

    #content03 .slideUp_type:nth-child(19) dl {
        transition-delay: 1900ms;
        animation-delay: 1900ms;
    }

    .about .fade {
        opacity: 0;
        transform: translateX(-15px);
        -webkit-transition: all 1000ms cubic-bezier(0.4, 0, 0.25, 1.01);
        transition: all 1000ms cubic-bezier(0.4, 0, 0.25, 1.01);
    }

    .about dl:nth-child(1) .fade {
        transition-delay: 300ms;
    }

    .about dl:nth-child(2) .fade {
        transition-delay: 600ms;
    }

    .about dl:nth-child(3) .fade {
        transition-delay: 900ms;
    }

    .about dl:nth-child(4) .fade {
        transition-delay: 1200ms;
    }

    .about dl:nth-child(5) .fade {
        transition-delay: 1500ms;
    }

    .about dl:nth-child(6) .fade {
        transition-delay: 1800ms;
    }

    .about dl:nth-child(7) .fade {
        transition-delay: 2100ms;
    }

    .about dl:nth-child(8) .fade {
        transition-delay: 2400ms;
    }

    .about dl:nth-child(9) .fade {
        transition-delay: 2700ms;
    }

    .about.in .fade {
        opacity: 1;
        transform: translateX(0);
    }

    #content04 .btn .slideUp_type a {
        transition-delay: 1500ms;
        animation-delay: 1500ms;
    }

    .venue .photo .slide {
        display: block;
    }

    .venue .photo .slide:before {
        height: 100%;
        background: #056639;
        transition-delay: 250ms;
        animation-delay: 250ms;
    }

    .venue .photo .slide:after {
        transition-delay: 250ms;
        animation-delay: 250ms;
    }

    .venue .wrap.slide:before {
        z-index: 50;
    }

    .venue .text {
        opacity: 0;
        transform: translateX(-50px);
        -webkit-transition: all 1000ms cubic-bezier(0.4, 0, 0.25, 1.01);
        transition: all 1000ms cubic-bezier(0.4, 0, 0.25, 1.01);
        transition-delay: 700ms;
        animation-delay: 700ms;
    }

    .venue.in .text {
        opacity: 1;
        transform: translateX(0px);
    }
    
}

#mainvisual > div.textArea .anniversary_logo{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 20%;
    max-width: 150px;
    z-index: 9;
}
@media screen and (max-width: 767px) {
    #mainvisual > div.textArea .anniversary_logo{
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 20%;
        max-width: 150px;
    }
}