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

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

#main {
	height: 120vw;
	margin-bottom: 8vw;
	position: relative;
	z-index: 0;
}

#main figure {
	height: 120vw;
}

#main figure img {
	max-width: 400%;
	height: 120vw;
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}

#main .logo {
	width: 100%;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 9;
}

#main .logo img {
	height: 34vw;
}

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

#about {
	margin-bottom: 20vw;
}

#about h2 {
	margin-bottom: 5vw;
	font-weight: 700;
	font-size: 6.5vw;
	line-height: 1.3;
}

#about figure img {
	height: 66.75076923076923vw;
}

#about p {
	margin: 0 5vw 10vw;
	text-align: justify;
}

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

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

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

#goods {
	margin: 0 5vw 15vw;
}

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

#goods li {
	margin-bottom: 5vw;
}

#goods li img {
	height: 38.35333333333333vw;
}

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

#member {
	margin: 0 5vw 10vw;
}

#member .flex {
	display: flex;
	flex-wrap: wrap;
}

#member .find {
	width: 31%;
	margin: 0 3.5% 8vw 0;
	font-size: 3vw;
	line-height: 1.4;
}

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

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

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

#member figcaption .ja {
	font-size: 3.5vw;
}

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

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

#category {
	margin: 0 5vw;
}

#category .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 5vw;
}

#category .find {
	/* width: 23%; */
	width: calc(50% - 5px);
	margin-bottom: 2.5%;
	font-size: 3vw;
	line-height: 1.4;
}

#category figure img {
	/* width: 20vw; */
	/* height: 20vw; */
	width: 150px;
	height: auto;
	overflow: hidden;
}

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

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

#category .more {
	margin-bottom: 20vw;
	text-align: center;
}

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

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