@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    font-family: futura-pt, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.04em;
    font-size: 10px;
}

.jp-serif {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 0.04em;
}

.jp-source-serif {
    font-family: source-han-serif-japanese, serif;
    letter-spacing: 0.04em;
}

.goudy {
    font-family: goudy-old-style, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.04em;
}

a {
    color: #000;
    transition: all .3s ease-out;
}

.l-height18 {
    line-height: 1.8;
}

.l-height2 {
    line-height: 2;
}

.p-relative {
    position: relative;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-gray {
    background: #F8F8F8;
}

.bold {
    font-weight: 600;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-gray {
    color: #888!important;
}

.text-black {
    color: #000!important;
}

.text-white {
    color: #fff!important;
}

.lh200 {
    line-height: 2;
}

.mx900 {
    max-width: 900px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx700 {
    max-width: 700px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx600 {
    max-width: 600px!important;
    margin-left: auto;
    margin-right: auto;
}

.pt05 {
    padding-top: 5px!important;
}

.pt10 {
    padding-top: 10px!important;
}

.pt20 {
    padding-top: 20px!important;
}

.pt30 {
    padding-top: 30px!important;
}

.pt40 {
    padding-top: 40px!important;
}

.pt50 {
    padding-top: 50px!important;
}

.pt60 {
    padding-top: 60px!important;
}

.pt70 {
    padding-top: 70px!important;
}

.pt80 {
    padding-top: 80px!important;
}

.pt90 {
    padding-top: 90px!important;
}

.pt100 {
    padding-top: 100px!important;
}

.pt120 {
    padding-top: 120px!important;
}

.pb10 {
    padding-bottom: 10px!important;
}

.pb20 {
    padding-bottom: 20px!important;
}

.pb30 {
    padding-bottom: 30px!important;
}

.pb40 {
    padding-bottom: 40px!important;
}

.pb50 {
    padding-bottom: 50px!important;
}

.pb60 {
    padding-bottom: 60px!important;
}

.pb70 {
    padding-bottom: 70px!important;
}

.pb80 {
    padding-bottom: 80px!important;
}

.pb90 {
    padding-bottom: 90px!important;
}

.pb100 {
    padding-bottom: 100px!important;
}

.pb120 {
    padding-bottom: 120px!important;
}

.mt10 {
    margin-top: 10px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.mt30 {
    margin-top: 30px!important;
}

.mt40 {
    margin-top: 40px!important;
}

.mt50 {
    margin-top: 50px!important;
}

.mt60 {
    margin-top: 60px!important;
}

.mt70 {
    margin-top: 70px!important;
}

.mt80 {
    margin-top: 80px!important;
}

.mt90 {
    margin-top: 90px!important;
}

.mt100 {
    margin-top: 100px!important;
}

.mt120 {
    margin-top: 120px!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mb50 {
    margin-bottom: 50px!important;
}

.mb60 {
    margin-bottom: 60px!important;
}

.mb70 {
    margin-bottom: 70px!important;
}

.mb80 {
    margin-bottom: 80px!important;
}

.mb90 {
    margin-bottom: 90px!important;
}

.mb100 {
    margin-bottom: 100px!important;
}

.mb120 {
    margin-bottom: 120px!important;
}

.fs12 {
    font-size: 12px!important;
}

.fs13 {
    font-size: 13px!important;
}

.fs14 {
    font-size: 14px!important;
}

.fs15 {
    font-size: 15px!important;
}

.fs16 {
    font-size: 16px!important;
}

.fs18 {
    font-size: 18px!important;
}

.fs20 {
    font-size: 20px!important;
}

.fs22 {
    font-size: 22px!important;
}

.fs24 {
    font-size: 24px!important;
}

.fs26 {
    font-size: 26px!important;
}

.fs28 {
    font-size: 28px!important;
}

.fs30 {
    font-size: 30px!important;
}

@media only screen and (max-width: 767px) {
    .is-pc {
        display: none;
    }
    .pt10 {
        padding-top: 8px!important;
    }
    .pt20 {
        padding-top: 15px!important;
    }
    .pt30 {
        padding-top: 20px!important;
    }
    .pt40 {
        padding-top: 25px!important;
    }
    .pt50 {
        padding-top: 30px!important;
    }
    .pt60 {
        padding-top: 35px!important;
    }
    .pt70 {
        padding-top: 40px!important;
    }
    .pt80 {
        padding-top: 50px!important;
    }
    .pt90 {
        padding-top: 60px!important;
    }
    .pt100 {
        padding-top: 70px!important;
    }
    .pt120 {
        padding-top: 80px!important;
    }
    .pb20 {
        padding-bottom: 15px!important;
    }
    .pb30 {
        padding-bottom: 20px!important;
    }
    .pb40 {
        padding-bottom: 25px!important;
    }
    .pb50 {
        padding-bottom: 30px!important;
    }
    .pb60 {
        padding-bottom: 35px!important;
    }
    .pb70 {
        padding-bottom: 40px!important;
    }
    .pb80 {
        padding-bottom: 50px!important;
    }
    .pb90 {
        padding-bottom: 60px!important;
    }
    .pb100 {
        padding-bottom: 70px!important;
    }
    .pb120 {
        padding-bottom: 80px!important;
    }
    .mt20 {
        margin-top: 15px!important;
    }
    .mt30 {
        margin-top: 20px!important;
    }
    .mt40 {
        margin-top: 25px!important;
    }
    .mt50 {
        margin-top: 30px!important;
    }
    .mt60 {
        margin-top: 35px!important;
    }
    .mt70 {
        margin-top: 40px!important;
    }
    .mt80 {
        margin-top: 50px!important;
    }
    .mt90 {
        margin-top: 60px!important;
    }
    .mt100 {
        margin-top: 70px!important;
    }
    .mt120 {
        margin-top: 80px!important;
    }
    .mb20 {
        margin-bottom: 15px!important;
    }
    .mb30 {
        margin-bottom: 20px!important;
    }
    .mb40 {
        margin-bottom: 25px!important;
    }
    .mb50 {
        margin-bottom: 30px!important;
    }
    .mb60 {
        margin-bottom: 35px!important;
    }
    .mb70 {
        margin-bottom: 45px!important;
    }
    .mb80 {
        margin-bottom: 50px!important;
    }
    .mb90 {
        margin-bottom: 60px!important;
    }
    .mb100 {
        margin-bottom: 70px!important;
    }
    .mb120 {
        margin-bottom: 80px!important;
    }
    .fs12 {
        font-size: 10px!important;
    }
    .fs13 {
        font-size: 12px!important;
    }
    .fs14 {
        font-size: 13px!important;
    }
    .fs15 {
        font-size: 14px!important;
    }
    .fs16 {
        font-size: 15px!important;
    }
    .fs18 {
        font-size: 16px!important;
    }
    .fs20 {
        font-size: 17px!important;
    }
    .fs22 {
        font-size: 18px!important;
    }
    .fs24 {
        font-size: 20px!important;
    }
    .fs26 {
        font-size: 22px!important;
    }
    .fs28 {
        font-size: 24px!important;
    }
    .fs30 {
        font-size: 24px!important;
    }
}

@media screen and (min-width: 768px) {
    body {
        font-size: 12px;
    }
    .is-sp {
        display: none;
    }
}

@media screen and (min-width: 1000px) {
    .br1000 {
        display: none;
    }
}


/* common */

body.open,
html.open {
    overflow: hidden;
}

#bg-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background: #fff;
    z-index: 999;
}

.pop-up {
    z-index: 10;
}

.underline {
    text-decoration: underline!important;
}

.credit li {
    text-align: center;
    padding-bottom: 5px;
}

.credit a {
    text-align: center;
    padding: 3.5px 0;
    line-height: 1.3;
}

.credit a.soon {
    pointer-events: none;
}

.item-slide .credit a {
    justify-content: center;
}

.index-inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
}

.txt-inner {
    padding-left: 10%;
    padding-right: 10%;
}

.img-inner {
    padding-left: 5%;
    padding-right: 5%;
}

.small-inner {
    padding-left: 16%;
    padding-right: 16%;
}

.catch-inner {
    padding-left: 4%;
    padding-right: 4%;
}

.w50 {
    padding-left: 25%;
    padding-right: 25%;
}

.w58 {
    padding-left: 21%;
    padding-right: 21%;
}

.w74 {
    padding-left: 13%;
    padding-right: 13%;
}

.w88 {
    padding-left: 6%;
    padding-right: 6%;
}

.soon {
    pointer-events: none;
}

@media screen and (min-width: 768px) {}


/* ------------------------
footer
------------------------ */

.footer {
    background-position: center top;
    background-size: cover;
}

.index .footer {
    background-image: url(../images/bg_footer.jpg);
}

.collection .footer {
    background-image: url(../images/bg_footer_catalog.jpg);
    background-position: center bottom;
}

.index .footer *,
.collection .footer * {
    color: #fff;
}

.footer a:hover {
    opacity: 0.8;
}

#f-logo {
    display: block;
    margin: 50px auto 0;
    width: 110px;
}

#f-list li {
    text-align: center;
    font-size: 11px;
    padding: 2px 0;
}

#f-copy {
    text-align: center;
    font-size: 11px;
    margin-top: 20px;
}

#f-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#f-link li {
    width: 26px;
    margin: 0 15px;
}

#f-link a:hover {
    opacity: 0.75;
}

.footer-tit {
    text-align: right;
    display: inline-block;
}

.footer-btn a {
    border: 1px solid #000;
    padding: 10px 35px;
    background: #fff;
}

.footer-btn a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
}

.footer-menu li {
    width: 33.333%;
    text-align: center;
}

.footer-menu li:not(:nth-child(3n)) .menu-tit {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.footer-menu .coming-soon p {
    color: #808080;
    padding-top: 4px;
}

.footer-menu .menu-tit {
    margin-bottom: 3px;
}

.footer-menu .menu-tit span {
    display: flex;
}

.footer-menu .coming-soon {
    pointer-events: none;
}

.coming-soon .menu-tit>div::after,
.coming-soon .menu-tit>div::before {
    display: none;
}

.border-outer {
    width: 100%;
    z-index: 9;
    position: relative;
    pointer-events: none;
}

@media only screen and (min-width: 768px) {}

#contents {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#f-link-area {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#f-link-area a:hover {
    opacity: 0.75;
}

.all-btn {
    color: #000;
    display: block;
    padding: 12px 12px;
    border: 1px solid #000;
}

.all-btn:hover {
    background: #dedede;
}

.slide-item {
    padding-left: 10%;
    padding-right: 10%;
}

@media only screen and (min-width: 768px) {
    .slide-item {
        padding-left: 18%;
        padding-right: 18%;
    }
}

@media only screen and (max-width: 767px) {
    .all-btn {
        display: block;
        padding: 9px 12px;
    }
}

.page-nav ul a {
    display: block;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.page-nav a:hover {
    opacity: 0.75;
}

.page-nav ul a span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    line-height: 1.25;
}

.item-tit {
    text-align: center;
}

.item-tit .underline {
    position: relative;
    display: inline-block;
    text-decoration: none!important;
}

.item-tit .underline::after {
    position: absolute;
    bottom: 3px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 1.5s .2s;
}

[data-aos="line-under"].aos-animate::after {
    transform: scale(1, 1);
}

.bg-all {
    position: fixed;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
}

@media only screen and (max-width: 767px) {}

#nav-pop {
    padding-bottom: 18px;
}

#nav-pop,
#all-pop {
    transition: height .4s linear;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background: #fff;
    z-index: 101;
    overflow-y: auto;
}

#nav-pop,
#all-pop,
.modal-wrap {
    z-index: 99;
}

#btn-menu-nav,
#nav-pop .close,
.modal-wrap .close {
    cursor: pointer;
    position: fixed;
    right: 58px;
    top: 52px;
    z-index: 99;
    width: 50px;
    height: 9px;
    display: flex;
    align-items: center;
    z-index: 1;
}

#btn-menu-nav span {
    background: #fff;
    width: 100%;
    height: 1px;
    display: block;
    transition: background 1.5s .3s;
}

#btn-menu-nav.black span,
#btn-menu-nav.add-black span {
    background: #000;
}

#nav-pop .close span,
.modal-wrap .close span {
    width: 100%;
    height: 1px;
    background: #000;
    display: block;
}

#nav-pop .close span:first-child,
.modal-wrap .close span:first-child {
    transform: rotate(15deg);
    position: absolute;
    left: 0;
    top: 50%;
}

#nav-pop .close span:last-child,
.modal-wrap .close span:last-child {
    transform: rotate(-15deg);
    position: absolute;
    left: 0;
    bottom: 50%;
}

#btn-menu-nav span:first-child {
    position: absolute;
    left: 0;
    top: 0;
}

#btn-menu-nav span:last-child {
    position: absolute;
    left: 0;
    bottom: 0;
}

.bg-all {
    position: fixed;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
}

.black-logo {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.page-nav .hover {
    display: inline-block;
}

a.black-logo:hover,
.page-nav .hover:hover {
    opacity: .6;
}

.view.view-nav {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 767px) {
    .view.view-nav {
        width: 164px;
    }
    #btn-menu-nav,
    #nav-pop .close,
    .modal-wrap .close {
        right: 10%;
        top: 8vw;
    }
    .black-logo {
        width: 130px;
    }
    .index .bg-all {
        background-image: url(../images/bg_top_sp.jpg);
    }
    .page-nav .w74 {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    #btn-menu-nav {
        cursor: pointer;
        position: fixed;
        right: 10%;
        top: 8vw;
        z-index: 99;
        width: 50px;
        display: flex;
        align-items: center;
    }
}


/* index */

.index .bg-all {
    background-image: url(../images/bg_top_pc.jpg);
}

.collection .bg-all {
    background-image: url(../images/img_col_main_pc.jpg);
}

.main {
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: calc(var(--vh, 1vh) * 100);
}

.top-logo {
    width: 240px;
}

.logo-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.top-box {
    width: 100%;
}

.top-box a:first-child {
    width: 48.1%;
}

.top-box a:first-child:hover {
    opacity: .6;
}

.top-box a:last-child {
    width: 51.9%;
}

.top-box a:last-child:hover {
    opacity: .8;
}

.top-box h2 {
    font-size: 23px;
    line-height: 1.15;
    padding-bottom: 8px;
}

.block-top01 a:first-child {
    padding-right: 5%;
}

.block-top02 a:first-child {
    padding-left: 5%;
}

.view {
    position: relative;
    width: 74%;
}

.view span {
    color: #888888;
    position: relative;
    display: inline-block;
    background: #fff;
    z-index: 1;
    transform: translateY(8%);
    padding-left: 8px;
}

.view::before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #888888;
    position: absolute;
    left: 0;
    top: 50%;
    transition: width 1.6s linear .2s;
}

.view.aos-animate::before {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .block-top02 a:first-child {
        order: 2;
    }
    .block-top02 a:last-child {
        order: 1;
    }
}

@media only screen and (max-width: 767px) {
    .index .bg-all {
        background-image: url(../images/bg_top_sp.jpg);
    }
    .index .logo-wrap {
        align-items: flex-start;
    }
    .top-logo {
        margin-top: 18vh;
    }
    .collection .bg-all {
        background-image: url(../images/img_col_main_sp.jpg);
    }
    .top-logo {
        width: 185px;
    }
    .top-box {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    .top-box {
        width: 100%;
    }
    .block-top01 a {
        padding-left: 20%;
    }
    .block-top02 a {
        padding-right: 20%;
    }
    .top-box a:first-child {
        width: 100%;
        order: 2;
    }
    .top-box a:last-child {
        width: 100%;
        order: 1;
        padding-bottom: 12px;
    }
    .top-box h2 {
        font-size: 17px;
        line-height: 1.15;
        padding-bottom: 8px;
    }
    .block-top01 a:first-child {
        padding-right: 5%;
    }
    .block-top02 a:first-child {
        padding-left: 5%;
    }
    .view {
        position: relative;
        width: 74%;
    }
    .view span {
        color: #888888;
        position: relative;
        display: inline-block;
        background: #fff;
        z-index: 1;
        transform: translateY(8%);
        padding-left: 8px;
    }
}

.collection .logo-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.col-logo h1 {
    font-size: 30px;
    line-height: 1.25;
}

@media only screen and (max-width: 767px) {
    .col-logo h1 {
        font-size: 20px;
    }
}

.btn-open-modal {
    cursor: pointer;
    transition: opacity .3s ease;
    position: relative;
}

.btn-open-modal::after {
    content: "";
    background-image: url(../images/ico_plus.svg);
    background-size: contain;
    background-position: center;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 18px;
    bottom: 18px;
}

.btn-open-modal:hover {
    opacity: 0.8;
}

.modal-wrap {
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 99;
}

.modal-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
}

.modal-img {
    overflow: hidden;
    position: relative;
}

.credit {
    margin-left: auto;
    margin-right: auto;
    transition: opacity .3s ease;
}

.credit a {
    display: flex;
    justify-content: space-between;
    width: 29vw;
}

.credit a .buy {
    white-space: nowrap;
}

.credit a div:first-child {
    text-align: left;
}

.buy {
    text-decoration: underline;
    margin-left: 14px;
}

.soon {
    pointer-events: none;
}

.soon .buy {
    text-decoration: none;
}

.col-wrap .flex-center div {
    width: 50%;
}

.all-btn {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 1000px) {
    .modal-wrap {
        display: flex;
        align-items: center;
    }
    .modal-img img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .ho .modal-img {
        width: calc(var(--vh, 1vh) * 66.59);
        height: calc(var(--vh, 1vh) * 100);
        margin-left: 9.03%;
    }
    .ho img {
        width: auto;
        height: 100.5%;
        vertical-align: middle;
    }
    .ho .credit {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ve .modal-img {
        width: calc(var(--vh, 1vh) * 100);
        height: calc(var(--vh, 1vh) * 72);
    }
    .ve .credit {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .credit a:hover {
        opacity: 0.6;
    }
}

@media screen and (max-width: 999px) {
    .btn-open-modal::after {
        width: 6vw;
        height: 6vw;
        position: absolute;
        right: 4vw;
        bottom: 4vw;
    }
    .modal-wrap {
        overflow-y: auto;
    }
    .modal-content {
        padding-top: 19vw;
        padding-bottom: 70px;
        padding-left: 10%;
        padding-right: 10%;
    }
    .credit {
        width: 100%;
        padding-top: 18px;
    }
    .credit a {
        width: 100%;
        justify-content: space-between;
    }
}

.life-title {
    display: flex;
    justify-content: center;
}

.life-title p {
    font-size: 30px;
    line-height: 1.25;
}

.life-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.life-wrap .view {
    margin-left: 0;
    margin-right: 0;
}

.life-box {
    width: 46%;
    margin-bottom: 90px;
}

.life-box img {
    padding-bottom: 5px;
}

.lifestyle .footer * {
    color: #000;
}

.life-box:hover {
    opacity: .8;
}

@media screen and (max-width: 767px) {
    .life-title p {
        font-size: 17px;
    }
    .life-box {
        width: 100%;
    }
}

.lifeitems .main {
    margin-top: 47vh;
}

.lifeitems .bg-all {
    height: 47vh;
    background-position: center;
}

.life01 .bg-all {
    background-image: url(../images/img_life01_top@2x.jpg);
}

.life02 .bg-all {
    background-image: url(../images/img_life02_top@2x.jpg);
}

.life03 .bg-all {
    background-image: url(../images/img_life03_top@2x.jpg);
}

.life04 .bg-all {
    background-image: url(../images/img_life04_top@2x.jpg);
}

.life05 .bg-all {
    background-image: url(../images/img_life05_top@2x.jpg);
}

.life06 .bg-all {
    background-image: url(../images/img_life06_top@2x.jpg);
}

.life07 .bg-all {
    background-image: url(../images/img_life07_top@2x.jpg);
}

.life08 .bg-all {
    background-image: url(../images/img_life08_top@2x.jpg);
}

.life09 .bg-all {
    background-image: url(../images/img_life09_top@2x.jpg);
}

.life10 .bg-all {
    background-image: url(../images/img_life10_top@2x.jpg);
}

.life11 .bg-all {
    background-image: url(../images/img_life11_top@2x.jpg);
}

.life12 .bg-all {
    background-image: url(../images/img_life12_top@2x.jpg);
}

.life13 .bg-all {
    background-image: url(../images/img_life13_top@2x.jpg);
}

.life14 .bg-all {
    background-image: url(../images/img_life14_top@2x.jpg);
}

.life15 .bg-all {
    background-image: url(../images/img_lifemain15.jpg);
}

.life16 .bg-all {
    background-image: url(../images/img_lifemain16.jpg);
}

.life17 .bg-all {
    background-image: url(../images/img_lifemain17.jpg);
}

.life18 .bg-all {
    background-image: url(../images/img_lifemain18.jpg);
}

.life19 .bg-all {
    background-image: url(../images/img_lifemain19.jpg);
}

.life20 .bg-all {
    background-image: url(../images/img_lifemain20.jpg);
}

.life21 .bg-all {
    background-image: url(../images/img_lifemain21.jpg);
}

.lifestyle h2 span{
  font-size: 11px;
  color: red;
  padding-right:10px;
}

.lifeitems .txt-inner h1 {
    border-bottom: 1px solid #000;
}

.life-title-box {
    display: flex;
    justify-content: space-between;
    text-align: right;
}

.btn-back:hover {
    opacity: .6;
}

@media screen and (min-width: 768px) {
    .life01 .bg-all {
        background-position: center 18%;
    }
    .life02 .bg-all {
        background-position: center 83%;
    }
    .life03 .bg-all {
        background-position: center 0%;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #eee;
    }
    .life04 .bg-all {
        background-position: center 46%;
    }
    .life08 .bg-all {
        background-position: center 15%;
    }
}

@media screen and (max-width: 767px) {
    .lifeitems .main {
        margin-top: 38vh;
    }
    .lifeitems .bg-all {
        height: 38vh;
    }
}
