@charset "UTF-8";
#lifestyle {
    background: #E5E2DD;
    max-width: 1920px;
    width: 100%;
    margin-inline: auto;
}


/* ========================================
  @media screen and (min-width: 768px), print
======================================== */
@media screen and (min-width: 768px),print {
.main-ttl-box {
    background: url(../images/lifestyle/main-ttl-bg.jpg) no-repeat center;
    background-size: cover;
    height: calc(772 / 1920 * 100vw);
}

/* intro
-------------------------------------*/
.intro {
    padding-block: 100px 221px;
}
.intro .txt{
    font-size: 26px;
    letter-spacing: 0.62em;
    line-height: 1.46153;
    text-align: center;
    color: #181818;
}

/* sec共通
-------------------------------------*/
.sec {padding-bottom: 319px;}
.sec h2 {
    font-weight: 500;
    font-size: 45px;
    letter-spacing: 0.3em;
    line-height: 1.4444;
    text-align: center;
    color: #181818;
    margin-bottom: 60px;
}
.sec .main-photo {
    width: min(95%, 1800px);
    margin-inline: auto;
    margin-bottom: 155px;
}
.sec .inBox {
    width: min(95%, 1000px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 54% 1fr;
    gap: 46px;
    padding-bottom: 153px;
}
.sec .inBox .photo {
    padding-top: 5px;
}
.sec .txt {
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 2.17647;
    margin-bottom: 37px;
}
.sec .txt:nth-last-of-type(1) {
    margin-bottom: 0;
}
.sec .bottom-photo img {
    width: 100%;
    height: auto;
}

/* sec02
-------------------------------------*/
.sec02 {
    padding-bottom: 499px;
}
.sec02 .inBox {
    padding-bottom: 160px;
}

/* sec03
-------------------------------------*/
.sec03 {
    padding-bottom: 0;
}


/* link-sec 
-------------------------------------*/
.link-sec {
    padding-block: 220px 140px;
}
.link-sec .list {
    width: min(95%, 1280px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}
.link-sec .list li a {
    text-align: center;
}
.link-sec .list li .photo-wrap {
    position: relative;
}
.link-sec .list li .photo {
    overflow: hidden;
}
.link-sec .list li .photo picture {
    display: block;
    transition: transform 2.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.link-sec .list li .photo img {
    width: 100%;
    vertical-align: middle;
}
.link-sec .list li:hover .photo picture {
    transform: scale(1.12);
}
.link-sec .list li .ttl-wrap {
    position: absolute;
    top: 51.5%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.link-sec .list li .enttl {
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 0.08em;
    line-height: 1.3125;
    text-align: center;
    color: #fff;
}
.link-sec .list li .ttl {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.32em;
    line-height: 2.8;
    text-align: center;
    color: #fff;
}


}

/* ========================================
@media screen and (min-width:768px) and (max-width:1840px)
======================================== */
@media screen and (min-width:768px) and (max-width:1840px) {
.sec .main-photo img {
    width: 100%;
    height: auto;
}
}
/* ========================================
@media screen and (min-width:768px) and (max-width:1100px)
======================================== */
@media screen and (min-width:768px) and (max-width:1100px) {
.sec .inBox .photo img {
    width: 100%;
    height: auto;
}
}

/* ========================================
@media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
.main-ttl-box {
    background: url(../images/lifestyle/main-ttl-bg_sp.jpg) no-repeat center;
    background-size: cover;
    height: 66.43vw;
}

/* intro
-------------------------------------*/
.intro {
    padding-block: 20.44vw 28.94vw;
}
.intro .txt{
    font-size:4.348vw;
    letter-spacing: 0.47em;
    line-height: 2.1111;
    text-align: center;
}


/* sec共通
-------------------------------------*/
.sec {
    padding-bottom: 10.4vw;
}
.sec h2 {
    font-weight: 500;
    font-size:5.797vw;
    line-height: 2.708333;
    letter-spacing: 0.24em;
    text-align: center;
    color: #181818;
    margin-bottom: 3.97vw;
}
.sec .main-photo {
    margin-bottom: 11.08vw;
}
.sec .inBox {
    width: 91.79vw;
    margin-inline: auto;
    display: grid;
    gap: 10.08vw;
    padding-bottom: 19.32vw;
}
.sec .inBox .photo {
    order: 2;
}
.sec .txt {
    font-size:3.14vw;
    letter-spacing: 0.08em;
    line-height: 2.384615;
    margin-bottom: 7.44vw;
    width: 82.13vw;
    margin-inline: auto;
}
.sec .txt:nth-last-of-type(1) {
    margin-bottom: 0;
}

/* sec03
-------------------------------------*/
.sec03 {
    padding-bottom: 0;
}


/* link-sec 
-------------------------------------*/
.link-sec {
    padding-block: 38.99vw 16.91vw;
}
.link-sec .list {
    width: 96.62vw;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.42vw;
}
.link-sec .list li a {
    text-align: center;
}
.link-sec .list li .photo-wrap {
    position: relative;
}
.link-sec .list li .photo {
    overflow: hidden;
}
.link-sec .list li .photo picture {
    display: block;
    transition: transform 2.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.link-sec .list li .photo img {
    width: 100%;
    vertical-align: middle;
}
.link-sec .list li:hover .photo picture {
    transform: scale(1.12);
}
.link-sec .list li .ttl-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.link-sec .list li .enttl {
    font-weight: 600;
    font-size:3.865vw;
    letter-spacing: 0.06em;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}
.link-sec .list li .ttl {
    font-weight: 600;
    font-size:2.66vw;
    letter-spacing: 0.22em;
    line-height: 1;
    text-align: center;
    color: #fff;
}

}