@-webkit-keyframes scroll {
    0% {
        margin-bottom: 0;
    }
    100% {
        margin-bottom: -20px;
    }
}
@keyframes scroll {
    0% {
        margin-bottom: 0;
    }
    100% {
        margin-bottom: -20px;
    }
}
.vis {
    position: relative;
    z-index: 1;
    height: calc(100vh - 50px);
}
.vis_catch {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: block;
    white-space: nowrap;
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    z-index: 1;
    top: 75px;
    right: 88px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
    line-height: 1;
    letter-spacing: 0.2em;
    opacity: 0;
}
.vis_catch.isShow {
    opacity: 1;
}
.vis_catch [data-char] {
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity, left, -webkit-transform;
    transition-property: opacity, left, transform;
    transition-property: opacity, left, transform, -webkit-transform;
    position: relative;
    z-index: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    display: inline-block;
}
.vis_catch.isShow [data-char] {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.vis_slide {
    opacity: 0;
    font-size: 0;
    transition-duration: 1.5s;
    transition-property: opacity;
}
.vis_slide.slick-initialized {
    opacity: 1;
}
.vis_img {
    height: calc(100vh - 92px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition-duration: 0.5s;
    transition-property: opacity;
}
.vis_img > img {
    display: none;
}
.vis_scrollBtn {
    display: block;
    width: 52px;
    height: 52px;
    background: #276902;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    bottom: 42px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 10px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    margin-bottom: 0px;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.vis_scrollBtn::before {
    content: "";
}
.vis_scrollBtn::after {
    content: "";
}
.vis_scrollBtn > .icon {
    display: block;
    font-size: 20px;
    text-align: c;
}
.vis_scrollBtn > b {}
.homeNav {
    margin: 40px 0 79px;
}
.homeNav_inner {}
.homeNav_bg {
    display: none;
}
.homeNav_list {
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.homeNav_list > li {
    width: 49.6%;
    max-width: 545px;
}
.homeNav_list > li:first-child {}
.homeNav_list > li:last-child {}
.homeNav_list > li:nth-child(2n+1) {}
.homeNav_list > li:nth-child(n+3) {}
.homeNav_list > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    z-index: 1;
    color: #fff;
}
.homeNav_list > li > a::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition-duration: .3s;
    transition-property: background-color, color;
}
.homeNav_list > li > a::after {
    content: "";
}
.homeNav_fig {}
.homeNav_fig > img {}
.homeNav_fig > figcaption {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 24px;
    transition-duration: .3s;
    transition-property: opacity, top;
}
.homeNav_fig > figcaption > .icon {
    display: block;
    font-size: 61px;
}
.homeNav_fig > figcaption > .icon-map {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.homeNav_fig > figcaption > b {
    display: block;
    font-weight: normal;
    margin-top: 11px;
}
.p-ttl01 {
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: normal;
}
.p-ttl01 > .icon {
    display: block;
    font-size: 50px;
    color: #276902;
    margin-right: 11px;
}
.news {
    background: #f5f6f8;
    padding-top: 58px;
    padding-bottom: 50px;
}
.news_title {}
.news_title > .icon {}
.news_slide {
    font-size: 0;
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity;
}
.news_slide.slick-initialized {
    opacity: 1;
}
.news_item {
    margin: 0 15px;
    font-size: 16px;
}
.news_item > a {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 332px;
    outline: none;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.news_item > a::before {
    content: "";
}
.news_item > a::after {
    content: "";
}
.news_image {
    padding-bottom: 68.6%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition-duration: .3s;
    transition-property: opacity;
    margin-bottom: 25px;
    background-image: url(/assets/img/common/img-alt@2x.png);
}
.news_update {
    font-size: 87.5%;
    line-height: 1;
}
.news_update > time {}
.news_name {
    line-height: 1.2;
    margin-top: 7px;
}
.news_link {
    width: 267px;
    margin: 35px auto 0;
}
.news_link > a {}
.news_link > a::before {
    content: "";
}
.news_link > a::after {
    content: "";
}
.news_btn {
    width: 62px;
    height: 62px;
    background: rgba(39, 105, 2, 0.8);
    border-radius: 50%;
    position: absolute;
    top: 82px;
    z-index: 10;
    transition-duration: .3s;
    transition-property: background-color, color, -webkit-transform;
    transition-property: background-color, color, transform;
    transition-property: background-color, color, transform, -webkit-transform;
}
.news_btn::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.news_btn-prev {
    left: 10px;
}
.news_btn-next {
    right: 10px;
}
.news_btn-prev::before {
    border-top: none;
    border-right: none;
    -webkit-transform: translateX(3px) rotate(45deg);
    transform: translateX(3px) rotate(45deg);
}
.news_btn-next::before {
    border-bottom: none;
    border-left: none;
    -webkit-transform: translateX(-3px) rotate(45deg);
    transform: translateX(-3px) rotate(45deg);
}
.event {
    margin: 71px 0 63px;
}
.event_inner {}
.event_title {}
.event_title > .icon {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
.event_link {
    max-width: 267px;
    margin: 57px auto 0;
}
.event_link > a {}
.event_link > a::before {
    content: "";
}
.event_link > a::after {
    content: "";
}
.info {
    background: #f5f6f8;
    padding: 58px 0 50px;
}
.info_inner {}
.info_cols {
    display: flex;
}
.info_col {}
.info_col-no1 {
    flex-grow: 1;
}
.info_title {
    margin-bottom: 9px;
}
.info_title > .icon {
    font-size: 61px;
}
.info_list {
    list-style: none;
    border-top: 1px dashed #bcbdbf;
}
.info_list > li {}
.info_list > li:first-child {}
.info_list > li:last-child {}
.info_list > li:nth-child(2n+1) {}
.info_list > li:nth-child(n+3) {}
.info_list > li > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px dashed #bcbdbf;
    line-height: 1.4;
    align-items: center;
    padding: 23px 10px;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.info_list > li > a::before {
    content: "";
}
.info_list > li > a::after {
    content: "";
}
.info_update {
    white-space: nowrap;
    margin-right: 30px;
    font-size: 87.5%;
}
.info_update > time {}
.info_cat {
    width: 160px;
    min-width: 160px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    font-size: 87.5%;
    color: #1b1b1b;
    padding: 3px 5px;
    margin-right: 25px;
    text-align: center;
}
.info_name {}
.info_link {
    max-width: 267px;
    margin: 30px auto 0;
}
.info_link > a {}
.info_link > a::before {
    content: "";
}
.info_link > a::after {
    content: "";
}
.info_col-no2 {
    width: 310px;
    min-width: 310px;
    margin-left: 40px;
    padding-top: 69px;
}
.insta {
    background: #ffffff;
    height: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.insta_title {
    position: absolute;
    z-index: 2;
    top: -19px;
    left: 50%;
    font-size: 30px;
    font-weight: normal;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #1b1b1b;
    width: 180px;
}
.insta_title > img {
    width: 100%;
    height: 51px;
    display: block;
}
.insta_figWrap {
    max-width: 220px;
}
.insta_figWrap > a {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.insta_figWrap > a::before {
    content: "";
}
.insta_figWrap > a::after {
    content: "";
}
.insta_fig {
    overflow: hidden;
}
.insta_fig > figcaption {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    top: -10px;
    transition-duration: .3s;
    transition-property: opacity, top;
    opacity: 0;
    font-size: 12px;
}
.insta_fig_img {
    width: 220px;
    height: 220px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.movie {}
.movie_link {}
.movie_link > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    height: 424px;
    background: url(/assets/img/home/pt-movie@2x.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    position: relative;
    z-index: 1;
    line-height: 1;
}
.movie_link > a::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition-duration: .3s;
    transition-property: background-color, color;
}
.movie_link > a::after {
    content: "";
}
.movie_link > a > b {
    display: block;
    position: relative;
    z-index: 2;
    font-size: 24px;
    margin-bottom: 31px;
}
.movie_link > a > .icon {
    display: block;
    position: relative;
    z-index: 2;
    font-size: 58px;
}
.movie_more {
    max-width: 390px;
    margin: 40px auto 0;
}
.movie_more > a {
    height: 70px;
}
.movie_more > a > svg {
    display: block;
    width: 111px;
    height: 25px;
    margin-right: 10px;
}
.movie_more > a > svg .-st0 {
    fill: #E70000;
    transition-duration: .3s;
    transition-property: fill;
}
.movie_more > a > svg .-st1 {
    fill: #FEFEFE;
    transition-duration: .3s;
    transition-property: fill;
}
.movie_more > a > svg .-st2 {
    fill: #2D2A26;
    transition-duration: .3s;
    transition-property: fill;
}
.movie_more > a::before {
    content: "";
}
.movie_more > a::after {
    content: "";
}
.movie_more > a > .icon {
    color: #ff0000;
    font-size: 29px;
    margin-right: 10px;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.otherNav {
    margin: 90px 0 55px;
}
.otherNav_inner {}
.otherNav_list {
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.otherNav_list > li {
    width: 32%;
}
.otherNav_list > li:first-child {}
.otherNav_list > li:last-child {}
.otherNav_list > li:nth-child(2n+1) {}
.otherNav_list > li:nth-child(n+3) {}
.otherNav_list > li > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    background: #276902;
    height: 70px;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 125%;
    border: 1px solid #276902;
    box-sizing: border-box;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.otherNav_list > li > a::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
    margin-right: 12px;
    transition-duration: .3s;
    transition-property: border-color, color;
}
.otherNav_list > li > a::after {
    content: "";
}
.map {}
.map_cols {
    display: flex;
    flex-direction: row-reverse;
}
.map_col {}
.map_col-no1 {
    min-width: 436px;
    width: 436px;
}
.map_title {
    background: #fff45c;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
}
.map_in {
    padding: 27px 31px;
}
.map_sect {
    border-bottom: 1px dashed #bcbdbf;
    padding-bottom: 25px;
    margin-bottom: 25px;
    padding-left: 5px;
    padding-right: 5px;
}
.map_sect:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.map_headline {
    font-size: inherit;
    color: #276902;
    line-height: 1.4;
    margin-bottom: 6px;
}
.map_text {
    font-size: 87.5%;
}
.map_caution {
    font-size: 87.5%;
    text-indent: -1.5em;
    padding-left: 1.5em;
}
.map_col-no2 {
    flex-grow: 1;
    position: relative;
    z-index: 1;
}
.map_map {
    height: 100%;
}
.map_map > iframe {
    display: block;
    height: 100%;
    width: 100%;
}
@media screen and (max-width:1199px) {
    .info_cat {
        width: 120px;
        min-width: 120px;
        margin-right: 15px;
    }
    .info_update {
        margin-right: 15px;
    }
}
@media screen and (min-width:1000px) {
    .movie_more > a:hover > svg .-st0 {
        fill: #fff;
    }
    .movie_more > a:hover > svg .-st1 {
        fill: #276902;
    }
    .movie_more > a:hover > svg .-st2 {
        fill: #fff;
    }
    .vis_scrollBtn:hover {
        -webkit-transform: translateY(50%) scale(1.1);
        transform: translateY(50%) scale(1.1);
    }
    .homeNav_list > li > a:hover {}
    .homeNav_list > li > a:hover::before {
        background: rgba(0, 0, 0, 0);
    }
    a:hover .homeNav_fig > figcaption {
        opacity: 0;
        top: -5%;
    }
    .news_item > a:hover {
        color: #006b00;
    }
    a:hover .news_image {
        opacity: .7;
    }
    a:hover .news_name {
        text-decoration: underline;
    }
    .news_link > a:hover {}
    .news_btn:hover {
        background: rgba(39, 105, 2, 1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .event_link > a:hover {}
    .info_list > li > a:hover {
        background: rgba(0, 107, 0, 0.1);
    }
    .info_link > a:hover {}
    .insta_figWrap > a:hover {}
    a:hover .insta_fig > figcaption {
        opacity: 1;
        top: 0;
    }
    .movie_link > a:hover {}
    .movie_link > a:hover::before {
        background: rgba(0, 0, 0, 0.6);
    }
    .movie_more > a:hover {}
    .movie_more > a:hover > .icon {
        color: #fff;
    }
    .otherNav_list > li > a:hover {
        color: #276902;
        background: #fff;
    }
    .otherNav_list > li > a:hover::before {
        border-color: #276902;
    }
}
@media screen and (max-width:999px) {
    .vis {}
    .vis_catch {}
    .vis_catch [data-char] {}
    .vis_catch.isShow [data-char] {}
    .vis_slide {}
    .vis_slide.slick-initialized {}
    .vis_img {}
    .vis_img > img {}
    .vis_scrollBtn {}
    .vis_scrollBtn::before {}
    .vis_scrollBtn::after {}
    .vis_scrollBtn > .icon {}
    .vis_scrollBtn > b {}
    .homeNav {}
    .homeNav_list {}
    .homeNav_list > li {}
    .homeNav_list > li:first-child {
        margin-top: 0;
    }
    .homeNav_list > li:last-child {}
    .homeNav_list > li:nth-child(2n+1) {}
    .homeNav_list > li:nth-child(n+3) {}
    .homeNav_list > li > a {}
    .homeNav_list > li > a::before {}
    .homeNav_list > li > a::after {}
    .homeNav_fig {}
    .homeNav_fig > img {}
    .homeNav_fig > figcaption {}
    .homeNav_fig > figcaption > .icon {}
    .homeNav_fig > figcaption > .icon-map {}
    .homeNav_fig > figcaption > b {}
    .p-ttl01 {}
    .p-ttl01 > .icon {}
    .news {}
    .news_title {}
    .news_title > .icon {}
    .news_slide {}
    .news_slide.slick-initialized {}
    .news_item {}
    .news_item > a {}
    .news_item > a::before {}
    .news_item > a::after {}
    .news_image {}
    .news_update {}
    .news_update > time {}
    .news_name {}
    .news_link {}
    .news_link > a {}
    .news_link > a::before {}
    .news_link > a::after {}
    .news_btn {}
    .news_btn::before {}
    .news_btn-prev {}
    .news_btn-next {}
    .news_btn-prev::before {}
    .news_btn-next::before {}
    .event {}
    .event_inner {}
    .event_title {}
    .event_title > .icon {}
    .event_link {}
    .event_link > a {}
    .event_link > a::before {}
    .event_link > a::after {}
    .info {}
    .info_inner {}
    .info_cols {}
    .info_col {}
    .info_col-no1 {}
    .info_title {}
    .info_title > .icon {}
    .info_list {}
    .info_list > li {}
    .info_list > li:first-child {}
    .info_list > li:last-child {}
    .info_list > li:nth-child(2n+1) {}
    .info_list > li:nth-child(n+3) {}
    .info_list > li > a {}
    .info_list > li > a::before {}
    .info_list > li > a::after {}
    .info_update {}
    .info_update > time {}
    .info_cat {}
    .info_name {}
    .info_link {}
    .info_link > a {}
    .info_link > a::before {}
    .info_link > a::after {}
    .info_col-no2 {}
    .insta {}
    .insta_title {}
    .insta_figWrap {}
    .insta_figWrap > a {}
    .insta_figWrap > a::before {}
    .insta_figWrap > a::after {}
    .insta_fig {}
    .insta_fig > figcaption {}
    .insta_fig_img {}
    .movie {}
    .movie_link {}
    .movie_link > a {}
    .movie_link > a::before {}
    .movie_link > a::after {}
    .movie_link > a > b {}
    .movie_link > a > .icon {}
    .movie_more {}
    .movie_more > a {}
    .movie_more > a::before {}
    .movie_more > a::after {}
    .movie_more > a > .icon {}
    .otherNav {}
    .otherNav_inner {}
    .otherNav_list {}
    .otherNav_list > li {}
    .otherNav_list > li:first-child {}
    .otherNav_list > li:last-child {}
    .otherNav_list > li:nth-child(2n+1) {}
    .otherNav_list > li:nth-child(n+3) {}
    .otherNav_list > li > a {}
    .otherNav_list > li > a::before {}
    .otherNav_list > li > a::after {}
    .map {}
    .map_cols {}
    .map_col {}
    .map_col-no1 {}
    .map_title {}
    .map_in {}
    .map_sect {}
    .map_sect:last-child {}
    .map_headline {}
    .map_text {}
    .map_caution {}
    .map_col-no2 {}
    .map_map {}
    .map_map > iframe {}
}
@media screen and (max-width:767px) {
    .vis {
        height: auto;
    }
    .vis_catch {
        font-size: 4.6vw;
        top: 4%;
        right: 4%;
    }
    .vis_catch [data-char] {}
    .vis_catch.isShow [data-char] {}
    .vis_slide {}
    .vis_slide.slick-initialized {}
    .vis_img {
        height: 87.5vw;
    }
    .vis_img > img {}
    .vis_scrollBtn {
        display: none;
    }
    .vis_scrollBtn::before {}
    .vis_scrollBtn::after {}
    .vis_scrollBtn > .icon {}
    .vis_scrollBtn > b {}
    .homeNav {
        margin: 35px 0;
    }
    .homeNav_inner {}
    .homeNav_bg {
        display: block;
        fill: #60a13d;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 65px;
    }
    .homeNav_list {
        display: block;
        max-width: 500px;
        margin: 0 auto;
    }
    .homeNav_list > li {
        width: auto;
        max-width: none;
        margin-top: 15px;
    }
    .homeNav_list > li:first-child {}
    .homeNav_list > li:last-child {}
    .homeNav_list > li:nth-child(2n+1) {}
    .homeNav_list > li:nth-child(n+3) {}
    .homeNav_list > li > a {}
    .homeNav_list > li > a::before {
        display: none;
    }
    .homeNav_list > li > a::after {}
    .homeNav_fig {}
    .homeNav_fig > img {
        width: 100%;
    }
    .homeNav_fig > figcaption {
        height: 42px;
        top: auto;
        bottom: 0;
    }
    .homeNav_fig > figcaption > .icon {
        display: none;
    }
    .homeNav_fig > figcaption > .icon-map {}
    .homeNav_fig > figcaption > b {
        font-size: 15px;
        margin-top: 0;
    }
    .p-ttl01 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .p-ttl01 > .icon {
        font-size: 30px;
        margin-right: 5px;
    }
    .news {
        padding: 35px 0;
    }
    .news_title {}
    .news_title > .icon {}
    .news_slide {}
    .news_slide.slick-initialized {}
    .news_item {
        margin: 0 8px;
    }
    .news_item > a {
        width: 180px;
    }
    .news_item > a::before {}
    .news_item > a::after {}
    .news_image {
        margin-bottom: 10px;
    }
    .news_update {
        font-size: 10px;
    }
    .news_update > time {}
    .news_name {
        font-size: 12px;
        margin-top: 4px;
    }
    .news_link {
        width: auto;
        margin-top: 25px;
        padding: 0 15px;
    }
    .news_link > a {}
    .news_link > a::before {}
    .news_link > a::after {}
    .news_btn {
        width: 31px;
        height: 31px;
        top: 48px;
    }
    .news_btn::before {
        width: 7px;
        height: 7px;
        border-width: 1px;
    }
    .news_btn-prev {}
    .news_btn-next {}
    .news_btn-prev::before {}
    .news_btn-next::before {}
    .event {
        margin: 35px 0;
    }
    .event_inner {}
    .event_title {}
    .event_title > .icon {}
    .event_link {
        max-width: none;
        margin-top: 15px;
    }
    .event_link > a {}
    .event_link > a::before {}
    .event_link > a::after {}
    .info {
        padding: 35px 0;
    }
    .info_inner {}
    .info_cols {
        display: block;
    }
    .info_col {}
    .info_col-no1 {}
    .info_title {}
    .info_title > .icon {
        font-size: 38px;
        margin-right: 7px;
    }
    .info_list {}
    .info_list > li {}
    .info_list > li:first-child {}
    .info_list > li:last-child {}
    .info_list > li:nth-child(2n+1) {}
    .info_list > li:nth-child(n+3) {}
    .info_list > li > a {
        flex-wrap: wrap;
        align-content: flex-start;
        padding: 12px 0;
        position: relative;
        z-index: 1;
        padding-right: 15px;
    }
    .info_list > li > a::before {}
    .info_list > li > a::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        right: 5px;
        margin-top: auto;
        margin-bottom: auto;
        border: 2px solid #60a13d;
        width: 6px;
        height: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom: none;
        border-left: none;
    }
    .info_update {
        font-size: 12px;
    }
    .info_update > time {}
    .info_cat {
        margin-right: 0;
        font-size: 10px;
        padding: 2px 10px;
        width: auto;
        min-width: 0;
    }
    .info_name {
        width: 100%;
        margin-top: 5px;
    }
    .info_link {
        margin-top: 20px;
        max-width: none;
    }
    .info_link > a {}
    .info_link > a::before {}
    .info_link > a::after {}
    .info_col-no2 {
        padding: 0;
        width: auto;
        min-width: 0;
        margin: 0;
        margin-top: 35px;
    }
    .insta {
        height: 270px;
        max-width: 270px;
        margin: 0 auto 0;
    }
    .insta_title {
        width: 130px;
    }
    .insta_title > img {
        height: 37px;
    }
    .insta_figWrap {}
    .insta_figWrap > a {}
    .insta_figWrap > a::before {}
    .insta_figWrap > a::after {}
    .insta_fig {}
    .insta_fig > figcaption {}
    .insta_fig_img {}
    .movie {}
    .movie_link {}
    .movie_link > a {
        height: 220px;
    }
    .movie_link > a::before {}
    .movie_link > a::after {}
    .movie_link > a > b {
        font-size: 16px;
        margin-bottom: 9px;
    }
    .movie_link > a > .icon {
        font-size: 35px;
    }
    .movie_more {
        max-width: none;
        padding: 0 15px;
        margin-top: 20px;
    }
    .movie_more > a {
        height: 50px;
        text-align: left;
    }
    .movie_more > a::before {}
    .movie_more > a::after {}
    .movie_more > a > .icon {
        font-size: 20px;
    }
    .otherNav {
        margin-bottom: 0;
        margin-top: 35px;
    }
    .otherNav_inner {
        padding: 0;
    }
    .otherNav_list {
        display: block;
    }
    .otherNav_list > li {
        width: auto;
        margin-top: 3px;
    }
    .otherNav_list > li:first-child {
        margin-top: 0;
    }
    .otherNav_list > li:last-child {}
    .otherNav_list > li:nth-child(2n+1) {}
    .otherNav_list > li:nth-child(n+3) {}
    .otherNav_list > li > a {
        height: 50px;
        font-size: inherit;
    }
    .otherNav_list > li > a::before {
        width: 6px;
        height: 6px;
        border-width: 1px;
    }
    .otherNav_list > li > a::after {}
    .map {}
    .map_cols {
        flex-direction: column-reverse;
    }
    .map_col {
        width: auto;
        min-width: 0;
    }
    .map_col-no1 {}
    .map_title {
        line-height: 40px;
        font-size: 16px;
    }
    .map_in {
        padding: 15px;
    }
    .map_sect {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .map_sect:last-child {}
    .map_headline {}
    .map_text {}
    .map_caution {}
    .map_col-no2 {}
    .map_map {
        height: auto;
    }
    .map_map > iframe {
        height: 300px;
    }
}
