@charset "UTF-8";
@import "common.pc.css";

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

#header {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
	height: 1138px;
	margin-bottom: 60px;
	position: relative;
	z-index: 0;
}

#main figure {
	height: 1138px;
}

#main figure img {
	max-width: 2000px;
	width: 2000px;
	/* height: 1138px; */
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}

#main .logo {
	width: 290px;
	height: 135px;
	overflow: hidden;
	margin-left: -600px;
	position: absolute;
	top: 50px;
	left: 50%;
	z-index: 9;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 90px;
}

#about h2 {
	margin-bottom: 50px;
	text-align: left;
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
}

#about .flex {
	display: flex;
	justify-content: space-between;
}

#about figure {
	width: 380px;
	height: 254px;
}

#about p {
	width: 440px;
	text-align: justify;
}

#about p strong {
	font-weight: 700;
}

#about p em {
	font-weight: 700;
	color: #DC1716;
}

/* ---------------------------------------------------------
	CSS Document goods
--------------------------------------------------------- */

#goods {
	margin-bottom: 90px;
}

#goods ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#goods li {
	width: 49%;
	margin-bottom: 2%;
}

#goods li img {
	height: 179px;
}

/* ---------------------------------------------------------
	CSS Document member
--------------------------------------------------------- */

#member {
	margin-bottom: 90px;
}

#member .flex {
	display: flex;
	flex-wrap: wrap;
	padding: 40px 20px 10px;
	background: #ddd;
}

#member .find {
	width: 25%;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.4;
}

#member .find:hover {
	opacity: 0.6;
}

#member figure img {
	width: 160px;
	height: 160px;
	overflow: hidden;
	border-radius: 100%;
}

#member figcaption {
	margin: 10px 0;
	font-weight: 700;
}

#member figcaption .ja {
	font-size: 18px;
}

#member figcaption a {
	text-decoration: none;
	color: #231815;
	opacity: 1;
}

/* ---------------------------------------------------------
	CSS Document category
--------------------------------------------------------- */

#category .h3 {
	margin-bottom: 30px;
}

#category .flex {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	width: 860px;
	margin-bottom: 30px;
}

#category .find {
	/* width: 185px; */
	width: 200px;
	margin-right: 20px;
    margin-bottom: 2.5%;
	font-size: 14px;
	line-height: 1.4;
}

#category .find:nth-of-type(4n) {
	margin-right: 0;
}

#category .find:hover {
	opacity: 0.6;
}

#category figure img {
	width: 150px;
	height: auto;
	overflow: hidden;
}

#category figcaption {
	margin: 10px 0;
	font-weight: 700;
}
#category figcaption .auth img {
	height: 1rem;
    width: auto;
    vertical-align: middle;
}
#category figcaption .ja {
	font-size: 18px;
}

#category figcaption a {
	text-decoration: none;
	color: #231815;
	opacity: 1;
}

#category .more {
	margin-bottom: 90px;
}

#category .more a {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	height: 51px;
	border-radius: 51px;
	background: #DC1716;
	text-decoration: none;
	line-height: 50px;
	color: #fff;
	position: relative;
}

#category .more a:after {
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}
