@charset "utf-8";

/* navHeight */
.navHeight{
    width: 100%;
    height: 120px;
}
[id]{
    scroll-margin-top: 100px; /* ← ヘッダーの高さに合わせる */
}
@media (max-width:1024px){
    .navHeight{
        height: 0px;
    }
    [id]{
        scroll-margin-top: 0px; /* ← ヘッダーの高さに合わせる */
    }
}

/* pageWrap */
.pageWrap{
    background-image: url(../images/lifeStyle/bg01.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
}
.pageWrap:before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #d60050;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: color;
    opacity: 0.2;
}
.pageWrap_inner{
    position: relative;
}

/* pageTtl */
.pageTtl{
    padding: 80px 0;
    text-align: center;
}
.pageTtl>h2{
    font-family: "EB Garamond", serif;
    font-size: 1.25em;
    line-height: 1.8;
    letter-spacing: 0.25em;
    font-weight: 300;
    color: #a3a4a4;                    
    margin-bottom: 20px;               
}
.pageTtl>p{
    font-size: 1.75em;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0.25em;
}
.under500{
    display: none;
}
@media (max-width:1200px){
    .pageTtl>h2{
        font-size: 1.15em;              
    }
    .pageTtl>p{
        font-size: 1.65em;
    }
}
@media (max-width:768px){
    .pageTtl{
        padding: 80px 0 50px 0;
    }
    .pageTtl>h2{
        font-size: 1.05em;              
    }
    .pageTtl>p{
        font-size: 1.55em;
    }
}
@media (max-width:500px){
    .under500{
        display: block;
    }
}

/* eyeCatch_slider */
.eyeCatch_slider{
    margin-bottom: 80px;
}
.eyeCatch_slider>.swiper-wrapper{
    transition-timing-function: linear;
}
@media (max-width:768px){
    .eyeCatch_slider{
        margin-bottom: 50px;
    }
}

/* lifeStyle_btn */
.lifeStyle_btn{
    max-width:850px;
    width:80%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.lifeStyle_btn>ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.lifeStyle_btn>ul>li{
    width: 23%;
    margin-right: 2%;
}
.lifeStyle_btn>ul>li:last-child{
    margin-right: 0%;
}
.lifeStyle_btn>ul>li>a{
    display: block;
    position: relative;
}
.lifeStyle_btn>ul>li>a:hover:before,
.lifeStyle_btn>ul>li>a:active:before{
    transform: scale(0.9);
    transition: 0.5s all;
}
.lifeStyle_btn>ul>li>a>img{
    position: relative;
}
.lifeStyle_btn>ul>li>a:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    mix-blend-mode: multiply;
    transition: 0.5s all;
}
.lifeStyle_btn>ul>li:nth-child(1)>a:before{
    background-color: #7ca07e;
}
.lifeStyle_btn>ul>li:nth-child(2)>a:before{
    background-color: #b192b1;
}
.lifeStyle_btn>ul>li:nth-child(3)>a:before{
    background-color: #e1c171;
}
.lifeStyle_btn>ul>li:nth-child(4)>a:before{
    background-color: #3c92b9;
}
@media (max-width:768px){
    .lifeStyle_btn{
        max-width:350px;
        width:80%;
        margin-bottom: 30px;
    }
    .lifeStyle_btn>ul>li{
        width: 45%;
        margin-right: 5%;
        margin-bottom: 20px;
    }
    .lifeStyle_btn>ul>li:nth-child(even){
        margin-right: 0%;
    }
    .lifeStyle_btn>ul>li:nth-child(3),
    .lifeStyle_btn>ul>li:nth-child(4){
        margin-bottom: 0px;
    }
}

/* lifeStyle_catch */
.lifeStyle_catch{
    background: linear-gradient(180deg,transparent 0%,transparent 50%,#fff 0%,#fff 0%);
}
.lifeStyle_catchWrap{
    max-width:1100px;
    width:90%;
    margin: 0 auto;
    position: relative;
}
.lifeStyle_catchWrap>.txtBox{
    position: absolute;
    top: 0;
    right:0;
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}
.lifeStyle_catchWrap>.txtBox:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.7;
    z-index: 2;
}
.lifeStyle_catchWrap>.txtBox:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e1c171;
    mix-blend-mode: multiply;
    z-index: 3;
}
.lifeStyle_catchWrap>.txtBox>.txtBox_inner{
    position: relative;
    font-family: "Cormorant Garamond", serif;
    color: #fff;
    z-index: 4;
}
.lifeStyle_catchWrap>.txtBox>.txtBox_inner>h3{
    margin-bottom: 10px;
}
.lifeStyle_catchWrap>.txtBox>.txtBox_inner>h3>span{
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
}
.lifeStyle_catchWrap>.txtBox>.txtBox_inner>h3>span.subTtl{                
    font-size: 1em;                
    letter-spacing: 0.25em;
}
.lifeStyle_catchWrap>.txtBox>.txtBox_inner>h3>span.small{
    font-size: 1.75em;
    margin-right: 0.25em;
}
.lifeStyle_catchWrap>.txtBox>.txtBox_inner>h3>span.large{
    font-size: 2.5em;
}
.lifeStyle_catchWrap>.txtBox>.txtBox_inner>p{
    font-size: 1em;
    line-height: 1.8;
}
@media (max-width:768px){
    .lifeStyle_catchWrap>.txtBox{
        position: relative;
        width: 100%;
        padding: 20px 0;
    }
}

/* timeLine */
.timeLine{
    padding: 80px 0;
    background-color: #fff;
    margin-bottom: 80px;
}
.timeLine_wrap{
    max-width:1100px;
    width:90%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
.timeLine_item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.timeLine_item:last-of-type{
    margin-bottom: 0px;
}
.timeLine_item>.timeBox{
    width: 12%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.timeLine_item>.contentRow{
    width: 83%;
    padding: 50px 0;
}
.timeLine_item>.contentRow{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.timeLine_item>.contentRow>.imgBox,
.timeLine_item>.contentRow>.txtBox{
    width: 48%;
}
.timeLine_item>.contentRow>.txtBox>h3{
    font-size: 1.25em;
    line-height: 1.8;
    font-weight: 400;
    color: #e1c171;
    margin-bottom: 20px;
}
.timeLine_item>.contentRow>.txtBox>p{
    font-size: 0.9em;
    line-height: 1.8;
    font-weight: 400;
}
.timeLine_item>.contentRow>.txtBox>p.shopTxt{
    text-align: right;
    margin-top: 20px;
}
/* ▼矢印の初期状態 */
.timeLine_item .timeBox .arrow{
    display: block;
    width: 50%; /* サイズはお好みで調整 */
    margin: 0 auto;
    opacity: 0;
    transition: all 0.8s ease-out;
}
/* ▼表示アニメーション */
.timeLine_item .timeBox .arrow.show {
    opacity: 1;
}
@media (max-width:768px){
    .timeLine{
        padding: 50px 0;
        margin-bottom: 50px;
    }
    .timeLine_item>.timeBox{
        width: 20%;
    }
    .timeLine_item>.contentRow{
        width: 75%;
        flex-direction: column;
    }
    .timeLine_item>.contentRow>.imgBox,
    .timeLine_item>.contentRow>.txtBox{
        width: 100%;
    }
    .timeLine_item>.contentRow>.imgBox{
        order: 1;
    }
    .timeLine_item>.contentRow>.txtBox{
        margin-bottom: 20px;
    }
}

/* page_underBtn_wrap */
.relative{
    position: relative;
}
.absolute{
    position: absolute;
    top: 0;
    left: 0;
}
.page_underBtn_wrap{
    max-width: 900px;
    width:80%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.page_underBtn_wrap>ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page_underBtn_wrap>ul>li{
    width: 48%;
    margin-bottom: 20px;
}
.page_underBtn_wrap>ul>li:nth-child(3),
.page_underBtn_wrap>ul>li:nth-child(4){
    margin-bottom: 0px;
}
.page_underBtn_wrap>ul>li>a{
    display: block;
    transition: 0.5s all;
}
.page_underBtn_wrap>ul>li>a:hover,
.page_underBtn_wrap>ul>li>a:active{
    opacity: 0.5;
    transition: 0.5s all;
}
@media (max-width:768px){
    .page_underBtn_wrap{
        max-width: 900px;
        width:90%;
    }
}
@media (max-width:500px){
    .page_underBtn_wrap{
        width:80%;
    }
    .page_underBtn_wrap>ul>li{
        width: 100%;
    }
    .page_underBtn_wrap>ul>li:nth-child(3){
        margin-bottom: 20px;
    }
}