@charset "utf-8";
/* CSS Document */
div, form, h1, h2, h3, h4, ul, li, dl, dt, dd, p{
    line-height: 1.6;
}
#header_temp{
    position: fixed;
    width: 100%;
    background-color: transparent; 
    transition: background-color 0.3s ease; /* アニメーションを滑らかに */
    z-index: 1000;
}

/* スクロール後に付与するクラス */
#header_temp.scrolled {
    /*background-color: rgba(252,252,252,0.08);*/
    background: rgba(234, 232, 229,0.8);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05); 
}

#header_temp #free{
    background: #3f3f3f;
    color: #fff;
    padding: 0.5em 0;
    font-size: 82%;
}

#header_temp .comm_flex #h_logo{
    width: 23%;
    max-width: 180px;
    margin-top: 1em;
}

#header_temp .comm_flex #h_logo img{
    max-width: 170px;
    padding: 0 1em;
    box-sizing: border-box;
    filter: invert(100%);
}

#header_temp .comm_flex #h_navi{
    width: 75%;
    max-width: 920px;
    border-bottom: 1px solid;
}

#h_navi > ul{
  width: 73%;
  position: relative; 
  display: flex;
  justify-content: space-evenly;
}
#h_navi > ul > li{
/*  display: flex;
  align-items: center;
  justify-content: center;
*/
    width: 24%;
}

#h_navi ul li > a{
    display: block;
    padding: 1.5em 0;
    position: relative;
}

#h_navi ul > li:nth-of-type(2) > a:before,
#h_navi ul > li:nth-of-type(2) > a:after{
    position: absolute;
    content: "";
    display: block;
    bottom: 10px;
    left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
}

#h_navi ul > li:nth-of-type(2) > a:before{
    width: 15%;
    border-top: 1px solid;
    height: 1px;
}

#h_navi ul > li:nth-of-type(2) > a:after{
    display: block;
    border-left: 1px solid;
    height: 10px;
    bottom: 7px;
}



#h_navi .item-content {
    width: 137%;
    margin-top: -1px;
    position: absolute; 
    left: 0px;
    top: 117%;
    box-sizing: border-box;
    z-index: 9999;
    border-bottom: 1px solid;
    padding: 0.1em 0 1em;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
}


#h_navi ul li:hover .item-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#header_temp.scrolled .item-content{
    background: rgba(234, 232, 229, 0.8);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05); 
}












#h_navi ul li .item-content p{
    margin: auto;
}

#h_navi ul li .item-content p a{
    position: relative;
    display: block;
    padding: 1.2em 0 2em;
}

#h_navi ul li .item-content p a:after{
    position: absolute;
    content: "";
    display: inline-block;
    background: url("../../../Contents/ImagesPkg/luty2026/comm/btn.png") no-repeat;
    width: 60%;
    background-position: center;
    aspect-ratio:32/21;
    filter: invert(100%);
    left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    bottom: -3px;
    height: 30px;
}



#header_temp .comm_flex #h_navi ol{
    width: 27%;
    border-left: 1px solid;
    box-sizing: border-box;
    font-size: clamp(1.3rem, 1.113rem + 0.52vw, 1.5rem);
}

#header_temp .comm_flex #h_navi ol li:not(:last-of-type){
    border-bottom: 1px solid;
}

#header_temp .comm_flex #h_navi ol li a{
    display: block;
    padding: 0.7em 0;
}

#header_temp .comm_flex #h_navi ol li#luty_cart{
    position: relative;
}

#header_temp .comm_flex #h_navi ol li img{
    max-width: 22px;
    width: 20%;
    position: absolute;
    right: 10%;
    top:30%;
    filter: invert(100%);
}

#js__btn{
    display: none;
}































/*---------------------------------------------------------------------

フッター

--------------------------------------------------------------------------*/


footer{
    background: #ebe8e5;
    padding: 4em 0 0.5em;
    /*margin-top: 8em;*/
}

footer #temp_service{
    max-width: 900px;
    align-items: flex-start;
}

footer #temp_service dl{
    width: 23%;
}

footer #temp_service dt{
    text-align: center;
    margin-bottom: 0.8em;
    font-size: clamp(1.6rem, 1.413rem + 0.52vw, 1.8rem);
}

footer #temp_service dt img{
    width: 60%;
    max-width: 120px;
    margin: auto;
}


footer #temp_service dd{
    text-align: center;
    line-height: 1.5;
    font-size: clamp(1.2rem, 1.013rem + 0.52vw, 1.4rem);
}

footer #f_navi{
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-top: 4em;
    align-items: normal;
}

footer #f_navi .w85{
    width: 85%;
    margin: auto;
}

footer #f_navi #f_logo{
    width: 20%;
    padding-top: 3em;
}

footer #f_navi #f_logo img{
    width: 70%;
    max-width: 160px;
    margin: auto;
}






footer #f_navi #f_text_navi{
    width: 52%;
    padding: 3em 0 4.5em;
    box-sizing: border-box;
    border-left: 1px solid;
    border-right: 1px solid;
}

footer #f_navi #f_text_navi .w85{
    max-width: 680px;
}

footer #f_navi #f_text_navi .comm_flex{
    align-items: flex-start;
}

footer #f_navi #f_text_navi .comm_flex dl:nth-of-type(1) dd {
    display: none;
}

footer #f_navi #f_text_navi .comm_flex dt {
    margin-bottom: 3em;
}

footer #f_navi #f_text_navi .comm_flex dd{
    margin-bottom: 1.2em;
    padding-left: 1.5em;
    font-size: clamp(1.3rem, 1.113rem + 0.52vw, 1.5rem);
}

footer #f_navi #f_text_navi .comm_flex dd:before{
    content: "―";
    text-indent: -1.5em;
    padding-left: 0.2em;
    display: inline-block;
}







footer #f_navi #f_info{
    width: 28%;
    padding: 3em 0;
    box-sizing: border-box;
}

footer #f_navi #f_info{
    
}

footer #f_navi #f_info dt {
    margin-bottom: 3em;
}

footer #f_navi #f_info dd{
    margin-bottom: 1.2em;
}




footer #footer{
    position: relative;
}

footer #footer div.comm_flex{
    flex-direction: row-reverse;
    padding: 1.2em 0px 0.8em;
}

footer #footer ol{
    width: 65%;
    max-width: 460px;
    text-align: right;
    font-size: clamp(1.1rem, 1.006rem + 0.26vw, 1.2rem);
}

footer #footer p{
    width: 30%;
    font-size: clamp(1rem, 0.906rem + 0.26vw, 1.1rem);
}

footer #footer #f-sns{
    width: 12%;
    max-width: 180px;
    margin: auto;
    position: absolute;
    justify-content: center;
    padding: 0;
    margin-top: -50px;
}

footer #footer #f-sns div{
    margin: auto;
}

footer #footer #f-sns i{
    font-size: 25px;
}



























@media only screen and (max-width: 789px) { 
#js__btn{
    display: flex;
}

#header_temp .comm_flex #h_logo{
    width: 40%;
}

#header_temp .comm_flex #h_logo img{
    max-width: 100%;
}


#header_temp .comm_flex #h_navi{
    width: 50%;
    max-width: 300px;
}
#h_navi > ul{
    display: none;
}
#header_temp .comm_flex #h_navi ol{
    width: 68%;
    border-left: none;
    border-right: 1px solid
}


footer #temp_service{
    justify-content: space-evenly;
}
footer #temp_service dl {
    width: 48%;
    margin-bottom: 2em;
}

footer #f_navi{
    border-bottom: none;
}

footer #f_navi #f_logo{
    width: 100%;
    padding-bottom: 2em;
}
footer #f_navi #f_text_navi{
    width: 100%;
    border-bottom: 1px solid;
    border-left: none;
    border-right: none;
    padding-bottom: 2em;
}
footer #f_navi #f_text_navi .comm_flex dl{
    width: 48%;
}
footer #f_navi #f_text_navi .comm_flex dl:nth-of-type(1) dd {
    display: block;
    padding: 0;
    font-size: inherit;
    margin-bottom: 3em;
}
footer #f_navi #f_text_navi .comm_flex dl:nth-of-type(1) dd:before {
    content: "";
    padding-left: 0;
    text-indent: 0;
}
footer #f_navi #f_text_navi .comm_flex dl:nth-of-type(3){
    display: none;
}
footer #f_navi #f_info{
    width: 100%;
    padding-bottom: 0;
}
footer #footer.comm_w90{
    width: 100% !important;
    padding-top: 0;
}
footer #footer div.comm_flex{
    flex-direction: inherit;
}
footer #footer ol{
    width: 85%;
    text-align: left;
    max-width: none;
    margin: auto;
}
footer #footer ol li{
    width: 48%;
    margin-bottom: 1.2em;
}

footer #footer #f-sns{
    bottom: 20%;
    width: 85%;
    margin: auto;
    left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);

}
footer #footer p{
    width: 100%;
    text-align: center;
    margin-top: 3em;
    border-top: 1px solid;
    padding-top: 8em;
}












}




































