@charset "UTF-8";
.logo_zero {
    font-family: mono45-headline, monospace;
    font-style: normal;
    font-weight: 500;
    font-size: 288px;
    line-height: 144px;
    margin-top: 40px;
}
.logo_group {
    font-family: mono45-headline, monospace;
    font-style: normal;
    font-weight: 500;
    font-size: 72px;
}
.logo_img {
    width: 150px;
}
.shop_name {
    font-family: mono45-headline, monospace;
    font-style: normal;
    font-weight: 500;
}
.card-logo-6 {
    margin: 10px auto 0;
    text-align: center;
    position: relative;
}
@media only screen and (min-width: 381px) {
    .card-logo-6 {
        width: 400px;
        height: 400px;
	}
}
@media only screen and (max-width: 380px) {
    .card-logo-6 {
	    width: 300px;
        height: 300px;
	}
}

.card-logo-5 {
    width: 300px;
    margin: 10px auto 0;
    height: 300px;
    text-align: center;
    position: relative;
}
.card-logo-4 {
    width: 250px;
    margin: 10px auto 0;
    height: 250px;
    text-align: center;
    position: relative;
}
.card-logo-3 {
    width: 200px;
    margin: 10px auto 0;
    height: 200px;
    text-align: center;
    position: relative;
}
.card-img-logo-6 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
@media only screen and (min-width: 381px) {
    .card-img-logo-6 {
	    max-width: 400px;
        max-height: 400px;
	}
}
@media only screen and (max-width: 380px) {
    .card-img-logo-6 {
	    max-width: 300px;
        max-height: 300px;
	}
}

.card-img-logo-5 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    max-width: 300px;
    max-height: 300px;
}
.card-img-logo-4 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    max-width: 250px;
    max-height: 250px;
}
.card-img-logo-3 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    max-width: 200px;
    max-height: 200px;
}
.text-black {
    color: #000;
}
.text-white {
    color: #fff;
}.bg-black {
    background-color: #000;
}
.sns-logo {
    width:60px;
	height:60px;
	margin:30px 15px;
}
.parallax-window {
    background: transparent;
    min-height: 600px;
}
@media only screen and (min-width: 381px) {
    .parallax-window {
        background: transparent;
        min-height: 600px;
		padding-top: 150px;
	}
    .parallax-logo {
        height: 300px;
    }
}
@media only screen and (max-width: 380px) {
    .parallax-window {
        background: transparent;
        min-height: 300px;
		pdding-top: 75px;
    }
    .parallax-logo {
        height: 150px;
    }
}