@charset "UTF-8";
/* CSS Document */
@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes fadeOut {
	0% {
		display: block;
		opacity: 1
	}
	100% {
		opacity: 0;
		display: none
	}
}
@keyframes rotation {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}
body {
	font-family: "Noto Sans JP", sans-serif;
	margin: 0;
	color: #2c2c2c
}
main {
	display: block
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
pre {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -0.25em
}
sup {
	top: -0.5em
}
img {
	border-style: none;
	display: block
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
button, [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText
}
fieldset {
	padding: .35em .75em .625em
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
details {
	display: block
}
summary {
	display: list-item
}
template {
	display: none
}
[hidden] {
	display: none
}
ul {
	list-style: none
}
.jp{
    font-family: "Noto Sans JP", sans-serif;
    font-size:0.7em;
}
.annotation{
	font-size: 11px;
	line-height: 1.5em!important;
	display: block;
}
.sm-display-block {
	display: block
}
@media(min-width: 800px) {
	.sm-display-block {
		display: none
	}
}
.sm-display-none {
	display: none
}
@media(min-width: 800px) {
	.sm-display-none {
		display: block
	}
}
.container {
	max-width: 928px;
	padding: 0 16px;
	margin: 0 auto
}
.section-tag {
	background-color: #2c2c2c;
	padding: 6px 16px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Jost", sans-serif;
	line-height: 12px;
	letter-spacing: .48px;
	text-align: center;
	width: fit-content;
	color: #fff;
	border-radius: 2px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px
}
.section-title {
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: .8px;
	text-align: center;
}
@media(min-width: 800px) {
	.section-title {
		font-size: 28px;
		line-height: 42px;
		font-weight: 600;
		letter-spacing: 2.237px
	}
}
.p-16 {
	padding: 16px
}
.purchase-btn {
	position: relative;
	font-size: 14px;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: .8px;
	color: #fff;
	width: 100%;
	max-width: 343px;
	padding: 16px 40px;
	border-radius: 40px;
	background-color: #e87652;
	text-align: center;
	display: block;
	margin: 0 auto
}
.purchase-btn img {
	position: absolute;
	right: 21px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1
}
.swiper-slide {
	height: auto !important
}
.tab-wrap {
	transition: .3s box-shadow ease;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative
}
.tab-wrap .tab {
	display: none
}
.tab-wrap .tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
	opacity: 1;
	transition: .5s opacity ease-in, .8s transform ease;
	position: relative;
	top: 0;
	z-index: 1;
	transform: translateY(0px)
}
.tab-wrap .tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
	opacity: 1;
	transition: .5s opacity ease-in, .8s transform ease;
	position: relative;
	top: 0;
	z-index: 1;
	transform: translateY(0px)
}
.tab-wrap .tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
	opacity: 1;
	transition: .5s opacity ease-in, .8s transform ease;
	position: relative;
	top: 0;
	z-index: 1;
	transform: translateY(0px)
}
.tab-wrap .tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
	opacity: 1;
	transition: .5s opacity ease-in, .8s transform ease;
	position: relative;
	top: 0;
	z-index: 1;
	transform: translateY(0px)
}
.tab-wrap .tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
	opacity: 1;
	transition: .5s opacity ease-in, .8s transform ease;
	position: relative;
	top: 0;
	z-index: 1;
	transform: translateY(0px)
}
.tab-wrap .tab:checked:nth-of-type(6) ~ .tab__content:nth-of-type(6) {
	opacity: 1;
	transition: .5s opacity ease-in, .8s transform ease;
	position: relative;
	top: 0;
	z-index: 1;
	transform: translateY(0px)
}
.tab-wrap .tab:checked:nth-of-type(7) ~ .tab__content:nth-of-type(7) {
	opacity: 1;
	transition: .5s opacity ease-in, .8s transform ease;
	position: relative;
	top: 0;
	z-index: 1;
	transform: translateY(0px)
}
.tab-wrap .tab:checked:nth-of-type(8) ~ .tab__content:nth-of-type(8) {
	opacity: 1;
	transition: .5s opacity ease-in, .8s transform ease;
	position: relative;
	top: 0;
	z-index: 1;
	transform: translateY(0px)
}
.tab-wrap .tab:checked:nth-of-type(9) ~ .tab__content:nth-of-type(9) {
	opacity: 1;
	transition: .5s opacity ease-in, .8s transform ease;
	position: relative;
	top: 0;
	z-index: 1;
	transform: translateY(0px)
}
.tab-wrap .tab:checked:nth-of-type(10) ~ .tab__content:nth-of-type(10) {
	opacity: 1;
	transition: .5s opacity ease-in, .8s transform ease;
	position: relative;
	top: 0;
	z-index: 1;
	transform: translateY(0px)
}
.tab-wrap .tab:checked + label {
	border-bottom: 3px solid #2c2c2c;
	pointer-events: none;
	cursor: default
}
.tab-wrap .tab + label {
	flex: 1 1 0px;
	border-bottom: 1px solid #b9bdc4;
	cursor: pointer;
	display: block;
	flex-grow: 3;
	text-align: center;
	user-select: none;
	transition: .3s background-color ease;
	font-size: 16px;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: .8px;
	font-feature-settings: "palt"on;
	padding-bottom: 8px
}
.tab-wrap .tab + label:hover {
	border-bottom: 3px solid #2c2c2c
}
.tab-wrap .tab__content {
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	width: 100%;
	z-index: -1;
	opacity: 0;
	left: 0;
	transform: translateY(-3px)
}
.accordion__panel:first-child {
	border-top: 1px solid #2c2c2c
}
.accordion__panel__trigger {
	cursor: pointer;
	width: 100%;
	display: flex;
	position: relative;
	align-items: center;
	gap: 24px;
	background: rgba(0, 0, 0, 0);
	border: 0;
	padding: 24px 42px 24px 0;
	text-align: start;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	outline: none;
	color: #2C2C2C;
}
@media(min-width: 800px) {
	.accordion__panel__trigger {
		gap: 8px;
		padding: 24px 28px 24px 0
	}
}
.accordion__panel__trigger[aria-expanded=true] img:last-child {
	transform: rotate(-180deg)
}
.accordion__panel__trigger img:first-child {
	width: 40px;
	height: 40px
}
.accordion__panel__trigger img:last-child {
	position: absolute;
	right: 0;
	width: 18px;
	transition: 100ms linear
}
.accordion__panel__content {
	border-bottom: 1px solid #2c2c2c;
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 500ms;
	padding: 0 4px
}
@media(min-width: 800px) {
	.accordion__panel__content {
		padding: 0 4px 0 48px
	}
}
.accordion__panel__content[aria-hidden=false] {
	padding: 0 4px 24px;
	grid-template-rows: 1fr
}
@media(min-width: 800px) {
	.accordion__panel__content[aria-hidden=false] {
		padding: 0 4px 24px 48px
	}
}
.accordion__panel__content p, .accordion__panel__content a {
	text-align: justify;
	font-feature-settings: "palt"on;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: .8px
}
.accordion__panel__content a {
	color: #3778bf;
	text-decoration: underline
}
.search-wrapper {
	width: 100%;
	max-width: 343px;
	margin: 0 auto;
	position: relative
}
.search-wrapper .autocomplete-box {
	border-radius: 0 0 28px 28px;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0
}
.search-wrapper.search-active input {
	border-radius: 28px 28px 0 0
}
.search-wrapper.search-active .search-wrapper__autocomplete {
	padding: 0 0 16px 0;
	opacity: 1;
	pointer-events: auto
}
.search-wrapper.search-active .search-wrapper__autocomplete li {
	display: block
}
.search-wrapper__input {
	position: relative
}
.search-wrapper__input input {
	text-align: justify;
	font-feature-settings: "palt"on;
	background-color: #2c2c2c;
	height: 56px;
	display: flex;
	align-items: center;
	width: 100%;
	outline: none;
	border: none;
	border-radius: 28px;
	padding: 0 48px 0 25px;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: .8px;
	color: #fff
}
.search-wrapper__autocomplete {
	background-color: #2c2c2c;
	padding: 0;
	opacity: 0;
	pointer-events: none;
	max-height: 347px;
	overflow-y: auto;
	color: #fff;
	scrollbar-width: thin;
	scrollbar-color: #b9bdc4 #2c2c2c
}
.search-wrapper__autocomplete::-webkit-scrollbar-thumb {
	background-color: #b9bdc4
}
.search-wrapper__autocomplete li {
	list-style: none;
	padding: 8px 24px;
	display: none;
	width: 100%;
	cursor: default;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: .8px
}
.search-wrapper__autocomplete li:hover {
	background-color: #e87652;
	cursor: pointer
}
.search-wrapper__icon {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	height: 40px;
	width: 40px;
	cursor: pointer
}
.modal-popup {
	animation: fadeOut .3s;
	z-index: 999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	animation: fadeOut .3s;
	background-color: rgba(44, 44, 44, .5)
}
.modal-popup .overlay {
	position: absolute;
	width: 100%;
	height: 100%
}
.modal-popup.active-modal {
	opacity: 1;
	display: block;
	animation: fadeIn .3s
}
.modal-popup__content {
	width: calc(100% - 32px);
	max-height: calc(100% - 32px);
	overflow-y: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #f6f6f7
}
.modal-popup__close {
	text-align: justify;
	font-feature-settings: "palt"on;
	display: block;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: .4px;
	color: #000;
	font-weight: 500;
	font-family: "Jost", sans-serif;
	text-align: center;
	cursor: pointer;
	transition: .2s linear
}
.modal-popup__close img {
	width: 16px;
	height: 16px
}
.modal-popup__close:hover {
	transform: scale(1.3)
}
.simplebar-scrollbar.simplebar-visible:before {
	opacity: 1 !important
}
.float-button {
	position: fixed;
	bottom: 20px;
	left: 50%;
	z-index: 3;
	transform: translate(-50%, 80px);
	opacity: 0;
	transition: .5s ease-out
}
.float-button.float-button-active {
	opacity: 1;
	transform: translate(-50%, 0px)
}
.header__title {
	padding: 16px
}
@media(min-width: 800px) {
	.header__title {
		padding: 40px 40px 24px
	}
}
.header__title__logo {
	width: 110px;
	height: 19px;
	margin-bottom: 8px
}
@media(min-width: 800px) {
	.header__title__logo {
		width: 200px;
		height: 34px
	}
}
.header__title h1 {
	font-size: 10px;
	font-weight: 500;
	line-height: 15px
}
@media(min-width: 800px) {
	.header__title h1 {
		font-size: 14px;
		line-height: 23px;
		font-feature-settings: "palt"on
	}
}
.header__bg-hero__item {
	display: block;
	position: relative
}
.header__bg-hero__item img {
	width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.header__bg-hero__item p {
	position: absolute;
	bottom: 28px;
	left: 20px;
	font-size: 7vw;
	font-weight: 700;
	line-height: 10vw;
	color: #fff
}
@media(min-width: 800px) {
	.header__bg-hero__item p {
		bottom: 40px;
		left: 162px;
		font-size: 38px;
		font-weight: 900;
		line-height: 56px;
		letter-spacing: 3.84px
	}
}
.problem {
	background-color: #F1C347;
	padding: 24px 16px 11px
}
@media(min-width: 800px) {
	.problem {
		padding-top: 40px;
		padding-bottom: 35px
	}
}
.problem__wrapper {
	border-radius: 2px;
	position: relative;
	max-width: 928px;
	padding: 24px 16px 0;
	margin: 0 auto;
	background-color: #fff
}
.problem__wrapper .section-tag {
	margin-bottom: 16px
}
.problem__wrapper .section-title {
	margin-bottom: 24px
}
@media(min-width: 800px) {
	.problem__wrapper .section-title {
		margin-bottom: 32px
	}
}
.problem__wrapper__list {
	display: flex;
	gap: 8px 24px;
	flex-direction: column
}
@media(min-width: 800px) {
	.problem__wrapper__list {
		flex-direction: row;
		justify-content: center
	}
}
.problem__wrapper__list__item {
	width: 100%;
	display: flex;
	gap: 0 24px;
	align-items: center;
	justify-content: center
}
@media(min-width: 800px) {
	.problem__wrapper__list__item {
		flex-direction: column;
		width: fit-content
	}
}
@media(min-width: 800px) {
	.problem__wrapper__list__item:first-child img, .problem__wrapper__list__item:last-child img {
		order: 2
	}
}
.problem__wrapper__list__item__img {
	/*min-width: 120px;
	min-height: 120px*/
	width: 32vw;
}
@media(min-width: 800px) {
	.problem__wrapper__list__item__img {
		width: 180px;
		height: 180px
	}
}
.problem__wrapper__list__item__title {
	padding: 16px;
	background-color: rgba(113, 74, 27, .2);
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	font-feature-settings: "palt"on;
	text-align: justify
}
@media(min-width: 800px) {
	.problem__wrapper__list__item__title {
		font-weight: 500;
		max-width: 228px;
		letter-spacing: .8px
	}
}
.problem__wrapper__arrow {
	display: block;
	margin: 0 auto;
	width: 71px;
	height: 71px
}
@media(min-width: 800px) {
	.problem__wrapper__arrow {
		width: 58px;
		height: 58px
	}
}
.problem__wrapper__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: .8px;
	text-align: center;
	margin-bottom: 10px
}
@media(min-width: 800px) {
	.problem__wrapper__title {
		font-size: 24px;
		line-height: 31px;
		letter-spacing: .96px
	}
}
.problem__wrapper__ragtag {
	width: 295px;
	height: 165px;
	position: relative;
	z-index: 3;
	bottom: 0;
	margin: 0 auto;
	display: block
}
.problem .block-white {
	background-color: #F1C347;
	height: 45px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0
}
.problem .block-orange {
	background-color: #fff;
	height: 10px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 44px;
	z-index: 2;
	border-radius: 2px
}
.point {
	padding-top: 40px
}
@media(min-width: 800px) {
	.point {
		padding-top: 80px
	}
}
.point .section-tag {
	margin-bottom: 16px
}
.point .section-title {
	margin-bottom: 10px
}
@media(min-width: 800px) {
	.point .section-title {
		margin-bottom: 15px
	}
}
.point__free {
	width: 213px;
	height: 121px;
	margin: 0 auto;
	transform: translateY(14px)
}
@media(min-width: 800px) {
	.point__free {
		width: 259px;
		height: 147px;
		transform: translateY(17px)
	}
}
.point__list {
	background-color: #f1c347;
	padding: 32px 16px 56px;
	display: flex;
	flex-direction: column;
	gap: 24px
}
@media(min-width: 800px) {
	.point__list {
		flex-direction: row;
		justify-content: center;
		padding-bottom: 80px
	}
}
.point__list__item {
	display: flex;
	gap: 16px;
	align-items: center
}
@media(min-width: 800px) {
	.point__list__item {
		gap: 0;
		flex-direction: column;
		max-width: 229px
	}
}
.point__list__item:nth-child(2) .point__list__item__images {
	order: 2
}
@media(min-width: 800px) {
	.point__list__item:nth-child(2) .point__list__item__images {
		order: unset
	}
}
.point__list__item:nth-child(2) .point__list__item__images img:nth-child(2) {
	width: 64px;
	height: 64px;
	transform: translateY(18px);
	margin: 0 auto
}
.point__list__item__images img:first-child {
	width: 64px;
	height: 64px;
	transform: translateY(18px);
	margin: 0 auto
}
.point__list__item__images img:last-child {
	width: 34vw;
	height: 34vw
}
@media(min-width: 800px) {
	.point__list__item__images img:last-child {
		width: 200px;
		height: 200px
	}
}
.point__list__item__text__title {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: .8px;
	margin-bottom: 8px;
	text-align: center
}
@media(min-width: 800px) {
	.point__list__item__text__title {
		margin-bottom: 16px;
		min-height: 52px
	}
}
.point__list__item__text__desc {
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: .8px;
	font-feature-settings: "palt"on;
	text-align: justify
}
.reasons {
	padding: 56px 0;
	overflow: hidden
}
.reasons .circle_order {
	text-align: justify;
	font-feature-settings: "palt"on;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	font-family: "Jost", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: .64px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #2c2c2c
}
@media(min-width: 800px) {
	.reasons .circle_order {
		width: 80px;
		height: 80px;
		font-size: 30px;
		line-height: 32px;
		letter-spacing: 1.28px;
		border-width: 2px
	}
}
.reasons .section-tag {
	margin-bottom: 16px
}
.reasons .section-title {
	margin-bottom: 24px
}
@media(min-width: 800px) {
	.reasons .section-title {
		margin-bottom: 48px
	}
}
.reasons__all {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-bottom: 64px
}
@media(min-width: 800px) {
	.reasons__all {
		margin-bottom: 32px
	}
}
.reasons__all__item {
	width: 109px;
	text-align: justify;
	font-feature-settings: "palt"on;
	font-size: 14px;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: .8px;
	text-align: center
}
@media(min-width: 800px) {
	.reasons__all__item {
		width: 240px;
		font-size: 20px;
		line-height: 26px;
		letter-spacing: .8px
	}
}
.reasons__all__item .circle_order {
	margin: 0 auto 8px
}
@media(min-width: 800px) {
	.reasons__all__item .circle_order {
		margin: 0 auto 24px
	}
}
.reasons__detail .circle_order {
	margin: 0 auto 8px
}
@media(min-width: 800px) {
	.reasons__detail .circle_order {
		margin: 0 auto 32px
	}
}
.reasons__detail__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: .8px;
	text-align: center;
	margin-bottom: 16px
}
@media(min-width: 800px) {
	.reasons__detail__title {
		font-size: 22px;
		margin-bottom: 24px;
		line-height: 31px;
		letter-spacing: .96px
	}
}
.reasons__detail__desc {
	text-align: justify;
	font-feature-settings: "palt"on;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: .8px
}
@media(min-width: 800px) {
	.reasons__detail__desc {
		text-align: center;
		margin-bottom: 16px
	}
}
.reasons__detail__review {
	position: relative;
	max-width: 736px;
	overflow: hidden;
	margin: 0 auto 16px
}
.reasons__detail__review .overlay {
	position: absolute;
	background-color: rgba(0, 0, 0, 0);
	height: 100%;
	width: 100vw;
	z-index: 2;
	top: 0;
	left: 0
}
.reasons__detail__review .swiper-wrapper {
	transition-timing-function: linear !important
}
.reasons__detail__review .my-buyer-swiper img {
	width: 20%;
	min-width: 88px
}
@media(min-width: 800px) {
	.reasons__detail__review .my-buyer-swiper img {
		width: 176px
	}
}
.reasons__detail__review .my-clothing-swiper img {
	width: 33.3333333333%;
	min-width: 403px
}
.reasons__detail__voice {
	max-width: 736px;
	overflow: hidden;
	margin: 0 auto 32px
}
@media(min-width: 800px) {
	.reasons__detail__voice {
		margin: 0 auto 48px
	}
}
.reasons__detail__voice__title {
	font-family: "Jost", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	margin-bottom: 8px;
	padding: 0 16px
}
@media(min-width: 800px) {
	.reasons__detail__voice__title {
		padding: 0;
		font-size: 14px;
		line-height: 21px
	}
}
.reasons__detail__voice .customer-voice-swiper {
	position: relative
}
.reasons__detail__voice .customer-voice-swiper .customer-voice-pagination {
	margin-top: 8px;
	display: flex;
	justify-content: center
}
.reasons__detail__voice .customer-voice-swiper .customer-voice-pagination .swiper-pagination-bullet {
	background-color: #2c2c2c;
	width: 4px;
	height: 4px
}
.reasons__detail__voice ul .reasons__detail__voice__item {
	border-right: 1px solid #b9bdc4;
	width: 300px !important;
	padding: 8px 16px
}
.reasons__detail__voice ul .reasons__detail__voice__item:last-child {
	border: none
}
.reasons__detail__voice ul .reasons__detail__voice__item__title {
	display: flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 16px
}
.reasons__detail__voice ul .reasons__detail__voice__item__title__tag {
	text-align: justify;
	font-feature-settings: "palt"on;
	background-color: #2c2c2c;
	color: #fff;
	padding: 11px 0;
	width: 48px;
	height: 48px;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	line-height: 13px;
	letter-spacing: .3px
}
.reasons__detail__voice ul .reasons__detail__voice__item__title__desc {
	text-align: justify;
	font-feature-settings: "palt"on;
	flex: 1;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1px
}
.reasons__detail__voice ul .reasons__detail__voice__item__desc {
	text-align: justify;
	font-feature-settings: "palt"on;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 1px
}
.reasons__detail__clothing {
	padding-bottom: 10px
}
@media(min-width: 800px) {
	.reasons__detail__clothing {
		padding-bottom: 16px
	}
}
.reasons__detail__clothing__voice {
	margin-bottom: 24px
}
@media(min-width: 800px) {
	.reasons__detail__clothing__voice {
		margin-bottom: 48px
	}
}
.reasons__detail__clothing__review {
	margin-bottom: 10px
}
@media(min-width: 800px) {
	.reasons__detail__clothing__review {
		margin-bottom: 16px
	}
}
@media(min-width: 800px) {
	.reasons__detail__product {
		margin-bottom: 24px
	}
}
.reasons__detail__product .reasons__detail__title {
	margin-bottom: 16px
}
@media(min-width: 800px) {
	.reasons__detail__product .reasons__detail__title {
		margin-bottom: 32px
	}
}
.reasons__detail__product .reasons__detail__desc {
	margin-bottom: 16px
}
.reasons__detail__product__voice {
	margin-bottom: 32px
}
@media(min-width: 800px) {
	.reasons__detail__product__voice {
		margin-bottom: 40px
	}
}
.reasons__detail__product .tab-wrap {
	width: 736px;
	margin: 0 auto
}
.reasons__detail__product__intro {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px 23px;
	max-width: 736px;
	margin: 0 auto 16px
}
@media(min-width: 800px) {
	.reasons__detail__product__intro {
		gap: 16px 32px;
		margin: 0 auto 40px
	}
}
.reasons__detail__product__intro__item {
	max-width: 160px
}
.reasons__detail__product__intro__item__image {
	width: 180px;
	height: 180px;
	margin-bottom: 8px
}
.reasons__detail__product__intro__item__title {
	display: flex;
	gap: 8px
}
.reasons__detail__product__intro__item__title img {
	min-width: 24px;
	height: 24px
}
.reasons__detail__product__intro__item__title p {
	text-align: justify;
	font-feature-settings: "palt"on;
	font-size: 14px;
	font-weight: 700;
	line-height: 23px
}
.reasons__detail__product .tab__content__scroll {
	max-height: 449px
}
.reasons__detail__product .tab__content__scroll .simplebar-vertical {
	background-color: rgba(185, 189, 196, .5019607843) !important;
	border-radius: 2px;
	top: 24px;
	width: 4px;
	right: -8px
}
.reasons__detail__product .tab__content__scroll .simplebar-vertical .simplebar-scrollbar::before {
	background-color: #b9bdc4;
	left: 0;
	right: 0
}
.reasons__detail__product__tab-content {
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center
}
@media(min-width: 800px) {
	.reasons__detail__product__tab-content {
		gap: 16px 32px;
		justify-content: start
	}
}
.reasons__detail__product__tab-content li {
	width: 160px
}
.reasons__detail__product__tab-content li img {
	width: 100%;
	margin-bottom: 8px
}
.reasons__detail__product__tab-content li p {
	text-align: justify;
	font-feature-settings: "palt"on;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: .48px
}
.how-to-sell {
	padding: 56px 16px
}
.how-to-sell .section-tag {
	margin-bottom: 16px
}
.how-to-sell .section-title {
	margin-bottom: 40px
}
@media(min-width: 800px) {
	.how-to-sell .section-title {
		margin-bottom: 61px
	}
}
.how-to-sell .tab-wrap {
	max-width: 544px;
	margin: 0 auto 24px
}
.how-to-sell__tab-content {
	padding-top: 16px
}
@media(min-width: 800px) {
	.how-to-sell__tab-content {
		padding-top: 24px
	}
}
.how-to-sell__tab-content > p {
	text-align: justify;
	font-feature-settings: "palt"on;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: .8px
}
@media(min-width: 800px) {
	.how-to-sell__tab-content p {
		text-align: left;
	}
}
.how-to-sell__tab-content span {
	color: #b9bdc4;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.8px;
}
@media(min-width: 800px) {
	.how-to-sell__tab-content span {
		text-align: left;
		font-size: 12px;
		font-weight: 400;
		display: block;
		margin-top: 8px;
	}
}
.how-to-sell__steps {
	display: flex;
	flex-direction: column;
	gap: 40px;
	max-width: 560px;
	margin: 40px auto 40px
}
@media(min-width: 800px) {
	.how-to-sell__steps {
		margin-bottom: 48px;
		gap: 16px
	}
}
.how-to-sell__steps__item {
	display: flex;
	gap: 8px
}
.how-to-sell__steps__item img {
	height: 96px;
	width: 96px;
	object-fit: cover
}
@media(min-width: 800px) {
	.how-to-sell__steps__item img {
		height: 120px;
		width: 120px;
		object-fit: cover
	}
}
.how-to-sell__steps__item__text .section-tag {
	margin-bottom: 8px;
	margin-left: 0
}
.how-to-sell__steps__item__text__title {
	font-size: 14px;
	line-height: 23px;
	font-weight: 700;
	letter-spacing: .8px;
	margin-bottom: 4px;
	text-align: justify;
	font-feature-settings: "palt"on
}
.how-to-sell__steps__item__text__desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: justify;
	font-feature-settings: "palt"on
}
.qa {
	padding: 56px 16px;
	background-color: #f6f6f7
}
@media(min-width: 800px) {
	.qa {
		padding: 80px 16px
	}
}
.qa .section-tag {
	margin-bottom: 16px
}
.qa .section-title {
	margin-bottom: 32px
}
.qa__wrapper {
	display: flex;
	margin: 0 auto;
	flex-direction: column;
	gap: 0
}
@media(min-width: 800px) {
	.qa__wrapper {
		gap: 16px;
		width: 736px;
		flex-direction: row
	}
}
@media(min-width: 800px) {
	.qa__wrapper .accordion {
		width: 360px
	}
}
.qa__wrapper .accordion:first-child .accordion__panel:last-child .accordion__panel__content {
	border-bottom: 0
}
@media(min-width: 800px) {
	.qa__wrapper .accordion:first-child .accordion__panel:last-child .accordion__panel__content {
		border-bottom: 1px solid #2c2c2c
	}
}
.brand {
	padding-top: 56px;
	background-color: #f6f6f7
}
.brand .section-tag {
	margin-bottom: 16px
}
.brand .section-title {
	margin-bottom: 24px
}
@media(min-width: 800px) {
	.brand .section-title {
		margin-bottom: 32px
	}
}
.brand__desc {
	text-align: justify;
	font-feature-settings: "palt"on;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: .8px;
	margin-bottom: 24px;
	padding: 0 16px
}
@media(min-width: 800px) {
	.brand__desc {
		text-align: center;
		margin-bottom: 32px
	}
}
.brand__search {
	margin: 0 0 40px;
	padding: 0 16px
}
@media(min-width: 800px) {
	.brand__search {
		margin: 0 0 48px
	}
}
.brand .tab-wrap {
	justify-content: center
}
.brand .tab-wrap .brand__tab1-label {
	margin-left: 16px;
	max-width: 368px
}
.brand .tab-wrap .brand__tab2-label {
	margin-right: 16px;
	max-width: 368px
}
.brand__tab-content {
	margin-top: 24px;
	position: relative;
	max-height: 620px
}
@media(min-width: 800px) {
	.brand__tab-content {
		margin-top: 48px
	}
}
.brand__tab-content .simplebar-vertical {
	border-radius: 2px;
	top: 15px;
	bottom: 15px;
	width: 4px;
	right: 4px
}
.brand__tab-content .simplebar-vertical .simplebar-scrollbar::before {
	background-color: #fff;
	left: 0;
	right: 0
}
.brand__tab-content__btn-scroll {
	text-align: justify;
	font-feature-settings: "palt"on;
	outline: none;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	position: absolute;
	left: 50%;
	bottom: 11px;
	transform: translateX(-50%);
	color: #fff;
	font-family: "Jost", sans-serif;
	font-size: 10px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: .4px;
	cursor: pointer
}
.brand__tab-content__tab-1, .brand__tab-content__tab-2 {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	height: 100%
}
@media(min-width: 800px) {
	.brand__tab-content__tab-1, .brand__tab-content__tab-2 {
		max-height: 836px
	}
}
.brand__tab-content__tab-1__item, .brand__tab-content__tab-2__item {
	width: 50%;
	position: relative;
	overflow: hidden;
	cursor: pointer
}
@media(min-width: 800px) {
	.brand__tab-content__tab-1__item, .brand__tab-content__tab-2__item {
		max-width: 25%
	}
}
.brand__tab-content__tab-1__item:hover:after, .brand__tab-content__tab-2__item:hover:after {
	background-color: rgba(0, 0, 0, 0)
}
.brand__tab-content__tab-1__item:hover .brand__tab-content__tab-1__item__image, .brand__tab-content__tab-1__item:hover .brand__tab-content__tab-2__item__image, .brand__tab-content__tab-2__item:hover .brand__tab-content__tab-1__item__image, .brand__tab-content__tab-2__item:hover .brand__tab-content__tab-2__item__image {
	transform: scale(1.2)
}
.brand__tab-content__tab-1__item:after, .brand__tab-content__tab-2__item:after {
	content: "";
	background-color: rgba(44, 44, 44, .5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .3s ease-in-out
}
.brand__tab-content__tab-1__item__image, .brand__tab-content__tab-2__item__image {
	width: 100%;
	max-width: 187px;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out
}
.brand__tab-content__tab-1__item p, .brand__tab-content__tab-2__item p {
	text-align: justify;
	font-feature-settings: "palt"on;
	position: absolute;
	color: #fff;
	z-index: 1;
	top: 50%;
	left: 50%;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	letter-spacing: .48px;
	text-align: center;
	font-family: "Jost", sans-serif;
	transform: translate(-50%, -50%)
}
@media(min-width: 800px) {
	.brand__tab-content__tab-1__item p, .brand__tab-content__tab-2__item p {
		font-size: 20px;
		font-weight: 500;
		line-height: 27px;
		letter-spacing: .922px
	}
}
.brand__tab-content__tab-1__item__icon, .brand__tab-content__tab-2__item__icon {
	position: absolute;
	z-index: 1;
	top: 12px;
	right: 13px
}
@media(min-width: 800px) {
	.brand__tab-content__tab-1__item__icon, .brand__tab-content__tab-2__item__icon {
		width: 16px;
		height: 16px
	}
}
.brand .modal-search .modal-popup__content {
	max-width: 704px;
	padding: 16px
}
@media(min-width: 800px) {
	.brand .modal-search .modal-popup__content {
		padding: 16px 16px 24px
	}
}
.brand .modal-search .modal-popup__content .brand-eng {
	text-align: justify;
	font-feature-settings: "palt"on;
	font-size: 14px;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: .56;
	text-align: center;
	margin-bottom: 4px
}
.brand .modal-search .modal-popup__content .brand-jp {
	text-align: justify;
	font-feature-settings: "palt"on;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: .48px;
	font-weight: 500;
	text-align: center;
	color: #b9bdc4;
	padding-bottom: 16px;
	border-bottom: 1px solid #2c2c2c;
	margin-bottom: 24px
}
.brand .modal-search .modal-popup__content .brand-intro {
	text-align: justify;
	font-feature-settings: "palt"on;
	font-size: 14px;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: .8px;
	text-align: center;
	margin-bottom: 16px
}
.brand .modal-search .modal-popup__content .brand-desc {
	text-align: justify;
	font-feature-settings: "palt"on;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: .48px;
	white-space: pre-line;
	margin-bottom: 24px
}
@media(min-width: 800px) {
	.brand .modal-search .modal-popup__content .brand-desc {
		margin-bottom: 40px
	}
}
.brand .modal-brand .modal-popup__content {
	max-width: 704px;
	padding-bottom: 16px;
	max-height: 804px;
	overflow: initial
}
@media(min-width: 800px) {
	.brand .modal-brand .modal-popup__content {
		padding-bottom: 35px
	}
}
.brand .modal-brand .modal-popup__close {
	margin-top: 16px
}
@media(min-width: 800px) {
	.brand .modal-brand .modal-popup__close {
		margin-top: 35px
	}
}
.brand .modal-brand__button {
	display: flex;
	height: 100%;
	align-items: center
}
.brand .modal-brand__scroll {
	max-height: 680px;
	height: 85vh
}
@media(min-width: 800px) {
	.brand .modal-brand__scroll {
		height: auto
	}
}
.brand .modal-brand__scroll .simplebar-vertical {
	border-radius: 2px;
	top: 24px;
	width: 4px;
	right: 8px
}
.brand .modal-brand__scroll .simplebar-vertical .simplebar-scrollbar::before {
	background-color: #b9bdc4;
	left: 0;
	right: 0
}
.brand .modal-brand__text {
	margin-bottom: 8px;
	padding: 16px
}
.brand .modal-brand__text .brand-eng {
	text-align: justify;
	font-feature-settings: "palt"on;
	font-size: 14px;
	line-height: 23px;
	font-weight: 700;
	letter-spacing: .8px;
	text-align: center;
	margin-bottom: 4px;
	white-space: pre-line
}
.brand .modal-brand__text .brand-jp {
	text-align: justify;
	font-feature-settings: "palt"on;
	font-size: 10px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: .4px;
	text-align: center;
	color: #b9bdc4;
	padding-bottom: 16px;
	border-bottom: 1px solid #2c2c2c;
	margin-bottom: 16px
}
.brand .modal-brand__text .brand-desc {
	text-align: justify;
	font-feature-settings: "palt"on;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: .48px;
	margin-bottom: 16px;
	white-space: pre-line
}
.brand .modal-brand__text .product-reference {
	font-size: 14px;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: .8px;
	text-align: center
}
.brand .modal-brand .product-list {
	display: flex;
	gap: 24px 14px;
	flex-wrap: wrap;
	justify-content: center;
	position: relative
}
.brand .modal-brand .product-list .product-item {
	max-width: 164px
}
.brand .modal-brand .product-list .product-item img {
	width: 100%;
	height: auto
}
.brand .modal-brand .product-list .product-item__text__name {
	padding: 8px;
	font-size: 10px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: .4px;
	margin-bottom: 8px
}
.brand .modal-brand .product-list .product-item__text__footer {
	text-align: justify;
	font-feature-settings: "palt"on;
	display: flex;
	padding: 0 8px;
	justify-content: space-between;
	font-size: 10px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: .4px
}
.brand .modal-genre .modal-popup__content {
	max-width: 704px;
	overflow: hidden;
	padding: 16px 0
}
.brand .modal-genre .modal-popup__content .genre-pagination {
	display: flex;
	justify-content: center;
	margin-top: 24px;
	margin-bottom: 24px
}
.brand .modal-genre .modal-popup__content .genre-pagination .swiper-pagination-bullet {
	background-color: #2c2c2c;
	width: 4px;
	height: 4px
}
.brand .modal-genre__text {
	padding: 0 16px
}
.brand .modal-genre__text__title {
	text-align: justify;
	font-feature-settings: "palt"on;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: .8px;
	margin-bottom: 8px;
	white-space: pre-line
}
.brand .modal-genre__text__desc {
	text-align: justify;
	font-feature-settings: "palt"on;
	text-align: center;
	font-size: 10px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: .4px;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #2c2c2c;
	white-space: pre-line
}
.brand .modal-genre__list__item {
	width: 280px;
	padding: 8px 16px;
	border-right: 1px solid #b9bdc4
}
.brand .modal-genre__list__item:last-child {
	border: none
}
.brand .modal-genre__list__item__title {
	text-align: justify;
	font-feature-settings: "palt"on;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: .48px;
	margin-bottom: 8px;
	white-space: pre-line
}
.brand .modal-genre__list__item__sub-title {
	text-align: justify;
	font-feature-settings: "palt"on;
	font-size: 10px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: .4px;
	margin-bottom: 16px;
	color: #b9bdc4;
	white-space: pre-line
}
.brand .modal-genre__list__item__desc {
	text-align: justify;
	font-feature-settings: "palt"on;
	font-size: 10px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: .4px;
	white-space: pre-line
}
.magazine .section-tag {
	margin-bottom: 16px
}
.magazine .section-title {
	margin-bottom: 24px
}
.magazine__top {
	padding: 56px 16px
}
@media(min-width: 800px) {
	.magazine__top {
		padding: 80px 16px
	}
}
.magazine__desc {
	text-align: justify;
	font-feature-settings: "palt"on;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: .8px;
	margin-bottom: 24px;
	text-align: center
}
.magazine__list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 23px;
	justify-content: center
}
.magazine__list__item {
	width: 160px;
	transition: opacity .2s linear
}
.magazine__list__item:hover {
	opacity: .5
}
.magazine__list__item img {
	max-width: 100%;
	height: 108px;
	margin-bottom: 8px
}
.magazine__list__item__date {
	font-feature-settings: "palt"on;
	font-family: "Jost", sans-serif;
	color: #b9bdc4;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: .48px;
	display: block
}
.magazine__list__item__name {
	font-feature-settings: "palt"on;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: .8px;
	color: #2c2c2c;
	display: block
}
.magazine__footer {
	background-image: url("../images/magazine-footer.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 340px
}
@media(min-width: 800px) {
	.magazine__footer {
		height: 790px
	}
}
.footer {
	padding: 40px 16px 24px;
	background-color: #f6f6f7;
}
.footer__title {
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: .8px;
	text-align: center;
	margin-bottom: 24px
}
@media(min-width: 800px) {
	.footer__title {
		font-size: 24px;
		line-height: 40px;
		letter-spacing: .96px
	}
}
.footer ul {
	display: flex;
	gap: 16px;
	justify-content: center;
	margin-bottom: 24px
}
.footer ul li a {
	background-color: #2c2c2c;
	padding: 8px;
	border-radius: 4px;
	display: inline-block;
	width: 80px;
	height: 80px
}
.footer ul li a img {
	width: 24px;
	height: 24px;
	margin: 0 auto 8px
}
.footer ul li a span {
	text-align: justify;
	font-feature-settings: "palt"on;
	font-size: 10px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: .4px;
	color: #fff;
	text-align: center;
	display: block
}
.footer__logo {
	margin-top: 56px;
	margin-bottom: 24px;
	width: 100%;
	max-width: 237px
}
.footer .copyright {
	margin: 0 auto;
	max-width: 1120px;
	font-size: 10px;
	font-weight: 700;
	line-height: 15px;
	color: #b9bdc4
}
.loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	z-index: 999;
	height: 40px;
	border: 2px solid #fff;
	cursor: initial;
	border-bottom-color: rgba(0, 0, 0, 0);
	border-radius: 50%;
	display: none;
	animation: rotation 1s linear infinite
}