@charset "utf-8";
/* CSS Document */

@media (max-width:1600px){

#panel-wrap {
    width: 100%;
}

.category-wrap {
	width: 100%;
}

#shopping-wrap {
	width: 100%;
}
	
}

@media (max-width:1400px){
	
#inquiry {
    width: 100%;
}

	
}

@media (max-width:1280px){

#intro-cap {
	width: 100%;
}

}


@media (max-width:1024px){
	
.category-title {
	font-size:30px;
}

.intro-cap-box {
    padding: 0 40px;
}

.shop-inquiry-box {
    width: 33.33%;
}
	
}


@media (max-width:949px){

.content {
	width : 100% ;
	height: auto;
	padding: 100px 20px;
}

.category-wrap {
	display: block;
}

.category {
	padding: 0;
	display: block;
	margin-bottom: 30px;
}

.category a {
	overflow: hidden;
	position: relative;
	width: 100%;
	display: block;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff !important;
}

.category a img {
    -moz-transition: -moz-transform 0.5s ease-in-out 0s;
    -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
    -o-transition: -o-transform 0.5s ease-in-out 0s;
    -ms-transition: -ms-transform 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s;
}
.category a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.category-btn {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.category-btn-head {
	width: 100%;
	height: 100%;
	display: table;
}

.category-btn-head__inner {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.category-title {
	color: #fff;
	font-size: 50px;
}

.category p {
	margin-bottom: 0;
	text-transform:capitalize;
	
}

.category-bg {
    height: 200px;
	overflow: hidden;
}

.category-bg img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}

.panel {
	width: 25%;
}

.youtube {
	width:100%;
	height:auto;
}

.youtube {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.youtube2-wrap-1 {
	width: 100%;
	float: none;
}

}


@media (max-width:800px){

.youtube2 {
	width:100%;
	height:auto;
}

.youtube2 {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}

.youtube2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.youtube2-wrap {
	width: 100%;
	float: none;	
}

h2 {
    font-size: 28px;
}

.panel {
    width: 33.33%;
}

.shopping-link {
    padding: 0 0.5%;
}

.intro-cap-box {
    padding: 0 20px;
}

.panel-title {
    font-size: 30px;
}

.shop-inquiry-box {
    margin-bottom: 10px;
}

.shop-inquiry-img {
    margin-bottom: 7px;
}

}

@media (max-width:768px){
	
	
}

@media (max-width:600px){

.content {
	width : 100% ;
	height: auto;
	padding: 70px 20px;
}

.intro-cap-box {
    padding: 0;
}

h2 {
    font-size: 24px;
}

.shop-name {
    font-size: 14px;
}

.shop-inquiry-box {
    width: 50%;
}

.shop-inquiry-box {
    font-size: 12px;
}
	
}

@media (max-width:479px){

.shopping-link {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}

.category-title {
	font-size: 30px;
}

.panel-title {
    font-size: 24px;
}

.sns-wrap {
    width: 80%;
    padding: 5%;
    margin-bottom: 40px;
}

#loader img {
	width:60%;
}

footer img {
    width: 300px;
}

.inquiry-content {
    padding: 40px 20px 20px;
}

.shop-inquiry-box {
    width: 100%;
}

.shop-name {
    font-size: 24px;
}

.shop-inquiry-box {
    font-size: 16px;
}

}