/*
Theme Name: original
Theme URI: http://xxx.com
Description: オリジナルのテーマ
Version: 1.1
Author: Qoo-Hoo
Author URI: http://xxx.com
*/

@charset "utf-8";
/* CSS Document */

:root {
	--key_color : #ebbf1d;
}

body {
	background: #fff;
	font-family: 'Monoton', cursive;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	color: #666;
}

a {
	color: #666;
}

/* h1 {
	text-align: center;
	font-size: 1.6rem;
} */

h1 {
	margin: 40px 0;
	font-size: 2.6rem;
	text-align: center;
}

p,
ol,
ul {
	font-size: 1.6rem;
	line-height: 2;
}
@media only screen and (max-width: 767px) {
	h2 {
		margin: 30px 10px;
		text-align: left;
	}
}

/************************************
** header
************************************/
header.single-spice {
	box-sizing: border-box;
	width: 100%;
	margin-top: .5%;
	padding: 0 10%;
}
header.single-spice .site-name {
	font-size: 2rem;
}
@media only screen and (max-width: 767px) {
	header.single-spice {
		padding: 0 4%;
	}
}
/* .header {
	position: relative;
	min-height: 30px;
} */
.header .logo {
	width: 100px;
	margin: 20px auto 0;
}

.header .logo a {
	transition-duration: 0.5s;
}

.header .logo a:hover {
	opacity: .6;
}

.header .logo img {
	width: 100%;
	height: auto;
	border: 1px solid #000;
	border-radius: 50%;
}

ul.upperNav {
	position: absolute;
	top: 0;
	right: 0;
}

ul.upperNav li {
	display: inline;
	background: #FF3;
	padding: 3px 15px 7px;
	margin-left: 5px;
}

ul.upperNav li a {
	color: #09F;
}

/************************************
** footer
************************************/
#footer {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 40px;
	padding: 20px 10%;
	background-color: #000;
}
#footer .menu-footer01-container {
	width: 30%;
}
#footer .menu-footer02-container {
	width: 60%;
}

#footer .menu {
	display: flex;
	flex-wrap: wrap;
}
#footer .menu .menu-item {
}

#footer .menu .menu-item a {
	color: #fff;
}

#footer .menu .menu-item .sub-menu {
	padding-left: 1em;
}

#footer .menu .menu-item .sub-menu .menu-item {
	width: 100%;
}

#footer .menu-footer01-container .menu-item {
	width: 50%;
}

#footer .menu-footer02-container .menu-item {
	width: 25%;
}

@media only screen and (max-width: 767px) {
	#footer {
		display: block;
	}

	#footer .menu-footer02-container {
		margin-top: 40px;
	}

	#footer .menu-footer01-container .menu-item,
	#footer .menu-footer02-container .menu-item {
		width: 100%;
	}

	#footer .menu-footer01-container,
	#footer .menu-footer02-container
	#footer .menu-footer01-container .menu-item,
	#footer .menu-footer02-container .menu-item {
		width: 50%;
	}
}

/************************************
** #container
************************************/
#container {
	width: 100%;
	margin-top: 6%;
	padding: 0 10%;
}
@media only screen and (max-width: 767px) {
	#container {
		padding: 0 4%;
	}
}


ul.upperNav {
	position:absolute;
	top:0;
	right:0;
}
ul.upperNav li {
	display:inline;
	background:#FF3;
	padding:3px 15px 7px;
	margin-left:5px;
}
ul.upperNav li a {
	color:#09F;
}
ul#nav {
	margin:34px 0 0 0;
}
ul#nav li {
	display:inline;
	margin:0 15px 0 0;
	list-style-type:disc;
}
ul#nav li a {
	color:#F60;
	font-size:17px;
}
ul#nav li a:hover {
	color:#FC9;
}



/************************************
** body#home
************************************/
/* sec-mv */
.sec-mv {
	width: 100%;
	height: 100%;
	padding-left: 20%;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

.sec-mv .sec-mv__img {
	position: relative;
	display: block;
	box-sizing: border-box;
	touch-action: pan-y;
}

.sec-mv .sec-mv__img img {
	width: 100%;
	height: auto;
}

.sec-mv .sec-mv__txt {
	transition: transform 1s 0s cubic-bezier(0.86, 0, 0.07, 1);
	animation: rightVtfadeInup 1s cubic-bezier(0.86, 0, 0.07, 1) both;
	animation-delay: 1.6s;
	left: 10%;
	display: block;
	position: absolute;
	bottom: 50%;
	z-index: 100;
}

.sec-mv .sec-mv__txt .catch {
	font-size: 2rem;
}

.sec-mv .sec-mv__txt .txt {
	margin-top: 2em;
}
.sec-mv .sec-mv__txt .txt .mi-sp {
	display: none;
}
@media only screen and (max-width: 767px) {
	.sec-mv .sec-mv__txt {
		left: 5%;
		bottom: 15%;
	}

	.sec-mv .sec-mv__txt .catch {
		font-size: 1.6rem;
	}

	.sec-mv .sec-mv__txt .txt {
		margin-top: 1em;
		font-size: 1.2rem;
	}

	.sec-mv .sec-mv__txt .txt .mi-sp {
		display: block;
	}
}

body#home h2 {
}

body#home h2 a {
}

body#home h2 {
}

body#home h2 a {
}

body#home div#content {
	display: block;
}

/* div#main */
body#home div#main {
}



div.section {
	margin-bottom:50px;
	overflow:hidden;
}


.genre-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -4%;
}

.genre-list::after {
	display: block;
	width: 31%;
	content: "";
}

.genre-list__item {
	width: 31%;
	margin-top: 6%;
}

.more-link {
	color: var(--key_color);
	transition-duration: 0.5s;
	margin-left: 1em;
}
.more-link:hover {
	opacity: .6;
	margin-left: 2em;
}

.genre-list__item a {
	display: block;
	transition-duration: 0.5s;
}

.genre-list__item img {
	width: 100%;
	height: 12vw;
	object-fit: cover;
	object-position: 50% 50%;
	transition-duration: 0.5s;
}

.genre-list__item a:hover img {
	transform: scale(1.1);
	overflow: hidden;
	transition-duration: 0.5s;
}

.genre-list__item .item-hdg {
	font-size: 1.4rem;
	font-weight: bold;
}

.genre-list__item .item-txt {
	margin-top: 1em;
}

.genre-list__item a .item-txt span {
	color: var(--key_color);
	text-decoration: none;

}

.genre-list__item a:hover .item-txt span {
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	.genre-list__item {
		width: 48%;
	}
	.genre-list__item img {
		height: 30vw;
	}
}


/************************************
** body#category
************************************/
body#category div.section img {

}


/************************************
** body#single
************************************/
body#single .head__img {
	text-align: center;
}
body#single .head__img img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	text-align: center;

}
body#single .head h1 {
	margin-top: 1em;
	font-size: 3rem;
}
body#single .head .head__description {
	position: relative;
	margin-top: 1em;
	font-size: 1.6rem;
	line-height: 2;
	transition-duration: 0.5s;
}
/* body#single .head .head__description.more {
	height: 170px;
	overflow: hidden;
	cursor: pointer;
}
body#single .head .head__description.more::before,
body#single .head .head__description.more::after {
	position: absolute;
	content: "";
	z-index: 10;
}
body#single .head .head__description.more::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
body#single .head .head__description.more::after {
	bottom: 1px;
	left: 0;
	right: 0;
	width: 150px;
	height: auto;
	text-align: center;
	content: "続きを読む";
	display: inline-block;
	border: 1px solid #ccc;
	margin: 0 auto;
	background-color: #eee;
	cursor: pointer;
} */
body#single .head .head__description .note {
	padding: 2%;
	background-color: #efefef;
}
body#single .head .head__description p + p {
	margin-top: 1em;
}

body#single #main h2 {
	padding: 10px 0 15px 10px;
	background-color: #fdf6e6;
	border-left: 5px solid #ebbf1d;
	font-size: 2.2rem;
}

body#single h3 {
	position: relative;
	font-size: 2rem;
}
body#single h3::before,
body#single h3::after {
	position: absolute;
	bottom: -5px;
	height: 3px;
	content: "";
}
body#single h3::before {
	left: 0;
	width: 100%;
	background-color: #ebbf1d;
}
body#single h3::after {
	left: 20%;
	width: 80%;
	background-color: #ccc;
}

body#single p + .wp-block-heading,
body#single ul + .wp-block-heading,
body#single ol + .wp-block-heading,
body#single div + .wp-block-heading,
body#single .wp-block-image + .wp-block-heading {
	margin-top: 2em;
}

body#single .wp-block-heading + p,
body#single .wp-block-heading + .wp-block-heading {
	margin-top: 1em;
}

body#single #main h3 + p,
body#single #main h3 + .wp-block-columns {
	margin-top: 1em;
}
body#single #main p + h3,
.wp-block-quote + h3 {
	margin-top: 3em;
}
body#single #main a {
	color: #ebbf1d;
	text-decoration: underline;
}
body#single #main a:hover {
	color: #666;
	text-decoration: none;
}
.wp-block-quote {
	position: relative;
	padding: 20px 20px 20px 70px;
	background-color: #eee;
}
.wp-block-quote::before {
	position: absolute;
	top: 5px;
	left: 15px;
	content: "”";
	font-size: 10rem;
	line-height: 1;
	color: #d8d8d8;
}
body#single .description {
	margin-top: 1em;
	font-size: 1.6rem;;
	text-align: center;
}
body#single .date {
	margin-top: 2em;
	text-align: center;
}
body#single .flex_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
body#single .ranking {
	width: 100%;
	margin-top: 60px;
	font-size: 3rem;
}
body#single .ranking:first-of-type {
	margin-top: 20px;
}

body#single div.products {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 40px;
	border: 1px solid #ddd;
}

body#single .products + .products {
	margin-top: 60px;
}

body#single div.products .image {
	width: 35%;
}

body#single div.products .image img {
	width: 100%;
	height: auto;
}

body#single div.products .txt {
	width: 60%;
}

body#single div.products .txt .name {
	margin-top: 1em;
	font-size: 2rem;
}

body#single div.products .txt .itemCaption {
	margin-top: 1em;
}

body#single div.products .txt .review-list {
	margin-top: 1em;
	display: flex;
}

body#single div.products .txt .review-list .review-list__item {
	margin-right: 20px;
}

body#single div.products .txt .review-list .review-list__item span {
	font-size: 2rem;
}

body#single div.products .txt .itemPrice {
	margin-top: 1em;
	font-size: 2rem;
}

body#single div.products .txt .link {
	width: 100%;
	margin: 1em auto 0;
	text-align: center;
}

body#single div.products .txt .link a {
	display: block;
	padding: 10px 30px;
	background-color: #000;
	color: #fff;
	transition-duration: 0.5s;
}

body#single div.products .txt .link a:hover {
	background-color: #666;
}

body#single div.products.column {
	display: block;
	width: 31%;
	padding: 20px;
}

body#single div.products.column .image,
body#single div.products.column .txt {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	body#single .flex_wrap,
	body#single div.products {
		display: block;
	}

	body#single div.products {
		padding: 4%;
	}

	body#single div.products .txt .name {
		font-size: 1.8rem;
	}

	body#single .products + .products {
		margin-top: 30px;
	}

	body#single div.products.column {
		width: 100%;
	}

	body#single div.products .image,
	body#single div.products .txt {
		width: 100%;
	}

	body#single #main h2 {
		margin: 30px 10px 30px 0;
	}
}

body#single .sec-stores {
	margin-top: 10em;
}
body#single .sec-stores h2 {
	font-size: 2.6rem;
	text-align: center;
}
body#single .sec-stores h2::before,
body#single .sec-stores h2::after {
	content: none;
}


/* div#content */

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

/* div#main */
div#main {
	width: 74%;
}

div.section p {
	line-height: 1.7;
	margin-bottom: 16px;
}

/* div.sidebar */
div.sidebar {
	width: 20%;
}
div.sidebar .widget h3 {
	background: #ebbf1d;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
}
div.sidebar .widget h3::before,
div.sidebar .widget h3::after {
	content: none !important;
}

.widget_block {
	margin-top: 2em;
}
div.sidebar .widget_categories {
	margin-top: 0;
}
div.sidebar .wp-block-categories .cat-item a {
	color:#666;
	text-decoration:underline;
}
div.sidebar .wp-block-categories li.cat-item a {
	font-size:13px;
	font-weight:bold;
}
div.sidebar .wp-block-categories ul.children li.cat-item a {
	padding: 0;
	font-weight:normal;
}

div.sidebar .widget_tag_cloud {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 0;
}

div.sidebar .wp-block-tag-cloud a {
	display: inline-block;
	margin-top: 10px;
	padding: 0 5px;
	border: 1px solid var(--key_color);
	border-radius: 6px;
	font-size: 1.2rem !important;
	color: var(--key_color);
	text-decoration: none;
	transition-duration: 0.5s;
}

div.sidebar .wp-block-tag-cloud a:hover {
	background-color: var(--key_color);
	color: #fff;
}
@media only screen and (max-width: 767px) {
	div#content {
		display: block;
	}
	div#main,
	div.sidebar {
		width: 100%;
	}
}


/************************************
** 検索　input
************************************/

.wp-block-search__input {
	width: 70%;
	padding: 0 10px !important;
}
.wp-block-search__button {
	width: 30%;
	padding: 0 10px !important;
}




