aside.sidebar {
	& .sidebar-delivery {
		background: #f7f7ee;
		border: 1px solid #e6e6ca;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		padding-bottom: 10px;

		& .sidebar-section-title {
			flex: 0 0 calc(100% - 20px);
			color: #6b9ed2;
			font-size: 15px;
			font-weight: 700;
			line-height: 1.2;
			margin: 13px 10px 0;
			padding-bottom: 5px;
		}

		& .wp-block-image {
			flex: 0 0 auto;
			margin: 8px 0 0 8px;

			& a {
				display: block;
			}

			& img {
				width: 86px;
				height: auto;
				display: block;
			}
		}
	}

	& .sidebar-banners > .wp-block-image {
		display: block;
		margin: 6px;
		max-width: 768px;

		& a {
			display: block;
		}

		& img {
			width: 100% !important;
			height: auto !important;
			display: block;
		}

		@media (min-width: 950px) {
			margin: 6px 0;
			max-width: none;
		}
	}

	& .sidebar-first-select {
		margin-top: 20px;

		& .sidebar-section-title {
			height: 34px;
			background: #53a651;
			border-radius: 4px 4px 0 0;
			color: #fff;
			font-size: 14px;
			font-weight: 700;
			line-height: 34px;
			padding: 0 34px 0 24px;
			margin: 0;
			overflow: hidden;
			cursor: pointer;
			position: relative;
			user-select: none;

			&::before {
				content: "";
				position: absolute;
				right: 8px;
				top: 50%;
				transform: translateY(-50%);
				width: 18px;
				height: 18px;
				background: #fff;
				border-radius: 50%;
			}

			&::after {
				content: "";
				position: absolute;
				right: 14px;
				top: 50%;
				width: 6px;
				height: 6px;
				border-right: 2px solid #53a651;
				border-bottom: 2px solid #53a651;
				transform: translateY(-75%) rotate(45deg);
				transition: transform 0.2s ease;
			}
		}

		&.js-toggle-ready {
			& .sidebar-section-title {
				border-radius: 4px;
			}

			& .sidebar-first-select-body {
				max-height: 0;
				overflow: hidden;
				transition: max-height 0.25s ease-in;
			}

			&[data-open] {
				& .sidebar-section-title {
					border-radius: 4px 4px 0 0;

					&::after {
						transform: translateY(-25%) rotate(-135deg);
					}
				}

				& .sidebar-first-select-body {
					max-height: 450px;
					transition: max-height 0.35s ease-out;
				}
			}
		}

		& .wp-block-list {
			border: 1px solid #eee;
			border-top: none;
			border-bottom: 1px dotted #ddd;
			margin: 0;
			padding: 0;
			list-style: none;

			& li {
				border-bottom: 1px dotted #ddd;
				padding: 0 12px;
				background: #fff;
				margin: 0;
				list-style: none;

				&:last-child {
					border-bottom: none;
				}

				& a {
					display: block;
					font-size: 12px;
					padding: 12px 16px 12px 0;
					color: #333;
					text-decoration: none;
					background: url("https://www.lovecosmetic.jp/images/2014_box_arrow_green.png") no-repeat right center;

					&:hover {
						color: #468abf;
						text-decoration: underline;
					}
				}
			}
		}

		& .wp-block-buttons {
			border: 1px solid #eee;
			border-top: none;
			padding: 10px;

			& .wp-block-button__link {
				display: block;
				text-align: center;
				background: linear-gradient(to bottom, #d9c9b0 0%, #c4b49a 100%);
				color: #fff;
				font-weight: 700;
				border-radius: 4px;
				padding: 10px 16px;
				font-size: 13px;
				text-decoration: none;
				line-height: 1.4;
				text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);

				&:hover {
					background: linear-gradient(to bottom, #cdb898 0%, #b3a389 100%);
				}
			}
		}
	}

	& .sidebar-calendar {
		margin-top: 15px;

		& img {
			width: 100%;
			aspect-ratio: 300 / 360;
			height: auto;
			display: block;
		}
	}
}
