/* CSS Document */
/* -----------------------------------------
 *
 * Table of Contents:
 *
 * 0.0 - tags
 * 1.0 - Repeatable Patterns
 * 2.0 - Basic Layout
 * 3.0 - Page setting
 ----------------------------------------- */
/* -----------------------------------------

	0.0 - tags

-----------------------------------------*/
html {
    touch-action: manipulation;
}
body {
    -ms-content-zooming: none;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #000;
    line-height: 1.6;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
}

.en{
    font-family: 'Inter', sans-serif;
}
a{
    text-decoration: none;
    color: #000;
}

img {
    vertical-align: bottom;
}
a:hover img {
    opacity: 0.8;
}
a img {
    transition: opacity 0.3s ease-out;
}

hr.dash{
    border-top: 1px dashed #aaa;
}
.sp {
    display: none;
}
.pc {
    display: block;
}
@media (max-width: 750px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.mb-110 {margin-bottom: 110px;}
.mb-120 {margin-bottom: 120px;}
.mb-130 {margin-bottom: 130px;}
.mb-140 {margin-bottom: 140px;}
.mb-150 {margin-bottom: 150px;}
.mb-160 {margin-bottom: 160px;}
.mb-170 {margin-bottom: 170px;}
.mb-180 {margin-bottom: 180px;}
.mb-190 {margin-bottom: 190px;}
.mb-200 {margin-bottom: 200px;}
@media (max-width: 640px) {
    .mb-10 {margin-bottom:1.333333333vw;}
    .mb-20 {margin-bottom:2.666666667vw;}
    .mb-30 {margin-bottom:4vw;}
    .mb-40 {margin-bottom:5.333333333vw;}
    .mb-50 {margin-bottom:6.666666667vw;}
    .mb-60 {margin-bottom:8vw;}
    .mb-70 {margin-bottom:9.333333333vw;}
    .mb-80 {margin-bottom:10.66666667vw;}
    .mb-90 {margin-bottom:12vw;}
    .mb-100 {margin-bottom:13.33333333vw;}
    .mb-110 {margin-bottom:14.66666667vw;}
    .mb-120 {margin-bottom:16vw;}
    .mb-130 {margin-bottom:17.33333333vw;}
    .mb-140 {margin-bottom:18.66666667vw;}
    .mb-150 {margin-bottom:20vw;}
    .mb-160 {margin-bottom:21.33333333vw;}
    .mb-170 {margin-bottom:22.66666667vw;}
    .mb-180 {margin-bottom:24vw;}
    .mb-190 {margin-bottom:25.33333333vw;}
    .mb-200 {margin-bottom:26.66666667vw;}
}

/* -----------------------------------------
wrapper
-----------------------------------------*/
#wrapper {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    max-width: 750px;
    min-height: 100vh;
    margin: auto;
    padding-bottom: 60px;
}

/* -----------------------------------------
gfooter
-----------------------------------------*/
#gfooter-wrap {
    /*position: relative;*/
    z-index: 3000;
    background: #fff;
    color: #333;
    font-size: 80%;
    padding: 20px 0;
    text-align: center;
    line-height: 1.4;
    position: absolute;
	bottom: 0;
	width: 100%;
}
#gfooter-wrap address {
    margin-top: 10px;
    font-style: normal;
}
@media screen and (max-width: 750px) {
    #gfooter-wrap {
        font-size: 2.4vw;
    }
}

/* -----------------------------------------
g-header
-----------------------------------------*/
#g-header-wrap {
    /*position: fixed;*/
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
#g-header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    text-align: left;
    max-width: 750px;
    margin: auto;
}
#g-header .cf {
    background: #fff;
}
#g-header h1 {
    float: left;
    width: 188px;
}


/* -----------------------------------------

	2.0 - Basic Layout

-----------------------------------------*/
#contents {
    margin: 0 auto;
    line-height: 1.6;
    font-size: 26px;
    max-width: 750px;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
}
@media (max-width: 750px) {
    #contents {
        font-size: 3.2vw;
    }
}
#contents img {
    width: 100%;
}
#contents .w-750 {
    max-width: 750px;
    margin: auto;
}
#contents img {
    width: 100%;
}
#contents .w-750 {
    max-width: 750px;
    margin: auto;
}
li {
    list-style-type: none;
}
.fw-b {
    font-weight: 600;
}
.ta-c {
    text-align: center;
}
.mincho {
    font-family: 'Noto Serif JP', serif;
}
.attention-footer {
    font-size: 90%;
    margin: 0 0 6em;
}
.btn-top {
    text-align: center;
    font-weight: 500;
    margin-bottom: 3em;
}

.contents-footer{
    width: 76.2666%;
    margin-right: auto;
    margin-left: auto;
    padding: 3.5em 0 0;
}

.link_home{
    position: relative;
    border: 1px solid #707070;
}
.link_home a{
    font-family: 'IBM Plex Sans', sans-serif;
    color: #707070;
    display: block;
    font-size: 24px;
    font-weight: 500;
    padding: 5px 5%;
    position: relative;
    text-align: center;
}

.link_home a:after{
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #707070;
    border-right: solid 2px #707070;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -5px;
}

@media screen and (max-width: 750px) {
    .link_home a{
        padding: 2px 5%;
        font-size: 4.5vw;
    }
    .link_home a:after{
        width: 5px;
        height: 5px;
        right: 3%;
        margin-top: -2.5px;
    }
}


/* -----------------------------------------
main
-----------------------------------------*/

/* contents_inner */
.contents_inner{
    max-width: 670px;
    margin: 0 auto;
}

@media screen and (max-width: 750px) {
    .contents_inner{
        max-width: 89.333%;
    }
}


/* l-mv */
/* .l-mv{
    background: #000;
    color: #fff;
    padding: 45px 0;
} */

/* .l-mv h1{
    margin-left: 30px;
    font-size: 135px;
    font-weight: 800;
    line-height: 1.1;
}

.l-mv h2{
    margin-left: 30px;
    font-size: 77px;
    font-weight: 700;
}

.l-mv p{
    max-width: 422px;
    margin: 0 auto;
} */

@media screen and (max-width: 750px) {
    /* .l-mv{
        padding: 6vw 0;
    } */
    
    /* .l-mv h1{
        margin-left: 3.25vw;
        font-size: 19vw;
    }
    
    .l-mv h2{
        margin-left: 3.25vw;
        font-size: 11vw;
    }
    
    .l-mv p{
        max-width: 56.266vw;
    } */

}

/* l-read */
.l-read{
    padding: 90px 0 140px;
    position: relative;
}

.l-read::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 670px;
    height: 1px;
    background: #000;
}

.l-read p{
    font-size: 28px;
    font-weight: 500;
    line-height: 1.714;
    letter-spacing: 0.075em;
}

@media screen and (max-width: 750px) {
    .l-read{
        padding: 12vw 0 18.66vw;
    }
    
    .l-read::after{
        width: 89.333vw;
    }
    
    .l-read p{
        font-size: 3.733vw;
    }
}

/* filter */
.filter{
    display: flex;
    flex-flow: row wrap;
}

.filter li {
    width: 25%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #333;
    cursor: pointer;
    margin-top: -1px;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    text-align: center;
}

.filter li:not(:first-child):not(:nth-child(5)){
    margin-left: -1px;
    
}

.filter li.is-active {
    background: #000;
    color: #fff;
}

@media screen and (max-width: 750px) {
    .filter li {
        height: 13.333vw;
        font-size: 6.666vw;
    }
}


/* .l-floor */
.l-floor_lists{
    padding: 150px 0 130px;
}

.l-floor{
    display: none;
}

.l-floor.is-show {
    max-width: 89.333%;
    margin: auto;
    display: block;
}

/* .l-floor .floor_link{
    display: none;
}

.l-floor .floor_link.is-show{
    display: block;
} */

@media screen and (max-width: 750px) {
    .l-floor_lists{
        padding: 20vw 0 17.333vw;
    }

    .l-floor.is-show {
        display: block;
    }

}

/* .l-shop */
.l-shop{
    margin-bottom: 120px;
}

.l-shop .l-shop_floor{
    width: 94px;
    height: 94px;
    background: #000;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.l-shop figure{
    margin-bottom: 55px;
}

.l-shop ul{
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 60px
}

.l-shop li:first-child{
    width: 250px;
    height: 60px;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.025em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-shop li.renewal:first-child{
    background: #000;
    color: #fff;
}

.l-shop li.new:first-child{
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.l-shop li:last-child{
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.l-shop h3{
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

.l-shop_name{
    font-size: 24px;
    letter-spacing: 0.05em;
    margin-bottom: 35px;
}

.l-shop_detail{
    font-size: 26px;
    line-height: 1.846;
    letter-spacing: 0.075em;
    text-align: justify;
    word-break: break-all;
}

/* 全表示の場合各フロアリンクは非表示 */
.l-floor_lists.is-all .floor_link{
    display: none;
}

.floor_link{
    display: block;
    padding: 50px 0 120px;
}

.floor_link a{
    display: block;
    background: #000;
    color :#fff;
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.05em;
    width: 100%;
    height: 80px;
}

@media screen and (max-width: 750px) {
    .l-shop{
        margin-bottom: 16vw;
    }
    
    .l-shop .l-shop_floor{
        width: 12.533vw;
        height: 12.533vw;
        font-size: 5.333vw;
        margin-bottom: 4vw;
    }
    
    .l-shop figure{
        margin-bottom: 7.333vw;
    }
    
    .l-shop ul{
        gap: 6.6667vw;
        margin-bottom: 8vw;
    }
    
    .l-shop li:first-child{
        width: 33.333vw;
        height: 8vw;
        font-size: 4.5333vw;
    }
    
    .l-shop li:last-child{
        font-size: 3.4666vw;
    }
    
    .l-shop h3{
        font-size: 5.333vw;
    }
    
    .l-shop_name{
        font-size: 3.2vw;
        letter-spacing: 0.05em;
        margin-bottom: 4.6667vw;
    }
    
    .l-shop_detail{
        font-size: 3.4666vw;
    }

    .floor_link{
        padding: 6.666vw 0 16vw; 
    }
    
    .floor_link a{
        font-size: 3.7333vw;
        height: 10.66667vw;
    }
}

.floor_lists_link{
    display: none;
}

.l-floor_lists.is-all .floor_lists_link{
    max-width: 89.333%;
    margin: auto;
    display: block;
}

