@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    font-family: 'Noto Serif JP', serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

img {
    width: 100%;
    vertical-align: bottom;
}

h1 {
    margin: 0;
}

h2,
h3 {
    font-weight: normal;
    letter-spacing: 0.05em;
}

h2 {
    font-size: 1.5rem;
}

p {
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-size: 1.2rem;
}

a {
    text-decoration: none;
    color: #000;
    line-height: 1.5;
}

a:visited{
    color: inherit;
}

li {
    list-style: none;
}

.pc {
    display: none !important;
}

.sp {
    display: block !important;
}

body {
    background-color: #F2EFE6;
}

h2 {
    font-family: 'Noto Serif Display', serif;
    font-weight: 700;
}

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif Display', serif;
font-family: 'Roboto', sans-serif;
*/

/* ---------- header ---------- */

.header-inner_flex {
    display: flex;
    width: 100%;
    height: 66px;
    background-color: none;
    align-items: center;
}

/*　ハンバーガーボタン　*/
.hamburger {
    display: block;
    position: fixed;
    z-index: 9999;
    left: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
}

.hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #000;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 10px;
}

.hamburger span:nth-child(2) {
    top: 20px;
}

.hamburger span:nth-child(3) {
    top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* .hamburger.active +.header-inner_btn{
    display: none;
} */

.header-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    color: #000;
    background: #fff;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    visibility: hidden;
    height: 100vh;
}

.header-nav_item {
    list-style-type: none;
    padding: 0;
    font-size: 2.0rem;
}

.header-nav_item:last-child {
    padding-bottom: 0;
}

/* nav.header-nav_item:hover{
    background :#ddd;
} */

.header-nav_item {
    padding: 10px 0;
}

.header-nav_item a {
    font-family: 'Noto Serif Display', serif;
    font-weight: 700;
    font-size: 2.0rem;
    color: #000;
    text-decoration: none;
}

.nav-ruby {
    display: block;
    font-size: 0.8rem;
    /* margin-top: 5px; */
    font-family: 'Noto Sans JP', sans-serif;
    color: #727171;
}

.nav-child-list{
    margin-top: 5px;
}

.nav-child-list_item a {
    font-size: 1.4rem;
}

/*フォームのフォーカスOFF*/
input {
    font-size: 16px;
} 

/* このクラスを、jQueryで付与・削除する */
.header-nav.active {
    opacity: 100;
    visibility: visible;
}

.header-nav_list {
    width: 100%;
    /* height: 100vh; */
    /* position: relative; */
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.header-nav_background {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.header-nav_background img {
    width: 18.5%;
    max-width: 240px;
}

.header-inner_btn {
    display: flex;
    position: absolute;
    position: fixed;
    z-index: 999;
    right: 25px;
    gap: 15px;
}

.header-inner_btn img {
    height: 25px;
}

.instagram-link{
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-family: 'Noto Serif Display', serif;
}

.faq-link{
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-family: 'Noto Serif Display', serif;
}

.search-form{
    display: inline-flex;
    align-items: flex-end;
    gap: 10px;
}

#search{
    margin: 0 0 0 10px;
    height: 28px;
    width: 142px;
    transition: all .6s ease;
    border-bottom:1px solid #000;
    border-right:none;
    border-left:none;
    border-top:none;
    border-radius:0px;
    outline: none;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-appearance: none;
    background-color: #fff;
}

.search-submit{
    color: #000;
    vertical-align:top;
    font-family: 'Noto Serif Display', serif;
    border: none;
    padding: 0;
    font-size: 1.8rem;
    background: transparent;
    cursor: pointer;
}

.search-wrap{
    position: absolute;
    right: 30px;
    top: 15px;
    z-index: 1;
}

/* -------------------- main -------------------- */
/* main {
    background-image: url(../img/logo04.svg);
    min-height: 100vh;
    background-attachment: fixed;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
} */

/* main::before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background:url(../img/logo04.svg) center no-repeat;
    background-size:60%;
} */

/* #background-logo::before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background:url(../img/logo04.svg) center no-repeat;
    background-size:60%;
} */

#logo {
    z-index: 10;
    top: 22px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: 25%;
    max-width: 130px;
}

#main-visual {
    padding: 50px 0 24.5px 0;
}

.main-visual_content {
    display: flex;
    align-items: flex-end;
}

.main-visual_inner {
    position: relative;
}

.main-visual_inner p {
    font-family: 'Noto Serif Display', serif;
    font-style: italic;
    position: absolute;
    bottom: -18px;
    right: 0;
    font-size: 0.8rem;
    background-color: #F2EFE6;
    padding: 0 5px;
}

.inner_layout02 img {
    margin-bottom: 15px;
}

.inner_layout02 p {
    bottom: -3px;
}

.space {
    padding: 4.5px;
}

.inner_layout03 {
    padding-left: 43%;
    width: 87%;
}

#main-collection {
    padding: 20px 0 25px 0;
}

.main-collection_content {
    position: relative;
}

.collection-content_txt h2 {
    font-size: 28px;
    position: absolute;
    top: 130px;
    left: -70px;
    transform: rotate(-90deg);
}

.underline {
    text-decoration: none;
    padding-bottom: 10px;
    border-bottom: 2px solid;
}

.collection-content_txt p {
    position: absolute;
    font-size: 0.9rem;
    bottom: 10%;
    right: 10%;
}

.stickarrow {
    /* width: 76%;
    height: 8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
    position: absolute;
    bottom: 15%;
    right: 12%; */
    width: 100%;
    height: 15px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
    position: absolute;
}

.stickarrow02 {
    width: 76%;
    height: 15px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
    position: absolute;
    bottom: 62px;
    left: 60px;
    z-index: 2;
}

#main-collection_slider {
    padding: 25px 0 25px 0;
    margin-left: 20px;
}

.link-btn {
    font-family: 'Roboto', sans-serif;
    font-size: 1.0rem;
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none;
    background-color: #fff;
    border: solid 1px #000;
    border-radius: 50px;
    transition: .4s;
}

.collection-slider_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 10px 0px;
}

.collection-slider_title h2{
    font-size: 1.5rem;
}

.slick-list {
    padding: 0 15% 0 0 !important;
}

.slick-slide {
    margin-right: 10px;
}

.slick-list img {
    width: 100%;
}

.slick-dots li {
    width: 5px;
    /*初期値は20px*/
}

.slick-dots li button:before {
    font-size: 10px;
}

.slider-inner_list ul li p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1rem;
    padding-top: 10px;
}

#main-Recommended_slider {
    padding: 25px 0 25px 0;
    margin-left: 20px;
}

.Recommended-slider_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 10px 0px;
}

#main-look {
    /* height: 400px; */
    background-color: #fff;
    margin: 25px 0;
}

#main-look {
    position: relative;

}

#main-look h2 {
    font-size: 2.8rem;
    position: absolute;
    bottom: 126px;
    left: -83px;
    transform: rotate(-90deg);
}

.look-inner_list {
    padding: 20px 0 20px 67px;
}

.look-inner_list ul li div {
    margin: 0 20px 12px 0;
}

#new-collection_slider {
    padding: 25px 0 25px 0;
    margin-left: 20px;
}

#sub-visual {
    padding: 25px 0 25px 0;
}

.sub-visual_inner {
    position: relative;
    width: 45%;
    margin-left: auto;
}

.sub-visual_inner p {
    font-family: 'Noto Serif Display', serif;
    font-style: italic;
    font-size: 0.8rem;
    position: absolute;
    bottom: -18px;
    background-color: #F2EFE6;
    padding: 0 5px;
}

.sub-visual_img01 {
    position: relative;
}

.sub-visual_img01 p {
    font-family: 'Noto Serif Display', serif;
    font-style: italic;
    position: absolute;
    background-color: #F2EFE6;
    padding: 0 5px;
    transform: rotate(-90deg);
    bottom: 32px;
    right: -50px;
    font-size: 0.8rem;
}

.visual-inner_flex {
    width: 50%;
}

.visual-inner02_flex {
    width: 55%;

}

.sub-visual_img02 {
    position: absolute;
    top: 50%;
    right: -10%;
    margin-left: 42%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#main-concept {
    padding: 25px 0 0 0;
}

.main-concept_inner {
    position: relative;
    padding-right: 16%;
    padding-bottom: 16%;
}

.concept-inner_txt {
    position: absolute;
    top: 0;
}

.concept-inner_sub {
    position: absolute;
    left: 42%;
    bottom: 11%;
}

.main-content_title {
    position: relative;
}

.main-content_title h2 {
    position: absolute;
    font-size: 7.5vw;
    top: 10%;
    left: 9%;
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: top left;
}


#main-lookbook {
    padding: 25px 0;
}


.main-content_txt {
    position: absolute;
    width: 76%;
    right: 10%;
    bottom: 6%;
}

.main-content_txt p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.9rem;
    text-align: right;
    padding-top: 18px;
}

#main-lookbook_visual {
    display: flex;
    padding: 25px 20px 25px 20px;
    align-items: center;
    justify-content: center;
}

#main-instagram {
    margin: 25px 0 25px 0;
    padding: 25px 30px;
    background-color: #fff;
}

#main-instagram h2 {
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 31px;
}

.underline02 {
    text-decoration: none;
    padding-bottom: 6px;
    border-bottom: 2px solid;
}

.main-instagram_content {
    display: flex;
    flex-wrap: wrap;
}

.instagram-content_inner {
    padding: 5px;
    width: 33.3%;
}

.online-shop_btn {
    text-align: center;
    margin-top: 25px;
}

.footer-copyright {
    text-align: center;
    padding-top: 50px;
}

#footer-wrap {
    background-color: #fff;
    padding: 50px 70px 25px;
}

.footer-info {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
    max-width: 470px;
}
.footer-info02 {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding-top: 10px;
    /* max-width: 1130px; */
}

.footer-info_inner:last-of-type{
    margin-left: auto;

}

.footer-info_inner ul li {
    font-family: 'Noto Serif Display', serif;
    list-style-type: none;
    font-size: 1.1rem;
}

.footer-logo {
    width: 56px;
    max-width: 140px;
    margin-left: auto;
}


/* -------------------- Concept -------------------- */

#concept-visual{
    padding-top: 45px;
}

.page-title_visual{
    position: relative;
}

.pagetitle{
    font-family: 'Noto Serif Display', serif;
    font-size: 18.7vw;
    letter-spacing: 0.05em;
    position: absolute;
    bottom: -8%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.concept-space{
    padding: 5%;
}

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

.concept-subtitle h2{
    font-size: 1.8rem;
    padding-top: 20px;
    line-height: 2.0;
}

.concept-txt{
    padding: 60px 35px;
    margin: 0 auto;
    max-width: 965px;
}

.concept-txt p{
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2.0;
    font-size: 1.3rem;
}

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

.concept-visual_sub img{
    max-width: 750px;
}

hr{
    width: 80%;
    /* max-width: ; */
    margin: 0 auto;
}

#discover-content{
    padding: 60px 0 60px 25px;
}

#discover-content h3{
    font-size: 2.0rem;
    font-family: 'Noto Serif Display', serif;
    font-weight: 700;
    padding-bottom: 20px;
}

.discover-content_list li{
    position: relative;
}

.discover-content_txt h4{
    font-size: 6.7vw;
    font-family: 'Noto Serif Display', serif;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 10%;
    transform: rotate(-90deg) translateX(-5%);
    transform-origin: top left;
}

.discover-content_txt .discover-stickarrow{
    position: absolute;
    bottom: 5%;
    right: 10%;
    width: 65%;
    height: 10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
    position: absolute;
}

/* -------------------- News -------------------- */

#news-visual{
    padding-top: 45px;
}

.news-content_inner{
    margin: 0 auto;
    padding: 60px 35px;
    max-width: 965px;
}

.news-content_item{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
    border-bottom: 1px solid #000;
    line-height: 1.8;
}


/* -------------------- Lookbook -------------------- */
#lookbook-visual{
    padding-top: 45px;
}

.lookbook-visual-inner_flex{
    display: flex;
}

.lookbook-visual-inner_flex img{
    width: 50%;
}

.lookbook-title_visual{
    position: relative;
}

.lookbooktitle{
    font-family: 'Noto Serif Display', serif;
    font-weight: 500;
    font-size: 18.7vw;
    letter-spacing: 0.05em;
    position: absolute;
    bottom: -18%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1;
}

.lookbook-space{
    padding: 6%;
}

.visual-left{
    width: 50%;
}

.visual-right{
    width: 50%;
    margin-left: auto;
}

.lookbook-visual_stack{
    position: relative;
}

.lookbook-visual_stack p{
    font-family: 'Noto Serif Display', serif;
    font-style: italic;
    line-height: 2;
    padding-left: 10px;
    position: absolute;
    top: 19%;
    z-index: 1;
}

.txt-background span{
    font-size: 2.7vw;
    background-color: #F2EFE6;
    padding: 0 5px;
}

.lookbook-visual-stack_img{
    width: 50%;
    margin-left: auto;
}

/* 画面外にいるとき */
.effect-fade {
    opacity: 0;
    transform: translate(0, 100px); /* フェードインで動く高さを指定 */
    transition: all 2000ms; /* フェードインにかかる時間を指定 */
}

.effect-fade2 {
    opacity: 0;
    transform: translate(0, 100px); /* フェードインで動く高さを指定 */
    transition: all 2000ms; /* フェードインにかかる時間を指定 */
    transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
}

/* 画面内に入ったら */
.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}


/* --------------------　Store　-------------------- */

.store-txt{
    padding: 60px 35px;
    margin: 0 auto;
    max-width: 965px;
}

.store-txt h2{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    padding-bottom: 20px;
}

.store-txt p{
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2.0;
    font-size: 1.3rem;
}

.store-txt_sub p{
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2.0;
    font-size: 1.3rem;
    text-align: center;
}

.store-list_wrap{
    padding: 60px 35px;
    margin: 0 auto;
    max-width: 965px;
}

.store-list_wrap h2{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 1.8rem;
    padding-bottom: 20px;
}

.store-list li{
    text-align: center;
    font-size: 1.3rem;
    line-height: 2.0;
}

/* --------------------　FAQ　-------------------- */

#faq-content{
    padding-top: 120px;
}

#faq-content h1{
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 25px;
}

.faq-wrap {
    width: 80%;
    margin: 0 auto;
    max-width: 900px;
}

.faq-wrap .faq-item {
    padding: 20px 0;
    border-bottom: 1px solid #000;
}

.faq-wrap .faq-item dt,
.faq-wrap .faq-item dd {
    display: flex;
    align-items: baseline;
    margin: 15px 0;
}

.faq-wrap .faq-item dt p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    margin: 0;
    padding-left: 15px;
    font-weight: bold;
    width: 100%;
}

.faq-wrap .faq-item dd p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    margin: 0;
    padding-left: 15px;
    width: 100%;
}

.faq-wrap .faq-item:last-of-type {
    border-bottom: none;
}

.faq-wrap .faq-item dt::before {
    content: "Q";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #a9a9a9;
    width: 2em;
    height: 2em;
}

.faq-wrap .faq-item dd::before {
    content: "A";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    background: #fff;
    width: 2em;
    height: 2em;
}



@media (min-width: 768px) {
    #background-logo::before{
        background-size: 35%;
    }
}

@media (min-width: 768px) {

    .pc {
        display: block !important;
    }

    .sp {
        display: none !important;
    }

    /* -------------------- PCheader -------------------- */

    #search{
        width: 200px;
    }

    .hamburger{
        width: 72px;
        height: 72px;
        left: 30px;
        top: 30px;
    }

    .hamburger span{
        width: 60px;
    }

    .hamburger span:nth-child(1) {
        top: 15px;
    }
    
    .hamburger span:nth-child(2) {
        top: 35px;
    }
    
    .hamburger span:nth-child(3) {
        top: 55px;
    }

    .hamburger.active span:nth-child(1){
        top: 30px;
    }

    .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3){
        top: 30px;
    }

    .header-nav_item a {
        font-size: 3.0rem;
    }

    .header-inner_flex{
        height: 132px;
    }

    .nav-ruby {
        font-size: 1.2rem;
    }

    .nav-child-list{
        margin-top: 10px;
    }

    .nav-child-list_item{
        margin-top: 10px;
    }

    .nav-child-list_item a {
        font-size: 1.8rem;
    }

    .instagram-link,
    .faq-link{
        font-size: 2.0rem;
    }

    .search-wrap{
        top: 50px;
    }

    .header-inner_btn img{
        height: 40px;
    }

    .header-inner_btn{
        gap: 50px;
        right: 50px;
    }

    /* -------------------- PCmain -------------------- */

    /* main::before {
        background-size: 35%;
    } */

    #background-logo::before{
        background-size: 35%;
    }

    #logo{
        top: 42px;
    }

    #main-visual{
        padding: 12px 0 24.5px;
    }

    .main-visual_wrap{
        position: relative;
    }

    .main-visual_content {
        gap: 5%;
        padding-left: 23%;
        align-items: flex-start;
        
    }

    .inner_layout03{
        position: absolute;
        bottom: 0px;
        padding: 0;
        left: 0px;
        width: 32%;
        margin-bottom: 15px;
        z-index: -1;
    }

    .main-visual_inner p{
        font-size: 1.5rem;
        margin-bottom: 5px;
    }

    /* .main-content_title img{
        width: 62.5%;
        margin-left: 31%;
    } */

    .img-wrap {
        width: 62.5%;
        margin-left: 31%;
        overflow: hidden;
    }
    
    .img-wrap img{
        transition: 1s all;
    }
    
    .img-wrap img:hover{
        transform: scale(1.2,1.2);
        transition: 1s all;
    }

    .main-content_title h2{
        font-size: 5.15vw;
        top: 5%;
        left: 21.5%;
    }

    .main-content_txt{
        right: 3%;
        width: 69%;
    }

    .main-content_txt p{
        font-size: 2.0rem;
    }

    #main-lookbook_visual{
        padding: 50px 22.5vw;
    }

    .slider-inner_list ul li p {
        font-size: 2.0rem;
    }

    .underline {
        text-decoration: none;
        padding-bottom: 10px;
        border-bottom: 5px solid;
    }

    #main-look{
        margin: 50px 0;
    }

    #main-look h2{
        font-size: 6.6rem;
        left: -190px;
        bottom: 334px;
    }

    #main-collection{
        padding: 20px 0 50px 0;
    }

    #main-collection_slider{
        padding: 50px 0;
        margin-left: 50px;
    }

    #main-Recommended_slider{
        padding: 50px 0;
        margin-left: 50px;
    }

    .sub-visual_content{
        display: flex;
        align-items: flex-start;
        flex-direction: row-reverse;
        gap: 20%;
    }

    .sub-visual_inner02{
        width: 100%;
    }

    .visual-inner02_flex{
        width: 100%;
    }

    .sub-visual_inner{
        width: 100%;
    }

    #new-collection_slider{
        padding: 50px 0 50px 0;
    }

    #sub-visual{
        padding: 50px 0 50px 0;
    }

    .sub-visual_img01 p{
        bottom: 51px;
        right: -73px;
        font-size: 1.5rem;
    }

    .sub-visual_inner p{
        bottom: -20px;
        font-size: 1.5rem;
    }

    .collection-slider_title h2{
        font-size: 2.5rem;
    }

    .link-btn {
        font-size: 1.5rem;
        padding: 10px 30px;
    }

    .look-inner_list{
        padding: 50px 0 50px 150px;
    }

    .stickarrow02{
        left: 145px;
        bottom: 92px;
    }

    #main-concept{
        padding: 50px 0 0 0;
    }

    .main-concept_inner{
        padding-top: 100px;
        width: 69.3%;
    }

    .concept-inner_sub{
        left: 38%;
        bottom: 13%;
    }

    #main-instagram{
        margin: 50px 0 50px 0;
        padding: 60px 27.5%;
    }

    #main-instagram h2{
        font-size: 5.0rem;
    }

    /* -------------------- PCfooter -------------------- */

    #footer-wrap{
        padding: 65px 100px 55px;
    }

    .footer-info {
        justify-content: flex-start;
        padding-bottom: 35px;

    }

    .footer-info02 {
        justify-content: space-between;
        align-items: flex-start;
        padding-top: 35px;
    }

    .footer-info_inner ul li {
        list-style-type: none;
        font-size: 2.0rem;
    }

    .footer-logo {
        width: 140px;
    }


    /* -------------------- PCConcept -------------------- */
    .pagetitle{
        font-size: 9.4vw;
        bottom: -6.5%;
    }

    .concept-space{
        padding: 3%;
    }

    .concept-subtitle h2{
        font-size: 2.5rem;
    }

    .concept-txt{
        padding: 120px 35px;
    }

    #discover-content{
        padding: 120px 0 120px 25px;
    }

    #discover-content h3{
        font-size: 3.5rem;
        padding-bottom: 60px;
    }

    .concept-txt p{
        font-size: 1.8rem;
    }

    .discover-content_txt h4{
        font-size: 3.2vw;
    }


    /* -------------------- PCNews -------------------- */
    .news-content_item{
        font-size: 1.8rem;
        flex-direction: row;
    }

    .news-content_item time{
        width: 15%;
    }

    .news-txt{
        width: 85%;
    }

    .news-content_inner{
        padding: 120px 35px;
    }

    /* -------------------- PCLookbook -------------------- */
    

    /* -------------------- PCStore -------------------- */
    .store-txt{
        padding: 120px 35px;
    }

    .store-txt h2{
        font-size: 2.3rem;
    }

    .store-txt p{
        font-size: 1.8rem;
    }

    .store-list li{
        font-size: 1.8rem;
        line-height: 2.0;
    }

    .store-list_wrap h2{
        font-size: 2.3rem;
    }


    /* -------------------- PCFAQ -------------------- */

    #faq-content h1{
        font-size: 2.4rem;
        text-align: center;
        margin-bottom: 45px;
    }
    
    .faq-wrap .faq-item dt p{
        font-size: 1.8rem;
    }

    .faq-wrap .faq-item dd p{
        font-size: 1.8rem;
    }

    .faq-wrap .faq-item dt::before{
        font-size: 1.8rem;
        width: 2.5em;
        height: 2.5em;
    }

    .faq-wrap .faq-item dd::before{
        font-size: 1.8rem;
        width: 2.5em;
        height: 2.5em;
    }
}