@charset "UTF-8";
body {
	/*font-family:'Univers',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
	font-family: Helvetica, 'sans-serif',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	line-height: 1.6;
	font-weight: 400;
	font-size: 12px;
	background: #efe862;
}
a {
	text-decoration: none;
}
a:hover {
	opacity: 0.5;
}
img {
	vertical-align: top;
	width: 100%;
}

#wrapper {
	width: 100%;
	overflow: hidden;
}
/* header */

#header h1 {
	width: 222px;
	position: fixed;
	left: 40px;
	top: 40px;
	z-index: 100;
	letter-spacing: 0.08em;
	font-size: 1.2rem;
}

.pcmenu {
	font-size: 12px;
	
	text-align: right;
	position: fixed;
	right: 40px;
	top: 33px;
	line-height: 2.0;
}
.pcmenu_bottom {
	font-size: 12px;
	text-align: right;
	position: fixed;
	right: 40px;
	bottom: 30px;
	font-weight: bold;
	line-height: 2.0;
}

.online img {
    width: 16px;
	margin: 8% 6%;
}

#menu-btn_sp {
	position: fixed;
	right: 40px;
	top: 46px;
	width: 24px;
	z-index: 102;
	cursor: pointer;
}

.bg-slider {
	width: 100vw;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}


.scroll {
	position: fixed;
	z-index: 1;
	bottom: 40px;
	left: 48px;
	overflow: hidden;
	width: 1px;
	height: 50px;
	letter-spacing: 0.08em;
}
.scrolltext {
	position: fixed;
	font-size: 10px;
	bottom: 130px;
	left: 10px;
	transform: rotate(-90deg);
}
.scroll:after, .scroll:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1px;
	height: 100%;
	content: ''
}
.scroll:before {
	z-index: 10;
	-webkit-animation: scroll 2.4s infinite normal;
	animation: scroll 2.4s infinite normal;
	background: #d22628;
}
.scroll:after {
	background: #cacaca
}
@-webkit-keyframes scroll {
0% {
-webkit-transform:translate3d(0, -100%, 0)
}
15% {
-webkit-transform:translate3d(0, -98%, 0)
}
85% {
-webkit-transform:translate3d(0, 98%, 0)
}
100% {
-webkit-transform:translate3d(0, 100%, 0)
}
}
@keyframes scroll {
0% {
transform:translate3d(0, -100%, 0)
}
15% {
transform:translate3d(0, -98%, 0)
}
85% {
transform:translate3d(0, 98%, 0)
}
100% {
transform:translate3d(0, 100%, 0)
}
}

/*--------------------------------------------
/*		contents
/*--------------------------------------------*/

.contents {
    font-size: 14px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 128px 0;
	display: table;
}
#wholesale .form {
	width: 28%;
	margin: 3% 0 6%;
	text-align: center;
}
#wholesale .form a {
    display: block;
    width: 40%;
    padding: 1.5% 2%;
    border: 2px solid;
    margin-right: 2%;
    background-color: #FEFDF1;
}
section {
	height: 75vh;
    vertical-align: middle;
}
section#aboutus,section#wholesale,section#shop {
	display: table-cell;
}

section h2 {
	font-size: 24px;
	margin-bottom: 4%;
}

#wholesale p {
	margin-bottom: 2%;
}
#wholesale dl {
	margin-bottom: 2%;
}
#wholesale dl dt {
    font-size: 20px;
	font-weight: 600;
	margin-bottom: 2%;
}
#wholesale dl dt {
	line-height: 1.8;
}
#wholesale dl:nth-child(1) {
	width: 50%;
	float: left;
}
#wholesale dl:nth-child(2) {
	width: 44%;
	float: right;
}
#wholesale dl.terms dd {
	text-indent: -1em;
	padding-left: .7em;
}
.catalog li {
	width: 22%;
	margin: 0 3% 3% 0;
	float: left;
	border-bottom: 1px solid #D6D6D6;
}

#shop p {
	margin-bottom: 1%;
}
	
@media screen and (min-width:901px) {
	.catalog li:nth-child(4n){
		margin-right: 0;
}
}

#news .left {
	width: 48%;
	float: left;
}
#news .right {
	float: right;
	width: 48%;
	padding-top: .5%;
}
#news .date,#news .place {
	font-size: 12px;
}
#news span {
	margin-right: 3%;
}
#news ul {
	margin-bottom: 6%;
}
#news h3 {
	font-size: 18px;
	margin-bottom: 1%;
}
#news .text {
	margin-bottom: 3%;
}
#wholesale h3 {
	margin-bottom: 2%;
	line-height: 1;
	font-size: 20px;
}

#shop ul {
	display: flex;
    flex-wrap: wrap;
}
#shop ul li {
	width: calc(48%);
    margin: 0 4% 4% 0;
}
#shop ul li:nth-child(2n){
	margin-right: 0;
}
#shop img {
	margin-bottom: 2%;
}
#shop h3 {
	font-size: 20px;
	margin-bottom: 1%;
}
#shop p {
	font-size: 14px;
}
#shop p a {
	text-decoration: underline;
}

#shop p a:hover {
	text-decoration: none;
}
@media screen and (max-width:900px) {
	#wholesale dl dd {
    line-height: 1.5;
}
	#wholesale dl {
    margin-bottom: 6%;
}
	#wholesale .form {
		margin: 6% 0;
	}
	#wholesale .form a {
		width: 95%;
		padding: 3% 2%;
	}
	#wholesale .catalog li:nth-child(even){
		margin-right: 0;
	}
	#shop ul li {
	width: calc(100%);
    margin: 0 0 4% 0;
	}
	
#shop img {
	margin-bottom: 4%;
}
#shop h3 {
	font-size: 18px;
	margin-bottom: 1%;
}
#shop p {
	font-size: 12px;
	line-height: 1.4;
}
#shop p a {
	text-decoration: underline;
}

#shop p a:hover {
	text-decoration: none;
}

}

/* menu */

.menu-trigger, .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 20px;
	height: 20px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #d22628;
}
.menu-trigger.close span {
	background-color: #efe862;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 9px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;.scroll
}
.menu-trigger.close span:nth-of-type(1) {
	-webkit-transform: translateY(13px) rotate(-45deg);
	transform: translateY(13px) rotate(-45deg);
}
.menu-trigger.close span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.close span:nth-of-type(3) {
	-webkit-transform: translateY(-5px) rotate(45deg);
	transform: translateY(-5px) rotate(45deg);
}

.menuWrapp {
	position: fixed;
	position: fixed;
	right: -340px;
	top: 0;
	z-index: 90;
	width: 340px;
	background: #000;
	height: 100vh;
	transition: all 0.3s ease;
}
.menuWrapp.on {
	position: fixed;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 90;
	width: 340px;
	height: 100vh;
}
.close {
	color: #fff;
	position: absolute;
}
.sp_menu {
	height: 100%;
	padding-left: 50px;
	display: table;
}
.sp_menuWrap {
	display: table-cell;
	vertical-align: middle;
}
.sp_menu ul li {
	text-align: left;
	font-weight: 600;
	margin-bottom: 7%;
	letter-spacing: 0.08em;
	font-size: 14px;
}
.sp_menu ul li a {
	display: block;
	text-decoration: none;
	color: #efe862;
}
.sp_menu .sns {
	margin-top: 20%;
}
.sp_menu .sns li {
	width: 18px;
	float: left;
	margin-right: 15%;
}
.sp_menu .sns li:nth-child(2) {
	margin-top: 1%;
}
.catalog {
	margin: 2% 0 10%;	
}


@media screen and (max-width:900px) {
body {
	font-size: 10px;
}

a:hover {
	opacity: 1;
}
img {
	max-width: 100%;
	height: auto
}
/* header */
#header h1 {
	width: 58%;
	left: 5.6%;
    top: 3%;
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
	#header h1{
  width: 38%;
	}
}
#menu-btn_sp {
	top: 2.3%;
	}
	.scroll {
		left: 20px;
	}
.contents {
	padding: 0 5.6% 10%;
	font-size: 16px;
}
.scrolltext {
	position: absolute;
	font-size: 11px;
	bottom: 130px;
	left: -21px;
	transform: rotate(90deg);
}
.scroll {
	position: absolute;
	z-index: 1;
	bottom: 20px;
	right: 6.5%;
	overflow: hidden;
	width: 1px;
	height: 70px;
}
	.pcmenu {
		display: none;
	}
	.pcmenu_bottom {
		display: none;
	}
#menu-btn_sp {
	right: 5.5%;
}
	
.menuWrapp {
	position: fixed;
	position: fixed;
	right: -50%;
	top: 0;
	z-index: 90;
	width: 50%;
	background: #d22628;
	height: 100vh;
	transition: all 0.3s ease;
}
.menuWrapp.on {
	position: fixed;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 101;
	width: 50%;
	background: #d22628;
	height: 100vh;
}
.sp_menu {
	padding-left: 13.82%;
}
	#wholesale dl:nth-child(1),#wholesale dl:nth-child(2){
		width: 100%;
		float: none;
	}
	#news .left,#news .right {
		width: 100%;
	}
	section h2 {
		font-size: 22px;
		margin-bottom: 6%;
	}
	#wholesale dl dt {
		font-size: 18px;
	}
	#news h3,#wholesale h3 {
		font-size: 18px;
		margin-top: 3%;
	}
	#news .date, #news .place {
		font-size: 14px;
	}
	section {
		padding: 26% 0 !important; 
	}
	
}
	
	#wholesale .form {
		width: 100%;
	}
}

@media screen and (max-width:900px) {
body {
	font-weight: 500;
}

.sp_menu ul li {
	font-size: 13px;
	margin-bottom: 10%;
}
}

@media screen and (min-width:901px) {
	#menu-btn_sp {
		display: none;
	}
}


/*--------------------------------------------
/*		Contact
/*--------------------------------------------*/


#contact {
	font-size: 13px;
}
#contact table input,textarea {
	background: #FEFDF1;
	border: none;
	padding: 1%;
	width: 80%;
}
#contact .btn {
	margin-top: 4%;
}
#contact .btn input {
	font-weight: bold;
	font-family: 'Univers LT W01_67 Bold_1476016',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	width: 10%;
	padding: .5%;
	border: 2px solid;
	margin-right: 2%;
	background-color: #FEFDF1;
}
#contact table th {
	width: 24%;
	padding: 1.5% 2% 1%;
	background: #FEFDF1;
	vertical-align: middle;
	border: 2px solid;
}
#contact table td {
    padding: 1.5% 2% 1%;
	background: #FEFDF1;
	border-bottom: 2px solid;
	border-right: 2px solid;
	border-top: 2px solid;
}
input:-internal-autofill-selected {
    background-color: #efe862 !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
#contact ul {
	margin-bottom: 3%;
}
#contact section {
	display: table-cell;
}
input[name=email] {
	border-bottom: 1px solid !important;
}
input[name=email2] {
	border-bottom: 1px solid !important;
}
::placeholder{
  color:#000;
	font-weight: bold;
}
@media screen and (max-width:900px) {
	#contact .btn input {
		width: 20%;
    	padding: 1% 2%;
	}
	#contact table th {
		line-height: 1;
		padding: 2%;
	}
	#contact section h2 {
		margin-bottom: 10%;
	}
	.catalog li {
	width: 48%;
	margin: 0 4% 4% 0;
	float: left;
}
	.catalog li:nth-child(2n){
		margin-right: 0;
}
	
}

