﻿@charset "utf-8";
/* CSS Document */

/*******************base*******************/
* {
	margin: 0 auto;
	padding: 0;
	border: 0;
	list-style:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #555555;
	background-color: #FFF;
}

img {
	max-width: 100%;
	display: block;
}

header {

}

.header-img {
	width: 1400px;
}

footer {
	width: 100%;
	height: auto;
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	background: #111;
}

footer img {
	display: inline;
}

section {
	width: 100%;
	height: auto;
	background-color: #fff;
}

section:nth-child(even) {
	background-color: #f6f6f6;
}

.content {
	width : 100%;
	height: auto;
	padding: 80px 40px;
}

p {
	margin-bottom: 20px;
}

.block {
	display: block;
	height: auto;
	width: 100%;
}

.center {
	text-align: center;
}

.Clear {
	clear: both;
}
/*******************base*******************/

/*******************loader*******************/
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
}

#loader {
    width: 80px;
    height: 80px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -40px; /* heightの半分のマイナス値 */
    margin-left: -40px; /* widthの半分のマイナス値 */
    z-index: 1000;
}
/*******************loader*******************/

/*******************intro-cap*******************/
#intro-cap {
	width: 1280px;
}


.intro-cap {
    font-size: 22px;
}
/*******************intro-cap*******************/


/*******************link*******************/
a {
	color: #7b7b7b;
	text-decoration: none;
}

a:link {
	color: #7b7b7b;
	text-decoration: underline;
}

a:hover {
	color: #0099e5;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

a.pt:hover img{
   filter:alpha(opacity=80);
   -moz-opacity:0.80;
    opacity:0.80;
}
/*******************link*******************/

/*******************txt*******************/

/*ロゴに使用
h1 {

}
*/

h2 {
    font-size: 50px;
    margin-bottom: 30px;
    border-bottom: 3px solid;
    padding-bottom: 5px;
    text-align: center;
    letter-spacing: 0.2em;
}

h3 {
    font-size: 28px;
    margin-bottom: 10px;
	text-align:center;
	font-weight:700;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

.text-small {
	font-size: 20px;
}

.text-small2 {
	font-size: 9px;
}
/*******************txt*******************/

/*******************sns*******************/
.sns-wrap {
	width: 400px;
	padding: 40px;
}

.sns {
	float:left;
	width:33.3%;
	padding:2%;
}

/*******************sns*******************/

/*******************page-top*******************/
.pagetop {
    position: fixed;
    bottom: 27px;
    right: 20px;
}
/*******************page-top*******************/

/*******************color*******************/
.orange {
	color: #FF9900;
}

.blue {
	color: #0099e5;
}

.red {
	color: #C00;
}

/*******************color*******************/

/*******************button*******************/
.button {
    width: 50%;
    height: 60px;
    display: block;
    text-align: center;
    line-height: 60px;
    background-color: #0099e5;
    border-radius: 5px;
    font-size: 16px;
}

.button:link {
	color: #fff;
	text-decoration:none;
}

.button:visited {
	color: #fff;
	text-decoration:none;
}

.button:hover {
	background-color: #ff5639;
	color: #fff;
	text-decoration: none;
}

.button2 {
    width: 50%;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    background-color: #0099e5;
    border-radius: 5px;
    font-size: 16px;
}

.button2:link {
	color: #fff;
	text-decoration:none;
}

.button2:visited {
	color: #fff;
	text-decoration:none;
}

.button2:hover {
	background-color: #ff5639;
	color: #fff;
	text-decoration: none;
}
/*******************button*******************/

/*******************product-bnr*******************/

/*******************product-bnr*******************/

/*******************product*******************/
.flex-box{
	display:flex;
	justify-content:stretch;
	flex-wrap:wrap;
	align-content:center;
	margin-bottom:20px;
}

.artist-cap {
    font-size: 16px;
}

#artist {
	width: 1280px;
}

.artist{
	margin-bottom:0;
}

#product {
	width: 1280px;
}

.product-img {
	display: block;
	
}

.product-img50 {
	width:50%;
	padding:10px;
	
}

.product-img-smt {
	display: none;
}

.product-img-small {
    width: 14.28%;
    float: left;
}

.product-img-small-box {
    margin-bottom: 30px;
}

.product-cap-box {
    margin-bottom: 40px;
}

.product-name {
    font-size: 60px;
    font-weight: bold;
	text-align: center;
}


.product-price {
    font-size: 26px;
	text-align: center;
}

.product-link {
	
}


/*******************product*******************/


/*******************Youtube*******************/
.youtube {
	width: 950px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}

.youtube2 {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
	margin-bottom: 20px;
	background: #000;
}

.youtube2 img {
	cursor: pointer;
}

.youtube2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.youtube2-wrap {
	width: 50%;
	float: left;	
}

.youtube2-wrap-1 {
	width: 950px;
	float: none;
}
/*******************Youtube*******************/

/*******************inquiry*******************/
#inquiry {
	width: 1400px;
	height: auto;
}

.inquiry-content {
	width : 100%;
	height: auto;
	padding: 80px 20px 40px;
}

.shop-inquiry-title {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #0099e5;
    border-bottom-color: #0099e5;
    margin: 0 auto 40px;
    padding: 10px 0 7px 0;
    text-align: center;
    letter-spacing: 0.3em;
	color: #f6f6f6;
}

.shop-inquiry-box {
	width: 33.33%;
	height: auto;
	font-size: 14px;
	line-height: 1.4;
	float:left;
	padding: 10px;
}

.shop-inquiry-img {
	width: 100%;
	margin-bottom: 15px;
}

.shop-inquiry-cap {
	width: 100%;
	color: #f6f6f6;
}

.shop-name {
	font-size: 20px;
	font-weight: bold;
}

.shop-inquiry-cap p {
	margin-bottom: 0;
}

.shop-inquiry-cap a {
	color: #f6f6f6;
}

.shop-inquiry-cap a:hover {
	color: #00e6e6;
}
/*******************inquiry*******************/