@charset "UTF-8";

/**
 * side style
 * NOTE: サイドナビの中のコンテンツは全てここに記載してください。
**/


/**
 * side-sdgs
 * NOTE: 
**/

.side-sdgs {text-align: center;}
* + .side-sdgs {margin-top: 20px;}
.side-sdgs > img {}
@media screen and (max-width:767px) {
	.side-sdgs > img {
		max-width: 220px;
	}
}


/**
 * side-search
 * NOTE: 
**/

.side-search {
	border-radius: 12px;
	background: #ed193b;
	padding: 20px 12px 12px;
}
* + .side-search {margin-top: 20px;}

.side-search__ttl {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1ex;
	line-height: 1;
	margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
	.side-search__ttl {font-size: 12px;}
}


.side-search__select {
	display: block;
	font-size: 16px;
	line-height: 16px;
	width: 100%;
	position: relative;
}
* + .side-search__select {margin-top: 8px;}
[type="hidden"] + .side-search__select {margin-top: 0;}

.side-search__select > i {
	display: block;
	position: absolute;
	top: 50%;
	left: 1.5em;
	z-index: 5;
	transform: translate(-50%,-43%);
}
.side-search__select > i > img {
	width: auto;
	height: 1.5em;
}

.side-search__select > select {
	border-radius: 12px 12px 0 0;
	width: 100%;
	padding-left: 3em;
}
.side-search__select > select > option {}
@media only screen and (max-width: 959px) {
	.side-search__select {
		font-size: 14px;
		line-height: 16px;
	}
}
@media only screen and (max-width: 767px) {
	.side-search__select {
		font-size: 12px;
		line-height: 14px;
	}
}

.side-search__selected {
	display: block;
	border: solid 1px #ccc;
	background: #fff;
	color: #868686;
	font-size: 14px;
	line-height: 16px;
	border-radius: 0 0 12px 12px;
	margin: -1px 0 0;
	padding: 4px 8px;
}
.side-search__selected::before {content: attr(data-side-selected-msg);}
@media only screen and (max-width: 959px) {
	.side-search__selected {
		font-size: 14px;
		line-height: 16px;
	}
}
@media only screen and (max-width: 767px) {
	.side-search__selected {
		font-size: 12px;
		line-height: 14px;
	}
}


.side-search__price {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 16px;
	width: 100%;
	gap: 0.5ex;
	position: relative;
}
* + .side-search__price {margin-top: 8px;}
[type="hidden"] + .side-search__price {margin-top: 0;}

.side-search__price .select {
	width: 100%;
}
.side-search__price select {
	border-radius: 12px;
	width: 100%;
}
.side-search__price > i {
	color: #fff;
	white-space: nowrap;
}
@media only screen and (max-width: 959px) {
	.side-search__select {
		font-size: 14px;
		line-height: 16px;
	}
}
@media only screen and (max-width: 767px) {
	.side-search__price {
		font-size: 12px;
		line-height: 14px;
	}
}


.side-search__freeword {
	display: block;
	font-size: 16px;
	line-height: 16px;
}
* + .side-search__freeword {margin-top: 8px;}
@media screen and (max-width:959px) {
	.side-search__freeword {font-size: 14px;}
}
@media only screen and (max-width: 767px) {
	.side-search__freeword {
		font-size: 12px;
		line-height: 14px;
	}
}

.side-search__freeword > [type="text"] {
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
	border: none;
	border-radius: 8px;
	outline: none;
	background: #fff;
	color: inherit;
	font-size: inherit;
	font-weight: 500;
	width: 100%;
	height: 56px;
	padding: 0 1em;
}
.side-search__freeword > [type="text"]:focus,
.side-search__freeword > [type="text"]:active {
	border: none;
	outline: none;
}

.side-search__input {
	display: block;
	font-size: 16px;
	line-height: 16px;
}
* + .side-search__input {margin-top: 8px;}
@media screen and (max-width:959px) {
	.side-search__input {font-size: 14px;}
}
@media only screen and (max-width: 767px) {
	.side-search__input {
		font-size: 12px;
		line-height: 14px;
	}
}

.side-search__input > [type="text"] {
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
	border: none;
	border-radius: 8px;
	outline: none;
	background: #fff;
	color: inherit;
	font-size: inherit;
	font-weight: 500;
	width: 100%;
	height: 56px;
	padding: 0 1em;
}
.side-search__input > [type="text"]:focus,
.side-search__input > [type="text"]:active {
	border: none;
	outline: none;
}

.side-search__checkgroup {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	color: #fff;
	vertical-align: baseline;
	gap: 0.5ex;
}
.side-search__checkgroup input {
	vertical-align: baseline;
	margin: 0;
}

.side-search__submit {
	font-size: 16px;
	line-height: 16px;
}
* + .side-search__submit {margin-top: 8px;}
@media screen and (max-width:959px) {
	.side-search__submit {font-size: 14px;}
}
@media only screen and (max-width: 767px) {
	.side-search__submit {
		font-size: 12px;
		line-height: 14px;
	}
}

.side-search__submit > button {
	border: solid 3px #fff;
	border-radius: 8px;
	outline: none;
	background: transparent;
	color: #fff;
	font-size: inherit;
	font-weight: 700;
	width: 100%;
	height: 56px;
	padding: 0 1em;
}
.side-search__submit > button > img {
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: middle;
	transform: scale(1.33);
}
.side-search__submit > button > span {
	display: inline-block;
	line-height: inherit;
	vertical-align: middle;
}
* + .side-search__submit > button > span {margin-left: 1ex}


/**
 * side-nav
 * NOTE: 
**/

.side-box {
	border: solid 6px #f3f3f3;
	padding: 4px;
}
* + .side-box {margin-top: 20px;}


/**
 * side-nav
 * NOTE: 
**/

.side-nav {}

.side-nav__list {}
.side-nav__list > li {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	height: 56px;
	padding: 0 14px;
}
.side-nav__list > * + li {border-top: solid 1px #e2e0dd;}
.side-nav__list > li > a {}
@media screen and (max-width:767px) {
	.side-nav__list > li {font-size: 13px;}
}

.side-category {
	background: #f7f4ee;
	border: solid 0 #f3f3f3;
	padding: 20px;
}
.side-category__ttl {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: solid 2px rgba(0,0,0,0.08);
	font-size: 16px;
	margin: 0 0 1em;
	padding: 0 0 1em;
}
.side-category__ttl::after {
	content: attr(data-small);
	color: #ad8631;
	font-size: 0.5em;
	font-weight:400;
	letter-spacing: 0.1ex;
}
.side-category__ttl > span {
	font-size: inherit;
}

.side-category__list {
	font-size: 16px;
	padding: 0;
}
@media screen and (max-width:767px) {
	.side-category__list {font-size: 13px;}
}
.side-category__list > li {}
.side-category__list > * + li {margin-top: 8px;}
.side-category__list--item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.side-category__list--item [type="radio"],
.side-category__list--item [type="checkbox"] {
	position: absolute;
	opacity: 0;
}

.side-category__list--item > img {
	width: 24px;
	height: 24px;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover;object-position: center center;';
	filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.3) ) opacity(75%);
}
.side-category__list--item > span {
	display: block;
	font-size: inherit;
	letter-spacing: 0.1ex;
}
.side-category__list--item > img + span {margin-left: 1.5ex;}
.side-category__list--item :checked ~ * {opacity: 0.66;}


/**
 * side-bnr
 * NOTE: 
**/

.side-bnr {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
* + .side-bnr {margin-top: 20px}
.side-bnr > a {
	display: block;
}
.side-bnr > * + * {margin-top: 8px;}
.side-bnr > a > img {
	max-width: 280px;
	width: 100%;
	height: auto;
}


/**
 * side-topic
 * NOTE: 
**/

.side-topic {}
.side-topic__list {
	padding: 20px 0;
}
.side-topic__list > li {
	padding: 0 0 0 48px;
	position: relative;
}
.side-topic__list > * + li {margin-top: 20px;}
.side-topic__list > li::before {
	content: '';
	display: block;
	background: #ad8631;
	width: 14px;
	height: 3px;
	position: absolute;
	left: 24px;
	top: 50%;
	z-index: 1;
	transform: translate(-50%,-50%);
}
@media screen and (max-width:767px) {
	.side-topic__list > li {padding-left: 24px}
	.side-topic__list > li::before {left: 12px;}
}

.side-topic__list > li > a {font-size: 16px;}
@media screen and (max-width:767px) {
	.side-topic__list > li > a {font-size: 13px;}
}


/**
 * side-sns
 * NOTE: 
**/

.side-sns {
	padding-top: 20px;
}
.side-sns__lead {
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 1.5em;
}
.side-sns__list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.side-sns__list > li {}
.side-sns__list > * + li {margin-top: 8px;}
.side-sns__list > li > a {
	display: block;
}
.side-sns__list > li > a > img {
	max-width: 280px;
	width: 100%;
	height: auto;
}


/**
 * side-info
 * NOTE: 
**/

.side-info {}

.side-info__ttl {
	color: #ad8631;
	font-size: 30px;
	font-family: serif;
	line-height: 1;
	letter-spacing: 0.1ex;
	padding: 0.75em 4px 0;
	margin: 0 0 0.75em;
}
.side-info__list {
	padding: 0 4px;
}
.side-info__list > li {}
.side-info__list > * + li {margin-top: 1em;}

.side-info__txt {
	display: block;
}
.side-info__txt--date {
	display: block;
	color: #868686;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0.5em;
}
.side-info__txt > p {
	display: inline;
	color: #565656;
	font-size: 14px;
	line-height: 21px;
}
.side-info__txt--more {display: inline;}
.side-info__txt--more[data-hellip]:not([data-hellip=""])::before {content: attr(data-hellip);}
.side-info__txt--more[data-button]:not([data-button=""])::after {
	content: attr(data-button);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	border: solid 1px;
	background: transparent;
	color: #333;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.2ex;
	max-width: 152px;
	width: 100%;
	height: 32px;
	margin: 1em 0 0 auto;
	padding: 0 12px;
}

.side-info__more {
	display: block;
	margin: -38% 0 0;
	position: relative;
	overflow: hidden;
}
.side-info__more::before {
	content: '';
	display: block;
	padding: 100% 0 0;
	position: relative;
	z-index: 1;
}
.side-info__more::after {
	content: '';
	display: block;
	background: #ed193b;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	padding: 100% 0 0;
	transform: translate(90%,0) skewX(-50deg);
}
.side-info__more > a {
	color: #fff;
	position: absolute;
	right: 1em;
	bottom: 1em;
	z-index: 5;
}
.side-info__more > a::after {
	content: '';
	display: inline-block;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2250%2C115.4%2070.7%2C96%20242%2C256%2070.7%2C416%2050%2C396.7%20200.5%2C256%22%20%2F%3E%20%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%22270%2C115.4%20290.7%2C96%20462%2C256%20290.7%2C416%20270%2C396.7%20420.5%2C256%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 1em;
	height: 1em;
	margin-left: 1ex;
	transform: translate(0,12%);
}

