@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
    font-size: 12px;
}

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

.light {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.bold {
    font-weight: 600;
}

.lh100 {
    line-height: 120%;
}

.italic {
    font-style: italic;
}

.lh200 {
    line-height: 200%;
}

.lh250 {
    line-height: 250%;
}

.lh300 {
    line-height: 300%;
}

.bg-gray {
    background: #908989;
}

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

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

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

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

.left-auto {
    margin-left: auto;
}

.right-auto {
    margin-right: auto;
}

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

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

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

    .pt20 {
        padding-top: 12px!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;
    }

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

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

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

    .mt20 {
        margin-top: 12px!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;
    }

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

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

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

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

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

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

    .mb70 {
        margin-bottom: 40px!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: 18px!important;
    }

    .fs22 {
        font-size: 18px!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: 13px;
    }

    .is-sp {
        display: none;
    }

}


#wrap {
    width: 100%;
}

/* link setting
--------------------------------------*/
a img:hover {
    opacity: 0.7;
    transition: all .25s ease-out;
}

a {
    color: #000;
    text-decoration: none;
}
/* return_btn
--------------------------------------*/
#page-top,
#page-top span {
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.4s;
}

#page-top span {
    position: absolute;
    height: 1px;
    background: #1f1f1f;
}

#page-top span:nth-of-type(1) {
    top: 50%;
    transform: rotate(-45deg);
    width: 19px;
    left: 3px;
}

#page-top span:nth-of-type(2) {
    top: 50%;
    transform: rotate(45deg);
    width: 21px;
    right: 3px;
}

#page-top {
    background: #fff;
    position: fixed;
    z-index: 9999;
    right: 3%;
    bottom: 5%;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    transition: all 0.4s;
}

@media screen and (max-width: 767px) {
    font-size: 2.8rem !important;
    background: none;
    right: 10px;
    bottom: 10px;
}

/* loading
--------------------------------------*/
/* topArea
--------------------------------------*/
#topArea {
    overflow: hidden;
    width: 100%;
    position: relative;
}

@media screen and (min-width: 768px) {
    #topArea {
        width: auto;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
    }

}

@media screen and (max-width: 767px) {
    #topArea {
        height: 60vh;
    }
}

@media screen and (min-width: 768px) {
    .main_img1, .main_img2, .main_img3 {
        width: 27%;
    }    
}
@media screen and (max-width: 767px) {
    .main_img1, .main_img2, .main_img3 {
        width: 32%;
    }    
}

@media screen and (min-width: 768px) {
    .main_img1 {
        position: absolute;
        bottom: 0;
        right: 55%;
    }
    .main_img2 {
        position: absolute;
        top: 1%;
        right: 27.5%;
    }
    .main_img3 {
        position: absolute;
        top: 15%;
        right: 0;
    }
    .black {
        width: 100%;
        height: 100vh;
        display: inline-block;
        background-color: rgba(37,14,3,0.3);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
    .title {
        width: 47%;
        position: absolute;
        top: 5%;
        left: 5%;
        z-index: 3;
    }
    .title_brand {
        width: 17%;
        position: absolute;
        bottom: 5%;
        left: 5%;
        z-index: 3;
    }
}
@media screen and (max-width: 767px) {
    .main_img1 {
        position: absolute;
        top: 23%;
        left: 1%;
    }
    .main_img2 {
        position: absolute;
        top: 38%;
        right: 34%;
    }
    .main_img3 {
        position: absolute;
        top: 18%;
        right: 1%;
    }
    .black {
        width: 100%;
        height: 60vh;
        display: inline-block;
        background-color: rgba(37,14,3,0.3);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
    .title {
        width: 80%;
        position: absolute;
        top: 5%;
        left: 3%;
        z-index: 3;
    }
    .title_brand {
        width: 45%;
        position: absolute;
        bottom: 5%;
        left: 3%;
        z-index: 3;
    }
}

#page-top {
    font-size: 2.8rem !important;
    background: none;
    right: 10px;
    bottom: 10px;
}

@media screen and (max-width: 767px) {
    #page-top {
        font-size: 2.4rem !important;
        right: 15px;
        bottom: 5px;
    }
}
.catch p {
    line-height: 2em;    
    color: #766f6f;
}
/* navi
--------------------------------------*/

.bland_nav ul {
    display: flex;
    justify-content: center;
}

.bland_nav li {
    padding: 0 5.3vw;
}

.bland_nav li:not(:last-child) {
    border-right: 1px solid #000;
}

.bland_nav a span {
    display: inline-block;
    margin-top: 2px;
}

.bland_nav.fixed {
    position: fixed;
    width: 100%;
    z-index: 9;
    padding: 10px 0;
    display: none;
    margin-bottom: 0!important;
}

.bland_nav.fixed ul {
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}

@media screen and (min-width: 768px) {
    .bland_nav li {
        padding: 0 35px;
    }
    
    .bland_nav.fixed {
        padding: 16px 0;
    }
}



/* mainAarea
--------------------------------------*/
#contents {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
}


.flexbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.flexbox .box_img,
.flexbox .box_left {
    box-sizing: border-box;
}

.flexbox .box_right {
    width: 50%;
    box-sizing: border-box;
}

.flexbox .box_56 {
    width: 56%;
    max-width: 720px;
    box-sizing: border-box;
}

.flexbox .box_40 {
    width: 40%;
    max-width: 520px;
    box-sizing: border-box;
}

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

    .flexbox .box_56.left {
        width: 53%;
        padding-left: 46px;
    }

    .flexbox .box_40.right {
        width: 37%;
        padding-right: 46px;
    }
    
    .flexbox .box_56.right {
        width: 53%;
        padding-right: 46px;
    }

    .flexbox .box_40.left {
        width: 37%;
        padding-left: 46px;
    }

}

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

    .flexbox .box_left {
        width: 60%;
    }

   .flexbox .box_right {
        width: 33%;
    }
}

.flexbox .credit {
    padding-top: 20px;
}

@media screen and (max-width: 767px) {
    .flexbox .credit {
        padding-top: 20px;
        justify-content: flex-start;
    }
    
    .flexbox .credit.in {
        padding-left: 3.33%;
        padding-right: 3.33%;
    } 
    
    .sp_col .credit {
        width: 100%;
    }
}

.flexbox .credit li {
    margin-bottom: 7px;
    text-align: left;
}

.flexbox .credit .cr_buy {
    box-sizing: border-box;
    display: inline-block;
    text-decoration: underline;
    margin-left: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.flexbox .credit li a:hover {
    color: #e15840;
}

.flexbox .credit li .cr_brand {
    display: inline-block;
    font-weight: 500;
    font-style: italic;
    font-size: 88%;
    padding-right: 5px;
}

a[href=""] {
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    .flexbox .credit li {
        margin-right: 25px;
    }
}

.category_area {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

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

#contents .category_box {
    box-sizing: border-box;
    width: 100%;
    margin: 0px auto 100px;
}

@media screen and (min-width: 768px) {
    .category_box {
        margin-bottom: 150px;
    }
}

.w80 {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .w80 {
        width: 100%;
    }
}

.w70 {
    width: 70%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .w70 {
        width: 100%;
    }
}

.w50 {
    width: 50%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .w50 {
        width: 100%;
    }

    .w50 img {
        width: 75%;
        margin: 0 auto;
    }
}

.w60 {
    width: 60%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .w60 {
        width: 100%;
    }
}

/* title
--------------------------------------*/

.brand_tit {
    max-width: 716px;
    margin-left: auto;
    margin-right: auto;
}

.brand_tit > div {
    display: inline-block;
}

.brand_tit h2 {
    overflow: hidden;
}

.brand_tit p {
    font-size: 15px;
    text-align: left;
    overflow: hidden;
}

.brand_tit p span {
    display: inline-block;
}

#category_01 .brand_tit > div {
    width: 65.47%;
}

#category_02 .brand_tit > div {
    width: 67.6%;
}

#category_03 .brand_tit > div {
    width: 50.4%;
}

@media screen and (min-width: 768px) {
    
    .brand_tit p {
        font-size: 22px;
    }
    
    #category_01 .brand_tit > div {
        width: 67.43%;
    }
    
    #category_02 .brand_tit > div {
        width: 100%;
    }

    #category_03 .brand_tit > div {
        width: 44.6%;
    }
    
}

@media screen and (max-width: 767px) {
    
    .flexbox.sp_space {
        padding-left: 3.33%;
        padding-right: 3.33%;
    }
    
    .sp_order1 {
        order: 1;
    }
    
    .sp_order2 {
        order: 2;
    }
    
    .sp_col {
        flex-direction: column;
    }
    
}

/* concept
--------------------------------------*/

.brand_concept {
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
    max-width: 980px;
}

.brand_concept_inner {
    padding: 25px 110px;
    position: relative;
}

.c-line {
    position: absolute;
    transform: translateY(-100%);
}

.c-line span {
    display: block;
    background: #a4a4a4;
    transition: all .4s cubic-bezier(.32, 1.03, 1, 1) .4s; 
    opacity: 0;
}

.line-lt {
    left: 0;
    top: 0;
    transform: translateY(-100%);
}

.line-rb {
    right: 0;
    bottom: 0;
    transform: rotate(180deg) translateY(-100%);
}

.c-line span:first-child {
    transform: translateX(84px) rotate(-90deg);
    transform-origin: left bottom;
    width: 1px;
    height: 0;
}

.c-line span:last-child {
    transform: rotate(90deg) translateY(-1px);
    transform-origin: left top;
    transition-delay: .7s;
    width: 0;
    height: 1px;
}

.aos-animate[data-aos="expand"] span:first-child {
    height: 84px;
    opacity: 1;
}

.aos-animate[data-aos="expand"] span:last-child {
    width: 84px;
    opacity: 1;
}

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

    .brand_concept {
        padding-left: 3.33%;
        padding-right: 3.33%;
    }

    .brand_concept_inner {
        padding: 40px 5%;
    }

    .c-line span:first-child {
        transform: translateX(78px) rotate(-90deg);
    }

    .aos-animate[data-aos="expand"] span:first-child {
        height: 78px;
    }

    .aos-animate[data-aos="expand"] span:last-child {
        width: 78px;
    }

}

/* button
--------------------------------------*/

.btn-brand {
    padding-bottom: 40px;
}

.btn-brand a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    height: 114px;
}

.btn-brand a span {
    color: #fff;
}

.btn-brand a span:nth-child(1) {
    padding-right: 8px;
    font-size: 28px;
}

.btn-brand a span:nth-child(2) {
    padding-right: 4px;
    font-size: 16px;
}

.btn-brand a span:nth-child(3) {
    width: 26px;
}

@media screen and (max-width: 767px) {
    
    .btn-brand {
        padding-bottom: 20px;
    }

    .btn-brand a {
        height: 88px;
    }
    
    .btn-brand a span:nth-child(1) {
        padding-right: 5px;
        font-size: 20px;
    }

    .btn-brand a span:nth-child(2) {
        padding-right: 2px;
        font-size: 11px;
    }

    .btn-brand a span:nth-child(3) {
        width: 17px;
    }
    
}

.insta {
    text-align: center;
    font-size: 18px;
    padding-bottom: 150px;
    text-decoration: underline;
}
.insta a:hover {
    color: #989191;
}
.insta img {
    width: 25px;
    padding-right: 5px;
    padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
    .insta {
        font-size: 16px;
        padding-bottom: 90px;
    }
}

/* box
--------------------------------------*/

.flexbox:not(.brand_main) {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 180px;
}

.brand_main {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

/* box01
--------------------------------------*/

.box01_01 {
    align-items: flex-end;
    justify-content: flex-end;
}

.box01_01 .box_img {
    width: 58.67%;
    max-width: 600px;
}

.box01_03 > div:first-child {
    padding-right: 21%;
    margin-right: auto;
}

.box01_03 > div:last-child {
    padding-left: 21%;
    margin-left: auto;
}

.box01_03 > div {
    /* max-width: 870px; */
    box-sizing: content-box;
}
.box01_in img {
    width: 100%;
}
.box01_in .credit {
    width: 100%;
}
.box01_05 > div {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 768px) {
    .box01_in {
        display: flex;
        justify-content: flex-end;
        align-items: end;
    }
    .box01_in .credit {
        order: 1;
        width: 30%;
    }
    .box01_in img {
        order: 2;
        width: 70%;
    }    
}
@media screen and (min-width: 768px) {
    
    .box01_02 .credit {
        padding-left: 46px;
    }

    .box01_04 .credit {
        width: 51%;
        margin-left: auto;
    }

}

@media screen and (max-width: 767px) {
    
    .flexbox:not(.brand_main) {
        margin-bottom: 90px;
    }
    
    .box01_01 .credit {
        width: 58.67%;
    }
    
    .box01_04 .credit {
        width: auto;
        padding-left: 44%;
    }

}

/* box02
--------------------------------------*/
#category_02 {
    background-color: #f1efed;
    padding-top: 50px;
}

#category_02 .brand_main {
    justify-content: center;
}

#category_02 .brand_main .credit li {
    margin-right: 0;
}

.box02_01 .box_img {
    width: 79%;
    /* max-width: 1020px; */
    margin-right: auto;
    margin-top: 100px;
}

.box02_02 {
    align-items: flex-end;
    justify-content: flex-end;
}

.box02_02 .box_img {
    width: 40%;
    max-width: 450px;
}

.box02_03 > div {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
}
.box02_04 {
    position: relative;
    overflow: hidden;
}
.box02_04 .credit {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
}

.box02_04 .luxy-el:first-child {
    width: 80%;
    max-width: 1020px;
    padding-bottom: 320px;
}

.box02_04 .luxy-el:first-child > div  {
    transform: translateY(calc(115px + 183vw));
}

.box02_04 .luxy-el:last-child {
    position: absolute;
    width: 35%;
    max-width: 480px;
    right: 0;
    top: 0;
}

.box02_04 .luxy-el:last-child > div  {
    transform: translateY(calc(1150px + 590vw))
}

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

    .box02_02 .box_img {
        margin-right: 60px;
    }
    
    .box02_04 .luxy-el:first-child > div  {
        transform: translateY(calc(150% + 350px));
    }
    
    .box02_04 .luxy-el:last-child > div  {
        transform: translateY(calc(740% + 2000px));
    }

    .box02_05 .credit {
        width: 51%;
        margin-left: auto;
    }
}

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

    .box02_02 {
        align-items: flex-start;
        justify-content: flex-end;
    }    

    .box02_02 .credit {
        width: 60%;
        padding-right: 3%;
    }
    
    .flexbox:not(.brand_main) {
        margin-bottom: 90px;
    }

    .box02_04 {
        margin-top: -10%;
        padding-bottom: 30%;
    }
    .box02_05 {
        margin-top: -10%;
    }
    .box02_05 .credit {
        width: auto;
        padding-left: 44%;
    }

}

#category_03 .brand_main {
    justify-content: center;
}

#category_03 .brand_main > div {
    width: 50%;
    padding: 0 0.42%;
}

#category_03 .brand_main .credit li {
    margin-right: 0;
}

#category_03 .box03_01 {
    padding-right: 0;
}

.box03_01 .box_img {
    width: 73.33%;
    max-width: 730px;
    margin-left: auto;
}

.box03_01 img:not(:last-child) {
    margin-bottom: 2.34%;
}
.box03_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: end;
    margin: 1.34% 0 auto auto;
    z-index: 999;
}
.box03_in .credit {
    width: 73%;
    max-width: 730px;
    margin-left: auto;
}

.box03_02 > div {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
}


.box03_04 > div {
    max-width: 865px;
    margin-left: auto;
    margin-right: auto;
}

.box03_03 {
    position: relative;
}

.box03_03 .credit {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    z-index: 0;
}

.box03_03 .luxy-el:first-child {
    width: 61.33%;
    max-width: 680px;
    padding-bottom: 280px;
}

.box03_03 .luxy-el:first-child > div  {
    transform: translateY(calc(140px + 298vw));
}

.box03_03 .luxy-el:last-child {
    position: absolute;
    width: 38.67%;
    max-width: 630px;
    right: 0;
    top: 0;
}

.box03_03 .luxy-el:last-child > div  {
    transform: translateY(calc(1850px + 890vw))
}

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

    .box03_in .box_img {
        order: 2;
    }
    .box03_in .credit {
        order: 1;
        width: 30%;
    }
    
    .box03_03 {
        padding-left: 107px!important;
    }
    
    .box03_03 .luxy-el:first-child > div  {
        transform: translateY(calc(1510px + 52.5vw));
    }

    .box03_03 .luxy-el:last-child {
        right: 107px;
    }
    
    .box03_03 .luxy-el:last-child > div  {
        transform: translateY(calc(6820px + 159vw))
    }
    .box03_03 .luxy-el:last-child {
        position: absolute;
        width: 46.67%;
        max-width: 630px;
        right: 0;
        top: 0;
    }
    
    
    #category_03 .brand_main {
        padding-left: 0.42%;
        padding-right: 0.42%;
    }
    
}

#category_02 .brand_main .credit li, #category_03 .brand_main .credit li {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .box03_02 {
        display: inline-block;
    }
}


@media screen and (min-width: 768px) {
    
    .flexbox:not(.brand_main) {
        padding-left: 60px;
        padding-right: 60px;
    }

}

.footer {
    text-align: left;
    margin: 0 auto 0;
    padding: 50px 3.33% 40px;
    font-size: 10px;
    background: #f2f1f1;
}

#contents footer .staff {
    margin-top: 30px;
    line-height: 2.75;
}

.footer #copyright {
    margin-top: 25px;
}

.footer .logo {
    width: 160px;
    display: block;
}


@media screen and (min-width: 768px) {
    
    .footer {
        font-size: 12px;
    }

    #contents footer .staff {
        margin-top: 40px;
        line-height: 3;
    }
    
    .footer #copyright {
        text-align: right;
        margin-top: 30px;
    }
    
    .footer {
        padding 70px 60px 60px;
    }
    
    .footer .logo {
        width: 222px;
    }
    
}

/* endArea
--------------------------------------*/
/* animation
--------------------------------------*/
.fadeConts {
    opacity: 0;
    transition: all 1.5s .5s ease-out;
}

.fadeConts.show {
    opacity: 1;
}