/* 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;
}

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: 768px) {
    .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;}
.mt-60 {margin-top: 60px;}
@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;}
    .mt-60 {margin-top:8vw;}
}

/* -----------------------------------------
wrapper
-----------------------------------------*/
#wrapper {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    max-width: 768px;
    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: 768px) {
    #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: 768px;
    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: 768px;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
}
@media (max-width: 768px) {
    #contents {
        font-size: 3.2vw;
    }
}
#contents img {
    width: 100%;
}
#contents .w-768 {
    max-width: 768px;
    margin: auto;
}
#contents img {
    width: 100%;
}
#contents .w-768 {
    max-width: 768px;
    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: 768px) {
    .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;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width: 768px) {
    #wrapper {
        width: 100%;
    }

    #header img {
        height: auto;
        max-width: 100%;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

/* sneaker  */

#sneaker .anniversary{
    background: #cb1717;
    color: #fff;
    padding: 0.7em 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#sneaker .anniversary img{
    width: 39.84%;
    margin: 0 auto;
}

#sneaker .read{
    font-size: 1.077em;
    font-weight: 700;
    line-height: 1.89;
    text-align: center;
}

/* #sneaker .border{
    border-bottom: solid 5px #cb1717;
    position: relative;
}

#sneaker .border:before {
    content: '';
    width: 100%;
    height: 5px;
    border-bottom: solid 5px #cb1717;
    position: absolute;
    left: 0px;
    bottom: -11px;
} */

#sneaker .border{
    border-bottom: solid 0.1923em #cb1717;
    position: relative;
}

#sneaker .border:before {
    content: '';
    width: 100%;
    height: 0.1923em;
    border-bottom: solid 0.1923em #cb1717;
    position: absolute;
    left: 0px;
    bottom: -0.423em;
}

#events .event .event_inner{
    width: 86.72%;
    margin: 0 auto;
    padding: 2.423em 0;
}

#events .event_date{
    text-align: center;
    font-weight: 700;
}

#events .event_detail{
    text-align: left;
    font-weight: 500;
}

#events .event ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#events .event ul li{
    width: 48.5%;
}

#events .event ol li{
    width: 100%;
}

#events .event ul li a,
#events .event ol li a{
    box-sizing: border-box;
    display: block;
    font-size: 0.923em;
    font-weight: 700;
    width: 100%;
    height: 3.077em;
    border: 0.1923em solid #cb1717;
    border-radius: 1em;
    text-align: center;
    line-height: 1.2em;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
}
@media screen and (max-width: 768px) {
    #events .event li a{
        height: 4em;
    }
}

#events .event li.line a{
    line-height: 3em;
}

#events .event li.line a:before{
    content: '';
    display: inline-block;
    width: 1.538em;
    height: 1.538em;
    background: url('../img/icon_line.png') no-repeat;
    background-size: 100% auto;
}

#events .event_notice{
    font-size: 0.8462em;
    text-align: right;
}

#events .dj_border-top{
    border-top: 1px solid #040000;
}

#events .dj_detail{   
    border-bottom: 1px solid #040000;
    padding: 1.923em 0;
}

#events .dj_detail > img{
    width: 39%;
    height: auto;
    float: left;
    margin: 0.4em 1.34em 1.34em 0;
}

#events .dj_detail p{
    font-size: 0.846em;
}

#events .dj_detail .link_sns{
    width: 73%;
    display: flex;
    margin: 0 auto;
}

#events .dj_detail .link_sns-02{
    width: 27.9%;
    display: flex;
    margin: 0 auto;
}

#events .dj_detail .link_sns li{
    width: 18.5%;
}

#events .dj_detail .link_sns-02 li{
    width: 49%;
    max-width: 90px;
}

#events .dj_detail .link_sns li a,
#events .dj_detail .link_sns-02 li a{
    display: block;
    border: none;
}