.home-wrp {
    width: 100%;
}

.home .main-slide-img-wrp {
    position: relative;
}

.home-winter #mainimg {
    height: 80vh;
    overflow: hidden;
}

.home-winter.home .slick-slide {
    height: 80vh;
}

.home-winter #mainimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

    #mainimg,
    .home .slick-slide {
        width: 100vw;
        height: 100vw;
    }

    #mainimg img {
        width: 100vw;
        height: 100vw;
        object-fit: cover;
    }

    .summer #mainimg .main-slide-title img {
        width: 100%;
        height: auto;
    }
}

.home .title-hot {
    position: absolute;
    top: 42%;
    left: 50%;
    display: block;
    width: 36vw;
    transform: translate(-50%, -50%);
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .home .title-hot {
        width: 70vw;
    }
}

.home .inner {
    width: 100%;
    max-width: var(--main_w);
    margin: 0 auto;
    padding: 4em 2em;
}

.home .title-en {
    font-size: 2.5em;
    line-height: 1;
    font-weight: 800;
    margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
    .home .inner {
        padding: 3em 1em;
    }

    .home .title-en {
        font-size: 2em;
    }
}

.home .titleicon {}

.home .titleicon::before {
    font-size: 2.8em;
    display: block;
    margin-bottom: .25em;
}

.home .title-jp {
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 1.5em;
}

.home .lead {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.15em;
    letter-spacing: .05em;
    font-weight: bold;
    line-height: 1.8;
    margin: 1.5em 0;
}

.home .slick-slide img {
    opacity: 0;
}

.home .slick-slide.slick-active img {
    opacity: 1;
}

.home .slick-slide.slick-active::before,
.home .slick-slide.slick-active::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
}

.home .slick-slide.slick-active::before {
    top: 62%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    width: 300px;
}

.home .slick-slide.slick-active::after {
    width: 100%;
    text-align: center;
    height: 20px;
    top: 54%;
    font-size: min(1.6em, 4vw);
    font-family: 'Open sans';
    font-weight: 600;
    color: #fff;
}

.home .slick-slide.slick-active.white {
    color: #fff;
}

.home .slick-slide.slick-active.black {
    color: #fff;
}


.home .slick-slide.slick-active.koden::before {
    background-image: url(/wp-content/uploads/2022/09/logo-koden-white.svg);
    height: 66px;
}

.home .slick-slide.slick-active.koden::after {
    content: '2024-2025 KODEN COLLECTION';
}

.home .slick-slide.slick-active.fredly::before {
    background-image: url(/wp-content/uploads/2022/08/fredly-logo-white.svg);
    height: 90px;
}

.home .slick-slide.slick-active.fredly::after {
    content: '2024-2025 FREDLY COLLECTION';
}

.home .slick-slide.slick-active.smahot::before {
    background-image: url(/wp-content/uploads/2022/09/logo-smahot-v-white.svg);
    height: 90px;
}

.home .slick-slide.slick-active.smahot::after {
    content: '2024-2025 smahot COLLECTION';
}

.home .slick-slide.slick-active.lifon::before {
    background-image: url(/wp-content/uploads/2021/10/logo-lifon.svg);
    height: 70px;
}

.home .slick-slide.slick-active.lifon::after {
    content: '2024-2025 Lifon COLLECTION';
}

.home .lead-s {
    font-size: 1.05em;
    line-height: 1.8;
    letter-spacing: .05em;
    margin-bottom: 2em;
}

.home .lead-s.summer {
    display: none;
}

.home .lead-s.summer.on {
    display: block;
}

.home .lead-s.winter {
    display: none;
}

.home .lead-s.winter.on {
    display: block;
}

/* summer main slide */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.home .summer #mainimg {
    width: 100%;
    max-width: 100vw;
}

.home .summer .main-slide-wrp {
    width: 100vw;
    position: relative;
    background-color: #d5dfe5;
    z-index: 2;
    padding-bottom: 280px;
    opacity: 0;
    animation: fadeIn .5s .25s forwards;
}

.home .summer .main-slide-wrp .slider .main {
    width: 100%;
    max-width: 100vw;
    max-height: 40vw;
    overflow: hidden;
    background-color: #222;
}

.home .summer .main-slide-wrp .slider .main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .summer .main-slide-wrp .slider .main.winter img {
    /* transform: translateY(-5vw); */
    margin-top: -5vw;
}

@media screen and (max-width:767px) {
    .home .summer .main-slide-wrp .slider .main {
        min-height: 360px;
        max-height: 100vw;
        position: relative;
    }

    .home .summer .main-slide-wrp .slider .main img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .home .summer .main-slide-wrp .slider .main.winter img {
        margin-top: 0;
    }
}

.home .summer .slick-list {
    overflow: visible;
}

.home .summer .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media screen and (max-width:767px) {
    .home .summer .slick-dots {
        bottom: auto;
        top: 68px;
        left: 0;
        text-align: right;
    }
}

.home .summer .main-slide-wrp .product {
    display: block;
    position: absolute;
    bottom: -10vw;
    right: 4vw;
    height: 30vw;
    z-index: 10;
}

.home .summer .main-slide-title {
    position: absolute;
    bottom: 4vw;
    left: 3vw;
    font-size: 2em;
    font-weight: bold;
    color: #fff;
    width: min(50vw, 600px);
    z-index: 10;
}

.home .summer a:hover .main-slide-title img {
    transform: scale(1);
}

.home .summer .main-slide-title .forsummer {
    display: block;
    width: 100%;
    padding: .5em .75em 0;
}

.home .summer .main-slide-title.winter {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    text-align: center;
    color: #fff;
    width: min(40vw, 520px);
    transform: translate(-50%, -20%);
    z-index: 10;
}

@media screen and (max-width:767px) {
    .home .summer .main-slide-title {
        top: 50%;
        bottom: auto;
        left: 50%;
        font-size: 1.2em;
        width: 70%;
        transform: translate(-50%, -40%);
        text-align: center;
    }

    .home .summer .main-slide-title.winter {
        width: 70%;
    }
}

.home .summer .main-slide-title.winter .forwinter {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1em 0;
}

.home .summer .main-slide-title.winter .forwinter-jp {
    display: block;
    width: 14em;
    margin: .5em auto 0;
    font-size: .65em;
    padding: .5em 1em;
    font-weight: bold;
    border: 2px solid;
}

.home .summer .main-slide-wrp .product.summer1 {
    right: 2vw;
    width: 25vw;
    height: 38vw;
    bottom: -18vw;
}

.home .summer .main-slide-wrp .product.summer2 {
    bottom: -15vw;
    width: 16vw;
}

.home .summer .main-slide-wrp .product.summer3 {
    width: 28vw;
    height: 38vw;
    bottom: -22vw;
    right: 0;
}

.home .summer .main-slide-wrp .product.koden {
    bottom: 1vw;
    width: 10vw;
    height: 5vw;
    right: 2vw;
}

@media screen and (max-width:767px) {
    .home .summer .main-slide-wrp .product.summer1 {
        width: 100%;
        height: 55vw;
        bottom: -20vw;
        right: 0;
    }

    .home .summer .main-slide-wrp .product.summer2 {
        width: 100%;
        bottom: -13vw;
        right: 0;
        padding-left: 3.5vw;
    }

    .home .summer .main-slide-wrp .product.summer3 {
        width: 100%;
        height: 60vw;
        bottom: -26vw;
        right: 0;
        padding-left: 5vw;
    }

    .home .summer .main-slide-wrp .product.koden {
        width: 30vw;
        height: 12vw;
        bottom: -10vw;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

.home .summer .main-slide-wrp a:hover .product.koden img {
    transform: scale(1);
}

.home .summer .main-slide-wrp #mainimg .product img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width:767px) {
    /* .home .summer .main-slide-wrp  #mainimg .product img{
        width:100%;
        height:auto;
    } */
}

.contents-wrp {
    margin-bottom: 0;
}

.concept-wrp {
    background-color: #f9f9f9;
}

.home main {
    width: 100%;
    overflow: hidden;
    padding-top: 0;
}

/* summer concept bg */
.summer .concept-wrp {
    width: 100%;
    max-width: 100vw;
    background-color: transparent;
    position: absolute;
    bottom: -280px;
    z-index: 10;
}

.concept-wrp .lead-s {
    line-height: 2.2em;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .home .lead-s {
        font-size: .9em;
        line-height: 2em;
    }

    .home .summer .lead-s {
        padding-top: 6em;
    }

    .home .lead {
        font-size: 1em;
    }
}

.home-winter .lineup-wrp {
    padding-top: 3em;
}

/* summer product */

.home-summer .lineup-wrp {
    padding-top: 6em;
}

.season-title {
    font-size: 1.8em;
    font-weight: 700;
    margin: 0 auto 1em;
}

.summer .winter-wrp .season-title {
    margin: 0 auto 2.5em;
}

.summer-wrp {
    padding-top: 4em;
    padding-bottom: 4em;
}

.home-winter .summer-wrp {
    background-color: #f5f8f8;
}

.summer-wrp .summer-banner {
    width: 100%;
    max-width: 800px;
    margin: 1em auto;
}

.winter-wrp {
    padding-top: 4em;
    background-color: #fef9f3;
}

.summer .winter-wrp {
    padding-top: 0;
    background-color: #fef9f3;
}

.home-winter {
    padding-top: 1em;
    /* padding-bottom: 5em; */
}

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

    .summer-wrp,
    .winter-wrp {
        padding: 1.5em;
    }
}

.winter-wrp .line-up-brand-wrp {
    max-width: var(--main_w);
    margin: 0 auto;
}

/* .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child){
    margin-left:0;
} */

/* .lineup-wrp .line-up-brand.koden{
    background-color:#f9f9f9;
}
.lineup-wrp .line-up-brand.fredly{
    background-color:#f6eeee;
}
.lineup-wrp .line-up-brand.smahot{
    background-color:#eef6f4;
} */
.lineup-wrp .line-up-brand {
    position: relative;
    padding-bottom: 4em;
}

.lineup-wrp .line-up-brand .thumb {
    width: 100%;
    height: 0;
    /* padding-bottom:56%; */
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.home-summer .lineup-wrp .line-up-brand.lifon .thumb,
.home-winter .lineup-wrp .line-up-brand.lifon .thumb {
    padding-bottom: 45%;
}

.lineup-wrp .line-up-brand .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.lineup-wrp .line-up-brand .logo figure {
    display: block;
    width: 100%;
    height: 100px;
}

.lineup-wrp .line-up-brand.koden .logo figure {
    padding: 25px 0;
}

.lineup-wrp .line-up-brand.fredly .logo figure {
    padding: 10px 0;
}

.lineup-wrp .line-up-brand.lifon .logo figure {
    padding: 5px 0;
}

.lineup-wrp .line-up-brand .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lineup-wrp .caption {
    font-size: 1em;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    .lineup-wrp .caption {
        font-size: .9em;
        margin-bottom: 2em;
    }

    .lineup-wrp .wp-block-image.logo {
        margin-bottom: .75em;
    }
}

.lineup-wrp.lifon-wrp {
    background-color: #f4f2ea;
    padding: 0 0 5em;
}

.lifon-wrp .line-up-brand.lifon {
    width: 100%;
    max-width: 1100px;
    padding: 4em 1.5em;
}

/* button */
.home .line-up-brand .wp-block-buttons {
    display: flex;
    width: 90%;
    justify-content: center;
    gap: 2%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.home .line-up-brand.lifon .wp-block-buttons {
    width: 60%;
}

@media screen and (max-width:767px) {
    .home .line-up-brand.lifon .wp-block-buttons {
        width: 100%;
    }

}

.home .line-up-brand .wp-block-buttons>.wp-block-button {
    display: block;
    width: 46%;
}

.home .line-up-brand .wp-block-buttons>.wp-block-button.hide {
    /* display: none; */
}

.home .line-up-brand .wp-block-button__link {
    color: #222;
    background-color: transparent;
    border: 1px solid #999;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    line-height: 1.6;
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    transition: all .2s ease;
    position: relative;
}

.home .line-up-brand .wp-block-button__link::after {
    content: '';
    width: .5em;
    height: .5em;
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%) rotate(45deg);
}

.home .line-up-brand .wp-block-button__link:hover {
    background-color: #222;
    border: 1px solid #222;
    color: #fff;
}

.choose-wrp {
    background-color: #e6d4d0;
    padding: 4em 1em;
}

.choose-wrp .btn {
    display: block;
    margin-top: 4em;
}

.choose-wrp .btn a {
    padding: 1em 5em;
}

.technology-wrp,
.about-wrp {
    min-height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.technology-wrp .wp-block-group,
.about-wrp .wp-block-group {
    position: relative;
    z-index: 2;
}

.technology-wrp .btn a,
.about-wrp .btn a {
    padding: 1em 5em;
    background-color: rgba(255, 255, 255, .5);
}

.technology-wrp .btn a:hover,
.about-wrp .btn a:hover {
    padding: 1em 5em;
    border-color: #222;
    background-color: #222;
}

.technology-wrp .bgimg,
.about-wrp .bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    margin: 0;
    padding: 0;
}

.technology-wrp .wp-block-image.bgimg img,
.about-wrp .wp-block-image.bgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.technology-wrp {
    background-color: #f3f3f3;
    margin: 0 !important;
}

.about-wrp {
    background-color: #c0d0d2;
    margin: 0 !important;
}

.store-wrp {
    background-color: #efe7da;
    padding: 4em 1em;
}

.store-btn-wrp {
    width: 100%;
    max-width: 680px;
    text-align: center;
    margin: 2em auto 0;
}

.store-btn-wrp .btn {
    margin: .5em 0;
}

.store-btn-wrp .btn a {
    min-width: 300px;
    border: 1px solid #000;
    position: relative;
}

.news-wrp {
    padding: 4em 1em;
}

.entry-news-wrp {
    width: 100%;
    max-width: 980px;
    margin: 2em auto;
}

.entry-news-wrp .columns-4 .entry {
    margin-bottom: 1%;
}

.entry-news-wrp .columns-4 .entry .thumb-wrp .thumb::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .05);
}

.entry-news-wrp .entry-meta {
    padding: 1em 1em .5em;
    font-size: .9em;
}

.entry-news-wrp .entry-meta .cat-notice {
    display: inline-block;
    background-color: var(--color_red);
    font-size: .8em;
    line-height: 1;
    padding: .5em 1em .6em;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

@media screen and (max-width: 767px) {
    .entry-news-wrp .columns-4 .entry {
        margin-bottom: 2%;
        display: flex;
        justify-content: space-between;
    }

    .entry-news-wrp .columns-4 .entry .thumb-wrp {
        width: 25%;
    }

    .entry-news-wrp .columns-4 .entry .thumb-wrp .thumb {
        padding-bottom: 100%;
    }

    .entry-news-wrp .columns-4 .entry .entry-meta-wrp {
        width: 70%;
    }

    .entry-news-wrp .columns-4 .entry .entry-meta {
        padding: 0;
    }

    .entry-news-wrp .entry-meta .cat-notice {
        position: static;
        margin-bottom: 1em;
    }

}