@charset "utf-8";


/* ----- section-mv ----- */
#mv{
    display: none;
    background-image: url(/wp-content/uploads/2024/08/mv-bg.webp);
    background-repeat: repeat-x;
    background-position: top 86px center;
}
.mv-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 70px 0;
}
.mv-left{
    width: 200px;
    margin: 0 40px 0 0;
}
.mv-right{
    width: 840px;
}
.mv-item{
	margin: 0 20px;
}
ul.slider01{
  width: calc(660px + (20px * 2) + (7px * 2));
  margin: 0 auto;
}
#mv .slick-prev:before{
    content: url(/wp-content/uploads/2024/08/arrow-pre.svg);
}
#mv .slick-next:before{
    content: url(/wp-content/uploads/2024/08/arrow-next.svg);
}
#mv .slick-prev, #mv .slick-next{
    top: calc(86px + (210px / 2));   
}
#mv .slick-next {
    right: -40px;
}
#mv .slick-prev {
    left: -40px;
}
.img-main-inner{
    overflow: hidden;
}
@media screen and (max-width: 1080px) {
    .mv-right{
        width: 100%;
    }
    .mv-item{
        margin: 0 20px;
    }
    #mv .slick-prev {
        left: -30px;
    }
    #mv .slick-next{
        right: -30px;
    }
    .mv-left{
        display: none;
    }
}
@media screen and (max-width: 767px) {
    #mv {
        display: block;
        background-image: initial
    }
    .mv-wrap{
        width: 100%;
        margin-bottom: 30px;
    }
    .mv-right{
        width: 100%;
    }

    ul.slider01 {
        width: 100%;
        margin: 0;
    }
    #mv .slick-prev {
        left: 10px !important;
        z-index: 5;
    }
    #mv .slick-next {
        right: 10px!important;
        z-index: 5;
    }
    #mv .slick-prev, #mv .slick-next {
        top: calc((38 / 66) * 100vw / 2);
    }
    #mv .slick-prev:before{
        content: url(/wp-content/uploads/2024/09/arrowsp-pre.svg)!important;
    }

    #mv .slick-next:before{
        content: url(/wp-content/uploads/2024/09/arrowsp-next.svg)!important;
    }
    .mv-item {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin: 0;
    }
    .mv-item .info-wrap{
        margin-top: 6px;
    }
    .mv-item .tag-wrap{
        margin-top: 8px;
    }
}


/* ----- top-contents ----- */
.top-contents-wrap{
    margin: 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.top-contents{
    width: 840px;
    width: calc((100% - 240px - 24px));
    overflow: hidden;
    padding-left: 100px;
    margin-bottom: 100px;
}
.top-banner01{
    margin: 70px 0;
}
.top-banner02{
    margin: 70px 0 0;
}
.top-bannerSp{
    display: none;
}
@media screen and (max-width: 1080px) {
    .top-contents{
        width: 100%;
        padding-left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 767px) {
    .top-contents-wrap{
        margin: 0;
        overflow: hidden;
    }
    .top-contents{
        width: 90%;
        margin: 0 5%;
        padding-left: 0;
        overflow: unset;
        display: block;
        margin-bottom: 70px;
    }
    .top-banner01{
        display: none;
    }
    .top-banner02{
        margin-top: 30px;
    }
    .top-bannerSp{
        display: block;
        margin-top: 10px;
    }
}



.top-title-wrap{
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}
.top-title-en{
    font-family: "Nunito Sans", sans-serif;
	font-size: 27px;
    line-height: 1.37;
	font-weight: bold;
}
.top-title-jp{
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 0 20px;
    border-left: 1px solid #000;
}
.top-cat-wrap{
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
}
.viewmore{
    font-size: 12px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 5px;
}
.viewmore::before{
    content: "";
    background-image: url(/wp-content/uploads/2024/08/arrow03.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
}
ul.slide02{
    display: flex;
    width: calc(100% + 100vw);
    margin: 8px 0 0 0;
    position: relative;
}
ul.slide03{
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0 0 0;
    width: calc(100% + 100vw);
    position: relative;
}
ul.slide02 .slick-prev,
ul.slide02 .slick-next,
ul.slide03 .slick-prev,
ul.slide03 .slick-next{
    top: calc(11px + (180px / 2));
}
ul.slide02 .slick-next,
ul.slide03 .slick-next{
    right: unset;
    left: calc((100vw - 240px - 24px - 100px - 130px - (38px * 1.5)));
}
@media screen and (max-width: 1080px) {
    ul.slide02 .slick-next,
    ul.slide03 .slick-next{
        left: calc((100vw - 660px) / 2 + 480px);
    }
}
@media screen and (max-width: 767px) {
    .top-title-jp{
        display: none;
    }
    .top-cat-wrap {
        margin: 30px 0 0 0;
        justify-content: space-between;
    }
    .viewmore {
        font-size: 11px;
    }
    ul.slide02 {
        flex-wrap: wrap;
        width: 100%;
        margin: 13px 0 0 0;
        gap: 13px;
    }
    ul.slide03 {
        margin: 40px 0 0 0;
        width: 100%;
        gap: 13px;
        margin: 13px 0 0 0;
    }
    ul.slide03 li{
        width: 100%;
    }
}


#top .top-article-item{
    margin: 0 40px 0 0 ;
}
#top-new{
  margin: 14px 0 0 0;
}
#top-special{
    margin: 28px 0 0 0;
}
#top-cat02, #top-cat03, #top-cat04, #top-cat05, #top-cat06 {
    margin: 44px 0 0 0;
}
#top-info{
    margin: 70px 0 0 0;
}
@media screen and (max-width: 767px) {
    #top-new{
        margin: 48px 0 0 0;
    }
    #top-special{
        margin: 24px 0 0 0;
    }
    #top-cat02, #top-cat03, #top-cat04, #top-cat05, #top-cat06 {
        margin: 48px 0 0 0;
    }
    #top-info{
        margin: 48px 0 0 0;
    }
}

