/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/sass/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Slider */
@keyframes splide-loading {
	0% {
		transform: rotate(0);
	}
	to {
		transform: rotate(1turn);
	}
}
.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
	opacity: 1;
	z-index: 1;
}
.splide--rtl {
	direction: rtl;
}
.splide__track--ttb > .splide__list {
	display: block;
}
.splide__container {
	box-sizing: border-box;
	position: relative;
}
.splide__list {
	backface-visibility: hidden;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
	display: block;
}
.splide__pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	pointer-events: none;
}
.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
	display: none;
}
.splide__progress__bar {
	width: 0;
}
.splide {
	position: relative;
	visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
	visibility: visible;
}
.splide__slide {
	backface-visibility: hidden;
	box-sizing: border-box;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative;
}
.splide__slide img {
	vertical-align: bottom;
}
.splide__spinner {
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
	display: inline;
}
.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
/*!
 * Datepicker for Bootstrap v1.10.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (https://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
	border-radius: 4px;
	direction: ltr;
}
.datepicker-inline {
	width: 220px;
}
.datepicker-rtl {
	direction: rtl;
}
.datepicker-rtl.dropdown-menu {
	left: auto;
}
.datepicker-rtl table tr td span {
	float: right;
}
.datepicker-dropdown {
	top: 0;
	left: 0;
	padding: 4px;
}
.datepicker-dropdown:before {
	content: "";
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(0, 0, 0, 0.15);
	border-top: 0;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
}
.datepicker-dropdown:after {
	content: "";
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-top: 0;
	position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
	left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
	left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
	right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
	right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
	top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
	top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
	bottom: -7px;
	border-bottom: 0;
	border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
	bottom: -6px;
	border-bottom: 0;
	border-top: 6px solid #fff;
}
.datepicker table {
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
	background-color: transparent;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
	color: #777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
	background: #eee;
	cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
	background: 0 0;
	color: #777;
	cursor: default;
}
.datepicker table tr td.highlighted {
	color: #000;
	background-color: #d9edf7;
	border-color: #85c5e5;
	border-radius: 0;
}
.datepicker table tr td.highlighted.focus,
.datepicker table tr td.highlighted:focus {
	color: #000;
	background-color: #afd9ee;
	border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
	color: #000;
	background-color: #afd9ee;
	border-color: #52addb;
}
.datepicker table tr td.highlighted.active,
.datepicker table tr td.highlighted:active {
	color: #000;
	background-color: #afd9ee;
	border-color: #52addb;
}
.datepicker table tr td.highlighted.active.focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted:active:hover {
	color: #000;
	background-color: #91cbe8;
	border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled].focus,
.datepicker table tr td.highlighted[disabled]:focus,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted.focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
fieldset[disabled] .datepicker table tr td.highlighted:hover {
	background-color: #d9edf7;
	border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
	background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
	background: #d9edf7;
	color: #777;
}
.datepicker table tr td.today {
	color: #000;
	background-color: #ffdb99;
	border-color: #ffb733;
}
.datepicker table tr td.today.focus,
.datepicker table tr td.today:focus {
	color: #000;
	background-color: #ffc966;
	border-color: #b37400;
}
.datepicker table tr td.today:hover {
	color: #000;
	background-color: #ffc966;
	border-color: #f59e00;
}
.datepicker table tr td.today.active,
.datepicker table tr td.today:active {
	color: #000;
	background-color: #ffc966;
	border-color: #f59e00;
}
.datepicker table tr td.today.active.focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today:active:hover {
	color: #000;
	background-color: #ffbc42;
	border-color: #b37400;
}
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled].focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today.focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover {
	background-color: #ffdb99;
	border-color: #ffb733;
}
.datepicker table tr td.today.focused {
	background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
	background: #ffdb99;
	color: #777;
}
.datepicker table tr td.range {
	color: #000;
	background-color: #eee;
	border-color: #bbb;
	border-radius: 0;
}
.datepicker table tr td.range.focus,
.datepicker table tr td.range:focus {
	color: #000;
	background-color: #d5d5d5;
	border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
	color: #000;
	background-color: #d5d5d5;
	border-color: #9d9d9d;
}
.datepicker table tr td.range.active,
.datepicker table tr td.range:active {
	color: #000;
	background-color: #d5d5d5;
	border-color: #9d9d9d;
}
.datepicker table tr td.range.active.focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range:active:hover {
	color: #000;
	background-color: #c3c3c3;
	border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled].focus,
.datepicker table tr td.range[disabled]:focus,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.focus,
fieldset[disabled] .datepicker table tr td.range:focus,
fieldset[disabled] .datepicker table tr td.range:hover {
	background-color: #eee;
	border-color: #bbb;
}
.datepicker table tr td.range.focused {
	background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
	background: #eee;
	color: #777;
}
.datepicker table tr td.range.highlighted {
	color: #000;
	background-color: #e4eef3;
	border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focus,
.datepicker table tr td.range.highlighted:focus {
	color: #000;
	background-color: #c1d7e3;
	border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
	color: #000;
	background-color: #c1d7e3;
	border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted.active,
.datepicker table tr td.range.highlighted:active {
	color: #000;
	background-color: #c1d7e3;
	border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted.active.focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted:active:hover {
	color: #000;
	background-color: #a8c8d8;
	border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled].focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
	background-color: #e4eef3;
	border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
	background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
	background: #e4eef3;
	color: #777;
}
.datepicker table tr td.range.today {
	color: #000;
	background-color: #f7ca77;
	border-color: #f1a417;
}
.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:focus {
	color: #000;
	background-color: #f4b747;
	border-color: #815608;
}
.datepicker table tr td.range.today:hover {
	color: #000;
	background-color: #f4b747;
	border-color: #bf800c;
}
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:active {
	color: #000;
	background-color: #f4b747;
	border-color: #bf800c;
}
.datepicker table tr td.range.today.active.focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today:active:hover {
	color: #000;
	background-color: #f2aa25;
	border-color: #815608;
}
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled].focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today.focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover {
	background-color: #f7ca77;
	border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
	background: #f7ca77;
	color: #777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
	color: #fff;
	background-color: #777;
	border-color: #555;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:focus {
	color: #fff;
	background-color: #5e5e5e;
	border-color: #161616;
}
.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:hover {
	color: #fff;
	background-color: #5e5e5e;
	border-color: #373737;
}
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected:active {
	color: #fff;
	background-color: #5e5e5e;
	border-color: #373737;
}
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active.focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected:active:hover {
	color: #fff;
	background-color: #4c4c4c;
	border-color: #161616;
}
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected.highlighted[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:hover,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover {
	background-color: #777;
	border-color: #555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active.highlighted[disabled].focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:hover,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.datepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	border-radius: 4px;
}
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
	background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
	background: 0 0;
	color: #777;
	cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active:hover:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover.active.focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active:hover:active:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:hover {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.datepicker table tr td span.new,
.datepicker table tr td span.old {
	color: #777;
}
.datepicker .datepicker-switch {
	width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
	cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
	background: #eee;
}
.datepicker .next.disabled,
.datepicker .prev.disabled {
	visibility: hidden;
}
.datepicker .cw {
	font-size: 10px;
	width: 12px;
	padding: 0 2px 0 5px;
	vertical-align: middle;
}
.input-group.date .input-group-addon {
	cursor: pointer;
}
.input-daterange {
	width: 100%;
}
.input-daterange input {
	text-align: center;
}
.input-daterange input:first-child {
	border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
	border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
	width: auto;
	min-width: 16px;
	padding: 4px 5px;
	line-height: 1.42857143;
	border-width: 1px 0;
	margin-left: -5px;
	margin-right: -5px;
}
@layer foundation.variables.color {
	:root {
		--Base: #ffffff;
		--Accent-1: #000000;
		--Accent-2: #386f81;
		--Sub: #868686;
		--Link: #386f81;
		--Background: #f5f8fa;
		--Alert: #e21e1e;
		--Border-1: #d8dddf;
		--Border-2: #bdc1c2;
	}
}
html {
	writing-mode: horizontal-tb;
	direction: ltr;
}
.c-toggle_icon {
	display: grid;
	place-items: center;
}
.c-toggle_icon::before,
.c-toggle_icon::after {
	grid-area: 1 / -1;
	font-size: inherit;
	transition: 0.4s;
}
.c-toggle_icon::after {
	transform: scale(0);
	opacity: 0;
}
.c-toggle_icon.is-open::before {
	transform: scale(0);
	opacity: 0;
}
.c-toggle_icon.is-open::after {
	transform: none;
	opacity: 1;
}
.c-toggle_icon.--plus-minus {
	font-style: initial;
}
.c-toggle_icon.--plus-minus::before,
.c-toggle_icon.--plus-minus::after {
	font-family: "icon";
}
.c-toggle_icon.--plus-minus::before {
	content: "\e911";
}
.c-toggle_icon.--plus-minus::after {
	content: "\e910";
}
.c-button {
	display: flex;
	display: block flex;
	align-items: center;
	border-radius: 2px;
	padding: 10px 16px;
	box-sizing: border-box;
}
.c-button.--inline {
	display: inline-flex;
	display: inline flex;
}
/* Alignment */
.c-button.--center {
	justify-content: center;
}
.c-button.--left {
	justify-content: start;
}
/* Colors */
.c-button.--primary {
	background-color: var(--color-btn-bg, #386f81);
	color: var(--color-btn-text, #ffffff);
}
/* Deprecated */
.c-button.--colorized {
	background-color: var(--color-btn-bg, #386f81);
	color: var(--color-btn-text, #ffffff);
}
.c-button.--secondary {
	background-color: #868686;
	color: var(--color-btn-text, #ffffff);
}
.c-button.--basic {
	background-color: #000000;
	color: var(--color-btn-text, #ffffff);
}
.c-button.--unaltered {
	background-color: var(--color-page-bg, #ffffff);
	color: var(--color-text--body, #9a9a9a);
	border: 1px solid var(--color-page-border, #d8dddf);
}
/* Sizes */
.c-button.--thin {
	block-size: 40px;
	padding-block: unset;
}
.c-button.--thick {
	block-size: 60px;
	padding-block: unset;
}
.c-button.--expansive {
	inline-size: 100%;
}
.c-button.--spacious {
	inline-size: 320px;
}
.c-button.--broad {
	inline-size: 280px;
}
.c-button.--medium {
	inline-size: 240px;
}
.c-button.--narrow {
	inline-size: 200px;
}
/* Effect */
.c-button.--hover {
	transition: opacity 0.4s;
	will-change: opacity;
}
.c-button.--hover:not(:disabled):hover {
	opacity: 0.4;
}
/* Patterns */
.c-button.--more {
	display: grid;
	grid-template: "icon label";
	gap: 4px;
}
.c-button.--more .c-toggle_icon {
	grid-area: icon;
	font-size: 24px;
}
.c-custom_option {
	display: flex;
	padding: 16px 0px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
	border-bottom: 1px solid var(--color-page-border, #d8dddf);
}
.c-custom_option:first-child {
	border-top: 1px solid var(--color-page-border, #d8dddf);
}
.c-custom_option__heading {
	display: grid;
	grid-template: "label icon" auto / 1fr auto;
	gap: 4px;
	align-self: stretch;
	align-items: center;
}
.c-custom_option__icon {
	grid-area: icon;
	font-size: 24px;
}
[data-use-collapse="true"] .c-custom_option__content {
	display: none;
}
@media (min-width: 720px) {
	.c-custom_option,
	.c-custom_option:first-child {
		border: 0;
		padding: 0;
	}
	.c-custom_option + .c-custom_option {
		margin-top: 60px;
	}
	.c-custom_option__heading {
		display: none;
	}
	[data-use-collapse="true"] .c-custom_option__content {
		display: block;
	}
}
.c-horizontal_scroll {
	--horizontal-scroll-blur-size: 20px;
	--horizontal-scroll-item-gap: 10px;
}
@media (min-width: 1240px) {
	.c-horizontal_scroll {
		--horizontal-scroll-blur-size: 40px;
		--horizontal-scroll-item-gap: 20px;
	}
}
.c-horizontal_scroll {
	width: 100%;
	position: relative;
}
.c-horizontal_scroll::before,
.c-horizontal_scroll::after {
	top: 0;
	display: block;
	width: var(--horizontal-scroll-blur-size);
	height: 100%;
	position: absolute;
	z-index: 1;
}
.c-horizontal_scroll::before {
	left: 0;
	background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
}
.c-horizontal_scroll::after {
	right: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 30%, #fff 100%);
}
.c-horizontal_scroll.is-scrollable::before,
.c-horizontal_scroll.is-scrollable::after {
	content: "";
}
.c-horizontal_scroll.is-scrollable .c-horizontal_scroll__container {
	padding-inline: calc(var(--horizontal-scroll-blur-size) / 2);
}
.c-horizontal_scroll__container {
	display: flex;
	margin: 0;
	font-size: var(--font-size-text-body);
	align-items: center;
	align-self: stretch;
	overflow-x: auto;
	column-gap: var(--horizontal-scroll-item-gap);
}
.c-horizontal_scroll__item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
.c-select {
	position: relative;
	width: var(--select-box-width, 100%);
}
.c-select:has(option)::after {
	content: "";
	background-color: #868686;
	-webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNNi4xNzUgNi45MTI0OEwxMCAxMC43MjkxTDEzLjgyNSA2LjkxMjQ4TDE1IDguMDg3NDhMMTAgMTMuMDg3NUw1IDguMDg3NDhMNi4xNzUgNi45MTI0OFoiIGZpbGw9IiM4Njg2ODYiLz4KPC9zdmc+") no-repeat center;
	mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNNi4xNzUgNi45MTI0OEwxMCAxMC43MjkxTDEzLjgyNSA2LjkxMjQ4TDE1IDguMDg3NDhMMTAgMTMuMDg3NUw1IDguMDg3NDhMNi4xNzUgNi45MTI0OFoiIGZpbGw9IiM4Njg2ODYiLz4KPC9zdmc+") no-repeat center;
	position: absolute;
	width: 20px;
	height: 20px;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}
.c-select select {
	width: 100%;
	height: var(--select-box-height, 40px);
	padding: var(--select-padding, 10px 15px);
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	border-color: var(--color-input-border, #bdc1c2);
	background-color: var(--color-page-bg, #fff);
}
.c-label {
	display: flex;
	gap: 0.2em;
}
.c-label sup {
	font-size: 0.8em;
	color: #e21e1e;
}
.p-product {
	display: grid;
	grid-template:
		"image"
		"details"
		/ 1fr;
}
.p-product__image {
	grid-area: image;
	width: 100%;
	height: 100%;
	aspect-ratio: 3/4;
	max-width: 300px;
	max-height: 400px;
	object-fit: contain;
}
.p-product__details {
	grid-area: details;
	display: grid;
	grid-auto-rows: max-content;
	gap: 8px;
}
.p-product__details .c-order_quantity {
	width: 100%;
}
.p-product__info:empty {
	display: none;
}
/* Layout */
.p-product.--selected-set-products {
	gap: 15px;
	grid-template:
		"image details" auto
		/ calc(60 / 320 * 100%) 1fr;
}
.p-order_summary {
	padding: 20px;
	display: grid;
	grid-template:
		"title" auto
		"content" auto
		"total" auto
		/ 1fr;
}
.p-order_summary__title {
	grid-area: title;
}
.p-order_summary__content {
	width: 100%;
	padding-block: 20px;
	border-block: 1px solid var(--Border-1, #d8dddf);
	margin-block: 10px 20px;
	display: grid;
	gap: 8px;
}
.p-order_summary__record {
	display: grid;
	grid-template:
		"label value" auto
		/ 1fr 1fr;
	align-items: center;
}
.p-order_summary__label {
	grid-area: label;
	justify-self: start;
}
.p-order_summary__value {
	grid-area: value;
	justify-self: end;
	font-size: initial;
}
.p-order_summary__total {
	grid-area: total;
}
.p-selected_set_products .c-modal {
	max-width: revert;
	max-height: revert;
	width: calc(360 / 390 * 100dvw);
	height: calc(760 / 844 * 100dvh);
}
.p-selected_set_products__review {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	position: fixed;
	inset: auto 0 0;
}
.p-selected_set_products__summary {
	display: grid;
}
.p-selected_set_products__purchase {
	display: flex;
	padding: 10px 15px;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	border-top: 1px solid var(--Border-1, #d8dddf);
	background: var(--Base, #ffffff);
	position: sticky;
	bottom: 0;
}
.p-selected_set_products__purchase .c-button {
	height: 50px;
	font-size: var(--font-size-text-body, 13px);
}
.p-selected_set_products__control {
	width: 100%;
	display: flex;
	gap: 8px;
}
.p-selected_set_products__control .c-button:disabled {
	color: var(--Base, #ffffff);
	background: var(--Border-1, #d8dddf);
}
.p-selected_set_products__button.--status {
	border-radius: 8px;
	background: var(--Background, #f5f8fa);
	padding: 10px 15px;
	gap: 8px;
	width: -moz-fit-content;
	width: fit-content;
	justify-self: center;
	box-shadow: 0px 0px 6px -3px rgba(0, 0, 0, 0.6);
}
.p-selected_set_products__button.--control {
	flex: 1 0 auto;
}
.p-selected_set_products__button.--clear {
	padding: 0;
}
.p-selected_set_products__text {
	text-align: center;
}
.p-selected_set_products__text.--icon {
	display: inline-flex;
}
.p-selected_set_products__text.--icon::before,
.p-selected_set_products__text.--icon::after {
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	content: "";
}
.p-selected_set_products__text.--note {
	color: var(--Sub, #868686);
}
.p-selected_set_products__text.--show-products {
	color: var(--Accent-2, #386f81);
}
.p-selected_set_products__text.--show-products::after {
	-webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIxIDIwIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNNy40MTI0OCAxMy44MjVMMTEuMjI5MSAxMEw3LjQxMjQ4IDYuMTc1TDguNTg3NDggNUwxMy41ODc1IDEwTDguNTg3NDggMTVMNy40MTI0OCAxMy44MjVaIiBmaWxsPSIjMzg2RjgxIi8+Cjwvc3ZnPg==");
	mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIxIDIwIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNNy40MTI0OCAxMy44MjVMMTEuMjI5MSAxMEw3LjQxMjQ4IDYuMTc1TDguNTg3NDggNUwxMy41ODc1IDEwTDguNTg3NDggMTVMNy40MTI0OCAxMy44MjVaIiBmaWxsPSIjMzg2RjgxIi8+Cjwvc3ZnPg==");
	width: 21px;
	height: 20px;
	background: var(--Accent-2, #386f81);
}
.p-selected_set_products__text.--clear-products {
	color: var(--Accent-2, #386f81);
	-webkit-text-decoration: underline;
	text-decoration: underline;
	align-items: center;
}
.p-selected_set_products__text.--clear-products::before {
	-webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyBmaWxsPSdub25lJz48cmVjdCB4PSc3Ljc1NzM5JyB5PSc2LjM0MzE0JyB3aWR0aD0nMTQnIGhlaWdodD0nMicgdHJhbnNmb3JtPSdyb3RhdGUoNDUgNy43NTczOSA2LjM0MzE0KScgZmlsbD0nIzM4NkY4MScvPjxyZWN0IHg9JzE3LjY1NjknIHk9JzcuNzU3MzInIHdpZHRoPScxNCcgaGVpZ2h0PScyJyB0cmFuc2Zvcm09J3JvdGF0ZSgxMzUgMTcuNjU2OSA3Ljc1NzMyKScgZmlsbD0nIzM4NkY4MScvPjwvc3ZnPg==");
	mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyBmaWxsPSdub25lJz48cmVjdCB4PSc3Ljc1NzM5JyB5PSc2LjM0MzE0JyB3aWR0aD0nMTQnIGhlaWdodD0nMicgdHJhbnNmb3JtPSdyb3RhdGUoNDUgNy43NTczOSA2LjM0MzE0KScgZmlsbD0nIzM4NkY4MScvPjxyZWN0IHg9JzE3LjY1NjknIHk9JzcuNzU3MzInIHdpZHRoPScxNCcgaGVpZ2h0PScyJyB0cmFuc2Zvcm09J3JvdGF0ZSgxMzUgMTcuNjU2OSA3Ljc1NzMyKScgZmlsbD0nIzM4NkY4MScvPjwvc3ZnPg==");
	width: 24px;
	height: 24px;
	background: var(--Accent-2, #386f81);
}
.p-selected_set_products__header {
	display: flex;
	padding: 0px 20px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
}
.p-selected_set_products__clear {
	display: flex;
	padding: 15px 20px;
	align-items: center;
	gap: 4px;
	align-self: stretch;
}
.p-selected_set_products__item {
	padding: 15px 20px;
	border-bottom: 1px solid var(--Background, #f5f8fa);
}
@media (max-width: 719.98px) {
	.c-modal .p-selected_set_products__button.--before {
		display: none !important;
	}
}
@media not (max-width: 719.98px) {
	.p-selected_set_products .c-modal {
		display: contents;
	}
	.p-selected_set_products .c-modal__close {
		display: none;
	}
	.p-selected_set_products__review {
		display: none;
	}
	.p-selected_set_products__prices {
		order: 2;
	}
	.p-selected_set_products__purchase {
		order: 1;
		padding-block: 40px;
		padding-inline: unset;
	}
	.p-selected_set_products__purchase .c-button {
		height: 60px;
		font-size: var(--font-size-text-subhead, 17px);
	}
	.p-selected_set_products__control {
		flex-direction: column;
		gap: 40px;
	}

	.p-selected_set_products__button.--control {
		max-width: unset;
	}
	.p-selected_set_products__button.--before {
		order: 2;
	}
	.p-selected_set_products__button.--save {
		order: 1;
	}
}
.p-fieldset {
	margin: 0;
	padding: 0;
	border: 0;

	display: grid;
	gap: 6px;
	grid-template:
		"label"
		"control"
		/ 1fr;

	/* for jquery-validation-engine */
}
.p-fieldset .formError {
	width: auto !important;
	height: auto !important;
	background: #e21e1e;
	color: #ffffff;
	padding: 4px 10px;
	transform: translateY(-0.325em);
	margin: 0 !important;
	inset: auto 0 100% auto !important;
	z-index: 1;
	opacity: 1 !important;
}
:is(.p-fieldset .formError) > * {
	margin: 0 !important;
}
.p-fieldset__label {
	grid-area: label;
}
.p-fieldset__control {
	grid-area: control;
}
.p-category_ranking_section {
	width: min(100%, 1240px);
	margin: 0 auto;
	padding-inline: 15px;
}
.p-category_ranking_section .c-section_title {
	margin-bottom: 40px;
}
.p-category_ranking_section .c-horizontal_scroll {
	box-shadow: inset 0px -2px 0px 0px var(--color-page-border);
}
.p-category_ranking_section .c-horizontal_scroll__container {
	scrollbar-width: none;
}
.p-category_ranking_section .c-horizontal_scroll__item {
	padding: 20px 10px;
}
@media (min-width: 1240px) {
	.p-category_ranking_section .c-horizontal_scroll__item {
		padding-inline: 20px;
	}
}
.p-category_ranking_section .c-horizontal_scroll__item:has(.is-active) {
	border-bottom: 2px solid #000000;
	color: #000000;
}
@media (min-width: 720px) {
	.p-category_ranking_section__header {
		padding-inline: 15px;
	}
}
.p-category_ranking_section__content {
	display: grid;
	padding-block: 20px 40px;
}
@media (min-width: 720px) {
	.p-category_ranking_section__content {
		padding-block-start: 40px;
	}
}
.p-category_ranking_section__products {
	--category_ranking_section_columns: 1;
	--category_ranking_section_column_gap: 60px;
	--category_ranking_section_row_gap: 40px;

	display: none;
	grid-area: 1/-1;
	grid-template-columns: repeat(var(--category_ranking_section_columns), minmax(0, 1fr));
	row-gap: var(--category_ranking_section_row_gap);
	column-gap: var(--category_ranking_section_column_gap);
}
.p-category_ranking_section__products.is-active {
	display: grid;
}
.p-category_ranking_section__more {
	display: flex;
	justify-content: center;
}
@media (max-width: 719px) {
	.p-category_ranking_section__products {
		--category_ranking_section_row_gap: 20px;
		--category_ranking_section_column_gap: 15px;
	}
	.p-category_ranking_section__products.medium-up--one-1 {
		--category_ranking_section_columns: 1;
	}
	.p-category_ranking_section__products:not(:has(.medium-up--one-1)) {
		--category_ranking_section_columns: 2;
	}
}
@media (min-width: 720px) {
	.p-category_ranking_section__products.medium-up--one-1 {
		--category_ranking_section_columns: 1;
		--category_ranking_section_column_gap: 60px;
	}

	.p-category_ranking_section__products.medium-up--one-2 {
		--category_ranking_section_columns: 2;
		--category_ranking_section_column_gap: 60px;
	}

	.p-category_ranking_section__products.medium-up--one-3 {
		--category_ranking_section_columns: 3;
		--category_ranking_section_column_gap: 40px;
	}

	.p-category_ranking_section__products.medium-up--one-4 {
		--category_ranking_section_columns: 4;
		--category_ranking_section_column_gap: 40px;
	}

	.p-category_ranking_section__products.medium-up--one-5 {
		--category_ranking_section_columns: 5;
		--category_ranking_section_column_gap: 20px;
	}
}
.p-variant_bulk_changes {
	--variant_bulk_changes-margin: 40px;
}
/* 注意文 */
.p-variant_bulk_changes__notice {
	display: flex;
	gap: 20px;
	margin: var(--variant_bulk_changes-margin) 0;
	align-self: stretch;
}
.p-variant_bulk_changes__notice-text {
	display: flex;
}
.p-variant_bulk_changes__notice-list {
	padding-left: 1.5em;
}
.p-variant_bulk_changes__notice-list li {
	list-style: disc;
}
.p-variant_bulk_changes__notice-list sup {
	color: #e21e1e;
	vertical-align: top;
}
.p-variant_bulk_changes__container {
	margin-block: var(--variant_bulk_changes-margin);
}
.p-variant_bulk_changes__title.--addable-variants {
	margin-bottom: var(--variant_bulk_changes-margin);
}
/* 現在の注文 */
.p-variant_bulk_changes__order {
	display: grid;
	column-gap: 40px;
	padding-block: 40px;
	grid-template-columns: 1fr 1fr;
}
.p-variant_bulk_changes__order .c-cart_item.c-cart_item {
	border: 0;
	grid-area: item;
}
/* 定期商品の一括編集 */
.p-variant_bulk_changes__items.--order-items {
	border-top: 1px solid var(--color-page-border);
	border-bottom: 1px solid var(--color-page-border);
}
.p-variant_bulk_changes__items.--order-items form:not(:last-child) {
	border-bottom: 1px solid var(--color-page-border);
}
.p-variant_bulk_changes__items.--order-items .u-text--subhead {
	grid-column: 1/-1;
}
/* 規格追加 */
.p-variant_bulk_changes__items.--addable-variants {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
.p-variant_bulk_changes__items.--addable-variants .c-button {
	margin-top: 20px;
	width: 100%;
}
/* 商品追加 */
.p-variant_bulk_changes__items.--addable-products .p-product_slider [data-slides="4"] .c-product_item__inner__eyecatch {
	width: auto;
}
.p-variant_bulk_changes__items.--addable-products .p-product_slider .slick-slide {
	margin-inline: 10px;
}
.p-variant_bulk_changes__items.--addable-products .c-product_item__inner__eyecatch__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.p-variant_bulk_changes__form .u-text--subhead {
	margin-bottom: 10px;
}
/* 規格、数量の変更フォーム */
.p-variant_bulk_changes__control {
	background-color: #f5f8fa;
	display: flex;
	padding: 20px;
	align-items: flex-start;
	align-self: stretch;
}
.p-variant_bulk_changes__control + .p-variant_bulk_changes__control {
	border-top: 1px solid var(--color-page-border, #d8dddf);
}
.p-variant_bulk_changes__control.--order {
	flex-direction: column;
	gap: 10px;
}
.p-variant_bulk_changes__control.--submit {
	align-items: flex-start;
	justify-content: space-between;
}
.p-variant_bulk_changes__control #option_types {
	display: contents;
}
.p-variant_bulk_changes__control .u-text--link {
	position: relative;
	transition: opacity 0.2s;
	-webkit-text-decoration: underline;
	text-decoration: underline;
	padding-left: 28px;
	line-height: 24px;
}
.p-variant_bulk_changes__control .u-text--link:hover {
	opacity: 0.4;
}
.p-variant_bulk_changes__control .u-icon--close {
	font-size: 24px;
	position: absolute;
	left: 0;
}
.p-variant_bulk_changes__control .p-fieldset {
	align-self: stretch;
}
.p-variant_bulk_changes__quantity {
	margin-top: 10px;
}
/* 規格追加モーダル */
.p-variant_bulk_changes__modal {
	width: 600px;
}
.p-variant_bulk_changes__modal .p-product_content {
	padding: 0;
}
.p-variant_bulk_changes__modal .p-product_content__inner {
	gap: 30px;
}
.p-variant_bulk_changes__modal .p-product_content__inner__img,
.p-variant_bulk_changes__modal .p-product_content__inner__info {
	width: auto;
}
.p-variant_bulk_changes__modal .c-product_img {
	min-width: 200px;
}
:is(.p-variant_bulk_changes__modal .c-product_img) img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.p-variant_bulk_changes__modal .p-product_content__inner__info {
	flex-shrink: 0;
	flex-grow: 1;
}
.p-variant_bulk_changes__modal .c-product_info__price span {
	font-size: inherit;
}
.p-variant_bulk_changes__modal .c-product_info__price {
	margin-top: 10px;
}
.p-variant_bulk_changes__modal .p-fieldset + .p-fieldset {
	margin-top: 10px;
}
.p-variant_bulk_changes__modal #option_types,
.p-variant_bulk_changes__modal .p-fieldset:has(.c-order_quantity) {
	margin-top: 20px;
}
@media (max-width: 1023.98px) {
	.p-variant_bulk_changes {
		--variant_bulk_changes-margin: 30px;
	}
	.p-variant_bulk_changes__items.--order-items .c-button {
		width: 50%;
		margin-top: 0;
	}
	.p-variant_bulk_changes__items.--addable-variants {
		grid-template-columns: repeat(2, 1fr);
	}
	.p-variant_bulk_changes__notice {
		flex-direction: column;
	}
	.p-variant_bulk_changes__order {
		column-gap: 20px;
		grid-template-columns: 1fr;
	}

	.c-modal:has(.p-variant_bulk_changes__modal) {
		max-width: revert;
		max-height: revert;
	}
	.p-variant_bulk_changes__modal {
		width: 100%;
	}

	.p-variant_bulk_changes__modal .c-button {
		align-self: stretch;
		flex-grow: 1;
	}
	.p-variant_bulk_changes__title.--addable-variants {
		padding-block-start: var(--variant_bulk_changes-margin);
	}
}
/* 表示するアイテムが4件以下の場合のスライダーのスタイル (720px <= width) */
@media not (max-width: 719.98px) {
	:is(.p-variant_bulk_changes__container .p-product_slider:has(.slick-track > :nth-child(-n + 4 of .slick-slide):last-child)) .slick-list {
		margin: 0;
	}
	:is(.p-variant_bulk_changes__container .p-product_slider:has(.slick-track > :nth-child(-n + 4 of .slick-slide):last-child)) .slick-track {
		display: grid;
		gap: 24px;
		grid-template-columns: repeat(4, 1fr);
		transform: none !important;
	}
	:is(.p-variant_bulk_changes__container .p-product_slider:has(.slick-track > :nth-child(-n + 4 of .slick-slide):last-child)) .slick-track::before,
	:is(.p-variant_bulk_changes__container .p-product_slider:has(.slick-track > :nth-child(-n + 4 of .slick-slide):last-child)) .slick-track::after {
		content: none;
	}
	:is(.p-variant_bulk_changes__container .p-product_slider:has(.slick-track > :nth-child(-n + 4 of .slick-slide):last-child)) .slick-track,
	:is(.p-variant_bulk_changes__container .p-product_slider:has(.slick-track > :nth-child(-n + 4 of .slick-slide):last-child)) .slick-slide {
		margin: unset;
		width: auto !important;
	}
	:is(.p-variant_bulk_changes__container .p-product_slider:has(.slick-track > :nth-child(-n + 4 of .slick-slide):last-child)) .p-product_slider__nav {
		display: none;
	}
}
/* 表示するアイテムが4件以下の場合のスライダーのスタイル (720px <= width < 1024px) */
@media (min-width: 720px) and (max-width: 1023.98px) {
	:is(.p-variant_bulk_changes__container .p-product_slider:has(.slick-track > :nth-child(-n + 4 of .slick-slide):last-child)) .slick-track {
		grid-template-columns: repeat(2, 1fr);
	}
}
/* 表示するアイテムが2件以下の場合のスライダーのスタイル (width < 720px) */
@media (max-width: 719.98px) {
	:is(.p-variant_bulk_changes__container .p-product_slider:has(.slick-track > :nth-child(-n + 2 of .slick-slide):last-child)) .slick-list {
		margin: 0;
	}
	:is(.p-variant_bulk_changes__container .p-product_slider:has(.slick-track > :nth-child(-n + 2 of .slick-slide):last-child)) .slick-track {
		display: grid;
		gap: 24px;
		grid-template-columns: repeat(2, 1fr);
		transform: none !important;
	}
	:is(.p-variant_bulk_changes__container .p-product_slider:has(.slick-track > :nth-child(-n + 2 of .slick-slide):last-child)) .slick-track::before,
	:is(.p-variant_bulk_changes__container .p-product_slider:has(.slick-track > :nth-child(-n + 2 of .slick-slide):last-child)) .slick-track::after {
		content: none;
	}
	:is(.p-variant_bulk_changes__container .p-product_slider:has(.slick-track > :nth-child(-n + 2 of .slick-slide):last-child)) .slick-track,
	:is(.p-variant_bulk_changes__container .p-product_slider:has(.slick-track > :nth-child(-n + 2 of .slick-slide):last-child)) .slick-slide {
		margin: unset;
		width: auto !important;
	}
	:is(.p-variant_bulk_changes__container .p-product_slider:has(.slick-track > :nth-child(-n + 2 of .slick-slide):last-child)) .p-product_slider__nav {
		display: none;
	}
}
.slick-loading .slick-list {
	background: #fff url("./ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
	font-family: "slick";
	src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}
.slick-prev:before {
	content: "←";
}
[dir="rtl"] .slick-prev:before {
	content: "→";
}
.slick-next {
	right: -25px;
}
[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}
.slick-next:before {
	content: "→";
}
[dir="rtl"] .slick-next:before {
	content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropup,
.dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.428571429;
	color: #333333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #262626;
	-webkit-text-decoration: none;
	text-decoration: none;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff;
	-webkit-text-decoration: none;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	-webkit-text-decoration: none;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-menu-right {
	right: 0;
	left: auto;
}
.dropdown-menu-left {
	right: auto;
	left: 0;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #777777;
	white-space: nowrap;
}
.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}
@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}
* {
	box-sizing: border-box;
	color: inherit;
}
*:before,
*:after {
	box-sizing: border-box;
	color: inherit;
}
body {
	-webkit-text-size-adjust: 100%;
	position: relative;
	-webkit-overflow-scrolling: touch;
}
/* stylelint-disable-next-line no-duplicate-selectors */
body,
section,
article,
address,
div,
ul,
ol,
li,
table,
tr,
th,
td,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
p,
a,
span,
strong,
small,
b,
pre,
form,
input,
select,
textarea,
button,
pre {
	font-family: inherit;
	font-style: inherit;
	text-decoration: inherit;
	margin: 0;
	padding: 0;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}
ul,
ol,
li {
	list-style: none;
}
table {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	table-layout: fixed;
}
img,
video {
	display: block;
	width: 100%;
	height: auto;
	border: none;
}
pre {
	white-space: normal;
}
a {
	-webkit-text-decoration: none;
	text-decoration: none;
}
*:link,
*:visited,
*:active {
	text-decoration: inherit;
}
input,
select,
textarea {
	display: block;
	appearance: none;
	background: none;
	border: none;
	border-radius: 0;
}
button {
	display: inline-block;
	background: none;
	border: none;
}
label {
	display: block;
	appearance: none;
	background: none;
	border: none;
}
input[type="radio"],
input[type="checkbox"],
input[type="file"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
label {
	cursor: pointer;
}
textarea {
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	resize: vertical;
}
*:focus {
	outline: none;
}
/* stylelint-disable scss/at-extend-no-missing-placeholder */
#AmazonPayOneClickOrderArea {
	text-align: center;
	padding-right: 40px;
	padding-left: 40px;
	margin: 40px 0;
}
@media screen and (max-width: 719px) {
	#AmazonPayOneClickOrderArea {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.amazon_pay_box {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 40px;
	padding-left: 40px;
}
@media screen and (max-width: 719px) {
	.amazon_pay_box {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.amazonpay-button-inner-image {
	width: auto;
	margin: 0 auto;
	pointer-events: all;
}
.amazon_pay_title {
	font-size: 24px;
	margin-bottom: 20px;
}
@media screen and (max-width: 719px) {
	.amazon_pay_title {
		font-size: 22px;
	}
}
.amazon_pay_subtitle {
	font-size: 14px;
	margin-bottom: 6px;
}
@media screen and (max-width: 719px) {
	.amazon_pay_subtitle {
		font-size: 14px;
	}
}
.amazon_pay_message {
	font-size: 14px;
	line-height: 2;
	margin-top: 20px;
}
@media screen and (max-width: 719px) {
	.amazon_pay_message {
		font-size: 14px;
	}
}
.amazon_pay_not_use_message {
	font-size: 14px;
	line-height: 2;
	margin-top: 30px;
}
@media screen and (max-width: 719px) {
	.amazon_pay_not_use_message {
		font-size: 14px;
	}
}
#view-credit-card-information {
	margin-top: 20px;
}
.amazon_pay_button_all {
	margin: 0 auto;
}
#addressBookWidgetDiv {
	height: auto !important;
}
[style="display: none;"] + #amazon_payment_method {
	height: auto;
	padding: 0;
	border-width: 0px;
	position: relative;
	z-index: 10;
	background: #fff;
}
.control-alert,
.alert,
.alert-danger {
	padding-right: 40px;
	padding-left: 40px;
	margin: 40px 0;
}
@media screen and (max-width: 719px) {
	.control-alert,
	.alert,
	.alert-danger {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.control-alert > *,
.alert > *,
.alert-danger > * {
	font-size: 14px;
	text-align: center;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}
@media screen and (max-width: 719px) {
	.control-alert > *,
	.alert > *,
	.alert-danger > * {
		font-size: 14px;
	}
}
@media screen and (max-width: 719px) {
	.control-alert > *,
	.alert > *,
	.alert-danger > * {
		padding-right: 15px;
		padding-left: 15px;
	}
}
#view-payment-information > * {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
}
#view-input-card-number {
	margin-top: 10px;
}
html.js-prevent-body-scroll {
	overflow: hidden;
	height: var(--screen-height, 100%);
}
html.js-prevent-body-scroll body {
	position: fixed;
	width: 100%;
	height: 100%;
}
html.js-prevent-body-scroll,
html.js-prevent-body-scroll body {
	box-sizing: border-box;
}
html.js-use-backdrop body::before {
	content: "";
	display: block;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 150;
	position: fixed;
	inset: 0;
}
.u-padding__top--60 {
	padding-top: 60px;
}
.u-padding__top--30 {
	padding-top: 30px;
}
.u-padding__top--20 {
	padding-top: 20px;
}
.u-border__top {
	border-top-width: 1px;
	border-top-style: solid;
}
.u-margin__top--100 {
	margin-top: 100px;
}
.u-margin__top--80 {
	margin-top: 80px;
}
.u-margin__top--60 {
	margin-top: 60px;
}
.u-margin__top--40 {
	margin-top: 40px;
}
.u-margin__top--30 {
	margin-top: 30px;
}
.u-margin__top--20 {
	margin-top: 20px;
}
.u-margin__bottom--100 {
	margin-bottom: 100px;
}
.u-margin__bottom--80 {
	margin-bottom: 80px;
}
.u-margin__bottom--40 {
	margin-bottom: 40px;
}
.u-margin__bottom--20 {
	margin-bottom: 20px;
}
@media screen and (max-width: 719px) {
	.u-margin_sp__top--80 {
		margin-top: clamp(80px, 21.33vw, 100px);
	}
}
@media screen and (max-width: 719px) {
	.u-margin_sp__top--60 {
		margin-top: clamp(60px, 16vw, 80px);
	}
}
@media screen and (max-width: 719px) {
	.u-margin_sp__top--40 {
		margin-top: clamp(40px, 10.67vw, 60px);
	}
}
@media screen and (max-width: 719px) {
	.u-margin_sp__top--20 {
		margin-top: clamp(20px, 5.33vw, 30px);
	}
}
@media screen and (max-width: 719px) {
	.u-margin_sp__bottom--80 {
		margin-bottom: clamp(80px, 21.33vw, 100px);
	}
}
.u-break_words {
	word-break: break-word;
}
/* stylelint-disable scss/at-extend-no-missing-placeholder */
@font-face {
	font-family: "icon";
	src: url("./icons/icon.eot?qlbxbb");
	src: url("./icons/icon.eot?qlbxbb#iefix") format("embedded-opentype"), url("./icons/icon.ttf?qlbxbb") format("truetype"), url("./icons/icon.woff?qlbxbb") format("woff"), url("./icons/icon.svg?qlbxbb#icon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
.c-form_table__dynamic-select.--paragraph:has(option)::after {
	font-family: "icon", sans-serif !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.u-icon,
.p-search_menu__container__inner__search__wrap:before,
.p-product_list__select:after,
.p-review__inner__all__btn:after,
.p-review__inner__all__btn:before,
.c-breadcrumbs__item:not(:last-child):after,
.c-form_table__select:after,
.c-product_info__form__variant > div > div:after,
.c-list_tool__sort__wrap:after,
.u-icon--twitter,
.u-icon--track,
.u-icon--star,
.u-icon--star_blank,
.u-icon--secret,
.u-icon--search,
.u-icon--question,
.u-icon--point,
.u-icon--plus,
.u-icon--line,
.u-icon--minus,
.u-icon--menu,
.u-icon--logout,
.u-icon--instagram,
.u-icon--home,
.u-icon--heart--border,
.u-icon--heart,
.u-icon--heart_blank,
.u-icon--facebook,
.u-icon--edit,
.u-icon--dot,
.u-icon--close,
.u-icon--cart,
.u-icon--card,
.u-icon--calendar,
.u-icon--balloon,
.u-icon--arrow,
.u-icon--account {
	font-family: "icon", sans-serif !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.u-icon--account:before {
	content: "\e900";
}
.u-icon--arrow:before {
	content: "\e901";
}
.u-icon--balloon:before {
	content: "\e902";
}
.u-icon--calendar:before {
	content: "\e903";
}
.u-icon--card:before {
	content: "\e904";
}
.u-icon--cart:before {
	content: "\e905";
}
.u-icon--close:before {
	content: "\e906";
}
.u-icon--dot:before {
	content: "\e907";
}
.u-icon--edit:before {
	content: "\e908";
}
.u-icon--facebook:before {
	content: "\e909";
}
.u-icon--heart_blank:before {
	content: "\e90a";
}
.u-icon--heart:before {
	content: "\e90b";
}
.u-icon--heart--border:before {
	content: "\e90a";
}
.u-icon--home:before {
	content: "\e90c";
}
.u-icon--instagram:before {
	content: "\e90d";
}
.u-icon--logout:before {
	content: "\e90e";
}
.u-icon--menu:before {
	content: "\e90f";
}
.u-icon--minus:before {
	content: "\e910";
}
.u-icon--line:before {
	content: "\e918";
}
.u-icon--plus:before {
	content: "\e911";
}
.u-icon--point:before {
	content: "\e912";
}
.u-icon--question:before {
	content: "\e913";
}
.u-icon--search:before {
	content: "\e914";
}
.u-icon--secret:before {
	content: "\e915";
}
.u-icon--star_blank:before {
	content: "\e919";
}
.u-icon--star:before {
	content: "\e91a";
}
.u-icon--track:before {
	content: "\e916";
}
.u-icon--twitter:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	-webkit-mask-image: url(./icons/x_twitter.svg);
	mask-image: url(./icons/x_twitter.svg);
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: var(--x-twitter-icon-color, #494949);
}
.u-icon--attention,
.u-icon--check_circle,
.u-icon--checkmark {
	display: inline-block;
}
.u-icon--attention::before,
.u-icon--check_circle::before,
.u-icon--checkmark::before {
	content: "";
	width: 24px;
	height: 24px;
	display: block;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.u-icon--checkmark::before {
	content: "";
	background-color: white;
	-webkit-mask-image: url(./icons/checkmark.svg);
	mask-image: url(./icons/checkmark.svg);
}
.u-icon--check_circle::before {
	background-color: white;
	-webkit-mask-image: url(./icons/check_circle.svg);
	mask-image: url(./icons/check_circle.svg);
}
.u-icon--attention::before {
	background-color: black;
	-webkit-mask-image: url(./icons/attention.svg);
	mask-image: url(./icons/attention.svg);
}
.l-wrapper {
	line-height: 1.5;
	letter-spacing: 0.05em;
	overflow-wrap: break-word;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
	overflow: hidden;
	opacity: 0;
	transition: 1.6s;
}
.l-wrapper.is-complete {
	opacity: 1;
}
.l-wrapper.is-remove {
	opacity: 0;
	transition: 0.4s;
}
/* stylelint-disable scss/at-extend-no-missing-placeholder */
.l-header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.l-header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 70px;
	padding: 0 60px;
}
@media screen and (max-width: 719px) {
	.l-header__inner {
		height: 50px;
		padding: 0 20px;
	}
}
.l-header__inner__block {
	display: flex;
	position: relative;
}
.l-header__inner__block__logo {
	max-width: 160px;
}
@media screen and (max-width: 719px) {
	.l-header__inner__block__logo {
		max-width: 120px;
	}
}
.l-header__inner__block__link {
	display: inline-block;
	transition: 0.4s;
}
.l-header__inner__block__link:hover {
	opacity: 0.4;
}
.l-header__inner__block__item,
.l-header__inner__block__item--menu,
.l-header__inner__block__item--search {
	position: relative;
}
.l-header__inner__block__item:not(:last-child),
.l-header__inner__block__item--menu:not(:last-child),
.l-header__inner__block__item--search:not(:last-child) {
	margin-right: 20px;
}
@media screen and (max-width: 719px) {
	.l-header__inner__block__item:not(:last-child),
	.l-header__inner__block__item--menu:not(:last-child),
	.l-header__inner__block__item--search:not(:last-child) {
		margin-right: 15px;
	}
}
.l-header__inner__block__item i,
.l-header__inner__block__item--menu i,
.l-header__inner__block__item--search i {
	font-size: 24px;
}
@media screen and (max-width: 719px) {
	.l-header__inner__block__item i,
	.l-header__inner__block__item--menu i,
	.l-header__inner__block__item--search i {
		font-size: 20px;
	}
}
.l-header__inner__block__item--name {
	font-size: var(--font-size-text-body);
}
@media screen and (max-width: 719px) {
	.l-header__inner__block__item--name {
		display: none;
	}
}
.l-header__inner__block__item .count,
.l-header__inner__block__item--menu .count,
.l-header__inner__block__item--search .count {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 20px;
	height: 20px;
	font-size: 12px;
	position: absolute;
	left: 20px;
	top: -10px;
	padding: 0 4px;
	border-radius: 10px;
}
@media screen and (max-width: 719px) {
	.l-header__inner__block__item .count,
	.l-header__inner__block__item--menu .count,
	.l-header__inner__block__item--search .count {
		font-size: 12px;
	}
}
@media screen and (max-width: 719px) {
	.l-header__inner__block__item .count,
	.l-header__inner__block__item--menu .count,
	.l-header__inner__block__item--search .count {
		left: 10px;
	}
}
.l-header__inner__block__item .c-tooltip,
.l-header__inner__block__item--menu .c-tooltip,
.l-header__inner__block__item--search .c-tooltip {
	top: 100%;
	left: 50%;
	transform: translate(-50%, 10px);
}
@media screen and (max-width: 719px) {
	.l-header__inner__block__item .c-tooltip,
	.l-header__inner__block__item--menu .c-tooltip,
	.l-header__inner__block__item--search .c-tooltip {
		transform: translate(11px, 30px);
		left: unset;
		right: 0;
	}
}
.l-header__inner__block__item .u-icon--check_circle,
.l-header__inner__block__item--menu .u-icon--check_circle,
.l-header__inner__block__item--search .u-icon--check_circle {
	display: flex;
	justify-content: center;
	margin-bottom: 4px;
}
.l-footer {
	display: flex;
	justify-content: space-between;
	padding: 80px 100px 40px;
	border-top-width: 1px;
	border-top-style: solid;
}
@media screen and (max-width: 719px) {
	.l-footer {
		flex-direction: column;
		padding: 40px 30px 30px;
	}
}
.l-footer__info {
	flex: 1;
	max-width: 400px;
}
@media screen and (max-width: 719px) {
	.l-footer__info {
		order: 2;
	}
}
.l-footer__info__newsletter {
	margin-bottom: 60px;
}
.l-footer__info__newsletter__title {
	font-size: 16px;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
@media screen and (max-width: 719px) {
	.l-footer__info__newsletter__title {
		font-size: 16px;
	}
}
.l-footer__info__newsletter__lead {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 12px;
}
@media screen and (max-width: 719px) {
	.l-footer__info__newsletter__lead {
		font-size: 12px;
	}
}
@media screen and (max-width: 719px) {
	.l-footer__info__newsletter__lead br {
		display: none;
	}
}
.l-footer__info__store__logo {
	max-width: 180px;
	margin-bottom: 20px;
}
.l-footer__info__store__sns {
	margin-bottom: 20px;
}
.l-footer__info__store__sns__item {
	transition: 0.4s;
}
.l-footer__info__store__sns__item:hover {
	opacity: 0.4;
}
.l-footer__info__store__sns__item:not(:last-child) {
	margin-right: 20px;
}
.l-footer__info__store__sns__item i {
	font-size: 24px;
}
.l-footer__info__store__copyright {
	font-size: 12px;
}
@media screen and (max-width: 719px) {
	.l-footer__info__store__copyright {
		font-size: 12px;
	}
}
.l-footer__menu {
	display: flex;
}
@media screen and (max-width: 719px) {
	.l-footer__menu {
		display: block;
	}
}
.l-container {
	display: block;
}
.c-movie_modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999999;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s;
}
.c-movie_modal.show {
	opacity: 1;
	visibility: visible;
}
.c-movie_modal__inner {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.c-movie_modal__inner__close {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 24px;
	cursor: pointer;
}
.c-movie_modal__inner__content,
.c-movie_modal__inner__content .modal-video {
	width: 720px;
	height: 405px;
}
@media (max-width: 760px) {
	.c-movie_modal__inner__content,
	.c-movie_modal__inner__content .modal-video {
		width: 84.2105263158vw;
		height: 47.3684210526vw;
	}
}
.c-movie_modal__inner__content iframe,
.c-movie_modal__inner__content div {
	width: 100%;
	height: 100%;
}
.c-announce_bar {
	position: relative;
	padding: 10px 60px;
}
@media screen and (max-width: 719px) {
	.c-announce_bar {
		padding: 10px 20px;
	}
}
.c-announce_bar__text {
	font-size: 12px;
	text-align: center;
}
@media screen and (max-width: 719px) {
	.c-announce_bar__text {
		font-size: 12px;
	}
}
@media screen and (max-width: 719px) {
	.c-announce_bar__text {
		text-align: left;
	}
}
.c-announce_bar__text a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
.c-announce_bar__close {
	position: absolute;
	right: 20px;
	top: calc(50% - 12px);
}
@media screen and (max-width: 719px) {
	.c-announce_bar__close {
		right: 0;
		top: 0;
	}
}
.c-announce_bar__close i {
	font-size: 24px;
}
@media screen and (max-width: 719px) {
	.c-announce_bar__close i {
		font-size: 20px;
	}
}
/* stylelint-disable scss/at-extend-no-missing-placeholder */
.c-gmenu {
	width: 100%;
	height: 100%;
	position: fixed;
	left: -100%;
	top: 0;
	z-index: 200;
	opacity: 0;
	transform: translateX(-20px);
	transition: left 0s 0.4s, opacity 0.4s, transform 0.4s;
}
.c-gmenu__overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	cursor: pointer;
}
.c-gmenu__container {
	width: 480px;
	height: 100%;
	position: relative;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 719px) {
	.c-gmenu__container {
		width: 85%;
	}
}
.c-gmenu__container__inner {
	width: 100%;
	padding: 60px;
}
@media screen and (max-width: 719px) {
	.c-gmenu__container__inner {
		padding: 54px 20px 20px;
	}
}
.c-gmenu__container__inner__list {
	border-top-width: 1px;
	border-top-style: solid;
}
.c-gmenu__container__inner__list + .c-gmenu__container__inner__list {
	margin-top: 40px;
	border: 0;
}
.c-gmenu__container__inner__list + .c-gmenu__container__inner__list:last-child {
	border-bottom: 1px solid;
}
.c-gmenu__container__inner__list__item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.c-gmenu__container__inner__list__item__child {
	padding: 25px 0;
}
@media screen and (max-width: 719px) {
	.c-gmenu__container__inner__list__item__child {
		padding: 20px 0;
	}
}
.c-gmenu__container__inner__list__item__child__item:not(:last-child) {
	margin-bottom: 21px;
}
.c-gmenu__container__inner__list__item__child__item__inner {
	font-size: 16px;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.c-gmenu__container__inner__list__item__child__item__inner {
		font-size: 16px;
	}
}
.c-gmenu__container__inner__list__item__child__item__inner:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.c-gmenu__container__inner__list__item__child__item__inner {
		font-size: 14px;
	}
}
@media screen and (max-width: 719px) and (max-width: 719px) {
	.c-gmenu__container__inner__list__item__child__item__inner {
		font-size: 14px;
	}
}
.c-gmenu__container__inner__list__item__inner + .c-gmenu__container__inner__list__item__child {
	display: none;
}
.c-gmenu__container__close {
	font-size: 24px;
	position: absolute;
	right: 20px;
	top: 20px;
	transition: 0.4s;
}
.c-gmenu__container__close:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.c-gmenu__container__close {
		right: 15px;
		top: 15px;
	}
}
.c-gmenu.is-active {
	left: 0;
	opacity: 1;
	transform: none;
	transition: left 0s, opacity 0.4s, transform 0.4s;
}
.c-footer_menu {
	margin-left: 60px;
}
@media screen and (max-width: 719px) {
	.c-footer_menu {
		margin-left: 0;
		padding: 0 10px 20px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		margin-bottom: 20px;
	}
}
.c-footer_menu__title {
	font-size: 16px;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
}
@media screen and (max-width: 719px) {
	.c-footer_menu__title {
		font-size: 16px;
	}
}
@media screen and (max-width: 719px) {
	.c-footer_menu__title {
		margin-bottom: 20px;
	}
}
.c-footer_menu__list__item:not(:last-child) {
	margin-bottom: 14px;
}
.c-footer_menu__list__item__inner {
	font-size: 12px;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.c-footer_menu__list__item__inner {
		font-size: 12px;
	}
}
.c-footer_menu__list__item__inner:hover {
	opacity: 0.4;
}
.c-subscribe_form {
	display: flex;
}
@media screen and (max-width: 719px) {
	.c-subscribe_form {
		display: block;
	}
}
.c-subscribe_form__input {
	flex: 1;
	width: 100%;
	height: 40px;
	font-size: 16px;
	padding: 0 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
}
@media screen and (max-width: 719px) {
	.c-subscribe_form__input {
		font-size: 16px;
	}
}
@media screen and (max-width: 719px) {
	.c-subscribe_form__input {
		padding: 0 15px;
	}
}
.c-subscribe_form__input::-webkit-input-placeholder {
	opacity: 0.4;
}
.c-subscribe_form__btn {
	width: 100px;
	height: 40px;
	font-size: 16px;
	border-radius: 2px;
	margin-left: 10px;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.c-subscribe_form__btn {
		font-size: 16px;
	}
}
.c-subscribe_form__btn:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.c-subscribe_form__btn {
		margin-top: 10px;
		margin-left: 0;
	}
}
/* stylelint-disable no-descending-specificity */
.c-product_item {
	transition: 0.4s;
	position: relative;
	display: flex;
	flex-direction: column;
}
.c-product_item:hover {
	opacity: 0.4;
}
.c-product_item__link {
	display: block;
	position: absolute;
	inset: 0;
	z-index: 1;
}
.c-product_item__actions {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: flex;
	z-index: 2;
}
@media screen and (max-width: 719px) {
	.c-product_item__actions {
		right: 5px;
		bottom: 5px;
	}
}
.c-product_item__button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
@media screen and (max-width: 719px) {
	.c-product_item__button {
		width: 30px;
		height: 30px;
	}
}
.c-product_item__button--favorite {
	font-size: 24px;
}
@media screen and (max-width: 719px) {
	.c-product_item__button--favorite {
		font-size: 18px;
	}
}
.c-product_item__button--cart {
	margin-right: 10px;
	font-size: 20px;
}
@media screen and (max-width: 719px) {
	.c-product_item__button--cart {
		margin-right: 5px;
		font-size: 15px;
	}
}
.c-product_item__inner__eyecatch {
	position: relative;
}
.c-product_item__inner__eyecatch__image img {
	object-fit: contain;
	aspect-ratio: 3/4;
}
.c-product_item__inner__eyecatch__img {
	padding-top: 133.3333333333%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.c-product_item__inner__eyecatch__new {
	font-size: 14px;
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 2px 14px;
}
@media screen and (max-width: 719px) {
	.c-product_item__inner__eyecatch__new {
		font-size: 14px;
	}
}
@media screen and (max-width: 719px) {
	.c-product_item__inner__eyecatch__new {
		font-size: 12px;
		left: 5px;
		top: 5px;
		padding: 2px 10px;
	}
}
@media screen and (max-width: 719px) and (max-width: 719px) {
	.c-product_item__inner__eyecatch__new {
		font-size: 12px;
	}
}
.c-product_item__inner__eyecatch__soldout {
	font-size: 14px;
	position: absolute;
	left: 10px;
	top: 40px;
	padding: 2px 14px;
}
@media screen and (max-width: 719px) {
	.c-product_item__inner__eyecatch__soldout {
		font-size: 14px;
	}
}
@media screen and (max-width: 719px) {
	.c-product_item__inner__eyecatch__soldout {
		font-size: 12px;
		top: 30px;
		left: 5px;
		padding: 2px 10px;
		max-width: 82px;
	}
}
@media screen and (max-width: 719px) and (max-width: 719px) {
	.c-product_item__inner__eyecatch__soldout {
		font-size: 12px;
	}
}
.c-product_item__inner__eyecatch__tags {
	position: absolute;
	top: 10px;
	left: 10px;
}
.c-product_item__inner__eyecatch__tags .c-product_ranking {
	margin-top: -10px;
}
.c-product_item__inner__eyecatch__tags__new,
.c-product_item__inner__eyecatch__tags__soldout,
.c-product_item__inner__eyecatch__tags__preorder {
	font-size: 14px;
	padding: 2px 14px;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 8px;
}
@media screen and (max-width: 719px) {
	.c-product_item__inner__eyecatch__tags__new,
	.c-product_item__inner__eyecatch__tags__soldout,
	.c-product_item__inner__eyecatch__tags__preorder {
		font-size: 12px;
		padding: 2px 10px;
	}
}
.c-product_item__inner__eyecatch__tags__new:first-child,
.c-product_item__inner__eyecatch__tags__soldout:first-child,
.c-product_item__inner__eyecatch__tags__preorder:first-child {
	margin-top: 0;
}
.c-product_item__inner__eyecatch__tags__new {
	background-color: var(--color-page-bg);
	color: #000000;
}
.c-product_item__inner__eyecatch__tags__soldout {
	background-color: #000000;
	color: #ffffff;
}
.c-product_item__inner__eyecatch__tags__preorder {
	background-color: var(--color-btn-bg);
	color: #ffffff;
}
.c-product_item__inner__eyecatch_side {
	position: relative;
	width: 50%;
	height: auto;
	flex-shrink: 0;
}
.c-product_item__inner__eyecatch__img_side {
	padding-top: 133.3333333333%;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}
.c-product_item__inner__content {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
@media screen and (max-width: 719px) {
	.c-product_item__inner__content {
		margin-top: 15px;
	}
}
.c-product_item__inner__content_side {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1 0 0;
	align-self: stretch;
}
.c-product_item__inner__title {
	font-size: 14px;
}
@media screen and (max-width: 719px) {
	.c-product_item__inner__title {
		font-size: 14px;
	}
}
.c-product_item__inner__category {
	font-size: 12px;
	margin-top: 4px;
}
@media screen and (max-width: 719px) {
	.c-product_item__inner__category {
		font-size: 12px;
	}
}
.c-product_item__inner__star {
	font-size: 14px;
	color: #f1cb6b;
	margin-top: 4px;
	margin-right: 2px;
	letter-spacing: -2px;
}
.c-product_item__inner__price {
	font-size: 14px;
	margin-top: 8px;
}
@media screen and (max-width: 719px) {
	.c-product_item__inner__price {
		font-size: 14px;
	}
}
.c-product_item__inner__price > .origin {
	-webkit-text-decoration: line-through;
	text-decoration: line-through;
	margin-right: 10px;
}
.c-product_item__inner__variants {
	margin-top: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 719px) {
	.c-product_item__inner__variants {
		display: block;
		margin-top: 10px;
	}
}
.c-product_item__inner__variants > .label {
	font-size: 14px;
	display: inline-block;
	padding-right: 10px;
}
@media screen and (max-width: 719px) {
	.c-product_item__inner__variants > .label {
		font-size: 14px;
	}
}
@media screen and (max-width: 719px) {
	.c-product_item__inner__variants > .label {
		padding-bottom: 3px;
	}
}
.c-product_item__inner__variants > .select_wrap {
	position: relative;
	border-style: solid;
	border-width: 1px;
	border-radius: 2px;
	flex-grow: 1;
	max-width: 150px;
}
@media screen and (max-width: 719px) {
	.c-product_item__inner__variants > .select_wrap {
		max-width: 100%;
		width: 100%;
	}
}
.c-product_item__inner__variants > .select_wrap > i {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: rotate(90deg) translateX(-50%);
	font-size: 24px;
	pointer-events: none;
}
@media screen and (max-width: 719px) {
	.c-product_item__inner__variants > .select_wrap > i {
		font-size: 20px;
	}
}
.c-product_item__inner__variants > .select_wrap select {
	width: 100%;
	padding: 6px 30px 6px 8px;
	font-size: 16px;
}
@media screen and (max-width: 719px) {
	.c-product_item__inner__variants > .select_wrap select {
		padding: 4px 24px 4px 6px;
	}
}
.c-product_item__inner__control {
	margin-top: 16px;
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: space-between;
}
.c-product_item__inner__control > .btn-cut,
.c-product_item__inner__control .btn-add {
	width: calc(50% - 8px);
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	transition: 0.4s;
}
@media screen and (min-width: 720px) {
	.c-product_item__inner__control > .btn-cut:hover,
	.c-product_item__inner__control .btn-add:hover {
		opacity: 0.6;
	}
}
.c-product_item__inner__control > .btn-cut i,
.c-product_item__inner__control .btn-add i {
	font-size: 24px;
}
@media screen and (max-width: 719px) {
	.c-product_item__inner__control > .btn-cut i,
	.c-product_item__inner__control .btn-add i {
		font-size: 18px;
	}
}
.c-product_item__inner__control > .btn-cut span,
.c-product_item__inner__control .btn-add span {
	font-size: 12px;
}
.c-product_item__inner__addbtn {
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 100;
}
.c-product_item__inner__addbtn__btn {
	max-width: 240px;
	width: 100%;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.c-product_item__inner__addbtn__btn > span {
	font-size: 14px;
}
@media screen and (max-width: 719px) {
	.c-product_item__inner__addbtn__btn > span {
		font-size: 14px;
	}
}
.c-product_item__inner__button {
	transition: 0.4s;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 320px;
	width: 100%;
	height: 60px;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.4s;
	margin-top: auto;
	z-index: 3;
	height: 40px;
	border: 1px solid;
	max-width: unset;
}
.c-product_item__inner__button:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.c-product_item__inner__button {
		font-size: 16px;
	}
}
.c-product_item__inner__button:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.c-product_item__inner__button {
		max-width: 280px;
		height: 50px;
	}
}
@media screen and (max-width: 719px) {
	.c-product_item__inner__button {
		height: 40px;
	}
}
@media screen and (min-width: 720px) {
	.c-product_item.--row-style {
		flex-direction: row;
		align-items: center;
		width: 100%;
	}
	.c-product_item.--row-style .c-product_item__inner__eyecatch {
		flex: 0 0 auto;
		width: 50%;
	}
	.c-product_item.--row-style .c-product_item__inner__content {
		margin-left: 40px;
		flex: 1;
		min-width: 0;
		max-width: 100%;
	}
	.c-product_item.--row-style .c-product_item__inner__content > *:not(:last-child) {
		margin-top: 0;
		margin-bottom: 18px;
	}
}
.c-product_item_side {
	position: relative;
	display: flex;
	width: 100%;
	align-items: flex-start;
	flex-shrink: 0;
	transition: 0.4s;
}
.c-product_item_side:hover {
	opacity: 0.4;
}
.c-product_single .c-product_item_side {
	gap: 60px;
}
.c-product_single .c-product_item__inner__eyecatch_side {
	width: 300px;
}
.p-product_list .c-product_single {
	max-width: 900px;
}
.c-product_double .c-product_item_side {
	gap: 20px;
}
.c-product_double .c-product_item__inner__eyecatch_side {
	width: 270px;
}
.p-product_list .c-product_double {
	max-width: 550px;
}
.c-review_item {
	padding: 30px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
}
.c-review_item__title {
	font-size: 16px;
}
@media screen and (max-width: 719px) {
	.c-review_item__title {
		font-size: 16px;
	}
}
.c-review_item__star {
	font-size: 14px;
	color: #f1cb6b;
	margin-top: 10px;
	letter-spacing: -2px;
}
.c-review_item__text {
	font-size: 14px;
	margin-top: 10px;
}
@media screen and (max-width: 719px) {
	.c-review_item__text {
		font-size: 14px;
	}
}
.c-review_item__name {
	font-size: 12px;
	margin-top: 20px;
}
@media screen and (max-width: 719px) {
	.c-review_item__name {
		font-size: 12px;
	}
}
.c-review_item__time {
	display: block;
	font-size: 12px;
	margin-top: 10px;
}
@media screen and (max-width: 719px) {
	.c-review_item__time {
		font-size: 12px;
	}
}
@media screen and (max-width: 719px) {
	.c-media_item {
		display: flex;
		padding: 15px;
	}
}
@media screen and (max-width: 719px) {
	.c-media_item__img {
		flex: 0 0 30%;
	}
}
.c-media_item__img__inner {
	padding-top: 133.3333333333%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.c-media_item__text {
	font-size: 14px;
	margin-top: 20px;
}
@media screen and (max-width: 719px) {
	.c-media_item__text {
		font-size: 14px;
	}
}
@media screen and (max-width: 719px) {
	.c-media_item__text {
		margin-top: 0;
		padding-left: 15px;
	}
}
.c-column_item__inner {
	display: block;
	transition: 0.4s;
}
.c-column_item__inner:hover {
	opacity: 0.4;
}
.c-column_item__inner__img {
	padding-top: 66.6666666667%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.c-column_item__inner__title {
	font-size: 14px;
	margin-top: 20px;
}
@media screen and (max-width: 719px) {
	.c-column_item__inner__title {
		font-size: 14px;
	}
}
.c-column_item__inner__date {
	display: block;
	font-size: 12px;
	margin-top: 4px;
}
@media screen and (max-width: 719px) {
	.c-column_item__inner__date {
		font-size: 12px;
	}
}
.c-column_item__inner__more {
	font-size: 14px;
	-webkit-text-decoration: underline;
	text-decoration: underline;
	margin-top: 10px;
}
@media screen and (max-width: 719px) {
	.c-column_item__inner__more {
		font-size: 14px;
	}
}
.c-news_item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.c-news_item:first-child {
	border-top-width: 1px;
	border-top-style: solid;
}
.c-news_item__inner {
	display: flex;
	padding: 20px 10px;
	transition: 0.4s;
}
.c-news_item__inner:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.c-news_item__inner {
		display: block;
	}
}
.c-news_item__inner__date {
	font-size: 14px;
}
@media screen and (max-width: 719px) {
	.c-news_item__inner__date {
		font-size: 14px;
	}
}
.c-news_item__inner__title {
	float: 1;
	font-size: 14px;
	padding-left: 20px;
}
@media screen and (max-width: 719px) {
	.c-news_item__inner__title {
		font-size: 14px;
	}
}
@media screen and (max-width: 719px) {
	.c-news_item__inner__title {
		padding-left: 0;
		margin-top: 5px;
	}
}
.c-fixed_popup {
	width: 300px;
	text-align: center;
	position: fixed;
	right: -100%;
	bottom: 20px;
	padding: 30px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	opacity: 0;
	z-index: 5;
}
@media screen and (max-width: 719px) {
	.c-fixed_popup {
		width: 100%;
		right: 0;
		bottom: 0;
		padding: 0;
		box-shadow: none;
	}
}
.c-fixed_popup__title {
	font-size: 16px;
	margin-bottom: 20px;
}
@media screen and (max-width: 719px) {
	.c-fixed_popup__title {
		font-size: 16px;
	}
}
@media screen and (max-width: 719px) {
	.c-fixed_popup__title {
		display: none;
	}
}
.c-fixed_popup__text {
	font-size: 12px;
	margin-bottom: 20px;
}
@media screen and (max-width: 719px) {
	.c-fixed_popup__text {
		font-size: 12px;
	}
}
@media screen and (max-width: 719px) {
	.c-fixed_popup__text {
		display: none;
	}
}
.c-fixed_popup__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 200px;
	width: 100%;
	height: 40px;
	font-size: 14px;
	border-radius: 2px;
	transition: 0.4s;
	margin: 0 auto;
}
@media screen and (max-width: 719px) {
	.c-fixed_popup__btn {
		font-size: 14px;
	}
}
.c-fixed_popup__btn:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.c-fixed_popup__btn {
		max-width: 100%;
		height: 60px;
		position: relative;
		border-radius: 0;
	}
	.c-fixed_popup__btn:after {
		font-family: "icon", sans-serif !important;
		content: "\e901";
		font-size: 24px;
		line-height: 1;
		position: absolute;
		right: 15px;
		top: calc(50% - 12px);
	}
}
.c-fixed_popup__close {
	font-size: 24px;
	position: absolute;
	right: 10px;
	top: 10px;
}
@media screen and (max-width: 719px) {
	.c-fixed_popup__close {
		display: none;
	}
}
.c-fixed_popup.is-show {
	right: 20px;
	opacity: 1;
	transition: 0s;
}
@media screen and (max-width: 719px) {
	.c-fixed_popup.is-show {
		right: 0;
	}
}
.c-fixed_popup.is-hide {
	right: -100%;
	opacity: 0;
	transform: translateX(20px);
	transition: right 0s 0.4s, opacity 0.4s, transform 0.4s;
}
.c-welcome_modal {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: fixed;
	left: -100%;
	top: 0;
	z-index: 300;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	opacity: 0;
}
@media screen and (max-width: 719px) {
	.c-welcome_modal {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.c-welcome_modal__overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}
.c-welcome_modal__win {
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding: 30px 40px 50px;
	transform: scale(0.95);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 719px) {
	.c-welcome_modal__win {
		padding: 30px;
	}
}
.c-welcome_modal__win__title {
	font-size: 16px;
}
@media screen and (max-width: 719px) {
	.c-welcome_modal__win__title {
		font-size: 16px;
	}
}
.c-welcome_modal__win__lead {
	font-size: 12px;
	margin: 20px 0 20px;
}
@media screen and (max-width: 719px) {
	.c-welcome_modal__win__lead {
		font-size: 12px;
	}
}
.c-welcome_modal__win__btn {
	font-size: 24px;
	position: absolute;
	right: 10px;
	top: 10px;
}
.c-welcome_modal.is-show {
	left: 0;
	opacity: 1;
	transition: left 0s, opacity 0.4s;
}
.c-welcome_modal.is-show .c-welcome_modal__win {
	transform: none;
	transition: 0.4s;
}
.c-welcome_modal.is-hide {
	left: -100%;
	opacity: 0;
	transition: left 0s 0.4s, opacity 0.4s;
}
.c-welcome_modal.is-hide .c-welcome_modal__win {
	transform: scale(0.95);
	transition: 0.4s;
}
.c-list_tool {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 719px) {
	.c-list_tool {
		justify-content: space-between;
	}
}
.c-list_tool__num {
	font-size: 14px;
	margin-right: 20px;
}
@media screen and (max-width: 719px) {
	.c-list_tool__num {
		font-size: 14px;
	}
}
.c-list_tool__sort {
	display: flex;
	align-items: center;
}
.c-list_tool__sort__label {
	font-size: 14px;
	margin-right: 10px;
}
@media screen and (max-width: 719px) {
	.c-list_tool__sort__label {
		font-size: 14px;
	}
}
.c-list_tool__sort__wrap {
	position: relative;
	width: 160px;
}
.c-list_tool__sort__wrap:after {
	content: "\e901";
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: calc(50% - 10px);
	transform: rotate(90deg);
	pointer-events: none;
}
.c-list_tool__sort__wrap > * {
	width: 100%;
	height: 40px;
	font-size: 16px;
	padding: 0 40px 0 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
}
@media screen and (max-width: 719px) {
	.c-list_tool__sort__wrap > * {
		font-size: 16px;
	}
}
@media screen and (max-width: 719px) {
	.c-list_tool__sort__wrap > * {
		padding: 0 40px 0 15px;
	}
}
/* stylelint-disable scss/at-extend-no-missing-placeholder */
.c-pagination {
	display: flex;
	justify-content: center;
	padding-right: 40px;
	padding-left: 40px;
}
@media screen and (max-width: 719px) {
	.c-pagination {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.c-pagination__list {
	display: flex;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.c-pagination__list__item {
	position: relative;
}
.c-pagination__list__item__page {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 16px;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.c-pagination__list__item__page {
		font-size: 16px;
	}
}
.c-pagination__list__item__page:hover {
	opacity: 0.4;
}
.c-pagination__list__item__next,
.c-pagination__list__item__prev {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 24px;
	transition: 0.4s;
}
.c-pagination__list__item__next:hover,
.c-pagination__list__item__prev:hover {
	opacity: 0.4;
}
.c-pagination__list__item__prev {
	transform: scale(-1);
}
.c-pagination__list__item.is-active__page:hover {
	opacity: 1;
}
.c-pagination__list__item.is-active:after {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: inherit;
}
.c-order_quantity {
	width: min(100%, 160px);
	position: relative;
}
.c-order_quantity__input {
	width: 100%;
	height: 40px;
	font-size: 16px;
	padding: 0 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	width: 100%;
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	-moz-appearance: textfield;
}
@media screen and (max-width: 719px) {
	.c-order_quantity__input {
		font-size: 16px;
	}
}
@media screen and (max-width: 719px) {
	.c-order_quantity__input {
		padding: 0 15px;
	}
}
.c-order_quantity__input::-webkit-input-placeholder {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.c-order_quantity__input {
		padding-left: 50px;
		padding-right: 50px;
	}
}
.c-order_quantity__input::-webkit-outer-spin-button,
.c-order_quantity__input::-webkit-inner-spin-button {
	appearance: none;
	margin: 0;
}
.c-order_quantity__minus {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.4s;
}
.c-order_quantity__minus:hover {
	opacity: 0.4;
}
.c-order_quantity__plus {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.4s;
}
.c-order_quantity__plus:hover {
	opacity: 0.4;
}
.c-product_img {
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 719px) {
	.c-product_img {
		display: block;
	}
}
@media screen and (max-width: 719px) {
	.c-product_img__slider--main {
		order: 1;
		width: 100%;
	}
}
.c-product_img__slider--thumbnail {
	padding: 0 60px;
	margin-top: 30px;
}
@media screen and (max-width: 719px) {
	.c-product_img__slider--thumbnail {
		width: 100%;
		padding: 0 8.13vw;
		margin-top: 15px;
		order: 2;
	}
}
.c-product_img__item {
	transition: 0.4s;
	cursor: pointer;
}
.c-product_img__item:hover {
	opacity: 0.4;
}
.c-product_img__image {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.c-product_img--subsdetail {
	display: block !important;
}
.c-product_img--subsdetail > img {
	width: 100% !important;
	max-width: 100%;
}
.c-product_img--subsdetail > #sub-images-view {
	width: 100%;
	max-width: 100%;
	padding-top: 5px;
}
.c-product_img--subsdetail > #sub-images-view > .img-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.c-product_img--subsdetail > #sub-images-view > .img-wrap > .img-box {
	width: calc((100% - 80px) / 5) !important;
	margin: 0 !important;
}
@media screen and (max-width: 719px) {
	.c-product_img--subsdetail > #sub-images-view > .img-wrap > .img-box {
		width: calc((100% - 40px) / 5) !important;
	}
}
.c-product_img--subsdetail > #sub-images-view > .img-wrap > .img-box:not(:nth-child(5n)) {
	margin: 0 20px 0 0 !important;
}
@media screen and (max-width: 719px) {
	.c-product_img--subsdetail > #sub-images-view > .img-wrap > .img-box:not(:nth-child(5n)) {
		margin: 0 10px 0 0 !important;
	}
}
.c-product_img--subsdetail .c-product_img__slider {
	width: 100%;
	order: 1;
}
.c-product_img--subsdetail .c-product_img__thumbnail {
	width: 100%;
	padding-right: 0;
	margin-top: 16px;
}
.c-product_img__slider--main .splide__slide {
	position: absolute;
	transform: unset !important;
}
.c-product_img__slider--main .splide__slide.is-active {
	position: relative;
}
.c-product_img .splide__arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	width: 3em;
	height: 3em;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	padding: 0;
	opacity: 0.5;
}
@media screen and (max-width: 719px) {
	.c-product_img .splide__arrow {
		width: 5.3vw;
		height: 5.3vw;
	}
}
.c-product_img .splide__arrow svg {
	width: 1.35em;
	height: 1.35em;
}
@media screen and (max-width: 719px) {
	.c-product_img .splide__arrow svg {
		width: 3vw;
		height: 3vw;
	}
}
.c-product_img .splide__arrow:hover {
	cursor: pointer;
	opacity: 1;
}
.c-product_img .splide__arrow:focus {
	outline: none;
}
.c-product_img .splide__arrow--prev {
	left: 10px;
}
@media screen and (max-width: 719px) {
	.c-product_img .splide__arrow--prev {
		left: 0;
	}
}
.c-product_img .splide__arrow--prev svg {
	transform: scaleX(-1);
}
.c-product_img .splide__arrow--next {
	right: 10px;
}
@media screen and (max-width: 719px) {
	.c-product_img .splide__arrow--next {
		right: 0;
	}
}
/* stylelint-disable no-descending-specificity */
.c-product_info__badge {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
.c-product_info__notice {
	display: block;
	font-size: var(--font-size-text-body);
	color: var(--color-page-accent);
}
.c-product_info__notice--with-pre-wrap {
	white-space: pre-wrap;
}
.c-product_info__preorder {
	display: inline-block;
	padding: 3px 15px;
	background-color: var(--color-btn-bg);
	margin-bottom: 30px;
	color: var(--color-text-overlay);
	font-size: var(--font-size-text-body);
}
.c-product_info__category {
	font-size: 14px;
}
@media screen and (max-width: 719px) {
	.c-product_info__category {
		font-size: 14px;
	}
}
.c-product_info__title {
	font-size: 30px;
	margin-top: 10px;
}
@media screen and (max-width: 719px) {
	.c-product_info__title {
		font-size: 24px;
	}
}
.c-product_info__review {
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.c-product_info__stars,
.c-product_info__show-review {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
.c-product_info__show-review {
	margin: 0;
}
.c-product_info__show-review img {
	width: 24px;
	height: 24px;
}
.c-product_info__show-review span {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
.c-product_info__star {
	font-size: 16px;
	color: #f1cb6b;
	letter-spacing: -1.7px;
	margin-right: 4px;
}
.c-product_info__star.is-empty {
	font-size: 14px;
	color: inherit;
}
@media screen and (max-width: 719px) {
	.c-product_info__star.is-empty {
		font-size: 14px;
	}
}
.c-product_info__price {
	font-size: 14px;
	margin-top: 40px;
}
@media screen and (max-width: 719px) {
	.c-product_info__price {
		font-size: 14px;
	}
}
.c-product_info__price span {
	font-size: 24px;
}
@media screen and (max-width: 719px) {
	.c-product_info__price span {
		font-size: 22px;
	}
}
.c-product_info__price .origin {
	-webkit-text-decoration: line-through;
	text-decoration: line-through;
	margin-right: 10px;
}
.c-product_info__campaign-container {
	margin: 32px 0;
	padding: 16px 0;
	text-align: center;
	border-top: 1px dotted var(--color-input-border);
	border-bottom: 1px dotted var(--color-input-border);
	display: flex;
	align-items: center;
	justify-content: center;
}
.c-product_info__campaign-text {
	color: #e21e1e;
	font-size: var(--font-size-text-body);
}
.c-product_info__campaign-icon {
	aspect-ratio: 1;
	margin-right: 10px;
}
.c-product_info__form {
	margin-top: 20px;
}
.c-product_info__form__invalid-order {
	margin-top: 20px;
}
.c-product_info__form__variant {
	display: table;
	width: 100%;
	margin: -5px 0;
}
.c-product_info__form__variant.sortable {
	margin: 15px 0 -5px;
}
.c-product_info__form__variant > div {
	display: table-row;
	border-color: inherit;
}
.c-product_info__form__variant > div > label {
	display: table-cell;
	font-size: 14px;
	vertical-align: middle;
	white-space: nowrap;
	padding: 5px 10px 5px 0;
}
@media screen and (max-width: 719px) {
	.c-product_info__form__variant > div > label {
		font-size: 14px;
	}
}
.c-product_info__form__variant > div > div {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding: 5px 0;
	border-color: inherit;
	position: relative;
}
.c-product_info__form__variant > div > div:after {
	content: "\e901";
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: calc(50% - 10px);
	transform: rotate(90deg);
	pointer-events: none;
}
.c-product_info__form__variant > div > div > * {
	width: 100%;
	height: 40px;
	font-size: 16px;
	padding: 0 40px 0 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
}
@media screen and (max-width: 719px) {
	.c-product_info__form__variant > div > div > * {
		font-size: 16px;
	}
}
@media screen and (max-width: 719px) {
	.c-product_info__form__variant > div > div > * {
		padding: 0 40px 0 15px;
	}
}
.c-product_info__form__variant > div > div > select {
	border-color: inherit;
}
.c-product_info__form__quantity {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.c-product_info__form__quantity__label {
	font-size: 14px;
	padding-right: 10px;
}
@media screen and (max-width: 719px) {
	.c-product_info__form__quantity__label {
		font-size: 14px;
	}
}
.c-product_info__form__quantity__wrap {
	flex: 1;
}
.c-product_info__form__buttons.js-floating-add-cart-button__floating {
	opacity: 0;
	visibility: hidden;
	position: fixed;
}
@media screen and (max-width: 719px) {
	.c-product_info__form__buttons.js-floating-add-cart-button__floating {
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		background-color: #fff;
		z-index: 1;
		padding: 10px 30px;
		opacity: 0;
		visibility: hidden;
		transition: 0.2s;
	}
	.c-product_info__form__buttons.js-floating-add-cart-button__floating button {
		margin: 0;
	}
	.c-product_info__form__buttons.js-floating-add-cart-button__floating.is-stick-bottom {
		opacity: 1;
		visibility: visible;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	}
}
.c-product_info__form__stock_items {
	display: flex;
	margin-top: 20px;
}
.c-product_info__form__stock_items__label {
	font-size: 14px;
	padding-right: 10px;
}
.c-product_info__form__stock_items__row {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.c-product_info__form__stock_items__sku_option {
	margin-right: 20px;
}
.c-product_info__form__submit {
	margin-top: 20px;
}
.c-product_info__form__submit:not(.fix-hover) {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.c-product_info__form__submit:not(.fix-hover) {
		font-size: 16px;
	}
}
.c-product_info__form__submit:not(.fix-hover):hover {
	opacity: 0.4;
}
.c-product_info__form__submit.fix-hover {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	font-size: 16px;
	border-radius: 2px;
}
@media screen and (max-width: 719px) {
	.c-product_info__form__submit.fix-hover {
		font-size: 16px;
	}
}
@media (hover: hover) and (pointer: fine) {
	.c-product_info__form__submit.fix-hover {
		transition: 0.4s;
	}
	.c-product_info__form__submit.fix-hover:not([disabled]):hover {
		opacity: 0.4;
	}
}
.c-product_info__form__submit.btn-half {
	display: flex;
	align-items: center;
	height: 42px;
	font-size: 16px;
	border-radius: 2px;
}
@media screen and (max-width: 719px) {
	.c-product_info__form__submit.btn-half {
		font-size: 16px;
	}
}
@media (hover: hover) and (pointer: fine) {
	.c-product_info__form__submit.btn-half {
		transition: 0.4s;
	}
	.c-product_info__form__submit.btn-half:not([disabled]):hover {
		opacity: 0.4;
	}
}
.c-product_lable {
	opacity: 0.6;
}
.c-product_info__form__submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
.c-product_info__form__submit--async {
	cursor: pointer;
}
.btn-flex {
	display: flex;
	column-gap: 15px;
}
.c-product_info__form__subsdetail {
	margin-top: 20px;
	padding: 24px 20px;
}
@media screen and (max-width: 719px) {
	.c-product_info__form__subsdetail {
		padding: 20px 16px;
	}
}
.c-product_info__form__subsdetail__input {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 1080px) {
	.c-product_info__form__subsdetail__input {
		display: block;
	}
}
@media screen and (max-width: 719px) {
	.c-product_info__form__subsdetail__input {
		display: flex;
	}
}
.c-product_info__form__subsdetail__input__title {
	font-size: 16px;
	display: inline-block;
	padding-right: 8px;
}
@media screen and (max-width: 719px) {
	.c-product_info__form__subsdetail__input__title {
		font-size: 16px;
	}
}
@media screen and (max-width: 1080px) {
	.c-product_info__form__subsdetail__input__title {
		padding-right: 0;
		padding-bottom: 8px;
	}
}
@media screen and (max-width: 719px) {
	.c-product_info__form__subsdetail__input__title {
		padding-bottom: 0;
		padding-right: 8px;
		font-size: 14px;
	}
}
.c-product_info__form__subsdetail__input__inputwrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
@media screen and (max-width: 1080px) {
	.c-product_info__form__subsdetail__input__inputwrap {
		justify-content: flex-start;
	}
}
@media screen and (max-width: 719px) {
	.c-product_info__form__subsdetail__input__inputwrap {
		justify-content: flex-end;
	}
}
.c-product_info__form__subsdetail__input__inputwrap > label {
	display: flex;
	align-items: center;
}
.c-product_info__form__subsdetail__input__inputwrap > label:not(:first-child) {
	margin-left: 10px;
}
@media screen and (max-width: 719px) {
	.c-product_info__form__subsdetail__input__inputwrap > label:not(:first-child) {
		margin-left: 6px;
	}
}
.c-product_info__form__subsdetail__input__inputwrap > label > .frame {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 4px;
	border-radius: 50%;
	position: relative;
	transition: 0.4s;
	border-style: solid;
	border-width: 1px;
}
.c-product_info__form__subsdetail__input__inputwrap > label > .frame:before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	border-radius: 50%;
	background-color: #386f81;
	transition: 0.4s;
}
.c-product_info__form__subsdetail__input__inputwrap > label > .label {
	font-size: 14px;
}
@media screen and (max-width: 719px) {
	.c-product_info__form__subsdetail__input__inputwrap > label > .label {
		font-size: 14px;
	}
}
.c-product_info__form__subsdetail__input__inputwrap > label input[type="radio"]:checked + .frame {
	border-color: #386f81;
}
.c-product_info__form__subsdetail__input__inputwrap > label input[type="radio"]:checked + .frame:before {
	opacity: 1;
}
.c-product_info__form__subsdetail__note {
	margin-top: 20px;
}
@media screen and (max-width: 719px) {
	.c-product_info__form__subsdetail__note {
		margin-top: 10px;
	}
}
.c-product_info__form__subsdetail__note span {
	font-size: 12px;
}
@media screen and (max-width: 719px) {
	.c-product_info__form__subsdetail__note span {
		font-size: 12px;
	}
}
.c-product_info__favorite {
	margin-top: 20px;
}
.c-product_info__favorite__btn {
	transition: 0.4s;
}
.c-product_info__favorite__btn:hover {
	opacity: 0.4;
}
.c-product_info__favorite__btn i {
	font-size: 24px;
	vertical-align: middle;
}
.c-product_info__favorite__btn span {
	font-size: 14px;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
@media screen and (max-width: 719px) {
	.c-product_info__favorite__btn span {
		font-size: 14px;
	}
}
.c-product_info__description {
	font-size: 14px;
	line-height: 2;
	margin-top: 40px;
}
@media screen and (max-width: 719px) {
	.c-product_info__description {
		font-size: 14px;
	}
}
.c-product_info__caution,
.c-product_info__option,
.c-product_info__extra_text_from_product_category,
.c-product_info__common_html {
	font-size: 14px;
	line-height: 2;
	margin-top: 20px;
}
.c-product_info__share {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.c-product_info__share__label {
	font-size: 14px;
	padding-right: 20px;
}
@media screen and (max-width: 719px) {
	.c-product_info__share__label {
		font-size: 14px;
	}
}
.c-product_info__share__list {
	display: flex;
}
.c-product_info__share__list__item {
	font-size: 24px;
}
.c-product_info__share__list__item:not(:last-child) {
	margin-right: 20px;
}
.c-product_info__share__list__item__inner {
	transition: 0.4s;
}
.c-product_info__share__list__item__inner:hover {
	opacity: 0.4;
}
.c-product_info__details {
	display: none;
	margin-top: 20px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	border-top: thin solid var(--color-page-border);
	border-bottom: thin solid var(--color-page-border);
}
@media screen and (max-width: 719px) {
	.c-product_info__caution.pc,
	.c-product_info__option.pc {
		display: none;
	}
	.c-product_info__details {
		display: block;
	}
}
.c-product_info__details + .c-product_info__caution + .c-product_info__details,
.c-product_info__details + .c-product_info__option + .c-product_info__details {
	margin-top: 0;
	border-top: none;
}
.c-product_info__details__summary {
	display: block;
	padding: 16px 0;
	font-size: 16px;
	line-height: 1.8;
	list-style: none;
	outline: none;
	cursor: pointer;
}
.c-product_info__details__summary::-webkit-details-marker {
	display: none;
}
.c-product_info__details__summary_inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	word-break: break-all;
}
.c-product_info__details__icon {
	position: relative;
	flex: none;
	width: 24px;
	height: 24px;
	transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
	will-change: transform;
	cursor: pointer;
}
.c-product_info__details__icon:hover {
	transform: scale(0.85);
}
.c-product_info__details__icon::before,
.c-product_info__details__icon::after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	background: #000;
	transition: 0.4s cubic-bezier(0.76, 0, 0.24, 1);
	will-change: transform;
}
.c-product_info__details__icon::before {
	width: 12px;
	height: 2px;
}
.c-product_info__details__icon::after {
	width: 2px;
	height: 12px;
}
.c-product_info__details.is-open .c-product_info__details__icon::after {
	height: 0;
	opacity: 0;
}
.c-product_info__details__content {
	overflow: hidden;
}
.c-product_info__details__content_inner {
	padding: 0 0 16px;
	font-size: 14px;
	line-height: 1.8;
}
.c-product_info__co_selling {
	margin: 10px 0;
}
.c-product_info__co_selling__nav {
	margin: auto 0;
	padding-left: 0;
	list-style: none;
}
.c-product_info__co_selling__nav:before,
.c-product_info__co_selling__nav:after {
	content: "";
	display: table;
}
.c-product_info__co_selling__nav:after {
	box-sizing: border-box;
	clear: both;
}
.c-product_info__co_selling__nav__list {
	display: inline-block;
	margin: 0;
	width: 33.3%;
	text-align: center;
	float: left;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #bdc1c2;
}
.c-product_info__co_selling__nav__list a.disabled {
	color: #bdc1c2;
}
.c-product_info__co_selling__nav__list + li {
	border-left: none;
}
.c-product_info__co_selling__nav__list:first-child {
	border-radius: 2px 0 0 2px;
}
.c-product_info__co_selling__nav__list:last-child {
	border-radius: 0 2px 2px 0;
}
.c-product_info__co_selling__nav .active a {
	color: #ffffff;
	background-color: #000000;
}
.c-product_info__co_selling__nav__list a {
	color: #000000;
	background-color: #ffffff;
	display: block;
	height: 52px;
	line-height: 52px;
	font-size: 13px;
}
.c-product_info__co_selling__tab_contents > div {
	display: none;
}
.c-product_info__co_selling__tab_contents > div.active {
	display: block;
}
.c-product_info__co_selling__tab_content {
	margin: 0;
	padding: 40px 15px 30px 15px;
	border-bottom: 1px solid #d8dddf;
}
.c-product_info__co_selling__tab_content__price {
	margin-top: 10px;
}
.c-product_info__co-selling-product__option_types {
	margin: 10px 0;
}
.c-product_info__co-selling-product__option_types .input_option_type {
	border: 1px solid #bdc1c2;
	padding: 10px;
	width: 100%;
}
.c-product_info__co-selling-product__option_types__wrapper_quantity,
.co-option_type {
	display: flex;
	align-items: center;
	margin: 20px 0;
}
.co-option_type > div {
	position: relative;
	flex: 1;
}
.co-option_type > div::after {
	content: "";
	position: absolute;
	top: 13px;
	right: 25px;
	width: 12px;
	height: 12px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	transform: rotate(45deg);
}
.co-form-input-group {
	margin: 20px 0 10px;
}
.c-product_info__co-selling-product__labels {
	margin: 20px 0;
}
.c-product_info__co-selling-product__label {
	padding: 2px 12px;
	font-size: 14px;
}
.c-product_info__co-selling-product__option_types__quantity-section {
	flex: 1;
}
.c-product_info__co-selling-product__option_types__label {
	padding-right: 10px;
	color: #000000;
	font-size: 13px;
}
.c-product_info__text-out-of-stock {
	display: none;
}
.c-product_info__co-selling-product__quantity {
	display: block;
	max-width: 160px;
	position: relative;
}
.c-product_info__co-selling-product__quantity input[name="quantity"] {
	width: 100%;
	height: 40px;
	font-size: 16px;
	border: 1px solid #bdc1c2;
	border-radius: 2px;
	text-align: center;
	padding: 0 50px;
}
.c-product_info__co-selling-product__quantity input[name="quantity"]::-webkit-inner-spin-button,
.c-product_info__co-selling-product__quantity input[name="quantity"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
	-moz-appearance: textfield;
}
.c-product_info__co-selling-product__quantity .co-btn-minus {
	display: flex;
	justify-content: center;
	-webkit-box-pack: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.4s;
}
.c-product_info__co-selling-product__quantity .co-btn-plus {
	display: flex;
	justify-content: center;
	-webkit-box-pack: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 24px;
	position: absolute;
	top: 0;
	right: 0;
	transition: 0.4s;
}
.c-product_info__co-selling-product__co-btn-group {
	letter-spacing: -0.4em;
}
.c-product_info__co-selling-product__co-btn-group button {
	letter-spacing: normal;
}
.c-product_info__co-selling-product__co-btn-add {
	justify-content: center;
	align-items: center;
	width: calc(50% - 5px);
	height: 60px;
	border-radius: 2px;
	transition: 0.4s;
	margin-top: 10px;
}
.c-product_info__co-selling-product__co-btn-add + button,
.c-product_info__co-selling-product__co-btn-add-wide + button {
	margin-left: 10px;
}
.c-product_info__co-selling-product__co-btn-add-wide {
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	border-radius: 2px;
	transition: 0.4s;
	margin-top: 10px;
}
.co-btn-stock-waiting-list {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	border-radius: 2px;
	transition: 0.4s;
	margin-top: 20px;
}
.c-product_info .formError {
	width: auto !important;
	height: auto !important;
	background: #e21e1e;
	color: #ffffff;
	font-size: 12px;
	padding: 4px 10px;
	margin: 0 !important;
	top: -6px !important;
	left: auto !important;
	right: -10px !important;
	z-index: 1;
	opacity: 1 !important;
}
@media screen and (max-width: 719px) {
	.c-product_info .formError {
		font-size: 12px;
	}
}
.c-product_info .formError > * {
	margin: 0 !important;
}
.c-product_info #cv_xsell_variant_add {
	/* .c-product_info__form__submit */
	float: none;
}
.c-product_info #cv_xsell_variant_add:not(:disabled) {
	opacity: revert;
}
#pre_order[style*="none"] ~ .c-product_info__description--preorder {
	display: none;
}
/* stylelint-disable
  no-descending-specificity,
  scss/at-extend-no-missing-placeholder */
.c-form_table,
.c-form_table--confirm {
	table-layout: auto;
	margin: -10px 0;
}
@media screen and (max-width: 719px) {
	.c-form_table,
	.c-form_table--confirm {
		display: block;
		margin: 0;
	}
}
@media screen and (max-width: 719px) {
	.c-form_table > tbody,
	.c-form_table--confirm > tbody {
		display: block;
	}
}
@media screen and (max-width: 719px) {
	.c-form_table > tbody > tr,
	.c-form_table--confirm > tbody > tr {
		display: block;
	}
	.c-form_table > tbody > tr:not(:last-child),
	.c-form_table--confirm > tbody > tr:not(:last-child) {
		margin-bottom: 20px;
	}
}
.c-form_table > tbody > tr > th,
.c-form_table--confirm > tbody > tr > th {
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding: 20px 20px 10px 0;
}
@media screen and (max-width: 719px) {
	.c-form_table > tbody > tr > th,
	.c-form_table--confirm > tbody > tr > th {
		font-size: 14px;
	}
}
@media screen and (max-width: 719px) {
	.c-form_table > tbody > tr > th,
	.c-form_table--confirm > tbody > tr > th {
		display: block;
		padding: 0;
		margin-bottom: 6px;
	}
}
.c-form_table > tbody > tr > th.is-star,
.c-form_table--confirm > tbody > tr > th.is-star {
	padding-top: 16px;
}
@media screen and (max-width: 719px) {
	.c-form_table > tbody > tr > th.is-star,
	.c-form_table--confirm > tbody > tr > th.is-star {
		padding-top: 0;
	}
}
.c-form_table > tbody > tr .po-middle,
.c-form_table--confirm > tbody > tr .po-middle {
	padding-top: 20px;
}
@media screen and (max-width: 719px) {
	.c-form_table > tbody > tr .po-middle,
	.c-form_table--confirm > tbody > tr .po-middle {
		padding-top: 0;
	}
}
.c-form_table > tbody > tr > td,
.c-form_table--confirm > tbody > tr > td {
	width: 100%;
	vertical-align: top;
	position: relative;
	padding: 10px 0;
}
@media screen and (max-width: 719px) {
	.c-form_table > tbody > tr > td,
	.c-form_table--confirm > tbody > tr > td {
		display: block;
		padding: 0;
	}
}
.c-form_table > tbody > tr > td input[type="text"],
.c-form_table--confirm > tbody > tr > td input[type="text"],
.c-form_table > tbody > tr > td input[type="email"],
.c-form_table--confirm > tbody > tr > td input[type="email"],
.c-form_table > tbody > tr > td input[type="tel"],
.c-form_table--confirm > tbody > tr > td input[type="tel"],
.c-form_table > tbody > tr > td input[type="number"],
.c-form_table--confirm > tbody > tr > td input[type="number"],
.c-form_table > tbody > tr > td input[type="password"],
.c-form_table--confirm > tbody > tr > td input[type="password"] {
	width: 100%;
	height: 40px;
	font-size: 16px;
	padding: 0 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	width: 100%;
}
@media screen and (max-width: 719px) {
	.c-form_table > tbody > tr > td input[type="text"],
	.c-form_table--confirm > tbody > tr > td input[type="text"],
	.c-form_table > tbody > tr > td input[type="email"],
	.c-form_table--confirm > tbody > tr > td input[type="email"],
	.c-form_table > tbody > tr > td input[type="tel"],
	.c-form_table--confirm > tbody > tr > td input[type="tel"],
	.c-form_table > tbody > tr > td input[type="number"],
	.c-form_table--confirm > tbody > tr > td input[type="number"],
	.c-form_table > tbody > tr > td input[type="password"],
	.c-form_table--confirm > tbody > tr > td input[type="password"] {
		font-size: 16px;
	}
}
@media screen and (max-width: 719px) {
	.c-form_table > tbody > tr > td input[type="text"],
	.c-form_table--confirm > tbody > tr > td input[type="text"],
	.c-form_table > tbody > tr > td input[type="email"],
	.c-form_table--confirm > tbody > tr > td input[type="email"],
	.c-form_table > tbody > tr > td input[type="tel"],
	.c-form_table--confirm > tbody > tr > td input[type="tel"],
	.c-form_table > tbody > tr > td input[type="number"],
	.c-form_table--confirm > tbody > tr > td input[type="number"],
	.c-form_table > tbody > tr > td input[type="password"],
	.c-form_table--confirm > tbody > tr > td input[type="password"] {
		padding: 0 15px;
	}
}
.c-form_table > tbody > tr > td input[type="text"]::-webkit-input-placeholder,
.c-form_table--confirm > tbody > tr > td input[type="text"]::-webkit-input-placeholder,
.c-form_table > tbody > tr > td input[type="email"]::-webkit-input-placeholder,
.c-form_table--confirm > tbody > tr > td input[type="email"]::-webkit-input-placeholder,
.c-form_table > tbody > tr > td input[type="tel"]::-webkit-input-placeholder,
.c-form_table--confirm > tbody > tr > td input[type="tel"]::-webkit-input-placeholder,
.c-form_table > tbody > tr > td input[type="number"]::-webkit-input-placeholder,
.c-form_table--confirm > tbody > tr > td input[type="number"]::-webkit-input-placeholder,
.c-form_table > tbody > tr > td input[type="password"]::-webkit-input-placeholder,
.c-form_table--confirm > tbody > tr > td input[type="password"]::-webkit-input-placeholder {
	opacity: 0.4;
}
.c-form_table > tbody > tr > td textarea,
.c-form_table--confirm > tbody > tr > td textarea {
	width: 100%;
	font-size: 16px;
	padding: 6px 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
}
@media screen and (max-width: 719px) {
	.c-form_table > tbody > tr > td textarea,
	.c-form_table--confirm > tbody > tr > td textarea {
		font-size: 16px;
	}
}
@media screen and (max-width: 719px) {
	.c-form_table > tbody > tr > td textarea,
	.c-form_table--confirm > tbody > tr > td textarea {
		padding: 6 15px;
	}
}
.c-form_table > tbody > tr > td textarea::-webkit-input-placeholder,
.c-form_table--confirm > tbody > tr > td textarea::-webkit-input-placeholder {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.c-form_table .check-old,
	.c-form_table--confirm .check-old {
		align-items: flex-start;
	}
}
@media screen and (max-width: 719px) {
	.c-form_table .check-old .c-form_table__checkbox__frame,
	.c-form_table--confirm .check-old .c-form_table__checkbox__frame {
		top: 6px;
	}
}
.c-form_table__fill-code {
	display: none;
}
.c-form_table__fill-code p {
	padding: 15px 0 20px;
	font-size: 12px !important;
}
@media screen and (max-width: 719px) {
	.c-form_table__fill-code p {
		padding: 5px 0 17px 0;
	}
}
.c-form_table__select {
	position: relative;
}
.c-form_table__select:after {
	content: "\e901";
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: calc(50% - 10px);
	transform: rotate(90deg);
	pointer-events: none;
}
.c-form_table__select > * {
	width: 100%;
	height: 40px;
	font-size: 16px;
	padding: 0 40px 0 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
}
@media screen and (max-width: 719px) {
	.c-form_table__select > * {
		font-size: 16px;
	}
}
@media screen and (max-width: 719px) {
	.c-form_table__select > * {
		padding: 0 40px 0 15px;
	}
}
.c-form_table__select .formError {
	top: -16px !important;
}
.c-form_table__select.multiple select {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.c-form_table__select.multiple::after {
	content: none;
}
.c-form_table__dynamic-select.--paragraph {
	position: relative;
}
.c-form_table__dynamic-select.--paragraph:has(option)::after {
	content: "\e901";
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: calc(50% - 10px);
	transform: rotate(90deg);
	pointer-events: none;
}
.c-form_table__dynamic-select.--paragraph select {
	width: 100%;
	height: 40px;
	padding: 0 40px 0 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
}
@media screen and (max-width: 719px) {
	.c-form_table__dynamic-select.--paragraph select {
		padding: 0 40px 0 15px;
	}
}
.c-form_table__dynamic-select.--paragraph:has(:where(label p)) {
	display: contents;
}
.c-form_table__dynamic-select.--paragraph :where(select) {
	border: 1px solid var(--color-input-border, #bdc1c2);
	background: var(--color-page-bg, #ffffff);
	color: var(--color-text-body, #9a9a9a);
	font-size: inherit;
}
.c-form_table__dynamic-select.--paragraph :where(label p) {
	padding-top: 10px;
}
.c-form_table__radio {
	display: flex;
	align-items: center;
	position: relative;
}
.c-form_table__radio input {
	width: 20px;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	margin-right: 6px;
}
.c-form_table__radio__frame {
	width: 8px;
	height: 8px;
	position: absolute;
	left: 6px;
	top: calc(50% - 4px);
	border-radius: 50%;
	opacity: 0;
}
.c-form_table__radio__text {
	font-size: 14px;
}
@media screen and (max-width: 719px) {
	.c-form_table__radio__text {
		font-size: 14px;
	}
}
input:checked + .c-form_table__radio__frame {
	opacity: 1;
}
.c-form_table .radio__top,
.c-form_table--confirm .radio__top {
	align-items: unset;
}
.c-form_table .radio__top .c-form_table__radio__text,
.c-form_table--confirm .radio__top .c-form_table__radio__text {
	width: calc(100% - 20px);
}
.c-form_table .radio__top .c-form_table__radio__frame,
.c-form_table--confirm .radio__top .c-form_table__radio__frame {
	width: 12px;
	height: 12px;
	top: 14px;
	left: 4px;
}
.c-form_table__checkbox {
	display: flex;
	align-items: center;
	position: relative;
}
.c-form_table__checkbox input {
	width: 20px;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	margin-right: 6px;
	border-radius: 2px;
	flex-shrink: 0;
}
.c-form_table__checkbox__frame {
	width: 12px;
	height: 6px;
	position: absolute;
	left: 4px;
	top: calc(50% - 4px);
	border-left-width: 2px;
	border-left-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	transform: rotate(-45deg);
	opacity: 0;
}
.c-form_table__checkbox__text {
	font-size: 14px;
}
@media screen and (max-width: 719px) {
	.c-form_table__checkbox__text {
		font-size: 14px;
	}
}
input:checked + .c-form_table__checkbox__frame {
	opacity: 1;
}
.c-form_table .checkbox__top,
.c-form_table--confirm .checkbox__top {
	align-items: unset;
}
.c-form_table .checkbox__top .c-form_table__checkbox__frame,
.c-form_table--confirm .checkbox__top .c-form_table__checkbox__frame {
	top: 6px;
}
.c-form_table__name {
	display: flex;
	justify-content: space-between;
}
.c-form_table__name input {
	max-width: calc((100% - 20px) / 2);
}
.c-form_table__name.is-single input {
	max-width: 100%;
}
.c-form_table__postcode {
	display: flex;
	align-items: center;
	font-size: 14px;
}
@media screen and (max-width: 719px) {
	.c-form_table__postcode {
		font-size: 14px;
	}
}
.c-form_table__postcode input {
	max-width: 160px;
}
.c-form_table__postcode *:not(:last-child) {
	margin-right: 10px;
}
.c-form_table__postcode.is-single input {
	max-width: 320px;
}
.c-form_table__tel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
	margin-bottom: -5px;
}
@media screen and (max-width: 719px) {
	.c-form_table__tel {
		font-size: 14px;
	}
}
.c-form_table__tel input {
	max-width: 120px;
}
.c-form_table__tel > * {
	margin-bottom: 5px;
}
.c-form_table__tel > *:not(:last-child) {
	margin-right: 10px;
}
@media screen and (max-width: 719px) {
	.c-form_table__tel > *:not(:last-child) {
		margin-right: 5px;
	}
}
.c-form_table__tel.is-single input {
	max-width: 100%;
}
.c-form_table__gender {
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.c-form_table__gender > *:not(:last-child) {
	margin-right: 20px;
}
.c-form_table__newsletter {
	padding: 10px 0;
}
.c-form_table__vertical > *:not(:last-child) {
	margin-bottom: 10px;
}
.c-form_table__subscription .c-account_table {
	margin-top: 20px;
}
.c-form_table__notes {
	font-size: 14px;
	margin-top: 10px;
}
@media screen and (max-width: 719px) {
	.c-form_table__notes {
		font-size: 14px;
	}
}
.c-form_table__text {
	font-size: 14px;
	padding-top: 10px;
}
@media screen and (max-width: 719px) {
	.c-form_table__text {
		font-size: 14px;
	}
}
.c-form_table .formError,
.c-form_table--confirm .formError {
	width: auto !important;
	height: auto !important;
	background: #e21e1e;
	color: #ffffff;
	font-size: 12px;
	padding: 4px 10px;
	margin: 0 !important;
	top: -6px !important;
	left: auto !important;
	right: -10px !important;
	z-index: 1;
	opacity: 1 !important;
}
@media screen and (max-width: 719px) {
	.c-form_table .formError,
	.c-form_table--confirm .formError {
		font-size: 12px;
	}
}
.c-form_table .formError > *,
.c-form_table--confirm .formError > * {
	margin: 0 !important;
}
.c-form_table--confirm {
	margin: 0;
}
.c-form_table--confirm > tbody > tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
@media screen and (max-width: 719px) {
	.c-form_table--confirm > tbody > tr {
		padding-bottom: 10px;
	}
}
.c-form_table--confirm > tbody > tr > th {
	padding: 20px 20px 10px 10px;
}
@media screen and (max-width: 719px) {
	.c-form_table--confirm > tbody > tr > th {
		padding: 0;
	}
}
.c-form_table--confirm > tbody > tr > td {
	font-size: 14px;
	padding: 20px 10px 10px 0;
}
@media screen and (max-width: 719px) {
	.c-form_table--confirm > tbody > tr > td {
		font-size: 14px;
	}
}
@media screen and (max-width: 719px) {
	.c-form_table--confirm > tbody > tr > td {
		padding: 0;
	}
}
.c-form_table--edit {
	table-layout: fixed;
}
@media screen and (min-width: 720px) and (max-width: 1023px) {
	.c-form_table--edit > tbody > tr > th,
	.c-form_table--edit > tbody > tr > td {
		display: block;
	}
}
@media screen and (min-width: 1024px) {
	.c-form_table--edit > tbody > tr > th {
		width: 40%;
		overflow-wrap: break-word;
		white-space: initial;
	}
}
.c-form_table--edit .formError {
	top: auto !important;
	bottom: 100% !important;
	transform: translateY(7px);
}
@media screen and (max-width: 719px) {
	.c-form_table--edit .formError {
		transform: translateY(-10px);
	}
}
#cv-xsells-view .c-form_table label,
#cv-xsells-view .c-form_table--confirm label {
	display: block;
}
#cv-xsells-view .c-form_table th,
#cv-xsells-view .c-form_table--confirm th {
	background-color: unset;
}
#confirm-view .c-form_table th,
#confirm-view .c-form_table--confirm th {
	background-color: unset;
}
.c-form_table__how_to_receive {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.c-form_table__how_to_receive > label {
	display: flex;
	align-items: center;
}
.c-form_table__how_to_receive > label:not(:first-child) {
	margin-left: 10px;
}
@media screen and (max-width: 719px) {
	.c-form_table__how_to_receive > label:not(:first-child) {
		margin-left: 6px;
	}
}
.c-form_table__how_to_receive > label > .frame {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 4px;
	border-radius: 50%;
	position: relative;
	transition: 0.4s;
	border-style: solid;
	border-width: 1px;
}
.c-form_table__how_to_receive > label > .frame:before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	border-radius: 50%;
	background-color: #386f81;
	transition: 0.4s;
}
.c-form_table__how_to_receive > label input[type="radio"]:checked + .frame {
	border-color: #386f81;
}
.c-form_table__how_to_receive > label input[type="radio"]:checked + .frame:before {
	opacity: 1;
}
.c-review_star {
	display: flex;
}
.c-review_star__item {
	position: relative;
}
.c-review_star__item__icon {
	font-size: 30px;
	color: #f1cb6b;
}
.c-review_star__item__input {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.c-review_star[data-score="1"] .c-review_star__item:nth-child(1) > i:before {
	content: "\e91a";
}
.c-review_star[data-score="2"] .c-review_star__item:nth-child(-n + 2) > i:before {
	content: "\e91a";
}
.c-review_star[data-score="3"] .c-review_star__item:nth-child(-n + 3) > i:before {
	content: "\e91a";
}
.c-review_star[data-score="4"] .c-review_star__item:nth-child(-n + 4) > i:before {
	content: "\e91a";
}
.c-review_star[data-score="5"] .c-review_star__item:nth-child(-n + 5) > i:before {
	content: "\e91a";
}
.c-category_item__img {
	padding-top: 66.6666666667%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.c-category_item__title {
	font-size: 20px;
	margin-top: 30px;
}
@media screen and (max-width: 719px) {
	.c-category_item__title {
		font-size: 19px;
	}
}
.c-category_item__desc {
	font-size: 14px;
	margin-top: 10px;
}
@media screen and (max-width: 719px) {
	.c-category_item__desc {
		font-size: 14px;
	}
}
.c-category_item__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 200px;
	width: 100%;
	height: 40px;
	font-size: 14px;
	border-radius: 2px;
	transition: 0.4s;
	margin-top: 20px;
}
@media screen and (max-width: 719px) {
	.c-category_item__btn {
		font-size: 14px;
	}
}
.c-category_item__btn:hover {
	opacity: 0.4;
}
.c-category_header {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 380px;
	position: relative;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media screen and (max-width: 719px) {
	.c-category_header {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.c-category_header:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
}
.c-category_header__inner {
	text-align: center;
	position: relative;
}
.c-category_header__inner__title {
	font-size: 24px;
}
@media screen and (max-width: 719px) {
	.c-category_header__inner__title {
		font-size: 22px;
	}
}
.c-category_header__inner__lead {
	font-size: 14px;
	margin-top: 20px;
}
@media screen and (max-width: 719px) {
	.c-category_header__inner__lead {
		font-size: 14px;
	}
}
.c-table {
	table-layout: auto;
}
@media screen and (max-width: 719px) {
	.c-table {
		display: block;
	}
}
@media screen and (max-width: 719px) {
	.c-table tbody {
		display: block;
	}
}
.c-table tbody tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
@media screen and (max-width: 719px) {
	.c-table tbody tr {
		display: block;
		padding: 15px;
	}
}
.c-table tbody tr:first-child {
	border-top-width: 1px;
	border-top-style: solid;
}
.c-table tbody tr th {
	font-size: 14px;
	text-align: left;
	padding: 16px 10px;
}
@media screen and (max-width: 719px) {
	.c-table tbody tr th {
		font-size: 14px;
	}
}
@media screen and (max-width: 719px) {
	.c-table tbody tr th {
		display: block;
		padding: 0;
		margin-bottom: 4px;
	}
}
.c-table tbody tr td {
	font-size: 14px;
	padding: 16px 10px;
}
@media screen and (max-width: 719px) {
	.c-table tbody tr td {
		font-size: 14px;
	}
}
@media screen and (max-width: 719px) {
	.c-table tbody tr td {
		display: block;
		padding: 0;
	}
}
.c-article_nav {
	padding-right: 40px;
	padding-left: 40px;
}
@media screen and (max-width: 719px) {
	.c-article_nav {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.c-article_nav__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 719px) {
	.c-article_nav__inner {
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media screen and (max-width: 719px) {
	.c-article_nav__inner__prev {
		margin-right: 15px;
	}
}
.c-article_nav__inner__prev,
.c-article_nav__inner__next {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 200px;
	width: 100%;
	height: 40px;
	font-size: 14px;
	border-radius: 2px;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.c-article_nav__inner__prev,
	.c-article_nav__inner__next {
		font-size: 14px;
	}
}
.c-article_nav__inner__prev:hover,
.c-article_nav__inner__next:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.c-article_nav__inner__prev,
	.c-article_nav__inner__next {
		width: calc((100% - 15px) / 2);
	}
}
.c-article_nav__inner__prev.is-inactive,
.c-article_nav__inner__next.is-inactive {
	opacity: 0;
	pointer-events: none;
}
.c-article_nav__inner__back {
	font-size: 14px;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
@media screen and (max-width: 719px) {
	.c-article_nav__inner__back {
		font-size: 14px;
	}
}
@media screen and (max-width: 719px) {
	.c-article_nav__inner__back {
		order: 3;
		margin-top: 40px;
	}
}
/* stylelint-disable no-descending-specificity */
/* stylelint-disable scss/at-extend-no-missing-placeholder */
.c-cart_item {
	display: flex;
	padding: 20px 0;
	border-top-width: 1px;
	border-top-style: solid;
	flex-wrap: wrap;
	/********
   * gift
   ********/
	/*********
   * thanks-offer
   ********/
}
.c-cart_item:not(:has(+ .c-cart_item)) {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
@media screen and (min-width: 1024px) {
	.c-cart_item {
		padding-bottom: 40px;
	}
}
.c-cart_item__img,
.c-cart_item--table .variant-image {
	width: 120px;
}
.c-cart_item__img:not(.--no-hover),
.c-cart_item--table .variant-image:not(.--no-hover) {
	transition: 0.4s;
}
.c-cart_item__img:not(.--no-hover):hover,
.c-cart_item--table .variant-image:not(.--no-hover):hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.c-cart_item__img,
	.c-cart_item--table .variant-image {
		width: 80px;
	}
}
.c-cart_item__img__inner {
	padding-top: 133.3333333333%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.c-cart_item__info {
	flex: 1;
	padding-left: 20px;
}
@media screen and (max-width: 719px) {
	.c-cart_item__info {
		padding-left: 15px;
	}
}
.c-cart_item__info__status {
	display: flex;
	margin-bottom: 10px;
}
.c-cart_item__info__status__payment {
	font-size: 14px;
	margin-right: 20px;
}
@media screen and (max-width: 719px) {
	.c-cart_item__info__status__payment {
		font-size: 14px;
	}
}
.c-cart_item__info__status__shipping {
	font-size: 14px;
}
@media screen and (max-width: 719px) {
	.c-cart_item__info__status__shipping {
		font-size: 14px;
	}
}
.c-cart_item__info__preorder {
	padding: 3px 15px;
	background-color: var(--color-btn-bg);
	display: inline-block;
	color: var(--color-text-overlay);
	font-size: 14px;
	margin-bottom: 15px;
}
.c-cart_item__info__category {
	font-size: 12px;
	margin-bottom: 10px;
}
@media screen and (max-width: 719px) {
	.c-cart_item__info__category {
		font-size: 12px;
	}
}
@media screen and (max-width: 719px) {
	.c-cart_item__info__category {
		margin-bottom: 4px;
	}
}
.c-cart_item__info__title {
	word-break: break-all;
}
.c-cart_item__info__title:not(.--no-hover) {
	transition: 0.4s;
}
.c-cart_item__info__title:not(.--no-hover):hover {
	opacity: 0.4;
}
.c-cart_item__info__variant {
	margin-top: 5px;
}
@media screen and (min-width: 1024px) {
	.c-cart_item__info__variant {
		margin-top: 10px;
	}
}
.c-cart_item__info__quantity {
	display: flex;
	margin-top: 20px;
}
@media screen and (max-width: 719px) {
	.c-cart_item__info__quantity {
		margin-top: 10px;
	}
}
.c-cart_item__info__quantity__submit {
	width: 60px;
	border-radius: 2px;
	margin-left: 10px;
	transition: 0.4s;
}
.c-cart_item__info__quantity__submit:hover {
	opacity: 0.4;
}
.c-cart_item__info__total {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.c-cart_item__info__total__quantity {
	font-size: 14px;
	margin-right: 20px;
}
@media screen and (max-width: 719px) {
	.c-cart_item__info__total__quantity {
		font-size: 14px;
	}
}
.c-cart_item__info__total__price {
	font-size: 18px;
}
@media screen and (max-width: 719px) {
	.c-cart_item__info__total__price {
		font-size: 18px;
	}
}
.c-cart_item .--only-PC {
	display: none;
}
@media screen and (min-width: 1024px) {
	.c-cart_item .--only-PC {
		display: revert;
	}
}
@media screen and (min-width: 1024px) {
	.c-cart_item .--only-SP {
		display: none;
	}
}
.c-cart_item.--gift .c-order_quantity {
	width: unset;
	flex-grow: 1;
}
.c-cart_item__badges {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
.c-cart_item__button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	padding: 0 16px;
	box-sizing: border-box;
}
.c-cart_item__gift-target-items {
	display: none;
	border-top: 1px solid var(--color-page-border);
}
.c-cart_item__gift-target-items .c-cart_item__info {
	padding: 15px 0;
}
.c-cart_item__toggle-icon {
	display: inline-grid;
}
.c-cart_item__toggle-icon i {
	grid-area: 1/-1;
	font-size: 1.4117647059em;
}
.c-cart_item__toggle-gift-target-items {
	margin-top: 20px;
	padding: 10px 0;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
	border-top: 1px solid var(--color-page-border);
}
.c-cart_item__toggle-gift-target-items[data-current-state="open"] .u-icon--plus {
	visibility: hidden;
}
.c-cart_item__toggle-gift-target-items[data-current-state="close"] .u-icon--minus {
	visibility: hidden;
}
.c-cart_item__gift-form.--only-PC {
	display: none;
}
.c-cart_item__gift-form.--only-SP {
	display: contents;
}
@media screen and (min-width: 1024px) {
	.c-cart_item__gift-form.--only-PC {
		display: contents;
	}
	.c-cart_item__gift-form.--only-SP {
		display: none;
	}
}
.c-cart_item__gift-relation {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px;
	border-top: 1px solid var(--color-page-border);
}
@media screen and (min-width: 1024px) {
	.c-cart_item__gift-relation {
		display: grid;
		grid: "order_item_summary  . part_of_noshi" "order_item_quantity order_item_quantity ."/1fr 20px 1fr;
		gap: 20px 0;
	}
	.c-cart_item__gift-relation .--grid-area-order-item-summary {
		grid-area: order_item_summary;
	}
	.c-cart_item__gift-relation .--grid-area-order-item-quantity {
		grid-area: order_item_quantity;
	}
	.c-cart_item__gift-relation .--grid-area-part-of-noshi {
		grid-area: part_of_noshi;
	}
}
.c-cart_item.--gift .c-cart_item__info {
	gap: 20px;
	display: grid;
	grid: "gift-summary" "gift-info" "gift-subtotal";
}
@media screen and (min-width: 1024px) {
	.c-cart_item.--gift .c-cart_item__info {
		grid: "gift-summary ." auto "gift-info    gift-subtotal" auto/1fr auto;
	}
}
.c-cart_item__gift-info {
	grid-area: gift-info;
	background-color: var(--js-color-page-accent-lighten, #f5f8fa);
}
.c-cart_item__gift-summary {
	grid-area: gift-summary;
}
.c-cart_item__gift-subtotal {
	grid-area: gift-subtotal;
	display: flex;
	justify-content: space-between;
}
@media screen and (min-width: 1024px) {
	.c-cart_item__gift-subtotal {
		flex-direction: column;
		width: 80px;
		align-items: end;
		justify-content: end;
	}
}
.c-cart_item__text {
	margin-top: 5px;
	word-break: break-all;
}
@media screen and (min-width: 1024px) {
	.c-cart_item__text.--gift-quantity {
		display: none;
	}
}
.c-cart_item__text.--color-head {
	color: var(--color-text-head);
}
.c-cart_item__text.--title {
	padding: 10px 20px;
	margin: 0;
}
.c-cart_item__text.--catalog {
	margin-bottom: 10px;
}
.c-cart_item__delete.--only-PC {
	align-self: center;
}
.c-cart_item .c-input-with-button.--only-PC {
	margin-top: 6px;
}
@media screen and (min-width: 1024px) {
	.c-cart_item .c-input-with-button.--only-PC {
		display: flex;
	}
}
.c-cart_item__action {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-left: 20px;
}
@media screen and (max-width: 719px) {
	.c-cart_item__action {
		justify-content: space-between;
		flex-direction: row;
		width: 100%;
		padding-left: 95px;
		margin-top: 20px;
	}
}
.c-cart_item__action__delete {
	flex: 1;
}
@media screen and (max-width: 719px) {
	.c-cart_item__action__delete {
		flex: auto;
	}
}
.c-cart_item__action__delete__btn {
	display: flex;
	align-items: center;
	transition: 0.4s;
}
.c-cart_item__action__delete__btn:hover {
	opacity: 0.4;
}
.c-cart_item__action__delete__btn i {
	font-size: 24px;
}
.c-cart_item__action__delete__btn span {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
.c-cart_item__action__price {
	font-size: 18px;
}
@media screen and (max-width: 719px) {
	.c-cart_item__action__price {
		font-size: 18px;
	}
}
.c-cart_item--table {
	font-size: initial;
	border: 0;
	padding: 0;
}
.c-cart_item--table:first-child {
	border: 0;
}
.c-cart_item--table table {
	padding: 0;
}
.c-cart_item--table tbody {
	height: 100%;
	display: flex;
}
.c-cart_item--table tr {
	flex: 1;
	position: relative;
}
.c-cart_item--table td + td {
	margin-top: 10px;
}
.c-cart_item--table table,
.c-cart_item--table tbody,
.c-cart_item--table tr,
.c-cart_item--table td {
	display: block;
}
.c-cart_item--table .cv-xsell-variant-row {
	display: none;
	padding: 20px 0;
}
.c-cart_item--table .cv-xsell-variant-row:not(.default-hide):not([id$="form"]) {
	display: block;
	overflow: hidden;
}
.c-cart_item--table .cv-xsell-variant-row:nth-of-type(n) {
	border-top: 1px solid var(--color-page-border);
}
.c-cart_item--table .cv-xsell-variant-row:nth-last-of-type(-n + 2) {
	border-bottom: 1px solid var(--color-page-border);
}
.c-cart_item--table .variant-image {
	float: left;
	margin-right: 20px;
	transition: none;
}
.c-cart_item--table .variant-image:hover {
	opacity: initial;
}
.c-cart_item--table .variant-name-area {
	font-size: var(--font-text-subhead);
}
.c-cart_item--table .variant_quantity::before {
	content: "数量：";
}
.c-cart_item--table .variant-sum {
	position: absolute;
	bottom: 20px;
	right: 0;
	font-size: var(--font-text-subhead);
}
@media screen and (max-width: 719px) {
	.c-cart_item--table .variant-sum {
		text-align: right;
		position: static;
		margin-top: 20px;
	}
}
.c-cart_item--table .variant_remove {
	position: absolute;
	top: 20px;
	right: 0;
	margin: 0;
	-webkit-text-decoration: underline;
	text-decoration: underline;
	transition: 0.4s;
}
.c-cart_item--table .variant_remove:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.c-cart_item--table .variant_remove {
		top: auto;
		bottom: 20px;
		left: 100px;
		transform: translate(-5px, 2px);
	}
}
.c-cart_item--table .variant_remove i {
	font-size: 24px;
	pointer-events: none;
}
.c-cart_item--table .variant_remove i::before {
	display: inline-block;
}
.c-cart_item--table .cv_xsell_variant_remove {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--font-size-text-link);
	color: var(--color-text-link);
}
.c-billing_list {
	padding: 20px;
}
@media screen and (max-width: 719px) {
	.c-billing_list {
		padding: 20px 15px;
	}
}
.c-billing_list__title {
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
@media screen and (max-width: 719px) {
	.c-billing_list__title {
		font-size: 18px;
	}
}
.c-billing_list__detail {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-top: 15px;
}
.c-billing_list__detail__item:not(:last-child) {
	margin-bottom: 8px;
}
.c-billing_list__detail__item__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
}
@media screen and (max-width: 719px) {
	.c-billing_list__detail__item__row {
		font-size: 14px;
	}
}
.c-billing_list__detail__item__row__point {
	font-size: 16px;
}
@media screen and (max-width: 719px) {
	.c-billing_list__detail__item__row__point {
		font-size: 16px;
	}
}
.c-billing_list__detail__item__tax {
	padding-left: 10px;
	margin-top: 17px;
	display: grid;
	grid-template-columns: 1fr 70%;
	font-size: 13px;
}
.c-billing_list__detail__item__tax__list__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.c-billing_list__detail__item__tax__list__item:not(:last-child) {
	margin-bottom: 5px;
}
.c-billing_list__total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}
.c-billing_list__total__title {
	font-size: 14px;
}
@media screen and (max-width: 719px) {
	.c-billing_list__total__title {
		font-size: 14px;
	}
}
.c-billing_list__total__price {
	font-size: 24px;
}
@media screen and (max-width: 719px) {
	.c-billing_list__total__price {
		font-size: 22px;
	}
}
.c-billing_list__total + .c-billing_list__total {
	margin-top: 10px;
}
@media screen and (max-width: 379px), (min-width: 720px) {
	.c-billing_list__campaign_point__title {
		width: 166px;
	}
}
.c-cart_submit {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
@media screen and (max-width: 719px) {
	.c-cart_submit {
		text-align: center;
		border-top-width: 1px;
		border-top-style: solid;
	}
}
.c-cart_submit__block {
	border-color: inherit;
	padding-bottom: 20px;
}
@media screen and (max-width: 719px) {
	.c-cart_submit__block {
		padding-top: 20px;
	}
}
.c-cart_submit__block + .c-cart_submit__block {
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
}
.c-cart_submit__block__title {
	font-size: 18px;
	margin-bottom: 10px;
}
@media screen and (max-width: 719px) {
	.c-cart_submit__block__title {
		font-size: 18px;
	}
}
.c-cart_submit__block__input {
	width: 100%;
	height: 40px;
	font-size: 16px;
	padding: 0 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	width: 100%;
	margin-bottom: 8px;
}
@media screen and (max-width: 719px) {
	.c-cart_submit__block__input {
		font-size: 16px;
	}
}
@media screen and (max-width: 719px) {
	.c-cart_submit__block__input {
		padding: 0 15px;
	}
}
.c-cart_submit__block__input::-webkit-input-placeholder {
	opacity: 0.4;
}
.c-cart_submit__block__submit {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 320px;
	width: 100%;
	height: 60px;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.4s;
	margin: 0 auto;
}
@media screen and (max-width: 719px) {
	.c-cart_submit__block__submit {
		font-size: 16px;
	}
}
.c-cart_submit__block__submit:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.c-cart_submit__block__submit {
		max-width: 280px;
		height: 50px;
	}
}
.c-cart_submit__block__link {
	display: inline-block;
	font-size: 14px;
	-webkit-text-decoration: underline;
	text-decoration: underline;
	margin-top: 10px;
}
@media screen and (max-width: 719px) {
	.c-cart_submit__block__link {
		font-size: 14px;
	}
}
.c-cart_submit .formError {
	width: auto !important;
	height: auto !important;
	background: #e21e1e;
	color: #ffffff;
	font-size: 12px;
	padding: 4px 10px;
	margin: 0 !important;
	top: -6px !important;
	left: auto !important;
	right: -10px !important;
	z-index: 1;
	opacity: 1 !important;
}
@media screen and (max-width: 719px) {
	.c-cart_submit .formError {
		font-size: 12px;
	}
}
.c-cart_submit .formError > * {
	margin: 0 !important;
}
.c-cart_list + .c-cart_list {
	margin-top: 30px;
}
.c-cart_list__title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	align-items: center;
}
.c-cart_list__gift {
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 15px;
}
.c-cart_list__list {
	border-top-width: 1px;
	border-top-style: solid;
}
.c-cart_list__list__item {
	display: flex;
	padding: 15px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.c-cart_list__list__item__img {
	width: 54px;
}
.c-cart_list__list__item__img__inner {
	padding-top: 133.3333333333%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.c-cart_list__list__item__multiple_shipping {
	border: none;
}
.c-cart_list__list__item__info {
	flex: 1;
	padding-left: 20px;
}
.c-cart_list__list__item__info__category {
	font-size: 12px;
	margin-bottom: 4px;
}
@media screen and (max-width: 719px) {
	.c-cart_list__list__item__info__category {
		font-size: 12px;
	}
}
.c-cart_list__list__item__info__title {
	font-size: 14px;
	margin-bottom: 4px;
}
@media screen and (max-width: 719px) {
	.c-cart_list__list__item__info__title {
		font-size: 14px;
	}
}
.c-cart_list__list__item__info__variant {
	font-size: 12px;
	margin-bottom: 8px;
}
@media screen and (max-width: 719px) {
	.c-cart_list__list__item__info__variant {
		font-size: 12px;
	}
}
.c-cart_list__list__item__info__text {
	margin-bottom: 8px;
}
.c-cart_list__list__item__info__total {
	display: flex;
}
.c-cart_list__list__item__info__total__quantity {
	font-size: 14px;
	margin-right: 10px;
}
@media screen and (max-width: 719px) {
	.c-cart_list__list__item__info__total__quantity {
		font-size: 14px;
	}
}
.c-cart_list__list__item__info__total__price {
	font-size: 14px;
}
@media screen and (max-width: 719px) {
	.c-cart_list__list__item__info__total__price {
		font-size: 14px;
	}
}
.c-cart_list__list__item.--gift {
	display: grid;
	grid: "image info" "image toggle-gift-target-items" "image gift-target-items" / auto 1fr;
	gap: 0 20px;
}
.c-cart_list__list__item.--gift .c-cart_list__list__item__img {
	grid-area: image;
}
.c-cart_list__list__item.--gift .c-cart_list__list__item__info {
	grid-area: info;
	padding: 0 0 15px;
}
.c-cart_list__list__item.--gift .c-cart_list__toggle-gift-target-items {
	grid-area: toggle-gift-target-items;
	padding: 10px 0;
	border-top: 1px solid var(--color-page-border);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.c-cart_list__list__item.--gift .c-cart_list__gift-target-items {
	grid-area: gift-target-items;
	border-top: 1px solid var(--color-page-border);
	display: none;
}
.c-cart_list__gift-target-items .c-cart_list__list__item__info.--gift {
	padding: 15px 0;
}
.c-cart_list__toggle-icon {
	display: inline-grid;
}
.c-cart_list__toggle-icon i {
	grid-area: 1/-1;
	font-size: 1.4117647059em;
}
.c-cart_list__toggle-gift-target-items[data-current-state="open"] .u-icon--plus {
	visibility: hidden;
}
.c-cart_list__toggle-gift-target-items[data-current-state="close"] .u-icon--minus {
	visibility: hidden;
}
.c-account_menu {
	direction: ltr;
	writing-mode: horizontal-tb;
}
@media screen and (max-width: 719px) {
	.c-account_menu {
		margin: 0 calc(50% - 50vw);
		width: 100vw;
		border-bottom: 1px solid var(--color-page-border, #d8dddf);
	}
}
.c-account_menu__list {
	padding: 10px 20px 10px 0px;
}
@media screen and (max-width: 719px) {
	.c-account_menu__list {
		display: none;
		padding: 10px 0;
	}
}
.c-account_menu__content {
	display: flex;
	align-items: center;
	align-self: stretch;
	padding: 10px 0;
}
@media screen and (max-width: 719px) {
	.c-account_menu__content {
		padding-inline: 15px;
	}
}
.c-account_menu__content.--main-heading {
	gap: 8px;
}
.c-account_menu__content.--sub-heading {
	padding-block: 5px;
	gap: 0;
}
.c-account_menu__content.--separator {
	padding-inline: 0;
}
.c-account_menu__content.--separator::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: var(--color-page-border, #d8dddf);
}
.c-account_menu__logout {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	padding: 0 16px;
	box-sizing: border-box;
	background: var(--color-btn-bg, #386f81);
	color: var(--color-btn-text, #ffffff);
	width: 100%;
	padding: 10px 16px;
	text-align: center;
}
.c-account_menu__logout::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMi41IDMuMzMzYzAtLjQ2LjM3My0uODMzLjgzMy0uODMzSDEwdjEuNjY3SDQuMTY3djExLjY2NkgxMFYxNy41SDMuMzMzYS44MzMuODMzIDAgMCAxLS44MzMtLjgzM1YzLjMzM1ptMTEuNjY3IDIuOTg5IDMuMDg5IDMuMDg5YS44MzMuODMzIDAgMCAxIDAgMS4xNzhsLTMuMDkgMy4wOS0xLjE3OC0xLjE3OSAxLjY2Ny0xLjY2N0g2LjY2N1Y5LjE2N2g3Ljk4OEwxMi45ODggNy41bDEuMTc5LTEuMTc4WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+")
		no-repeat center;
}
.c-account_menu__text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	flex: 1 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
}
.c-account_menu__icon {
	width: 24px;
	height: auto;
	font-size: 24px;
}
@media (hover: hover) and (pointer: fine) {
	.c-account_menu a {
		transition: 0.4s;
	}
	.c-account_menu a:not([disabled]):hover {
		opacity: 0.4;
	}
}
.c-account_menu__toggle-button {
	display: none;
	width: 100%;
	color: var(--color-text-overlay, #ffffff);
	background: #868686;
}
@media screen and (max-width: 719px) {
	.c-account_menu__toggle-button {
		display: grid;
		grid-template-areas: "text button";
		grid-template-columns: 1fr auto;
		padding: 10px 15px;
		align-items: center;
	}
}
.c-account_menu__toggle-button .u-icon--minus {
	opacity: 0;
	transform: scale(0);
}
.c-account_menu__toggle-button-icon {
	grid-area: button;
	font-size: 20px;
	top: calc(50% - 10px);
	right: 15px;
	transition: 0.4s;
}
.c-account_menu__toggle-button-text {
	grid-area: text;
	margin-right: auto;
}
.c-account_menu__toggle-button.is-active .u-icon--plus {
	opacity: 0;
	transform: scale(0);
}
.c-account_menu__toggle-button.is-active .u-icon--minus {
	opacity: 1;
	transform: none;
}
/* stylelint-disable scss/at-extend-no-missing-placeholder */
.c-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
}
.c-breadcrumbs__item {
	display: inline-flex;
	align-items: center;
}
.c-breadcrumbs__item:not(:last-child):after {
	content: "\e901";
	font-size: 1.6em;
}
.c-breadcrumbs__item__inner {
	font-size: 12px;
}
@media screen and (max-width: 719px) {
	.c-breadcrumbs__item__inner {
		font-size: 12px;
	}
}
.c-breadcrumbs__item a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
.c-account_table {
	table-layout: auto;
	border-width: 1px;
	border-style: solid;
}
@media screen and (max-width: 719px) {
	.c-account_table {
		display: block;
	}
}
@media screen and (max-width: 719px) {
	.c-account_table > tbody {
		display: block;
	}
}
.c-account_table > tbody > tr {
	border-width: 1px;
	border-style: solid;
}
@media screen and (max-width: 719px) {
	.c-account_table > tbody > tr {
		display: block;
		border-top: none;
		border-left: none;
		border-right: none;
	}
	.c-account_table > tbody > tr:first-child {
		display: none;
	}
	.c-account_table > tbody > tr:last-child {
		border-bottom: none;
	}
}
.c-account_table > tbody > tr > th {
	font-size: 14px;
	text-align: left;
	padding: 10px 7px;
}
@media screen and (max-width: 719px) {
	.c-account_table > tbody > tr > th {
		font-size: 14px;
	}
}
@media screen and (max-width: 719px) {
	.c-account_table > tbody > tr > th {
		display: block;
	}
}
.c-account_table > tbody > tr > th:first-child {
	padding-left: 20px;
}
.c-account_table > tbody > tr > th:last-child {
	padding-right: 20px;
}
.c-account_table > tbody > tr > td {
	font-size: 14px;
	padding: 10px 7px;
}
@media screen and (max-width: 719px) {
	.c-account_table > tbody > tr > td {
		font-size: 14px;
	}
}
@media screen and (max-width: 719px) {
	.c-account_table > tbody > tr > td {
		display: block;
		padding: 6px 15px;
	}
	.c-account_table > tbody > tr > td:before {
		content: attr(data-title);
	}
	.c-account_table > tbody > tr > td br {
		display: none;
	}
}
.c-account_table > tbody > tr > td:first-child {
	padding-left: 20px;
}
@media screen and (max-width: 719px) {
	.c-account_table > tbody > tr > td:first-child {
		padding-top: 15px;
		padding-left: 15px;
	}
	.c-account_table-shipping_info > tbody > tr > td:first-child {
		padding-top: 0px;
	}
}
.c-account_table > tbody > tr > td:last-child {
	padding-right: 20px;
}
@media screen and (max-width: 719px) {
	.c-account_table > tbody > tr > td:last-child {
		padding-bottom: 15px;
		padding-right: 15px;
	}
	.c-account_table-shipping_info > tbody > tr > td:last-child {
		padding-bottom: 0px;
	}
}
.c-account_table__edit {
	display: flex;
	align-items: center;
	transition: 0.4s;
}
.c-account_table__edit:hover {
	opacity: 0.4;
}
.c-account_table__edit i {
	font-size: 24px;
}
.c-account_table__edit span {
	font-size: 14px;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
@media screen and (max-width: 719px) {
	.c-account_table__edit span {
		font-size: 14px;
	}
}
.c-account_table__delete {
	display: flex;
	align-items: center;
	transition: 0.4s;
}
.c-account_table__delete:hover {
	opacity: 0.4;
}
.c-account_table__delete i {
	font-size: 24px;
}
.c-account_table__delete span {
	font-size: 14px;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
@media screen and (max-width: 719px) {
	.c-account_table__delete span {
		font-size: 14px;
	}
}
.c-account_table__product {
	display: flex;
}
.c-account_table__product__img {
	width: 50px;
}
.c-account_table__product__img__inner {
	padding-top: 133.3333333333%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.c-account_table__product__info {
	padding-left: 10px;
}
.c-account_table__product__info__price {
	font-size: 12px;
}
@media screen and (max-width: 719px) {
	.c-account_table__product__info__price {
		font-size: 12px;
	}
}
.c-account_table__product__info__quantity {
	font-size: 12px;
}
@media screen and (max-width: 719px) {
	.c-account_table__product__info__quantity {
		font-size: 12px;
	}
}
.c-set_item {
	position: relative;
	padding-bottom: 40px;
	border-style: solid;
	border-width: 1px;
}
.c-set_item__inner {
	padding: 40px 20px;
}
@media screen and (max-width: 719px) {
	.c-set_item__inner {
		padding: 20px 16px;
	}
}
.c-set_item__inner .title {
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
@media screen and (max-width: 719px) {
	.c-set_item__inner .title {
		font-size: 18px;
	}
}
.c-set_item__inner .price {
	font-size: 16px;
	margin-top: 20px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
@media screen and (max-width: 719px) {
	.c-set_item__inner .price {
		font-size: 16px;
	}
}
@media screen and (max-width: 719px) {
	.c-set_item__inner .price {
		margin-top: 16px;
	}
}
.c-set_item__inner .desc {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 20px;
}
@media screen and (max-width: 719px) {
	.c-set_item__inner .desc {
		font-size: 14px;
	}
}
@media screen and (max-width: 719px) {
	.c-set_item__inner .desc {
		margin-top: 16px;
	}
}
.c-set_item__button {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.c-set_item__button > a {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.c-set_item__button > a > span {
	font-size: 14px;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 719px) {
	.c-set_item__button > a > span {
		font-size: 14px;
	}
}
.c-steps_to_order {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.c-steps_to_order__step {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	text-align: center;
}
.c-steps_to_order__step--1 {
	margin-right: 87px;
}
.c-steps_to_order__step--2 {
	margin-right: 109px;
}
@media screen and (max-width: 719px) {
	.c-steps_to_order__step {
		flex: 0 1 0;
	}
	.c-steps_to_order__step--1 {
		margin-right: 7.73vw;
	}
	.c-steps_to_order__step--2 {
		margin-right: 12.53vw;
	}
}
.c-steps_to_order__number {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f4f8fa;
	color: #000000;
}
.c-steps_to_order__number.is-active,
.c-steps_to_order__number.is-complete {
	background-color: var(--theme-color);
	color: var(--text-color);
}
.c-steps_to_order__number.is-complete::after {
	border-color: var(--theme-color);
}
.c-steps_to_order__step--3 .c-steps_to_order__number::before,
.c-steps_to_order__step--3 .c-steps_to_order__number::after {
	content: none;
}
.c-steps_to_order__text br {
	display: none;
}
@media screen and (max-width: 719px) {
	.c-steps_to_order__text {
		white-space: nowrap;
		max-width: 20vw;
		font-size: 12px;
	}
	.c-steps_to_order__text br {
		display: inline;
	}
}
.c-steps_to_order__number + .c-steps_to_order__text {
	margin-top: 10px;
}
.c-steps_to_order__number {
	position: relative;
}
.c-steps_to_order__number::before,
.c-steps_to_order__number::after {
	content: "";
	display: block;
	width: 160px;
	border-top: 1px solid #d8dddf;
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateX(100%);
}
@media screen and (max-width: 719px) {
	.c-steps_to_order__number::before,
	.c-steps_to_order__number::after {
		width: clamp(60px, 16vw, 80px);
		right: -2.67vw;
	}
}
.c-steps_to_order__number::before {
	z-index: 0;
}
.c-steps_to_order__number::after {
	z-index: 1;
}
.c-search_cond {
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 12px;
}
@media screen and (max-width: 719px) {
	.c-search_cond {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.c-search_cond__inner {
	width: min(100%, 1200px);
	margin: 0 auto;
	display: flex;
}
.c-search_cond__label {
	font-size: 14px;
	line-height: 32px;
	margin-bottom: 8px;
	flex-shrink: 0;
	flex-grow: 0;
}
.c-search_cond__values {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-shrink: 1;
}
.c-search_cond__condition {
	margin-left: 10px;
	margin-bottom: 8px;
	padding: 0 12px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	border: 1px solid;
}
@media screen and (max-width: 719px) {
	.c-search_cond__condition {
		margin-left: 0;
		margin-right: 10px;
	}
}
.c-search_cond__condition__val {
	font-size: 14px;
}
.c-search_cond__condition__btn {
	display: inline-block;
	margin-left: 6px;
	font-size: 18px;
	flex-shrink: 0;
}
.c-review_item_detail {
	display: flex;
	flex-direction: column;
	padding: 30px 0;
	gap: 30px;
}
@media screen and (min-width: 1024px) {
	.c-review_item_detail {
		flex-direction: row;
		gap: 15px;
		padding: 40px 0;
	}
}
.c-review_item_detail__left {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
@media screen and (min-width: 1024px) {
	.c-review_item_detail__left {
		flex: 0 0 200px;
		gap: 10px;
	}
}
.c-review_item_detail__star {
	font-size: var(--font-size-text-subhead);
	line-height: 1.5;
	color: #f1cb6b;
	letter-spacing: -1.7px;
}
.c-review_item_detail__time {
	font-size: calc(0.9230769231 * var(--font-size-text-body));
}
.c-review_item_detail__right {
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 1024px) {
	.c-review_item_detail__right {
		flex-grow: 1;
	}
}
.c-review_item_detail__reaction {
	margin-top: 30px;
}
.c-review_item_detail__button.--useful {
	display: inline-block;
	border: 1px solid #bdc1c2;
	line-height: 1.5;
	font-size: 0.8461538462em;
	padding: 2px 12px;
	color: #386f81;
	border-color: #386f81;
	background-color: var(--color-page-bg);
	font-size: var(--font-size-text-body);
	padding: 5px 15px;
}
.c-review_item_detail__title,
.c-review_item_detail__text.--useful {
	margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
	.c-review_item_detail__title,
	.c-review_item_detail__text.--useful {
		margin-bottom: 10px;
	}
}
.c-review_item_detail__text.--thanks {
	display: flex;
	align-items: end;
}
.c-review_item_detail__text.--thanks .u-icon--checkmark {
	margin-right: 4px;
}
.c-review_item_detail__text.--thanks .u-icon--checkmark::before {
	background-color: var(--color-text-link);
}
.c-review_item_detail__text.--cancel {
	margin-left: 10px;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
.c-product_modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	visibility: hidden;
	z-index: 9999999;
}
.c-product_modal__inner {
	overflow-y: auto;
	padding: 0 15px;
	height: 100%;
	z-index: 2;
	position: relative;
}
.c-product_modal__inner::-webkit-scrollbar {
	width: 12px;
}
.c-product_modal__inner::-webkit-scrollbar-track {
	background: #f1f0f0;
}
.c-product_modal__inner::-webkit-scrollbar-thumb {
	background: #d6d6d6;
	border-radius: 20px;
	border: 2px solid #f1f0f0;
}
.c-product_modal__inner__content {
	background-color: white;
	width: 100%;
	max-width: 1200px;
	margin: 80px auto 50px;
}
@media screen and (max-width: 719px) {
	.c-product_modal__inner__content {
		margin: 40px auto;
	}
}
.c-product_modal__inner__content__body {
	padding: 80px 80px 60px;
	display: flex;
}
@media screen and (max-width: 719px) {
	.c-product_modal__inner__content__body {
		padding: 15px 15px 40px;
		display: block;
	}
}
.c-product_modal__inner__content__body__slide {
	width: 500px;
	margin-right: 60px;
}
@media screen and (max-width: 719px) {
	.c-product_modal__inner__content__body__slide {
		width: 100%;
		margin-bottom: 30px;
	}
}
.c-product_modal__inner__content__body__info {
	flex: 1 0;
}
.c-product_modal__inner__content__footer {
	border-top-style: solid;
	border-top-width: 1px;
	padding: 40px 0 80px;
}
@media screen and (max-width: 719px) {
	.c-product_modal__inner__content__footer {
		padding: 40px 0;
	}
}
.c-product_modal__inner__content__footer .p-account__inner__content__form__bottom__btn {
	margin: 0 auto;
	background-color: #000000;
	font-size: 16px;
	opacity: initial;
	float: none;
	font-weight: normal;
}
@media screen and (max-width: 719px) {
	.c-product_modal__inner__content__footer .p-account__inner__content__form__bottom__btn {
		max-width: 225px;
		height: 41px;
		font-size: 14px;
	}
}
.c-product_modal__close {
	color: #ffffff;
	font-size: 30px;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	line-height: 1;
	z-index: 3;
}
@media screen and (max-width: 719px) {
	.c-product_modal__close {
		right: 20px;
		font-size: 25px;
	}
}
.c-product_modal.show {
	opacity: 1;
	visibility: visible;
	transition: visibility 0s linear 0s, opacity 0.25s 0s;
}
.c-product_modal .hidden {
	display: none;
}
.c-product_modal button[disabled] {
	opacity: 0.6;
}
.c-product_modal .c-product_info__form__variant .row label {
	width: auto;
	float: none;
}
.c-product_modal .c-product_info__form__variant .row div {
	float: none;
}
.c-product_modal .c-product_info__form__variant .row .form-control {
	color: inherit;
}
.c-product_modal .c-product_info #quantity-area ~ .c-order_quantity__input--disabled {
	display: none;
}
.c-product_modal .c-product_info #quantity-area:disabled,
.c-product_modal .c-product_info #quantity-area:disabled ~ * {
	display: none;
}
.c-product_modal .c-product_info #quantity-area:disabled ~ .c-order_quantity__input--disabled {
	display: block;
	padding: 0;
}
.c-product_addCart__category {
	font-size: 14px;
	margin-bottom: 10px;
}
@media screen and (max-width: 719px) {
	.c-product_addCart__category {
		font-size: 12px;
	}
}
.c-product_addCart__name {
	font-size: 30px;
	font-family: "Alata", sans-serif;
	margin-bottom: 10px;
}
@media screen and (max-width: 719px) {
	.c-product_addCart__name {
		font-size: 22px;
	}
}
.c-product_addCart__description {
	font-size: 14px;
	margin-bottom: 20px;
}
.c-product_addCart__start {
	font-size: 16px;
	color: #f1cb6b;
	line-height: 1;
	margin-bottom: 40px;
}
@media screen and (max-width: 719px) {
	.c-product_addCart__start {
		margin-bottom: 20px;
	}
}
.c-product_addCart__price {
	font-family: "Alata", sans-serif;
	font-size: 24px;
	margin-bottom: 20px;
}
@media screen and (max-width: 719px) {
	.c-product_addCart__price {
		font-size: 22px;
	}
}
.c-product_addCart__price span {
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
}
.c-product_addCart__size {
	margin-bottom: 20px;
}
.c-product_addCart__size table {
	margin-bottom: 10px;
}
@media screen and (max-width: 719px) {
	.c-product_addCart__size table {
		display: table !important;
	}
	.c-product_addCart__size table tbody {
		display: table-row-group !important;
	}
	.c-product_addCart__size table tbody tr {
		display: table-row !important;
	}
	.c-product_addCart__size table tbody tr th,
	.c-product_addCart__size table tbody tr td {
		display: table-cell !important;
		vertical-align: middle;
		padding: 5px 0;
	}
}
.c-product_addCart__size > button {
	max-width: 100%;
}
@media screen and (max-width: 719px) {
	.c-product_addCart__size > button {
		margin-top: 25px;
	}
}
.c-product_addCart__social {
	display: flex;
	align-items: center;
}
.c-product_addCart__social span {
	font-size: 14px;
	margin-right: 20px;
}
.c-product_addCart__social ul {
	display: flex;
	align-items: center;
}
.c-product_addCart__social ul li {
	line-height: 1;
}
.c-product_addCart__social ul li:not(:last-child) {
	margin-right: 20px;
}
.c-product_addCart__social ul li a {
	display: block;
	font-size: 25px;
}
.c-product_addCart__favorite {
	margin-bottom: 35px;
}
@media screen and (max-width: 719px) {
	.c-product_addCart__favorite {
		margin-bottom: 30px;
	}
}
.c-product_addCart__favorite button {
	font-size: 14px;
	display: flex;
	align-items: center;
}
.c-product_addCart__favorite button i {
	font-size: 24px;
	margin-right: 2px;
}
.c-product_addCart__favorite button span {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
.c-product_addCart__content {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.c-product_slider img {
	display: block !important;
}
.c-product_slider__main {
	margin-bottom: 30px;
}
@media screen and (max-width: 719px) {
	.c-product_slider__main {
		margin-bottom: 10px;
	}
}
.c-product_slider__thumbnail {
	position: relative;
	padding: 0 30px;
}
@media screen and (max-width: 719px) {
	.c-product_slider__thumbnail {
		padding: 0;
	}
	.c-product_slider__thumbnail::before,
	.c-product_slider__thumbnail::after {
		content: "";
		position: absolute;
		top: 0;
		height: 100%;
		width: 50px;
	}
	.c-product_slider__thumbnail::after {
		background: rgb(255, 255, 255);
		background: linear-gradient(90deg, transparent 13%, rgb(255, 255, 255) 76%);
		right: 0;
	}
	.c-product_slider__thumbnail::before {
		background: rgb(255, 255, 255);
		background: linear-gradient(270deg, transparent 13%, rgb(255, 255, 255) 76%);
		left: 0;
		z-index: 1;
	}
}
.c-product_slider__thumbnail .slick--next {
	right: 10px;
}
@media screen and (max-width: 719px) {
	.c-product_slider__thumbnail .slick--next {
		right: 5px;
	}
}
.c-product_slider__thumbnail .slick--prev {
	left: 10px;
	transform: rotate(180deg);
}
@media screen and (max-width: 719px) {
	.c-product_slider__thumbnail .slick--prev {
		left: 5px;
	}
}
.c-product_slider__thumbnail .slick-slide {
	margin: 0 10px;
	cursor: pointer;
	border: 1px solid transparent;
}
@media screen and (max-width: 719px) {
	.c-product_slider__thumbnail .slick-slide {
		margin: 0 5px;
	}
}
.c-product_slider__thumbnail .slick-current {
	border: 1px solid #000;
}
.c-product_slider__thumbnail .slick-arrow {
	display: block;
	width: 10px;
	height: 16px;
	cursor: pointer;
	background: url("/assets/icons/chevron_right.svg") no-repeat center center/contain;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	z-index: 2;
}
#countdown-timer {
	padding: 0 40px;
}
@media screen and (max-width: 719px) {
	#countdown-timer {
		padding: 0 15px;
	}
}
#countdown-timer .c-timer_clock.timer-clock {
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	padding: 25px 0;
	font-size: 24px;
}
@media screen and (max-width: 719px) {
	#countdown-timer .c-timer_clock.timer-clock {
		font-size: 18px;
		padding: 15px 0;
	}
}
.c-timer_clock__text {
	display: inline-block;
}
.c-cv_xsell_slider__main {
	width: 100%;
	height: 500px;
}
@media screen and (max-width: 719px) {
	.c-cv_xsell_slider__main {
		width: 100%;
		height: calc(100vw - 60px);
	}
}
.c-cv_xsell_slider #main-thumbnail {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.c-cv_xsell_slider__thumbnail {
	width: 100%;
	margin-top: 20px;
}
@media screen and (max-width: 719px) {
	.c-cv_xsell_slider__thumbnail {
		height: auto;
	}
}
.c-cv_xsell_slider__thumbnail .img-wrap {
	margin-bottom: 0;
	max-height: 200px;
}
.c-cv_xsell_slider__thumbnail .img-thumbnail {
	width: 100%;
	height: 100%;
	object-fit: contain;
	aspect-ratio: 1;
}
.c-cv_xsell_slider__thumbnail .img-thumbnail[src=""] {
	display: none;
}
.c-tooltip {
	position: absolute;
	width: max-content;
}
.c-tooltip__content {
	background-color: #000000;
	color: #ffffff;
	padding: 12px 14px;
}
.c-tooltip__content::before {
	content: "";
	border: 8px solid transparent;
	position: absolute;
}
.c-tooltip__content::before,
.c-tooltip__content.bottom::before {
	border-bottom-color: #000000;
	transform: translate(-50%, -100%);
	top: 0;
	left: 50%;
}
@media screen and (max-width: 719px) {
	.c-tooltip__content::before,
	.c-tooltip__content.bottom::before {
		transform: translate(-12px, -100%);
		right: 0;
		left: unset;
	}
}
.c-tooltip__text {
	text-align: center;
	font-size: 12px;
}
.c-tooltip.show {
	display: block;
	animation: fade 1s linear 2s;
	animation-fill-mode: both;
}
@keyframes fade {
	0% {
		opacity: 1;
		display: block;
	}
	99% {
		opacity: 0;
		display: block;
	}
	100% {
		opacity: 0;
		display: none;
	}
}
.c-free_column_table__row {
	display: flex;
	border-bottom: 1px solid var(--color-page-border);
	padding: 20px 0 10px;
	flex-direction: column;
}
@media screen and (min-width: 1024px) {
	.c-free_column_table__row {
		flex-direction: row;
	}
}
.c-free_column_table__head,
.c-free_column_table__data {
	text-align: left;
	line-height: 1.5;
	min-width: 0;
}
@media screen and (min-width: 1024px) {
	.c-free_column_table__head,
	.c-free_column_table__data {
		padding: 0 10px;
	}
}
.c-free_column_table__head {
	flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
	.c-free_column_table__head {
		flex-basis: 40%;
	}
}
.c-free_column_table__data {
	margin-top: 10px;
	white-space: pre-wrap;
	padding: 0 10px;
}
@media screen and (min-width: 1024px) {
	.c-free_column_table__data {
		margin: unset;
		padding: unset;
	}
}
.c-product_ranking {
	position: relative;
}
@media screen and (max-width: 719px) {
	.c-product_ranking {
		transform: scale(0.875);
		right: 5px;
		transform-origin: top left;
	}
}
.c-product_ranking::before {
	content: "";
	position: absolute;
	display: block;
	border-width: 28px 16px 4px;
	border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) transparent;
	border-style: solid;
	z-index: 0;
	top: 0;
	left: 0;
}
.c-product_ranking[data-is-top-three]::before {
	border-color: var(--color-page-accent) var(--color-page-accent) transparent;
}
.c-product_ranking__text {
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	position: relative;
	color: var(--color-text-overlay);
	z-index: 1;
	line-height: 1.6;
}
#cv-xsells-view .product-badge-for-product-badge,
#cv-xsells-view .product-badge-for-campaign-badge,
#cv-xsells-view .product-badge-for-campaign-custom-badge,
#cv-xsells-view .product-badge-for-delivery-group,
#cv-xsells-view .concurrent-purchase-group-badge-zone,
.c-badge {
	display: inline-block;
	border: 1px solid #bdc1c2;
	line-height: 1.5;
	font-size: 0.8461538462em;
	padding: 2px 12px;
}
.c-badge--highlight {
	color: #e21e1e;
	border-color: #e21e1e;
}
#cv-xsells-view .product-badge-for-delivery-group,
#cv-xsells-view .concurrent-purchase-group-badge-zone,
.c-badge--delivery-group {
	color: #386f81;
	border-color: #386f81;
}
#cv-xsells-view .product-badge-for-product-badge,
#cv-xsells-view .product-badge-for-campaign-badge,
#cv-xsells-view .product-badge-for-campaign-custom-badge,
.c-badge--product-badge,
.c-badge--campaign-badge,
.c-badge--campaign-custom-badge {
	color: #d44950;
	border-color: #d44950;
	border-radius: unset;
	font-weight: unset;
}
.c-badge {
	/* NOTE: style変更の際はecforce上のapp/assets/javascripts/backbone/templates/shop/carts/browsing_histories.hamlc上のstyleも修正 */
	/* NOTE: style変更の際はecforce上のapp/assets/javascripts/backbone/templates/shop/carts/browsing_histories.hamlc上のstyleも修正 */
}
#cv-xsells-view .delivery-group-badge-zone,
#cv-xsells-view .concurrent-purchase-group-badge-zone,
#cv-xsells-view .campaign-badge-zone {
	display: contents;
}
#cv-xsells-view .product-badge-for-delivery-group,
#cv-xsells-view .concurrent-purchase-group-badge-zone {
	border-radius: unset;
	font-weight: unset;
}
.product-badge-for-concurrent-purchase-badge {
	color: #bdc1c2;
	font-size: 0.8461538462em;
	font-weight: 600;
	border: solid 1px #bdc1c2;
	padding: 2px 12px;
	margin-right: 4px;
	white-space: nowrap;
}
.c-toggle_menu {
	font-size: var(--font-size-text-body);
	position: relative;
}
.c-toggle_menu__head {
	cursor: pointer;
	-webkit-text-decoration: underline;
	text-decoration: underline;
	display: inline-flex;
	align-items: center;
	gap: 0.25em;
}
.c-toggle_menu__head::after {
	content: "";
	width: 0.5em;
	height: 0.5em;
	border-top: solid 2px;
	border-right: solid 2px;
	flex-shrink: 0;
	transform: rotate(135deg) translateX(-2px);
}
.c-toggle_menu__head.is-open {
	display: inline-flex;
	align-items: center;
	gap: 0.25em;
}
.c-toggle_menu__head.is-open::after {
	content: "";
	width: 0.5em;
	height: 0.5em;
	border-top: solid 2px;
	border-right: solid 2px;
	flex-shrink: 0;
	transform: rotate(-45deg) translateY(2px);
}
.c-toggle_menu__list {
	display: none;
	width: max-content;
	background-color: var(--color-page-bg);
	position: absolute;
	margin-top: 8px;
	padding: 6px 0;
	border-radius: 4px;
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.c-toggle_menu__item {
	padding: 12px 16px;
}
.c-toggle_menu__link {
	font-size: 0.9230769231em;
}
@media (hover: hover) and (pointer: fine) {
	.c-toggle_menu__link {
		transition: 0.4s;
	}
	.c-toggle_menu__link:not([disabled]):hover {
		opacity: 0.4;
	}
}
.c-encircled_number {
	display: inline-grid;
}
.c-encircled_number::before {
	content: "";
	border-style: solid;
	border-radius: 50%;
	border-color: var(--circle-color, black);
	border-width: var(--circle-radius, 1em);
}
.c-encircled_number::before,
.c-encircled_number__content {
	grid-area: 1/-1;
	place-self: center;
}
.c-checkbox {
	position: relative;
	width: var(--checkbox-size, 24px);
	height: var(--checkbox-size, 24px);
}
.c-checkbox::before,
.c-checkbox::after {
	content: "";
	position: absolute;
}
.c-checkbox::before {
	width: 100%;
	height: 100%;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	flex-shrink: 0;
	border-color: var(--checkbox-color, initial);
}
.c-checkbox::after {
	width: 13px;
	height: 6px;
	left: 5px;
	top: calc(50% - 4px);
	border-left-width: 2px;
	border-left-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	transform: rotate(-45deg);
	border-color: var(--checkmark-color, initial);
	display: none;
}
.c-checkbox:has(input:checked)::after {
	display: block;
}
.c-radio {
	position: relative;
	width: var(--radio-button-size, 24px);
	height: var(--radio-button-size, 24px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.c-radio::before,
.c-radio::after {
	content: "";
	position: absolute;
	border-style: solid;
	border-radius: 50%;
}
.c-radio::before {
	width: 100%;
	height: 100%;
	border-width: 1px;
	border-color: var(--radio-outline-color, initial);
	background-color: var(--radio-background-color, #ffffff);
}
.c-radio::after {
	--marker-size: calc(var(--radio-button-size) * 0.6 * 0.5);
	width: var(--marker-size);
	height: var(--marker-size);
	border-width: var(--marker-size);
	border-color: var(--radio-button-color, initial);
	display: none;
}
.c-radio:has(input:checked)::after {
	display: block;
}
.c-input {
	width: var(--input-width, 100%);
	height: var(--input-height, 40px);
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	padding: var(--input-padding, 0.7692307692em) var(--input-padding, 1.1538461538em);
	font-size: max(16px, var(--input-font-size, 1em));
}
.c-input::placeholder {
	opacity: 0.4;
}
.c-input.--with-quantity-button {
	padding: var(--input-padding, 0.5em) calc(var(--input-padding, 0.5em) + var(--input-button-size, 24px));
}
.c-input-with-button {
	display: flex;
	gap: 10px;
}
.c-input-with-button__input {
	flex-grow: 1;
}
.c-input-with-button__button {
	flex-shrink: 0;
	margin: unset;
}
.c-modal {
	max-width: unset;
	max-height: unset;
	padding: 0;
	border-radius: 8px;
	border: none;
	position: relative;
}
.c-modal::backdrop {
	background-color: rgba(0, 0, 0, 0.4);
}
.c-modal__close {
	position: sticky;
	top: 0;
	left: 100%;
	transform: translate(-15px, 15px);
	z-index: 1;
}
.c-modal__close::before {
	display: block;
	width: 24px;
	height: 24px;
	content: "";
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyBmaWxsPSdub25lJz48cmVjdCB4PSc3Ljc1NzM5JyB5PSc2LjM0MzE0JyB3aWR0aD0nMTQnIGhlaWdodD0nMicgdHJhbnNmb3JtPSdyb3RhdGUoNDUgNy43NTczOSA2LjM0MzE0KScgZmlsbD0nIzM4NkY4MScvPjxyZWN0IHg9JzE3LjY1NjknIHk9JzcuNzU3MzInIHdpZHRoPScxNCcgaGVpZ2h0PScyJyB0cmFuc2Zvcm09J3JvdGF0ZSgxMzUgMTcuNjU2OSA3Ljc1NzMyKScgZmlsbD0nIzM4NkY4MScvPjwvc3ZnPg==");
	mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyBmaWxsPSdub25lJz48cmVjdCB4PSc3Ljc1NzM5JyB5PSc2LjM0MzE0JyB3aWR0aD0nMTQnIGhlaWdodD0nMicgdHJhbnNmb3JtPSdyb3RhdGUoNDUgNy43NTczOSA2LjM0MzE0KScgZmlsbD0nIzM4NkY4MScvPjxyZWN0IHg9JzE3LjY1NjknIHk9JzcuNzU3MzInIHdpZHRoPScxNCcgaGVpZ2h0PScyJyB0cmFuc2Zvcm09J3JvdGF0ZSgxMzUgMTcuNjU2OSA3Ljc1NzMyKScgZmlsbD0nIzM4NkY4MScvPjwvc3ZnPg==");
	background: var(--Accent-1, #000000);
}
.c-modal__title {
	padding: 20px;
	border-bottom: 1px solid var(--color-page-border);
}
.c-modal__content {
	padding: 20px;
}
.c-modal__control {
	padding: 20px;
	display: flex;
	gap: 8px;
}
@media screen and (min-width: 1024px) {
	.c-modal__control {
		justify-content: end;
	}
}
.c-modal__button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	padding: 0 16px;
	box-sizing: border-box;
	padding: 24px;
	height: 40px;
	width: 100%;
	color: var(--color-text-overlay);
}
@media screen and (min-width: 1024px) {
	.c-modal__button {
		width: auto;
	}
}
.c-modal__button.--cancel,
.c-modal__button--cancel {
	background-color: #000;
}
.c-modal__button.--ok,
.c-modal__button--ok {
	background-color: var(--color-page-accent);
}
.c-selection {
	width: 100%;
}
@media screen and (min-width: 1024px) {
	.c-selection {
		width: 900px;
	}
}
.c-selection__image {
	width: 100%;
	height: auto;
}
.c-selection__note {
	padding: 20px 20px 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.c-selection__text.--left {
	text-align: left;
}
.c-selection__text.--center {
	text-align: center;
}
.c-selection__text.--description {
	--trancate-line-clamp: 3;
	--trancate-word-break: none;
	--trancate-align: left;
	align-self: start;
	flex-grow: 1;
}
.c-selection__text.--trancate {
	display: -webkit-box;
	-webkit-line-clamp: var(--trancate-line-clamp, 1);
	-webkit-box-orient: vertical;
	word-break: var(--trancate-word-break, "none");
	overflow: hidden;
	text-align: var(--trancate-align, left);
}
.c-section_title {
	text-align: center;
}
.c-section_title__head {
	letter-spacing: 0.2em;
}
.c-header_menu {
	border-radius: 2px;
	border: 0;
	-webkit-text-decoration: none;
	text-decoration: none;
	display: inline-flex;
	padding: 5px 10px;
	background: transparent;
	color: #000;
	letter-spacing: 0.65px;
	font-size: var(--font-size-text-body);
}
.c-header_menu__icon {
	width: 20px;
	height: 20px;
	aspect-ratio: 1;
}
.c-header_menu.--with-icon {
	justify-content: center;
	align-items: center;
	gap: 8px;
}
.c-header_menu.--with-spacer {
	justify-content: center;
	align-items: center;
	gap: 8px;
}
.c-header_menu.--with-spacer::before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: var(--color-page-border, transparent);
	display: inline-block;
}
.c-header_menu.--with-background {
	text-align: center;
	background: #868686;
	color: var(--color-text-overlay, #ffffff);
}
@media screen and (max-width: 719px) {
	.c-header_menu.--with-background {
		display: flex;
		padding: 10px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 4px;
		flex: 1 0 0;
	}
}
.c-hamburger_menu {
	display: inline-flex;
}
.c-hamburger_menu__icon {
	width: 20px;
	height: 20px;
	aspect-ratio: 1;
}
.c-hamburger_menu.--with-icon {
	justify-content: center;
	align-items: center;
	gap: 8px;
}
.c-hamburger_menu.--with-spacer {
	justify-content: center;
	align-items: center;
	gap: 8px;
}
.c-hamburger_menu.--with-spacer::before {
	content: "";
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: var(--color-page-border, transparent);
	display: inline-block;
}
.c-color__input--disabled--bg {
	background-color: #d8dddf !important;
}
.c-coupon {
	display: flex;
	padding: 15px;
	flex-direction: column;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 8px;
	border: 1px solid var(--color-page-border, #d8dddf);
	background: var(--color-page-bg, #ffffff);
	height: -moz-fit-content;
	height: fit-content;
}
.c-coupon__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.c-coupon__expiration {
	font-size: 0.8461538462em;
	display: flex;
	gap: 4px;
	align-items: center;
}
.c-coupon__icon {
	width: 16px;
	height: 16px;
}
.c-coupon__text.--alert {
	color: #e21e1e;
}
.c-coupon__description {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.c-coupon__content {
	display: flex;
	padding: 15px;
	justify-content: space-between;
	align-items: center;
	background: #f5f8fa;
}
.c-coupon__code {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}
.c-coupon__copy {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	padding: 0 16px;
	box-sizing: border-box;
	background: var(--color-btn-bg, #386f81);
	color: var(--color-btn-text, #ffffff);
	padding: 10px 16px;
}
@media (hover: hover) and (pointer: fine) {
	.c-coupon__copy {
		transition: 0.4s;
	}
	.c-coupon__copy:not([disabled]):hover {
		opacity: 0.4;
	}
}
.c-coupon__copy::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTMuNzUuODMzaC0xMGMtLjkxNyAwLTEuNjY3Ljc1LTEuNjY3IDEuNjY3djExLjY2N0gzLjc1VjIuNWgxMFYuODMzWm0yLjUgMy4zMzRINy4wODNjLS45MTYgMC0xLjY2Ni43NS0xLjY2NiAxLjY2NlYxNy41YzAgLjkxNy43NSAxLjY2NyAxLjY2NiAxLjY2N2g5LjE2N2MuOTE3IDAgMS42NjctLjc1IDEuNjY3LTEuNjY3VjUuODMzYzAtLjkxNi0uNzUtMS42NjYtMS42NjctMS42NjZaTTcuMDgzIDE3LjVoOS4xNjdWNS44MzNINy4wODNWMTcuNVoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==")
		no-repeat center;
}
.c-membership_rank {
	display: flex;
	padding: 20px 15px;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.c-membership_rank__current {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.c-membership_rank__next {
	display: flex;
	padding: 10px;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border: 1px solid var(--color-input-border, #bdc1c2);
	background: var(--color-page-bg, #ffffff);
}
.c-membership_rank__text.--fixed {
	display: flex;
	padding-right: 10px;
	align-items: center;
	align-self: stretch;
	border-right: 1px solid var(--color-input-border, #bdc1c2);
}
.c-membership_rank__text.--operator,
.c-membership_rank__text.--condition {
	align-self: stretch;
	text-align: center;
}
.c-membership_rank__text.--operator {
	color: var(--color-text-head, #494949);
	background: var(--color-page-border, #d8dddf);
}
.c-membership_rank__rank-up-conditions {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 4px;
	flex: 1 0 0;
}
.c-avairable_points {
	display: flex;
	padding: 20px 15px;
	justify-content: space-between;
	align-items: center;
}
.c-avairable_points__text {
	display: flex;
	align-items: center;
	gap: 4px;
}
.p-kv_slider {
	position: relative;
}
.p-kv_slider__track__list__item__inner {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 42%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transform: scale(1.1);
	transition: 1.6s ease-out;
}
@media screen and (max-width: 719px) {
	.p-kv_slider__track__list__item__inner {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media screen and (max-width: 719px) {
	.p-kv_slider__track__list__item__inner {
		padding-top: 144%;
	}
}
.p-kv_slider__track__list__item__inner:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}
@media screen and (max-width: 719px) {
	.p-kv_slider__track__list__item__inner:before {
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
	}
}
.p-kv_slider__track__list__item__inner__info {
	max-width: 1200px;
	width: calc(100% - 80px);
	position: absolute;
	left: 50%;
	bottom: 0;
	padding-bottom: 60px;
	transform: translateX(-50%);
}
@media screen and (max-width: 719px) {
	.p-kv_slider__track__list__item__inner__info {
		width: calc(100% - 60px);
	}
}
.p-kv_slider__track__list__item__inner__info__label {
	font-size: 12px;
	margin-bottom: 16px;
}
@media screen and (max-width: 719px) {
	.p-kv_slider__track__list__item__inner__info__label {
		font-size: 12px;
	}
}
@media screen and (max-width: 719px) {
	.p-kv_slider__track__list__item__inner__info__label {
		margin-bottom: 10px;
	}
}
.p-kv_slider__track__list__item__inner__info__title {
	font-size: 24px;
	margin-bottom: 30px;
}
@media screen and (max-width: 719px) {
	.p-kv_slider__track__list__item__inner__info__title {
		font-size: 22px;
	}
}
@media screen and (max-width: 719px) {
	.p-kv_slider__track__list__item__inner__info__title {
		margin-bottom: 16px;
	}
}
.p-kv_slider__track__list__item__inner__info__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 240px;
	width: 100%;
	height: 50px;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.p-kv_slider__track__list__item__inner__info__btn {
		font-size: 16px;
	}
}
.p-kv_slider__track__list__item__inner__info__btn:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.p-kv_slider__track__list__item__inner__info__btn {
		max-width: 180px;
		height: 40px;
	}
}
.p-kv_slider__track__list__item.is-active .p-kv_slider__track__list__item__inner {
	transform: none;
}
.p-kv_slider__nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	max-width: 1200px;
	width: calc(100% - 80px);
	position: absolute;
	left: 50%;
	bottom: 0;
	padding-bottom: 20px;
	transform: translateX(-50%);
}
@media screen and (max-width: 719px) {
	.p-kv_slider__nav {
		justify-content: center;
	}
}
.p-kv_slider__nav__arrow {
	width: auto;
	height: auto;
	font-size: 24px;
	position: static;
	background: none;
	opacity: 1;
	transform: none;
}
.p-kv_slider__nav__arrow--prev {
	margin-right: 20px;
	transform: scale(-1);
}
.p-kv_slider__nav__arrow--next {
	margin-left: 20px;
}
.p-kv_slider__nav__pagination {
	display: flex;
	align-items: center;
}
.p-kv_slider__nav__pagination__dot {
	display: flex;
	align-items: center;
}
.p-kv_slider__nav__pagination__dot:not(:last-child) {
	margin-right: 10px;
}
.p-kv_slider__nav__pagination__dot button {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	opacity: 0.4;
}
.p-kv_slider__nav__pagination__dot.is-current button {
	opacity: 1;
}
/* stylelint-disable no-descending-specificity */
.p-movie.--large {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	height: 48.6111111111vw;
}
@media screen and (max-width: 719px) {
	.p-movie.--large {
		padding: 0 20px;
	}
}
@media (max-width: 675px) {
	.p-movie.--large {
		height: 380px;
	}
}
.p-movie.--large:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.p-movie.--large iframe,
.p-movie.--large video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 110%;
	height: 61.875vw;
	pointer-events: none;
}
@media (max-width: 675px) {
	.p-movie.--large iframe,
	.p-movie.--large video {
		height: 380px;
		width: 676px;
	}
}
.p-movie.--large .p-movie__info {
	position: relative;
	z-index: 3;
}
.p-movie.--large .p-movie__info__title {
	margin-bottom: 20px;
}
.p-movie.--large .p-movie__info__view__btn {
	margin: 30px auto 0;
}
.p-movie.--middle,
.p-movie.--small {
	padding: 0 0 80px;
}
@media screen and (max-width: 719px) {
	.p-movie.--middle,
	.p-movie.--small {
		padding: 0 0 70px;
	}
}
.p-movie.--middle .p-movie__inner,
.p-movie.--small .p-movie__inner {
	width: 1200px;
	height: 675px;
	margin: 0 auto;
}
@media (max-width: 1260px) {
	.p-movie.--middle .p-movie__inner,
	.p-movie.--small .p-movie__inner {
		width: 92.0634920635vw;
		height: 51.7857142857vw;
	}
}
.p-movie.--middle iframe,
.p-movie.--small iframe {
	height: 100%;
	width: 100%;
}
.p-movie.--middle .p-movie__info,
.p-movie.--small .p-movie__info {
	margin-bottom: 40px;
}
@media screen and (max-width: 719px) {
	.p-movie.--middle .p-movie__info,
	.p-movie.--small .p-movie__info {
		margin-bottom: 30px;
	}
}
.p-movie.--small .p-movie__inner {
	width: 720px;
	height: 405px;
}
@media (max-width: 780px) {
	.p-movie.--small .p-movie__inner {
		width: 84.1025641026vw;
		height: 47.3076923077vw;
	}
}
.p-movie__info {
	text-align: center;
	line-height: 1;
	width: 100%;
}
.p-movie__info__title {
	font-size: 24px;
	margin-bottom: 20px;
}
@media screen and (max-width: 719px) {
	.p-movie__info__title {
		font-size: 22px;
	}
}
.p-movie__info__subTitle {
	font-size: 16px;
}
.p-movie__info__view__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 320px;
	width: 100%;
	height: 60px;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.4s;
	margin: 30px auto 0;
}
@media screen and (max-width: 719px) {
	.p-movie__info__view__btn {
		font-size: 16px;
	}
}
.p-movie__info__view__btn:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.p-movie__info__view__btn {
		max-width: 280px;
		height: 50px;
	}
}
.p-movie__info__view__btn:hover {
	opacity: 0.8 !important;
}
.p-new_product {
	padding: 0 100px;
}
@media screen and (max-width: 719px) {
	.p-new_product {
		padding: 0 20px;
	}
}
.p-new_product__title {
	text-align: center;
	margin-bottom: 40px;
}
.p-new_product__title__en {
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
.p-new_product__slider__track__list {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 719px) {
	.p-new_product__slider__track__list {
		flex-wrap: wrap;
	}
}
.p-new_product__slider__track__list__item {
	width: calc((100% - 180px) / 4);
}
@media screen and (max-width: 719px) {
	.p-new_product__slider__track__list__item {
		width: calc((100% - 15px) / 2);
	}
	.p-new_product__slider__track__list__item:nth-child(n + 3) {
		margin-top: 20px;
	}
}
.p-new_product__more {
	margin-top: 40px;
}
.p-new_product__more__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 320px;
	width: 100%;
	height: 60px;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.4s;
	margin: 0 auto;
}
@media screen and (max-width: 719px) {
	.p-new_product__more__btn {
		font-size: 16px;
	}
}
.p-new_product__more__btn:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.p-new_product__more__btn {
		max-width: 280px;
		height: 50px;
	}
}
.p-new_product .medium-up--one-1 {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
}
.p-new_product .medium-up--one-1:not(:first-child) {
	margin-top: 40px;
}
@media screen and (min-width: 720px) {
	.p-new_product .medium-up--one-1 .c-product_item {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.p-new_product .medium-up--one-1 .c-product_item__inner__eyecatch {
		width: calc((100% - 40px) / 2);
	}
	.p-new_product .medium-up--one-1 .c-product_item__inner__content {
		width: calc((100% - 40px) / 2);
	}
	.p-new_product .medium-up--one-1 .c-product_item__inner__title {
		font-size: 24px;
	}
}
@media screen and (min-width: 720px) and (max-width: 719px) {
	.p-new_product .medium-up--one-1 .c-product_item__inner__title {
		font-size: 22px;
	}
}
@media screen and (min-width: 720px) {
	.p-new_product .medium-up--one-1 .c-product_item__inner__category {
		font-size: 16px;
	}
}
@media screen and (min-width: 720px) and (max-width: 719px) {
	.p-new_product .medium-up--one-1 .c-product_item__inner__category {
		font-size: 16px;
	}
}
@media screen and (min-width: 720px) {
	.p-new_product .medium-up--one-1 .c-product_item__inner__price {
		font-size: 24px;
	}
}
@media screen and (min-width: 720px) and (max-width: 719px) {
	.p-new_product .medium-up--one-1 .c-product_item__inner__price {
		font-size: 22px;
	}
}
@media screen and (max-width: 719px) {
	.p-new_product .medium-up--one-1 {
		width: 100%;
	}
	.p-new_product .medium-up--one-1:not(:first-child) {
		margin-top: 20px;
	}
}
@media screen and (max-width: 719px) {
	.p-new_product .medium-up--one-1.forced-single-row {
		width: 100%;
	}
	.p-new_product .medium-up--one-1.forced-single-row:not(:first-child) {
		margin-top: 20px;
	}
}
@media screen and (min-width: 720px) {
	.p-new_product .medium-up--one-2 {
		width: calc((100% - 60px) / 2);
	}
	.p-new_product .medium-up--one-2:nth-child(n + 3) {
		margin-top: 40px;
	}
	.p-new_product .medium-up--one-2:nth-child(even) {
		margin-left: 60px;
	}
	.p-new_product .medium-up--one-2 .c-product_item {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.p-new_product .medium-up--one-2 .c-product_item__inner__eyecatch {
		width: calc((100% - 30px) / 2);
	}
	.p-new_product .medium-up--one-2 .c-product_item__inner__content {
		width: calc((100% - 30px) / 2);
	}
	.p-new_product .medium-up--one-2 .c-product_item__inner__title {
		font-size: 24px;
	}
}
@media screen and (min-width: 720px) and (max-width: 719px) {
	.p-new_product .medium-up--one-2 .c-product_item__inner__title {
		font-size: 22px;
	}
}
@media screen and (min-width: 720px) {
	.p-new_product .medium-up--one-2 .c-product_item__inner__category {
		font-size: 16px;
	}
}
@media screen and (min-width: 720px) and (max-width: 719px) {
	.p-new_product .medium-up--one-2 .c-product_item__inner__category {
		font-size: 16px;
	}
}
@media screen and (min-width: 720px) {
	.p-new_product .medium-up--one-2 .c-product_item__inner__price {
		font-size: 24px;
	}
}
@media screen and (min-width: 720px) and (max-width: 719px) {
	.p-new_product .medium-up--one-2 .c-product_item__inner__price {
		font-size: 22px;
	}
}
@media screen and (max-width: 719px) {
	.p-new_product .medium-up--one-2.forced-single-row {
		width: 100%;
	}
	.p-new_product .medium-up--one-2.forced-single-row:not(:first-child) {
		margin-top: 20px;
	}
}
@media screen and (max-width: 719px) {
	.p-new_product .medium-up--one-2:not(.forced-single-row) {
		width: calc((100% - 15px) / 2);
	}
	.p-new_product .medium-up--one-2:not(.forced-single-row):nth-child(even) {
		margin-left: 15px;
	}
	.p-new_product .medium-up--one-2:not(.forced-single-row):nth-child(n + 3) {
		margin-top: 20px;
	}
}
@media screen and (min-width: 720px) {
	.p-new_product .medium-up--one-3 {
		width: calc((100% - 120px) / 3);
	}
	.p-new_product .medium-up--one-3:nth-child(n + 4) {
		margin-top: 40px;
	}
	.p-new_product .medium-up--one-3:not(:nth-child(3n + 1)) {
		margin-left: 40px;
	}
	.p-new_product .medium-up--one-3 .c-product_item__inner__title {
		font-size: 18px;
	}
}
@media screen and (min-width: 720px) and (max-width: 719px) {
	.p-new_product .medium-up--one-3 .c-product_item__inner__title {
		font-size: 18px;
	}
}
@media screen and (min-width: 720px) {
	.p-new_product .medium-up--one-3 .c-product_item__inner__category {
		font-size: 14px;
	}
}
@media screen and (min-width: 720px) and (max-width: 719px) {
	.p-new_product .medium-up--one-3 .c-product_item__inner__category {
		font-size: 14px;
	}
}
@media screen and (min-width: 720px) {
	.p-new_product .medium-up--one-3 .c-product_item__inner__price {
		font-size: 18px;
	}
}
@media screen and (min-width: 720px) and (max-width: 719px) {
	.p-new_product .medium-up--one-3 .c-product_item__inner__price {
		font-size: 18px;
	}
}
@media screen and (max-width: 719px) {
	.p-new_product .medium-up--one-3.forced-single-row {
		width: 100%;
	}
	.p-new_product .medium-up--one-3.forced-single-row:not(:first-child) {
		margin-top: 20px;
	}
}
@media screen and (max-width: 719px) {
	.p-new_product .medium-up--one-3:not(.forced-single-row) {
		width: calc((100% - 15px) / 2);
	}
	.p-new_product .medium-up--one-3:not(.forced-single-row):nth-child(even) {
		margin-left: 15px;
	}
	.p-new_product .medium-up--one-3:not(.forced-single-row):nth-child(n + 3) {
		margin-top: 20px;
	}
}
@media screen and (min-width: 720px) {
	.p-new_product .medium-up--one-4 {
		width: calc((100% - 120px) / 4);
	}
	.p-new_product .medium-up--one-4:not(:nth-child(4n + 1)) {
		margin-left: 40px;
	}
	.p-new_product .medium-up--one-4:nth-child(n + 5) {
		margin-top: 40px;
	}
}
@media screen and (max-width: 719px) {
	.p-new_product .medium-up--one-4.forced-single-row {
		width: 100%;
	}
	.p-new_product .medium-up--one-4.forced-single-row:not(:first-child) {
		margin-top: 20px;
	}
}
@media screen and (max-width: 719px) {
	.p-new_product .medium-up--one-4:not(.forced-single-row) {
		width: calc((100% - 15px) / 2);
	}
	.p-new_product .medium-up--one-4:not(.forced-single-row):nth-child(even) {
		margin-left: 15px;
	}
	.p-new_product .medium-up--one-4:not(.forced-single-row):nth-child(n + 3) {
		margin-top: 20px;
	}
}
@media screen and (min-width: 720px) {
	.p-new_product .medium-up--one-5 {
		width: calc((100% - 80px) / 5);
	}
	.p-new_product .medium-up--one-5:not(:nth-child(5n + 1)) {
		margin-left: 20px;
	}
	.p-new_product .medium-up--one-5:nth-child(n + 6) {
		margin-top: 40px;
	}
}
@media screen and (max-width: 719px) {
	.p-new_product .medium-up--one-5.forced-single-row {
		width: 100%;
	}
	.p-new_product .medium-up--one-5.forced-single-row:not(:first-child) {
		margin-top: 20px;
	}
}
@media screen and (max-width: 719px) {
	.p-new_product .medium-up--one-5:not(.forced-single-row) {
		width: calc((100% - 15px) / 2);
	}
	.p-new_product .medium-up--one-5:not(.forced-single-row):nth-child(even) {
		margin-left: 15px;
	}
	.p-new_product .medium-up--one-5:not(.forced-single-row):nth-child(n + 3) {
		margin-top: 20px;
	}
}
.p-show_selection {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.p-show_selection > h1 {
	margin-top: 60px;
	margin-bottom: 40px;
}
@media screen and (max-width: 719px) {
	.p-show_selection > h1 {
		margin-top: 30px;
		margin-bottom: 20px;
	}
}
.p-selection__eye_catch img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.p-selection_eye_catch {
	padding-right: 40px;
	padding-left: 40px;
}
.p-selection_eye_catch_inner {
	height: 460px;
}
.p-selection_eye_catch_inner .p-selection__eye_catch {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 719px) {
	.p-selection_eye_catch {
		padding: 0;
	}
	.p-selection_eye_catch_inner {
		height: 350px;
		padding: 0;
	}
}
.p-category_panel__title {
	display: flex;
	flex-direction: column;
	place-items: center;
}
.p-category_panel__title__en {
	font-size: 24px;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
@media screen and (max-width: 719px) {
	.p-category_panel__title__en {
		font-size: 22px;
	}
}
.p-category_panel__title__jp {
	font-size: 16px;
}
@media screen and (max-width: 719px) {
	.p-category_panel__title__jp {
		font-size: 16px;
	}
}
.p-category_panel__container {
	margin: 40px auto 0;
}
@media screen and (max-width: 719px) {
	.p-category_panel__container {
		margin-top: 8vw;
	}
}
.p-category_panel__image {
	min-height: 0;
}
.p-category_panel__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@supports not (aspect-ratio: hoge) {
	.p-category_panel__image {
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.p-category_panel__image::before {
		content: "";
		display: block;
		padding-top: 100%;
	}
	.p-category_panel__image img {
		position: absolute;
		inset: 0;
	}
}
.p-category_panel__container--flex .p-category_panel__content {
	display: flex;
	flex-wrap: wrap;
}
.p-category_panel__container--flex .p-category_panel__info {
	z-index: 1;
	width: calc(100% - 100px);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-bottom: 40px;
	margin-left: 50px;
}
@media screen and (max-width: 719px) {
	.p-category_panel__container--flex .p-category_panel__info {
		width: calc(100% - 60px);
		margin-bottom: 30px;
		margin-left: 30px;
	}
}
.p-category_panel__container--flex .p-category_panel__category {
	font-size: 20px;
}
@media screen and (max-width: 719px) {
	.p-category_panel__container--flex .p-category_panel__category {
		font-size: 19px;
	}
}
.p-category_panel__container--flex .p-category_panel__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 240px;
	width: 100%;
	height: 50px;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.4s;
	margin-top: 20px;
}
@media screen and (max-width: 719px) {
	.p-category_panel__container--flex .p-category_panel__btn {
		font-size: 16px;
	}
}
.p-category_panel__container--flex .p-category_panel__btn:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.p-category_panel__container--flex .p-category_panel__btn {
		max-width: 180px;
		height: 40px;
	}
}
.p-category_panel__container--flex .p-category_panel__link {
	display: none;
}
.p-category_panel__container--flex .p-category_panel__block {
	display: grid;
	height: 500px;
}
.p-category_panel__container--flex .p-category_panel__block > *,
.p-category_panel__container--flex .p-category_panel__block::before,
.p-category_panel__container--flex .p-category_panel__block::after {
	grid-area: 1/-1;
}
.p-category_panel__container--flex .p-category_panel__block:before {
	content: "";
	z-index: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}
@media screen and (max-width: 719px) {
	.p-category_panel__container--flex .p-category_panel__block:before {
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
	}
}
.p-category_panel__container--flex .p-category_panel__block--1 {
	width: 100%;
}
.p-category_panel__container--flex .p-category_panel__block--2,
.p-category_panel__container--flex .p-category_panel__block--4 {
	width: 50%;
}
.p-category_panel__container--flex .p-category_panel__block--3,
.p-category_panel__container--flex .p-category_panel__block--6,
.p-category_panel__container--flex .p-category_panel__block--9,
.p-category_panel__container--flex .p-category_panel__block--12 {
	width: 33.3333333333%;
}
.p-category_panel__container--flex .p-category_panel__block--5 {
	width: 50%;
}
.p-category_panel__container--flex .p-category_panel__block--5:nth-child(n + 3) {
	width: 33.3333333333%;
}
.p-category_panel__container--flex .p-category_panel__block--7 {
	width: 50%;
}
.p-category_panel__container--flex .p-category_panel__block--7:nth-child(3),
.p-category_panel__container--flex .p-category_panel__block--7:nth-child(4),
.p-category_panel__container--flex .p-category_panel__block--7:nth-child(5) {
	width: 33.3333333333%;
}
.p-category_panel__container--flex .p-category_panel__block--8 {
	width: 33.3333333333%;
}
.p-category_panel__container--flex .p-category_panel__block--8:nth-child(4),
.p-category_panel__container--flex .p-category_panel__block--8:nth-child(5) {
	width: 50%;
}
.p-category_panel__container--flex .p-category_panel__block--10 {
	width: 33.3333333333%;
}
.p-category_panel__container--flex .p-category_panel__block--10:nth-child(5n + 1),
.p-category_panel__container--flex .p-category_panel__block--10:nth-child(5n + 2) {
	width: 50%;
}
.p-category_panel__container--flex .p-category_panel__block--11 {
	width: 33.3333333333%;
}
.p-category_panel__container--flex .p-category_panel__block--11:nth-child(1),
.p-category_panel__container--flex .p-category_panel__block--11:nth-child(2) {
	width: 50%;
}
@media screen and (max-width: 719px) {
	.p-category_panel__container--flex .p-category_panel__block:nth-child(n) {
		width: 100%;
		height: 60vw;
	}
}
.p-category_panel__container--grid {
	width: 86.1111111111vw;
}
@media screen and (max-width: 719px) {
	.p-category_panel__container--grid {
		padding: 0 4vw;
	}
}
.p-category_panel__container--grid .p-category_panel__content {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: -2.7777777778vw -1.5625vw;
}
@media screen and (max-width: 719px) {
	.p-category_panel__container--grid .p-category_panel__content {
		margin: -5.3333333333vw -2vw;
	}
}
.p-category_panel__container--grid .p-category_panel__block {
	width: calc(100% / 4 - 3.125vw);
	margin: 2.7777777778vw 1.5625vw;
	display: grid;
	grid-template: "image" auto "info" auto/auto;
	gap: min(2.7777777778vw, 40px);
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.p-category_panel__container--grid .p-category_panel__block {
		width: calc(100% / 2 - 4vw);
		margin: 5.3333333333vw 2vw;
	}
}
@media screen and (max-width: 719px) {
	.p-category_panel__container--grid .p-category_panel__block {
		gap: 5.3333333333vw;
	}
}
.p-category_panel__container--grid .p-category_panel__block:hover {
	opacity: 0.4;
}
.p-category_panel__container--grid .p-category_panel__block--1 {
	height: auto;
}
.p-category_panel__container--grid .p-category_panel__block--1::before {
	content: none;
}
.p-category_panel__container--grid .p-category_panel__info {
	grid-area: info;
	z-index: 0;
}
.p-category_panel__container--grid .p-category_panel__category {
	text-align: center;
}
.p-category_panel__container--grid .p-category_panel__image {
	grid-area: image;
	z-index: 0;
}
.p-category_panel__container--grid .p-category_panel__image img {
	object-fit: contain;
	aspect-ratio: 1.3333333333;
}
@supports not (aspect-ratio: hoge) {
	.p-category_panel__container--grid .p-category_panel__image::before {
		padding-top: 75%;
	}
}
.p-category_panel__container--grid .p-category_panel__btn {
	display: none;
}
.p-category_panel__container--grid .p-category_panel__link {
	grid-row: 1/-1;
	grid-column: 1/-1;
	z-index: 1;
}
.p-pickup_product {
	padding-right: 40px;
	padding-left: 40px;
}
@media screen and (max-width: 719px) {
	.p-pickup_product {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.p-pickup_product__header {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.p-pickup_product__header__title {
	font-size: 30px;
	text-align: center;
}
@media screen and (max-width: 719px) {
	.p-pickup_product__header__title {
		font-size: 24px;
	}
}
.p-pickup_product__header__lead {
	font-size: 14px;
	line-height: 2;
	text-align: center;
	margin-top: 20px;
}
@media screen and (max-width: 719px) {
	.p-pickup_product__header__lead {
		font-size: 14px;
	}
}
.p-pickup_product__inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.p-pickup_product__inner__container {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.p-pickup_product__inner__container__img {
	width: calc(40% - 30px);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media screen and (max-width: 719px) {
	.p-pickup_product__inner__container__img {
		display: none;
	}
}
.p-pickup_product__inner__container__list {
	display: flex;
	flex-wrap: wrap;
	width: calc(60% - 30px);
}
@media screen and (max-width: 719px) {
	.p-pickup_product__inner__container__list {
		width: 100%;
	}
}
.p-pickup_product__inner__container__list__item {
	width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 719px) {
	.p-pickup_product__inner__container__list__item {
		width: calc((100% - 15px) / 2);
	}
}
.p-pickup_product__inner__container__list__item:not(:nth-child(3n)) {
	margin-right: 30px;
}
@media screen and (max-width: 719px) {
	.p-pickup_product__inner__container__list__item:not(:nth-child(3n)) {
		margin-right: 0;
	}
}
.p-pickup_product__inner__container__list__item:nth-child(n + 4) {
	margin-top: 30px;
}
@media screen and (max-width: 719px) {
	.p-pickup_product__inner__container__list__item:nth-child(n + 4) {
		margin-top: 0;
	}
}
@media screen and (max-width: 719px) {
	.p-pickup_product__inner__container__list__item:nth-child(odd) {
		margin-right: 15px;
	}
}
@media screen and (max-width: 719px) {
	.p-pickup_product__inner__container__list__item:nth-child(n + 3) {
		margin-top: 20px;
	}
}
/* stylelint-disable no-descending-specificity */
.p-review {
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 80px;
	padding-bottom: 80px;
	border-top: 1px solid;
}
@media screen and (max-width: 719px) {
	.p-review {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media screen and (max-width: 719px) {
	.p-review {
		padding: 60px 30px;
	}
}
.p-review__inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.p-review__inner__copy {
	font-size: 30px;
	text-align: center;
	margin-bottom: 60px;
}
@media screen and (max-width: 719px) {
	.p-review__inner__copy {
		font-size: 24px;
	}
}
.p-review__inner__title {
	font-size: 24px;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (max-width: 719px) {
	.p-review__inner__title {
		font-size: 22px;
	}
}
.p-review__inner__subtitle {
	display: flex;
	justify-content: center;
}
.p-review__inner__entry {
	text-align: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 719px) {
	.p-review__inner__entry {
		margin-bottom: 30px;
	}
}
.p-review__inner__entry__btn {
	font-size: 14px;
	-webkit-text-decoration: underline;
	text-decoration: underline;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.p-review__inner__entry__btn {
		font-size: 14px;
	}
}
.p-review__inner__entry__btn:hover {
	opacity: 0.4;
}
.p-review__inner__entry__content {
	display: none;
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 40px;
	margin-top: 40px;
}
@media screen and (max-width: 719px) {
	.p-review__inner__entry__content {
		padding: 40px 20px;
	}
}
.p-review__inner__entry__content__title {
	font-size: 24px;
}
@media screen and (max-width: 719px) {
	.p-review__inner__entry__content__title {
		font-size: 22px;
	}
}
.p-review__inner__entry__content__notes {
	font-size: 14px;
	margin: 10px 0 30px;
}
@media screen and (max-width: 719px) {
	.p-review__inner__entry__content__notes {
		font-size: 14px;
	}
}
.p-review__inner__entry__content__form {
	text-align: center;
}
.p-review__inner__entry__content__form__cancel {
	font-size: 14px;
	-webkit-text-decoration: underline;
	text-decoration: underline;
	margin-top: 30px;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.p-review__inner__entry__content__form__cancel {
		font-size: 14px;
	}
}
.p-review__inner__entry__content__form__cancel:hover {
	opacity: 0.4;
}
.p-review__inner__entry__content__form__submit {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 320px;
	width: 100%;
	height: 60px;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.4s;
	margin: 20px auto 0;
}
@media screen and (max-width: 719px) {
	.p-review__inner__entry__content__form__submit {
		font-size: 16px;
	}
}
.p-review__inner__entry__content__form__submit:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.p-review__inner__entry__content__form__submit {
		max-width: 280px;
		height: 50px;
	}
}
.p-review__inner__list {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 719px) {
	.p-review__inner__list {
		display: block;
	}
}
.p-review__inner__list__item,
.p-review__inner__list__item_modal {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: none;
}
.p-review__inner__list__item:first-child,
.p-review__inner__list__item_modal:first-child {
	border-top-width: 1px;
	border-top-style: solid;
}
.p-review__inner__list__item.is-default,
.p-review__inner__list__item_modal.is-default {
	display: block;
}
.p-review__inner__list .medium-up--one-1 {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
}
.p-review__inner__list .medium-up--one-1:not(:first-child) {
	margin-top: 40px;
}
@media screen and (min-width: 720px) {
	.p-review__inner__list .medium-up--one-2 {
		width: calc((100% - 40px) / 2);
	}
	.p-review__inner__list .medium-up--one-2:not(:nth-child(2n + 1)) {
		margin-left: 40px;
	}
	.p-review__inner__list .medium-up--one-2:nth-child(n + 3) {
		margin-top: 40px;
	}
}
@media screen and (max-width: 719px) {
	.p-review__inner__list .medium-up--one-2 {
		width: 100%;
	}
}
@media screen and (max-width: 719px) and (max-width: 719px) {
	.p-review__inner__list .medium-up--one-2:not(:first-child) {
		margin-top: 20px;
	}
}
@media screen and (min-width: 720px) {
	.p-review__inner__list .medium-up--one-3 {
		width: calc((100% - 80px) / 3);
	}
	.p-review__inner__list .medium-up--one-3:not(:nth-child(3n + 1)) {
		margin-left: 40px;
	}
	.p-review__inner__list .medium-up--one-3:nth-child(n + 4) {
		margin-top: 40px;
	}
}
@media screen and (max-width: 719px) {
	.p-review__inner__list .medium-up--one-3 {
		width: 100%;
	}
}
@media screen and (max-width: 719px) and (max-width: 719px) {
	.p-review__inner__list .medium-up--one-3:not(:first-child) {
		margin-top: 20px;
	}
}
@media screen and (min-width: 720px) {
	.p-review__inner__list .medium-up--one-4 {
		width: calc((100% - 120px) / 4);
	}
	.p-review__inner__list .medium-up--one-4:not(:nth-child(4n + 1)) {
		margin-left: 40px;
	}
	.p-review__inner__list .medium-up--one-4:nth-child(n + 5) {
		margin-top: 40px;
	}
}
@media screen and (max-width: 719px) {
	.p-review__inner__list .medium-up--one-4 {
		width: 100%;
	}
}
@media screen and (max-width: 719px) and (max-width: 719px) {
	.p-review__inner__list .medium-up--one-4:not(:first-child) {
		margin-top: 20px;
	}
}
@media screen and (min-width: 720px) {
	.p-review__inner__list .medium-up--one-5 {
		width: calc((100% - 80px) / 5);
	}
	.p-review__inner__list .medium-up--one-5:not(:nth-child(5n + 1)) {
		margin-left: 20px;
	}
	.p-review__inner__list .medium-up--one-5:nth-child(n + 6) {
		margin-top: 20px;
	}
	.p-review__inner__list .medium-up--one-5 .c-review_item {
		padding: 20px;
	}
}
@media screen and (max-width: 719px) {
	.p-review__inner__list .medium-up--one-5 {
		width: 100%;
	}
}
@media screen and (max-width: 719px) and (max-width: 719px) {
	.p-review__inner__list .medium-up--one-5:not(:first-child) {
		margin-top: 20px;
	}
}
.p-review__inner__all__list {
	display: none;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.p-review__inner__all__list .medium-up--one-1 {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
}
.p-review__inner__all__list .medium-up--one-1:not(:first-child) {
	margin-top: 40px;
}
@media screen and (min-width: 720px) {
	.p-review__inner__all__list .medium-up--one-2 {
		width: calc((100% - 40px) / 2);
	}
	.p-review__inner__all__list .medium-up--one-2:not(:nth-child(2n + 1)) {
		margin-left: 40px;
	}
	.p-review__inner__all__list .medium-up--one-2:nth-child(n + 3) {
		margin-top: 40px;
	}
}
@media screen and (max-width: 719px) {
	.p-review__inner__all__list .medium-up--one-2 {
		width: 100%;
	}
}
@media screen and (max-width: 719px) and (max-width: 719px) {
	.p-review__inner__all__list .medium-up--one-2:not(:first-child) {
		margin-top: 20px;
	}
}
@media screen and (min-width: 720px) {
	.p-review__inner__all__list .medium-up--one-3 {
		width: calc((100% - 80px) / 3);
	}
	.p-review__inner__all__list .medium-up--one-3:not(:nth-child(3n + 1)) {
		margin-left: 40px;
	}
	.p-review__inner__all__list .medium-up--one-3:nth-child(n + 4) {
		margin-top: 40px;
	}
}
@media screen and (max-width: 719px) {
	.p-review__inner__all__list .medium-up--one-3 {
		width: 100%;
	}
}
@media screen and (max-width: 719px) and (max-width: 719px) {
	.p-review__inner__all__list .medium-up--one-3:not(:first-child) {
		margin-top: 20px;
	}
}
@media screen and (min-width: 720px) {
	.p-review__inner__all__list .medium-up--one-4 {
		width: calc((100% - 120px) / 4);
	}
	.p-review__inner__all__list .medium-up--one-4:not(:nth-child(4n + 1)) {
		margin-left: 40px;
	}
	.p-review__inner__all__list .medium-up--one-4:nth-child(n + 5) {
		margin-top: 40px;
	}
}
@media screen and (max-width: 719px) {
	.p-review__inner__all__list .medium-up--one-4 {
		width: 100%;
	}
}
@media screen and (max-width: 719px) and (max-width: 719px) {
	.p-review__inner__all__list .medium-up--one-4:not(:first-child) {
		margin-top: 20px;
	}
}
@media screen and (min-width: 720px) {
	.p-review__inner__all__list .medium-up--one-5 {
		width: calc((100% - 80px) / 5);
	}
	.p-review__inner__all__list .medium-up--one-5:not(:nth-child(5n + 1)) {
		margin-left: 20px;
	}
	.p-review__inner__all__list .medium-up--one-5:nth-child(n + 6) {
		margin-top: 20px;
	}
	.p-review__inner__all__list .medium-up--one-5 .c-review_item {
		padding: 20px;
	}
}
@media screen and (max-width: 719px) {
	.p-review__inner__all__list .medium-up--one-5 {
		width: 100%;
	}
}
@media screen and (max-width: 719px) and (max-width: 719px) {
	.p-review__inner__all__list .medium-up--one-5:not(:first-child) {
		margin-top: 20px;
	}
}
.p-review__inner__all__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 320px;
	width: 100%;
	height: 60px;
	font-size: 16px;
	position: relative;
	border-radius: 2px;
	transition: 0.4s;
	margin: 40px auto 0;
}
@media screen and (max-width: 719px) {
	.p-review__inner__all__btn {
		font-size: 16px;
	}
}
.p-review__inner__all__btn:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.p-review__inner__all__btn:hover {
		opacity: 1;
	}
}
.p-review__inner__all__btn:before {
	content: "\e911";
	font-size: 24px;
	position: absolute;
	left: 30px;
	top: calc(50% - 12px);
	transition: 0.4s;
}
.p-review__inner__all__btn:after {
	content: "\e910";
	font-size: 24px;
	position: absolute;
	left: 30px;
	top: calc(50% - 12px);
	transform: scale(0);
	opacity: 0;
	transition: 0.4s;
}
.p-review__inner__all__btn.is-open:before {
	transform: scale(0);
	opacity: 0;
}
.p-review__inner__all__btn.is-open:after {
	transform: none;
	opacity: 1;
}
@media screen and (max-width: 719px) {
	.p-review__inner__all__btn {
		margin: 20px auto 0;
	}
}
.p-media {
	padding-right: 40px;
	padding-left: 40px;
}
@media screen and (max-width: 719px) {
	.p-media {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.p-media__inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.p-media__inner.media-innerdisp-conut-2 {
	max-width: 750px;
}
.p-media__inner__list {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 719px) {
	.p-media__inner__list {
		display: block;
	}
}
@media screen and (min-width: 720px) {
	.p-media__inner__list .medium-up--one-1 {
		max-width: 720px;
		width: 100%;
		margin: 0 auto;
	}
	.p-media__inner__list .medium-up--one-1 .c-media_item {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.p-media__inner__list .medium-up--one-1 .c-media_item__img {
		width: calc((100% - 40px) / 2);
	}
	.p-media__inner__list .medium-up--one-1 .c-media_item__text {
		width: calc((100% - 40px) / 2);
		font-size: 18px;
	}
}
@media screen and (min-width: 720px) and (max-width: 719px) {
	.p-media__inner__list .medium-up--one-1 .c-media_item__text {
		font-size: 18px;
	}
}
@media screen and (max-width: 719px) {
	.p-media__inner__list .medium-up--one-1 .c-media_item {
		display: block;
		padding: 0;
	}
	.p-media__inner__list .medium-up--one-1 .c-media_item__img {
		width: 100%;
	}
	.p-media__inner__list .medium-up--one-1 .c-media_item__text {
		padding-left: 0;
		margin-top: 20px;
	}
}
@media screen and (min-width: 720px) {
	.p-media__inner__list .medium-up--one-2 {
		width: calc((720px - 60px) / 2);
	}
	.p-media__inner__list .medium-up--one-2:nth-child(1) {
		margin-left: 30px;
		margin-right: 30px;
	}
	.p-media__inner__list .medium-up--one-2:nth-child(2) {
		margin-left: 30px;
		margin-right: auto;
	}
}
@media screen and (max-width: 719px) {
	.p-media__inner__list .medium-up--one-2 {
		width: 100%;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}
	.p-media__inner__list .medium-up--one-2:first-child {
		border-top-width: 1px;
		border-top-style: solid;
	}
}
@media screen and (min-width: 720px) {
	.p-media__inner__list .medium-up--one-3 {
		width: calc((100% - 120px) / 3);
	}
	.p-media__inner__list .medium-up--one-3:not(:first-child) {
		margin-left: 30px;
	}
}
@media screen and (max-width: 719px) {
	.p-media__inner__list .medium-up--one-3 {
		width: 100%;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}
	.p-media__inner__list .medium-up--one-3:first-child {
		border-top-width: 1px;
		border-top-style: solid;
	}
}
@media screen and (min-width: 720px) {
	.p-media__inner__list .medium-up--one-4 {
		width: calc((100% - 120px) / 4);
	}
	.p-media__inner__list .medium-up--one-4:not(:first-child) {
		margin-left: 40px;
	}
}
@media screen and (max-width: 719px) {
	.p-media__inner__list .medium-up--one-4 {
		width: 100%;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}
	.p-media__inner__list .medium-up--one-4:first-child {
		border-top-width: 1px;
		border-top-style: solid;
	}
}
@media screen and (min-width: 720px) {
	.p-media__inner__list .medium-up--one-5 {
		width: calc((100% - 80px) / 5);
	}
	.p-media__inner__list .medium-up--one-5:not(:first-child) {
		margin-left: 20px;
	}
}
@media screen and (max-width: 719px) {
	.p-media__inner__list .medium-up--one-5 {
		width: 100%;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}
	.p-media__inner__list .medium-up--one-5:first-child {
		border-top-width: 1px;
		border-top-style: solid;
	}
}
.p-column {
	padding-right: 40px;
	padding-left: 40px;
}
@media screen and (max-width: 719px) {
	.p-column {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.p-column__inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.p-column__inner__title {
	text-align: center;
	margin-bottom: 40px;
}
.p-column__inner__title__en {
	font-size: 24px;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
@media screen and (max-width: 719px) {
	.p-column__inner__title__en {
		font-size: 22px;
	}
}
.p-column__inner__title__jp {
	font-size: 16px;
}
@media screen and (max-width: 719px) {
	.p-column__inner__title__jp {
		font-size: 16px;
	}
}
.p-column__inner__list {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 719px) {
	.p-column__inner__list {
		display: block;
	}
}
.p-column__inner__list .medium-up--one-1:not(:first-child) {
	margin-top: 40px;
}
@media screen and (min-width: 720px) {
	.p-column__inner__list .medium-up--one-1 {
		max-width: 720px;
		width: 100%;
		margin: 0 auto;
	}
	.p-column__inner__list .medium-up--one-1 .c-column_item__inner__title {
		font-size: 18px;
		margin-top: 40px;
	}
}
@media screen and (min-width: 720px) and (max-width: 719px) {
	.p-column__inner__list .medium-up--one-1 .c-column_item__inner__title {
		font-size: 18px;
	}
}
@media screen and (min-width: 720px) {
	.p-column__inner__list .medium-up--one-1 .c-column_item__inner__date {
		margin-top: 20px;
	}
}
@media screen and (min-width: 720px) {
	.p-column__inner__list .medium-up--one-2 {
		width: calc((100% - 60px) / 2);
	}
	.p-column__inner__list .medium-up--one-2:not(:first-child) {
		margin-left: 60px;
	}
	.p-column__inner__list .medium-up--one-2:nth-child(n + 3) {
		margin-top: 40px;
	}
	.p-column__inner__list .medium-up--one-2 .c-column_item__inner__title {
		font-size: 18px;
		margin-top: 30px;
	}
}
@media screen and (min-width: 720px) and (max-width: 719px) {
	.p-column__inner__list .medium-up--one-2 .c-column_item__inner__title {
		font-size: 18px;
	}
}
@media screen and (min-width: 720px) {
	.p-column__inner__list .medium-up--one-2 .c-column_item__inner__date {
		margin-top: 10px;
	}
}
@media screen and (max-width: 719px) {
	.p-column__inner__list .medium-up--one-2:not(:first-child) {
		margin-top: 40px;
	}
}
@media screen and (min-width: 720px) {
	.p-column__inner__list .medium-up--one-3 {
		width: calc((100% - 120px) / 3);
	}
	.p-column__inner__list .medium-up--one-3:not(:nth-child(3n + 1)) {
		margin-left: 60px;
	}
	.p-column__inner__list .medium-up--one-3:nth-child(n + 4) {
		margin-top: 40px;
	}
}
@media screen and (max-width: 719px) {
	.p-column__inner__list .medium-up--one-3:not(:first-child) {
		margin-top: 40px;
	}
}
@media screen and (min-width: 720px) {
	.p-column__inner__list .medium-up--one-4 {
		width: calc((100% - 120px) / 4);
	}
	.p-column__inner__list .medium-up--one-4:not(:first-child) {
		margin-left: 40px;
	}
	.p-column__inner__list .medium-up--one-4:nth-child(n + 5) {
		margin-top: 40px;
	}
}
@media screen and (max-width: 719px) {
	.p-column__inner__list .medium-up--one-4:not(:first-child) {
		margin-top: 40px;
	}
}
@media screen and (min-width: 720px) {
	.p-column__inner__list .medium-up--one-5 {
		width: calc((100% - 80px) / 5);
	}
	.p-column__inner__list .medium-up--one-5:not(:first-child) {
		margin-left: 20px;
	}
	.p-column__inner__list .medium-up--one-5:nth-child(n + 6) {
		margin-top: 40px;
	}
}
@media screen and (max-width: 719px) {
	.p-column__inner__list .medium-up--one-5:not(:first-child) {
		margin-top: 40px;
	}
}
.p-column__inner__more {
	margin-top: 40px;
}
.p-column__inner__more__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 320px;
	width: 100%;
	height: 60px;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.4s;
	margin: 0 auto;
}
@media screen and (max-width: 719px) {
	.p-column__inner__more__btn {
		font-size: 16px;
	}
}
.p-column__inner__more__btn:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.p-column__inner__more__btn {
		max-width: 280px;
		height: 50px;
	}
}
.p-concept {
	display: grid;
}
.p-concept__inner {
	margin: auto;
}
.p-concept__title {
	line-height: 1.5;
}
@media screen and (max-width: 719px) {
	.p-concept__title {
		line-height: 1.5;
	}
}
.p-concept__text {
	margin-top: 20px;
	line-height: 2;
}
@media screen and (max-width: 719px) {
	.p-concept__text {
		margin-top: clamp(16px, 4.2666666667vw, 24px);
		line-height: 1.8;
	}
}
.p-concept__image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.p-concept--layout1 .p-concept__inner,
.p-concept--layout1 .p-concept__image {
	grid-area: 1/-1;
}
.p-concept--layout1 .p-concept__inner {
	width: 480px;
	padding: 30px 60px 40px;
	text-align: center;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	background-color: inherit;
}
@media screen and (max-width: 719px) {
	.p-concept--layout1 .p-concept__inner {
		width: 78.6666666667vw;
		padding: 8vw 5.3333333333vw;
	}
}
.p-concept--layout1 .p-concept__image {
	height: 41.667vw;
}
@media screen and (max-width: 719px) {
	.p-concept--layout1 .p-concept__image {
		height: clamp(500px, 133.3333333333vw, 600px);
	}
}
.p-concept--layout2 .p-concept__image {
	height: 29.17vw;
}
@media screen and (max-width: 719px) {
	.p-concept--layout2 .p-concept__image {
		height: clamp(200px, 53.3333333333vw, 300px);
	}
}
.p-concept--layout2 .p-concept__inner {
	padding: 60px 0 80px;
	width: 420px;
	text-align: center;
}
@media screen and (max-width: 719px) {
	.p-concept--layout2 .p-concept__inner {
		padding-top: clamp(30px, 8vw, 45px);
		padding-bottom: clamp(40px, 10.6666666667vw, 60px);
		width: clamp(255px, 68vw, 382px);
	}
}
.p-concept--layout3,
.p-concept--layout4 {
	width: 83.3333333333vw;
	margin: auto;
	justify-content: center;
}
.p-concept--layout3 .p-concept__inner,
.p-concept--layout4 .p-concept__inner {
	grid-area: inner;
	width: clamp(260px, 25vw, 360px);
	text-align: left;
	padding: 30px 0;
}
@media screen and (max-width: 719px) {
	.p-concept--layout3 .p-concept__inner,
	.p-concept--layout4 .p-concept__inner {
		display: contents;
	}
}
.p-concept--layout3 .p-concept__image,
.p-concept--layout4 .p-concept__image {
	grid-area: image;
}
.p-concept--layout3 .p-concept__title,
.p-concept--layout4 .p-concept__title {
	grid-area: title;
}
@media screen and (max-width: 719px) {
	.p-concept--layout3 .p-concept__title,
	.p-concept--layout4 .p-concept__title {
		place-self: center;
		padding: 30px;
		width: 100%;
	}
}
.p-concept--layout3 .p-concept__text,
.p-concept--layout4 .p-concept__text {
	grid-area: text;
}
@media screen and (max-width: 719px) {
	.p-concept--layout3 .p-concept__text,
	.p-concept--layout4 .p-concept__text {
		margin-top: 0;
		padding-top: clamp(20px, 5.3333333333vw, 30px);
	}
}
.p-concept--layout3 {
	grid-template: "inner image" auto/62.5% 37.5%;
}
@media screen and (max-width: 719px) {
	.p-concept--layout3 {
		grid-template: "title image" auto "text  text" auto/50% 50%;
	}
}
.p-concept--layout4 {
	grid-template: "image inner" auto/37.5% 62.5%;
}
@media screen and (max-width: 719px) {
	.p-concept--layout4 {
		grid-template: "image title" auto "text  text" auto/50% 50%;
	}
}
.p-news {
	padding-right: 40px;
	padding-left: 40px;
}
@media screen and (max-width: 719px) {
	.p-news {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.p-news__inner {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
}
.p-news__inner__title {
	text-align: center;
	margin-bottom: 40px;
}
.p-news__inner__title__en {
	font-size: 24px;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
@media screen and (max-width: 719px) {
	.p-news__inner__title__en {
		font-size: 22px;
	}
}
.p-news__inner__title__jp {
	font-size: 16px;
}
@media screen and (max-width: 719px) {
	.p-news__inner__title__jp {
		font-size: 16px;
	}
}
.p-news__inner__more {
	margin-top: 40px;
}
.p-news__inner__more__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 320px;
	width: 100%;
	height: 60px;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.4s;
	margin: 0 auto;
}
@media screen and (max-width: 719px) {
	.p-news__inner__more__btn {
		font-size: 16px;
	}
}
.p-news__inner__more__btn:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.p-news__inner__more__btn {
		max-width: 280px;
		height: 50px;
	}
}
.p-instagram {
	padding-right: 40px;
	padding-left: 40px;
}
@media screen and (max-width: 719px) {
	.p-instagram {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.p-instagram__inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.p-instagram__inner__title {
	width: 100px;
	margin: 0 auto;
}
.p-instagram__inner__list {
	margin-top: 40px;
}
.p-instagram__inner__list:after {
	content: " ";
	display: block;
	clear: both;
}
.p-instagram__inner__list__item:nth-child(1) {
	float: left;
	width: calc((100% - 4px) / 2);
	margin-bottom: 4px;
}
@media screen and (max-width: 719px) {
	.p-instagram__inner__list__item:nth-child(1) {
		width: calc((100% - 15px) / 2);
	}
}
.p-instagram__inner__list__item:nth-child(2),
.p-instagram__inner__list__item:nth-child(3) {
	float: right;
	width: calc((100% - 12px) / 4);
	margin-left: 4px;
}
@media screen and (max-width: 719px) {
	.p-instagram__inner__list__item:nth-child(2),
	.p-instagram__inner__list__item:nth-child(3) {
		float: left;
		width: calc((100% - 15px) / 2);
		margin-left: 0;
	}
}
.p-instagram__inner__list__item:nth-child(4) {
	float: right;
	width: calc((100% - 4px) / 2);
	margin-top: 4px;
}
@media screen and (max-width: 719px) {
	.p-instagram__inner__list__item:nth-child(4) {
		float: left;
		width: calc((100% - 15px) / 2);
	}
}
.p-instagram__inner__list__item:nth-child(5),
.p-instagram__inner__list__item:nth-child(6) {
	float: left;
	width: calc((100% - 12px) / 4);
	margin-right: 4px;
}
@media screen and (max-width: 719px) {
	.p-instagram__inner__list__item:nth-child(5),
	.p-instagram__inner__list__item:nth-child(6) {
		width: calc((100% - 15px) / 2);
	}
}
@media screen and (max-width: 719px) {
	.p-instagram__inner__list__item:nth-child(odd) {
		margin-top: 0;
		margin-right: 15px;
		margin-bottom: 15px;
		margin-left: 0;
	}
}
@media screen and (max-width: 719px) {
	.p-instagram__inner__list__item:nth-child(even) {
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 15px;
		margin-left: 0;
	}
}
.p-instagram__inner__list__item__inner {
	display: block;
	padding-top: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.p-signup {
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 80px;
	padding-bottom: 100px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media screen and (max-width: 719px) {
	.p-signup {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.p-signup__title {
	text-align: center;
	margin-bottom: 40px;
}
.p-signup__title__en {
	font-size: 24px;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
@media screen and (max-width: 719px) {
	.p-signup__title__en {
		font-size: 22px;
	}
}
.p-signup__title__jp {
	font-size: 16px;
}
@media screen and (max-width: 719px) {
	.p-signup__title__jp {
		font-size: 16px;
	}
}
.p-signup__lead {
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (max-width: 719px) {
	.p-signup__lead {
		font-size: 14px;
	}
}
.p-signup__inner {
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 719px) {
	.p-signup__inner {
		text-align: center;
	}
}
/* stylelint-disable no-descending-specificity */
.p-list_header {
	padding-right: 40px;
	padding-left: 40px;
}
@media screen and (max-width: 719px) {
	.p-list_header {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.p-list_header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 719px) {
	.p-list_header__inner {
		display: block;
	}
}
.p-list_header__inner__sub-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 719px) {
	.p-list_header__inner__sub-container {
		display: block;
	}
}
@media screen and (min-width: 720px) {
	.p-list_header__inner__sub-container {
		width: calc(100% - 360px);
		padding-right: 60px;
	}
}
@media screen and (max-width: 719px) {
	.p-list_header__inner__sub-container .p-list_header__inner__title {
		margin-bottom: 20px;
	}
}
.p-list_header__inner__title {
	font-size: 24px;
}
@media screen and (max-width: 719px) {
	.p-list_header__inner__title {
		font-size: 22px;
	}
}
@media screen and (max-width: 719px) {
	.p-list_header__inner__title {
		margin-bottom: 20px;
	}
}
.p-product_list {
	padding-right: 40px;
	padding-left: 40px;
}
@media screen and (max-width: 719px) {
	.p-product_list {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.p-product_list__search {
	display: flex;
	gap: 20px;
	align-items: center;
	width: min(100%, 1200px);
	margin: 40px auto;
}
.p-product_list__search > * {
	flex-shrink: 0;
}
.p-product_list__select {
	display: flex;
	max-width: 280px;
	height: 40px;
	align-items: center;
	gap: 6px;
	border: 1px solid var(--color-input-border);
	border-radius: 2px;
	flex-grow: 1;
	position: relative;
}
.p-product_list__select:after {
	content: "\e901";
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: calc(50% - 10px);
	transform: rotate(90deg);
	pointer-events: none;
}
.p-product_list__select > * {
	width: 100%;
	height: 40px;
	font-size: 16px;
	padding: 0 40px 0 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
}
@media screen and (max-width: 719px) {
	.p-product_list__select > * {
		font-size: 16px;
	}
}
@media screen and (max-width: 719px) {
	.p-product_list__select > * {
		padding: 0 40px 0 15px;
	}
}
.p-product_list__select > select {
	border-color: inherit;
}
.p-product_list__list {
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.p-product_list .medium-up--one-1 {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
}
.p-product_list .medium-up--one-1:not(:first-child) {
	margin-top: 40px;
}
@media screen and (min-width: 720px) {
	.p-product_list .medium-up--one-1 .c-product_item {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.p-product_list .medium-up--one-1 .c-product_item__inner__eyecatch {
		width: calc((100% - 40px) / 2);
	}
	.p-product_list .medium-up--one-1 .c-product_item__inner__content {
		width: calc((100% - 40px) / 2);
	}
	.p-product_list .medium-up--one-1 .c-product_item__inner__title {
		font-size: 24px;
	}
}
@media screen and (min-width: 720px) and (max-width: 719px) {
	.p-product_list .medium-up--one-1 .c-product_item__inner__title {
		font-size: 22px;
	}
}
@media screen and (min-width: 720px) {
	.p-product_list .medium-up--one-1 .c-product_item__inner__category {
		font-size: 16px;
	}
}
@media screen and (min-width: 720px) and (max-width: 719px) {
	.p-product_list .medium-up--one-1 .c-product_item__inner__category {
		font-size: 16px;
	}
}
@media screen and (min-width: 720px) {
	.p-product_list .medium-up--one-1 .c-product_item__inner__price {
		font-size: 24px;
	}
}
@media screen and (min-width: 720px) and (max-width: 719px) {
	.p-product_list .medium-up--one-1 .c-product_item__inner__price {
		font-size: 22px;
	}
}
@media screen and (max-width: 719px) {
	.p-product_list .medium-up--one-1 {
		width: 100%;
	}
	.p-product_list .medium-up--one-1:not(:first-child) {
		margin-top: 20px;
	}
}
@media screen and (min-width: 720px) {
	.p-product_list .medium-up--one-2 {
		width: calc((100% - 60px) / 2);
	}
	.p-product_list .medium-up--one-2:nth-child(n + 3) {
		margin-top: 40px;
	}
	.p-product_list .medium-up--one-2:nth-child(even) {
		margin-left: 60px;
	}
	.p-product_list .medium-up--one-2 .c-product_item {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.p-product_list .medium-up--one-2 .c-product_item__inner__eyecatch {
		width: calc((100% - 30px) / 2);
	}
	.p-product_list .medium-up--one-2 .c-product_item__inner__content {
		width: calc((100% - 30px) / 2);
	}
	.p-product_list .medium-up--one-2 .c-product_item__inner__title {
		font-size: 24px;
	}
}
@media screen and (min-width: 720px) and (max-width: 719px) {
	.p-product_list .medium-up--one-2 .c-product_item__inner__title {
		font-size: 22px;
	}
}
@media screen and (min-width: 720px) {
	.p-product_list .medium-up--one-2 .c-product_item__inner__category {
		font-size: 16px;
	}
}
@media screen and (min-width: 720px) and (max-width: 719px) {
	.p-product_list .medium-up--one-2 .c-product_item__inner__category {
		font-size: 16px;
	}
}
@media screen and (min-width: 720px) {
	.p-product_list .medium-up--one-2 .c-product_item__inner__price {
		font-size: 24px;
	}
}
@media screen and (min-width: 720px) and (max-width: 719px) {
	.p-product_list .medium-up--one-2 .c-product_item__inner__price {
		font-size: 22px;
	}
}
@media screen and (max-width: 719px) {
	.p-product_list .medium-up--one-2 {
		width: 100%;
	}
	.p-product_list .medium-up--one-2:not(:first-child) {
		margin-top: 20px;
	}
}
@media screen and (min-width: 720px) {
	.p-product_list .medium-up--one-3 {
		width: calc((100% - 120px) / 3);
	}
	.p-product_list .medium-up--one-3:nth-child(n + 4) {
		margin-top: 40px;
	}
	.p-product_list .medium-up--one-3:not(:nth-child(3n + 1)) {
		margin-left: 40px;
	}
	.p-product_list .medium-up--one-3 .c-product_item__inner__title {
		font-size: 18px;
	}
}
@media screen and (min-width: 720px) and (max-width: 719px) {
	.p-product_list .medium-up--one-3 .c-product_item__inner__title {
		font-size: 18px;
	}
}
@media screen and (min-width: 720px) {
	.p-product_list .medium-up--one-3 .c-product_item__inner__category {
		font-size: 14px;
	}
}
@media screen and (min-width: 720px) and (max-width: 719px) {
	.p-product_list .medium-up--one-3 .c-product_item__inner__category {
		font-size: 14px;
	}
}
@media screen and (min-width: 720px) {
	.p-product_list .medium-up--one-3 .c-product_item__inner__price {
		font-size: 18px;
	}
}
@media screen and (min-width: 720px) and (max-width: 719px) {
	.p-product_list .medium-up--one-3 .c-product_item__inner__price {
		font-size: 18px;
	}
}
@media screen and (max-width: 719px) {
	.p-product_list .medium-up--one-3 {
		width: 100%;
	}
	.p-product_list .medium-up--one-3:not(:first-child) {
		margin-top: 20px;
	}
}
@media screen and (min-width: 720px) {
	.p-product_list .medium-up--one-4 {
		width: calc((100% - 120px) / 4);
	}
	.p-product_list .medium-up--one-4:not(:nth-child(4n + 1)) {
		margin-left: 40px;
	}
	.p-product_list .medium-up--one-4:nth-child(n + 5) {
		margin-top: 40px;
	}
}
@media screen and (max-width: 719px) {
	.p-product_list .medium-up--one-4 {
		width: calc((100% - 15px) / 2);
	}
	.p-product_list .medium-up--one-4:nth-child(even) {
		margin-left: 15px;
	}
	.p-product_list .medium-up--one-4:nth-child(n + 3) {
		margin-top: 20px;
	}
}
@media screen and (min-width: 720px) {
	.p-product_list .medium-up--one-5 {
		width: calc((100% - 80px) / 5);
	}
	.p-product_list .medium-up--one-5:not(:nth-child(5n + 1)) {
		margin-left: 20px;
	}
	.p-product_list .medium-up--one-5:nth-child(n + 6) {
		margin-top: 40px;
	}
}
@media screen and (max-width: 719px) {
	.p-product_list .medium-up--one-5 {
		width: calc((100% - 15px) / 2);
	}
	.p-product_list .medium-up--one-5:nth-child(even) {
		margin-left: 15px;
	}
	.p-product_list .medium-up--one-5:nth-child(n + 3) {
		margin-top: 20px;
	}
}
.p-product_content {
	padding-right: 40px;
	padding-left: 40px;
}
@media screen and (max-width: 719px) {
	.p-product_content {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media screen and (max-width: 719px) {
	.p-product_content {
		padding-top: 15px;
	}
}
.p-product_content__inner {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 719px) {
	.p-product_content__inner {
		display: block;
	}
}
.p-product_content__inner__img {
	width: 50%;
}
@media screen and (max-width: 719px) {
	.p-product_content__inner__img {
		width: 100%;
		padding-right: 0;
	}
}
.p-product_content__inner__info {
	width: 40%;
}
@media screen and (max-width: 719px) {
	.p-product_content__inner__info {
		width: 100%;
		padding: 0 15px;
		margin-top: 30px;
	}
}
.p-product_content__inner__sticky {
	position: sticky;
	top: 0;
	height: 100%;
}
.p-product_content--subsdetail {
	padding: 0;
}
.p-product_content--subsdetail .p-product_content__inner__img {
	padding-right: 30px;
}
@media screen and (max-width: 719px) {
	.p-product_content--subsdetail .p-product_content__inner__img {
		padding-right: 0;
	}
}
.p-product_content__breadcrumbs {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.p-product_content__breadcrumbs--pc {
	padding: 20px 0;
}
@media screen and (max-width: 719px) {
	.p-product_content__breadcrumbs--pc {
		display: none;
	}
}
.p-product_content__breadcrumbs--sp {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: inherit;
}
@media screen and (min-width: 1024px) {
	.p-product_content__breadcrumbs--sp {
		display: none;
	}
}
.p-product_content__breadcrumbs--sp .c-breadcrumbs {
	padding: 15px 30px;
}
@media screen and (min-width: 1024px) {
	.p-product_content__breadcrumbs .c-breadcrumbs:not(:first-child) {
		margin-top: 8px;
	}
}
@media screen and (max-width: 719px) {
	.p-product_content__breadcrumbs .c-breadcrumbs:not(:first-child) {
		border: inherit;
	}
}
.p-recommend_product {
	padding-right: 40px;
	padding-left: 40px;
}
@media screen and (max-width: 719px) {
	.p-recommend_product {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.p-recommend_product__inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.p-recommend_product__inner__title {
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (max-width: 719px) {
	.p-recommend_product__inner__title {
		margin-bottom: 20px;
	}
}
.p-recommend_product__inner__title__en {
	font-size: 24px;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
@media screen and (max-width: 719px) {
	.p-recommend_product__inner__title__en {
		font-size: 22px;
	}
}
.p-recommend_product__inner__title__jp {
	font-size: 16px;
}
@media screen and (max-width: 719px) {
	.p-recommend_product__inner__title__jp {
		font-size: 16px;
	}
}
.p-recommend_product__inner__list .slick-slide {
	height: auto;
}
.p-recommend_product__inner__list__item {
	padding: 10px;
}
@media screen and (max-width: 719px) {
	.p-recommend_product__inner__list__item:nth-child(odd) {
		margin-right: 15px;
	}
	.p-recommend_product__inner__list__item:nth-child(n + 3) {
		margin-top: 20px;
	}
}
.p-category_list {
	padding-right: 40px;
	padding-left: 40px;
}
@media screen and (max-width: 719px) {
	.p-category_list {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.p-category_list__list {
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.p-category_list__list .medium-up--one-1 {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width: 720px) {
	.p-category_list__list .medium-up--one-1:not(:first-child) {
		margin-top: 60px;
	}
}
@media screen and (max-width: 719px) {
	.p-category_list__list .medium-up--one-1:not(:first-child) {
		margin-top: 40px;
	}
}
@media screen and (min-width: 720px) {
	.p-category_list__list .medium-up--one-2 {
		width: calc((100% - 60px) / 2);
	}
	.p-category_list__list .medium-up--one-2:nth-child(even) {
		margin-left: 60px;
	}
	.p-category_list__list .medium-up--one-2:nth-child(n + 3) {
		margin-top: 60px;
	}
}
@media screen and (max-width: 719px) {
	.p-category_list__list .medium-up--one-2 {
		width: 100%;
	}
	.p-category_list__list .medium-up--one-2:not(:first-child) {
		margin-top: 40px;
	}
}
@media screen and (min-width: 720px) {
	.p-category_list__list .medium-up--one-3 {
		width: calc((100% - 80px) / 3);
	}
	.p-category_list__list .medium-up--one-3:not(:nth-child(3n + 1)) {
		margin-left: 40px;
	}
	.p-category_list__list .medium-up--one-3:nth-child(n + 4) {
		margin-top: 50px;
	}
	.p-category_list__list .medium-up--one-3 .c-category_item__title {
		margin-top: 20px;
	}
}
@media screen and (max-width: 719px) {
	.p-category_list__list .medium-up--one-3 {
		width: 100%;
	}
	.p-category_list__list .medium-up--one-3:not(:first-child) {
		margin-top: 40px;
	}
}
@media screen and (min-width: 720px) {
	.p-category_list__list .medium-up--one-4 {
		width: calc((100% - 120px) / 4);
	}
	.p-category_list__list .medium-up--one-4:not(:nth-child(4n + 1)) {
		margin-left: 40px;
	}
	.p-category_list__list .medium-up--one-4:nth-child(n + 5) {
		margin-top: 40px;
	}
	.p-category_list__list .medium-up--one-4 .c-category_item__title {
		font-size: 16px;
		margin-top: 20px;
	}
}
@media screen and (min-width: 720px) and (max-width: 719px) {
	.p-category_list__list .medium-up--one-4 .c-category_item__title {
		font-size: 16px;
	}
}
@media screen and (max-width: 719px) {
	.p-category_list__list .medium-up--one-4 {
		width: 100%;
	}
	.p-category_list__list .medium-up--one-4:not(:first-child) {
		margin-top: 40px;
	}
}
@media screen and (min-width: 720px) {
	.p-category_list__list .medium-up--one-5 {
		width: calc((100% - 80px) / 5);
	}
	.p-category_list__list .medium-up--one-5:not(:nth-child(5n + 1)) {
		margin-left: 20px;
	}
	.p-category_list__list .medium-up--one-5:nth-child(n + 6) {
		margin-top: 40px;
	}
	.p-category_list__list .medium-up--one-5 .c-category_item__title {
		font-size: 16px;
		margin-top: 20px;
	}
}
@media screen and (min-width: 720px) and (max-width: 719px) {
	.p-category_list__list .medium-up--one-5 .c-category_item__title {
		font-size: 16px;
	}
}
@media screen and (max-width: 719px) {
	.p-category_list__list .medium-up--one-5 {
		width: 100%;
	}
	.p-category_list__list .medium-up--one-5:not(:first-child) {
		margin-top: 40px;
	}
}
.p-category_tool {
	padding-right: 40px;
	padding-left: 40px;
}
@media screen and (max-width: 719px) {
	.p-category_tool {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.p-category_tool__inner {
	display: flex;
	justify-content: flex-end;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 719px) {
	.p-category_tool__inner {
		display: block;
	}
}
.p-page_header {
	padding-right: 40px;
	padding-left: 40px;
}
@media screen and (max-width: 719px) {
	.p-page_header {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.p-page_header__inner__title {
	font-size: 30px;
	text-align: center;
}
@media screen and (max-width: 719px) {
	.p-page_header__inner__title {
		font-size: 24px;
	}
}
@media screen and (max-width: 719px) {
	.p-page_header__inner__title {
		font-size: 22px;
	}
}
.p-page_header__inner__lead {
	font-size: 14px;
	line-height: 2;
	text-align: center;
	margin-top: 30px;
}
@media screen and (max-width: 719px) {
	.p-page_header__inner__lead {
		font-size: 14px;
	}
}
.p-page_header__inner__lead a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
.p-page_header__inner__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 320px;
	width: 100%;
	height: 60px;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.4s;
	margin: 40px auto 0;
}
@media screen and (max-width: 719px) {
	.p-page_header__inner__btn {
		font-size: 16px;
	}
}
.p-page_header__inner__btn:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.p-page_header__inner__btn {
		max-width: 280px;
		height: 50px;
	}
}
#perform-view .p-page_header__inner__lead {
	margin-top: 30px;
}
/* stylelint-disable no-descending-specificity */
.p-page_article {
	padding-right: 40px;
	padding-left: 40px;
}
@media screen and (max-width: 719px) {
	.p-page_article {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.p-page_article__inner {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
}
.p-page_article__inner p {
	font-size: 14px;
	line-height: 2;
	margin-top: 20px;
}
@media screen and (max-width: 719px) {
	.p-page_article__inner p {
		font-size: 14px;
	}
}
.p-page_article__inner img {
	margin-top: 40px;
	margin-bottom: 40px;
}
.p-page_article__inner a {
	font-size: 14px;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
@media screen and (max-width: 719px) {
	.p-page_article__inner a {
		font-size: 14px;
	}
}
.p-page_article__inner h2 {
	font-size: 24px;
	margin-top: 40px;
}
@media screen and (max-width: 719px) {
	.p-page_article__inner h2 {
		font-size: 22px;
	}
}
.p-page_article__inner h3 {
	font-size: 18px;
	margin-top: 40px;
}
@media screen and (max-width: 719px) {
	.p-page_article__inner h3 {
		font-size: 18px;
	}
}
.p-page_article__inner ul {
	margin-top: 40px;
	margin-left: 1.5em;
}
.p-page_article__inner ul li {
	font-size: 14px;
	list-style: decimal;
}
@media screen and (max-width: 719px) {
	.p-page_article__inner ul li {
		font-size: 14px;
	}
}
.p-page_article__inner ul li:not(:last-child) {
	margin-bottom: 10px;
}
.p-page_article__inner ol {
	margin-top: 40px;
	margin-left: 1.5em;
}
.p-page_article__inner ol li {
	font-size: 14px;
	list-style: disc;
}
@media screen and (max-width: 719px) {
	.p-page_article__inner ol li {
		font-size: 14px;
	}
}
.p-page_article__inner ol li:not(:last-child) {
	margin-bottom: 10px;
}
.p-page_article__inner table {
	width: auto;
	table-layout: auto;
	border: 1px solid;
	margin-top: 40px;
}
.p-page_article__inner table tbody tr th {
	font-size: 14px;
	padding: 10px 20px;
	border: 1px solid;
}
@media screen and (max-width: 719px) {
	.p-page_article__inner table tbody tr th {
		font-size: 14px;
	}
}
.p-page_article__inner table tbody tr td {
	font-size: 14px;
	padding: 10px 20px;
	border: 1px solid;
}
@media screen and (max-width: 719px) {
	.p-page_article__inner table tbody tr td {
		font-size: 14px;
	}
}
.p-page_table {
	padding-right: 40px;
	padding-left: 40px;
}
@media screen and (max-width: 719px) {
	.p-page_table {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.p-page_table__inner {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
}
/* stylelint-disable no-descending-specificity */
.p-page_content {
	padding-right: 40px;
	padding-left: 40px;
}
@media screen and (max-width: 719px) {
	.p-page_content {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.p-page_content__inner {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
}
.p-page_content__inner h2 {
	font-size: 16px;
	margin-bottom: 10px;
}
@media screen and (max-width: 719px) {
	.p-page_content__inner h2 {
		font-size: 16px;
	}
}
.p-page_content__inner p {
	font-size: 14px;
	line-height: 2;
	margin-top: 10px;
}
@media screen and (max-width: 719px) {
	.p-page_content__inner p {
		font-size: 14px;
	}
}
.p-page_content__inner a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
.p-page_content__inner > ul {
	margin-top: 30px;
	margin-bottom: 30px;
}
.p-page_content__inner > ul > li {
	counter-increment: number;
}
.p-page_content__inner > ul > li:not(:last-child) {
	margin-bottom: 30px;
}
.p-page_content__inner > ul > li > ul {
	margin-top: 10px;
	margin-left: 1.5em;
}
.p-page_content__inner > ul > li > ul > li {
	font-size: 14px;
	list-style: disc;
}
@media screen and (max-width: 719px) {
	.p-page_content__inner > ul > li > ul > li {
		font-size: 14px;
	}
}
.p-page_content__inner > ul > li > ul > li:not(:last-child) {
	margin-bottom: 6px;
}
.p-page_content__inner > ul > li > ol {
	margin-top: 10px;
	margin-left: 1.5em;
}
.p-page_content__inner > ul > li > ol > li {
	font-size: 14px;
	list-style: decimal;
}
@media screen and (max-width: 719px) {
	.p-page_content__inner > ul > li > ol > li {
		font-size: 14px;
	}
}
.p-page_content__inner > ul > li > ol > li:not(:last-child) {
	margin-bottom: 6px;
}
.p-news_header {
	padding-right: 40px;
	padding-left: 40px;
}
@media screen and (max-width: 719px) {
	.p-news_header {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.p-news_header__inner {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
}
.p-news_header__inner__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.p-news_header__inner__top__date {
	font-size: 14px;
}
@media screen and (max-width: 719px) {
	.p-news_header__inner__top__date {
		font-size: 14px;
	}
}
.p-news_header__inner__top__share {
	display: flex;
	align-items: center;
}
.p-news_header__inner__top__share__label {
	font-size: 14px;
	padding-right: 20px;
}
@media screen and (max-width: 719px) {
	.p-news_header__inner__top__share__label {
		font-size: 14px;
	}
}
@media screen and (max-width: 719px) {
	.p-news_header__inner__top__share__label {
		display: none;
	}
}
.p-news_header__inner__top__share__list {
	display: flex;
}
.p-news_header__inner__top__share__list__item {
	font-size: 24px;
}
.p-news_header__inner__top__share__list__item:not(:last-child) {
	margin-right: 20px;
}
.p-news_header__inner__title {
	font-size: 30px;
	margin-top: 30px;
}
@media screen and (max-width: 719px) {
	.p-news_header__inner__title {
		font-size: 24px;
	}
}
.p-news_header__inner__eyecatch {
	padding-top: 66.6666666667%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 40px;
}
.p-column_header__bg {
	height: 380px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media screen and (max-width: 719px) {
	.p-column_header__bg {
		height: auto;
		padding-top: 60%;
	}
}
.p-column_header__panel {
	padding-right: 40px;
	padding-left: 40px;
	margin-top: -70px;
}
@media screen and (max-width: 719px) {
	.p-column_header__panel {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media screen and (max-width: 719px) {
	.p-column_header__panel {
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
	}
}
.p-column_header__panel__inner {
	max-width: 920px;
	padding: 40px 100px 0;
	margin: 0 auto;
}
@media screen and (max-width: 719px) {
	.p-column_header__panel__inner {
		padding: 30px 15px 0;
	}
}
.p-column_header__panel__inner__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.p-column_header__panel__inner__top__date {
	font-size: 14px;
}
@media screen and (max-width: 719px) {
	.p-column_header__panel__inner__top__date {
		font-size: 14px;
	}
}
.p-column_header__panel__inner__top__share {
	display: flex;
	align-items: center;
}
.p-column_header__panel__inner__top__share__label {
	font-size: 14px;
	padding-right: 20px;
}
@media screen and (max-width: 719px) {
	.p-column_header__panel__inner__top__share__label {
		font-size: 14px;
	}
}
@media screen and (max-width: 719px) {
	.p-column_header__panel__inner__top__share__label {
		display: none;
	}
}
.p-column_header__panel__inner__top__share__list {
	display: flex;
}
.p-column_header__panel__inner__top__share__list__item {
	font-size: 24px;
}
.p-column_header__panel__inner__top__share__list__item:not(:last-child) {
	margin-right: 20px;
}
.p-column_header__panel__inner__title {
	font-size: 30px;
	margin-top: 30px;
}
@media screen and (max-width: 719px) {
	.p-column_header__panel__inner__title {
		font-size: 24px;
	}
}
.p-faq {
	padding-right: 40px;
	padding-left: 40px;
}
@media screen and (max-width: 719px) {
	.p-faq {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.p-faq__inner {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
}
.p-faq__inner__list {
	border-top-width: 1px;
	border-top-style: solid;
}
.p-faq__inner__list__item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.p-faq__inner__list__item__question {
	font-size: 14px;
	line-height: 2;
	position: relative;
	padding: 20px 44px 20px 40px;
	cursor: pointer;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.p-faq__inner__list__item__question {
		font-size: 14px;
	}
}
.p-faq__inner__list__item__question:hover {
	opacity: 0.4;
}
.p-faq__inner__list__item__question span {
	font-size: 24px;
	line-height: 1;
	position: absolute;
	left: 10px;
	top: 22px;
}
@media screen and (max-width: 719px) {
	.p-faq__inner__list__item__question span {
		font-size: 20px;
		top: 25px;
	}
}
.p-faq__inner__list__item__question .u-icon--plus,
.p-faq__inner__list__item__question .u-icon--minus {
	font-size: 24px;
	position: absolute;
	right: 10px;
	top: 22px;
	transition: 0.4s;
}
.p-faq__inner__list__item__question .u-icon--minus {
	opacity: 0;
	transform: scale(0);
}
.p-faq__inner__list__item__question.is-open .u-icon--plus {
	opacity: 0;
	transform: scale(0);
}
.p-faq__inner__list__item__question.is-open .u-icon--minus {
	opacity: 1;
	transform: scale(1);
}
.p-faq__inner__list__item__answer {
	display: none;
	font-size: 14px;
	line-height: 2;
	position: relative;
	padding: 0px 44px 20px 40px;
}
@media screen and (max-width: 719px) {
	.p-faq__inner__list__item__answer {
		font-size: 14px;
	}
}
.p-faq__inner__list__item__answer span {
	font-size: 24px;
	line-height: 1;
	position: absolute;
	left: 10px;
	top: 2px;
}
@media screen and (max-width: 719px) {
	.p-faq__inner__list__item__answer span {
		font-size: 20px;
		top: 4px;
	}
}
.p-cart_content {
	padding-right: 40px;
	padding-left: 40px;
	width: min(100%, 1280px);
	margin: auto;
}
@media screen and (max-width: 719px) {
	.p-cart_content {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.p-cart_content__message-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	width: min(100%, 1200px);
	flex-direction: column;
	gap: 20px;
}
@media screen and (max-width: 719px) {
	.p-cart_content__message-container {
		margin: -40px auto 20px;
	}
}
.p-cart_content__message-container + .c-cart_item {
	border-top: 1px solid var(--color-page-border);
}
.p-cart_content__message-body {
	line-height: 1.65;
	font-size: var(--font-size-text-body);
	color: var(--color-page-accent);
	width: 100%;
}
.p-cart_content__title {
	padding: 20px 0;
}
@media screen and (min-width: 1024px) {
	.p-cart_content__inner {
		display: grid;
		grid-template: "products sidebar" auto "gifts    sidebar" auto/1fr auto;
		gap: 0 60px;
	}
}
.p-cart_content__inner__gift {
	grid-area: gifts;
}
.p-cart_content__inner__product {
	grid-area: products;
}
@media screen and (max-width: 719px) {
	.p-cart_content__inner__product {
		width: 100%;
	}
}
.p-cart_content__inner__side {
	grid-area: sidebar;
	display: flex;
	flex-direction: column;
	width: 100%;
}
@media screen and (min-width: 1024px) {
	.p-cart_content__inner__side {
		width: 320px;
	}
}
.p-cart_content__button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	padding: 0 16px;
	box-sizing: border-box;
	display: flex;
	padding: 8px 24px;
	height: 40px;
	width: 280px;
	margin: 20px auto;
	border: 1px solid var(--color-input-border);
	color: var(--color-text-body);
}
.p-cart_content .c-cart_submit {
	width: 100%;
	margin: 0 auto;
	order: 2;
}
@media screen and (min-width: 1024px) {
	.p-cart_content .c-cart_submit {
		order: 1;
	}
}
.p-cart_content .c-billing_list {
	width: 100%;
	margin: 60px 0;
	order: 1;
}
@media screen and (min-width: 1024px) {
	.p-cart_content .c-billing_list {
		order: 2;
		margin: 20px 0 0;
	}
}
#cv-xsells-view .p-cart_content__inner {
	justify-content: center;
}
#cv-xsells-view .p-cart_content__inner__side {
	display: none;
}
.p-checkout__list__block {
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
@media screen and (max-width: 719px) {
	.p-checkout__list__block {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.p-checkout__list__block__inner {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
}
.p-checkout__list__block__inner__content {
	margin-bottom: 40px;
}
.p-checkout__list__block__inner__content a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
.p-checkout__list__block__inner__title {
	font-size: 24px;
	margin-bottom: 20px;
}
@media screen and (max-width: 719px) {
	.p-checkout__list__block__inner__title {
		font-size: 22px;
	}
}
.p-checkout__list__block__inner__title.--shipping-information {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 719px) {
	.p-checkout__list__block__inner__payment--credit {
		margin-top: 20px;
	}
}
.p-checkout__list__block__inner__button {
	margin-top: 20px;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 719px) {
	.p-checkout__list__block__inner__button {
		margin-top: 10px;
		margin-bottom: 40px;
	}
}
.p-checkout__list__block__inner__button i {
	font-size: 24px;
}
.p-checkout__list__block__inner__button span {
	font-size: 14px;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
.p-checkout__list__block__inner__category {
	margin-top: 40px;
}
.p-checkout__list__block__inner__category__title {
	display: flex;
	justify-content: space-between;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 7px;
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 18px;
}
.p-checkout__list__block__inner__category__title button {
	display: flex;
	align-items: center;
}
.p-checkout__list__block__inner__category__title button span {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	line-height: 1.5;
	font-size: 14px;
}
.p-checkout__list__block__inner__category__title button i {
	font-size: 23px;
}
.p-checkout__bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.p-checkout__bottom__submit {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 320px;
	width: 100%;
	height: 60px;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.p-checkout__bottom__submit {
		font-size: 16px;
	}
}
.p-checkout__bottom__submit:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.p-checkout__bottom__submit {
		max-width: 280px;
		height: 50px;
	}
}
.p-checkout__bottom__back {
	font-size: 14px;
	-webkit-text-decoration: underline;
	text-decoration: underline;
	margin-top: 20px;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.p-checkout__bottom__back {
		font-size: 14px;
	}
}
.p-checkout__bottom__back:hover {
	opacity: 0.4;
}
.p-checkout__bottom.is-new-view {
	padding-right: 40px;
	padding-left: 40px;
}
@media screen and (max-width: 719px) {
	.p-checkout__bottom.is-new-view {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.p-checkout__bottom__select {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 320px;
	width: 100%;
	height: 60px;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.p-checkout__bottom__select {
		font-size: 16px;
	}
}
.p-checkout__bottom__select:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.p-checkout__bottom__select {
		max-width: 280px;
		height: 50px;
	}
}
.p-checkout__bottom__wrapper_newview {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 719px) {
	.p-checkout__bottom__wrapper_newview {
		flex-direction: column-reverse;
		justify-content: center;
	}
}
.p-checkout__bottom__backbtn_wrap {
	padding-right: 20px;
}
@media screen and (max-width: 719px) {
	.p-checkout__bottom__backbtn_wrap {
		padding-right: 0;
		margin-top: 20px;
	}
}
.p-checkout__bottom__buttons_wrap {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
	flex: 0 0 660px;
}
@media screen and (max-width: 719px) {
	.p-checkout__bottom__buttons_wrap {
		flex-direction: column;
		align-items: center;
		width: 100%;
		flex-basis: auto;
	}
}
.p-checkout__bottom__buttons_wrap > *:last-child {
	margin-right: 20px;
}
@media screen and (max-width: 719px) {
	.p-checkout__bottom__buttons_wrap > *:last-child {
		margin-top: 20px;
		margin-right: 0;
	}
}
.p-checkout__add-shipping-address {
	display: flex;
	gap: 4px;
	align-items: center;
	justify-content: center;
	padding: 8px 32px;
	border-radius: 2px;
	border: 1px solid var(--color-input-border, #bdc1c2);
	background: var(--color-page-bg, #ffffff);
	width: clamp(190px, 55.5555555556%, 280px);
	margin: auto;
}
@media screen and (min-width: 1024px) {
	.p-checkout__add-shipping-address {
		margin: 0;
	}
}
.p-checkout__add-shipping-address i {
	font-size: 1.8461538462em;
}
#cv-xsells-view .p-checkout__list__block {
	padding-top: 90px;
	border-top: 1px solid;
	border-bottom: 0;
	margin-bottom: 0;
}
@media screen and (max-width: 719px) {
	#cv-xsells-view .p-checkout__list__block {
		padding-top: 60px;
	}
}
/* stylelint-disable scss/at-extend-no-missing-placeholder */
.p-checkout_confirm {
	padding-right: 40px;
	padding-left: 40px;
}
@media screen and (max-width: 719px) {
	.p-checkout_confirm {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.p-checkout_confirm__inner {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 719px) {
	.p-checkout_confirm__inner {
		flex-direction: column;
	}
}
.p-checkout_confirm__inner__list {
	width: calc(100% - 380px);
}
@media screen and (max-width: 719px) {
	.p-checkout_confirm__inner__list {
		order: 2;
		width: 100%;
		margin-top: 60px;
	}
}
.p-checkout_confirm__inner__list__block:first-of-type,
.p-checkout_confirm__inner__list__block--bottom:first-of-type {
	margin-top: 40px;
}
.p-checkout_confirm__inner__list__block:not(:last-child),
.p-checkout_confirm__inner__list__block--bottom:not(:last-child) {
	margin-bottom: 40px;
}
.p-checkout_confirm__inner__list__block__title {
	font-size: 24px;
	margin-bottom: 10px;
}
@media screen and (max-width: 719px) {
	.p-checkout_confirm__inner__list__block__title {
		font-size: 22px;
	}
}
.p-checkout_confirm__inner__list__block__category {
	font-size: 18px;
	border-bottom: 1px solid;
	margin-bottom: 10px;
	padding-bottom: 7px;
	font-weight: bold;
}
.p-checkout_confirm__inner__list__block__submit {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 320px;
	width: 100%;
	height: 60px;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.p-checkout_confirm__inner__list__block__submit {
		font-size: 16px;
	}
}
.p-checkout_confirm__inner__list__block__submit:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.p-checkout_confirm__inner__list__block__submit {
		max-width: 280px;
		height: 50px;
	}
}
.p-checkout_confirm__inner__list__block__back {
	font-size: 14px;
	-webkit-text-decoration: underline;
	text-decoration: underline;
	margin-top: 20px;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.p-checkout_confirm__inner__list__block__back {
		font-size: 14px;
	}
}
.p-checkout_confirm__inner__list__block__back:hover {
	opacity: 0.4;
}
.cv-confirm-view .p-checkout_confirm__inner__list__block__back {
	display: none;
}
.p-checkout_confirm__inner__list__block--bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.p-checkout_confirm__inner__list__block__content:not(:last-child) {
	margin-bottom: 40px;
}
.p-checkout_confirm__inner__side {
	width: 320px;
}
@media screen and (max-width: 719px) {
	.p-checkout_confirm__inner__side {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
}
.p-checkout_confirm__inner__side .c-billing_list {
	margin-bottom: 30px;
}
@media screen and (max-width: 719px) {
	.p-checkout_confirm__inner__side .c-billing_list {
		order: 2;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 719px) {
	.p-checkout_confirm__inner__side .c-cart_list {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 719px) {
	.p-checkout_confirm__static {
		display: none;
	}
}
.p-checkout_confirm__float {
	position: fixed;
	bottom: -1px;
	left: 0;
	width: 100vw;
	padding: 8px 20px 9px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
}
@media screen and (min-width: 720px) {
	.p-checkout_confirm__float {
		display: none;
	}
}
.p-checkout_confirm__float #AmazonPayButton {
	margin: auto !important;
	flex-basis: 165px;
}
.p-checkout_confirm__float_content {
	display: flex;
	flex-direction: row;
	align-items: center;
	max-width: 500px;
	margin: auto;
}
.p-checkout_confirm__form {
	font-size: 14px;
}
@media screen and (max-width: 719px) {
	.p-checkout_confirm__form {
		font-size: 14px;
	}
}
.p-checkout_confirm__total {
	flex-grow: 1;
}
.p-checkout_confirm__price {
	font-size: 24px;
}
@media screen and (max-width: 719px) {
	.p-checkout_confirm__price {
		font-size: 22px;
	}
}
.p-checkout_confirm__submit {
	flex-basis: 165px;
	padding: 10px 0;
	border-radius: 2px;
	margin-left: 15px;
	font-size: inherit;
}
.p-login {
	padding-right: 40px;
	padding-left: 40px;
}
@media screen and (max-width: 719px) {
	.p-login {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.p-login__inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 719px) {
	.p-login__inner {
		display: block;
	}
}
.p-login__inner__login {
	width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 719px) {
	.p-login__inner__login {
		width: 100%;
	}
}
.p-login__inner__login .p-page_header {
	margin-bottom: 30px;
}
@media screen and (max-width: 719px) {
	.p-login__inner__login .p-page_header {
		padding-left: 0;
		padding-right: 0;
	}
}
.p-login__inner__login__bottom {
	text-align: center;
	margin-top: 40px;
}
.p-login__inner__login__bottom__submit {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 320px;
	width: 100%;
	height: 60px;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.4s;
	margin: 0 auto 20px;
}
@media screen and (max-width: 719px) {
	.p-login__inner__login__bottom__submit {
		font-size: 16px;
	}
}
.p-login__inner__login__bottom__submit:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.p-login__inner__login__bottom__submit {
		max-width: 280px;
		height: 50px;
	}
}
.p-login__inner__login__bottom__forget {
	font-size: 14px;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
@media screen and (max-width: 719px) {
	.p-login__inner__login__bottom__forget {
		font-size: 14px;
	}
}
.p-login__inner__registration {
	width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 719px) {
	.p-login__inner__registration {
		width: 100%;
		margin-top: 60px;
	}
}
.p-login__inner__registration .p-page_header {
	margin-bottom: 30px;
}
@media screen and (max-width: 719px) {
	.p-login__inner__registration .p-page_header {
		padding-left: 0;
		padding-right: 0;
	}
}
.p-login__inner__registration__text {
	font-size: 14px;
	line-height: 2;
	text-align: center;
}
@media screen and (max-width: 719px) {
	.p-login__inner__registration__text {
		font-size: 14px;
	}
}
.p-login__inner__registration__bottom {
	margin-top: 40px;
}
.p-login__inner__registration__bottom__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 320px;
	width: 100%;
	height: 60px;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.4s;
	margin: 0 auto;
}
@media screen and (max-width: 719px) {
	.p-login__inner__registration__bottom__btn {
		font-size: 16px;
	}
}
.p-login__inner__registration__bottom__btn:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.p-login__inner__registration__bottom__btn {
		max-width: 280px;
		height: 50px;
	}
}
.p-login__inner__registration__line {
	margin-top: 40px;
}
.p-login__inner__registration__line__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 320px;
	width: 100%;
	height: 60px;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.4s;
	margin: 0 auto;
}
@media screen and (max-width: 719px) {
	.p-login__inner__registration__line__btn {
		font-size: 16px;
	}
}
.p-login__inner__registration__line__btn:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.p-login__inner__registration__line__btn {
		max-width: 280px;
		height: 50px;
	}
}
.p-account_form {
	padding-right: 40px;
	padding-left: 40px;
}
@media screen and (max-width: 719px) {
	.p-account_form {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.p-account_form__inner {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
}
.p-account_form__inner__bottom {
	text-align: center;
	margin-top: 60px;
}
.p-account_form__inner__bottom__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 320px;
	width: 100%;
	height: 60px;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.4s;
	margin: 0 auto 20px;
}
@media screen and (max-width: 719px) {
	.p-account_form__inner__bottom__btn {
		font-size: 16px;
	}
}
.p-account_form__inner__bottom__btn:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.p-account_form__inner__bottom__btn {
		max-width: 280px;
		height: 50px;
	}
}
.p-account_form__inner__bottom__mailbtn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 320px;
	width: 100%;
	height: 60px;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.4s;
	max-width: 400px;
	margin: 0 auto 20px;
}
@media screen and (max-width: 719px) {
	.p-account_form__inner__bottom__mailbtn {
		font-size: 16px;
	}
}
.p-account_form__inner__bottom__mailbtn:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.p-account_form__inner__bottom__mailbtn {
		max-width: 280px;
		height: 50px;
	}
}
@media screen and (max-width: 719px) {
	.p-account_form__inner__bottom__mailbtn {
		max-width: 100%;
	}
}
.p-account_form__inner__bottom__link {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	transition: 0.4s;
}
.p-account_form__inner__bottom__link:hover {
	opacity: 0.4;
}
.p-account {
	padding-right: 40px;
	padding-left: 40px;
}
@media screen and (max-width: 719px) {
	.p-account {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.p-account__inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 719px) {
	.p-account__inner {
		display: block;
	}
}
.p-account__inner__menu {
	width: 240px;
	border-right-width: 1px;
	border-right-style: solid;
}
@media screen and (max-width: 719px) {
	.p-account__inner__menu {
		width: 100%;
		border-right: none;
		margin-top: -60px;
	}
}
.p-account__inner__content {
	width: calc(100% - 300px);
}
@media screen and (max-width: 719px) {
	.p-account__inner__content {
		width: 100%;
		margin-top: 15px;
	}
}
.p-account__inner__content > .order_cancel_on_mypage {
	margin-top: 10px;
}
.p-account__inner__content__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 24px;
	margin-top: 40px;
}
@media screen and (max-width: 719px) {
	.p-account__inner__content__title {
		font-size: 22px;
	}
}
@media screen and (max-width: 719px) {
	.p-account__inner__content__title {
		flex-direction: column;
		align-items: flex-start;
	}
}
.p-account__inner__content__title__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 240px;
	width: 100%;
	height: 40px;
	font-size: 14px;
	border-radius: 2px;
	transition: 0.4s;
	margin-left: 20px;
}
@media screen and (max-width: 719px) {
	.p-account__inner__content__title__btn {
		font-size: 14px;
	}
}
.p-account__inner__content__title__btn:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.p-account__inner__content__title__btn {
		margin-left: 0;
		margin-top: 20px;
	}
}
.p-account__inner__content__title__subs-form {
	width: 280px;
}
@media screen and (max-width: 719px) {
	.p-account__inner__content__title__subs-form {
		width: 100%;
		margin-top: 20px;
	}
}
.p-account__inner__content__title__subs-form__btn {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	border-radius: 2px;
}
.p-account__inner__content__title__subs-form__note {
	margin-bottom: 10px;
}
.p-account__inner__content__title__subs-form__bottom {
	margin-top: 20px;
}
.p-account__inner__content__title__subs-form__bottom__btn {
	width: 100%;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	border-radius: 2px;
}
@media screen and (max-width: 719px) {
	.p-account__inner__content__title__subs-form__bottom__btn {
		max-width: 240px;
	}
}
.p-account__inner__content__title__form {
	max-width: 240px;
	width: 100%;
	margin-left: 20px;
}
@media screen and (max-width: 719px) {
	.p-account__inner__content__title__form {
		margin-left: 0;
		margin-top: 20px;
	}
}
.p-account__inner__content__title__form .p-account__inner__content__title__btn {
	margin-left: 0;
}
@media screen and (max-width: 719px) {
	.p-account__inner__content__title__form .p-account__inner__content__title__btn {
		margin-top: 0;
	}
}
.p-account__inner__content__lead {
	font-size: 14px;
	line-height: 2;
	margin-top: 20px;
}
@media screen and (max-width: 719px) {
	.p-account__inner__content__lead {
		font-size: 14px;
	}
}
.p-account__inner__content__lead a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
.p-account__inner__content__copy {
	margin-top: 40px;
}
.p-account__inner__content__copy__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 240px;
	width: 100%;
	height: 40px;
	font-size: 14px;
	border-radius: 2px;
	transition: 0.4s;
	margin-left: 10px;
}
@media screen and (max-width: 719px) {
	.p-account__inner__content__copy__btn {
		font-size: 14px;
	}
}
.p-account__inner__content__copy__btn:hover {
	opacity: 0.4;
}
.p-account__inner__content__form {
	margin-top: 40px;
}
.p-account__inner__content__form__text {
	font-size: 14px;
	margin-bottom: 20px;
}
@media screen and (max-width: 719px) {
	.p-account__inner__content__form__text {
		font-size: 14px;
	}
}
.p-account__inner__content__form__bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 60px;
}
.p-account__inner__content__form__bottom__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 280px;
	width: 100%;
	height: 60px;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.p-account__inner__content__form__bottom__btn {
		font-size: 16px;
	}
}
.p-account__inner__content__form__bottom__btn:hover {
	opacity: 0.4;
}
.p-account__inner__content__form__bottom__link {
	font-size: 14px;
	-webkit-text-decoration: underline;
	text-decoration: underline;
	margin-top: 20px;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.p-account__inner__content__form__bottom__link {
		font-size: 14px;
	}
}
.p-account__inner__content__form__bottom__link:hover {
	opacity: 0.4;
}
.p-account__inner__content__form__bottom__link--deletebtn {
	display: flex;
	align-items: center;
	-webkit-text-decoration: none;
	text-decoration: none;
}
.p-account__inner__content__form__bottom__link--deletebtn > i {
	font-size: 24px;
	display: inline-block;
}
.p-account__inner__content__form__bottom__link--deletebtn > span {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
.p-account__inner__content__form__bottom__leave {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 280px;
	width: 100%;
	height: 60px;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.4s;
	margin-top: 60px;
}
@media screen and (max-width: 719px) {
	.p-account__inner__content__form__bottom__leave {
		font-size: 16px;
	}
}
.p-account__inner__content__form__bottom__leave:hover {
	opacity: 0.4;
}
.p-account__inner__content .p-history_list {
	margin-top: 40px;
}
.p-account__inner__content .c-pagination {
	margin-top: 80px;
}
.p-mypage {
	margin-top: 20px;
}
.p-mypage__name {
	font-size: 14px;
}
@media screen and (max-width: 719px) {
	.p-mypage__name {
		font-size: 14px;
	}
}
.p-mypage__block {
	margin-top: 60px;
}
.p-mypage__block__title {
	font-size: 18px;
	margin-bottom: 20px;
}
@media screen and (max-width: 719px) {
	.p-mypage__block__title {
		font-size: 18px;
	}
}
.p-mypage__block__subscription__item {
	display: flex;
	align-items: center;
	padding: 20px;
}
@media screen and (max-width: 719px) {
	.p-mypage__block__subscription__item {
		display: block;
	}
}
.p-mypage__block__subscription__item:not(:last-child) {
	margin-bottom: 10px;
}
.p-mypage__block__subscription__item__label {
	font-size: 14px;
	margin-right: 20px;
}
@media screen and (max-width: 719px) {
	.p-mypage__block__subscription__item__label {
		font-size: 14px;
	}
}
@media screen and (max-width: 719px) {
	.p-mypage__block__subscription__item__label {
		margin-right: 0;
		margin-bottom: 6px;
	}
}
.p-mypage__block__subscription__item__date {
	flex: 1;
	font-size: 14px;
	margin-right: 20px;
}
@media screen and (max-width: 719px) {
	.p-mypage__block__subscription__item__date {
		font-size: 14px;
	}
}
@media screen and (max-width: 719px) {
	.p-mypage__block__subscription__item__date {
		margin-right: 0;
		margin-bottom: 10px;
	}
}
.p-mypage__block__subscription__item__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 240px;
	width: 100%;
	height: 40px;
	font-size: 14px;
	border-radius: 2px;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.p-mypage__block__subscription__item__btn {
		font-size: 14px;
	}
}
.p-mypage__block__subscription__item__btn:hover {
	opacity: 0.4;
}
.p-mypage__block.--more {
	grid-column: 1/-1;
	display: none;
	margin: unset;
}
.p-mypage__coupon {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 1024px) {
	.p-mypage__coupon {
		grid-template-columns: repeat(2, 1fr);
	}
}
.p-mypage__coupon .c-button.--more {
	grid-column: 1/-1;
	margin: auto;
}
.p-mypage__membership {
	container-type: inline-size;
	container-name: mypage_membership_container;
	background: #f5f8fa;
}
.p-mypage .c-membership_rank,
.p-mypage .c-avairable_points {
	width: auto;
}
@container mypage_membership_container (min-width: 480px) {
	.p-mypage .c-membership_rank,
	.p-mypage .c-avairable_points {
		width: 480px;
		margin: auto;
	}
}
.p-mypage .c-membership_rank + .c-avairable_points {
	border-top: 1px solid var(--color-page-border, #d8dddf);
}
.p-mypage__coupon-modal {
	width: 94.8717948718vw;
	max-width: 560px;
}
.p-history_list__item:not(:last-child) {
	margin-bottom: 40px;
}
.p-history_list__item__header {
	display: flex;
	align-items: center;
	padding: 20px;
}
@media screen and (max-width: 719px) {
	.p-history_list__item__header {
		flex-wrap: wrap;
	}
}
.p-history_list__item__header__id {
	font-size: 18px;
	margin-right: 20px;
}
@media screen and (max-width: 719px) {
	.p-history_list__item__header__id {
		font-size: 18px;
	}
}
.p-history_list__item__header__date {
	flex: 1;
	font-size: 14px;
	margin-right: 20px;
}
@media screen and (max-width: 719px) {
	.p-history_list__item__header__date {
		font-size: 14px;
	}
}
@media screen and (max-width: 719px) {
	.p-history_list__item__header__date {
		margin-right: 0;
	}
}
.p-history_list__item__header__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 240px;
	width: 100%;
	height: 40px;
	font-size: 14px;
	border-radius: 2px;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.p-history_list__item__header__btn {
		font-size: 14px;
	}
}
.p-history_list__item__header__btn:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.p-history_list__item__header__btn {
		margin-top: 10px;
	}
}
.p-history_list__item__detail .c-cart_item:first-child {
	border-top: none;
}
.p-address_list {
	margin-top: 30px;
}
.p-address_list__add {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 240px;
	width: 100%;
	height: 40px;
	font-size: 14px;
	border-radius: 2px;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.p-address_list__add {
		font-size: 14px;
	}
}
.p-address_list__add:hover {
	opacity: 0.4;
}
.p-address_list .c-account_table {
	margin-top: 60px;
}
.p-payment_list {
	margin-top: 30px;
}
.p-payment_list__add__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 240px;
	width: 100%;
	height: 40px;
	font-size: 14px;
	border-radius: 2px;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.p-payment_list__add__btn {
		font-size: 14px;
	}
}
.p-payment_list__add__btn:hover {
	opacity: 0.4;
}
.p-payment_list__add__win {
	margin-top: 40px;
}
.p-payment_list__add__win__form__text {
	font-size: 14px;
	margin-bottom: 20px;
}
@media screen and (max-width: 719px) {
	.p-payment_list__add__win__form__text {
		font-size: 14px;
	}
}
.p-payment_list__add__win__form__bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}
.p-payment_list__add__win__form__bottom__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 280px;
	width: 100%;
	height: 60px;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.p-payment_list__add__win__form__bottom__btn {
		font-size: 16px;
	}
}
.p-payment_list__add__win__form__bottom__btn:hover {
	opacity: 0.4;
}
.p-payment_list__add__win__form__bottom__link {
	font-size: 14px;
	-webkit-text-decoration: underline;
	text-decoration: underline;
	margin-top: 20px;
}
@media screen and (max-width: 719px) {
	.p-payment_list__add__win__form__bottom__link {
		font-size: 14px;
	}
}
.p-payment_list .c-account_table {
	margin-top: 60px;
}
.p-history_detail {
	margin-top: 30px;
}
.p-history_detail + .p-history_detail {
	margin-top: 60px;
}
@media screen and (max-width: 719px) {
	.p-history_detail + .p-history_detail {
		margin-top: 50px;
	}
}
.p-history_detail__block:not(:last-child) {
	margin-bottom: 60px;
}
.p-history_detail__block__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
@media screen and (max-width: 719px) {
	.p-history_detail__block__head {
		display: block;
	}
}
.p-history_detail__block__head__title {
	font-size: 18px;
}
@media screen and (max-width: 719px) {
	.p-history_detail__block__head__title {
		font-size: 18px;
	}
}
.p-history_detail__block__head__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 240px;
	width: 100%;
	height: 40px;
	font-size: 14px;
	border-radius: 2px;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.p-history_detail__block__head__btn {
		font-size: 14px;
	}
}
.p-history_detail__block__head__btn:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.p-history_detail__block__head__btn {
		margin-top: 10px;
	}
}
.p-history_detail__block__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media screen and (max-width: 719px) {
	.p-history_detail__block__wrapper {
		display: block;
	}
}
.p-history_detail__block__wrapper .p-history_detail__block__list {
	width: calc(100% - 380px);
}
@media screen and (max-width: 719px) {
	.p-history_detail__block__wrapper .p-history_detail__block__list {
		width: 100%;
	}
}
.p-history_detail__block__wrapper .c-billing_list {
	width: 320px;
}
@media screen and (max-width: 719px) {
	.p-history_detail__block__wrapper .c-billing_list {
		width: 100%;
		margin-top: 60px;
	}
}
.p-history_detail__list + .p-history_detail__list {
	margin-top: 20px;
}
.p-subscription_list {
	margin-top: 30px;
}
.p-subscription_list__item:not(:last-child) {
	margin-bottom: 20px;
}
/* stylelint-disable */
.p-subscription_detail {
	margin-top: 30px;
}
.p-subscription_detail__block {
	width: 100%;
	margin-bottom: 40px;
}
.p-subscription_detail__block__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
@media screen and (max-width: 719px) {
	.p-subscription_detail__block__head {
		display: block;
	}
}
.p-subscription_detail__block__head__title {
	font-size: 18px;
}
@media screen and (max-width: 719px) {
	.p-subscription_detail__block__head__title {
		font-size: 18px;
	}
}
.p-subscription_detail__block__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media screen and (max-width: 719px) {
	.p-subscription_detail__block__wrapper {
		display: block;
	}
}
.p-subscription_detail__block__wrapper .p-subscription_detail__block__list {
	width: calc(100% - 380px);
}
@media screen and (max-width: 719px) {
	.p-subscription_detail__block__wrapper .p-subscription_detail__block__list {
		width: 100%;
	}
}
.p-subscription_detail__block__wrapper .c-billing_list {
	width: 320px;
}
@media screen and (max-width: 719px) {
	.p-subscription_detail__block__wrapper .c-billing_list {
		width: 100%;
		margin-top: 60px;
	}
}
.p-subscription_detail__block__additional-items {
	margin-top: 30px;
}
.p-subscription_detail__block__additional-items__list {
	display: flex;
	width: 100%;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
@media screen and (max-width: 719px) {
	.p-subscription_detail__block__additional-items__list {
		width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}
}
.p-subscription_detail__block__additional-items__list:not(.js-subs-detail-productslider) {
	width: calc(100% + 45px);
	padding-left: 0;
	padding-right: 0;
	margin-left: -22.5px;
}
@media screen and (max-width: 719px) {
	.p-subscription_detail__block__additional-items__list:not(.js-subs-detail-productslider) {
		flex-wrap: wrap;
		width: calc(100% + 20px);
		margin-left: -10px;
		padding-left: 0;
		padding-right: 0;
		justify-content: space-between;
	}
	.p-subscription_detail__block__additional-items__list:not(.js-subs-detail-productslider) > .c-product_item {
		width: calc(50% - 20px);
		margin: 0 10px 10px;
	}
}
.p-subscription_detail__block__additional-items__list .c-product_item {
	width: calc((100% - 180px) / 4);
	margin: 0 22.5px;
}
@media screen and (max-width: 719px) {
	.p-subscription_detail__block__additional-items__list .c-product_item {
		margin: 0 10px;
	}
}
.p-subscription_detail__block__additional-items__list .slick-track {
	margin-left: 0;
}
.p-subscription_detail__block__additional-items__list .slick-arrow {
	width: 20px;
	height: 24px;
	background: url("./images/history_slider_arrow.png") center/contain no-repeat;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.p-subscription_detail__block__additional-items__list .slick-arrow {
		width: 10px;
		height: 16px;
	}
}
.p-subscription_detail__block__additional-items__list .slick-arrow:before {
	content: none;
}
.p-subscription_detail__block__additional-items__list .slick-arrow.slick-next {
	transform: scale(-1, 1);
	right: -10px;
}
@media screen and (max-width: 719px) {
	.p-subscription_detail__block__additional-items__list .slick-arrow.slick-next {
		right: 0px;
	}
}
.p-subscription_detail__block__additional-items__list .slick-arrow.slick-prev {
	z-index: 1;
	left: -10px;
}
@media screen and (max-width: 719px) {
	.p-subscription_detail__block__additional-items__list .slick-arrow.slick-prev {
		left: 0;
	}
}
.p-subscription_detail__block__additional-items__list .slick-arrow.slick-disabled {
	opacity: 0;
}
.p-subscription_detail__block__additional-items__list .slick-dots {
	bottom: -30px;
	left: 0;
}
@media screen and (max-width: 719px) {
	.p-subscription_detail__block__additional-items__list .slick-dots {
		margin-bottom: 40px;
		bottom: -60px;
	}
}
.p-subscription_detail__block__additional-items__list .slick-dots > li {
	margin: 0;
}
.p-subscription_detail__block__additional-items__list .slick-slide {
	padding: 0 12px;
}
@media screen and (max-width: 719px) {
	.p-subscription_detail__block__additional-items__list .slick-slide {
		padding: 0 10px;
	}
}
.p-subscription_detail__block__additional-items__list .slick-slide .c-product_item {
	margin: 0;
}
@media screen and (max-width: 719px) {
	.p-subscription_detail__block__additional-items__list .slick-slide .c-product_item {
		margin: 0;
	}
}
.p-subscription_detail__block__bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 40px;
}
.p-subscription_detail__block__bottom__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 280px;
	width: 100%;
	height: 60px;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.p-subscription_detail__block__bottom__btn {
		font-size: 16px;
	}
}
.p-subscription_detail__block__bottom__btn:hover {
	opacity: 0.4;
}
.p-subscription_detail__resume-form {
	max-width: 350px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.p-subscription_detail__resume-form__input {
	margin-top: 5px;
}
.p-subscription_detail__block__head {
	gap: 8px;
}
.p-subscription_detail__block__head__title {
	flex-shrink: 0;
	display: flex;
	gap: 12px;
}
.p-subscription_detail__block__head__title .c-encircled_number {
	color: #ffffff;
	font-size: 0.8235294118em;
	--circle-color: var(--color-page-accent);
	--circle-radius: calc(24 / 14 / 2 * 1em);
}
.p-subscription_detail__block__head__btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	padding: 0 16px;
	box-sizing: border-box;
	height: 40px;
	max-width: 240px;
	min-width: 180px;
	width: auto;
}
@media screen and (max-width: 719px) {
	.p-subscription_detail__block__head__btn {
		max-width: unset;
		min-width: unset;
		width: 100%;
	}
}
.p-subscription_detail__block__head__navigation {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
@media screen and (max-width: 719px) {
	.p-subscription_detail__block__head__navigation:has(> :nth-child(2)) > * {
		width: calc((100% - 8px) / 2);
	}
}
.p-subscription_detail__management {
	float: right;
}
@media screen and (max-width: 719px) {
	.p-subscription_detail .c-cart_item__info {
		display: flex;
		flex-direction: column;
	}
	.p-subscription_detail__management {
		order: 1;
		align-self: end;
		margin-top: auto;
	}
	.p-subscription_detail .c-toggle_menu__list {
		right: 0;
		z-index: 1;
	}
}
.p-subscription_edit {
	margin-top: 40px;
}
.p-subscription_edit__block {
	padding: 40px 0;
	border-top-width: 1px;
	border-top-style: solid;
}
.p-subscription_edit__block .p-account__inner__content__form {
	margin-top: 30px;
}
.p-subscription_edit__block .p-account__inner__content__form__bottom {
	margin-top: 30px;
}
.p-subscription_edit__block__title {
	font-size: 18px;
}
@media screen and (max-width: 719px) {
	.p-subscription_edit__block__title {
		font-size: 18px;
	}
}
.p-subscription_edit__block__lead {
	font-size: 14px;
	line-height: 2;
	margin-top: 10px;
}
@media screen and (max-width: 719px) {
	.p-subscription_edit__block__lead {
		font-size: 14px;
	}
}
.p-subscription_edit__block__point {
	font-size: 14px;
}
@media screen and (max-width: 719px) {
	.p-subscription_edit__block__point {
		font-size: 14px;
	}
}
.p-subscription_edit__block__notes {
	font-size: 12px;
}
@media screen and (max-width: 719px) {
	.p-subscription_edit__block__notes {
		font-size: 12px;
	}
}
.p-point_list {
	margin-top: 30px;
}
.p-favorite__header {
	margin-top: 40px;
}
.p-favorite__list {
	margin-top: 40px;
}
.p-favorite__list .p-product_list__list__item {
	width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 719px) {
	.p-favorite__list .p-product_list__list__item {
		width: calc((100% - 15px) / 2);
	}
}
.p-favorite__list .p-product_list__list__item:not(:nth-child(3n)) {
	margin-right: 60px;
}
@media screen and (max-width: 719px) {
	.p-favorite__list .p-product_list__list__item:not(:nth-child(3n)) {
		margin-right: 0;
	}
}
.p-favorite__list .p-product_list__list__item:nth-child(n + 4) {
	margin-top: 40px;
}
@media screen and (max-width: 719px) {
	.p-favorite__list .p-product_list__list__item:nth-child(n + 4) {
		margin-top: 0;
	}
}
@media screen and (max-width: 719px) {
	.p-favorite__list .p-product_list__list__item:nth-child(odd) {
		margin-right: 15px;
	}
}
@media screen and (max-width: 719px) {
	.p-favorite__list .p-product_list__list__item:nth-child(n + 3) {
		margin-top: 20px;
	}
}
.p-contact__link {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 719px) {
	.p-contact__link {
		flex-direction: column;
		align-items: center;
	}
}
.p-contact__link__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 320px;
	width: 100%;
	height: 60px;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.p-contact__link__btn {
		font-size: 16px;
	}
}
.p-contact__link__btn:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.p-contact__link__btn {
		max-width: 280px;
		height: 50px;
	}
}
.p-contact__link__btn:not(:first-child) {
	margin-left: 40px;
}
@media screen and (max-width: 719px) {
	.p-contact__link__btn:not(:first-child) {
		margin-left: 0;
		margin-top: 10px;
	}
}
.p-contact__head {
	margin-top: 60px;
	margin-bottom: 30px;
}
.p-contact__head__title {
	font-size: 24px;
}
@media screen and (max-width: 719px) {
	.p-contact__head__title {
		font-size: 22px;
	}
}
.p-contact__head__notes {
	font-size: 14px;
	margin-top: 10px;
}
@media screen and (max-width: 719px) {
	.p-contact__head__notes {
		font-size: 14px;
	}
}
.p-password {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.p-password__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	min-height: 100%;
	padding: 40px;
}
@media screen and (max-width: 719px) {
	.p-password__inner {
		padding: 20px;
	}
}
.p-password__content {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.p-password__logo {
	margin-bottom: 60px;
}
.p-password__title {
	font-size: 30px;
	margin-bottom: 30px;
}
@media screen and (max-width: 719px) {
	.p-password__title {
		font-size: 24px;
	}
}
.p-password__form {
	display: flex;
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}
@media screen and (max-width: 719px) {
	.p-password__form {
		display: block;
		text-align: center;
	}
}
.p-password__input {
	flex: 1;
	width: 100%;
	height: 40px;
	font-size: 16px;
	padding: 0 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
}
@media screen and (max-width: 719px) {
	.p-password__input {
		font-size: 16px;
	}
}
@media screen and (max-width: 719px) {
	.p-password__input {
		padding: 0 15px;
	}
}
.p-password__input::-webkit-input-placeholder {
	opacity: 0.4;
}
.p-password__submit {
	width: 100px;
	height: 40px;
	font-size: 16px;
	border-radius: 2px;
	margin-left: 10px;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.p-password__submit {
		font-size: 16px;
	}
}
.p-password__submit:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.p-password__submit {
		margin-top: 10px;
		margin-left: 0;
	}
}
.p-password__text {
	font-size: 14px;
	line-height: 2;
	text-align: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 719px) {
	.p-password__text {
		font-size: 14px;
	}
}
.p-password__link {
	font-size: 14px;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
@media screen and (max-width: 719px) {
	.p-password__link {
		font-size: 14px;
	}
}
.p-password__copyright {
	font-size: 12px;
}
@media screen and (max-width: 719px) {
	.p-password__copyright {
		font-size: 12px;
	}
}
/* stylelint-disable no-descending-specificity */
.p-calendar__header {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.p-calendar__header .prev,
.p-calendar__header .next {
	flex-shrink: 0;
	flex-grow: 0;
}
.p-calendar__header .prev a,
.p-calendar__header .next a {
	display: inline-block;
}
.p-calendar__header .prev a > span,
.p-calendar__header .next a > span {
	font-size: 14px;
	letter-spacing: 0.05em;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
@media screen and (max-width: 719px) {
	.p-calendar__header .prev a > span,
	.p-calendar__header .next a > span {
		font-size: 14px;
	}
}
.p-calendar__header > .month {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 719px) {
	.p-calendar__header > .month {
		flex-direction: column;
		padding-bottom: 20px;
	}
}
.p-calendar__header > .month > .backlink {
	padding: 5px 10px;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-style: solid;
	border-width: 1px;
}
@media screen and (max-width: 719px) {
	.p-calendar__header > .month > .backlink {
		padding: 3px 5px;
		margin-bottom: 10px;
		margin-right: 0;
	}
}
.p-calendar__header > .month > .backlink > span {
	font-size: 14px;
}
@media screen and (max-width: 719px) {
	.p-calendar__header > .month > .backlink > span {
		font-size: 14px;
	}
}
@media screen and (max-width: 719px) {
	.p-calendar__header > .month > .backlink > span {
		font-size: 12px;
	}
}
.p-calendar__header > .month > .month_value {
	font-size: 18px;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 719px) {
	.p-calendar__header > .month > .month_value {
		font-size: 18px;
	}
}
@media screen and (max-width: 719px) {
	.p-calendar__header > .month > .month_value {
		font-size: 16px;
	}
}
@media screen and (max-width: 719px) {
	.p-calendar__wrap {
		max-width: 100%;
		width: 100%;
		overflow: auto;
	}
}
.p-calendar__table {
	margin-top: 20px;
	table-layout: auto;
	border-top-style: solid;
	border-left-style: solid;
	border-top-width: 2px;
	border-left-width: 2px;
}
.p-calendar__table > thead > tr > th {
	width: 14.2857142857%;
	padding: 6px;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-right-width: 2px;
}
@media screen and (max-width: 719px) {
	.p-calendar__table > thead > tr > th {
		padding: 0;
		height: 26px;
	}
}
.p-calendar__table > thead > tr > th > span {
	font-size: 14px;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 719px) {
	.p-calendar__table > thead > tr > th > span {
		font-size: 14px;
	}
}
@media screen and (max-width: 719px) {
	.p-calendar__table > thead > tr > th > span {
		font-size: 12px;
		line-height: 22px;
	}
}
.p-calendar__table > tbody > tr > td {
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-right-width: 2px;
}
.p-calendar__table > tbody > tr > td > .date {
	font-size: 14px;
	position: absolute;
	top: 8px;
	left: 11px;
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
@media screen and (max-width: 719px) {
	.p-calendar__table > tbody > tr > td > .date {
		font-size: 14px;
	}
}
@media screen and (max-width: 719px) {
	.p-calendar__table > tbody > tr > td > .date {
		font-size: 10px;
		top: 4px;
		left: 5px;
		width: 16px;
		height: 16px;
	}
}
.p-calendar__table > tbody > tr > td > .detail {
	min-height: 115px;
	display: flex;
}
@media screen and (max-width: 719px) {
	.p-calendar__table > tbody > tr > td > .detail {
		min-height: 90px;
	}
}
.p-calendar__table > tbody > tr > td > .detail > .info-box {
	padding-top: 30px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 30px;
	width: 100%;
}
@media screen and (max-width: 719px) {
	.p-calendar__table > tbody > tr > td > .detail > .info-box {
		padding-top: 20px;
		padding-left: 2px;
		padding-right: 2px;
		padding-bottom: 15px;
	}
}
.p-calendar__table > tbody > tr > td > .detail > .info-box > span {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
@media screen and (max-width: 719px) {
	.p-calendar__table > tbody > tr > td > .detail > .info-box > span {
		font-size: 12px;
	}
}
@media screen and (max-width: 719px) {
	.p-calendar__table > tbody > tr > td > .detail > .info-box > span {
		font-size: 10px;
		line-height: 1;
		letter-spacing: 0;
		vertical-align: top;
	}
}
.p-calendar__table > tbody > tr > td > .detail > .change {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 15px;
}
@media screen and (max-width: 719px) {
	.p-calendar__table > tbody > tr > td > .detail > .change {
		text-align: center;
		padding-left: 1px;
		padding-right: 1px;
		padding-bottom: 2px;
	}
}
.p-calendar__table > tbody > tr > td > .detail > .change > a {
	font-size: 12px;
	letter-spacing: 0.05em;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
@media screen and (max-width: 719px) {
	.p-calendar__table > tbody > tr > td > .detail > .change > a {
		font-size: 12px;
	}
}
@media screen and (max-width: 719px) {
	.p-calendar__table > tbody > tr > td > .detail > .change > a {
		font-size: 10px;
	}
}
.p-calendar__buttons {
	width: 100%;
	display: flex;
	justify-content: center;
}
.p-calendar__buttons > a {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 320px;
	width: 100%;
	height: 60px;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.p-calendar__buttons > a {
		max-width: 280px;
		height: 50px;
	}
}
@media screen and (min-width: 720px) {
	.p-calendar__buttons > a:hover {
		opacity: 0.4;
	}
}
.p-calendar__buttons > a > span {
	font-size: 16px;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 719px) {
	.p-calendar__buttons > a > span {
		font-size: 16px;
	}
}
.p-set_list {
	padding-right: 40px;
	padding-left: 40px;
}
@media screen and (max-width: 719px) {
	.p-set_list {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.p-set_list__list {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 100px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width: 720px) {
	.p-set_list__list .c-set_item {
		width: calc((100% - 121px) / 3);
	}
	.p-set_list__list .c-set_item:not(:nth-child(4n)) {
		margin-right: 40px;
	}
	.p-set_list__list .c-set_item:not(:nth-child(-n + 4)) {
		margin-top: 40px;
	}
}
@media screen and (max-width: 719px) {
	.p-set_list__list .c-set_item {
		width: 100%;
	}
	.p-set_list__list .c-set_item:not(:first-child) {
		margin-top: 30px;
	}
}
/* stylelint-disable no-descending-specificity */
.p-set_selection {
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 100px;
}
@media screen and (max-width: 719px) {
	.p-set_selection {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.p-set_selection__inner {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 719px) {
	.p-set_selection__inner {
		display: block;
	}
}
.p-set_selection__details {
	width: 100%;
	max-width: 360px;
}
.p-set_selection__content {
	width: calc(100% - 360px);
	padding-right: 60px;
}
@media screen and (max-width: 719px) {
	.p-set_selection__content {
		width: 100%;
		padding-right: 0;
	}
}
.p-set_selection__content__list {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (min-width: 720px) {
	.p-set_selection__content__list .c-product_item {
		width: calc((100% - 61px) / 3);
	}
	.p-set_selection__content__list .c-product_item:not(:nth-child(3n)) {
		margin-right: 30px;
	}
	.p-set_selection__content__list .c-product_item:not(:nth-child(-n + 3)) {
		margin-top: 30px;
	}
}
@media screen and (max-width: 719px) {
	.p-set_selection__content__list .c-product_item {
		width: calc(50% - 10px);
	}
	.p-set_selection__content__list .c-product_item:nth-child(odd) {
		margin-right: 20px;
	}
	.p-set_selection__content__list .c-product_item:not(:nth-child(-n + 2)) {
		margin-top: 20px;
	}
}
.p-set_selection__content__change-sets {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
}
.p-set_selection__content__change-sets .label_container {
	display: flex;
}
.p-set_selection__content__change-sets .label_container:not(:first-child) {
	margin-top: 16px;
}
.p-set_selection__content__change-sets .set_label {
	display: flex;
	align-items: center;
}
.p-set_selection__content__change-sets .set_label input[type="radio"] {
	display: none;
}
.p-set_selection__content__change-sets .set_label input:checked + span:before {
	background-color: inherit;
}
.p-set_selection__content__change-sets .set_label .checkbox {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 6px;
	border-radius: 50%;
	border-width: 1px;
	border-style: solid;
	vertical-align: middle;
}
.p-set_selection__content__change-sets .set_label .checkbox:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	border-style: solid;
	border-width: 5px;
	border-color: #ffffff;
	background-color: #ffffff;
	transition: 0.3s;
}
.p-set_selection__content__change-sets .set_label .value {
	font-size: 14px;
	letter-spacing: 1;
	line-height: 1.5;
}
@media screen and (max-width: 719px) {
	.p-set_selection__content__change-sets .set_label .value {
		font-size: 14px;
	}
}
.p-set_selection__sidebar {
	width: 360px;
}
@media screen and (max-width: 719px) {
	.p-set_selection__sidebar {
		width: 100%;
		max-height: 90%;
		position: fixed;
		bottom: 0;
		left: 0;
	}
}
.p-set_selection__sidebar__inner {
	position: relative;
}
@media screen and (max-width: 719px) {
	.p-set_selection__sidebar__inner {
		border-top-style: solid;
		border-top-width: 1px;
	}
}
@media screen and (max-width: 719px) {
	.p-set_selection__sidebar__header {
		padding: 10px 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}
.p-set_selection__sidebar__header .set_status {
	font-size: 18px;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 719px) {
	.p-set_selection__sidebar__header .set_status {
		font-size: 18px;
	}
}
@media screen and (max-width: 719px) {
	.p-set_selection__sidebar__header .set_status {
		font-size: 14px;
		padding-right: 10px;
	}
}
.p-set_selection__sidebar__header .select_clear {
	margin-top: 10px;
	cursor: pointer;
	transition: 0.4s;
}
@media screen and (min-width: 720px) {
	.p-set_selection__sidebar__header .select_clear:hover {
		opacity: 0.6;
	}
}
@media screen and (max-width: 719px) {
	.p-set_selection__sidebar__header .select_clear {
		display: none;
	}
}
.p-set_selection__sidebar__header .select_clear i {
	font-size: 24px;
	vertical-align: middle;
}
@media screen and (max-width: 719px) {
	.p-set_selection__sidebar__header .select_clear i {
		font-size: 22px;
	}
}
@media screen and (max-width: 719px) {
	.p-set_selection__sidebar__header .select_clear i {
		font-size: 16px;
	}
}
.p-set_selection__sidebar__header .select_clear span {
	font-size: 14px;
	vertical-align: middle;
	letter-spacing: 0.05em;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
@media screen and (max-width: 719px) {
	.p-set_selection__sidebar__header .select_clear span {
		font-size: 14px;
	}
}
@media screen and (max-width: 719px) {
	.p-set_selection__sidebar__header .select_clear span {
		font-size: 12px;
	}
}
.p-set_selection__sidebar__header .toggle_btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 140px;
}
@media screen and (min-width: 720px) {
	.p-set_selection__sidebar__header .toggle_btn {
		display: none;
	}
}
.p-set_selection__sidebar__header .toggle_btn.is-open i {
	transform: rotate(90deg);
}
.p-set_selection__sidebar__header .toggle_btn i {
	font-size: 18px;
	vertical-align: middle;
	transform: rotate(-90deg);
}
.p-set_selection__sidebar__header .toggle_btn span {
	font-size: 12px;
	vertical-align: middle;
	letter-spacing: 0.05em;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
@media screen and (min-width: 720px) {
	.p-set_selection__sidebar__form {
		margin-top: 10px;
		display: flex;
		flex-direction: column;
	}
}
@media screen and (max-width: 719px) {
	.p-set_selection__sidebar__form__inner {
		display: none;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.p-set_selection__sidebar__form__inner .clear_btn_alt {
	cursor: pointer;
	display: block;
	width: 130px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 720px) {
	.p-set_selection__sidebar__form__inner .clear_btn_alt {
		display: none;
	}
}
.p-set_selection__sidebar__form__inner .clear_btn_alt i {
	font-size: 20px;
	vertical-align: middle;
}
.p-set_selection__sidebar__form__inner .clear_btn_alt span {
	font-size: 12px;
	vertical-align: middle;
	letter-spacing: 0.05em;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
@media screen and (min-width: 720px) {
	.p-set_selection__sidebar__list {
		order: 0;
	}
}
@media screen and (max-width: 719px) {
	.p-set_selection__sidebar__list {
		max-height: 350px;
		overflow: auto;
		padding: 20px;
	}
}
.p-set_selection__sidebar__item {
	padding: 20px 0;
	border-top-style: solid;
	border-top-width: 1px;
}
.p-set_selection__sidebar__item:last-child {
	border-bottom-style: solid;
	border-block-width: 1px;
}
.p-set_selection__sidebar__item__inner {
	display: flex;
}
.p-set_selection__sidebar__item__inner > .thumbnail {
	width: 54px;
}
.p-set_selection__sidebar__item__inner > .thumbnail > img {
	width: 100%;
	height: auto;
}
.p-set_selection__sidebar__item__inner > .info {
	width: calc(100% - 54px);
	padding-left: 20px;
}
.p-set_selection__sidebar__item__inner > .info > .name {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
@media screen and (max-width: 719px) {
	.p-set_selection__sidebar__item__inner > .info > .name {
		font-size: 14px;
	}
}
.p-set_selection__sidebar__item__inner > .info > .variant {
	font-size: 12px;
	margin-top: 5px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
@media screen and (max-width: 719px) {
	.p-set_selection__sidebar__item__inner > .info > .variant {
		font-size: 12px;
	}
}
.p-set_selection__sidebar__item__inner > .info > .control {
	margin-top: 10px;
	max-width: 160px;
	width: 100%;
	height: 35px;
	border-style: solid;
	border-width: 1px;
	border-radius: 2px;
	display: flex;
}
.p-set_selection__sidebar__item__inner > .info > .control > .cut,
.p-set_selection__sidebar__item__inner > .info > .control .add {
	font-size: 20px;
	width: 35px;
	height: 35px;
	flex-grow: 0;
	cursor: pointer;
	text-align: center;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.p-set_selection__sidebar__item__inner > .info > .control > .cut,
	.p-set_selection__sidebar__item__inner > .info > .control .add {
		font-size: 19px;
	}
}
@media screen and (min-width: 720px) {
	.p-set_selection__sidebar__item__inner > .info > .control > .cut:hover,
	.p-set_selection__sidebar__item__inner > .info > .control .add:hover {
		opacity: 0.6;
	}
}
.p-set_selection__sidebar__item__inner > .info > .control > .cut i,
.p-set_selection__sidebar__item__inner > .info > .control .add i {
	vertical-align: middle;
}
.p-set_selection__sidebar__item__inner > .info > .control > .quantity {
	flex-grow: 1;
	flex-shrink: 0;
	width: calc(100% - 70px);
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.p-set_selection__sidebar__button {
	margin-top: 40px;
}
@media screen and (min-width: 720px) {
	.p-set_selection__sidebar__button {
		order: 1;
	}
}
@media screen and (max-width: 719px) {
	.p-set_selection__sidebar__button {
		margin-top: 0;
	}
}
.p-set_selection__sidebar__button > input {
	font-size: 16px;
	width: 100%;
	height: 60px;
	letter-spacing: 0.05em;
	border-radius: 2px;
	transition: 0.4s;
}
@media screen and (max-width: 719px) {
	.p-set_selection__sidebar__button > input {
		font-size: 16px;
	}
}
@media screen and (max-width: 719px) {
	.p-set_selection__sidebar__button > input {
		border-radius: 0;
	}
}
@media screen and (min-width: 720px) {
	.p-set_selection__sidebar__button > input:hover {
		opacity: 0.6;
	}
}
.p-set_selection__sidebar__button > input:disabled {
	opacity: 0.2;
}
.p-set_selection__sidebar__prices {
	padding: 20px;
}
@media screen and (min-width: 720px) {
	.p-set_selection__sidebar__prices {
		display: block !important;
		order: 2;
	}
}
.p-set_selection__sidebar__prices > .price_title {
	font-size: 18px;
	padding-bottom: 10px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
@media screen and (max-width: 719px) {
	.p-set_selection__sidebar__prices > .price_title {
		font-size: 18px;
	}
}
.p-set_selection__sidebar__prices > .price_table {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.p-set_selection__sidebar__prices > .price_table > .price_part {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.p-set_selection__sidebar__prices > .price_table > .price_part:not(:first-child) {
	margin-top: 8px;
}
.p-set_selection__sidebar__prices > .price_table > .price_part > .price_label {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	max-width: 20%;
	padding-right: 10px;
	flex-grow: 0;
}
@media screen and (max-width: 719px) {
	.p-set_selection__sidebar__prices > .price_table > .price_part > .price_label {
		font-size: 14px;
	}
}
.p-set_selection__sidebar__prices > .price_table > .price_part > .price_value {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	flex-grow: 1;
	text-align: right;
}
@media screen and (max-width: 719px) {
	.p-set_selection__sidebar__prices > .price_table > .price_part > .price_value {
		font-size: 16px;
	}
}
.p-set_selection__sidebar__prices > .price_total {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.p-set_selection__sidebar__prices > .price_total > .price_label {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	max-width: 20%;
	padding-right: 10px;
	flex-grow: 0;
}
@media screen and (max-width: 719px) {
	.p-set_selection__sidebar__prices > .price_total > .price_label {
		font-size: 14px;
	}
}
.p-set_selection__sidebar__prices > .price_total > .price_value {
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	flex-grow: 1;
	text-align: right;
}
@media screen and (max-width: 719px) {
	.p-set_selection__sidebar__prices > .price_total > .price_value {
		font-size: 22px;
	}
}
.p-browsing_history {
	padding-right: 40px;
	padding-left: 40px;
}
@media screen and (max-width: 719px) {
	.p-browsing_history {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.p-browsing_history__inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.p-browsing_history__inner__title {
	text-align: center;
	margin-bottom: 40px;
}
.p-browsing_history__inner__title__en {
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
.p-subs_cancel {
	margin-top: 40px;
}
.p-subs_cancel__part {
	display: flex;
	align-items: center;
}
.p-subs_cancel__part:not(:first-child) {
	margin-top: 20px;
}
.p-subs_cancel__part__checkbox {
	display: flex;
	align-items: center;
	position: relative;
}
.p-subs_cancel__part__checkbox input {
	width: 20px;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	margin-right: 6px;
}
.p-subs_cancel__part__checkbox__frame {
	width: 12px;
	height: 6px;
	position: absolute;
	left: 4px;
	top: calc(50% - 4px);
	border-left-width: 2px;
	border-left-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	transform: rotate(-45deg);
	opacity: 0;
}
.p-subs_cancel__part__checkbox__text {
	font-size: 14px;
}
@media screen and (max-width: 719px) {
	.p-subs_cancel__part__checkbox__text {
		font-size: 14px;
	}
}
input:checked + .p-subs_cancel__part__checkbox__frame {
	opacity: 1;
}
.p-subs_cancel__part__textarea {
	width: 100%;
	padding: 8px 10px;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.6;
	border-style: solid;
	border-width: 1px;
}
.p-subs_cancel__part__textarea:placeholder {
	opacity: 0.2;
}
.p-product_slider__nav {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.p-product_slider__item {
	height: inherit;
}
@media screen and (min-width: 720px) {
	.p-product_slider .slick-slider {
		width: min(100%, 1240px);
		margin: auto;
	}
	.p-product_slider [data-slides="1"] {
		width: min(100%, 720px);
	}
	.p-product_slider [data-slides="5"] .slick-slide {
		margin: 0 12px;
	}
	.p-product_slider [data-slides="5"] .slick-list {
		margin: 0 -12px;
	}
	.p-product_slider .slick-slide {
		margin: 0 30px;
	}
	.p-product_slider .slick-list {
		margin: 0 -30px;
	}
	.p-product_slider [data-slides="1"] .c-product_item__inner__eyecatch {
		width: min(23.6111111111vw, 340px);
	}
	.p-product_slider [data-slides="2"] .c-product_item__inner__eyecatch {
		width: min(19.4444444444vw, 280px);
	}
	.p-product_slider [data-slides="3"] .c-product_item__inner__eyecatch {
		width: min(25.9027777778vw, 373px);
	}
	.p-product_slider [data-slides="4"] .c-product_item__inner__eyecatch {
		width: min(18.4027777778vw, 265px);
	}
	.p-product_slider [data-slides="5"] .c-product_item__inner__eyecatch {
		width: min(15.9027777778vw, 229px);
	}
}
@media screen and (min-width: 720px) and (max-width: 1024px) {
	.p-product_slider .c-product_item {
		flex-direction: column;
	}
	.p-product_slider [data-slides] .c-product_item__inner__eyecatch {
		width: 100%;
	}
	.p-product_slider [data-slides="1"] .c-product_item {
		flex-direction: row;
	}
	.p-product_slider [data-slides="1"] .c-product_item__inner__eyecatch {
		width: 50%;
	}
	.p-product_slider .slick-slide {
		margin: 0 18px;
	}
	.p-product_slider .slick-list {
		margin: 0 -18px;
	}
}
@media screen and (max-width: 719px) {
	.p-product_slider .slick-slide {
		width: 100%;
		margin: auto;
	}
	.p-product_slider .slick-slide {
		margin: 0 2vw;
	}
	.p-product_slider .slick-list {
		margin: 0 -2vw;
	}
	.p-product_slider [data-slides] .c-product_item__inner__eyecatch {
		width: max(44vw, 165px);
	}
}
.p-product_slider .slick-arrow {
	width: 10px;
	height: 16px;
	cursor: pointer;
	background: url(./icons/chevron_right.svg) no-repeat center center/contain;
}
.p-product_slider .slick-arrow.slick--prev {
	transform: rotate(180deg);
}
.p-product_slider .slick--prev {
	order: 1;
}
.p-product_slider .slick-dots {
	display: flex;
	justify-content: center;
	position: relative;
	bottom: 0;
	width: auto;
	padding: 0px 25px;
	order: 2;
}
.p-product_slider .slick-dots li {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: block;
	margin: 0 8px;
}
.p-product_slider .slick-dots button {
	border-radius: 50%;
	background-color: #000;
	opacity: 0.4;
	max-width: 100%;
	max-height: 100%;
}
.p-product_slider .slick-dots .slick-active button {
	opacity: 1;
}
.p-product_slider .slick--next {
	order: 3;
}
.p-product_slider .slick-slide {
	height: auto;
}
.p-product_slider .slick-slide > div {
	height: 100%;
}
.p-product_slider .slick-dots button::before {
	content: none;
}
.p-product_slider .slick-track {
	display: flex;
}
.p-product_slider .slick-track .c-product_item {
	height: 100%;
}
.p-product_slider.splide {
	display: none;
}
.p-product_slider.--row-2 .slick-slide > div {
	height: auto !important;
}
.p-product_slider.--row-2 .slick-slide > div:not(:last-child) {
	margin-bottom: 20px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable scss/at-extend-no-missing-placeholder */
.p-search_menu {
	--search-btn-height: min(13.3333333333vw, 70px);
	width: 100%;
	height: 100%;
	position: fixed;
	left: -100%;
	top: 0;
	z-index: 200;
	opacity: 0;
	transform: translateX(-20px);
	transition: left 0s 0.4s, opacity 0.4s, transform 0.4s;
}
.p-search_menu__overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	cursor: pointer;
}
.p-search_menu__container {
	width: 480px;
	height: 100%;
	position: relative;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 719px) {
	.p-search_menu__container {
		width: 85%;
	}
}
.p-search_menu__container__inner__search__wrap {
	position: relative;
}
.p-search_menu__container__inner__search__wrap:before {
	content: "\e914";
	font-size: 20px;
	position: absolute;
	left: 10px;
	top: 10px;
}
.p-search_menu__container__inner__search__wrap__input {
	width: 100%;
	height: 40px;
	font-size: 16px;
	padding: 0 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	width: 100%;
	padding-left: 44px !important;
}
@media screen and (max-width: 719px) {
	.p-search_menu__container__inner__search__wrap__input {
		font-size: 16px;
	}
}
@media screen and (max-width: 719px) {
	.p-search_menu__container__inner__search__wrap__input {
		padding: 0 15px;
	}
}
.p-search_menu__container__inner__search__wrap__input::-webkit-input-placeholder {
	opacity: 0.4;
}
.p-search_menu__container__inner__search__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 200px;
	width: 100%;
	height: 40px;
	font-size: 14px;
	border-radius: 2px;
	transition: 0.4s;
	margin: 14px auto 0;
}
@media screen and (max-width: 719px) {
	.p-search_menu__container__inner__search__btn {
		font-size: 14px;
	}
}
.p-search_menu__container__inner__search__btn:hover {
	opacity: 0.4;
}
.p-search_menu__container__inner__list {
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 30px;
}
.p-search_menu__container__inner__list__item:not(:last-child) {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.p-search_menu__container__inner__list__item__inner {
	display: block;
	width: 100%;
	text-align: left;
	position: relative;
	padding: 20px 0;
	transition: 0.4s;
}
.p-search_menu__container__inner__list__item__inner:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.p-search_menu__container__inner__list__item__inner {
		padding: 15px 0;
	}
}
.p-search_menu__container__inner__list__item__inner .u-icon--plus,
.p-search_menu__container__inner__list__item__inner .u-icon--minus {
	font-size: 24px;
	position: absolute;
	right: 0px;
	top: calc(50% - 12px);
	transition: 0.4s;
}
.p-search_menu__container__inner__list__item__inner .u-icon--minus {
	opacity: 0;
	transform: scale(0);
}
.p-search_menu__container__inner__list__item__inner.is-open .u-icon--plus {
	opacity: 0;
	transform: scale(0);
}
.p-search_menu__container__inner__list__item__inner.is-open .u-icon--minus {
	opacity: 1;
	transform: scale(1);
}
.p-search_menu__container__inner__list__item button {
	padding-right: 34px;
}
.p-search_menu__container__inner__list__item__child {
	padding: 0 0 20px 20px;
}
@media screen and (max-width: 719px) {
	.p-search_menu__container__inner__list__item__child {
		padding: 10px 0 20px;
	}
}
.p-search_menu__container__inner__list__item__child__item:not(:last-child) {
	margin-bottom: 10px;
}
.p-search_menu__container__inner__list__item__child__item__inner {
	transition: 0.4s;
}
.p-search_menu__container__inner__list__item__child__item__inner:hover {
	opacity: 0.4;
}
.p-search_menu__container__close {
	font-size: 24px;
	position: absolute;
	right: 20px;
	top: 20px;
	line-height: 0;
	transition: 0.4s;
}
.p-search_menu__container__close:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.p-search_menu__container__close {
		right: 20px;
		top: 23px;
	}
}
.p-search_menu.is-active {
	left: 0;
	opacity: 1;
	transform: translateX(0);
	transition: left 0s, opacity 0.4s, transform 0.4s;
}
.p-search_menu__container__searchbtn {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 480px;
	height: var(--search-btn-height);
	display: flex;
	z-index: 201;
}
@media screen and (max-width: 719px) {
	.p-search_menu__container__searchbtn {
		width: 85%;
	}
}
.p-search_menu__container__searchbtn button {
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-search_menu__container__searchbtn span {
	font-size: 16px;
	font-weight: bold;
}
@media screen and (max-width: 719px) {
	.p-search_menu__container__searchbtn span {
		font-size: 14px;
	}
}
.p-search_menu__container__inner {
	padding-bottom: var(--search-btn-height);
}
.p-search_menu__container__inner__heading {
	text-align: center;
	width: 100%;
	padding: 20px 0;
}
.p-search_menu__container__inner__search {
	border-top: 1px solid;
}
.p-search_menu__container__inner__search__part {
	padding: 0 40px;
	margin-top: 25px;
}
@media screen and (max-width: 719px) {
	.p-search_menu__container__inner__search__part {
		padding: 0 20px;
		margin-top: 16px;
	}
}
.p-search_menu__container__inner__search__part__content {
	margin-top: 12px;
}
@media screen and (max-width: 719px) {
	.p-search_menu__container__inner__search__part__content {
		margin-top: 6px;
	}
}
.p-search_menu__container__inner__search__part--flex {
	display: flex;
	margin: 40px 0 36px;
}
@media screen and (max-width: 719px) {
	.p-search_menu__container__inner__search__part--flex {
		margin: 30px 0 26px;
	}
}
.p-search_menu__container__inner__search__part--flex .p-search_menu__container__inner__search__part__content {
	flex: 1 0 auto;
	margin-top: 0;
}
.p-search_menu__container__inner__search__part__label {
	width: 100%;
}
.p-search_menu__tags {
	display: flex;
	flex-wrap: wrap;
}
.p-search_menu__label--tags {
	margin-right: 10px;
	margin-bottom: 15px;
	line-height: 1.5;
	padding: 6px 15px;
	border: 1px solid var(--color-input-border);
	border-radius: 17px;
	color: var(--color-input-text);
	-webkit-tap-highlight-color: transparent;
}
.p-search_menu__checkbox {
	display: none;
}
.p-search_menu__checkbox:checked + .p-search_menu__label {
	color: var(--color-text-overlay);
	border-color: var(--color-btn-bg);
	background-color: var(--color-btn-bg);
}
.p-search_menu .input_wrap input {
	width: 100%;
	height: 40px;
	font-size: 16px;
	padding: 0 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
}
@media screen and (max-width: 719px) {
	.p-search_menu .input_wrap input {
		padding: 0 15px;
	}
}
.p-search_menu .input_wrap input::placeholder {
	opacity: 0.4;
}
.mobile_safari .p-search_menu .input_wrap > * {
	font-size: 16px !important;
}
.p-search_menu .input_wrap.is-select {
	position: relative;
}
.p-search_menu .input_wrap.is-select::after {
	content: "\e901";
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	pointer-events: none;
	font-family: "icon"; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
}
.p-search_menu .input_wrap.is-select select {
	width: 100%;
	height: 40px;
	font-size: 16px;
	padding: 0 40px 0 20px;
	border: 1px solid;
	border-radius: 2px;
}
@media screen and (max-width: 719px) {
	.p-search_menu .input_wrap.is-select select {
		padding-right: 40px;
		padding-left: 15px;
	}
}
.p-search_menu .input_wrap.is-range {
	display: flex;
	align-items: center;
}
.p-search_menu .input_wrap.is-range input {
	flex: 0 0 calc((100% - 34px) / 2);
}
.p-search_menu .input_wrap.is-range .p-search_menu__from_to {
	flex: 0 0 34px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: block;
}
.custom-select-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	-webkit-user-select: none;
	user-select: none;
}
.custom-select-wrapper select {
	display: none;
}
.js-custom-select .custom-select-trigger {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 40px 0 20px;
	line-height: 38px;
	border-width: thin;
	border-style: solid;
	border-radius: 2px;
	cursor: pointer;
}
.js-custom-select .custom-select-trigger::after {
	position: absolute;
	top: 50%;
	right: 10px;
	content: "\e901";
	font-family: "icon", sans-serif;
	font-size: 20px;
	line-height: 30px;
	transition: all 0.4s ease-in-out;
	transform: translateY(-50%) rotate(90deg);
	pointer-events: none;
}
.js-custom-select.open .custom-select-trigger::after {
	transform: translateY(-50%) rotate(-90deg);
}
.js-custom-select .custom-options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	min-width: 100%;
	max-height: 280px;
	margin: 2px 0;
	background: #fff;
	border: thin solid #bdc1c2;
	border-radius: 2px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	transition: all 0.4s ease-in-out;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 202; /* layer above .p-search_menu__container__searchbtn */
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
}
.js-custom-select .custom-options ul {
	position: relative;
	margin-left: 15px;
}
.js-custom-select.open .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
}
.js-custom-select .custom-option {
	position: relative;
	display: block;
	padding: 0 20px;
	color: #333;
	line-height: 50px;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
}
.js-custom-select .custom-option::after {
	content: "";
	position: absolute;
	top: 0;
	left: -25%;
	width: 150%;
	height: 100%;
	background: #f0f2f7;
	transition: opacity 0.25s ease-in-out;
	opacity: 0;
	z-index: -1;
}
.js-custom-select .custom-option.selected {
	font-weight: 700;
}
.js-custom-select .custom-option:hover::after,
.js-custom-select .custom-option.selected::after {
	opacity: 1;
}
.p-breadcrumbs {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}
.p-breadcrumbs--pc {
	margin-bottom: -20px;
	padding: 20px 40px;
}
@media screen and (max-width: 719px) {
	.p-breadcrumbs--pc {
		display: none;
	}
}
.p-breadcrumbs--sp {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: inherit;
}
@media screen and (min-width: 720px) {
	.p-breadcrumbs--sp {
		display: none;
	}
}
.p-breadcrumbs--sp .c-breadcrumbs {
	padding: 15px 30px;
}
@media screen and (min-width: 720px) {
	.p-breadcrumbs .c-breadcrumbs:not(:first-child) {
		margin-top: 8px;
	}
}
@media screen and (max-width: 719px) {
	.p-breadcrumbs .c-breadcrumbs:not(:first-child) {
		border: inherit;
	}
}
.p-carousel_slider {
	visibility: visible;
}
.p-carousel_slider__track__list__item__inner {
	display: block;
	padding-top: 75%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: scale(0.875);
	transform-origin: center center;
}
@media screen and (max-width: 719px) {
	.p-carousel_slider__track__list__item__inner {
		transform: scale(1);
	}
}
.p-carousel_slider__track__list__item.is-active:not(.splide__slide--clone) .p-carousel_slider__track__list__item__inner {
	transform: scale(1);
	transition: transform 0.4s;
}
.p-carousel_slider__track__list--single {
	width: 100%;
}
.p-carousel_slider__track__list--single .p-carousel_slider__track__list__item {
	width: min(55.5555555556vw, 800px);
	margin: auto;
}
@media screen and (max-width: 719px) {
	.p-carousel_slider__track__list--single .p-carousel_slider__track__list__item {
		width: 100%;
	}
}
.p-carousel_slider__track__list--single .p-carousel_slider__track__list__item__inner {
	transform: none;
}
.p-carousel_slider__nav {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	width: calc(100% - 80px);
	padding-top: 19px;
	margin: auto;
}
@media screen and (max-width: 719px) {
	.p-carousel_slider__nav {
		justify-content: center;
	}
}
.p-carousel_slider__nav__arrow {
	width: auto;
	height: auto;
	font-size: 24px;
	position: static;
	background: none;
	opacity: 1;
	transform: none;
	color: #000000;
}
.p-carousel_slider__nav__arrow--prev {
	margin-right: 20px;
	transform: scale(-1);
}
.p-carousel_slider__nav__arrow--next {
	margin-left: 20px;
}
.p-carousel_slider__nav__pagination {
	display: flex;
	align-items: center;
}
.p-carousel_slider__nav__pagination__dot {
	display: flex;
	align-items: center;
}
.p-carousel_slider__nav__pagination__dot:not(:last-child) {
	margin-right: 10px;
}
.p-carousel_slider__nav__pagination__dot button {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	opacity: 0.4;
	background: #000000;
}
.p-carousel_slider__nav__pagination__dot.is-current button {
	opacity: 1;
}
.p-campaign {
	padding: 92px 40px 75px;
	display: block;
}
@media screen and (max-width: 719px) {
	.p-campaign {
		padding: 60px 15px;
	}
}
.p-campaign.use-border {
	border-top: 1px solid var(--color-page-border);
}
.p-campaign__title {
	text-align: center;
	line-height: 1;
	margin-bottom: 40px;
}
.p-campaign__title__en {
	font-size: 24px;
	font-family: "Alata", sans-serif;
	margin-bottom: 15px;
}
@media screen and (max-width: 719px) {
	.p-campaign__title__en {
		font-size: 22px;
		margin-bottom: 8px;
	}
}
.p-campaign__title__jp {
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
}
.p-previous_order {
	padding: 90px 0;
	border-top-style: solid;
	border-top-width: 1px;
	display: block;
}
@media screen and (max-width: 719px) {
	.p-previous_order {
		padding: 60px 0;
	}
}
.p-previous_order__title {
	font-size: 30px;
	text-align: center;
	margin-bottom: 60px;
}
@media screen and (max-width: 719px) {
	.p-previous_order__title {
		font-size: 22px;
		margin-bottom: 40px;
	}
}
.p-previous_order__btn {
	margin-top: 40px;
}
.p-previous_order__btn a,
.p-previous_order__btn button {
	margin: 0 auto;
}
.p-previous_order .c-cart_list__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 721px;
	margin: 0 auto;
	border: none;
}
@media screen and (max-width: 719px) {
	.p-previous_order .c-cart_list__list {
		display: block;
		padding: 0 30px;
	}
}
.p-previous_order .c-cart_list__list li {
	width: calc(50% - 20px);
}
@media screen and (max-width: 719px) {
	.p-previous_order .c-cart_list__list li {
		width: 100%;
	}
	.p-previous_order .c-cart_list__list li:first-child {
		border-top-style: solid;
		border-top-width: 1px;
	}
}
@media screen and (min-width: 720px) {
	.p-previous_order .c-cart_list__list li:first-child,
	.p-previous_order .c-cart_list__list li:nth-child(2) {
		border-top-style: solid;
		border-top-width: 1px;
	}
}
#cv-xsells-view .p-previous_order__btn {
	margin: 40px auto;
}
.p-banner {
	display: grid;
}
.p-banner__image,
.p-banner__link {
	grid-area: 1/-1;
}
.p-banner__image {
	background-image: none;
	background-repeat: repeat-x;
	background-position: center;
	background-size: contain;
}
.p-banner--header {
	width: 100%;
	height: min(13.3333333333vw, 60px);
}
.p-category_menu .p-category_menu__button,
.p-category_menu .p-category_menu__text {
	transition: 0.4s;
	display: block;
}
.p-category_menu .p-category_menu__button:hover,
.p-category_menu .p-category_menu__text:hover {
	opacity: 0.4;
}
.p-category_menu__item--parent + .p-category_menu__item--parent {
	border-top: 1px solid var(--color-page-border);
}
.p-category_menu__item--child:not(:first-child) {
	margin-top: 10px;
}
.p-category_menu__toggle {
	padding: 20px 0;
}
@media screen and (max-width: 719px) {
	.p-category_menu__toggle {
		padding: 15px 0;
	}
}
.p-category_menu__button {
	position: relative;
	padding-right: 34px;
	width: 100%;
	text-align: left;
}
.p-category_menu__collapsible {
	padding-left: 20px;
	padding-bottom: 20px;
	display: none;
}
.p-category_menu .u-icon--plus,
.p-category_menu .u-icon--minus {
	font-size: 24px;
	position: absolute;
	right: 0px;
	top: calc(50% - 12px);
	transition: 0.4s;
}
.p-category_menu .u-icon--minus {
	opacity: 0;
	transform: scale(0);
}
.p-category_menu .is-open .u-icon--plus {
	opacity: 0;
	transform: scale(0);
}
.p-category_menu .is-open .u-icon--minus {
	opacity: 1;
	transform: scale(1);
}
.p-upsell_not_found__message {
	text-align: center;
}
.p-upsell_not_found__message:first-child {
	margin-top: 60px;
}
.p-upsell_not_found__message:last-child {
	margin-bottom: 80px;
}
.p-product_alert {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 719px) {
	.p-product_alert > * {
		padding-left: 0px;
		padding-right: 0px;
	}
}
.p-product_alert ul {
	padding-left: 20px;
}
.p-product_alert li {
	text-align: left;
	list-style: disc;
}
.p-product_alert__details::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
	margin: 20px 0px;
}
.p-product_alert__details_show_btn {
	margin-top: 20px;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
.p-product_alert__details_hide_btn {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	margin-top: 20px;
}
.p-free_column_view__body {
	margin-top: 40px;
	padding: 0 15px;
}
@media screen and (min-width: 1024px) {
	.p-free_column_view__body {
		margin-top: 60px;
		padding: 0 20px;
	}
}
.p-free_column_view__body:first-of-type {
	margin-top: 20px;
}
@media screen and (min-width: 1024px) {
	.p-free_column_view__body:first-of-type {
		margin-top: 30px;
	}
}
.p-free_column_view__category {
	margin-top: 20px;
}
.p-cart_modal {
	width: 100%;
	height: 100%;
	position: fixed;
	right: -100%;
	top: 0;
	z-index: 200;
	opacity: 0;
	transform: translateX(20px);
	transition: right 0s 0.4s, opacity 0.4s, transform 0.4s;
}
.p-cart_modal.is-active {
	right: 0;
	opacity: 1;
	transform: translateX(0);
	transition: right 0s, opacity 0.4s, transform 0.4s;
}
.p-cart_modal__overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
.p-cart_modal__container {
	width: 480px;
	height: 100%;
	position: absolute;
	right: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 719px) {
	.p-cart_modal__container {
		width: 85%;
	}
}
.p-cart_modal__empty {
	width: 100%;
	height: 100%;
	display: grid;
	place-content: center;
}
.p-cart_modal__empty-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.p-cart_modal__empty-content img {
	width: 40px;
	height: 40px;
}
.p-cart_modal__empty-content figcaption {
	margin-top: 20px;
}
.p-cart_modal__close {
	font-size: 24px;
	position: absolute;
	right: 20px;
	top: 20px;
	line-height: 0;
	transition: 0.4s;
}
.p-cart_modal__close:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.p-cart_modal__close {
		right: 15px;
		top: 15px;
	}
}
.p-cart_modal__item {
	display: flex;
	padding: 20px 40px;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;
	border-color: #f5f8fa;
}
@media screen and (max-width: 719px) {
	.p-cart_modal__item {
		padding: 15px 20px;
		gap: 15px;
	}
}
.p-cart_modal__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 60px 40px 20px;
}
@media screen and (max-width: 719px) {
	.p-cart_modal__header {
		padding: 40px 20px 15px;
	}
}
.p-cart_modal__total {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.p-cart_modal__quantity {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.p-cart_modal__purchase {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 320px;
	width: 100%;
	height: 60px;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.4s;
	width: 240px;
	height: 50px;
	margin-top: 20px;
}
@media screen and (max-width: 719px) {
	.p-cart_modal__purchase {
		font-size: 16px;
	}
}
.p-cart_modal__purchase:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.p-cart_modal__purchase {
		max-width: 280px;
		height: 50px;
	}
}
.p-cart_modal__purchase a {
	display: block;
}
@media screen and (max-width: 719px) {
	.p-cart_modal__purchase {
		width: 100%;
	}
}
.p-cart_modal__delete {
	display: unset;
	margin: unset;
	padding: unset;
	width: -moz-fit-content;
	width: fit-content;
}
.p-cart_modal__message {
	padding: 20px 40px;
}
@media screen and (max-width: 719px) {
	.p-cart_modal__message {
		padding: 15px 20px;
	}
}
.p-cart_modal .c-cart_item {
	flex-wrap: nowrap;
}
.p-cart_modal .c-cart_item__img,
.p-cart_modal .c-cart_item--table .variant-image,
.c-cart_item--table .p-cart_modal .variant-image {
	width: 80px;
	flex-shrink: 0;
}
@media screen and (max-width: 719px) {
	.p-cart_modal .c-cart_item__img,
	.p-cart_modal .c-cart_item--table .variant-image,
	.c-cart_item--table .p-cart_modal .variant-image {
		width: 17.8571428571%;
	}
}
.p-cart_modal .c-order_quantity {
	width: 180px;
	flex-shrink: 0;
}
@media screen and (max-width: 719px) {
	.p-cart_modal .c-order_quantity {
		width: max(80%, 126px);
	}
}
.p-cart_modal .c-cart_item__price {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}
.p-cart_modal .c-cart_item__price .origin {
	-webkit-text-decoration: line-through;
	text-decoration: line-through;
}
.p-cart_modal .c-cart_item__info {
	padding: unset;
}
.p-cart_modal .c-cart_item__info__category,
.p-cart_modal .c-cart_item__info__title,
.p-cart_modal .c-cart_item__info__variant,
.p-cart_modal .c-cart_item__info__quantity {
	margin: unset;
	line-height: 1.5;
}
.p-cart_modal .c-cart_item__info__quantity {
	flex-grow: 1;
}
.p-cart_modal .c-billing_list {
	padding: 40px 40px 60px;
}
.p-cart_modal .p-cart_content__message-container {
	margin: unset;
}
.p-cart_modal .control-alert,
.p-cart_modal .alert,
.p-cart_modal .alert-danger {
	padding: unset;
	margin: unset;
}
.p-cart_modal #cart-modal {
	display: block !important;
}
.p-delivery_cycle__step--3 {
	display: none;
	flex-direction: column;
}
.p-delivery_cycle__step--3::before {
	content: "";
	width: 1px;
	height: 100px;
	outline: none;
	border: none;
	border-right: dotted 1px #d8dddf;
	margin: 0 auto 60px;
	display: block;
}
.p-delivery_cycle__error {
	display: none;
}
.p-delivery_cycle:has(.p-delivery_cycle__changeable .formError) .p-delivery_cycle__error {
	display: block;
}
.p-delivery_cycle__changeable {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.p-delivery_cycle__confirm {
	display: flex;
	gap: 60px;
	flex-direction: column;
}
.p-delivery_cycle__text--head {
	display: flex;
	gap: 12px;
	font-size: calc(0.8333333333 * var(--font-size-text-head));
	color: var(--color-text-head);
	font-family: inherit;
}
.p-delivery_cycle__text--head::before {
	content: "";
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url("./icons/calendar.svg") no-repeat center/contain;
}
@media screen and (min-width: 1024px) {
	.p-delivery_cycle [data-payment_schedule] {
		word-break: break-word;
		overflow-wrap: keep-all;
	}
}
.p-delivery_cycle__text--scheduled_to_be_delivered_at {
	background-color: #868686;
	color: #ffffff;
	padding: 20px;
	display: flex;
	justify-content: center;
}
.p-delivery_cycle__text--products {
	margin-bottom: 15px;
}
.p-delivery_cycle__text--edit_subs_order {
	margin-top: 30px;
	text-align: center;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
.p-delivery_cycle__cycle {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.p-delivery_cycle__list {
	border-top: 1px solid var(--color-page-border);
}
.p-delivery_cycle__item {
	border-bottom: 1px solid var(--color-page-border);
}
.p-delivery_cycle__item .c-checkbox {
	display: none;
}
.p-delivery_cycle__control {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.p-delivery_cycle__control:has(.p-delivery_cycle__button.--hidden) {
	display: none;
}
.p-delivery_cycle__button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	padding: 0 16px;
	box-sizing: border-box;
	width: 280px;
	height: 60px;
	margin-top: 60px;
}
.p-delivery_cycle .c-product_item {
	width: 100%;
	flex-direction: row;
	gap: 4.1666666667%;
}
.p-delivery_cycle .c-product_item:hover {
	opacity: unset;
}
.p-delivery_cycle .c-product_item__inner__eyecatch {
	width: 33.3333333333%;
}
.p-delivery_cycle__changeable .c-product_item:not(:has(:checked)) {
	opacity: 0.4;
}
.p-delivery_cycle__changeable .c-product_item:not(:has(:checked)):hover {
	opacity: 1;
}
.p-delivery_cycle .p-subscription_detail {
	display: flex;
	gap: 60px;
	flex-direction: column;
}
.p-delivery_cycle .p-subscription_detail__block {
	margin-bottom: 0;
}
.p-delivery_cycle .p-subscription_detail__block__head {
	margin-bottom: 40px;
}
.p-delivery_cycle .c-checkbox {
	--checkmark-color: var(--color-page-accent);
	--checkbox-color: #bdc1c2;
}
.p-delivery_cycle .c-modal {
	width: 92.3076923077%;
}
@media screen and (min-width: 1024px) {
	.p-delivery_cycle .c-modal {
		width: 600px;
	}
}
.p-delivery_cycle .c-modal__title {
	display: flex;
	align-items: center;
	gap: 0.6153846154em;
}
.p-delivery_cycle .c-modal__title::before {
	content: "";
	background: url("./icons/attention.svg") no-repeat center/contain;
	width: 1.8461538462em;
	height: 1.8461538462em;
}
.p-delivery_cycle .formError {
	display: none !important;
}
@media screen and (min-width: 1024px) {
	.p-delivery_cycle__changeable {
		gap: 40px;
	}
	.p-delivery_cycle__changeable .c-product_item {
		width: max((100% - 120px) / 4, 195px);
		flex-direction: column;
		gap: unset;
	}
	.p-delivery_cycle__changeable .c-product_item__inner__eyecatch {
		width: 100%;
	}
	.p-delivery_cycle__confirm {
		flex-direction: row;
		gap: 40px;
	}
}
.p-zero-result {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	gap: 10px;
	width: 1200px;
	height: 200px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.05em;
}
.p-zero-result--announce {
	background: #f5f8fa;
	color: #e21e1e;
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
}
.p-zero-result-recommend-title {
	font-family: "Noto Sans JP";
}
@media screen and (max-width: 719px) {
	.p-zero-result {
		width: 100%;
		height: 100px;
	}
	.p-zero-result--announce {
		height: 200px;
	}
}
.p-gift {
	--modal-padding-top: 60px;
	--modal-padding-bottom: 20px;
	--modal-padding-side: 20px;
}
@media screen and (min-width: 1024px) {
	.p-gift {
		--modal-padding-bottom: 40px;
		--modal-padding-side: 60px;
	}
}
.p-gift__title {
	text-align: center;
}
.p-gift__head {
	display: flex;
	align-items: center;
	line-height: 1;
	gap: 12px;
}
.p-gift__modal {
	border-radius: 0;
	position: relative;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 1024px) {
	.p-gift__modal {
		border-radius: 8px;
		width: 860px;
		height: min(95%, 760px);
	}
}
.p-gift__content {
	display: flex;
	height: 100%;
	flex-direction: column;
	overflow: hidden;
	gap: 20px;
	padding: var(--modal-padding-top) var(--modal-padding-side) var(--modal-padding-bottom);
}
.p-gift__pages {
	overflow: hidden;
	flex-grow: 1;
}
.p-gift__section {
	z-index: 0;
	grid-area: 1/1;
	width: 100%;
	height: 100%;
	background-color: var(--color-page-bg, inherit);
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.p-gift__section.--visible {
	animation: fade-in 0.3s;
}
.p-gift__section.--hidden {
	display: none;
	animation: fade-out 0.2s;
}
.p-gift__select {
	overflow: auto;
	flex-grow: 1;
}
.p-gift__section.--page-1 .p-gift__select {
	width: 100%;
}
.p-gift__section.--page-2 .p-gift__select {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media screen and (min-width: 1024px) {
	.p-gift__section.--page-2 .p-gift__select {
		flex-direction: row;
		gap: 60px;
		width: max-content;
	}
}
.p-gift__control {
	display: flex;
	justify-content: center;
	gap: 8px;
}
.p-gift__button {
	line-height: 1;
}
.p-gift__button:disabled {
	opacity: 0.4;
}
.p-gift__control .p-gift__button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	padding: 0 16px;
	box-sizing: border-box;
	display: flex;
	width: 200px;
	height: 60px;
	color: var(--color-text-overlay);
}
.p-gift__button.--next,
.p-gift__button.--submit,
.p-gift__button.--out-of-stock {
	background-color: var(--color-page-accent);
}
.p-gift__button.--back {
	background-color: var(--color-btn-cancel, #868686);
}
.p-gift__button.--close {
	font-size: calc(1.3333333333 * var(--font-size-text-head));
	position: absolute;
	right: 0.625em;
	top: 0.625em;
}
.p-gift .c-radio {
	--radio-button-size: 24px;
	--radio-outline-color: var(--color-page-border);
	--radio-button-color: var(--color-btn-bg);
	--radio-background-color: var(--color-page-bg);
}
.p-gift .c-encircled_number {
	--circle-color: var(--color-page-accent);
	font-size: 0.7058823529em;
	color: var(--color-text-overlay);
}
.p-gift .formError {
	color: red !important;
	width: max-content !important;
	margin: 0 !important;
	left: auto !important;
	right: 0 !important;
	transform: translateY(-100%);
}
.p-gift form {
	display: contents;
}
@keyframes fade-out {
	from {
		display: flex;
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes fade-in {
	from {
		display: flex;
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.p-gift_select {
	height: 55%;
	overflow: hidden;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media screen and (min-width: 1024px) {
	.p-gift_select {
		width: 400px;
		flex: 0 0 auto;
		height: unset;
		gap: 40px;
	}
}
.p-gift_select__list {
	overflow: auto;
}
.p-gift_select__item {
	padding: 1em;
	border: 0 solid var(--color-page-border);
	border-top-width: 1px;
}
.p-gift_select__item:last-of-type {
	border-bottom-width: 1px;
}
.p-gift_select__item:has(:checked) {
	background-color: var(--js-color-page-accent-lighten, #f5f8fa);
}
.p-gift_select__label {
	display: flex;
	gap: 10px;
}
.p-gift_select__label .c-radio {
	flex-shrink: 0;
}
.p-gift_select__text.--gift-name {
	word-break: break-all;
}
.p-gift_preview {
	flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
	.p-gift_preview {
		width: 280px;
		flex: 0 0 auto;
	}
}
.p-gift_preview__container {
	display: none;
	gap: 20px;
	grid: "description thumbnail" auto/1fr 37.5%;
}
@media screen and (min-width: 1024px) {
	.p-gift_preview__container {
		grid: "description" "thumbnail";
	}
}
.p-gift_preview__container:has(.p-gift_preview__annotation) {
	grid: "annotation annotation" auto "description thumbnail" auto/1fr 37.5%;
}
@media screen and (min-width: 1024px) {
	.p-gift_preview__container:has(.p-gift_preview__annotation) {
		grid: "annotation" "description" "thumbnail";
	}
}
.p-gift_preview__container.--show {
	display: grid;
}
.p-gift_preview__annotation {
	grid-area: annotation;
	padding: 0.7em 0;
	border-top: 1px dashed;
	border-bottom: 1px dashed;
}
.p-gift_preview__description {
	grid-area: description;
}
.p-gift_preview__sku {
	margin-bottom: 10px;
}
.p-gift_preview__sku .c-select {
	margin-top: 6px;
}
.p-gift_preview__text:not(:last-child) {
	margin-bottom: 10px;
}
.p-gift_preview__text.--part-of-noshi {
	color: var(--color-page-accent);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.p-gift_preview__text.u-icon--check_circle::before {
	background-color: var(--color-page-accent);
	width: 16px;
	height: 16px;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.p-gift_preview__text.--price {
	display: none;
}
.p-gift_preview__text.--price.--show {
	display: block;
}
.p-gift_preview__thumbnail {
	grid-area: thumbnail;
}
.p-gift_preview__details.--only-PC {
	display: none;
}
@media screen and (min-width: 1024px) {
	.p-gift_preview__details.--only-PC {
		display: revert;
	}
}
.p-gift_preview .option_template {
	display: none;
}
.p-gift_order_item {
	overflow: auto;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 20px;
}
@media screen and (min-width: 1024px) {
	.p-gift_order_item {
		display: grid;
		grid: auto/repeat(2, 1fr);
	}
}
.p-gift_order_item .c-radio {
	position: absolute;
	top: 10px;
	left: 10px;
}
.p-gift_order_item .c-cart_item {
	padding: 0;
	border: 0;
}
.p-gift_order_item .c-cart_item__img,
.p-gift_order_item .c-cart_item--table .variant-image,
.c-cart_item--table .p-gift_order_item .variant-image {
	position: relative;
}
.p-shipping_address_table {
	--table-head-width: auto;
	--table-data-width: auto;
	--table-row-gap: 20px;
	--table-data-gap: 6px;
}
.p-shipping_address_table :is(tbody, th, tr, td),
.p-shipping_address_table > tbody,
.p-shipping_address_table > tbody > tr,
.p-shipping_address_table > tbody > tr:not(:last-child),
.p-shipping_address_table > tbody > tr > th,
.p-shipping_address_table > tbody > tr > td {
	width: unset;
	margin: unset;
	padding: unset;
	display: revert;
}
.p-shipping_address_table :is(tbody, th, tr, td):empty,
.p-shipping_address_table > tbody:empty,
.p-shipping_address_table > tbody > tr:empty,
.p-shipping_address_table > tbody > tr:not(:last-child):empty,
.p-shipping_address_table > tbody > tr > th:empty,
.p-shipping_address_table > tbody > tr > td:empty {
	display: none;
}
@media screen and (min-width: 1024px) {
	.p-shipping_address_table {
		--table-head-width: 280px;
		--table-data-width: 420px;
		--table-data-gap: 20px;
	}
}
.p-shipping_address_table.--confirm {
	--table-data-gap: 10px;
	--table-row-padding: 0 0 10px;
	--table-row-border: solid var(--color-page-border, #d8dddf);
	--table-row-border-width: 0 0 1px;
}
@media screen and (min-width: 1024px) {
	.p-shipping_address_table.--confirm {
		--table-head-width: 200px;
		--table-row-padding: 0 0 20px;
		--table-data-gap: 20px;
		--table-data-width: calc(100% - (var(--table-head-width) + var(--table-data-gap)));
	}
}
.p-shipping_address_table__text.--isolatable {
	display: block;
}
@media screen and (min-width: 1024px) {
	.p-shipping_address_table__text.--isolatable {
		display: inline;
	}
}
@media screen and (max-width: 1023px) {
	.p-shipping_address_table__text.--only-PC {
		display: none;
	}
}
html body .p-shipping_address_table.c-form_table,
html body .p-shipping_address_table.c-form_table--confirm {
	table-layout: auto;
	margin: 0 auto;
}
html body .p-shipping_address_table.c-form_table tbody,
html body .p-shipping_address_table.c-form_table--confirm tbody {
	display: flex;
	gap: var(--table-row-gap);
	flex-direction: column;
}
html body .p-shipping_address_table.c-form_table tr,
html body .p-shipping_address_table.c-form_table--confirm tr {
	display: flex;
	flex-direction: column;
	gap: var(--table-data-gap);
}
@media screen and (min-width: 1024px) {
	html body .p-shipping_address_table.c-form_table tr,
	html body .p-shipping_address_table.c-form_table--confirm tr {
		flex-direction: row;
		align-items: center;
	}
}
html body .p-shipping_address_table.c-form_table th,
html body .p-shipping_address_table.c-form_table--confirm th {
	flex: 0 0 auto;
	width: var(--table-head-width);
	letter-spacing: 0.65px;
	align-self: flex-start;
}
html body .p-shipping_address_table.c-form_table td,
html body .p-shipping_address_table.c-form_table--confirm td {
	flex: 1 0 auto;
	width: var(--table-data-width);
}
html body .p-shipping_address_table.--confirm.c-form_table tr,
html body .p-shipping_address_table.--confirm.c-form_table--confirm tr {
	padding: var(--table-row-padding, unset);
	border: var(--table-row-border, unset);
	border-width: var(--table-row-border-width, 0);
}
.p-shipping_information {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 20px;
}
.p-shipping_information__label {
	position: relative;
	padding: 15px;
	width: 100vw;
	background: #f5f8fa;
	left: calc((100% - 100vw) / 2);
	display: flex;
	justify-content: space-between;
}
@media screen and (min-width: 1024px) {
	.p-shipping_information__label {
		width: 100%;
		left: 0;
	}
}
.p-shipping_information__items,
.p-shipping_information__carrier {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
}
#shipping-addresses-wrapper {
	counter-reset: step;
}
#shipping-addresses-wrapper > div {
	counter-increment: step;
}
.p-shipping_information__text.--counter::after {
	content: counter(step);
	margin-left: 0.4em;
}
.p-shipping_information__carrier .c-form_table__dynamic-select p {
	padding-top: 0;
}
@media screen and (min-width: 720px) {
	.p-shipping_information.--confirm .p-shipping_information__label {
		width: 100%;
		left: 0;
	}
}
.p-multiple_shipping_option__label {
	display: flex;
}
.p-multiple_shipping_option__text {
	align-self: center;
}
.p-multiple_shipping_item {
	display: flex;
	--multiple-shipping-item-element-gap: 15px;
	--multiple-shipping-item-block-gap: 10px;
}
@media screen and (min-width: 1024px) {
	.p-multiple_shipping_item {
		--multiple-shipping-item-gap: 20px;
		--multiple-shipping-item-block-gap: 10px;
	}
}
.p-multiple_shipping_item__body {
	display: flex;
	gap: var(--multiple-shipping-item-element-gap);
}
@media screen and (min-width: 720px) {
	.p-multiple_shipping_item__body.--only-SP {
		display: none;
	}
}
@media screen and (max-width: 719px) {
	.p-multiple_shipping_item__body.--only-PC {
		display: none;
	}
}
.p-multiple_shipping_item:not(:last-child) {
	margin-bottom: var(--multiple-shipping-item-block-gap);
}
.p-multiple_shipping_item__quantity {
	width: max-content;
	flex-shrink: 0;
	margin-left: 10px;
}
.p-multiple_shipping_item__name {
	--trancate-line-clamp: 2;
	--trancate-word-break: none;
	--trancate-align: left;
	align-self: start;
	flex-grow: 1;
}
.p-multiple_shipping_item__thumbnail {
	height: 5em;
	width: 5em;
	flex-shrink: 0;
	margin: 0 10px;
}
.p-multiple_shipping_item__thumbnail img {
	object-fit: contain;
	object-position: center;
	height: 100%;
	width: 100%;
	aspect-ratio: 3/4;
}
.p-multiple_shipping_item__name.--trancate {
	display: -webkit-box;
	-webkit-line-clamp: var(--trancate-line-clamp, 1);
	-webkit-box-orient: vertical;
	word-break: var(--trancate-word-break, "none");
	overflow: hidden;
	text-align: var(--trancate-align, left);
}
.p-multiple_shipping_item__name_title {
	margin-bottom: 4px;
	display: -webkit-box;
	-webkit-line-clamp: var(--trancate-line-clamp, 2);
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: var(--trancate-align, left);
}
.p-multiple_shipping_item__name_variant {
	text-align: var(--trancate-align, left);
}
.p-multiple_shipping_item__quantity .c-form_table__select {
	display: inline-block;
	margin-right: 0.5em;
}
.p-multiple_shipping_item .c-cart_list__list__item {
	border: 0;
}
.p-selection {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: auto;
	width: 92%;
}
@media screen and (min-width: 1024px) {
	.p-selection {
		width: min(100% - 50px, 1440px);
	}
}
.p-selection__breadcrumbs {
	align-self: flex-start;
	padding: 10px 0;
}
.p-selection__content {
	padding: 60px 0 80px;
	gap: 40px;
	display: flex;
	flex-direction: column;
}
.p-selection__text.--left {
	text-align: left;
}
.p-selection__text.--center {
	text-align: center;
}
.p-selection__list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: auto;
	justify-content: center;
	justify-items: center;
	gap: 40px;
}
.p-selection__list[data-columns="2"] {
	grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1023px) {
	.p-selection__list[data-columns="2"] {
		gap: 20px 15px;
	}
}
@media screen and (min-width: 1024px) {
	.p-selection__list[data-columns="2"] .c-selection {
		width: 600px;
	}
}
.p-selection_section__more {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 320px;
	width: 100%;
	height: 60px;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.4s;
	margin: 40px auto 0;
}
@media screen and (max-width: 719px) {
	.p-selection_section__more {
		font-size: 16px;
	}
}
.p-selection_section__more:hover {
	opacity: 0.4;
}
@media screen and (max-width: 719px) {
	.p-selection_section__more {
		max-width: 280px;
		height: 50px;
	}
}
.p-selection_section .p-selection__content {
	padding: 0;
}
.p-review_modal {
	width: 93.6vw;
	height: 90%;
	overflow: hidden;
}
@media screen and (min-width: 1024px) {
	.p-review_modal {
		width: 860px;
		height: min(80%, 860px);
	}
}
.p-review_modal__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;
	overflow-y: auto;
	height: 100%;
}
.p-review_modal__button.--close {
	font-size: calc(1.3333333333 * var(--font-size-text-head));
	position: absolute;
	right: 0.625em;
	top: 0.625em;
	z-index: 1;
}
.p-review_modal__control {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.p-review_modal__add-review {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	display: block;
	text-align: center;
}
.p-review_modal__show-all-review {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	padding: 0 16px;
	box-sizing: border-box;
	height: 60px;
	width: 320px;
	margin: auto;
}
@media screen and (max-width: 719px) {
	.p-review_modal__show-all-review {
		width: 100%;
	}
}
.p-review_modal .p-review {
	border-top: 0;
	padding: 60px 30px;
}
@media screen and (min-width: 1024px) {
	.p-review_modal .p-review {
		padding: 60px 60px 40px;
	}
}
.p-review_modal .p-review__inner__list {
	margin-top: 20px;
}
@media screen and (min-width: 1024px) {
	.p-review_modal .p-review__inner__list {
		margin-top: 40px;
	}
}
.p-product_categories {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	align-self: stretch;
}
@media screen and (min-width: 1024px) {
	.p-product_categories {
		width: 1200px;
		align-self: unset;
		margin: 0 auto;
	}
}
.p-product_categories__list {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	gap: 15px;
	align-self: stretch;
	padding: 0px 15px;
}
@media screen and (min-width: 1024px) {
	.p-product_categories__list {
		max-width: 1240px;
		width: 1200px;
		padding: unset;
		gap: 20px;
		align-self: unset;
	}
}
.p-product_categories__item {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	display: flex;
	min-height: 50px;
	max-width: 345px;
	padding: 10px 20px;
	align-items: center;
	border-radius: 2px;
	border: 1px solid var(--color-page-border, #d8dddf);
	gap: 10px;
}
.p-product_categories__item::before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: solid 2px;
	border-right: solid 2px;
	flex-shrink: 0;
	transform: rotate(45deg);
}
.p-product_categories__text {
	--trancate-line-clamp: 2;
	--trancate-word-break: none;
	--trancate-align: left;
}
.p-product_categories__text.--trancate {
	display: -webkit-box;
	-webkit-line-clamp: var(--trancate-line-clamp, 1);
	-webkit-box-orient: vertical;
	word-break: var(--trancate-word-break, "none");
	overflow: hidden;
	text-align: var(--trancate-align, left);
}
.p-header_menu {
	display: flex;
	padding: 15px 20px;
	font-size: var(--font-size-text-body);
	gap: 15px;
}
@media screen and (min-width: 720px) {
	.p-header_menu {
		padding: 20px 60px;
		gap: 20px;
	}
}
@media screen and (max-width: 1023px) {
	.p-header_menu.--member {
		flex-direction: column;
	}
}
.p-header_menu.--guest {
	gap: 4px;
}
.p-header_menu.--left {
	justify-content: flex-start;
}
@media screen and (max-width: 719px) {
	.p-header_menu.--guest.--left {
		justify-content: center;
	}
}
.p-header_menu.--center {
	align-items: center;
	justify-content: center;
	align-content: center;
}
@media screen and (min-width: 720px) {
	.p-header_menu.--center {
		flex-wrap: wrap;
	}
}
.p-header_menu__welcomeMessage.--member {
	display: flex;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
}
.p-header_menu__welcomeMessage.--member::after {
	content: "";
	background-color: rgba(0, 0, 0, 0.54);
	-webkit-mask: url("./icons/chevron_right.svg") no-repeat center/0.4615384615em;
	mask: url("./icons/chevron_right.svg") no-repeat center/0.4615384615em;
	width: 24px;
	height: 24px;
	aspect-ratio: 1;
	box-sizing: border-box;
}
.--left .p-header_menu__welcomeMessage.--member {
	justify-content: flex-start;
}
@media screen and (max-width: 719px) {
	.--left .p-header_menu__welcomeMessage.--member {
		justify-content: center;
	}
}
.--center .p-header_menu__welcomeMessage.--member {
	justify-content: center;
}
.p-header_menu.--horizontal-scroll {
	flex-wrap: nowrap;
	width: 100%;
	position: relative;
}
@media screen and (max-width: 719px) {
	.p-header_menu.--horizontal-scroll {
		padding: 10px 0;
	}
	.p-header_menu.--horizontal-scroll::before,
	.p-header_menu.--horizontal-scroll::after {
		content: "";
	}
}
.p-header_menu.--horizontal-scroll::before,
.p-header_menu.--horizontal-scroll::after {
	top: 0;
	display: block;
	width: 35px;
	height: 100%;
	position: absolute;
}
.p-header_menu.--horizontal-scroll::before {
	left: 0;
	background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
}
.p-header_menu.--horizontal-scroll::after {
	right: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 30%, #fff 100%);
}
.p-header_menu.--search {
	background: #f5f8fa;
}
.p-header_menu__form {
	flex-grow: 1;
	display: flex;
	padding: 10px 15px;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
	border-radius: 2px;
	border: 1px solid var(--color-input-border, #bdc1c2);
	background: var(--color-page-bg, #fff);
}
.p-header_menu__form .u-icon--search {
	font-size: 20px;
	color: #868686;
}
@media screen and (min-width: 720px) {
	.p-header_menu__form {
		max-width: 500px;
	}
}
.p-header_menu__form input[type="search"] {
	width: 100%;
}
.p-custom_menu {
	display: flex;
	margin: 0;
	font-size: var(--font-size-text-body);
}
.p-custom_menu.--button {
	gap: 4px;
	flex-wrap: wrap;
	width: 100%;
}
.--left .p-custom_menu.--button {
	justify-content: flex-start;
}
@media screen and (max-width: 719px) {
	.--left .p-custom_menu.--button {
		justify-content: center;
	}
}
.--center .p-custom_menu.--button {
	justify-content: center;
}
.p-custom_menu.--text {
	align-items: center;
	align-self: stretch;
	overflow-x: auto;
}
@media screen and (min-width: 720px) {
	.p-custom_menu.--text {
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		gap: 10px 0;
	}
}
.--left .p-custom_menu.--text {
	justify-content: flex-start;
}
.p-custom_menu__item {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-custom_menu__item.--text {
	padding: 5px 20px;
	border-left: 1px solid var(--color-page-border, #d8dddf);
	flex-shrink: 0;
}
.p-custom_menu__item.--text:last-child {
	border-right: 1px solid var(--color-page-border, #d8dddf);
}
@media screen and (max-width: 719px) {
	.p-custom_menu__item.--button {
		flex: 0 0 calc((100% - 12px) / 4);
	}
}
@media screen and (max-width: 719px) {
	.p-custom_menu:has(:nth-child(5 of .p-custom_menu__item.--button)) {
		justify-content: center;
	}
}
.p-banner_section {
	margin: auto;
	display: grid;
	gap: 40px;
}
.p-banner_section__title {
	text-align: center;
}
.p-banner_section__content {
	display: grid;
	align-items: center;
}
.p-banner_section .p-banner {
	height: auto;
}
@media screen and (max-width: 719px) {
	.p-banner_section {
		width: -moz-fit-content;
		width: fit-content;
	}
	.p-banner_section__content {
		grid-template-columns: repeat(var(--sp-banner-columns, 1), auto);
		gap: var(--sp-banner-gap, 40px);
	}
	.p-banner_section .p-banner {
		width: calc(var(--sp-banner-width, 315) / 375 * 100vw);
	}
}
@media screen and (min-width: 720px) {
	.p-banner_section {
		width: 80%;
	}
	.p-banner_section__content {
		grid-template-columns: repeat(var(--pc-banner-columns, 1), auto);
		gap: var(--pc-banner-gap, 40px);
	}
	.p-banner_section .p-banner {
		width: 100%;
	}
}
@media screen and (min-width: 1280px) {
	.p-banner_section {
		width: -moz-fit-content;
		width: fit-content;
	}
	.p-banner_section__content {
		grid-template-columns: repeat(var(--pc-banner-columns, 1), auto);
	}
	.p-banner_section .p-banner {
		width: calc(var(--pc-banner-width, 1200) * 1px);
	}
}
.p-banner_section [data-pc-columns="1"] {
	--pc-banner-width: 1200;
	--pc-banner-columns: 1;
	--pc-banner-gap: 40px;
}
.p-banner_section [data-pc-columns="2"] {
	--pc-banner-width: 580;
	--pc-banner-columns: 2;
	--pc-banner-gap: 40px;
}
.p-banner_section [data-pc-columns="3"] {
	--pc-banner-width: 370;
	--pc-banner-columns: 3;
	--pc-banner-gap: 40px 45px;
}
.p-banner_section [data-pc-columns="4"] {
	--pc-banner-width: 270;
	--pc-banner-columns: 4;
	--pc-banner-gap: 40px;
}
.p-banner_section [data-sp-columns="1"] {
	--sp-banner-width: 315;
	--sp-banner-columns: 1;
	--sp-banner-gap: 20px;
}
.p-banner_section [data-sp-columns="2"] {
	--sp-banner-width: 165;
	--sp-banner-columns: 2;
	--sp-banner-gap: 20px 15px;
}
.p-cart_set_content__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	height: 40px;
	width: 280px;
	border: 1px solid var(--color-input-border);
	color: var(--color-text-body);
	font-size: 13px;
	font-family: "Noto Sans JP", sans-serif;
	padding: 8px 24px;
	margin: 20px auto;
}
.c-product_info__point {
	position: relative;
	margin-top: 20px;
	margin-bottom: 40px;
}
.c-product_info__point .c-grant-plan-point--main {
	color: var(--Accent-1, #494949);
}
.c-product_info__point .c-grant-plan-point--sub {
	color: var(--Sub, #868686);
}
.grant-plan-point-icon::before {
	margin-left: -1px;
	margin-bottom: -2px;
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	background: url("./icons/help_24px.svg") no-repeat center center/contain;
}
.help-message {
	position: absolute;
	bottom: 28px;
	background-color: black;
	color: white;
	font-size: 11px;
	padding: 10px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	width: 260px;
	letter-spacing: normal;
}
.help-message::after {
	content: "";
	position: absolute;
	right: 30px;
	bottom: -10px;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: black transparent transparent transparent;
	border-width: 10px 8px 0 8px;
}
.help_link {
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	color: rgb(154, 154, 154) !important;
	font-size: 11px;
	-webkit-text-decoration: underline;
	text-decoration: underline;
	cursor: default;
}
.grant-plan-point-help {
	margin-top: 10px;
	text-align: right;
	position: relative;
}
.hover-message {
	background-color: black;
	color: white;
	font-size: 11px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	letter-spacing: normal;
	-webkit-text-decoration: none;
	text-decoration: none;
	text-align: left;
}
.grant-plan-point_hover {
	position: absolute;
	right: 0;
	bottom: 25px;
	padding: 10px;
	width: 260px;
}
/* stylelint-disable no-descending-specificity */
.datepicker {
	padding: 10px 5px;
}
.datepicker table {
	table-layout: auto;
}
.datepicker td {
	font-size: 12px;
}
.datepicker table tr td,
.datepicker table tr th,
.datepicker table tr td span {
	border: 0;
	border-radius: 0;
}
.datepicker .active {
	background-color: #000000 !important;
}
.slick-loading .slick-list {
	background: unset;
}

/* added in 20250420 */

.c-category_header__logo {
  width: 120px;
  height: auto;
  margin-inline: auto;
}
