@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){

.product-detail-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){
	
#top-head,
.inner {
	width: 100%;
	padding: 0;
}

#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}

/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
	
#mobile-head {
	background: #fff;
	width: 100%;
	height: 56px;
	z-index: 50;
	position: relative;
}

#top-head.fixed .logo,
#top-head .logo {
	position: absolute;
	left: 13px;
	top: 10px;
	color: #333;
	font-size: 26px;
}
	
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background: #333;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
	
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
	
#global-nav ul li {
	float: none;
	position: static;
}
	
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 18px 0;
}
	
#nav-toggle {
	display: block;
}

#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a,
#top-head.fixed #global-nav ul li ul li.cate2 a {
	width: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

#top-head #global-nav ul li a:hover,
#top-head.fixed #global-nav ul li a:hover {
	color: #fff;
	text-decoration: none;

}

#top-head.fixed #global-nav ul li ul.cate2-wrap li.cate2 a:hover {
    color: #fff;
	text-decoration: none;
}

#global-nav ul li ul.cate2-wrap {
    position: relative;
    top: auto;
    left: auto;
    background-color: transparent;
    padding: 0;
    right: 0;
    bottom: 0;
}

#top-head.fixed #global-nav ul li ul.cate2-wrap {
    position: relative;
    top: auto;
    left: auto;
    background-color: transparent;
    padding: 0;
    right: 0;
    bottom: 0;
}
	
#nav-toggle {
	display: block;
}
	
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
	
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
	
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
	
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}

.open #global-nav ul li ul.cate2-wrap {
	background: #787878;
	margin-top: 18px;
}

#top-head.fixed #global-nav ul li ul.cate2-wrap {
	background: #787878;
}

.open #global-nav ul li ul.cate2-wrap li.cate2 {
	border-bottom: 1px solid #9e9e9e;
	font-weight: normal;
	padding: 18px 0;
}

.open #global-nav ul li ul.cate2-wrap li.cate2:last-child {
	border-bottom: none;
}

.open #global-nav ul li.cate1 span,
.open #global-nav ul li.cate1 span.cursol-rotate {
    position: relative;
	display: inline-block;
	margin-left: 14px;
	padding-right: 14px;
}


.open #global-nav ul li.cate1 span:after,
.open #global-nav ul li.cate1 span.cursol-rotate:after {
	-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;	
}

.open #global-nav ul li.cate1 span:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #ff3131;
    border-right: solid 2px #ff3131;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
}

.open #global-nav ul li.cate1 span.cursol-rotate:after {
	content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #ff3131;
    border-right: solid 2px #ff3131;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
}

li.slash {
	display: none;
}

.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;
}

h2 p{
	font-size: 20px;
}


.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: 20px 10px;
}

.intro-cap-box {
    padding: 0;
}

h2 {
    font-size: 24px;
}

h2 p{
	font-size: 18px;
}

.shop-name {
    font-size: 14px;
}

.shop-inquiry-box {
    width: 50%;
}

.shop-inquiry-box {
    font-size: 12px;
}
	
}

@media (max-width:479px){

.header-img {
	width: 100%;
    height: auto;
}

.panel {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}

.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;
}

}