@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hi+Melody&display=swap');

#monoa-lp,
#monoa-content {
    font-family: 'Noto Sans JP';
}

#monoa-lp picture img {
    max-width: 100%;
    display: block;
    height: auto;
}

.sp-br {
    display: none;
}

.gr_freespace_01 br+br {
    display: block;
    line-height: normal;
    margin: 0;
}

h1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.4;
    width: 100%;
    display: block;
}

h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.4;
}

/* ナビゲーション */
.c_d_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c_nav_item {
    flex: 0 1 32%;
}

.c_nav_item a {
    display: inline-block;
    width: 100%;
    padding: 10px 10px 5px;
    color: #333;
    font-size: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #fff;
    border: 8px #e9e9e9 solid;
    line-height: 1.8;
    text-decoration: none;
    text-align: center;
    transition-duration: .5s;
}

.c_nav_item a p {
    overflow: hidden;
    border-radius: 3px;
    /* height: 100px !important; */
    aspect-ratio: 320 / 100;
    padding: 0 !important;
    margin: 0 !important;
}

.c_nav_item span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
}

.c_nav_item span.nav_tit {
    font-weight: 500;
}

.c_nav_item img {
    width: 100%;
    transition-duration: 0.5s;
    /* height: 100%; */
    height: auto;
    object-fit: contain;
}

.c_d_flex {
    padding-left: 0;
    list-style-type: none;
}

.japan_nav .c_nav_item:nth-child(4),
.japan_nav .c_nav_item:nth-child(5),
.japan_nav .c_nav_item:nth-child(6) {
    margin-top: 15px;
}


/* トップ */
#monoa-category_top {
    text-align: center;
}

#monoa-category_top p img {
    display: block;
    margin: 70px 0 50px 0;
}

#monoa-category_top p.monoa_logo {
    display: block;
    margin: 40px 0;
}

#monoa-category_top h1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.4;
}

#monoa-category_top p.cate-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal !important;
    font-size: 18px !important;
    text-align: center;
    margin-bottom: 20px;
    line-height: 2.5;
}


.gallery {
    margin: 40px auto;
    max-width: 960px;
    padding: 0 15px;
}

.gallery_main {
    margin-bottom: 10px;
}

.gallery_main img {
    width: 100%;
    height: auto;
    display: block;
}

.gallery_container {
    display: flex;
    gap: 20px;
}

.gallery_item {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.gallery_item a {
    display: block;
}

.gallery_item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.gallery_item a:hover img {
    transform: scale(1.03);
}

/* 文字アニメーション */
.cozy_text {
    position: absolute;
    top: 80%;
    left: 0;
    transform: rotate(-5deg) translateY(20px) !important;
    font-family: "Hi Melody", serif, sans-serif;
    color: #000;
    font-size: 2rem;
    font-weight: normal;
    text-align: left;
    line-height: 1;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    white-space: nowrap;
    transform: rotate(-5deg) translateY(0);
    /* ★アニメーション開始時の位置に設定 */
    opacity: 0 !important;
    transition: opacity 1.0s ease-out, transform 1.0s ease-out;/
}

/* .fadein_target {
    opacity: 1; 
    transform: none; 
    transition: none;
} */

.fadein_target.is-visible .cozy_text {
    opacity: 1 !important;
    transform: rotate(-5deg) translateY(0) !important;
}

.is-visible {
    opacity: 1;
    /* 不透明に戻る */
}


/* セクション */
#monoa-lp section[id]:not(.coordination_wrap):not(#secRankingWrap) {
    text-align: center;
    padding-top: 0;
    padding-bottom: 200px;
}

#kagu {
    padding-top: 40px !important;
}

#monoa-lp section[id]>h1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #333333;
    display: inline-block;
    width: auto;
    text-align: center;
}

#monoa-lp section[id]>h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: center;
}

#monoa-lp section[id] .section-desc {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    font-weight: normal !important;
    text-align: center;
    line-height: 2;
    margin-bottom: 40px;
}


/* コーディネート */
.coordination_wrap {
    background-color: #e9e9e9;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 40px 0;
}

.coordination_wrap .wrap_inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
}

.coordination_wrap .photo-frame.photo-frame {
    background: #ffffff;
    padding: 15px;
    display: block;
    max-width: 750px;
    width: 90%;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.coordination_wrap .photo-frame img {
    max-width: 100%;
    height: auto;
    display: block;
}

.coordination_wrap #secRankingWrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 20px;
}

.coordination_wrap #secRankingWrap .rankItem:before,
.coordination_wrap #secRankingWrap .rankItem:after {
    content: none !important;
    display: none !important;
}

/* 商品一覧 */
.lineup {
    margin-top: 80px;
    margin-bottom: 100px;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
}

.product-item {
    flex-basis: calc(33.333% - 20px);
    flex-grow: 1;
    max-width: calc(33.333% - 20px);
    text-align: left;
    margin-bottom: 0;
}

.product-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

/* 商品情報 */
.product-info-wrapper {
    display: block;
    padding-top: 2px;
    margin-bottom: 0;
}

.product-detail-left {
    display: block;
}

.product-type {
    font-size: 0.8rem;
    font-weight: 500;
    color: #aaa;
    line-height: 1;
    margin: 2px 0 4px 0;
    padding: 0;
    /* margin-bottom: 4px; */
}

.product-name {
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    line-height: 1;
    margin: 0;
}

.product-price {
    font-size: 1.1rem;
    font-weight: 700;
    color: #AF1212;
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
}

.min {
    font-size: 0.7rem;
}

.feature-list {
    max-width: 960px;
    margin: 0 auto 50px auto;
    gap: 30px;
    padding: 20px 10px;
}

.feature-item {
    text-align: center;
    flex-basis: calc(25% - 22.5px);
    flex-grow: 1;
}

.feature-item img {
    width: 160px;
    height: 160px;
    display: block;
    margin: 0 auto 10px auto;
    object-fit: cover;
}

.feature-item p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

/* ＝＝スマホレイアウトここから↓＝＝ */
@media screen and (max-width: 480px) {

    #monoa-lp {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #monoa-lp picture {
        margin-left: -20px !important;
        margin-right: calc(50% - 50vw);
        width: 100vw !important;
        margin: 0;
        display: block;
    }

    /* ナビゲーション */
    .japan_nav {
        margin-top: 20px !important;
        justify-content: flex-start;
        column-gap: 7px;
        row-gap: 7px;
        padding-top: 0;
        margin: 0 calc(50% - 50vw);
        padding-bottom: 15px;
    }

    .c_nav_item li {
        margin-bottom: 0 !important;
    }

    .c_nav_item a {
        padding: 3px;
        font-size: max(11px, 3.2vw);
        border: 6px #e9e9e9 solid;
        line-height: 1.7;
        font-weight: 500;
    }

    .c_nav_item a p {
        border-radius: 2px;
        /* height: 65px !important; */
        aspect-ratio: 320 / 100;
        margin: 0 !important;
        padding: 0 !important;
        /* margin-bottom: 3px !important; */
    }

    .c_nav_item {
        flex: 0 0 calc(33.333% - 4.6667px);
    }

    .c_nav_item img {
        height: auto;
        width: 100%;
        object-fit: contain;
    }

    .c_nav_item span {
        font-size: 0.75rem;
        font-weight: 500;
        margin-top: 2px;
    }

    .japan_nav .c_nav_item:nth-child(4),
    .japan_nav .c_nav_item:nth-child(5),
    .japan_nav .c_nav_item:nth-child(6) {
        margin-top: 0;
    }

    /* トップ */
    #monoa-category_top p.monoa_logo {
        margin-bottom: 0 !important;
    }

    #monoa-category_top p img {
        display: block;
        margin: 50px 0;
    }

    #monoa-category_top p.cate-text {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 0.9rem !important;
        line-height: 2;
    }

    #monoa-category_top p.monoa_logo img {
        display: block;
        margin: 20px auto 10px auto;
        ;
    }

    .sp-br {
        display: block !important;
    }

    #pg-main>a:first-child {
        width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        padding-right: 5px !important;
    }

    #monoa-category_top h1 {
        font-size: 1.3rem;
        line-height: 2;
        margin-top: 0 !important;
        margin-bottom: 20px;
    }

    /* .cate-text {
        font-size: 1rem;
        line-height: 2;
    } */


    .gallery_container {
        gap: 10px;
    }

    .gallery_item {
        width: 100%;
    }

    /* 文字アニメーション */
    .cozy_text {
        font-size: 0.9rem;
        top: 80%;
        left: 0;
        white-space: normal;
        width: 90%;
        transform: rotate(-3deg) translateY(20px) !important;
        opacity: 0 !important;
    }

    .fadein_target.is-visible .cozy_text {
        opacity: 1 !important;
        transform: rotate(-3deg) translateY(0) !important;
    }

    /* セクション */
    #monoa-lp section[id]:not(.coordination_wrap):not(#secRankingWrap) {
        text-align: center;
        padding-top: 0;
        padding-bottom: 150px !important;
    }

    #kagu {
        padding-top: 40px !important;
    }

    #monoa-lp section[id]>h1 {
        font-size: 1.3rem;
        padding-bottom: 5px;
        margin-bottom: 3px;
        letter-spacing: 0.1rem;
    }

    #mmonoa-lp section[id]>h2 {
        font-size: 1.2rem;
        margin-top: 3px;
        margin-bottom: 15px;
    }

    #monoa-lp section[id] .section-desc {
        font-size: 0.85rem;
        line-height: 2;
        margin-bottom: 30px;
    }

    /* コーディネート */
    .coordination_wrap {
        padding: 20px 0;
    }

    .coordination_wrap .photo-frame.photo-frame {
        padding: 10px;
        max-width: 90%;
    }

    .coordination_wrap #secRankingWrap {
        max-width: 100%;
        padding: 20px 10px;
        margin: 0 auto;
    }

    /* 商品一覧 */
    .lineup {
        margin-top: 60px;
        margin-bottom: 0;
    }

    .product-list {
        justify-content: flex-start;
        column-gap: 15px;
        row-gap: 30px;
        padding: 0;
    }

    .product-item {
        flex-basis: calc(50% - 7.5px);
        flex-grow: 1;
        max-width: calc(50% - 7.5px);
        margin-bottom: 0;
    }

    .product-item img {
        width: 100%;
        height: auto;
        object-fit: contain;
        margin-bottom: 0px;
    }

    /* 商品情報 */
    .product-info-wrapper {
        display: block;
        padding-top: 3px;
        margin-bottom: 0;
    }

    .product-detail-left {
        display: block;
        margin-bottom: 1px;
    }

    .product-type {
        font-size: 0.7rem;
        font-weight: 500;
        line-height: 1;
        margin: 0;
        padding-bottom: 1px;
        margin-bottom: 2px !important;
    }

    .product-name {
        font-size: 1rem;
        font-weight: normal;
        line-height: 1;
        margin-top: 0;
    }

    .product-price {
        font-size: 0.9rem;
        font-weight: 700;
        margin-top: 0 !important;
        text-align: right;
    }

    .feature-list {
        gap: 15px;
        margin: 0 auto 30px auto;
        padding: 10px 15px;
    }

    .feature-item {
        flex-basis: calc(50% - 7.5px);
        flex-grow: 1;
        margin-bottom: 20px;
    }

    .feature-item img {
        width: 140px;
        height: 140px;
        margin-bottom: 5px;
    }

    .feature-item p {
        font-size: 0.9rem;
    }

}

/* item_h を左寄せ（外部CSSに勝つため強化） */
.coordination_wrap .item_h {
    text-align: left !important;
    display: block;
}

.pg-title h1 {
    text-align: left !important;
}