@charset "utf-8";*,::before,::after {
    box-sizing: border-box;
    background-repeat: no-repeat
}

@font-face {
    font-family: 'GOTHIC'; 
    src: url('../fonts/GOTHIC.TTF') format('truetype'); /* 指定字体文件的路径和格式 */
}

:root {
    --white: #fff;
    --pink: #c48497;
    --black: #000;
    --graphite: #5F555D;
    --gray: #AFAAAE;
    --lightgray: #D7D5D7;
    --z-header: 10;
    --z-modal: 100;
    --brand-header-height: 6rem;
}

html {
    font-size: inherit;
}

body {
    margin: 0;
    /* font-family: 'GOTHIC', 'Courier New', Courier, monospace; */
    font: 14px pxPingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
}

.container{width: 92vw;margin: auto;
    /* max-width: 1800px; */
    margin: auto;}
.brandsite-header{position: fixed;width: 100%;top:0;background: #ffffff;left:0;z-index: 1000;}
.brandsite-logo {
    margin: 0
}

.brandsite-logo a {
    width: calc(var(--brand-header-height) * 1.66);
    height: var(--brand-header-height);
    background: url(../image/logo.svg) no-repeat 0 0;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: cover
}

.brandsite-button {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    width: calc(var(--brand-header-height) * 0.46);
    height: calc(var(--brand-header-height) * 0.18);
    top: calc(var(--brand-header-height) * 0.41);
    right: calc(var(--brand-header-height) * 0.23);
    right: calc(var(--brand-header-height) * 0.32);
    border: 0;
    background: transparent;
    z-index: 201;
    cursor: pointer
}



.brandsite-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ee7900;
    border-radius: 6px
}

.brandsite-button span:first-of-type {
    top: 0
}

.brandsite-button span:nth-of-type(2) {
    top: 50%
}

.brandsite-button span:nth-of-type(3) {
    top: 100%
}

.brandsite-button[aria-expanded=true] span:first-of-type {
    transform: rotate(-45deg);
    top: 50%
}

.brandsite-button[aria-expanded=true] span:nth-of-type(2) {
    width: 0;
    opacity: 0
}

.brandsite-button[aria-expanded=true] span:nth-of-type(3) {
    transform: rotate(45deg);
    top: 50%
}

.brandsite-button1 {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    width: calc(var(--brand-header-height) * 0.46);
    height: calc(var(--brand-header-height) * 0.18);
    top: calc(var(--brand-header-height) * 0.41);
    right:calc(2vw + 80px);
    border: 0;
    background: transparent;
    z-index: 201;
    cursor: pointer
}
.lunguage_li{position: fixed;right:calc(50px + 2vw);top:76px;display: none; overflow: hidden;padding:10px 0px;}
.lunguage_li a{width:100px;display: block;background: #ffffff;line-height: 2.2;text-align: center;}


.p-index-banner {
    position: relative;
    /* overflow: hidden; */
    padding-top: 39.2vw;
    padding-bottom: 3.2vw;
    /* margin-bottom: 24.5333vw; */
    margin-top: 96px;
}

.swiper-slide img{width: 100%;}
.p-index-banner >.title {
    position: absolute;
    left: 0;
    margin: 0;
    width: 100%;
    display: flex;
    overflow: hidden;
    top: -1.8667vw;
    height: 27.7333vw
}


.p-index-banner >.title::before,
.p-index-banner >.title::after {
    content: "";
    flex: 0 0 auto;
    display: block;
    width: 277.3333vw;
    height: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../image/banner__title.svg);
    background-size: 277.3333vw 27.7333vw;
    will-change: transform
}

.p-index-banner >.title::before {
    animation: slideText linear 50s -25s infinite
}

.p-index-banner >.title::after {
    animation: slideTextClone linear 50s infinite
}



.p-index-banner >.anchor {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 26.1333vw;
    right: 5.6vw;
    font-size: 4.2667vw;
    line-height: 1.75;
    font-family: Futura,"Century Gothic",kinto-sans,"Noto Sans JP",sans-serif;
    font-weight: 500;
    font-style: normal
}

.p-index-banner >.anchor li {
    display: flex;
    align-content: center;
    align-items: center
}

.p-index-banner >.anchor li a {
    display: block;
    color:#f5692c;
    text-decoration: none;
    font-size: calc(16px + .2vw);
    font-weight: 500;
}

.p-index-banner >.anchor li a svg {
    display: block;
    width: auto;
    height: 5.0667vw
}

.p-index-banner >.anchor li+li::before {
    content: "";
    display: block;
    width: 1px;
    background-color: #f5692c;
    height: 3.2vw;
    margin-left: 3.7333vw;
    margin-right: 3.7333vw
}

.p-index-slider {
    position: relative;
    overflow: hidden;
    width: 100%
}


.p-index-movie .trigger a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #f5692c;
    border: 1px solid currentColor
}

.p-index-movie .movie {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-index-movie .movie img {
    width: 100%;
}

.p-index-movie .info {
    margin-top: 5.3333vw;
    line-height: 1.5;
    font-family: Futura,"Century Gothic",kinto-sans,"Noto Sans JP",sans-serif;
    font-weight: 500;
    font-style: normal
}

.p-index-movie .info>span {
    width: -moz-fit-content;
    width: fit-content;
    display: block
}

.p-index-movie .info .sub {
    font-size: 3.7333vw
}

.p-index-movie .info .sub+.main {
    margin-top: .8vw
}

.p-index-movie .info .main {
    font-size: 5.3333vw
}

.p-index-movie .more {
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: var(--white);
    padding: 2.6667vw 0 0 2.6667vw;
    right: -1.6vw;
    bottom: -3.2vw;
    width: 22.9333vw;
    height: 22.9333vw
}

.p-index-movie .more .circle {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    animation: rotate360 12s linear infinite;
    width: 20.2667vw;
    height: 20.2667vw;
    background: url(../image/view__more.png) no-repeat center / cover;
}

.p-index-movie .more .arrow {
    width: 5.8667vw;
    height: 2.7467vw;
    background: url(../image/right__allow.png) no-repeat center / cover;
}

.p-index-pickup {
    position: relative;
    width: 92vw;
    /* max-width: 1800px; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18.1333vw;
    margin-top: 24.5333vw;
}

.p-index-pickup::before {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0
}

.p-index-pickup>.title {
    margin: 0 0 7.7333vw
}

.p-index-pickup>.list {
    margin: 0;
    padding: 0;
    list-style: none
}

.p-index-pickup>.list .text {
    background-color: rgb(255 255 255 / 90%);
    margin: 0;
    height: 100%;
}

.p-index-pickup>.list .img {
    background-color: rgb(255 255 255 / 90%);
    height: 100%;
}

.p-index-pickup>.list .img img {
    max-width: 100%;
    max-height: 100%;
}

.p-index-pickup>.button {
    width: max(110.25px, 11.4844vw);
    height: max(35.25px, 3.6719vw);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: max(40px, 4.4844vw);
    margin-top: max(48px, 5vw);
}


.p-index-topics {
    /* width: 92vw;
    margin-left: auto;
    margin-right: auto; */
    margin-bottom: 6vw;
}

.p-index-topics>.title {
    margin: 0;
    font-size: 11.2vw;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--graphite);
    margin-bottom: 7.7333vw;
    font-family: 'GOTHIC', sans-serif; 
}

.p-index-topics>.container {
    position: relative
}
.p-topics-side{width: 100%;/*overflow: hidden;*/}
.p-topics-item {
    width: 100%;
    border-top: 1px solid var(--lightgray);
    position: relative;
    display: grid;
    grid-template: "image info" auto "image tags" 1fr/max(120px, 12.5vw) auto;
    -moz-column-gap: 4.2667vw;
    column-gap: 4.2667vw;
    padding: 5.3333vw 2.6667vw
}



.p-topics-item>a {
    position: relative;
    text-decoration: none;
    color: var(--graphite);
    display: contents
}


.p-topics-item>a .img {
    margin: 0;
    overflow: hidden;
    flex: 0 0 auto;
    width: 100%;
    grid-area: image
}

.p-topics-item>a .img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover
}

.p-topics-item>a .info {
    grid-area: info
}

.p-topics-item>a .date {
    margin: 0;
    font-size: 3.7333vw;
    line-height: 1.5
}

.p-topics-item>a .date+.headline {
    margin-top: 1.0667vw
}


.p-topics-item>a .headline {
    margin: 0;
    font-size: 4vw;
    line-height: 1.5;
    font-family: kinto-sans,"Noto Sans JP",sans-serif;
    font-weight: 500;
    font-style: normal
}

.p-topics-item>a .arrow {
    color: var(--white)
}


.p-topics-item .tags {
    grid-area: tags;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: .5333333333vw 2.1333vw;
    margin-top: .5333333333vw
}

.p-topics-item .tags li {
    line-height: 1.75;
    font-size: 3.2vw;
    font-family: kinto-sans,"Noto Sans JP",sans-serif;
    font-weight: 400;
    font-style: normal
}

.p-topics-item .tags li a {
    color: #f5692c;
    text-decoration: underline
}

.p-topics-item .tags li a::before {
    content: "#"
}

.p-topics-item.-latest {
    border: 1px solid #f5692c;
    grid-template: "image" auto "info" auto "tags" auto;
    /* margin-bottom: max(100px, 10.2813vw) ; */
    margin-bottom: max(3.2813vw, 3.2813vw) ;
}

.p-topics-item.-latest>a .img {
    margin-right: 0;
    width: 100%
}

.p-topics-item.-latest>a .img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover
}

.p-topics-item.-latest>a .img+.info {
    margin-top: 6.4vw
}

.p-topics-item.-latest>a .info {
    padding: 0
}

.p-topics-item.-latest>a .info::before {
    content: "";
    position: absolute;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    aspect-ratio: 1;
    color: var(--white);
    line-height: 1.2;
    border-radius: 50%;
    background-color: #f5692c;
    width: 16vw;
    height: 16vw;
    top: -2.6667vw;
    right: -2.6667vw;
    font-size: 4.2667vw;
    background-image: url(../image/txt_new.svg);
    background-size: 10.6667vw 5.0667vw;
    background-repeat: no-repeat;
    background-position: center center
}

.p-topics-item.-latest>a .date {
    font-size: 3.7333vw
}

.p-topics-item.-latest>a .date+* {
    margin-top: 2.1333vw
}

.p-index-topics>.container .more {
    margin-top: 14.9333vw
}

.p-index-topics>.container .more svg {
    width: 21.0667vw;
    height: 6.4vw
}

.About1{line-height: 1.7;}
.About1 .title{text-align: center;line-height: 1.7;font-size: calc(20px + 2.2vw);margin-bottom: calc(20px + 1.2vw); color:#f5692c;font-weight: bold;}
.About1 img{width: 100%;margin-bottom: calc(20px + 2vw);}
.About1 .con{font-size: calc(16px + .2vw);}
.aboutHonor{width: 100%; overflow: hidden;}
.aboutHonor .tit{text-align: center;margin-bottom: 50px;}
.aboutHonor .tit::after{left: calc(50% - 2vw - 4px); }
.mySwiper_Honor{width: 100%;margin: auto; overflow: hidden;margin-top: 50px;}
.mySwiper_Honor ul li.swiper-slide{width: 15%;z-index: 1;height: 560px; display: flex;align-items: center;justify-content: center;font-size: 0;line-height: 0;}
.mySwiper_Honor ul li.swiper-slide-active{ z-index: 100;}
.mySwiper_Honor ul li.swiper-slide-next{ z-index: 10;top: 50%;}
.mySwiper_Honor ul li.swiper-slide-prev{ z-index: 10;}
.mySwiper_Honor ul li .image{position: relative;}
.mySwiper_Honor ul li img{width: 100%;}
.mySwiper_Honor ul li.swiper-slide-active img{width: 200%;position: absolute;}
.mySwiper_Honor ul li.swiper-slide-next img{width: 160%;position: absolute;}
.mySwiper_Honor ul li.swiper-slide-prev img{width: 160%;position: absolute;}
.About1 .aboutlist ul{display: flex;align-items: center;justify-content: center;}
.About1 .aboutlist ul li{padding: 30px 35px;}
.About2{line-height: 1.7;}
.About2 .title{text-align: center;line-height: 1.7;font-size: calc(20px + 2.2vw);color:#f5692c;font-weight: bold;}
.About2 .des p{font-size: calc(16px + .2vw);}

.aboutpage3{width: 100%;margin-bottom: 60px;}
.aboutpage3 .title{text-align: center;line-height: 1.7;font-size:calc(20px + 2.2vw);color:#f5692c;font-weight: bold;margin-bottom: 60px;}
.aboutpage3 .developbig{overflow: hidden;margin-bottom: 30px;}
.aboutpage3 .developbig .swiper-slide img{width: calc(100% - 170px);}
.aboutpage3 .developbig .swiper-slide .detail{position: absolute;bottom: 15%;right:0;  background: #f5692c;padding: 20px;}
.aboutpage3 .developbig .swiper-slide .detail .tt{font-size: calc(24px + 1.6vw); color:#ffffff;margin-bottom: 12px;}
.aboutpage3 .developbig .swiper-slide .detail .tt span{color:rgba(255,255,255,0.3);font-size: calc(18px + 1.6vw);}
.aboutpage3 .developbig .swiper-slide .detail .des{color:#ffffff;line-height: 30px;height: 60px;overflow: hidden;}
.aboutpage3 .developbig .button-prev{position: absolute; left: calc(100% - 170px);top:calc(85% - 243px); width: 85px;height: 85px;background: #f5692c;z-index:100 ;display: flex;align-items: center;justify-content: center;}
.aboutpage3 .developbig .button-prev img{filter: invert(1);}
.aboutpage3 .developbig .button-next{position: absolute; left: calc(100% - 85px);top:calc(85% - 243px);width: 85px;height: 85px;background: #f5692c;z-index:100 ;display: flex;align-items: center;justify-content: center;}
.aboutpage3 .developbig .button-next img{transform: rotate(180deg);filter: invert(1);}
.aboutpage3 .developbig .swiper-button-disabled{background: #f8f8f8;filter: brightness(1);}
.aboutpage3 .developbig .swiper-button-disabled img{filter: brightness(1);}
.aboutpage3 .developsmall .swiper-slide p.tt{border-bottom:12px solid #e8e8e8;}
.aboutpage3 .developsmall .swiper-slide p{font-size: 20px;line-height: 50px;text-align: center;}
.aboutpage3 .developsmall .swiper-slide-thumb-active p.tt{border-bottom:12px solid #f5692c;}
.aboutpage4{margin-bottom: calc(40px + 2vw);}
.aboutpage4 .title{text-align: center;line-height: 2;font-size: calc(24px + 2vw);color:#f5692c;font-weight: bold;margin-bottom: 40px;}
.aboutpage4 ul{display: flex;flex-wrap: wrap;}
.aboutpage4 ul li{float: left;width: calc(20% - 6px);margin-right: 6px; margin-bottom: 10px;border-radius: 5px; border:1px solid #eeeeee; height: 152px;display: flex;align-items: center;justify-content: center;}
.aboutpage4 ul li img{max-width: 100%;}
.manufacturebig{margin-bottom: 12px;}
.manufacturebig img{width: 100%;}
.manufacturesmall{margin-bottom: 2vw;}
.manufacturesmall img{max-width: 100%;}
.manufacturesmall .swiper-slide{background: #000000;}
.manufacturesmall .swiper-slide img{opacity: .4;}
.manufacturesmall .swiper-slide-thumb-active  img{opacity: 1;}
.swiper-button-next{outline: none;color:#fff;}
.swiper-button-prev{outline: none;color:#fff;}
.inside_cate{margin: 40px auto;}
.inside_cate .cate_tit{font-size: calc(22px + 2vw);text-align: center;width: 100%;margin-bottom: 24px;overflow: hidden;}
.inside_cate .cate_des{width:100%; padding:40px 40px 80px;box-shadow: 0px 0px 5px 5px #f2e8e8;position: relative;}
.inside_cate .cate_des::after{content:""; position: absolute;bottom: 40px;left: 40px;width: 180px;height: 4px;background: #f5692c;}
.inside_cate .cate_des p{font-size: calc(16px + .4vw);line-height: 1.7;color: #000000;}
.inside_cate .cate_des p:first-child{font-size: calc(16px + 1vw);line-height:1.7;color: #000000;margin-bottom: calc(16px + .4vw);}
.inside_cate .cate_des1{text-align: center;}
.inside_conn{width:100%; padding:40px 40px 80px;position: relative;}
.inside_conn::after{content:""; position: absolute;bottom: 40px;left: 40px;width: 180px;height: 4px;background: #f5692c;}
.inside_conn p{font-size: calc(16px + .4vw);line-height: 1.7;color: #000000;}
.inside_conn p:first-child{font-size: calc(16px + 1vw);line-height:1.7;color: #000000;margin-bottom: calc(16px + .4vw);}
.article  ul li{width: 48%; float: left;margin-right: 2%;}

.contact-detail{width: 100%;display: flex;justify-content: space-between;margin-bottom: 40px;}
.contact-detail .con{width:49%;overflow: hidden; background: #f8f8f8;padding: 20px;line-height: 2;}
.contact-detail .con p.tt{color:#f5692c;font-size: 30px;}
.contact-image{font-size: 0;line-height: 0;}
.contact-image img{max-width:100%;}

.contact-iMessage .content .name{width: 100%;height: 60px;line-height: 60px;margin-bottom: 20px;border:1px solid #eeeeee;text-indent: 20px;}
.contact-iMessage .content .tel{width: 49%;height: 60px;line-height: 60px;float: left;margin-bottom: 20px;border:1px solid #eeeeee;text-indent: 20px}
.contact-iMessage .content .email{width: 49%;height: 60px;line-height: 60px;float: right;margin-bottom: 20px;border:1px solid #eeeeee;text-indent: 20px}
.contact-iMessage .content .message{width: 100%;height: 60px;line-height: 60px;margin-bottom: 20px;border:1px solid #eeeeee;text-indent: 20px}
.contact-iMessage .content .submit{display: block; width: 280px; margin: auto;margin-bottom: 20px; height: 60px;background: #f5692c;color:#ffffff;border:none;}

.HjSwiper img{max-width: 100%;}
.articleshow{line-height: 2;}
.articleshow .info{padding:0px 0px 30px 0px;border-bottom: 1px solid #dcdcdc;margin-bottom: 30px;text-align: center;}
.articleshow  .title{font-size: 28px;}
.articleshow .date{display: flex;justify-content:center;}
.articleshow .date p{float: left;padding: 0px 20px;}

.p-index-instagram .mySwiper_Honor ul li.swiper-slide{height: 800px;}

.c-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: var(--white);
    background-color: var(--black);
    border-radius: 100vmax;
    text-decoration: none;
    line-height: 1.5;
    font-weight: 500
}

.c-button::after {
    content: "";
    position: absolute;
    top: 50%;
    background-repeat: no-repeat;
    background-image: url(../image/arrow_right_white_s.svg);
    background-size: contain;
    margin-top: -1.3333vw;
    right: 6.4vw;
    width: 5.3333vw;
    height: 2.6667vw
}

.p-index-ad {
    background-color: #f5692c;
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18.1333vw;
}

.p-index-ad img {
    width: 100%;
}

.p-index-certificate {
    background-color: #4CA08B;
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:6vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.p-index-certificate .info {
    flex: 0 0 40vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.p-index-certificate .img {
    flex: 1 1 auto;
    padding: 2vw;

}

.p-index-certificate .img img {
    max-width: 100%;
    max-height: 100%;
}

.p-index-certificate .info .title {
    font-size: 4.68795vw;
    font-weight: bold;
    color: #fff;
}

.p-index-certificate .info .desc {
    text-align: center;
    font-size: 1.56vw;
    color: #fff;
    line-height: 2.56vw;
    margin-top: 2.68vw;
}

.p-index-instagram {
    /* width: 100%; */
    /* margin-bottom: 18.1333vw */
    margin-bottom: 6vw;
}

.p-index-instagram>.header {
    margin-bottom: 12.8vw
}

.p-index-instagram>.header .title {
    margin: 0;
    letter-spacing: -0.02em;
    font-size: 11.2vw;
    line-height: 1.2;
    color: var(--graphite);
    text-align: center
}

.p-index-instagram>.list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .8vw
}

.p-index-instagram>.list li {
    overflow: hidden;
    /* aspect-ratio: 1 */
}

.p-index-instagram>.list li img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}
.p-index-instagram>.list li .title{line-height: 30px;height: 60px;padding-top:12px;}

.p-index-lookbook {
    margin-left: auto;
    margin-right: auto;
    width: 92vw;
    /* max-width: 1800px; */
    margin-bottom: 4.1333vw
}

.p-index-lookbook>.title {
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-size: 11.2vw;
    text-align: center;
    color: var(--graphite)
}

.p-index-lookbook>.title+.lead {
    margin-top: 5.8667vw
}

.p-index-lookbook>.lead {
    margin: 0;
    color: var(--graphite);
    line-height: 1.75;
    font-size: 4.2667vw
}


.p-index-lookbook>.list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.p-index-lookbook>.list .item {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1
}

.p-index-lookbook>.list .item a {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: var(--white);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 38.92%, rgba(0, 0, 0, 0.0276) 99.99%);
    line-height: 1.2;
    letter-spacing: .01em;
    font-size: 4.2667vw;
    padding: 4.2667vw 19.2vw 4.2667vw 4.2667vw;
    font-family: Futura,"Century Gothic",kinto-sans,"Noto Sans JP",sans-serif;
    font-weight: 500;
    font-style: normal
}

.p-index-lookbook>.list .item a::after {
    content: "";
    display: block;
    border-radius: 100vmax;
    position: absolute;
    right: 4.2667vw;
    bottom: 4.2667vw;
    width: 10.6667vw;
    height: 5.3333vw;
    background-color: var(--black);
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../image/arrow_right_white_s.svg);
    background-size: 4.2667vw 1.9912vw
}

.p-index-lookbook>.list .item .img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .3s ease
}

.p-index-brand {
    /* width: 92vw; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18.1333vw
}

.p-index-brand>.title {
    margin: 0;
    line-height: 1.2;
    font-size: 11.2vw;
    letter-spacing: -0.02em;
    color: var(--graphite);
    text-align: center
}

.p-index-brand>.title+.lead {
    margin-top: 5.8667vw
}

.p-index-brand>.lead {
    margin: 0;
    color: var(--graphite);
    line-height: 1.75;
    font-size: 4.2667vw;
    font-family: kinto-sans,"Noto Sans JP",sans-serif;
    font-weight: 500;
    font-style: normal
}

.p-index-brand>.lead+* {
    margin-top: 10.6667vw
}

.p-index-brand>.categories+.brands {
    margin-top: 8.5333vw
}

.p-index-brand>.brands {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6667vw;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: start;
    align-content: start
}

.p-index-brand>.brands .brand a {
    overflow: hidden;
    display: block;
    border: 1px solid var(--lightgray);
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-index-brand>.brands .brand img {
    max-width: 100%;
    max-height:100%;
    height: auto;
    transition: transform .3s ease
}

.p-index-brand>.brands .brand:hover img {
    transform: scale(1.05);
}

.p-index-footer {
    overflow: hidden;
    border-top: 2px solid #f5692c;
}

.p-index-footer>.lower {
    overflow: visible
}

.p-index-footer>.lower::before {
    content: "";
    display: block;
    width: 100%;
    height: 31.2vw;
    background-image: url(../image/txt_try_2line.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain
}

.global-footer {
    text-align: left;
    font-weight: 500;
    line-height: 1.7;
    font-size: .75rem;
    color: #FFF;
    background: #323334;
}


.global-footer .copyright {
    border-top: 1px solid #626364;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #FFF;
    text-align: center;
    padding: 1em 0 1.5em;
    background: #323334;
    margin: 0;
    flex: 0 0 100%;
}


.global-footer .copyright small {
    font-size: .92em
}

.p-index-slider .splide__track {
    overflow: visible;
    width: 88vw;
    margin-left: 8vw
}

.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.p-index-slider .splide__list {
    list-style: none
}

.swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative
}

.swiper-slide img {
    vertical-align: bottom
}

.p-index-slider .swiper-slide {
    direction: ltr;
    text-align: left;
    overflow: hidden;
    width: 65%;
    /* height: 88vw; */
    margin-right: 4vw
}


.p-index-slider .swiper-slide .img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.p-index-slider .swiper-slide a {
    text-decoration: none;
    position: relative;
    display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 38.92%, rgba(0, 0, 0, 0.0276) 99.99%)
}

.splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none;
    counter-reset: page;
}

.splide__pagination .swiper-pagination-bullet {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
    flex: 0 0 auto;
    background-color: #fff!important;
    border-radius: 0;
    position: relative;
}

.p-index-slider .splide__pagination .swiper-pagination-bullet::before {
    content: '';
    width: 100%;
    height: 100%;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 1;
}



.p-index-slider .splide__pagination .swiper-pagination-bullet::after {
    content: '';
    width: 100%;
    height: 100%;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.p-index-slider .splide__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 0;
}

.p-index-slider .splide__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    opacity: 1;
}

.p-index-slider .splide__pagination .swiper-pagination-bullet:first-child::before {
    background-image: url(../image/p1_off.svg)
}

.p-index-slider .splide__pagination .swiper-pagination-bullet:first-child::after {
    background-image: url(../image/p1_on.svg)
}

.p-index-slider .splide__pagination .swiper-pagination-bullet:nth-child(2)::before {
    background-image: url(../image/p2_off.svg)
}

.p-index-slider .splide__pagination .swiper-pagination-bullet:nth-child(2)::after {
    background-image: url(../image/p2_on.svg)
}

.p-index-slider .splide__pagination .swiper-pagination-bullet:nth-child(3)::before {
    background-image: url(../image/p3_off.svg)
}

.p-index-slider .splide__pagination .swiper-pagination-bullet:nth-child(3)::after {
    background-image: url(../image/p3_on.svg)
}

.p-index-slider .splide__pagination .swiper-pagination-bullet:nth-child(4)::before {
    background-image: url(../image/p4_off.svg)
}

.p-index-slider .splide__pagination .swiper-pagination-bullet:nth-child(4)::after {
    background-image: url(../image/p4_on.svg)
}

.p-index-slider .splide__pagination .swiper-pagination-bullet:nth-child(5)::before {
    background-image: url(../image/p5_off.svg)
}

.p-index-slider .splide__pagination .swiper-pagination-bullet:nth-child(5)::after {
    background-image: url(../image/p5_on.svg)
}

.p-index-slider .splide__pagination .swiper-pagination-bullet:nth-child(6)::before {
    background-image: url(../image/p6_off.svg)
}

.p-index-slider .splide__pagination .swiper-pagination-bullet:nth-child(6)::after {
    background-image: url(../image/p6_on.svg)
}

.p-index-slider .splide__pagination .swiper-pagination-bullet:nth-child(7)::before {
    background-image: url(../image/p7_off.svg)
}

.p-index-slider .splide__pagination .swiper-pagination-bullet:nth-child(7)::after {
    background-image: url(../image/p7_on.svg)
}

.p-index-slider .splide__pagination .swiper-pagination-bullet:nth-child(8)::before {
    background-image: url(../image/p8_off.svg)
}

.p-index-slider .splide__pagination .swiper-pagination-bullet:nth-child(8)::after {
    background-image: url(../image/p8_on.svg)
}

.p-index-slider .splide__pagination .swiper-pagination-bullet:nth-child(9)::before {
    background-image: url(../image/p9_off.svg)
}

.p-index-slider .splide__pagination .swiper-pagination-bullet:nth-child(9)::after {
    background-image: url(../image/p9_on.svg)
}


.p-index-brand>.categories {
    display: flex
}

.p-index-brand>.categories .list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

.p-index-brand>.categories .item {
    flex: 0 0 auto
}

.p-index-brand>.categories .item+.item {
    border-left: 1px solid var(--lightgray);
    margin-left: 5.3333vw;
    padding-left: 5.3333vw
}

.p-index-brand>.categories .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(0,0,0,0);
    padding: 0;
    border: 0;
    border-radius: 100vmax;
    color: #f5692c;
    cursor: pointer;
    font-size: 3.7333vw;
    line-height: 1.7143;
    padding-block:1.3333vw;padding-inline:4.2667vw;font-family: kinto-sans,"Noto Sans JP",sans-serif;
    font-weight: 500;
    font-style: normal
}

.p-index-brand>.categories .button.-active {
    background-color: #f5692c;
    color: var(--white)
}


.p-index-instagram>.header>.categories {
    flex: 1 1 100%;
    display: flex;
}

.p-index-instagram>.header>.categories .list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* width: 80%; */
    overflow-y: auto;
}

.p-index-instagram>.header>.categories .item {
    flex: 0 0 auto;
    border-right: 1px solid var(--lightgray);
}

.p-index-instagram>.header>.categories .item+.item {
    padding-right: 5.3333vw;
}

.p-index-instagram>.header>.categories .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(0,0,0,0);
    padding: 0;
    border: 0;
    border-radius: 100vmax;
    color: #f5692c;
    cursor: pointer;
    font-size: 3.7333vw;
    line-height: 1.7143;
    padding-block:1.3333vw;padding-inline:4.2667vw;font-family: kinto-sans,"Noto Sans JP",sans-serif;
    font-weight: 500;
    font-style: normal
}

.p-index-instagram>.header>.categories .button.-active {
    background-color:#f5692c;
    color: var(--white)
}


.block_bread  >.list {
    margin:  max(60.75px, 2.7031vw) 0 max(102.75px, 6.7031vw) max(15px, 1.5625vw);
    padding: 0;
    list-style: none;
    font-size: 4.2667vw;
    line-height: 1.75;
    font-family: Futura,"Century Gothic",kinto-sans,"Noto Sans JP",sans-serif;
    font-weight: 500;
    font-style: normal
}

.block_bread  >.list li {
    display: flex;
    align-content: center;
    align-items: center
}

.block_bread  >.list li a {
    display: block;
    color: #f5692c;
    text-decoration: none;
    font-size: 1.39998vw;
    font-weight: 500;
    padding: 0.59998vw;
    border-radius: 6.59998vw;
}

.block_bread  >.list li a.active {
    background-color:#f5692c;
    color: var(--white);
}

.block_bread  >.list li a svg {
    display: block;
    width: auto;
    height: 5.0667vw
}

.block_bread  >.list li+li::before {
    content: "";
    display: block;
    width: 1px;
    background-color:#f5692c;
    height: 3.2vw;
    margin-left: 3.7333vw;
    margin-right: 3.7333vw
}

.block_content_main {
    line-height: 30px;
    font-size: 16px;
    color: #303030;
    margin: 0 max(15px, 1.5625vw) max(60.75px, 2.7031vw);
}

.block_content_main p {
    margin: 0;
}

.block-pagination {
    text-align: center;
 }

 .article_show_main {
    width: 90%;
    margin: 0 auto 10.56vw;
 }

 .article_show_main .title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.article_show_main .sub_title {
	text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.article_show_main .subtitle {
    text-align: center;
    margin-bottom: 40px;
}

.article_show_main .subtitle span {
    margin: 0 10px;
    font-size: 13px;
    color: #666;
}

.article_show_main .article_show_content {
    line-height: 30px;
    font-size: 16px;
    color: #303030;
}

.article_show_main .article_show_content p {
    margin: 0;
    text-indent: 33px;
	text-align: justify;
}
.article_show_main .article_show_content table{border:1px solid #dcdcdc}
.article_show_main .article_show_content table td{border:1px solid #dcdcdc}
.article_show_main .article_show_content table p{
	text-indent: 0px;
	padding:5px 10px;
	text-align: justify;
	font-size:14px;
	line-height:20px;
}

.article_show_main .article_show_content img {
    display: block;
    max-width: 100%;
    margin: 5px auto;
}

.article_show_main .tags-and-links {
    margin-top: 30px;
    line-height: 30px;
}

.article_show_main .tags-and-links a {
    color: #000;
}

.article_show_main .article_show_main_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.article_show_main .article_show_desc {
    line-height: 30px;
    font-size: 16px;
    color: #303030;
    margin-bottom: 20px;
}

.pagination {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-bottom: 6vw;
}

.pagination li {
    padding: 2px;
}


.pagination li a {
    display: inline-block;
    color: #1471bd;
    border: 1px solid #1471bd;
    padding: 5px 10px;
    margin: 5px;
}

.fixvideo{
    position: fixed;
    width: 100%;
    height: 100%;
    
    z-index: 1000;
    left: 0;
    top: 0;
    opacity:0 ;
    display: none; 
}
.fixvideobg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background-color: rgba(0,0,0,0.8);
}
.fixvideo.active{
    opacity:1 ;
    display: block;  
}
.fixvideo .video{
    position: absolute;
    max-width: 800px;
    width: 100%;
   left: 50%;
   top:50%;
   transform: translate(-50%,-50%);
   
}
@media screen and (min-width: 768px) {
    .p-index-banner {
        display: flex;
        padding-top: max(131.25px, 13.6719vw);
        padding-bottom: max(24px, 2.5vw);
        /* margin-bottom: max(84px, 8.75vw); */
    }

    .p-index-banner >.title {
        top: min(-2.0313vw, -19.5px);
        height: max(142.5px, 14.8438vw);
    }



    .p-index-banner >.title::before,
    .p-index-banner >.title::after {
        width: max(1425px, 148.4375vw);
        background-size: max(1425px, 148.4375vw) max(142.5px, 14.8438vw)
    }

    .p-index-banner >.anchor {
        top: max(102.75px, 10.7031vw);
        /* left: max(15px, 1.5625vw); */
        left: max(15px, 4vw);
        right: auto;
        font-size: max(13.5px, 1.4063vw);
        line-height: 1.2778
    }

    .p-index-banner >.anchor li a svg {
        height: max(16.5px, 1.7188vw)
    }

    .p-index-banner >.anchor li+li::before {
        height: max(9px, 0.9375vw);
        margin-left: max(9px, 0.9375vw);
        margin-right: max(9px, 0.9375vw)
    }


    .p-index-banner .p-index-movie {
        flex: 0 0 auto;
        margin-left: max(18px, 1.875vw);
        width: max(300px, 31.25vw);
        height: max(345px, 35.9375vw);
    /* padding: max(37.5px, 3.9063vw) max(37.5px, 3.9063vw) max(18px, 1.875vw); */
    }


    .p-index-movie .trigger a {
        width: max(300px, 31.25vw);
        height: max(345px, 35.9375vw);
        padding: max(37.5px, 3.9063vw) max(37.5px, 3.9063vw) max(18px, 1.875vw)
    }

   .p-index-movie .info {
        margin-top: max(12px, 1.25vw);
        width: max(186px, 19.375vw)
    }

    .p-index-movie .info .sub {
        font-size: max(10.5px, 1.0938vw)
    }

    .p-index-movie .info .sub+.main {
        margin-top: max(2.25px, 0.2344vw)
    }

    .p-index-movie .info .main {
        font-size: max(18px, 1.875vw)
    }

    .p-index-movie .more {
        padding: max(15px, 1.5625vw) 0 0 max(15px, 1.5625vw);
        width: max(99px, 10.3125vw);
        height: max(99px, 10.3125vw);
        /* right: min(-2.5vw, -24px);
        bottom: min(-0.9375vw, -9px); */
        border-radius: 0 0 50%
    }

    .p-index-movie .more .circle {
        width: max(84px, 8.75vw);
        height: max(84px, 8.75vw)
    }

    .p-index-movie .more .arrow {
        width: max(22.5px, 2.3438vw);
        height: max(10.5px, 1.0938vw)
    }

    .p-index-pickup {
        /* width: max(840px, 87.5vw); */
        margin-bottom: max(78px, 8.125vw);
        margin-top: max(84px, 8.75vw);
        display: flex;
        align-content: flex-start;
        justify-content: space-between
    }

    .p-index-pickup::before {
        top: min(-4.3438vw, -22.5px);
        left: max(19.5px, 2.0313vw);
        width: max(804px, 83.75vw);
        height: max(75px, 7.8125vw);
        background-image: url(../image/txt_recommend_pc.svg)
    }

    .p-index-pickup>.title {
        padding-top: max(48px, 5vw);
        padding-left: max(11.25px, 1.1719vw);
        margin-bottom: 0
    }

    .p-index-pickup>.list {
        flex: 0 0 auto;
        display: flex;
        align-content: stretch;
        align-items: stretch;
        width: max(660px, 68.75vw);
        margin-left: auto
    }

    .p-index-pickup>.list .item {
        flex: 0 0 auto;
        width: max(318px, 33.125vw);
        min-height: max(165px, 17.1875vw)
    }

    .p-index-pickup>.list .item+.item {
        margin-left: max(24px, 2.5vw)
    }

    .p-index-pickup>.list .text {
        display: flex;
        padding: max(15px, 1.5625vw);
        line-height: 2;
        font-size: max(12.5px, 1.1063vw);
        font-family: 'Century Gothic', 'Courier New', Courier, monospace;
        color: #5f555d
    }

    .p-index-pickup>.list .img {
        display: flex;
        overflow: hidden;
    }


    .p-index-topics {
        /* width: max(840px, 87.5vw);
        margin-bottom: max(96px, 10vw) */
    }

    .p-index-topics>.title {
        text-align: left;
        font-size: max(42px, 4.375vw);
        margin-bottom: max(31.5px, 3.2813vw)
    }

    .p-index-topics>.container {
        margin-left: auto;
        margin-right: auto;
        display: grid;
        grid-auto-flow: row dense;
        grid-template-columns: max(513px, 53.4375vw) max(255px, 26.5625vw);
        -moz-column-gap: max(87px, 9.0625vw);
        column-gap: max(87px, 9.0625vw)
    }

    .p-index-topics>.container .side {
        width: max(255px, 26.5625vw);
        grid-column: 2;
        position: sticky;
        height: -moz-fit-content;
        height: fit-content;
        align-self: end;
        bottom: max(36px, 3.75vw)
    }

    .p-topics-item {
        -moz-column-gap: max(30px, 3.125vw);
        column-gap: max(30px, 3.125vw);
        padding: max(15px, 1.5625vw) max(15px, 1.5625vw) max(15px, 1.5625vw) max(7.5px, 0.7813vw)
    }
    

    .p-topics-item>a .img {
        /* width: max(120px, 12.5vw);
        height: max(120px, 12.5vw) */
    }

    .p-topics-item>a .info {
        padding-top: max(6px, 0.625vw);
        padding-right: max(60px, 6.25vw)
    }

    .p-topics-item>a .info::after {
        content: "";
        display: block;
        border-radius: 100vmax;
        position: absolute;
        background-color: var(--black);
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../image/arrow_right_white_s.svg);
        right: max(15px, 1.5625vw);
        bottom: max(15px, 1.5625vw);
        width: max(36px, 3.75vw);
        height: max(18px, 1.875vw);
        background-size: max(15px, 1.5625vw) max(7.5px, 0.7813vw);
        transition: background-color .3s ease
    }

    .p-topics-item>a .date {
        font-size: max(10.5px, 1.0938vw)
    }

    .p-topics-item>a .date+.headline {
        margin-top: max(9px, 0.9375vw)
    }

    .p-topics-item>a .headline {
        font-size: max(13.5px, 1.4063vw);
        transition: color .3s ease
    }

    .p-topics-item>a .headline+* {
        margin-top: max(9px, 0.9375vw)
    }

    .p-topics-item>a .arrow {
        position: absolute;
        right: max(15px, 1.5625vw);
        bottom: max(15px, 1.5625vw);
        width: max(36px, 3.75vw);
        height: max(18px, 1.875vw);
        background-color: var(--black);
        border-radius: 100vmax;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        transition: background-color .3s ease
    }

    .p-topics-item>a .arrow svg {
        width: max(15px, 1.5625vw);
        height: max(7.5px, 0.7813vw)
    }

    .p-topics-item .tags {
        gap: max(6px, 0.625vw) max(12px, 1.25vw);
        margin-top: max(9px, 0.9375vw)
    }

    .p-topics-item .tags li {
        font-size: max(10.5px, 1.0938vw)
    }

    .p-index-topics>.container .main {
        grid-column: 1;
        width: max(513px, 53.4375vw)
    }

    .p-topics-item.-latest {
        width: 32%;
        float: left;
        margin-right: 2%;
        padding: max(31.5px, 3.2813vw) max(31.5px, 3.2813vw) max(51px, 5.3125vw)
    }
    .p-topics-item.-latest:nth-child(3n){
        margin-right: 0;
    }
    .p-topics-item.-latest>a .img {
        /* width: max(192px, 20vw);
        height: max(192px, 20vw) */
    }

    .p-topics-item.-latest>a .img+.info {
        margin-top: max(15px, 1.5625vw)
    }

    .p-topics-item.-latest>a .info {
        padding: 0
    }

    .p-topics-item.-latest>a .info::before {
        font-size: max(12px, 1.25vw);
        top: min(-0.7813vw, -7.5px);
        right: min(-1.5625vw, -15px);
        width: max(48px, 5vw);
        height: max(48px, 5vw);
        background-size: max(30px, 3.125vw) max(14.25px, 1.4844vw)
    }

    .p-topics-item.-latest>a .date {
        font-size: max(12px, 1.25vw)
    }

    .p-topics-item.-latest>a .date+* {
        margin-top: max(6px, 0.625vw)
    }

    .p-topics-item.-latest>a .arrow {
        bottom: max(7.5px, 0.7813vw)
    }
   
    .p-index-topics>.container .more {
        margin-top: max(54px, 5.625vw)
    }
    
    .p-index-topics>.container .more svg {
        width: max(59.25px, 6.1719vw);
        height: max(18px, 1.875vw)
    }


    .c-button {
        min-width:max(180px, 18.75vw);
        width: -moz-fit-content;
        width: fit-content;
        padding: max(3px, 0.3125vw) max(48px, 5vw) max(3px, 0.3125vw) max(48px, 5vw);
        height: max(42px, 4.375vw);
        font-size: max(12px, 1.25vw)
    }

    .c-button::after {
        margin-top: min(-0.3906vw, -3.75px);
        right: max(18px, 1.875vw);
        width: max(15px, 1.5625vw);
        height: max(7.5px, 0.7813vw)
    }

    .p-index-ad {
        width: max(840px, 87.5vw);
        display: flex;
        align-content: center;
        align-items: center;
        }

    .p-index-instagram {
        /* width: max(840px, 87.5vw);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: max(96px, 10vw) */
    }

    .p-index-instagram>.header {
        display: flex;
        flex-direction: column;
        margin-bottom: max(43.5px, 4.5313vw)
    }

    .p-index-instagram>.header .title {
        font-size: max(42px, 4.375vw);
        line-height: 1;
        text-align: left
    }

    .p-index-instagram>.list {
        grid-template-columns: repeat(4, 1fr);
        gap: max(12px, 1.25vw)
    }

    .p-index-instagram>.list li img {
        transition: transform .3s ease
    }

    .p-index-instagram>.list li:hover .img {
        transform: scale(1.05)
    }

    .p-index-lookbook {
        /* width: max(840px, 87.5vw); */
        margin-bottom: max(96px, 10vw)
    }

    .p-index-lookbook>.title {
        text-align: left;
        font-size: max(42px, 4.375vw)
    }

    .p-index-lookbook>.title+.lead {
        margin-top: max(20.25px, 2.1094vw)
    }

    .p-index-lookbook>.lead {
        font-size: max(12px, 1.25vw)
    }

    .p-index-lookbook>.lead+.list {
        margin-top: max(48px, 5vw);
        /* max-width: 1800px; */

    }

    .p-index-lookbook>.list {
        /* display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: max(24px, 2.5vw) */
    }

    .p-index-lookbook>.list .item {
        width:48%;
        /* height: max(408px, 43.5vw) */
    }

    .p-index-lookbook>.list .item a {
        font-size: max(15px, 1.5625vw);
        padding: max(18px, 1.875vw) max(72px, 7.5vw) max(18px, 1.875vw) max(18px, 1.875vw)
    }

    .p-index-lookbook>.list .item a::after {
        right: max(18px, 1.875vw);
        bottom: max(18px, 1.875vw);
        width: max(36px, 3.75vw);
        height: max(18px, 1.875vw);
        background-size: max(15px, 1.5625vw) max(7.5px, 0.7813vw);
        transition: background-color .3s ease
    }

    .p-index-lookbook>.list .item a:hover::after {
        animation: arrowShakeBg .3s ease 2 forwards;
        background-color: #f5692c;
    }

    .p-index-lookbook>.list .item a:hover+.img {
        transform: scale(1.05)
    }

    .p-index-brand {
        /* width: max(840px, 87.5vw); */
        margin-bottom: max(60px, 6.25vw)
    }

    .p-index-brand>.title {
        font-size: max(42px, 4.375vw);
        text-align: left
    }

    .p-index-brand>.title+.lead {
        margin-top: max(20.25px, 2.1094vw)
    }

    .p-index-brand>.lead {
        font-size: max(12px, 1.25vw)
    }

    .p-index-brand>.lead+* {
        margin-top: max(48px, 5vw)
    }

    .p-index-brand>.categories+.brands {
        margin-top: max(36px, 3.75vw)
    }


    .p-index-brand>.brands {
        gap: max(15px, 1.5625vw);
        grid-template-columns: repeat(5, 1fr)
    }

    .p-index-footer {
        /* width: max(840px, 87.5vw); */
        width:92%;
        /* max-width: 1800px; */
        margin-left: auto;
        margin-right: auto
    }

    .p-index-footer>.lower {
        padding-top: max(41.25px, 4.2969vw);
        padding-bottom: max(42.75px, 4.4531vw);
        padding-left: max(60.75px, 6.3281vw)
    }

    .p-index-footer>.lower::before {
        width: max(718.5px, 74.8438vw);
        height: max(244.5px, 25.4688vw)
    }

    .global-footer .footer-nav {
        position:relative;
        flex: 1 1 auto;
        padding-left: 60px; 
    }

    .global-footer .footer-info {
        flex: 0 0 300px;
        padding: 30px 0 20px
    }

    .global-footer .footer-info .tel {
        font-size: 36px;
        padding-left: 80px;
        background: url(../image/24phone.png) no-repeat left center;
    }

    .global-footer .footer-info .address {
        font-size: 18px;
        margin: 28px 0;
    }

    .global-footer .footer-info .map {
        width: 300px;
        height: 300px;
        background: url(../image/location.png) no-repeat center / cover;
    }

    .global-footer .footer-sitemap {
        padding:30px 0 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .global-footer .footer-sitemap>.col>ul>li>a {
        font-weight: 700;
        font-size: 0.86vw;
    }

    .global-footer .footer-sitemap>.col>ul>li>a.category {
        margin: 0 0 1em
    }

    .global-footer .footer-sitemap>.col>ul>li>ul {
        margin: 1em 0 0 0
    }

    .global-footer .footer-sitemap a {
        display: inline-block;
        color: #FFF;
        padding: .3em .5em;
        transition: all 0.15s;
        font-weight: 700;
        text-decoration: none;
        font-size: 0.9vw;
        font-family: "Century Gothic";
    }

    .global-footer .footer-sitemap a:not([href=""]):hover {
        text-decoration: none;
        opacity: .7
    }

    .global-footer .footer-sitemap a[href=""] {
        pointer-events: none
    }


    .global-footer .footer-sitemap a.category {
        display: block;
        color: #FFF;
        font-weight: 700;
        border-bottom: 1px solid #626364
    }

    .global-footer ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .p-index-slider .swiper-slide {
        /* width: max(345px, 35.9375vw)!important; */
        height: max(345px, 35.9375vw) !important;
        margin-right: max(24px, 2.5vw)!important;
        margin-left: 0!important;
    }

    .p-index-slider .splide__track {
        width: max(345px, 35.9375vw);
        margin-left: max(207.75px, 21.6406vw);
        margin-right: 0
    }

    .p-index-slider .splide__pagination {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        background-color: var(--white);
        flex-direction: column;
        justify-content: flex-start;
        padding: max(7.5px, 0.7813vw) max(10.5px, 1.0938vw);
        height: 100%;
        width: max(44.25px, 4.6094vw);
        left: auto;
        bottom: auto;
    }

    .p-index-slider .splide__pagination .swiper-pagination-bullet {
        width: max(15.75px, 1.6406vw);
        height: max(23.25px, 2.4219vw);
        transform: rotate(90deg);
        background-position: center;
        background-repeat: no-repeat;
    }

    .p-index-brand>.categories .item+.item {
        margin-left: max(15px, 1.5625vw);
        padding-left: max(15px, 1.5625vw)
    }

    .p-index-brand>.categories .button {
        padding-block:max(3.75px, 0.3906vw);padding-inline:max(12px, 1.25vw);font-size: max(10.5px, 1.0938vw);
        transition-property: color,background-color;
        transition-duration: .3s;
        transition-timing-function: ease
    }

    .p-index-instagram>.header>.categories {
        margin-top: max(48px, 5vw);
        padding-right: max(15px, 1.5625vw);
    }

    .p-index-instagram>.header>.categories .item {
        margin-bottom: max(15px, 1.5625vw);
        margin-right: max(15px, 1.5625vw);
    }

    .p-index-instagram>.header>.categories .item+.item {
        padding-right: max(15px, 1.5625vw);
    }

    .p-index-instagram>.header>.categories .button {
        padding-block:max(3.75px, 0.3906vw);padding-inline:max(12px, 1.25vw);font-size: max(10.5px, 1.0938vw);
        transition-property: color,background-color;
        transition-duration: .3s;
        transition-timing-function: ease
    }

    .block_bread  >.list {
        display: flex;
        top: max(102.75px, 10.7031vw);
        left: max(15px, 1.5625vw);
        right: auto;
        font-size: max(13.5px, 1.4063vw);
        line-height: 1.2778
    }

    .block_bread  >.list li a svg {
        height: max(16.5px, 1.7188vw)
    }

    .block_bread  >.list li+li::before {
        height: max(9px, 0.9375vw);
        margin-left: max(9px, 0.9375vw);
        margin-right: max(9px, 0.9375vw)
    }

}

@media (min-width: 768px) and (min-width:768px) {
    .global-footer>.inner {
        /* max-width:1200px; */
        padding: 0 20px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {

    .brandsite-logo a{height: 60px;
        width: 100px;
        background: url(../image/logo.svg) no-repeat left center;
        background-size:100% 100%;
    }
    .brandsite-button{top:20px;}
    .brandsite-button1{top:20px;}
    .p-index-banner > .title{height: 0;}
    .p-index-banner > .anchor{top: 60px;}

    .p-index-banner {
        position: relative;
        overflow: hidden;
        padding-top: 100px;
        padding-bottom: 3.2vw;  
        margin-bottom:  0;
        margin-top: 10px;}

    .p-index-movie .trigger a {
        width: 92vw;
        margin-left: auto;
        margin-right: auto;
        padding: 8.5333vw 8.5333vw 6.9333vw
    }

    .p-index-pickup {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top:0;
    }

    .p-index-pickup>.list {
        order: 1;
        line-height: 1.75;
        font-size: 3.7333vw;
    }

    .p-index-pickup>.button {
        order: 2;
        width: 100%;
        height: 12.6719vw;
    }

    .c-button {
        height:14.9333vw;
        width: 78.6667vw;
        margin-left: auto;
        margin-right: auto;
        padding: 1.0667vw 17.0667vw 1.0667vw 17.0667vw;
        font-size: 4.2667vw
    }

    .p-index-instagram>.list {
        grid-template-columns: repeat(2, 1fr);
    }

    .p-index-instagram {
        width: 92vw;
        margin-left: auto;
        margin-right: auto;
    }

    .p-index-lookbook>.list .item+.item {
        /* margin-top: 4.2667vw */
    }

    .global-footer .footer-info {
        display: none;
    }

    .global-footer .footer-sitemap .col>ul>li>a {
        display:block;
        color: #FFF;
        font-size: 1.08em;
        padding: 1em 1.5em;
        border-bottom: 1px solid #626364;
        background: transparent;
        display: flex;
        align-items: center
    }

    .global-footer .footer-sitemap .col>ul>li>a:hover {
        text-decoration: none
    }

    .global-footer .footer-sitemap .col>ul>li>a:after {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        border-width: 1px 1px 0 0;
        border-color: #FFF;
        border-style: solid;
        transform-origin: 50% 50%;
        transform: rotate(45deg);
        vertical-align: 3.5px;
        margin-left: auto;
        margin-right: 0
    }

    .global-footer .footer-sitemap .col>ul>li>a.has-child:after {
        transition: transform 0.5s;
        transform: rotate(135deg)
    }

    .global-footer .footer-sitemap .col>ul>li>a.has-child.-active:after {
        transform: translateY(3.5px) rotate(-45deg)
    }

    .global-footer .footer-sitemap .col>ul>li>a.has-child+ul {
        max-height: 0;
        overflow: hidden;
        transition: all 0.5s
    }

    .global-footer .footer-sitemap .col>ul>li>ul>li>a {
        display: block;
        color: #323334;
        padding: .75em 0 .75em 1.5em;
        background: #DDD;
        border: 1px solid #BAB9B9;
        margin-bottom: -1px
    }

    .global-footer .footer-sitemap .col>ul>li>ul>li>a:hover {
        text-decoration: none
    }

    .global-footer .footer-sitemap .col>ul>li>ul>li>a:before {
        content: "";
        display: inline-block;
        width: 4px;
        height: 4px;
        border-width: 1px 1px 0 0;
        border-color: #323334;
        border-style: solid;
        transform-origin: 50% 50%;
        transform: rotate(45deg);
        vertical-align: 2px;
        margin-right: 1em
    }


    .global-footer .copyright {
        padding: 1em
    }

    .p-inside-banner {
        padding-top: 8vw;
       
    }

    .p-index-banner >.anchor {
        right: auto;
        width: 100%;
        overflow-y: auto;
        padding: 0 3%;
    }

    .p-inside-banner >.anchor {
        position: relative;
        top: auto;
        right: auto;
        padding: 0 3%;
        width: 100%;
        overflow-y: auto;
        margin-top: 80px;
    }

    .p-index-banner >.anchor li {
        flex: 1 0 auto;
    }

    .p-index-banner >.anchor li a {
        font-size: 4.39998vw;
    }

    .p-index-slider .swiper-slide {
        width: 88vw! important;
    }

    .p-index-slider {
        width: 92vw;
        margin:30px auto;
        height: 350px;
    }

    .splide__pagination .swiper-pagination-bullet {
        width: 30px;
        height: 30px;
    }

    .splide__pagination {
        padding: 20px 0;
    }

    .footer-nav {
        display: none;
    }

    .p-index-instagram>.header>.categories .list {
        width: 100%;
        flex-wrap: nowrap;
    }

    .p-index-footer {
        padding: 40px 0;
    }

    .p-index-brand>.title+.lead {
        margin-bottom: 5.8667vw;
    }

    .p-index-lookbook>.title+.lead {
        margin-bottom: 5.8667vw;
    }

    .p-index-certificate {
        flex-direction: column;
        padding: 4.68795vw;
    }

    .p-index-certificate .info {
        flex: 0 0 100%;
        padding: 3.68795vw 0 5.68795vw;
    }

    .p-index-certificate .info .title {
        font-size: 10.68795vw;
    }

    .p-index-certificate .info .desc {
        font-size: 4.68795vw;
        line-height: 5.68795vw;
    }


    .p-index-certificate .img {
        padding: 4.68795vw;
    }
}


@keyframes slideText {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(-100%)
    }
}

@keyframes slideTextClone {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-200%)
    }
}



@keyframes rotate360 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}


@keyframes arrowShakeBg {
    0% {
        background-position: left 50% top 50%
    }

    50% {
        background-position: left 60% top 50%
    }

    100% {
        background-position: left 50% top 50%
    }
}