@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-size: 10px;
}

.caslon {
    font-family: goudy-old-style, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.35;
}

.baskerville {
    font-family: baskerville-urw, serif;
    font-weight: 400;
    font-style: normal;
}

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

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

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

.ls200 {
    letter-spacing: 0.2em
}

.ls180 {
    letter-spacing: 0.18em
}

.ls150 {
    letter-spacing: 0.15em
}

.ls100 {
    letter-spacing: 0.1em
}

.ls75 {
    letter-spacing: 0.075em
}

.ls50 {
    letter-spacing: 0.05em
}

.ls10 {
    letter-spacing: 0.01em
}

.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!important;
}

.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;
}

.mx560 {
    max-width: 560px!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;
}

.pb15 {
    padding-bottom: 15px!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;
}

.fs11 {
    font-size: 11px!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;
    }
    .pb15 {
        padding-bottom: 10px!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;
    }

    .fs11 {
        font-size: 10px!important;
    }
    .fs12 {
        font-size: 11px!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;
}

body::after {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background: rgba(0, 0, 0, 0.7);
    z-index: 8;
    opacity: 0;
    pointer-events: none;
    transition: all .6s ease-out;
}

body.open::after {
    opacity: 1;
}

#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: 5px 0;
}

.credit a {
    text-align: center;
    padding: 3.5px 0;
    line-height: 1.5;
    font-family: baskerville-urw, serif;
    font-weight: 400;
    font-style: normal;
}

.credit a span {
    font-family: baskerville-urw, serif;
    font-weight: 400;
    font-style: normal;
}

.credit a.soon, .credit a[href=""] {
    pointer-events: none;
}

.credit a.soon .buy, .credit a[href=""] .buy {
    border: 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%;
}

.w80 {
    padding-left: 10%;
    padding-right: 10%;
}

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

.soon {
    pointer-events: none;
}

.bt-gray {
    width: 100%;
}

.bt-gray a {
    display: block;
    background: #000;
    opacity: .7!important;
    padding: 14px;
}

.bt-gray a:hover {
    opacity: 1!important;
}

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


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

.footer a:hover {
    opacity: 0.8;
}

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

.p-top::after {

}

#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;
}

.p-top {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.p-top:hover {
    opacity: .75;
}

.ico-tri {
    width: 11px;
    display: inline-block;
}

.p-top .ico-tri {
    margin-bottom: 4px;
}

.tri-up img {
    transform-origin: center;
}

.tri-back img {
    transform: rotate(-90deg);
    transform-origin: center;
    vertical-align: top!important;
}

.tri-next img {
    transform: rotate(90deg);
    transform-origin: center;
    vertical-align: top!important;
}

@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 li:not(:last-child) {
    margin-bottom: 8px;
}

.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.35;
}

.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) {

    .page-nav li:not(:last-child) {
        margin-bottom: 5px;
    }

}

#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 {
    cursor: pointer;
    position: fixed;
    right: 40px;
    top: 40px;
    z-index: 99;
    width: 48px;
    height: 21px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.lifeitems .close, .modal-wrap .close {
    cursor: pointer;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 99;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    z-index: 1;
}

#btn-menu-nav {
    mix-blend-mode: difference;
}

#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: #fff;
}

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

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

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

.lifeitems .close-s span:first-child, .modal-wrap .close span:first-child {
    transform: rotate(45deg);
}

.lifeitems .close-s span:last-child, .modal-wrap .close span:last-child {
    transform: rotate(-45deg);
}

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

#btn-menu-nav span:nth-child(2) {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-1px);
}

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

.nav-archive {
    padding-left: 10%;
    padding-right: 10%;
}

.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;
}

.modal-content .page-n a {
    width: auto;
}

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

    .modal-content .credit {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
        height: calc(var(--vh, 1vh) * 100);
        min-height: 600px;
    }

    .modal-content .page-n {
        position: absolute;
        left: 50%;
        bottom: calc(3.5vw + 5px);
        transform: translateX(-50%);
    }

}

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

    .modal-content .page-n {
        margin-top: 75px;
    }

}

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

    .view.view-nav {
        width: 164px;
    }

    #btn-menu-nav, #nav-pop .close {
        right: 25px;
        top: 28px;
    }

    .lifeitems .close, .modal-wrap .close {
        width: 24px;
        height: 24px;
        right: 15px;
        top: 15px;
    }

    .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: 25px;
        top: 28px;
        z-index: 99;
        display: flex;
        align-items: center;
    }

}

/* index */

/*
.bg-all {
    position: relative;
}
*/

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

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

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

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

.col-catch {
    padding-left: 8%;
    padding-right: 8%;
}

.top-logo {
    width: 240px;
}

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

.top-aw {
    position: absolute;
    left: 50%;
    bottom: 4.2%;
    transform: translateX(-50%);
}

.top-aw_life{
  position: absolute;
  left: 50%;
  bottom: 4.2%;
  transform: translateX(-50%);
  width: 12%;
}

.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: 18px;
    padding-bottom: 8px;
}

.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;
}

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

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

.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%;
}

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

.page-n * {
    line-height: 1;
}

.page-n p {
    padding-left: 26px;
    padding-right: 26px;
}

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

    .block-top02 a:first-child {
        order: 2;
    }

    .block-top02 a:last-child {
        order: 1;
    }

    .block-top01 a {
        text-align: right;
    }

}


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

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

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

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

    .top-logo {
        width: 185px;
    }

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

    .top-box {
        width: 100%;
    }

    .top-box-wrap {
        padding-left: 11%;
        padding-right: 11%;
    }

    .block-top01 a {
        padding-left: 0;
    }

    .block-top02 a {
        padding-right: 0;
    }

    .top-box a:first-child {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        order: 2;
    }

    .top-box a:last-child{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 12px;
        order: 1;
    }

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

    .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: center;
    align-items: center;
}

.col-logo h1 {
    font-size: 24px;
    line-height: 1.35;
}

.collection .white-logo {
    width: 120px;
    position: absolute;
    left: 50%;
    bottom: 8.6%;
    transform: translateX(-50%);
}

.target {
    transition: all 0.7s cubic-bezier(.47,0,.745,.715);
}

.mono {
    filter: grayscale(100%);
}


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

    .col-logo h1 {
        font-size: 18px;
    }

    .col-logo .white-logo {
        width: 100px;
    }

}

.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;
}

.m-mb15 {
    margin-bottom: 15px;
}

.m-mb35 {
    margin-bottom: 35px;
}

.m-mb50 {
    margin-bottom: 50px;
}

.col-wrap .w80 {
    padding-left: 0;
    padding-right: 0;
    margin-left: 10%;
    margin-right: 10%;
}

.col-wrap .w50 {
    padding-left: 0;
    padding-right: 0;
    margin-left: 25%;
    margin-right: 25%;
}

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

    .m-mb15 {
        margin-bottom: 10px;
    }

    .m-mb35 {
        margin-bottom: 25px;
    }

    .m-mb50 {
        margin-bottom: 37px;
    }

}

.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;
    justify-content: center;
}

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

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

.credit a {
    display: flex;
    justify-content: space-between;
    width: 26vw;
    align-items: center;
}

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

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

.buy {
    border: 1px solid #000;
    margin-left: 14px;
    font-size: 108%;
    padding: 3px 5px;
}

.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: 1060px) {

    .modal-wrap {
        display: flex;
        align-items: center;
        overflow-y: auto;
    }

    .modal-content {
        overflow-y: auto;
    }

    .modal-img img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 5px;
    }

    .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 .modal-img img {
        padding-top: calc(3.5vw + 5px);
        padding-bottom: calc(3.5vw + 5px);
    }

    .ve .modal-img {
        width: calc(var(--vh, 1vh) * 100);
        height: calc(var(--vh, 1vh) * 72);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 3.5vw 0 3.5vw 3.5vw;
    }

    .ve .modal-img > div {
        width: calc(var(--vh, 1vh) * 50);
        height: calc(var(--vh, 1vh) * 72);
        position: relative;
    }

    .credit a:hover {
        opacity: 0.6;
    }

}

@media screen and (max-width: 1059px) {

    .btn-open-modal::after {
        width: 6vw;
        height: 6vw;
        position: absolute;
        right: 4vw;
        bottom: 4vw;
    }

    .modal-wrap {
        overflow-y: auto;
    }

    .modal-content {
        padding-top: 65px;
        padding-bottom: 70px;
        padding-left: 7%;
        padding-right: 7%;
        margin-left: auto;
        margin-right: auto;
        max-width: 600px;
        box-sizing: content-box;
        width: 86%;
    }

    .modal-img img {
        padding-bottom: 10px;
    }

    .credit {
        width: 100%;
        padding-top: 8px;
    }

    .credit a {
        width: 100%;
        justify-content: space-between;
    }

    .top-aw_life{
      position: absolute;
      left: 50%;
      bottom: 8%;
      transform: translateX(-50%);
      width: 30%;
    }

}


.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: 50%;
    padding: 0.8vw;
    position: relative;
}

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

.life-box h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1.4;
}

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

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

#life-anchor{
  display: flex;
align-items: center;
justify-content: space-between;
}

#life-anchor::before{
  content:"";
 border-top: 1px solid;
  width: calc(100% / 3);
  margin-left: 1em;

}

#life-anchor::after{
  content:"";
 border-top: 1px solid;
 width: calc(100% / 3);
  margin-right: 1em;

}

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

  #life-anchor::before,
  #life-anchor::after{
    width: 20%;
  }

}


.life-wrap-outer {
    padding-left: 3vw;
    padding-right: 3vw;
}

.life-info h2 {
    border: 1px solid #000;
    padding: 2px 14px;
    display: inline-block;
}

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

    .life-title p {
        font-size: 17px;
    }

}

.lifeitems-main {
    background: #fff;
}

.lifeitems .txt-inner h1 {
    margin-bottom: 5px;
}

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

.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;
    }


}
