@charset "utf-8";
/* CSS Document */

.top_comm_h2{
    font-size: 13px;
    text-align: left;
}

/*--------------------------------------

header白用CSS

-----------------------------------------*/
#header_temp,
#header_temp a,
#js__btn::after{
    color: #fff !important;
}
#header_temp .comm_flex #h_logo img,
#header_temp .comm_flex #h_navi ol li img,
#h_navi ul li .item-content p a:after{
    filter: none !important;
}
#header_temp.scrolled,
#header_temp.scrolled a,
#header_temp.scrolled #js__btn::after{
    color: inherit !important;
}
#header_temp.scrolled .comm_flex #h_navi ol li img,
#header_temp.scrolled .comm_flex #h_logo img,
#header_temp.scrolled #h_navi ul li .item-content p a:after{
    filter: invert(100%) !important;
}
#js__btn .menu-btn-line::before, 
#js__btn .menu-btn-line::after{
    background: #fff !important;
}   
#header_temp.scrolled #js__btn .menu-btn-line::before, 
#header_temp.scrolled #js__btn .menu-btn-line::after{
    background: var(--base-color) !important;
}  

.open #header_temp, 
.open #header_temp a, 
.open #header_temp .comm_flex #h_navi ol li a, 
.open #js__btn::after{
    color: inherit !important;
}

.open #js__btn .menu-btn-line::before, 
.open #js__btn .menu-btn-line::after{
    background-color: var(--base-color) !important;
}
.open #header_temp .comm_flex #h_logo img, 
.open #header_temp .comm_flex #h_navi ol li img {
    filter: invert(100%) !important;
}







#Wrap{
    padding-top: 0 !important;
}

#luty_top_about{
    margin-top: 1em;
    padding-bottom: 5em;
    border-bottom: 1px solid;
}

#luty_top_about .comm_flex{
    align-items: normal;
}
#luty_top_about .box{
    width: 28%;
    text-align: left;
    position: relative;
}
#luty_top_about .box h2{
    text-align: left;
}
#luty_top_about .box .text{
    position: absolute;
    bottom: 0;
}

#luty_top_about .box .text p{
    margin-bottom: 2em;
}

#luty_top_about .box .text h3{
    margin-top: 5em;
    font-size: clamp(1.8rem, 1.145rem + 1.81vw, 2.5rem);
}


#luty_top_about .image{
    width: 43%;
}

#luty_top_about .about_btn{
    position: relative;
    width: 20%;
}

#luty_top_about .about_btn .luty_comm_btn{
    position: absolute;
    width: 100%;
    bottom: 0;
}



#luty_top_lineup {
    margin-left: 5%;
}

#luty_top_lineup .comm_flex{
    align-items: flex-start;
}

#luty_top_lineup .comm_flex h2{
    width: 15%;
    text-align: left;
}

#luty_top_lineup .comm_flex .bnr{
    width: 83%;
    max-width: 1800px;
    text-align: left;
}
#luty_top_lineup .comm_flex .bnr .box{
    position: relative;
    margin-bottom: 1%;
}
#luty_top_lineup .comm_flex .bnr .box h3{
    position: absolute;
    bottom: 0.8em;
    left: 0.8em;
    font-size: clamp(1.8rem, 1.388rem + 1.43vw, 3rem);
    color: #fff;
    text-align: left;
}
#luty_top_lineup .comm_flex .bnr .box h3 span{
    display: block;
    font-size: 50%;
}
#luty_top_lineup .comm_flex .bnr .comm_flex {
    justify-content: left;
}
#luty_top_lineup .comm_flex .bnr .comm_flex .box {
    width: 30%;
    margin-right: 1%;
}

#luty_top_lineup .comm_flex .bnr .box.subsc{
    width: 61%;
}




#luty_top_juornal{
    background: #bebebe;
    color: #fff;
    padding: 5em 0;
    text-align: left;
    padding-left: 5%;
}

#luty_top_juornal h2{
    margin-bottom: 5em;
}


#luty_top_juornal .comm_flex{
    align-items: normal;
    justify-content: left;
    margin-bottom: 3em;
}

#luty_top_juornal .block{
    width: 45%;
    max-width: 750px;
    margin-right: 1%;
}

#luty_top_juornal .box{
    margin-right: 5%;
    margin-bottom: 2em;
    position: relative;
}

#luty_top_juornal .block:nth-of-type(2){
    width: 53%;
    max-width: none;
}

#luty_top_juornal .block.comm_flex .box{
    width: 45%;
    max-width: 450px;
}

    
#luty_top_juornal .box h3{
    margin-bottom: 1.2em;
}

#luty_top_juornal .box h3:before{
    content: "・"
}

#luty_top_juornal .box .text{
    position: relative;
}

#luty_top_juornal .box p{
    margin-top: 0.5em;
    width: 68%;
}

#luty_top_juornal .box p span{
    margin-bottom: 0.8em;
    display: block;
}


#luty_top_juornal .block.comm_flex .maga_wrapp{
    background: #e8e5e1;
    aspect-ratio: 1 / 1;
    position: relative;
}
#luty_top_juornal .block.comm_flex .maga_wrapp img{
    position: absolute;
    inset: 0;
    margin:auto;
    height: fit-content;
    width: 60%;
    height: auto;
}


/* ボタン */

#luty_top_juornal .luty_comm_btn{
    margin: auto;
    mix-blend-mode: color-dodge;
    width: 60%;
    max-width: 250px;
    padding-left: 1.8em;
}

#luty_top_juornal .box .luty_comm_btn{
    position: absolute;
    margin-left: auto;
    margin-right: 0;
    width: 30%;
    max-width: 55px;
    margin-top: 0.5em;
    right: 0;
    top: 0;
    padding-left: 0;
}

#luty_top_juornal .box .luty_comm_btn img{
    filter: brightness(0) invert(1);
}

#luty_top_juornal .box .luty_comm_btn a{
    padding: 0.3em 0.8em 0.5em;
        text-align: center;
}

#luty_top_juornal .box .luty_comm_btn a:after{
    width: 0;
    margin-right: 0;
    position: initial;
}



/*-------------------------------------

レビュー

------------------------------------------*/

#luty_top_review{
    background: #d7d6d1;
    padding: 5em 0;
}
#luty_top_review h2{
    margin-bottom: 5em;
}

#luty_top_review .comm_flex{
    align-items: start;
}

#luty_top_review .block{
    width: 48%;
}



/* -------- アコーディオン --------- */

#luty_top_review .accordion {
	margin:0 auto 150px;
    line-height:1.4;
    text-align:left;
	border-bottom: 1px solid;
}

#luty_top_review .accordion dt {
  cursor: pointer;
  line-height:2.0;
  position:relative;
  padding:15px 3px;
  border-top:1px solid;
}

#luty_top_review .accordion dt .ttl{
    font-weight: 600;
}

#luty_top_review .accordion dt .meta{
    font-size: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#luty_top_review .accordion dt:after {
	content:"";
    background: url("../../../Contents/ImagesPkg/luty2026/comm/open.png") no-repeat;
	right:10px;
	position:absolute;
	top:0.5em;
    width: 15%;
    max-width: 45px;
    aspect-ratio: 60 / 31;
    background-size: contain;
    
}

#luty_top_review .accordion dt.active:after{
    background: url("../../../Contents/ImagesPkg/luty2026/comm/close.png") no-repeat;
    background-size: contain;
}

#luty_top_review .accordion dd{
	display:none;
	font-size:14px;
	line-height:2.0;
	margin:0 0 55px 8px;
	padding-top:5px;
}

#luty_top_review .accordion dd p{
    margin-bottom: 20px;
}






























@media only screen and (max-width: 789px) { 

    #luty_top_about{
        margin-top: 4em;
    }

    #luty_top_about .box{
        width: 100%;
        margin: auto;
        position: static;
        display: contents;
    }

    #luty_top_about .box h2{
        margin-bottom: 4em;
        order: 1;
    }
    #luty_top_about .box .text{
        position: static;
        width: 100%;
        order: 3;
        margin-bottom: 4em;
    }

    #luty_top_about .box .text h3{
        margin-top: 3em;
    }

    #luty_top_about .image{
        width: 100%;
        order: 2;
        margin-bottom: 4em;
    }
    #luty_top_about .about_btn{
        position: static;
        width: 100%;
        order: 4;
    }

    #luty_top_about .about_btn .luty_comm_btn{
        position: static;
        width: 70%;
    }

    #luty_top_lineup .comm_flex h2 {
        width: 100%;
        margin-bottom: 4em;
    }
    #luty_top_lineup .comm_flex .bnr {
        width: 100%;
    }
    #luty_top_lineup .comm_flex .bnr .comm_flex {
        justify-content: space-between;
        margin: 0 5% 0 0;
    }
    #luty_top_lineup .comm_flex .bnr .comm_flex .box{
        width: 49%;
        margin: 0 0 1%;
    }

    #luty_top_lineup .comm_flex .bnr .comm_flex .box img{
        aspect-ratio: 1/1;
        overflow: hidden;
        object-fit: cover;
    }
    #luty_top_lineup .comm_flex .bnr .box.subsc {
        width: 95%;
    }




    /*-------------------------------------

    JOURNAL

    ------------------------------------------*/
    #luty_top_juornal{
        padding-right: 5%;
    }
    #luty_top_juornal .block{
        width: 100%;
        margin: auto;
    }

    #luty_top_juornal .box{
        margin-right: 0;
        margin-bottom: 3em;
        display: flex;
        flex-direction: column;
    }

    #luty_top_juornal .block:nth-of-type(2){
        width: 100%;
        justify-content: space-between;
    }

    #luty_top_juornal .block:nth-of-type(2) .box {
        width: 46%;
    }
    #luty_top_juornal .block:nth-of-type(2) .box .text {
        position: static;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
    #luty_top_juornal .block:nth-of-type(2) .box p {
        width: 100%;
        flex-grow: 1; 
    }
    #luty_top_juornal .block .box .text .luty_comm_btn{
        margin-top: 1em;
    }
    #luty_top_juornal .block:nth-of-type(2) .box .text .luty_comm_btn{
        position: static;
        width: 41%;
    }

    #luty_top_review .block{
        width: 100%;
    }

    #luty_top_review .block dt time{
        width: 100%;
    }





}


