sub{
    bottom: 0.2em!important;
    font-size: 65%;
}

/* 2022.05.24 */
#top .u-sec-column ul li a figure{
    background: #fff!important;
    position: relative;
    border: 1px solid #e2e2e2;
    padding-top: 66.66666%;
}
#top .u-sec-column ul li a figure img{
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transition: all .5s;
}
#top .u-sec-column ul li a:not(.comingsoon):hover figure img{
    transform: scale(110%); 
}


/* 2022.05.31 */
#top .u-sec-news .article-container article > span {
    display: flex;
    padding: 30px 20px;
    letter-spacing: .04em;
    position: relative;
}
@media screen and (max-width: 767px){
    #top .u-sec-news .article-container article > span {
        flex-wrap: wrap;
        padding: 20px 40px 20px 10px;
    }
}

#top .u-sec-news .article-container article > span .date {
    flex: 0 0 auto;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 700;
    opacity: .5;
    transition: all .5s;
}
@media screen and (max-width: 767px){
    #top .u-sec-news .article-container article > span .date {
        font-size: 12px;
    }
}

#top .u-sec-news .article-container article > span .cats {
    flex: 0 0 100px;
    height: 30px;
    margin: 0 30px;
    border-radius: 5px;
    background: #aaa;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    transition: all .5s;
}
@media screen and (max-width: 767px) {
    #top .u-sec-news .article-container article > span .cats {
        flex: 0 0 80px;
        height: 24px;
        line-height: 23px;
        margin: 0 0 0 10px;
        font-size: 11px;
    }
}

#top .u-sec-news .article-container article > span .cats.info {
  background: #0ca68a;
}
#top .u-sec-news .article-container article > span .cats.event {
  background: #0c71a6;
}
#top .u-sec-news .article-container article > span .cats.product {
  background: #cf6412;
}
#top .u-sec-news .article-container article > span .cats.development {
  background: #a60c63;
}
#top .u-sec-news .article-container article > span .cats.other {
  background: #787a79;
}

#top .u-sec-news .article-container article > span h3 {
    flex: 1 1 100%;
    padding-top: 0.2em;
    padding-right: 30px;
    overflow: hidden;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #000;
    transition: all .5s;
}
@media screen and (max-width: 767px) {
    #top .u-sec-news .article-container article > span h3 {
        padding: 0;
        margin-top: 10px;
        font-size: 14px;
    }
}

/* 2025.05.13 */
.u-slider{
    margin-top: 150px;
    padding-bottom: 140px;
    position: relative;
    overflow: hidden;
}
.u-slider:before{
    content: '';
    width: 100%;
    height: 352px;
    display: block;
    background-color: #91BAB5;
    opacity: 0.25;
    position: absolute;
    bottom: 0;
}
.u-slider .u-slider-inner{
    max-width: 1148px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 1288px) {
    .u-slider .u-slider-inner{
        max-width: auto;
        margin: 0 70px;
    }
}
@media screen and (max-width: 767px) {
    .u-slider{
        margin-top: 60px;
        padding-bottom: 80px;
    }
    .u-slider .u-slider-inner{
        margin: 0 50px;
    }
}
.u-slider .swiper-container{
    position: relative;
    overflow: hidden;
}
/*
@media screen and (max-width: 767px) {
    .u-slider .swiper-container{
        overflow: visible;
    }
}
*/

/*
.u-slider .swiper-slide{
    width: calc(33.3% - 30px);
}
@media screen and (max-width: 767px) {
    .u-slider .swiper-slide{
        width: 100%;
    }
}
*/

.swiper-ctrl .ctrl-button-prev,.swiper-ctrl .ctrl-button-next{
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 20;
}
.swiper-ctrl .ctrl-button-prev{
    left: -63px;
    transform: rotate(90deg);
}
.swiper-ctrl .ctrl-button-next{
    right: -63px;
    transform: rotate(-90deg);
}
.swiper-ctrl .m-icn-stroke-ani{
    width: 80px;
    height: 80px;
}
.swiper-ctrl .m-icn-stroke-ani .inner-e{
    fill: #fff;
    opacity: 1;
    stroke: #ccc;
    stroke-width: 1;
}
.swiper-ctrl .m-icn-stroke-ani .outer-e{
    stroke: #0ca68a;
    stroke-width: 1;
}
.swiper-ctrl .m-icn-stroke-ani path{
    fill: #0ca68a;
}
@media screen and (max-width: 767px) {
    .swiper-ctrl .ctrl-button-prev{
        left: -36px;
    }
    .swiper-ctrl .ctrl-button-next{
        right: -36px;
    }
    .swiper-ctrl .m-icn-stroke-ani{
        width: 40px;
        height: 40px;
    }
}

.m-box-card{
    display: block;
}
.m-box-card .card-cat{
    display: inline-block;
    border-radius: 5px;
    background: #0ca68a;
    color: #fff;
    font-size: 12px;
    padding: 3px 20px;
    text-align: center;
    min-width: 60px;
}
.m-box-card .card-cat.is-pickup{
    color: #ed1b29;
    background: transparent;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .m-box-card .card-cat{
        padding: 3px 10px;
    }
}
.m-box-card .card-cat + .card-cat{
    margin-left: 5px;
}
.m-box-card .card-img{
    display: block;
    margin-top: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 20px;
}
.m-box-card .card-img img{
    transition: all 0.5s;
}
.m-box-card:hover .card-img img{
    transform: scale(1.1);
}
.m-box-card .card-title{
    display: block;
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}
/*
@media screen and (min-width: 768px) {
    .swiper-slide .m-box-card{
        visibility: hidden;
    }
    .swiper-slide.swiper-slide-active .m-box-card,.swiper-slide.swiper-slide-next .m-box-card,.swiper-slide.swiper-slide-next + .swiper-slide .m-box-card{
        visibility: visible;
    }
}
*/