@charset "utf-8";@charset "utf-8";

/* Inter読み込み */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Inter", sans-serif;
	background-color: #f9f9f9;
	color: #333;
}

.header, .crumbsList, .footer {
	display: none;
}

#wrapper.scroll:not(.wrapper--header_nolink) {
	padding: 0;
}

.number-large {
	text-align: center;
	font-size: 360px;
	font-style: italic;
	align-self: end;
	margin-top: 64px;
	flex-grow: 1;
}

@media (max-width: 991px) {
	.number-large {
		margin-top: 40px;
		font-size: 40px;
	}
	.header.scroll:not(.header_nolink) {
		display: none;
	}
}

.number-small {
	font-size: 95px;
	font-style: italic;
	align-self: start;
}

@media (max-width: 991px) {
	.number-small {
		font-size: 40px;
	}
}

.hero-section {
	display: flex;
	flex-direction: column;
	position: relative;
	aspect-ratio: 1 / 1;
	width: 100%;
	align-items: end;
	justify-content: center;
}

.aspect-ratio,
.tank-aspect-ratio {
	aspect-ratio: auto;
}

.combination-aspect-ratio {
	aspect-ratio: 16 / 9.4;
}

.sheer-aspect-ratio {
	aspect-ratio: 16 / 12.5;
}

@media (max-width: 991px) {
	.hero-section {
		max-width: 100%;
	}

	.aspect-ratio,
	.tank-aspect-ratio,
	.combination-aspect-ratio-sp,
	.sheer-aspect-ratio {
		aspect-ratio: 12 / 16;
	}

	.denim-aspect-ratio {
		aspect-ratio: 4 / 7.8;
		margin-bottom: -1px;
	}
}

.hero-background {
         /*min-height: 1065px;*/
	position: absolute;
	inset: 0;
	height: auto;
	width: 100%;
	object-fit: cover;
}

.content-wrapper {
	position: relative;
	display: flex;
	margin-bottom: -42px;
	width: 750px;
	max-width: 100%;
	flex-direction: column;
	align-self: center;
	left: 200px;
	top: -70px;
}

.sweatshirt-content-wrapper {
	position: absolute;
	top: 40%;
	left: 30%;
	transform: translate(-50%, -50%);
	z-index: 10;
	color: white;
}

.combination-content-wrapper {
	position: relative;
	display: flex;
	margin-bottom: -42px;
	width: 550px;
	max-width: 100%;
	flex-direction: column;
	align-self: center;
	left: 360px;
}

.trench-content-wrapper {
	position: relative;
	display: flex;
	width: 550px;
	max-width: 100%;
	flex-direction: column;
	align-self: center;
	transform: translate(calc(20vw + 15px), calc(-10vh - 5px));
}

.leop-content-wrapper {
	width: 400px;
	position: absolute;
	top: 28%;
	left: 30%;
	transform: translate(-50%, -50%);
	z-index: 10;
	color: white;
}

.sheer-content-wrapper {
	position: relative;
	display: flex;
	width: 550px;
	max-width: 100%;
	flex-direction: column;
	align-self: center;
	transform: translate(calc(20vw + 15px), calc(-10vh - 5px));
}

.layered-content-wrapper {
	position: absolute;
	top: 31%;
	left: 30%;
	transform: translate(-50%, -50%);
	z-index: 10;
	color: white;
}

.tweed-content-wrapper {
	position: absolute;
	top: 45%;
	left: 30%;
	/* transform: translate(calc(20vw + 15px), calc(-38vh - 5px)); */
	z-index: 10;
	color: white;
}
@media (min-width: 1025px) { /* Assuming desktop starts from 1025px */
  .tweed-content-wrapper {
      transform: translate(calc(20vw + 15px), calc(-60vh - 5px));
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tweed-content-wrapper {
      transform: translate(calc(12vw + 15px), calc(-38vh - 5px));
  }
  .content-wrapper{
    width: 610px;
  }
  .tweed-content-wrapper{
    transform: translate(calc(16vw + 15px), calc(-38vh - 5px));
  }
  .combination-content-wrapper{
    left: 245px;
  }
	.modal-item img{
		max-width: 250px !important;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1280px) {
	.content-wrapper {
		width: 664px;
		top: -60px;
	}

	.modal-item img {
		max-width: 250px !important;
	}
}

@media (max-width: 991px) {
	.content-wrapper,
	.combination-content-wrapper,
	.trench-content-wrapper {
		left: 0;
	}

	.trench-content-wrapper {
		width: 150px;
		left: 22%;
	}

	.tweed-content-wrapper {
		top: 0;
		right: 0;
		left: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 200px;
	}
}

.logo {
	aspect-ratio: 9.01;
	object-fit: contain;
	object-position: center;
	width: 395px;
	z-index: 10;
	max-width: 100%;
}

@media (max-width: 991px) {
	.logo {
		margin-left: 6px;
	}
}

.title-spring {
	color: var(--Color-Black, #000);
	align-self: start;
	margin-top: -33px;
	font: 400 152px Bodoni Moda, sans-serif;
}

@media (max-width: 991px) {
	.title-spring {
		max-width: 100%;
		font-size: 40px;
	}
}

.title-collection {
	color: var(--Color-Black, #000);
	align-self: center;
	z-index: 10;
	margin: -72px 0 0 24px;
	font: 400 73px Bodoni Moda, sans-serif;
}

@media (max-width: 991px) {
	.title-collection {
		max-width: 100%;
		font-size: 40px;
	}
}

.content-container {
	display: flex;
	margin-top: -100px;
	max-width: 100%;
	flex-direction: column;
	margin-left: 115px;
}

.sweatshirt-content-container {
	display: flex;
	margin-top: -130px;
	max-width: 100%;
	flex-direction: column;
	margin-left: 290px;
}

.combination-content-container {
	display: flex;
	margin-top: 55px;
	max-width: 100%;
	flex-direction: column;
	margin-left: 80px;
}

.tank-content-container {
	display: flex;
	margin-top: -10px;
	max-width: 100%;
	flex-direction: column;
	margin-right: 100px;
}

.number-container {
	width: 100%;
}

.trench-content-container {
	display: flex;
	margin-top: -60px;
	max-width: 100%;
	flex-direction: column;
	margin-left: -90px;
}

.leop-content-container {
	display: flex;
	margin-top: -110px;
	max-width: 100%;
	flex-direction: column;
	margin-right: 230px;
	width: 300px;
}

.sheer-content-container {
	display: flex;
	margin-top: -10px;
	max-width: 100%;
	flex-direction: column;
	margin-right: 370px;
	width: 390px;
}

.layered-content-container {
	display: flex;
	margin-top: -10px;
	max-width: 100%;
	flex-direction: column;
	margin-right: 240px;
}

.tweed-content-container {
	display: flex;
	margin-top: -40px;
	max-width: 100%;
	flex-direction: column;
	margin-left: 115px;
}

@media (max-width: 991px) {
	.number-container {
		max-width: 100%;
	}
}

.flex-container {
	gap: 20px;
	display: flex;
}

@media (max-width: 991px) {
	.flex-container {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}
}

.number-column {
	display: flex;
	flex-direction: column;
	line-height: normal;
	width: 46%;
	margin-left: 0;
}

@media (max-width: 991px) {
	.number-column {
		width: 100%;
	}
}

.number-wrapper {
	display: flex;
	flex-grow: 1;
	align-items: flex-start;
	font-family: "ヒラギノ角ゴ Pro W3", "Inter", sans-serif;
	color: var(--Color-Black, #000);
	font-weight: 400;
	white-space: nowrap;
}

@media (max-width: 991px) {
	.number-wrapper {
		margin-top: 13px;
		white-space: initial;
	}
}

.text-column {
	display: flex;
	flex-direction: column;
	line-height: normal;
	width: 54%;
	margin-left: 20px;
}

@media (max-width: 991px) {
	.text-column {
		width: 100%;
	}
}

.looks-text {
	color: var(--Color-Black, #000);
	font: 400 75px Bodoni Moda, sans-serif;
}

@media (max-width: 991px) {
	.looks-text {
		margin-top: 13px;
		font-size: 40px;
	}
}

.price-container {
	align-self: center;
	display: flex;
	max-width: 100%;
	flex-direction: column;
	color: #000;
	letter-spacing: 1.12px;
	justify-content: start;
	font: 400 14px/1.6 Inter, sans-serif;
}

.price-link {
    position: relative;
    color: #000;
    text-decoration: underline !important;
    display: inline-block;
    overflow: hidden;
    transition: color 0.3s ease;
    z-index: 10;
    width: fit-content;
}

.price-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.price-link:hover {
	animation: resetColor 0.5s ease forwards;
    color: white;
	opacity: unset;
}

.price-link:hover::before {
    opacity: 1;
    animation: showHideBackground 0.5s ease forwards;
}

@keyframes showHideBackground {
    0% {
        opacity: 1;
    }
    10% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.price-link:hover::after {
    animation: resetColor 0.5s ease forwards;
}

@keyframes resetColor {
    0% {
        color: white;
    }
    100% {
        color: black;
    }
}

.price-link-space {
	text-decoration-line: underline;
	align-self: start;
	margin-top: 4px;
}

/* arrow symbol */
.arrow-container,
.sweatshirt-arrow-container,
.combination-arrow-container,
.tank-arrow-container,
.trench-arrow-container,
.leopard-arrow-container,
.sheer-arrow-container,
.layered-arrow-container,
.tweed-arrow-container{
	width: 55px;
	height: 31px;
	position: relative;
	overflow: hidden;
	top: 30px;
	cursor: pointer;
	z-index: 20;
}

.arrow {
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 31px;
	background-image: url('/photo/page/20250110/25ss-collection/pc/btn_open.png');
	background-size: cover;
	opacity: 1;
}

.arrow-container.active .arrow,
.sweatshirt-arrow-container.active .arrow,
.combination-arrow-container.active .arrow,
.tank-arrow-container.active .arrow,
.trench-arrow-container.active .arrow,
.leopard-arrow-container.active .arrow,
.sheer-arrow-container.active .arrow,
.layered-arrow-container.active .arrow,
.tweed-arrow-container.active .arrow {
	animation: moveAndFade 2.5s ease-in-out infinite;
}

.arrow-container.active .arrow-new,
.sweatshirt-arrow-container.active .arrow-new,
.combination-arrow-container.active .arrow-new,
.tank-arrow-container.active .arrow-new,
.trench-arrow-container.active .arrow-new,
.leopard-arrow-container.active .arrow-new,
.sheer-arrow-container.active .arrow-new,
.layered-arrow-container.active .arrow-new,
.tweed-arrow-container.active .arrow-new {
	animation: appearAndMove 2.5s ease-in-out infinite;
}

@keyframes moveAndFade {
	0% {
		transform: translateY(0);
		opacity: 1;
	}

	50% {
		transform: translateY(50px);
		opacity: 0;
	}

	100% {
		transform: translateY(100px);
		opacity: 0;
	}
}

@keyframes appearAndMove {
	0% {
		transform: translateY(-50px);
		opacity: 0;
	}

	50% {
		transform: translateY(0);
		opacity: 1;
	}
}

.sweatshirt-arrow-next-container {
	width: 37px;
	height: 71px;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	top: 50%;
	right: 80px;
	perspective: 1000px;
}

.tank-arrow-next-container {
	width: 37px;
	height: 71px;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	top: 50%;
	right: 80px;
	perspective: 1000px;
}

.tweed-arrow-next-container {
	width: 37px;
	height: 71px;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	top: 50%;
	right: 80px;
	perspective: 1000px;
	z-index: 10;
}

.sweatshirt-arrow-next {
	position: absolute;
	top: 0;
	left: 0;
	width: 37px;
	height: 71px;
	background-image: url('/photo/page/20250110/25ss-collection/pc/btn_next.png');
	background-size: cover;
	opacity: 1;
	transition: transform 1.4s ease, opacity 0.5s ease;
	transform-origin: center;
}

.sweatshirt-arrow-next-container.clicked .sweatshirt-arrow-next,
.tank-arrow-next-container.clicked .sweatshirt-arrow-next,
.tweed-arrow-next-container.clicked .sweatshirt-arrow-next {
	transform: rotateY(180deg);
}

.sweatshirt-arrow-next:hover {
	opacity: 20%;
}

/* modal */
.modal {
	position: fixed;
	bottom: -100%;
	left: 0;
	right: 0;
	height: auto;
	background: #fff;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
	transition: bottom 0.5s ease;
	z-index: 1000;
}

.modal.active {
	bottom: 0;
}

.modal-open {
	overflow: hidden;
}

.modal-header .close-btn {
	font-size: 18px;
	position: absolute;
	left: 0;
        top: 0;
	width: 96px;
	height: 96px;
	background-color: black;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	z-index: 200;
	cursor: pointer;
}

.modal-header .close-btn:hover {
	background-color: #d3d3d3;
}

.modal-header .close-btn::before,
.modal-header .close-btn::after {
	content: '';
	position: absolute;
	top: 30%;
	left: 30%;
	width: 35px;
	height: 1px;
	background-color: white;
	transform-origin: center;
}

.modal-header .close-btn::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.modal-header .close-btn::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-content {
	display: flex;
	justify-content: space-around;
	background: #F5F5F5;
}

.modal-item-wrapper {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
}

.modal-item img {
	height: auto;
	max-width: 300px;
}

.modal-item p {
	margin: 15px 0;
}

.modal-item button {
	width: 120px;
	height: 23px;
	background: black;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: 15px;
}

.modal-item button:hover {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}

.disabled {
	background: #ccc !important;
}

.modal-item {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding-bottom: 20px;
}
.model-info-button {
    display: flex;
	flex-grow: 0;
	height: 100px;
	flex-direction: column;
    justify-content: end;
    align-items: center;
}
.modal-item-button {
	padding: 4px 20px;
	border-radius: 5px;
	background-color: #000;
	color: white !important;
	text-decoration: none;
	width: 150px;
}

@media (max-width: 991px) {
	.modal-header .close-btn {
		width: 47px;
		height: 47px;
	}

	.modal-header .close-btn::before,
	.modal-header .close-btn::after {
		width: 20px;
	}

	.modal-item-wrapper {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}

	.modal-item-wrapper.two-columns {
		grid-template-columns: repeat(2, 1fr);
	}

	.modal-item-wrapper.five-columns {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: auto auto;
		justify-items: center;
		align-items: center;
		grid-auto-flow: row;
	}

	.modal-item-wrapper.five-columns > .modal-item:nth-child(4) {
		grid-column: 1 / 3;
		grid-row: 2;
		margin-right: 65px;
	}

	.modal-item-wrapper.five-columns > .modal-item:nth-child(4) img {
		width: 100%;
		height: auto;
	}

	.modal-item-wrapper.five-columns > .modal-item:nth-child(5) {
		grid-column: 2 / 4;
		grid-row: 2;
		margin-left: 50px;
	}

	.modal-item-wrapper.five-columns > .modal-item:nth-child(5) img {
		width: 100%;
		height: auto;
	}

	.modal-item img {
		max-width: 120px;
	}

	.modal-item-button {
		padding: 2px 20px;
		width: 100px;
	}

	.product-brand {
		display: none;
	}
}

/* slider */
.slider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slide {
	position: relative;
	width: 100%;
}

.slides,
.slides-tank,
.slides-tweed {
	display: flex;
	width: calc(100% * 2);
	transition: transform 1s cubic-bezier(0.85, 0, 0.15, 1);
}

.slides,
.slides-tank img,
.slides-tweed img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sweatshirt-background {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.w-450 {
	width: 450px;
}

.footer-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Inter", sans-serif;
	font-weight: 400;
	text-align: center;
	justify-content: start;
	padding: 40px 0;
}

.row-icon {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.row-icon a {
	text-decoration: none;
}

.row-icon img {
	width: 80px;
    padding: 0 15px;
    aspect-ratio: unset;
}

.menu-button {
	display: flex;
	height: 55px;
	flex-direction: column;
	overflow: hidden;
	align-items: center;
	font-size: var(--Font-Style-Font-Size---S, 16px);
	color: var(--Color-White, #fff);
	letter-spacing: 1.28px;
	justify-content: start;
}

.menu-button-inner {
	border-radius: var(--Radius-Radius---XS, 4px);
	background: var(--Color-Black, #000);
	background-color: var(--Color-Black, #000);
	width: 288px;
	gap: var(--Spacing-Spacer---XL, 64px);
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.menu-button-inner:hover {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}

.text-button {
	text-decoration: none;
	color: #fff !important;
}

.logo {
	aspect-ratio: 4.33;
	object-fit: contain;
	object-position: center;
	width: 213px;
	margin-top: 40px;
	max-width: 100%;
}

.copyright {
	color: var(--Color-Black, #000);
	font-size: 12px;
	letter-spacing: 0.8px;
	margin-top: 40px;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.background-spring-pc {
	display: block;
}

.background-spring-sp {
	display: none;
}

.fixed-menu {
	position: fixed;
	top: 190px;
	right: 0;
	writing-mode: vertical-rl;
	text-align: center;
	z-index: 1000;
	display: flex;
	height: max-content;
}

.social-nav {
	display: flex;
	max-width: 43px;
	flex-direction: row;
	align-items: start;
	justify-content: start;
}

.social-icon {
	aspect-ratio: 0.11;
	object-fit: contain;
	object-position: center;
	width: 40px;
	padding-right: 6px;
}

.social-links {
	display: flex;
	margin-top: 35px;
	flex-direction: row;
	justify-content: start;
}

.online-link {
	display: flex;
	align-items: center;
	/* gap: 6px; */
	justify-content: center;
	text-decoration: none;
}

.online-link .online-indicator,
.instagram-link .instagram-indicator {
	transition: background-color 0.4s ease;
}

.online-link:hover .online-indicator,
.instagram-link:hover .instagram-indicator {
    background-color: #ddd;
}

.online-indicator {
	border-radius: 3.97px 0 0 3.97px;
	background: var(--Color-Black, #000);
	align-self: stretch;
	min-height: 105px;
	width: 4px;
	margin: auto 0;
	transition: color 0.3s ease;
}

.instagram-link {
	display: flex;
	margin-top: 20px;
	align-items: center;
	/* gap: 6px; */
	justify-content: center;
	text-decoration: none;
}

.instagram-indicator {
	border-radius: 3.97px 0 0 3.97px;
	background: var(--Color-Black, #000);
	align-self: stretch;
	min-height: 100px;
	width: 4px;
	margin: auto 0;
}

.visually {
	font-size: 0.9em;
	margin-top: -100px;
	margin-right: 6px;
	color: #000;
	text-decoration: none;
}

.visually.mr-top-126 {
	margin-top: -90px;
}

.collection-number-pc {
	display: block;
}

.collection-third-sp,
.collection-9looks-sp,
.collection-number-sp,
.collection-number-sweatshirt-sp,
.collection-number-combination-sp,
.collection-number-tank-sp,
.collection-number-trench-sp,
.collection-number-leopard-sp,
.collection-number-sheer-sp,
.collection-number-layered-sp,
.collection-number-tweed-sp {
	display: none;
}

.logo-menu-third {
	margin: 0;
	width: 1.2em;
	margin-right: 5px;
}

.hidden-image {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 1.5s ease, transform 1.5s ease;
}

.hidden-image.visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 991px) {
	.fixed-menu {
		top: 180px;
	}

	.logo-menu-third {
		width: 1.1em;
        margin-right: 5px;
	}

	.social-links {
		margin-top: 20px;
		/*margin-right: 2px;*/
	}

	.mr-top-126 {
		margin-top: -126px;
	}

	.online-indicator, .instagram-indicator {
		width: 3px;
	}

	.background-spring-pc {
		display: none;
	}

	.background-spring-sp {
		display: block;
		position: absolute;
		inset: 0;
		height: auto !important;
		width: 100%;
		object-fit: cover;
	}

	.w-450 {
		width: 50%;
	}

	.trench-content-wrapper,
	.sheer-content-wrapper,
	.layered-content-wrapper,
	.tweed-content-wrapper {
		transform: none;
	}

	.collection-number-pc {
		display: none;
	}

	.collection-third-sp,
	.collection-9looks-sp,
	.collection-number-sp,
	.collection-number-sweatshirt-sp,
	.collection-number-combination-sp,
	.collection-number-tank-sp,
	.collection-number-trench-sp,
	.collection-number-leopard-sp,
	.collection-number-sheer-sp,
	.collection-number-layered-sp,
	.collection-number-tweed-sp {
		display: block;
	}

	.collection-third-sp {
		width: 60%;
		margin-left: 29%;
		margin-bottom: 20%;
	}

	.collection-9looks-sp {
		width: 33%;
		margin-left: 55%;
		margin-bottom: 9%;
	}

	.collection-number-sp {
		width: 160px;
		margin-left: 47%;
	}

	.content-wrapper {
		top: -41px;
		margin-bottom: 0;
		width: 100%;
	}

	.content-container {
		margin-left: 170px;
		margin-top: -40px;
	}

	.arrow {
		width: 40px;
		height: 22px;
	}

	.collection-number-sweatshirt-sp {
		padding-left: 0;
		padding-top: 150px;
		width: 150px !important;
	}

	.sweatshirt-content-container {
		padding-left: 25px;
		padding-top: 7%;
		margin-top: 0;
		margin-left: 0;
	}

	.sweatshirt-arrow-next {
		width: 19px;
		height: 36px;
	}

	.sweatshirt-arrow-next-container {
		top: 46%;
		right: 13px;
	}

	.price-container {
		font: 400 12px/1.6 Inter, sans-serif;
	}

	.collection-number-combination-sp {
		max-width: 146px;
		padding-top: 85px;
	}

	.combination-content-wrapper {
        width: 180px;
        top: 0;
        left: auto;
        margin-bottom: 0;
        align-self: unset;
        height: -webkit-fill-available;
	}

	.combination-content-container {
		margin-top: 2%;
		margin-left: 1%;
		width: 160px;
	}

	.collection-number-tank-sp {
		width: 90px !important;
		margin-left: -80px;
		padding-top: 100px;
	}

	.tank-content-wrapper {
		width: 100%;
	}

	.tank-content-container {
		margin-top: 0;
		padding-left: 5px;
		padding-top: 5%;
		margin-right: 0;
		width: 180px;
	}

	.tank-arrow-next-container {
		right: 5%;
		top: 45%;
	}

	.collection-number-trench-sp {
		width: 101px;
		align-self: end;
		margin-right: 15%;
	}

	.trench-content-container {
		margin-right: -19px;
		align-self: end;
		margin-top: 5%;
		max-width: 140px;
	}

	.leop-content-wrapper {
		transform: none;
        left: 0;
        height: auto;
        max-width: 159px;
        top: 0;
        padding-left: 20px;
	}

	.collection-number-leopard-sp {
		width: 103px;
	}

	.leop-content-container {
		margin-top: 5%;
		margin-right: 0;
		padding-right: 35px;
	}

	.collection-number-sheer-sp{
		width: 128px;
        align-self: end;
        margin-right: 65px;
        margin-top: 20%;
	}

	.sheer-content-container {
        margin-right: 25px;
        align-self: end;
        margin-top: 2%;
        width: 150px;
	}

	.collection-number-layered-sp {
		width: 160px;
		margin-left: -20%;
		margin-top: -5%;
	}

	.layered-content-container {
		max-width: 150px;
		margin-top: -2%;
		margin-right: 0;
	}

	.layered-content-wrapper {
		left: 14%;
		top: 15%;
	}

	.collection-number-tweed-sp {
        padding-top: 60px;
        padding-right: 30px;
	}

	.tweed-content-container {
		margin-right: 0;
        margin-top: 0;
        padding-right: 95px;
		margin-left: 0;
	}

	.tweed-arrow-next-container {
		top: 47%;
		right: 15px;
		z-index: 10;
	}

	.social-icon {
		width: 24px;
	}

	.online-indicator {
		min-height: 97px;
	}

	.instagram-indicator {
		min-height: 90px;
	}

	.instagram-link {
		margin-top: 20px;
	}

	.visually {
        font-size: 0.9em;
        margin-top: -90px;
        margin-right: 5px;
	}
	.visually.mr-top-126 {
		margin-top: -80px;
	}

	.sweatshirt-content-wrapper {
		max-width: 200px;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		transform: none;
	}
}
@media (max-width: 359px) {
	.collection-number-sweatshirt-sp {
		width: auto !important;
		margin-left: 0;
		padding-top: 60px;
		padding-left: 0;
	}

	.sweatshirt-content-container {
		margin-left: 0;
		padding-left: 18px;
	}

	.combination-content-wrapper {
		left: 0;
	}

	.collection-number-tank-sp {
		max-width: 85px !important;
		padding-top: 20;
		padding-right: 10px;
	}

	.tank-content-container {
		margin-top: 0;
		margin-right: 25px;
		width: 150px;
	}

	.sheer-content-container {
		margin-right: 0;
	}

	.layered-content-wrapper {
		left: 12%;
		top: 10%;
	}

	.collection-number-tweed-sp {
		max-width: 115px;
        padding-right: 0;
        padding-top: 60px;
	}

	.tweed-content-container {
		padding-right: 25px;
	}

	.sweatshirt-arrow-next-container {
		right: 10px;
	}

	.modal-item button {
		max-width: 90px;
		height: 30px;
	}

	.collection-number-combination-sp {
        padding-left: 33px;
		padding-top: 40px;
	}

	.combination-content-container {
		margin-top: 5px;
		margin-left: 35px;
		width: 140px;
	}

	.fixed-menu {
		top: 10%;
	}

	.price-container {
		font: 400 10px/1.6 Inter, sans-serif;
	}

	.collection-number-trench-sp {
		margin-right: 45px;
	}

	.trench-content-container {
		margin-right: 10px;
	}

	.leop-content-container {
		padding-right: 45px;
	}

	.collection-number-sheer-sp {
		margin-right: 32px;
	}

	.collection-number-layered-sp {
		width: 130px;
		margin-top: 40px;
	}

	.layered-content-container {
		max-width: 130px;
	}
}

@media only screen and (min-width: 360px) and (max-width: 376px) {
	.collection-number-sweatshirt-sp {
		width: auto !important;
		margin-left: 0;
		padding-top: 120px;
		padding-left: 18px;
	}

	.sweatshirt-content-container {
		margin-left: 0;
		padding-left: 30px;
	}

	.collection-number-tank-sp {
		max-width: 90px !important;
        margin-left: -60px;
        padding-top: 60px;
	}

	.collection-number-sheer-sp {
		width: 128px;
		margin-right: 45px;
		margin-top: 0;
	}

	.sheer-content-container {
		margin-right: 25px;
		width: 120px;
	}

	.layered-content-wrapper {
		left: 12%;
		top: 10%;
	}

	.collection-number-tweed-sp {
		max-width: 140px;
		padding-right: 0;
		padding-top: 60px;
	}

	.tweed-content-container {
		margin-left: -50px;
		padding-right: 0;
	}

	.sweatshirt-arrow-next-container {
		right: 15px;
	}

	.modal-item button {
		max-width: 90px;
		height: 30px;
	}

	.tweed-content-wrapper {
		left: 45%;
	}

	.tank-content-container {
		padding-left: 0;
		margin-right: 0;
		width: 170px;
	}

	.collection-number-combination-sp {
		padding-top: 75px;
		padding-left: 15px;
	}

	.combination-content-container {
		margin-left: 10px;
	}

	.content-wrapper {
		top: -40px;
	}

	.content-container {
		margin-left: 195px;
		width: 130px;
	}

	.price-container {
		font: 400 10px/1.6 Inter, sans-serif;
	}

	.collection-number-sp {
		width: 150px;
	}

	.collection-number-trench-sp {
		margin-right: 33px;
	}

	.trench-content-container {
		margin-right: 0;
	}

	.leop-content-container {
		padding-right: 50px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1280px) {
	.combination-content-container {
		margin-left: 80px;
	}

	.sweatshirt-content-wrapper {
		top: 48%;
	}

	.leop-content-wrapper {
		top: 25%;
		left: 27%;
	}

	.w-350 {
		width: 350px;
		margin-top: 70px;
	}

	.w-450 {
		width: 450px;
	}

	.w-600 {
		width: 600px !important;
	}

	.sheer-content-container {
		width: auto;
		margin-right: 180px;
	}

	.layered-content-wrapper{
		top: 35%;
		left: 33%;
	}

	/* .tweed-content-wrapper {
		left: 20%;
	} */

	.w-400 {
		width: 400px;
	}

	.sweatshirt-arrow-next-container,
	.tank-arrow-next-container,
	.tweed-arrow-next-container {
		top: 46%;
	}
}
@media only screen and (min-width: 380px) and (max-width: 395px) {
	.collection-number-tank-sp {
		width: 110px !important;
        margin-left: -55px;
        padding-top: 45px;
	}

	.collection-number-tweed-sp {
		padding-top: 50px;
        width: 180px !important;
	}

	.tweed-content-container {
		padding-right: 75px;
	}
}
