html {
	font-size: 10px;
	overflow-x: hidden;
}

body {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	text-align: left;
	background-color: #fff;
	position: relative;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

ol,
ul,
dl {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

b,
strong {
	font-weight: 700;
}

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
	height: auto;
}

table {
	border-collapse: collapse;
}

th {
	font-weight: 400;
	text-align: inherit;
	text-align: -webkit-match-parent;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

[hidden] {
	display: none !important;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

img.aligncenter {
	display: block;
	margin: auto;
}

img.alignright {
	display: block;
	margin-left: auto;
}

img.alignleft {
	display: block;
	margin-right: auto;
}

.l-basquiat {
	padding-top: calc(var(--header_height, 0px)); /* Slider */
}

.l-basquiat .container {
	margin: auto;
	max-width: 1270px;
	padding-left: 35px;
	padding-right: 35px;
	width: 100%;
}

.l-basquiat .d-none {
	display: none !important;
}

.l-basquiat .d-block {
	display: block !important;
}

.l-basquiat .d-flex {
	display: flex !important;
}

.l-basquiat .font-en {
	font-family: "Playfair Display", serif;
	font-style: italic;
}

.l-basquiat .font-sec {
	font-family: "Noto Serif JP", serif;
}

.l-basquiat .animate__animated {
	animation-duration: 1.2s;
	animation-fill-mode: both;
	animation-timing-function: ease;
}

.l-basquiat .fadeUp {
	opacity: 0;
	transform: translateY(25px);
	animation-name: fadeUp;
}

.l-basquiat .btn {
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #000;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
}

.l-basquiat .btn:focus,
.l-basquiat .btn.focus {
	outline: 0;
}

.l-basquiat .btn.disabled,
.l-basquiat .btn:disabled {
	opacity: 0.6;
}

.l-basquiat .btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.l-basquiat .btn-border {
	background-color: #7D7D7D;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.1em;
	height: 67px;
	max-width: 250px;
	margin: auto;
	position: relative;
	width: 100%;
}

.l-basquiat .btn-border::before {
	content: "";
	border: 1px solid #fff;
	position: absolute;
	left: 3px;
	top: 3px;
	right: 3px;
	bottom: 3px;
}

.l-basquiat .custom-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	position: relative;
}

.l-basquiat .custom-checkbox input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	pointer-events: none;
}

.l-basquiat .custom-checkbox input:checked ~ span::after {
	content: "";
	background-color: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 4px;
	width: 4px;
	transform: translate(-50%, -50%);
}

.l-basquiat .custom-checkbox span {
	border: 1px solid #000;
	flex-shrink: 0;
	height: 8px;
	width: 8px;
	position: relative;
}

.l-basquiat .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.l-basquiat .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.l-basquiat .slick-list:focus {
	outline: none;
}

.l-basquiat .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.l-basquiat .slick-slider .slick-track,
.l-basquiat .slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.l-basquiat .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.l-basquiat .slick-track:before,
.l-basquiat .slick-track:after {
	display: table;
	content: "";
}

.l-basquiat .slick-track:after {
	clear: both;
}

.l-basquiat .slick-loading .slick-track {
	visibility: hidden;
}

.l-basquiat .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.l-basquiat [dir=rtl] .slick-slide {
	float: right;
}

.l-basquiat .slick-slide img {
	display: block;
}

.l-basquiat .slick-slide.slick-loading img {
	display: none;
}

.l-basquiat .slick-slide.dragging img {
	pointer-events: none;
}

.l-basquiat .slick-initialized .slick-slide {
	display: block;
}

.l-basquiat .slick-loading .slick-slide {
	visibility: hidden;
}

.l-basquiat .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.l-basquiat .slick-arrow.slick-hidden {
	display: none;
}

.l-basquiat .hline01 {
	margin-bottom: 35px;
	padding-bottom: 26px;
	position: relative;
	text-align: center;
}

.l-basquiat .hline01::after {
	content: "";
	background-color: #000;
	height: 1px;
	width: 32px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.l-basquiat .hline01__ttl {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

.l-basquiat .hline01__sub {
	font-family: "Noto Serif JP", serif;
	font-size: 12px;
	font-weight: 600;
}

.l-basquiat .hover {
	transition: 0.3s ease;
}

.l-basquiat .hover:hover {
	opacity: 0.8;
}

.l-basquiat .hover-img {
	overflow: hidden;
}

.l-basquiat .hover-img:hover img {
	transform: scale(1.05);
}

.l-basquiat .hover-img img {
	transform: scale(1);
	transition: 0.3s ease;
}

.l-basquiat .c-bg {
	background: #fff url("../images/bg01_sp.webp") no-repeat center/cover;
}

.l-basquiat .l-contents {
	background-color: #fff;
}

.l-basquiat .p-mv {
	background-color: #000;
	min-height: 500px;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100 - var(--header_height, 0px));
	position: relative;
	overflow: hidden;
}

.l-basquiat .p-mv.is-data .p-mv__side {
	top: calc(50% + 30px);
	transform: translateY(-50%);
}

.l-basquiat .p-mv.is-data .p-mv__item img {
	height: 100%;
}

.l-basquiat .p-mv__side {
	display: flex;
	position: absolute;
	right: 0;
	z-index: 5;
}

.l-basquiat .p-mv__side .slider-progess {
	background-color: rgba(255, 255, 255, 0.3);
	height: 328px;
	max-height: 54.6667vh;
	width: 1px;
	margin-bottom: 8px;
	position: relative;
}

.l-basquiat .p-mv__side #progressBar {
	transition-timing-function: linear;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: calc(var(--progress) * 100%);
}

.l-basquiat .p-mv__wrap {
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 16px;
	min-width: 30px;
}

.l-basquiat .p-mv__logo {
	position: absolute;
	bottom: calc(100% + 30px);
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
}

.l-basquiat .p-mv__txt {
	order: 2;
	padding-top: 4px;
}

.l-basquiat .p-mv__txt img {
	width: 65.6vw;
}

.l-basquiat .p-mv__gallery,
.l-basquiat .p-mv .slick-list,
.l-basquiat .p-mv .slick-track {
	height: 100%;
}

.l-basquiat .p-mv__item {
	height: 100%;
}

.l-basquiat .p-mv__item.swiper-slide-active img {
	animation: img-in 0.5s ease-out;
}

.l-basquiat .p-mv__item picture {
	display: flex;
	align-items: flex-end;
	height: 100%;
	width: 100%;
}

.l-basquiat .p-mv__item img {
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	height: 110%;
	width: 110%;
	animation: img-out 0.5s ease-out;
}

.l-basquiat .p-intro {
	background-color: #fff;
	padding: 37px 0 70px;
	position: relative;
	text-align: center;
	z-index: 2;
}

.l-basquiat .p-intro__logo {
	margin-bottom: 25px;
	text-align: center;
}

.l-basquiat .p-intro__logo img {
	width: 108px;
}

.l-basquiat .p-intro__head {
	font-family: "Noto Serif JP", serif;
	margin-bottom: 45px;
}

.l-basquiat .p-intro__head-label {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 20px;
	font-weight: 600;
}

.l-basquiat .p-intro__head-label::before,
.l-basquiat .p-intro__head-label::after {
	content: "";
	background: url("../images/icon_line_sp.svg") no-repeat center/contain;
	height: 15px;
	width: 30px;
}

.l-basquiat .p-intro__txt {
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.875;
	margin-bottom: 77px;
}

.l-basquiat .p-intro__about {
	margin-top: 130px;
}

.l-basquiat .p-intro__about-txt {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 auto;
	max-width: 600px;
	text-align: justify;
}

.l-basquiat .p-intro__gallery {
	max-width: 956px;
	margin: 0 auto;
}

.l-basquiat .p-intro__gallery.--video { /*height: rem(526px);

  @include mq('md', min) {
      height: rem(470px);
  }*/
}

.l-basquiat .p-intro__gallery.--video video {
	height: auto;
	width: 100%;
}

.l-basquiat .p-intro__media {
	position: relative;
}

.l-basquiat .p-intro__caption {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.05em;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
	z-index: 2;
}

.l-basquiat .p-intro__caption span {
	margin-right: 9px;
}

.l-basquiat .p-intro__caption span:nth-child(2) {
	margin-right: 16px;
}

.l-basquiat .p-feature {
	margin-top: -1px;
	padding: 45px 0 49px;
	position: relative;
	z-index: 5;
}

.l-basquiat .p-feature .container {
	max-width: 100%;
}

.l-basquiat .p-feature__wrap {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.l-basquiat .p-feature__img {
	display: flex;
	gap: 33px;
	justify-content: center;
	text-align: center;
}

.l-basquiat .p-feature__img img {
	height: 200px;
}

.l-basquiat .p-feature__info {
	text-align: center;
}

.l-basquiat .p-feature__info-ttl {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 20px;
}

.l-basquiat .p-feature__info-txt {
	font-size: 12px;
	letter-spacing: 0.075em;
	line-height: 1.5;
	margin-bottom: 50px;
}

.l-basquiat .p-feature__info-btn {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 20px 44px;
}

.l-basquiat .p-feature__info-btn .btn {
	margin: 0;
	width: 250px;
}

.l-basquiat .p-details {
	background-color: #fff;
	padding: 50px 0 90px;
}

.l-basquiat .p-details__item {
	margin-bottom: 90px;
}

.l-basquiat .p-details__item:last-child {
	margin-bottom: 0;
}

.l-basquiat .p-details__item:nth-child(even) {
	flex-direction: row-reverse;
}

.l-basquiat .p-details__item-img img {
	width: 100%;
}

.l-basquiat .p-details__item-info {
	margin-top: 20px;
	padding: 0 35px;
}

.l-basquiat .p-details__item-ttl {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 13px;
	text-align: center;
}

.l-basquiat .p-details__item-txt {
	font-size: 14px;
	line-height: 1.7857142857;
	text-align: justify;
}

.l-basquiat .p-details__item-txt p:not(:last-child) {
	margin-bottom: 26px;
}

.l-basquiat .p-about {
	background-color: #fff;
	padding-bottom: 70px;
}

.l-basquiat .p-about.p-about--gphg .p-about__txt {
	font-size: 14px;
	line-height: 1.6428571429;
	margin-bottom: 45px;
}

.l-basquiat .p-about__txt {
	font-size: 14px;
	line-height: 1.6428571429;
	margin-bottom: 45px;
	text-align: justify;
}

.l-basquiat .p-about__txt p:not(:last-child) {
	margin-bottom: 20px;
}

.l-basquiat .p-about__txt.p-about__txt--max {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.l-basquiat .p-newmodel {
	background-color: #fff;
	padding-bottom: 100px;
}

.l-basquiat .p-newmodel__details {
	display: none;
}

.l-basquiat .p-newmodel__pagi {
	display: none;
}

.l-basquiat .p-newmodel__pagi .swiper-pagination-bullet {
	--swiper-pagination-bullet-inactive-color: #c8c8c8;
	--swiper-pagination-color: #000;
	border-radius: 0;
	height: 2px;
	width: 83px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	outline: none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	margin: 0;
	padding: 0;
	opacity: 1;
}

.l-basquiat .p-newmodel .newmodel-item__ttl {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.75;
	margin-bottom: 20px;
}

.l-basquiat .p-newmodel .newmodel-item__txt {
	font-feature-settings: "palt" 1;
	font-size: 14px;
	letter-spacing: 0.075em;
	line-height: 1.7859;
	text-align: justify;
}

.l-basquiat .p-lineup {
	padding: 45px 0 49px;
	position: relative;
	z-index: 1;
}

.l-basquiat .p-lineup__bg-35 {
	transition: 0.3s ease;
	opacity: 0;
	background: url("../images/bg_lineup_sp1.jpg") no-repeat center/cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.l-basquiat .p-lineup__bg-39 {
	transition: 0.3s ease;
	opacity: 0;
	background: url("../images/bg_lineup_sp2.jpg") no-repeat center/cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.l-basquiat .p-lineup__num-left {
	transition: 0.3s ease;
	background: url("../images/bg_lineup01.svg") no-repeat center/contain;
	aspect-ratio: 291/138;
	width: 20vw;
	position: absolute;
	left: 6.4vw;
	top: 212px;
	z-index: -1;
}

.l-basquiat .p-lineup__num-right {
	transition: 0.3s ease;
	background: url("../images/bg_lineup02.svg") no-repeat center/contain;
	aspect-ratio: 413/145;
	width: 28.53vw;
	position: absolute;
	right: 1vw;
	top: 212px;
	z-index: -1;
}

.l-basquiat .p-lineup .hline01 {
	margin-bottom: 20px;
}

.l-basquiat .p-lineup__footer {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 17px 44px;
	margin-top: 20px;
}

.l-basquiat .p-lineup__footer .btn {
	margin: 0;
}

.l-basquiat .p-lineup__gallery {
	display: flex;
	gap: 30px;
	position: relative;
}

.l-basquiat .p-lineup__gallery-col {
	flex: 1;
	position: relative;
	width: calc(50% - 15px);
}

.l-basquiat .p-lineup__gallery-label {
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	bottom: calc(100% + 3px);
	top: auto;
	left: 50%;
	transform: translateX(-50%);
}

.l-basquiat .p-lineup__gallery .--logo img {
	width: 48px;
}

.l-basquiat .p-lineup__gallery .--label img {
	width: 70px;
}

.l-basquiat .p-lineup .filter-accordion dd {
	margin: 26px 0 0;
}

.l-basquiat .p-lineup .prod-filter .filter-btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: 1px solid #231815;
	border-radius: 0;
	color: #231815;
	cursor: pointer;
	font-size: 12px;
	padding: 0;
	flex-shrink: 0;
	height: 40px;
	width: 100%;
}

.l-basquiat .p-lineup .prod-filter .filter-btn:hover {
	background: #231815;
	color: #fff;
}

.l-basquiat .p-lineup .prods-list {
	position: relative;
	padding: 70px 0 60px;
}

.l-basquiat .p-lineup .prods-list.prods-list--sp .swiper-slide {
	opacity: 0;
}

.l-basquiat .p-lineup .prods-list.prods-list--sp .swiper-slide-active,
.l-basquiat .p-lineup .prods-list.prods-list--sp .swiper-slide-next {
	opacity: 1;
}

.l-basquiat .p-lineup .swiper-slide {
	transition: 0.3s ease;
}

.l-basquiat .p-lineup .swiper-slide.filtered-out {
	display: none !important;
}

.l-basquiat .p-lineup .prod-item {
	direction: ltr;
	position: relative;
	text-align: center;
	transition: 0.3s ease;
}

.l-basquiat .p-lineup .prod-item__img {
	padding-left: 6px;
}

.l-basquiat .p-lineup .prod-item__img img {
	-o-object-fit: contain;
	object-fit: contain;
	height: 179px;
	margin: 0 auto;
	width: 100%;
}

.l-basquiat .p-lineup .prod-item__name {
	font-size: 12px;
	margin-block: 10px 7px;
	text-wrap: nowrap;
}

.l-basquiat .p-lineup .prod-item__btn {
	background-color: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	letter-spacing: 0.1em;
	margin: 0 auto;
	height: 38px;
	max-width: 108px;
}

.l-basquiat .p-lineup .prod-item__price {
	margin-top: -6px;
}

.l-basquiat .p-lineup .prod-item .evt {
	font-size: 12px;
	margin-left: -0.5em;
}

.l-basquiat .p-lineup .prods-nav {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background: none;
	color: transparent;
	cursor: pointer;
	font-size: 0;
	margin: 0;
	padding: 0;
	outline: none;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 135px;
	z-index: 5;
}

.l-basquiat .p-lineup .prods-nav::after {
	content: "";
	background: url("../images/icon_arrow.svg") no-repeat center/contain;
	height: 100%;
	width: 100%;
	display: block;
}

.l-basquiat .p-lineup .prods-nav.prods-nav-prev::after {
	background-image: url("../images/icon_arrow_prev.svg");
}

.l-basquiat .p-lineup .prods-nav.swiper-button-disabled {
	opacity: 0;
	pointer-events: none;
}

.l-basquiat .p-lineup .prods-pagi {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	position: absolute;
	bottom: 0;
}

.l-basquiat .p-lineup .prods-pagi .swiper-pagination-bullet {
	--swiper-pagination-bullet-inactive-color: #fff;
	--swiper-pagination-color: #7d7d7d;
	border-radius: 0;
	cursor: pointer;
	color: transparent;
	font-size: 0;
	opacity: 1;
	margin: 0;
	height: 5px;
	width: 32px;
}

.l-basquiat .p-lineup .prods-pagi .swiper-pagination-fraction {
	display: flex;
	flex-direction: column;
	font-size: 10px;
	letter-spacing: 0.1em;
	width: auto;
}

.l-basquiat .p-lineup .prods-pagi .fraction-num {
	position: relative;
}

.l-basquiat .p-lineup .prods-pagi .fraction-num::after {
	content: "";
	display: block;
	background-color: #000;
	height: 1px;
	margin: 3px 0;
	transform: scaleY(0.5);
}

.l-basquiat .p-collection {
	display: flex;
	background-color: #fff;
	padding: 46px 0;
}

.l-basquiat .p-collection__wrapper {
	display: flex;
	flex-shrink: 0;
	animation: scroll-infinite 80s linear infinite;
}

.l-basquiat .p-collection__slide {
	flex-shrink: 0;
	width: 187px;
}

.l-basquiat .p-collection__slide img {
	display: block;
	width: 100%;
}

.l-basquiat .p-movie {
	margin-bottom: 70px;
	padding: 53px 0 70px;
}

.l-basquiat .p-movie:last-child {
	margin-bottom: 0;
}

.l-basquiat .p-movie__info {
	margin-bottom: 48px;
}

.l-basquiat .p-movie__info video {
	height: auto;
	width: 100%;
}

.l-basquiat .p-movie__btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px 42px;
}

.l-basquiat .p-movie__btn .btn {
	margin: 0;
}

.l-basquiat .p-bnr {
	padding: 107px 0 67px;
}

.l-basquiat .dropdown {
	position: relative;
}

.l-basquiat .dropdown-toggle {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: 1px solid #231815;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 400;
	position: relative;
	padding: 0 15px;
	height: 40px;
	width: 100%;
	text-align: center;
}

.l-basquiat .dropdown-toggle::after {
	content: "";
	border-left: 1px solid var(--arrow-color, #231815);
	border-bottom: 1px solid var(--arrow-color, #231815);
	height: 9px;
	width: 9px;
	position: absolute;
	transform: translateY(-50%) rotate(-45deg);
	right: 20px;
	top: 45%;
}

.l-basquiat .dropdown-box {
	display: none;
	background-color: #fff;
	border: 1px solid #231815;
	border-top: 0;
	font-size: 12px;
	padding: 20px 12px;
	z-index: 10;
}

.l-basquiat .dropdown-row {
	margin-bottom: 5px;
}

.l-basquiat .dropdown-row:last-child {
	margin-bottom: 0;
}

.l-basquiat .custom-checkbox input {
	height: 14px;
	width: 14px;
}

@media (min-width: 576px) {

.l-basquiat .d-sm-none {
	display: none !important;
}

.l-basquiat .d-sm-block {
	display: block !important;
}

.l-basquiat .d-sm-flex {
	display: flex !important;
}

}

@media (min-width: 768px) {

.l-basquiat .d-md-none {
	display: none !important;
}

.l-basquiat .d-md-block {
	display: block !important;
}

.l-basquiat .d-md-flex {
	display: flex !important;
}

.l-basquiat .btn-border {
	font-size: 15px;
}

.l-basquiat .custom-checkbox input:checked ~ span::after {
	height: 10px;
	width: 10px;
}

.l-basquiat .custom-checkbox span {
	height: 14px;
	width: 14px;
}

.l-basquiat .hline01 {
	margin-bottom: 40px;
	padding-bottom: 35px;
}

.l-basquiat .hline01::after {
	height: 2px;
	width: 83px;
}

.l-basquiat .hline01__ttl {
	font-size: 43px;
	line-height: 1.5;
}

.l-basquiat .hline01__sub {
	font-size: 19px;
}

.l-basquiat .c-bg {
	background-image: url("../images/bg01.webp");
}

.l-basquiat .p-mv.is-data .p-mv__side {
	left: 50px;
}

.l-basquiat .p-mv__side {
	gap: 40px;
	left: 50px;
	top: 7.29vw;
}

.l-basquiat .p-mv__side .slider-progess {
	height: 452px;
	max-height: 56.5vh;
}

.l-basquiat .p-mv__wrap {
	font-size: 27px;
	min-width: 54px;
}

.l-basquiat .p-mv__logo {
	bottom: calc(100% + 44px);
	width: 250px;
}

.l-basquiat .p-mv__txt {
	padding-top: 40px;
}

.l-basquiat .p-mv__txt img {
	width: auto;
}

.l-basquiat .p-mv__item {
	display: flex !important;
	align-items: flex-end;
	justify-content: flex-end;
}

.l-basquiat .p-mv__item img {
	aspect-ratio: 1920/800;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: right bottom;
	object-position: right bottom;
	height: 100%;
	width: 120%;
	max-width: none;
	position: absolute;
	left: -15%;
	top: 50%;
	transform: translateY(-50%);
}

.l-basquiat .p-intro {
	padding: 74px 0 100px;
}

.l-basquiat .p-intro__logo {
	margin-bottom: 37px;
}

.l-basquiat .p-intro__logo img {
	width: 230px;
}

.l-basquiat .p-intro__head {
	margin-bottom: 55px;
}

.l-basquiat .p-intro__head-label {
	font-size: 32px;
	gap: 14px;
}

.l-basquiat .p-intro__head-label::before,
.l-basquiat .p-intro__head-label::after {
	background-image: url("../images/icon_line.svg");
	height: 24px;
	width: 84px;
}

.l-basquiat .p-intro__txt {
	font-size: 20px;
	margin-bottom: 68px;
}

.l-basquiat .p-intro__about {
	margin-top: 162px;
}

.l-basquiat .p-intro__about-txt {
	font-size: 16.77px;
}

.l-basquiat .p-intro__caption {
	bottom: 24px;
	font-size: 18px;
}

.l-basquiat .p-feature {
	padding: 73px 0 66px;
}

.l-basquiat .p-feature__img {
	gap: 65px;
	text-align: right;
}

.l-basquiat .p-feature__img img {
	-o-object-fit: contain;
	object-fit: contain;
	height: 450px;
	width: auto;
}

.l-basquiat .p-feature__info-ttl {
	font-size: 29px;
	margin-bottom: 30px;
}

.l-basquiat .p-feature__info-txt {
	font-size: 18px;
	line-height: 1.87;
	margin-bottom: 50px;
}

.l-basquiat .p-details {
	padding: 99px 0 100px;
}

.l-basquiat .p-details__item-ttl {
	font-size: 24px;
	margin-bottom: 20px;
}

.l-basquiat .p-details__item-txt {
	font-size: 16px;
	letter-spacing: 0.03em;
}

.l-basquiat .p-about {
	padding-bottom: 100px;
}

.l-basquiat .p-about.p-about--gphg .p-about__wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-width: 960px;
	margin: 0 auto;
}

.l-basquiat .p-about.p-about--gphg .p-about__txt {
	font-size: 16px;
	margin-bottom: 0;
	padding-left: 35px;
}

.l-basquiat .p-about__txt {
	font-size: 16px;
}

.l-basquiat .p-newmodel__info {
	order: 2;
	padding: 0 30px 0;
	width: var(--info-width);
}

.l-basquiat .p-newmodel__info .hline01 {
	margin-bottom: 50px;
}

.l-basquiat .p-newmodel .newmodel-item__ttl {
	font-size: 22px;
	margin-bottom: 30px;
}

.l-basquiat .p-lineup {
	background: url("../images/bg_lineup.webp") no-repeat center top;
	background-size: cover;
	padding: 70px 0 80px;
}

.l-basquiat .p-lineup.p-lineup--data {
	padding-bottom: 138px;
}

.l-basquiat .p-lineup__num-left {
	left: 8.333vw;
	top: 270px;
	width: 15.15625vw;
}

.l-basquiat .p-lineup__num-right {
	right: 8.333vw;
	top: 282px;
	width: 21.5vw;
}

.l-basquiat .p-lineup .hline01 {
	margin-bottom: 40px;
}

.l-basquiat .p-lineup__footer {
	flex-direction: row;
	margin-top: 70px;
}

.l-basquiat .p-lineup__gallery {
	gap: 60px;
	padding-inline: 50px;
}

.l-basquiat .p-lineup__gallery-col {
	overflow: hidden;
	width: calc(50% - 30px);
}

.l-basquiat .p-lineup__gallery-col:first-child {
	padding-left: 50px;
}

.l-basquiat .p-lineup__gallery-col:last-child {
	padding-right: 50px;
}

.l-basquiat .p-lineup__gallery-label {
	width: 8.3333333333vw;
}

.l-basquiat .p-lineup__gallery .--logo img {
	width: 7.2916666667vw;
}

.l-basquiat .p-lineup__gallery .--label img {
	width: 8.3333333333vw;
}

.l-basquiat .p-lineup .filter-accordion {
	flex-direction: row;
}

.l-basquiat .p-lineup .filter-accordion dt {
	display: none;
}

.l-basquiat .p-lineup .prod-filter {
	display: flex;
	justify-content: center;
	gap: 15px;
}

.l-basquiat .p-lineup .prod-filter .filter-btn {
	font-size: 14px;
	width: 100px;
}

.l-basquiat .p-lineup .prods-list {
	padding-top: 100px;
}

.l-basquiat .p-lineup .prods-list.prods-list--left .swiper-slide.swiper-slide-next {
	margin-right: 35px;
}

.l-basquiat .p-lineup .prods-list.prods-list--right .swiper-slide.swiper-slide-active ~ .swiper-slide .prod-item {
	transform: translateX(35px);
}

.l-basquiat .p-lineup .prod-item__img {
	padding-left: 10px;
}

.l-basquiat .p-lineup .prod-item__name {
	font-size: 14px;
	margin-block: 24px 12px;
}

.l-basquiat .p-lineup .prods-nav {
	top: 220px;
	height: 40px;
	width: 40px;
}

.l-basquiat .p-lineup .prods-nav.prods-nav-prev {
	right: calc(52% - 15px);
}

.l-basquiat .p-lineup .prods-nav.prods-nav-next {
	left: calc(58% - 25px);
}

.l-basquiat .p-collection {
	padding: 74px 0 159px;
}

.l-basquiat .p-collection__slide {
	width: 480px;
}

.l-basquiat .p-movie {
	margin-bottom: 100px;
	padding: 72px 0 100px;
}

.l-basquiat .p-movie__info {
	max-width: 960px;
	margin: 0 auto 48px;
}

.l-basquiat .p-movie__btn {
	flex-direction: row;
}

.l-basquiat .p-bnr {
	padding: 166px 0 247px;
}

.l-basquiat .dropdown-toggle {
	font-size: 14px;
	justify-content: flex-start;
	width: 180px;
}

.l-basquiat .dropdown-toggle.is-dark {
	--arrow-color: #fff;
	background-color: #231815;
	color: #fff;
}

.l-basquiat .dropdown-box {
	font-size: 13px;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
}

}

@media (min-width: 992px) {

.l-basquiat .d-lg-none {
	display: none !important;
}

.l-basquiat .d-lg-block {
	display: block !important;
}

.l-basquiat .d-lg-flex {
	display: flex !important;
}

.l-basquiat .p-feature__wrap {
	justify-content: center;
	flex-direction: row;
}

.l-basquiat .p-feature__info {
	flex-shrink: 0;
	text-align: left;
}

.l-basquiat .p-feature__info-btn {
	align-items: flex-start;
}

.l-basquiat .p-details__item {
	display: flex;
	margin-bottom: 0;
}

.l-basquiat .p-details__item-img {
	flex: 1;
	max-width: 50%;
}

.l-basquiat .p-details__item-info {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex: 1;
	max-width: 50%;
	margin-top: 0;
	padding: 0 30px;
}

.l-basquiat .p-about.p-about--gphg .p-about__txt {
	padding-left: 50px;
}

.l-basquiat .p-newmodel__head {
	display: flex;
	padding-left: 100px;
}

.l-basquiat .p-newmodel__wrap {
	--info-width: 50%;
	display: flex;
	align-items: center;
}

.l-basquiat .p-newmodel__gallery {
	width: calc(100% - var(--info-width));
}

.l-basquiat .p-newmodel__details {
	display: block;
}

.l-basquiat .p-newmodel__pagi {
	display: flex;
	gap: 27px;
	margin-top: 46px;
}

.l-basquiat .p-newmodel .newmodel-item__info {
	display: none;
}

.l-basquiat .p-newmodel .newmodel-item__txt {
	max-width: 377px;
}

.l-basquiat .p-lineup__gallery {
	gap: 30px;
}

.l-basquiat .p-lineup__gallery-col {
	width: calc(50% - 15px);
}

.l-basquiat .p-lineup .prod-filter {
	gap: 25px;
}

.l-basquiat .p-lineup .prod-filter .filter-btn {
	font-size: 18px;
	width: 120px;
}

.l-basquiat .p-lineup .prods-list {
	padding-top: 160px;
}

.l-basquiat .p-lineup .prod-item__img img {
	height: 300px;
}

.l-basquiat .p-lineup .prod-item__btn {
	font-size: 15px;
	height: 45px;
	max-width: 155px;
}

.l-basquiat .p-lineup .prods-nav {
	top: 267px;
}

.l-basquiat .p-lineup .prods-nav.prods-nav-prev {
	right: calc(52% - 25px);
}

.l-basquiat .p-lineup .prods-nav.prods-nav-next {
	left: calc(58% - 35px);
}

.l-basquiat .dropdown-toggle {
	font-size: 18px;
	width: 230px;
}

.l-basquiat .dropdown-box {
	font-size: 17px;
}

}

@media (min-width: 1200px) {

.l-basquiat .d-xl-none {
	display: none !important;
}

.l-basquiat .d-xl-block {
	display: block !important;
}

.l-basquiat .d-xl-flex {
	display: flex !important;
}

.l-basquiat .p-mv.is-data .p-mv__side {
	left: 11.3vw;
}

.l-basquiat .p-mv.is-data .p-mv__side .p-mv__wrap {
	position: relative;
}

.l-basquiat .p-mv__side {
	left: 11.3vw;
}

.l-basquiat .p-feature__wrap {
	gap: 80px;
}

.l-basquiat .p-feature__info-btn {
	flex-direction: row;
}

.l-basquiat .p-details__item-info {
	padding: 0 87px;
}

.l-basquiat .p-details__item-ttl {
	font-size: 28px;
	margin-bottom: 30px;
}

.l-basquiat .p-newmodel__wrap {
	--info-width: 520px;
}

.l-basquiat .p-lineup .prods-nav.prods-nav-prev {
	right: calc(36% - 35px);
}

.l-basquiat .p-lineup .prods-nav.prods-nav-next {
	left: calc(36% - 25px);
}

}

@media (min-width: 1440px) {

.l-basquiat .d-pc-none {
	display: none !important;
}

.l-basquiat .d-pc-block {
	display: block !important;
}

.l-basquiat .d-pc-flex {
	display: flex !important;
}

.l-basquiat .p-newmodel__wrap {
	--info-width: 720px;
}

.l-basquiat .p-newmodel__info {
	padding: 0 47px 0;
}

.l-basquiat .p-newmodel .newmodel-item__ttl {
	font-size: 29px;
	margin-bottom: 58px;
}

.l-basquiat .p-newmodel .newmodel-item__txt {
	font-size: 17px;
}

.l-basquiat .p-lineup__gallery-label {
	width: 6.25vw;
}

.l-basquiat .p-lineup__gallery .--logo img {
	width: 5.2083333333vw;
}

.l-basquiat .p-lineup__gallery .--label img {
	width: 6.25vw;
}

.l-basquiat .p-lineup .prods-nav.prods-nav-prev {
	right: calc(26% - 35px);
}

.l-basquiat .p-lineup .prods-nav.prods-nav-next {
	left: calc(26% - 25px);
}

.l-basquiat .p-lineup .prods-pagi {
	display: flex;
	gap: 5px;
	margin-top: 57px;
}

}

@media (max-width: 1439px) {

.l-basquiat .p-lineup .prods-pagi.swiper-pagination-custom {
	display: flex;
	justify-content: center;
	text-align: center;
}

}

@media (max-width: 991px) {

.l-basquiat .p-newmodel .newmodel-item {
	margin-bottom: 70px;
}

.l-basquiat .p-newmodel .newmodel-item:last-child {
	margin-bottom: 0;
}

.l-basquiat .p-newmodel .newmodel-item__info {
	padding: 30px 35px 0;
}

}

@media (max-width: 767px) {

.l-basquiat .c-spfull {
	margin-left: -35px;
	margin-right: -35px;
}

.l-basquiat .p-mv.is-data .p-mv__side {
	align-items: flex-end;
}

.l-basquiat .p-mv.is-data .p-mv__side .p-mv__txt {
	padding-bottom: 34px;
}

.l-basquiat .p-mv.is-data .p-mv__side .slider-progess {
	height: 384px;
	max-height: 64vh;
}

.l-basquiat .p-mv__side {
	left: 18px;
	top: 50%;
	transform: translateY(-60%);
}

.l-basquiat .p-details__list {
	margin: 0 -35px;
}

.l-basquiat .p-about.p-about--gphg .p-about__wrap {
	display: flex;
	flex-direction: column;
}

.l-basquiat .p-about.p-about--gphg .p-about__txt {
	order: -1;
}

.l-basquiat .p-newmodel__gallery .swiper-wrapper {
	flex-direction: column;
}

.l-basquiat .p-lineup {
	background: url("../images/bg_lineup_sp.webp") no-repeat center top/cover;
}

.l-basquiat .p-lineup.is-35m .p-lineup__bg-35 {
	opacity: 1;
}

.l-basquiat .p-lineup.is-35m .p-lineup__num-right {
	opacity: 0;
}

.l-basquiat .p-lineup.is-35m .prods-nav.prods-nav-next::after {
	background-image: url("../images/icon_arrow_prev.svg");
	transform: rotate(180deg);
}

.l-basquiat .p-lineup.is-39m .p-lineup__bg-39 {
	opacity: 1;
}

.l-basquiat .p-lineup.is-39m .p-lineup__num-left {
	opacity: 0;
}

.l-basquiat .p-lineup.is-39m .prods-nav.prods-nav-prev::after {
	background-image: url("../images/icon_arrow.svg");
	transform: rotate(180deg);
}

.l-basquiat .p-lineup__gallery .--logo {
	width: 48px;
}

.l-basquiat .p-lineup__gallery .--label {
	width: 70px;
}

.l-basquiat .p-lineup .filter-accordion {
	max-width: 250px;
	margin-inline: auto;
}

.l-basquiat .p-lineup .prod-filter {
	display: none;
}

.l-basquiat .p-lineup .prod-filter .filter-item {
	margin-bottom: -1px;
}

.l-basquiat .p-lineup .prods-list {
	overflow: hidden;
	padding-inline: 60px;
}

.l-basquiat .p-lineup .prods-list.prods-list--left {
	padding-left: 60px;
}

.l-basquiat .p-lineup .prods-list.prods-list--left .prods-pagi {
	left: calc(50% + 30px);
}

.l-basquiat .p-lineup .prods-list.prods-list--right {
	padding-right: 60px;
}

.l-basquiat .p-lineup .prods-list.prods-list--right .prods-pagi {
	left: calc(50% - 30px);
}

.l-basquiat .p-lineup .prods-nav.prods-nav-prev {
	left: 23px;
}

.l-basquiat .p-lineup .prods-nav.prods-nav-next {
	right: 23px;
}

.l-basquiat .dropdown-wrap {
	display: flex;
	flex-wrap: wrap;
}

.l-basquiat .dropdown-row {
	min-width: 82px;
}

.l-basquiat .dropdown-row.is-full {
	width: 100%;
}

}

@keyframes fadeUp {

0% {
	opacity: 0;
	transform: translateY(25px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes img-out {

0% {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

100% {
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

}

@keyframes img-in {

0% {
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

100% {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

}

@keyframes scroll-infinite {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-50%);
}

}

