body {
    position: relative;
    min-width: 1090px;
}

.wrapper {
    max-width: 1090px;
    margin: 0 auto;
    padding: 0 4%;
}

.sect-ttl {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    width: 37.61%;
    border-bottom: 1px solid #000;
    letter-spacing: 2px;
    line-height: 1;
    padding: 0 0 1% 0;
    margin: 0 auto 8% auto;
}

@media screen and (max-width: 768px) {

    body {
        min-width: auto;
    }

    .wrapper {
    }

    .sect-ttl {
        font-size: 20px;
        width: 100%;
        /* padding: 0 0 1% 0; */
        margin: 0 auto 8% auto;
        border: none;
    }

}

.is-sp {
    display: none;
}

.is-pc {
    display: block;
}

.is-sp-inline {
    display: none;
}

.is-pc-inline {
    display: inline;
}

@media screen and (max-width: 768px) {

    .is-sp {
        display: block;
    }

    .is-pc {
        display: none;
    }

    .is-sp-inline {
        display: inline;
    }

    .is-pc-inline {
        display: none;
    }

}

.header {
    width: 100%;
    position: fixed;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    min-width: 1090px;
}

.header-wrapper {
}

.header-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.header-site {
    padding: 18px 0 0 15px;
    width: 50%;
}

.header-site-detail {
    font-size: 14px;
    margin: 0 0 5px 0;
    width: 100%;
}

.header-site-txt {
    display: inline-block;
    padding: 0 20px;
    border-radius: 18px;
    font-size: 20px;
    font-weight: bold;
    background-color: #FFCB00;
}

.header-detail {
    display: flex;
    justify-content: flex-end;
    width: 47%;
}

.header-detail-date {
    width: 52%;
    max-width: 390px;
    height: 110px;
    display: flex;
    align-items: center;
    padding: 0 3% 0 0;
    font-weight: bold;
    line-height: 1.3;
}

.header-detail-date .is-large {
    font-size: 1.5em;
}

.header-detail-date img {

}

.header-detail-lang {
    width: 136px;
    height: 110px;
    position: relative;
}

.header-detail-lang .is-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 14px;
    display: flex;
    background-color: #ebebeb;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.header-detail-lang .is-wrap {
    display: flex;
}

.header-detail-lang .is-btn:hover {
    color: #323232;
    background-color: #ddd;
}

.header-detail-lang .is-bar {
    position: relative;
    width: 15px;
    margin: 0 3px;
}

.header-detail-lang .is-bar:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #323232;
    top: 50%;
    margin: -1px 0 0 0;
}

.header-detail-lang .is-bar:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #323232;
    border-radius: 3px;
    top: 50%;
    left: 0;
    margin: -3px 0 0 0;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.header-detail-lang .is-active-en .is-en {
    color: #323232;
    margin: 0 0 0 5px;
}

.header-detail-lang .is-active-en .is-bar:after {
    left: 0;
}

.header-detail-lang .is-active-en:hover .is-bar:after {
    left: 70%;
}

.header-detail-lang .is-active-en:hover .is-en {
    color: #323232;
}

.header-detail-lang .is-active-en .is-jp {
    margin: 0 5px 0 0;
    color: #8c8c8c;
}

.header-detail-lang .is-active-en:hover .is-jp {
    color: #323232;
}

.header-detail-btn {
    width: 136px;
    display: flex;
    background-color: #f00000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    font-size: 14px;
}

.header-detail-btn:hover {
    background-color: #d00000;
    font-size: 15px;
    /* color: #f00000; */
}


.header-detail-btn span {

}

@media screen and (max-width: 768px) {

    .header {
        min-width: auto;
        /* position: relative; */
        /* padding: 2% 0 4% 0; */
    }

    .header-site {
        padding: 2% 0 0 2%;
        width: 45%;
    }

    .header-site-detail {
        font-size: 9px;
        margin: 0;
        line-height: 1.2em;
    }

    .header-site-txt {
        font-size: 10px;
        padding: 0 5%;
    }

    .header-detail-date {
        display: none;
    }

    .header-detail-lang {
        height: 80px;
    }

    .header-detail-lang .is-btn {
        font-size: 10px;
    }

    .header-detail-btn {
        font-size: 10px;
    }

    .header-detail-btn:hover {
        font-size: 10px;
    }

}

.mv {
    position: relative;
    margin-top: 110px;
    overflow: hidden;
}

.mv-item {
    transition: 0.6s;
}

@media screen and (max-width: 768px) {

    .mv {
        margin-top: 80px;
    }

}

.is-on .mv-bnr {
    opacity: 0;
    visibility: hidden;
}

.mv-bnr-list {
    display: flex;
    flex-wrap: wrap;
}
.mv-bnr-list-item {
    width: calc(100%/3);
}

.mv-bnr-list-item a {
    display: block;
    position: relative;
    overflow: hidden;
}

.mv-bnr-overlay {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.1s;
    background-color: rgba(0,0,0,0.3);
    z-index: 3;
}
/* 
.mv-bnr-list-item a:hover .mv-bnr-overlay {
    top: 0;
} */

.mv-bnr-list-item a img  {
    transition: 0.3s;
    transform: scale(1.01);
}

.mv-bnr-list-item a:hover img  {
    transform: scale(1.05);
}

@media screen and (max-width: 768px) {

    .mv-bnr {
        margin-top: 0;
    }

    .mv-bnr-list-item {
        width: 50%;
    }

}

.mv-event {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    display: flex;
    /* display: none !important; */
}

.mv-event.is-active {
    opacity: 1;
    visibility: visible;
}

.mv-event-info {
    width: 50%;
}

.mv-event-img {
    width: 50%;
}

.mv-event-info {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mv-event-info-wrap {
    width: 59%;
}

.mv-event-info-logo {
    margin: 0 0 2% 0;
}

.mv-event-info-name {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 2% 0;
    line-height: 1.4;
}

.mv-event-info-copy {
    font-size: 12px;
    margin: 0 0 6% 0;
    line-height: 1.3;
}

.mv-event-info-btn {
    /* position: absolute; */
    /* bottom: 0; */
    position: relative;
    font-size: 15px;
    font-weight: bold;
    display: block;
    color: #fff;
    box-sizing: border-box;
    padding: 8px 20px;
    border-radius: 50px;
    width: 100%;
    line-height: 1;
    border: 1px solid #fff;
    text-align: center;
    overflow: hidden;
}

.mv-event-info-btn .is-icon {
    height: 20px;
}

.mv-event-info-btn:hover {
    color: #333;
}

.mv-event-info-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 14px;
    margin: -4px 0 0 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    z-index: 2;
    transition: 0.3s;
}

.mv-event-info-btn:hover:after {
    border-color: #333;
}

.mv-event-info-btn:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background-color: #fff;
    transition: 0.3s;
    z-index: 1;
}

.mv-event-info-btn:hover:before {
    left: 0;
}

.mv-event-info-btn .is-icon {
    display: inline-block;
    width: 5%;
    vertical-align: middle;
    margin: 0 3% 0 0;
    z-index: 2;
    position: relative;
}

.mv-event-info-btn span {
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
    position: relative;
}

.mv-close {
    display: none;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    background-color: rgba(255,255,255,0.4);
    transition: 0.3s ease-in-out;
}

.is-on .mv-close {
    display: block;
}

.mv-close span {
    display: block;
    width: 50px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 30px;
    left: 5px;
    transition: 0.3s ease-in-out;
}

.mv-close span:nth-child(1) {
    transform: rotate(45deg);
}

.mv-close span:nth-child(2) {
    transform: rotate(-45deg);
}

.mv-close:hover {
    background-color: rgba(255,255,255,0.6);
}

.mv-close:hover span {
    width: 40px;
    top: 30px;
    left: 10px;
}

.mv-pager {
    display: none;
    width: 25%;
    position: absolute;
    bottom: 8%;
    left: 13%;
    z-index: 3;
    justify-content: space-between;
}

.is-on .mv-pager {
    display: flex;
}

.is-on .mv-pager-item {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    transition: 0.3s;
    box-sizing: border-box;
}

.mv-pager-item.is-active,
.mv-pager-item:hover {
    border: 1px solid #fff;
    background-color: none;
}

.mv-event-info {
    width: 50%;
}

.mv-interop .mv-event-info,
.mv-pager-interop {
    background-color: rgba(0, 46, 72, 1);
}

.mv-apps .mv-event-info,
.mv-pager-apps {
    background-color: rgba(128, 100, 160, 1);
}

.mv-connected .mv-event-info,
.mv-pager-connected {
    background-color: rgba(75, 167, 190, 1);
}

.mv-lbj .mv-event-info,
.mv-pager-lbj {
    background-color: rgba(95, 201, 237, 1);
}

.mv-dsj .mv-event-info,
.mv-pager-dsj {
    background-color: rgba(163, 48, 15, 1);
}

.mv-nr .mv-event-info,
.mv-pager-nr {
    background-color: rgba(255, 102, 152, 1);
}

@media screen and (max-width: 768px) {

    .is-on .mv-pager {
        display: none;
    }

    .mv-event {
        display: block;
        width: 100%;
        height: 100%;
    }

    .mv-event-info {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .mv-event-info-wrap {
        width: 85%;
    }

    .mv-event-info-logo {
        width: 80%;
        margin: 0 auto 5% auto;
    }

    .mv-event-info-name {
        font-size: 14px;
        margin: 0 0 4% 0;
    }

    .mv-event-info-copy {
        font-size: 12px;
        margin: 0 0 6% 0;
    }

    .mv-event-info-btn {
        font-size: 12px;
    }

    .mv-event-img {
        width: 120%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .mv-close {
        width: 30px;
        height: 30px;
    }

    .mv-close span {
        width: 20px;
        top: 15px;
        left: 5px;
    }

    .mv-close:hover span {
        width: 20px;
        top: 15px;
        left: 5px;
    }


    .mv-interop .mv-event-info {
        background-color: rgba(0, 46, 72, 0.8);
    }
    
    .mv-apps .mv-event-info {
        background-color: rgba(128, 100, 160, 0.8);
    }
    
    .mv-connected .mv-event-info {
        background-color: rgba(75, 167, 190, 0.8);
    }
    
    .mv-lbj .mv-event-info {
        background-color: rgba(95, 201, 237, 0.8);
    }
    
    .mv-dsj .mv-event-info {
        background-color: rgba(163, 48, 15, 0.8);
    }
    
    .mv-nr .mv-event-info {
        background-color: rgba(255, 102, 152, 0.8);
    }

}

.scale-wrapper {
    padding: 100px 0 100px 0;
}

.scale-ttl {
}

.scale-list {
    display: flex;
    justify-content: space-between;
}

.scale-list-item {
    width: calc(100% / 3);
    text-align: center;
}

/* 

.scale-list-item span {
    content: "";
    display: block;
    position: relative;
    padding: 66.69% 0 0 0;
}

.scale-list-item img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
} */

.scale-list-icon {
    max-width: 80px;
    margin: 0 auto 2% auto;
    position: relative;
}

.scale-list-icon span {
    display: block;
    padding: 100% 0 0 0;
}

.scale-list-icon img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.scale-icon-ttl {
    font-size: 20px;
    text-align: center;
    margin: 0 0 3% 0;
}

.scale-icon-txt {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}

.scale-icon-txt span {
    font-size: 70px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
}

@media screen and (max-width: 768px) {

    .scale-wrapper {
        padding: 14% 0 7% 0;
    }

    .scale-list {
        flex-wrap: wrap;
        /* display: block; */
        justify-content: center;
    }

    .scale-list-item {
        width: 40%;
        margin: 0 auto 10% auto;
    }

    .scale-list-icon {
        max-width: 60px;
    }

    .scale-icon-ttl {
        font-size: 3vw;
    }

    .scale-icon-txt {
        font-size: 5vw;
    }

    .scale-icon-txt span {
        font-size: 7vw;
        text-align: center;
        line-height: 1;
    }

}

.outline {
    background-image: url(../images/home/outline_bg.jpg);
    background-size: cover;
    padding: 80px 0 80px 0;
}

.outline-wrapper {
}

.outline-ttl {
    color: #fff;
    border-color: #fff;
}

.outline-list {
    /* width: 70%; */
    margin: 0 auto;
}

.outline-list.is-col {
    display: flex;
    align-items: center;
    margin: 0 0 2% 0;
}

.outline-list-item {
    /* margin: 0 0 4.5% 0; */
}

.outline-list-item:last-child {
    margin: 0;
}

.outline-list.is-col .outline-list-item {
    width: 50%;
}

.outline-list.is-col .outline-list-wrap {
    align-items: center;
}

/* .outline-list-item span {
    position: relative;
    padding: 10% 0 0 0;
    display: block;
} */

.outline-list-item svg {
    content: "";
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.outline-list-wrap {
    display: flex;
    align-items: flex-start;
}

.outline-list-ttl {
    background-color: #FFCB00;
    width: 120px;
    border-radius: 2px;
    flex-shrink: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2em;
    margin: 0 3% 0 0;
    padding: 2% 0;
    font-size: 14px;
}

.outline-list-ttl span {
    font-weight: bold;
}

.outline-list-cont {
    width: 100%;
    color: #fff;
    /* font-weight: bold; */
    font-size: 20px;
}

.outline-list-cont .is-large {
    font-size: 30px;
}

/* .outline-list-sublist {
    display: flex;
    flex-wrap: wrap;
    margin: 2.5% 0 0 0;
}

.outline-list-sublist-item {
    font-size: 14px;
    margin: 0 0 2% 0;
    width: 50%;
}

.outline-list-sublist-item:last-child {
    margin: 0;
}

.outline-list-sublist-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 0 1% 0;
}

.outline-list-cont .is-event {
    font-weight: bold;
    margin: 0 0 2% 0;
    display: block;
}

.outline-list-cont .is-badge {
    display: inline-block;
    border: 1px solid #fff;
    margin: 0 3% 0 0;
    padding: 0 1%;
} */

.outline-list-sublist {
    font-size: 14px;
    margin: 1.6% 0 0 0;
}

.outline-list-sublist-item {
    margin: 0 0 1% 0;
    display: flex;
    align-items: center;
}

.outline-list-sublist-item:last-child {
    margin: 0;
}

.outline-list-sublist .is-event {
    display: inline-block;
    width: 240px;
    margin: 0 2% 0 0;
    text-align: center;
    background-color: #fff;
    color: #000;
    padding: 1% 0;
}

.outline-list-sublist .is-badge {
    display: inline-block;
    font-weight: bold;
    margin: 0 1em 0 0;
}

@media screen and (max-width: 768px) {

    .outline {
        padding: 14% 0 13% 0;
    }

    .outline-list {
    }

    .outline-list.is-col {
        display: block;
        margin: 0 0 3% 0;
    }

    .outline-list-item {
        margin: 0 0 2% 0;
    }

    .outline-list-wrap {
        align-items: flex-start;
    }

    .outline-list.is-col .outline-list-item {
        width: 100%;
    }

    .outline-list-ttl {
        width: 90px;
        height: auto;
        margin: 0 3% 0 0;
        border-radius: 0;
        padding: 2% 0;
    }

    .outline-list-ttl span {
        font-size: 12px;
        line-height: 1.2em;
    }

    .outline-list-cont {
        width: 100%;
        color: #fff;
        /* font-weight: bold; */
        font-size: 12px;
    }
    
    .outline-list-cont .is-large {
        font-size: 18px;
    }

    .outline-list-sublist {
        font-size: 10px;
        margin: 3% 0 0 0;
    }
    
    .outline-list-sublist-item {
        display: block;
        margin: 0 0 3% 0;
    }
    
    
    .outline-list-sublist .is-event {
        width: 100%;
        margin: 0 0 2% 0;
    }
    
    .outline-list-sublist .is-badge {
        display: inline-block;
        font-weight: bold;
        margin: 0 1em 0 0;
    }

    .outline-list-sublist .is-cont {
        display: block;
    }

}

.events {
    padding: 100px 0 100px 0;
    background-color: #f0f0f0;
}

.events-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 1% 0;
}

.events-list-item {
    width: 31.74%;
    background-color: #fff;
    margin: 0 0 3% 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 0 0 6% 0;
}

.events-list-wrap {
    margin: 7px 15px 15px 15px;
    position: relative;
    /* height: 13em; */
}

.events-list-name {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 2% 0;
}

.events-list-copy {
    font-size: 14px;
    margin: 0 0 2% 0;
    line-height: 1.3;
}

.events-list-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: bold;
    display: block;
    color: #fff;
    box-sizing: border-box;
    padding: 10px 25px;
    border-radius: 50px;
    width: 94%;
    line-height: 1;
    overflow: hidden;
}

.events-list-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -5px 0 0 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transition: 0.3s;
}

.events-list-btn:hover:after {
    right: 15px;
}

.events-list-btn:before {
    content: "";
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
}

.events-list-btn:hover:before {
    left: 0;
}

.events-list-btn .is-icon {
    display: inline-block;
    width: 7.6%;
    vertical-align: middle;
    margin: 0 3% 0 0;
}

.events-list-btn span {
    display: inline-block;
    vertical-align: middle;
}

.events-bnr {
    display: flex;
    justify-content: space-between;
    margin: 0 0 4% 0;
}

.events-bnr-item {
    width: 49%;
    font-weight: bold;
    text-align: center;
    /* padding: 20px 0; */
    border-radius: 4px;
    color: #fff;
    overflow: hidden;
    transition: 0.3s;
    display: block;
}

.events-bnr-item .is-txt {
    display: block;
    padding: 15px 0;
}

.events-bnr-item .is-btn {
    display: block;
    background-color: #333;
    padding: 5px 0;
    font-size: 14px;
}

.events-shownet {
    background: linear-gradient(to right, rgba(35, 170, 219, 1) 1%, rgba(0, 167, 157, 1) 100%);
}

.events-explane {
    background: linear-gradient(to right, rgba(238, 42, 123, 1) 0%, rgba(158, 31, 99, 1) 100%);
}

.events-shownet:hover,
.events-explane:hover {
    opacity: 0.7;
}


.events-btn {
    position: relative;
    display: block;
    background-color: #ffcb00;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    border-radius: 50px;
    color: #000;
    overflow: hidden;
}

.events-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 3%;
    margin: -6px 0 0 0;
    width: 14px;
    height: 14px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    transition: 0.3s;
}

.events-btn:hover:after {
    right: 2.5%;
}

.events-btn:before {
    content: "";
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
}

.events-btn:hover:before {
    left: 0;
}


.is-interop .events-list-name {
    color: rgba(0, 46, 72, 1);
}

.is-interop .events-list-btn {
    background-color: rgba(0, 46, 72, 1);
}

.is-apps .events-list-name {
    color: rgba(128, 100, 160, 1);
}

.is-apps .events-list-btn {
    background-color: rgba(128, 100, 160, 1);
}

.is-connected .events-list-name {
    color: rgba(75, 167, 190, 1);
}

.is-connected .events-list-btn {
    background-color: rgba(75, 167, 190, 1);
}

.is-lbj .events-list-name {
    color: rgba(95, 201, 237,1);
}

.is-lbj .events-list-btn {
    background-color: rgba(95, 201, 237, 1);
}

.is-dsj .events-list-name {
    color: rgba(163, 48, 15, 1);
}

.is-dsj .events-list-btn {
    background-color: rgba(163, 48, 15, 1);
}

.is-nr .events-list-name {
    color: rgba(255, 102, 152, 1);
}

.is-nr .events-list-btn {
    background-color: rgba(255, 102, 152, 1);
}

@media screen and (max-width: 768px) {

    .events {
        padding: 14% 0 13% 0;
    }

    .events-list-item {
        width: 90%;
        margin: 0 auto 8% auto;
    }

    .events-list-wrap {
        height: auto;
        margin: 5% 7% 7% 7%;
    }

    .events-list-name {
        font-size: 14px;
        font-weight: bold;
    }
    
    .events-list-copy {
        font-size: 12px;
        margin: 0 0 2% 0;
    }
    
    .events-list-btn {
        position: relative;
        font-size: 12px;
        padding: 12px 10px;
        text-align: center;
    }
    
    .events-list-btn:after {
        right: 14px;
        margin: -3px 0 0 0;
        width: 6px;
        height: 6px;
    }

    .events-list-btn .is-icon {
        width: 4%;
        margin: 0 5% 0 0;
    }
    .events-bnr-item {
        font-size: 12px;
        /* padding: 12px 0; */
        margin: 0 auto 3% auto;
        width: 90%;
    }

    .events-bnr-item .is-btn {
        font-size: 12px;
    }

    .events-btn {
        font-size: 14px;
        padding: 12px 0;
        width: 90%;
        margin: 0 auto;
    }

    .events-btn:after {
        right: 6%;
        margin: -3px 0 0 0;
        width: 6px;
        height: 6px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
    }

    .events-bnr {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .events-bnr-item {
        width: 100%;
        font-weight: bold;
        text-align: center;
        /* padding: 20px 0; */
        border-radius: 4px;
        color: #fff;
        overflow: hidden;
        transition: 0.3s;
    }

}

.past {
    background-image: url(../images/home/past_bg.jpg);
    background-size: cover;
    padding: 100px 0 100px 0;
}

.past-ttl {
    color: #fff;
    border: none;
    padding: 0;
    margin-bottom: 3%;
}

.past-list {
    width: 59%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.past-list-item {
    width: 31.26%;
    margin: 0 0 2.5% 0;
    border-radius: 12px;
}

.past-list-btn img {
    transition: 0.4s;
    opacity: 0.8;
}

.past-list-btn:hover img {
    opacity: 1;
}

@media screen and (max-width: 768px) {

    .past {
        background-image: url(../images/home/past_bg.jpg);
        background-size: cover;
        padding: 9% 0 13% 0;
    }

    .past-ttl {
        margin: 0 auto 8% auto;
    }

    .past-list {
        width: 90%;
    }

    .past-list-item {
        width: 47%;
        margin: 0 0 4% 0;
        background: none;
    }

    .past-list-btn img {
        opacity: 1;
    }
    

}

.footer {
    padding: 20px 0;
}

.footer-wrapper {
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.footer-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright {
    font-size: 14px;
}

.footer-sns {
    display: flex;
}

.footer-sns-item {
    width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
}

.footer-logo {
    width: 193px;
}

@media screen and (max-width: 768px) {

    .footer {
        padding: 8% 0;
    }

    .footer-wrapper {
        width: 96%;
        margin: 0 auto;
        display: block;
    }

    .footer-col {
        display: block;
    }

    .footer-sns {
        display: flex;
        width: 100%;
        justify-content: center;
        margin: 0 0 4% 0;
    }
    
    .footer-sns-item {
        margin: 0 4%;
    }

    .footer-logo {
        width: 60%;
        margin: 0 auto 4% auto;
        max-width: 360px;
    }

    .footer-copyright {
        font-size: 9px;
        text-align: center;
    }


}

.icon01-01 {
}

.icon01-01,
.icon01-02,
.icon02 {
    transition: 0.3s;
}

a:hover .icon01-01 {
    fill: #1C75BC;
}

a:hover .icon01-02 {
    fill: #fff;
}

a:hover .icon02 {
    fill: #333;
}