@charset "utf-8";

/* CSS Document */

/* ---------------------
　基本設定
---------------------- */
.contents {
	margin-bottom: 0;
}
.contents .contents__inr {
	width: auto;
	margin-bottom: 0;
}
#hatsuuri {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
	background: #f2f2f2;
}
#hatsuuri * {
	box-sizing: border-box;
}
#hatsuuri a {
	overflow: hidden;
	text-decoration: none;
}
#hatsuuri a:link {
	text-decoration: none;
}
#hatsuuri a:visited {
	text-decoration: none;
}
#hatsuuri a:hover {
	text-decoration: none;
}
#hatsuuri a:active {
	text-decoration: none;
}
#hatsuuri a:focus {
	opacity: 1;
}
#hatsuuri a img {
	border: 0;
}
#hatsuuri a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#hatsuuri .text-alphanumeric {
	font-family: Arial, sans-serif;
}
#hatsuuri .section {
	margin: 0 auto 20px;
	padding-bottom: 30px;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
	background: #fff;
}
#hatsuuri .section-inner {
	width: 900px;
	margin: 0 auto;
}
#hatsuuri .section-title {
	margin-top: -60px;
	padding-top: 90px;
}
#hatsuuri .section-title img {
	display: block;
}
#hatsuuri .section-title-sub {
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	margin-top: 50px;
	margin-bottom: 30px;
	padding: 18px 0 14px;
	background: #c61122;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#hatsuuri .section-title-sub::after {
	position: absolute;
	right: 0;
	bottom: -9px;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-width: 10px 10px 0;
	border-style: solid;
	border-color: #c61122 transparent transparent;
	content: '';
}
#hatsuuri .special-set-category + .section-title-sub {
	margin-top: 0;
}
#hatsuuri .section-title-sub-label {
	margin-bottom: 10px;
	padding: 0 7px;
	background: #fff;
	color: #c61122;
	font-size: 16px;
	font-weight: bold;
}
#hatsuuri .section-title-sub-label .text-small {
	font-size: 14px;
}
#hatsuuri .section-title-sub-note {
	margin-bottom: 3px;
	font-size: 11px;
	line-height: 16px;
}
#hatsuuri .section-title-sub-content {
	line-height: 27px;
}
#hatsuuri .loading-img {
	background: #fff url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}

/* ---------------------
　KV
---------------------- */
#hatsuuri .headline {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 400px;
	background: url(/src/static/feature/hatsuuri/img/2026/pc_kv_bg.png) repeat-x 0 0;
	background-size: contain;
}
#hatsuuri .headline img {
	padding-bottom: 6px;
}
#hatsuuri .lead {
	padding-top: 10px;
	background: #fff;
	text-align: center;
}
#hatsuuri .lead img {
	display: inline-block;
}
#hatsuuri .lead-note {
	padding: 8px 0;
	color: #888;
	font-size: 11px;
}

/* 追従ナビ */
#hatsuuri #nav-sticky {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 100;
}
#hatsuuri #nav-sticky .nav-sticky-contents-list {
	display: flex;
	justify-content: center;
	background: #000;
}
#hatsuuri #nav-sticky .nav-sticky-contents-item {
	position: relative;
	width: 300px;
}
#hatsuuri #nav-sticky .nav-sticky-contents-item::after {
	position: absolute;
	top: 7px;
	right: 0;
	width: 1px;
	height: 47px;
	background-color: #d9d9d9;
	content: '';
}
#hatsuuri #nav-sticky .nav-sticky-contents-item:last-child::after {
	content: none;
}
#hatsuuri #nav-sticky .nav-sticky-contents-link {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 62px;
	background: url(/src/static/feature/hatsuuri/img/2026/icon_arrow_down.svg) no-repeat center bottom 5px;
}
#hatsuuri #nav-sticky .nav-sticky-contents-link.is-active {
	background-color: #c61122;
}
#hatsuuri #nav-sticky .nav-sticky-contents-text {
	position: relative;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
}
#hatsuuri #nav-sticky .nav-sticky-contents-text::after {
	display: block;
	position: absolute;
	right: 0;
	bottom: -18px;
	left: 0;
	width: 12px;
	height: 8px;
	margin: 0 auto;
	background-size: 100%;
	content: '';
}
#hatsuuri .section-catch {
	margin-top: 30px;
	text-align: center;
}
#hatsuuri .section-catch-intro {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
#hatsuuri .section-catch-sub {
	color: #c61122;
	font-size: 30px;
	font-weight: bold;
}
#hatsuuri .section-catch-sub::before {
	display: inline-block;
	width: 19px;
	height: 25px;
	margin-right: 4px;
	background: url(/src/static/feature/hatsuuri/img/2026/pc_icon_slash_l.svg) no-repeat 0 0;
	content: '';
}
#hatsuuri .section-catch-sub::after {
	display: inline-block;
	width: 19px;
	height: 25px;
	margin-left: 4px;
	background: url(/src/static/feature/hatsuuri/img/2026/pc_icon_slash_l.svg) no-repeat 0 0;
	transform: scale(-1, 1);
	content: '';
}
#hatsuuri .section-catch-sub .text-small {
	font-size: 22px;
}
#hatsuuri .section-catch-main {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 36px;
	font-weight: bold;
}
#hatsuuri .section-catch-main .text-small {
	font-size: 28px;
}
#hatsuuri .section-catch-main em {
	color: #c61122;
}
#hatsuuri .section-catch-label {
	margin-right: 7px;
	padding: 8px 10px 7px;
	background: #c61122;
	color: #fff;
	font-size: 30px;
	line-height: 1;
}
#hatsuuri .section-catch-label.label-large {
	padding: 12px 10px 7px;
	font-size: 36px;
}

/* スライダー */
#hatsuuri .product-slider {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 900px;
	margin: 20px auto 0;
}
#hatsuuri .product-slider-container {
	flex-grow: 0;
	flex-shrink: 0;
	overflow: hidden;
	position: relative;
	width: 806px;
}
#hatsuuri #live-shopping .product-slider-container {
	width: 980px;
	margin: 0 auto;
}
#hatsuuri .product-slider-prev,
#hatsuuri .product-slider-next {
	position: relative;
	cursor: pointer;
}
#hatsuuri .product-slider-prev::after,
#hatsuuri .product-slider-next::after {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 26px;
	height: 39px;
	transform: translateY(-50%);
	content: '';
}
#hatsuuri .brand-logo-slider .product-slider-prev::after,
#hatsuuri .brand-logo-slider .product-slider-next::after {
	top: calc(50% - 20px);
}
#hatsuuri .product-slider-prev::after {
	left: 0;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIzOSIgdmlld0JveD0iMCAwIDI2IDM5Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMC4xNDMgMzkpIHJvdGF0ZSgxODApIj48cmVjdCB3aWR0aD0iMjYiIGhlaWdodD0iMzkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuMTQzKSIgc3R5bGU9ImZpbGw6I2ZmZiIvPjxwYXRoIGQ9Ik01NCwxMzI5LjUxOCw3Ni42ODUsMTM0Ny40LDU0LDEzNjUuMTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00OC4yMzIgLTEzMjcuODkzKSIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzMzMztzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjJweCIvPjwvZz48L3N2Zz4=) no-repeat center center;
}
#hatsuuri .product-slider-next::after {
	right: 0;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIzOSIgdmlld0JveD0iMCAwIDI2IDM5Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNC4xNDMpIj48cmVjdCB3aWR0aD0iMjYiIGhlaWdodD0iMzkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuMTQzKSIgc3R5bGU9ImZpbGw6I2ZmZiIvPjxwYXRoIGQ9Ik01NCwxMzI5LjUxOCw3Ni42ODUsMTM0Ny40LDU0LDEzNjUuMTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00OC4yMzIgLTEzMjcuODkzKSIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzMzMztzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjJweCIvPjwvZz48L3N2Zz4=) no-repeat center center;
}
#hatsuuri .swiper-pagination {
	position: static;
	margin-top: 10px;
}
#hatsuuri .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
}
#hatsuuri .swiper-pagination-bullet-active {
	background: #acacac;
}
#hatsuuri .swiper-product-list {
	margin: 0 auto;
	padding-bottom: 40px;
}
#hatsuuri .swiper-product-list-item {
	margin-right: 14px;
	border: none;
	background-color: #fff;
}
#hatsuuri .swiper-logo-list-inner-item:not(:last-child) {
	margin-bottom: 20px;
}
#hatsuuri .swiper-logo-image {
	display: block;
	border: 1px solid #dedede;
}
#hatsuuri .swiper-product-list-inner {
	position: relative;
	text-align: left;
}
#hatsuuri .swiper-product-image-wrap {
	display: flex;
	align-self: center;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 150px;
	margin-bottom: 10px;
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}
#hatsuuri .swiper-product-image {
	width: 100%;
	height: 100%;
}
#hatsuuri .swiper-product-name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 4px;
	font-size: 11px;
	font-weight: bold;
}
#hatsuuri .swiper-product-brand {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 5px;
	color: #888;
	font-size: 10px;
}
#hatsuuri .swiper-product-price {
	font-size: 14px;
	font-weight: bold;
}
#hatsuuri .swiper-product-tax {
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
}
#hatsuuri .swiper-product-rating {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1;
}
#hatsuuri .swiper-product-status {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	min-height: 23px;
}
#hatsuuri .swiper-product-status-label {
	margin: 0 4px 5px 0;
	padding: 2px 4px;
	border-radius: 4px;
	background-color: #999;
	color: #fff;
	font-size: 10px;
}
#hatsuuri .swiper-product-status-label.not-sale {
	background-color: #e7e7e7;
	color: #f33;
}
#hatsuuri .review-score {
	font-size: 14px;
}
#hatsuuri [class^='button-link'] {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 420px;
	height: 48px;
	margin: 0 auto;
	border: 1px solid #888;
	border-radius: 3px;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#hatsuuri .button-link-normal {
	margin-bottom: 50px;
}
#hatsuuri .logo-loading {
	background: #fff url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}

/* キャンペーン */
#hatsuuri .campaign {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
#hatsuuri .campaign-item {
	position: relative;
	width: 500px;
}
#hatsuuri .campaign-item-inner {
	margin: 0 10px 20px;
	text-align: center;
}
#hatsuuri .campaign-lead {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 36px;
	background: #000;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
#hatsuuri .campaign-lead .text-small {
	font-size: 16px;
}
#hatsuuri .campaign-sub {
	margin-top: 28px;
	font-size: 20px;
	font-weight: bold;
}
#hatsuuri .campaign-sub .text-alphanumeric {
	font-size: 22px;
}
#hatsuuri .campaign-sub .text-small {
	font-size: 14px;
}
#hatsuuri .campaign-main {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 40px;
	font-weight: bold;
	line-height: 48px;
}
#hatsuuri .campaign-main em {
	color: #c61122;
}
#hatsuuri .campaign-caption {
	margin-top: 18px;
	font-size: 16px;
	font-weight: bold;
}
#hatsuuri .campaign-banner {
	margin-bottom: 20px;
}
#hatsuuri .campaign-summary {
	border: 1px solid #c61122;
	border-radius: 4px;
}
#hatsuuri .campaign-summary-button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 57px;
	color: #c61122;
	font-size: 15px;
	font-weight: bold;
}
#hatsuuri .campaign-summary-button::before {
	position: absolute;
	top: calc(50% - 5.5px);
	right: 16px;
	width: 11px;
	height: 11px;
	background-image: url(/src/static/feature/hatsuuri/img/2026/icon_arrow_down_red.svg);
	content: '';
}
#hatsuuri .campaign-summary-button span {
	font-size: 11px;
	font-weight: normal;
}
#hatsuuri .campaign-summary-content {
	display: grid;
	grid-template-rows: 0fr; /* stylelint-disable-line */
	transition: grid-template-rows 0.3s;
}
#hatsuuri .campaign-summary-content > * {
	overflow: hidden;
}
#hatsuuri .campaign-summary-toggle {
	display: none;
}
#hatsuuri .campaign-summary-button,
#hatsuuri .campaign-summary-content {
	backface-visibility: hidden;
	transform: translateZ(0);
}
#hatsuuri .campaign-summary-toggle:checked + .campaign-summary-button + .campaign-summary-content {
	grid-template-rows: 1fr;
}
#hatsuuri .campaign-summary-toggle:checked + .campaign-summary-button::before {
	transform: rotate(180deg);
}
#hatsuuri .campaign-summary-title {
	padding-top: 16px;
	border-top: 1px solid #c61122;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#hatsuuri .campaign-summary-list {
	padding: 0 16px;
}
#hatsuuri .campaign-summary-list dt {
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
}
#hatsuuri .campaign-summary-list dd {
	margin-top: 2px;
	font-size: 11px;
	line-height: 16px;
}
#hatsuuri .campaign-summary-list dd.campaign-summary-list-note {
	margin-top: 26px;
	color: #888;
	font-size: 10px;
}
#hatsuuri .campaign-summary-list dd em {
	color: #c61122;
}
#hatsuuri .campaign-summary-list dd .text-bold {
	font-weight: bold;
}
#hatsuuri .campaign-summary-list dd a {
	text-decoration: underline;
}
#hatsuuri .campaign-summary-close {
	margin: 13px 0 16px;
	text-align: center;
}
#hatsuuri .campaign-summary-close label {
	position: relative;
	padding-right: 20px;
	border-bottom: 1px solid #888;
	font-size: 13px;
}
#hatsuuri .campaign-summary-close label::after {
	position: absolute;
	top: calc(50% - 5px);
	right: 2px;
	width: 11px;
	height: 10px;
	background-image: url(/src/static/feature/hatsuuri/img/2026/icon_arrow_up_grey.svg);
	content: '';
}

/* special-set */
#hatsuuri .special-set-title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
#hatsuuri .special-set-category {
	margin-top: 20px;
}
#hatsuuri .special-set-category-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#hatsuuri .special-set-category-title p {
	font-size: 20px;
	font-weight: bold;
}
#hatsuuri .special-set-category-title a {
	position: relative;
	padding-right: 17px;
	font-size: 14px;
}
#hatsuuri .special-set-category-title a::after {
	position: absolute;
	top: calc(50% - 6px);
	right: 2px;
	width: 8px;
	height: 12px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIzOSIgdmlld0JveD0iMCAwIDI2IDM5Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNC4xNDMpIj48cmVjdCB3aWR0aD0iMjYiIGhlaWdodD0iMzkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuMTQzKSIgc3R5bGU9ImZpbGw6I2ZmZiIvPjxwYXRoIGQ9Ik01NCwxMzI5LjUxOCw3Ni42ODUsMTM0Ny40LDU0LDEzNjUuMTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00OC4yMzIgLTEzMjcuODkzKSIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzMzMztzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjJweCIvPjwvZz48L3N2Zz4=) no-repeat center center;
	background-size: cover;
	content: '';
}
#hatsuuri .special-set-category-wrapper {
	margin-top: 32px;
	padding-top: 40px;
	border-top: 1px solid #d9d9d9;
}
#hatsuuri .feature-list {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}
#hatsuuri .feature-list li img {
	display: block;
}

/* store */
#hatsuuri .section#store,
#hatsuuri .section#schedule {
	padding: 70px 0 30px;
	background: url(/src/static/feature/hatsuuri/img/2026/pc_icon_corner_top.png) repeat-x 0 0 #fff;
	background-size: 133px 70px;
}
#hatsuuri .store-inner {
	width: 742px;
	margin: 30px auto 0;
}
#hatsuuri .store-schedule {
	display: flex;
}
#hatsuuri .store-schedule li {
	width: 50%;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
}
#hatsuuri .store-schedule li:last-of-type {
	border-left: 1px solid #000;
}
#hatsuuri .store-schedule dt {
	font-size: 22px;
}
#hatsuuri .store-schedule dd {
	color: #c61122;
	font-size: 24px;
}
#hatsuuri .store-schedule dd .text-small {
	font-size: 18px;
}
#hatsuuri .store-event {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
	padding: 20px 0;
	background: #f4f4f4;
}
#hatsuuri .store-event-list li {
	display: flex;
	align-items: center;
	margin-bottom: 11px;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}
#hatsuuri .store-event-list .store-event-item {
	align-items: flex-start;
}
#hatsuuri .store-event-list li .text-small {
	font-size: 14px;
}
#hatsuuri .store-event-list li em {
	color: #c61122;
}
#hatsuuri .store-event-list li img {
	position: relative;
	margin-right: 10px;
}
#hatsuuri .store-event-list li:nth-child(3),
#hatsuuri .store-event-list li:nth-child(4) {
	margin-bottom: 10px;
}
#hatsuuri .store-event-list li:nth-child(4) img {
	top: -2px;
}
#hatsuuri .store-event-more {
	color: #888;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#hatsuuri .store-event-note-wrapper {
	margin: 17px 0 40px;
}
#hatsuuri .store-event-note {
	color: #888;
	font-size: 11px;
	line-height: 16px;
}
#hatsuuri .store-event-note-link {
	color: #888;
}
#hatsuuri .store-event-note-link:link {
	text-decoration: underline;
}

/* schedule */
#hatsuuri .schedule-inner {
	width: 600px;
	margin: 30px auto 20px;
	font-size: 11px;
	line-height: 16px;
}
#hatsuuri .schedule-heading {
	display: flex;
}
#hatsuuri .schedule-heading li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 36px;
	border: 1px solid #000;
	font-weight: bold;
	line-height: 14px;
}
#hatsuuri .schedule-heading li:first-of-type {
	background: #000;
	color: #fff;
}
#hatsuuri .schedule-month {
	display: flex;
	align-items: center;
	margin: 9px 0 10px;
}
#hatsuuri .schedule-month img {
	display: block;
	width: 46px;
	height: 24px;
	margin-right: 11px;
}
#hatsuuri .schedule-month-sub {
	color: #c61122;
	font-size: 12px;
	line-height: 2;
}
#hatsuuri .schedule-box {
	position: relative;
	padding: 16px;
	background: #f4f4f4;
	font-size: 14px;
	font-weight: bold;
}
#hatsuuri .schedule-box.half {
	width: 50%;
	margin-top: 6px;
}
#hatsuuri .schedule-box.inactive,
#hatsuuri .schedule-box.inactive .text-time {
	color: #bebebe;
}
#hatsuuri .schedule-box + .schedule-box {
	margin-top: 6px;
}
#hatsuuri .schedule-box .text-small {
	font-size: 11px;
}
#hatsuuri .schedule-box .text-time {
	color: #888;
}
#hatsuuri .schedule-date {
	margin-bottom: 6px;
	font-size: 12px;
}
#hatsuuri .schedule-content {
	text-indent: 10px;
}
#hatsuuri .schedule-content em {
	color: #c61122;
}
#hatsuuri .schedule-date-icon {
	display: none;
}
#hatsuuri .plan .schedule-date-icon {
	display: inline;
	margin: 0 5px 0 -28px;
	vertical-align: middle;
}
#hatsuuri .schedule-detail {
	display: flex;
	justify-content: space-between;
	margin: 15px -6px -6px;
}
#hatsuuri .schedule-detail-item {
	width: 288px;
	padding: 10px;
	background: #fff;
}
#hatsuuri .schedule-detail-title {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 21px;
	padding: 0 8px;
	border: 1px solid #000;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
}
#hatsuuri .schedule-detail li:first-of-type .schedule-detail-title {
	background: #000;
	color: #fff;
}
#hatsuuri .schedule-detail-date {
	margin-top: 7px;
	font-size: 14px;
}
#hatsuuri .schedule-detail-date + .schedule-detail-title {
	margin-top: 10px;
}
#hatsuuri .schedule-detail-date .text-time {
	font-size: 12px;
}
#hatsuuri .schedule-detail-list {
	margin-top: 12px;
	font-size: 13px;
	font-weight: bold;
}
#hatsuuri dl.schedule-detail-list {
	padding: 2px 10px;
	border-left: 1px solid #333;
}
#hatsuuri .schedule-detail-list dt {
	line-height: 1;
}
#hatsuuri .schedule-detail-list dd {
	margin-top: 7px;
	line-height: 1;
}
#hatsuuri .schedule-detail-list li {
	margin-top: 10px;
	padding: 2px 10px;
	border-left: 1px solid #333;
	line-height: 18px;
}
#hatsuuri .schedule-detail-list dt .text-time {
	font-size: 12px;
}
#hatsuuri .schedule-note {
	margin-top: 8px;
	color: #888;
	font-size: 11px;
}
#hatsuuri .schedule-detail-list dd em,
#hatsuuri .schedule-detail-list li em {
	color: #c61122;
}
#hatsuuri .text-note {
	display: block;
	margin-top: 25px;
	color: #888;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5;
}

/* campaign-note */
#hatsuuri .campaign-note {
	max-width: 852px;
	margin: 0 auto;
	padding-top: 10px;
}
#hatsuuri .campaign-note-title {
	margin-bottom: 23px;
	color: #222;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
#hatsuuri .campaign-note-list-inner {
	display: flex;
	padding: 24px 0;
	border-top: 1px solid #d8d8d8;
}
#hatsuuri .campaign-note-list-inner:last-child {
	padding-bottom: 0;
}
#hatsuuri .campaign-note-list-title {
	min-width: 150px;
	font-weight: bold;
}
#hatsuuri .campaign-note-list-text {
	font-size: 13px;
}
#hatsuuri .list-disc {
	line-height: 1.714;
}
#hatsuuri .list-disc:not(:last-child) {
	margin-bottom: 20px;
}
#hatsuuri .campaign-note .text-bold {
	font-weight: bold;
}
