/* 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: 'IBM Plex Sans', sans-serif;
}
a{
    text-decoration: none;
    color: #000;
    transition: opacity 0.3s ease-out;
}

img {
    vertical-align: bottom;
}
a:hover {
    opacity: 0.8;
}
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-5 {margin-bottom: 5px;}
.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;}
.pb-20 {padding-bottom: 20px;}
@media (max-width: 640px) {
    .mb-5 {margin-bottom:0.666666667vw;}
    .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;}
    .pb-20 {padding-bottom:2.666666667vw;}
}

/* -----------------------------------------
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-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%;
    height: auto;
}
#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;
    }
}


/* -----------------------------------------
page Layout
-----------------------------------------*/
#wrapper {
    padding-bottom: unset;
}
#contents {
	font-family: 'Noto Sans JP', sans-serif;
}


/* Contents  */
div#contents {
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-variant-ligatures: no-common-ligatures;
	position: relative;
	padding: 70px 0 0;
}

div#contents p,
div#contents h3,
div#contents dt,
div#contents dd {
	font-family: 'Noto Sans JP', sans-serif;
}

div#clearance {
	text-align: left;
	max-width: 750px;
	margin: auto;
}

#mainvisual h1{
    width: 100%;
}
.main-text {
    margin: 52px auto 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

#btn-link{
    width: 698px;
    margin: 76px auto 0;
}
#btn-link p a{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100px;
    font-size: 36px;
    font-weight: 700;
}
#btn-link p a::before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 36px;
    transform: translateY(-50%);
    width: 22px;
    height: 25px;
    background-size: 100%;
}
.btn-info a::before{
    background-image: url(../img/20231219/arrow_white.webp);
}
.btn-info a{
    color: #fff;
    background-color: #BA001E;
}

.btn-online{
    margin-top: 40px;
}
.btn-online a{
    color: #000;
    background-color: #fff;
    border: solid 1px #000;
	border-radius:60px;
	margin-bottom: 60px;
}
.btn-online a::before{
    background-image: url(../img/20240618/arrow_gray2.webp);
}

.btn-search{
    margin-top: 40px;
}
.btn-search a{
    color: #000;
    background-color: #fff;
    border: solid 2px #BA001E;
}
.btn-search a::before{
    background-image: url(../img/20231219/arrow_red.webp);
}

.list-block{
    width: 698px;
    margin: 84px auto 0;
}
#brand-list .list-title-en{
    width: 246px;
    margin: 0 auto;
}
.list-title-jp{
    position: relative;
    margin-top: 30px;
    padding-bottom: 46px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #A5A5A5;
}
.list-title-jp::before{
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 10px;
    background-color: #000000;
}
.list-nav{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    padding-bottom: 8px;
}
.list-nav li{
    width: 130px;
}
.list-nav a{
    display: flex;
    align-items: center;
    position: relative;
    width: 126px;
    height: 100px;
    border: solid 2px #BEBEBE;
    font-size: 36px;
    font-weight: 700;
}
.list-nav a span{
    padding-left: 34px;
}
.list-nav li:nth-child(n+6){
    margin-top: 12px;
}
.list-nav a::before{
    display: block;
    content: "";
    background-image: url(../img/20231219/arrow_gray.webp);
    position: absolute;
    top: 52%;
    right: 14px;
    transform: translateY(-50%);
    width: 25px;
    height: 22px;
    background-size: 100%;
}

.section-block{
    padding-top: 32px;
}
.section-title{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 100px;
    font-size: 36px;
    color: #fff;
    background-color: #BA001E;
}

.brandlist{
    margin-top: 14px;
}
.brandlist li{
    display: none;
    margin-top: 20px;
    font-size: 24px;
    line-height: 1.6;
    background-image : linear-gradient(to right, #707070 2px, transparent 2px);
    background-size: 6px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
}
.brandlist .brand-list-block{
    display: flex;
    align-items: flex-start;
    padding-bottom: 22px;
}
.brandlist .brand-name{
    width: 242px;
}
.brandlist .brand-name p{
    display: block;
    background-image: none;
}

.brandlist .brand-name-jp{
    margin-top: 0;
}
.brandlist .brand-name-en{
    margin-top: 4px;
    color: #A5A5A5;
}
.brand-name-floor{
    width: 82px;
    padding-left: 24px;
}
.brand-name-category{
    width: 192px;
    padding-left: 26px;
}
.brand-name-date{
    width: 150px;
    padding-left: 28px;
    color: #B30012;
}

.brandlist .item_shown{
    display: block;
}

.attention{
    margin-top: 88px;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
}
.instagram{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 140px;
    margin-top: 72px;
    margin-bottom: 100px;
    background-color: #000000;
}
.instagram p{
    width: 328px;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width: 750px) {
    .main-text {
        margin: 6.9334vw auto 0;
        font-size: 3.2vw;
    }
    
    #btn-link{
        width: 93.067vw;
        margin: 10.1334vw auto 0;
    }
    #btn-link p a{
        height: 13.333vw;
        font-size: 4.8vw;
    }
    #btn-link p a::before{
        top: 50%;
        right: 4.8vw;
        width: 2.933vw;
        height: 3.333vw;
    }
    
    .btn-search{
        margin-top: 5.333vw;
    }
    .btn-search a{
        border: solid 0.2667vw #BA001E;
    }
    
    .list-block{
        width: 93.067vw;
        margin: 11.2vw auto 0;
    }
    #brand-list .list-title-en{
        width: 32.8vw;
    }
    .list-title-jp{
        margin-top: 4vw;
        padding-bottom: 6.133vw;
        font-size: 3.2vw;
    }
    .list-title-jp::before{
        width: 10.667vw;
        height: 1.333vw;
    }
    .list-nav{
        margin-top: 5.333vw;
        padding-bottom: 1.067vw;
    }
    .list-nav li{
        width: 17.333vw;
    }
    .list-nav a{
        width: 16.8vw;
        height: 13.333vw;
        border: solid 0.2667vw #BEBEBE;
        font-size: 4.8vw;
    }
    .list-nav a span{
        padding-left: 4.533vw;
    }
    .list-nav li:nth-child(n+6){
        margin-top: 1.6vw;
    }
    .list-nav a::before{
        top: 52%;
        right: 1.867vw;
        width: 3.333vw;
        height: 2.933vw;
    }
    
    .section-block{
        padding-top: 4.267vw;
    }
    .section-title{
        width: 17.333vw;
        height: 13.333vw;
        font-size: 4.8vw;
    }
    
    .brandlist{
        margin-top: 1.867vw;
    }
    .brandlist li{
        margin-top: 2.667vw;
        font-size: 3.2vw;
        background-image : linear-gradient(to right, #707070 0.2667vw, transparent 0.2667vw);
        background-size: 0.8vw 0.267vw;
    }
    .brandlist .brand-list-block{
        padding-bottom: 2.933vw;
    }
    .brandlist .brand-name{
        width: 32.267vw;
    }
    
    .brandlist .brand-name-jp{
        margin-top: 0;
    }
    .brandlist .brand-name-en{
        margin-top: 0.533vw;
    }
    .brand-name-floor{
        width: 4.267vw;
        padding-left: 3.2vw;
    }
    .brand-name-category{
        width: 25.6vw;
        padding-left: 3.467vw;
    }
    .brand-name-date{
        width: 20vw;
        padding-left: 3.733vw;
    }
    
    .attention{
        margin-top: 11.733vw;
        font-size: 3.2vw;
    }
    .instagram{
        height: 18.667vw;
        margin-top: 9.6vw;
        margin-bottom: 13.3334vw;
    }
    .instagram p{
        width: 43.7334vw;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}


.shop-list .list-title-en{
    width: 216px !important;
}
.shop-list .section-block {
    padding-top: 22px;
}

.accordion-title{
	display: flex;
	align-items: center;
    justify-content: flex-start;
    position: relative;
	width: 100%;
	height: 100px;
	background-color: #C4C4C4;
	font-weight: 700;
    line-height: 1.48;
    cursor: pointer;
	transition: all .5s ease;
}
.accordion-title:hover{
	opacity: 0.8;
}
.accordion-title div{
    padding-left: 26px;
}
.accordion-title h3{
    font-size: 28px;
}
.accordion-title p{
    font-size: 24px;
    color: #fff;
}

.accordion-title::before{
    display: block;
    content:'';
    background-image: url(../img/20231219/arrow_white.webp);
    background-size: 100%;
    width: 22px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%) rotate(90deg);
}
.accordion-box {
    display: none;
	margin-top: 0;
}

.shop-list .brandlist .brand-name {
    width: 440px;
}
.shop-list .brand-name-date {
    padding-left: 44px;
}

.brandshop-title{
	display: flex;
	align-items: center;
    justify-content: center;
	width: 100%;
	height: 100px;
	background-color: #5D5D5D;
	font-weight: 700;
    line-height: 1.48;
    text-align: center;
}
.brandshop-title h3{
    font-size: 28px;
    color: #fff;
}
.brandshop-title p{
    font-size: 24px;
    color: #C4C4C4;
}

@media screen and (max-width: 750px) {
    .shop-list .list-title-en{
        width: 28.8vw !important;
    }
    .shop-list .section-block {
        padding-top: 2.933vw;
    }
    
    .accordion-title{
        width: 100%;
        height: 13.333vw;
    }
    .accordion-title div{
        padding-left: 3.467vw;
    }
    .accordion-title h3{
        font-size: 3.733vw;
    }
    .accordion-title p{
        font-size: 3.2vw;
        color: #fff;
    }
    
    .accordion-title::before{
        width: 2.933vw;
        height: 3.333vw;
        top: 50%;
        right: 3.733vw;
    }
    
    .shop-list .brandlist .brand-name {
        width: 58.667vw;
    }
    .shop-list .brand-name-date {
        padding-left: 5.867vw;
    }
    
    .brandshop-title{
        width: 100%;
        height: 13.333vw;
    }
    .brandshop-title h3{
        font-size: 3.733vw;
    }
    .brandshop-title p{
        font-size: 3.2vw;
    }


}

.main-text-02 {
    margin: 16px auto 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}
/* .btn-info a{
    pointer-events: none;
} */
.btn-info-text{
    margin: 4px auto 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
}
.accordion-title-add{
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    width: 340px;
    color: #000 !important;
    font-size: 20px !important;
    line-height: 1.3;
}
#sec-17 .accordion-title{
	height: 140px;
}
.shop-list #sec-17 .brandlist .brand-name {
    width: 380px;
}
.shop-list #sec-17 .brand-name-floor{
    width: 92px;
    text-align: right;
}


@media screen and (max-width: 750px) {
    .main-text-02 {
        margin: 2.1334vw auto 0;
        font-size: 3.2vw;
    }
    .btn-info-text{
        margin: 0.5334vw auto 0;
        font-size: 2.933vw;
    }
    .accordion-title-add{
        right: 5.333vw;
        width: 45.333vw;
        font-size: 2.667vw !important;
    }
    #sec-17 .accordion-title{
        height: 18.667vw;
    }    
    .shop-list #sec-17 .brandlist .brand-name {
        width: 50.667vw;
    }
    .shop-list #sec-17 .brand-name-floor{
        width: 12.267vw;
    }
}

.btn-info2 a::before{
    background-image: url(../img/20240618/arrow_white2.webp);
}
.btn-info2 a{
    color: #7f7f7f;
    background-color: #5d000f;
	pointer-events: none;
}

