@charset "UTF-8";

:root {
  --ink: #111;
  --muted: #333;
  --cream: #fbf7ef;
  --dark: #303030;
  --line: #777;
  --accent: #ff32d2;
  --content: 1200px;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --sans: Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
main{margin: 0; color: var(--ink); background: #fff;font-family: var(--serif);}
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p, figure, ul { margin-top: 0; }
.global-header, .global-footer { font-family: var(--sans); }
.global-header { position: relative; z-index: 30; color: #111; background: #fff; border-bottom: 1px solid #ddd; }
.header-utility { min-height: 30px; border-bottom: 1px solid #eee; }
.header-utility nav { display: flex; align-items: center; justify-content: flex-end; gap: 24px; width: min(calc(100% - 48px), 1440px); min-height: 30px; margin-inline: auto; font-size: 10px; }
.header-main { display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 34px; width: min(calc(100% - 48px), 1440px); min-height: 72px; margin-inline: auto; }
.header-logo { display: block; width: 106px; line-height: 0; }
.header-logo img { width: 100%; height: auto; }
.header-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.2vw, 38px); font-size: 12px; white-space: nowrap; }
.header-nav a, .header-utility a, .footer-nav a, .footer-legal a { transition: opacity 180ms ease; }
.header-nav a:hover, .header-utility a:hover, .footer-nav a:hover, .footer-legal a:hover { opacity: .58; }
.header-store { display: flex; align-items: center; justify-content: center; min-width: 144px; min-height: 38px; padding: 0 18px; color: #fff; background: #111; font-size: 11px; letter-spacing: .08em; }
.menu-toggle, .mobile-menu { display: none; }

.global-footer { color: #fff; background: #181818; }
.footer-inner { width: min(calc(100% - 48px), 1200px); margin-inline: auto; padding: 72px 0 30px; }
.footer-logo { display: block; width: 116px; margin-bottom: 44px; line-height: 0; }
.footer-logo img { filter: invert(1); }
.footer-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px 40px; padding-bottom: 48px; border-bottom: 1px solid #444; font-size: 12px; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 18px 32px; padding: 28px 0 20px; color: #bbb; font-size: 10px; }
.copyright { margin: 0; color: #888; font-size: 10px; letter-spacing: .04em; }
.traveler-lp { overflow: hidden; }
.content-width { width: min(calc(100% - 80px), var(--content)); margin-inline: auto; }
.narrow { width: min(calc(100% - 48px), 720px); margin-inline: auto; }
.common-width { width: min(calc(100% - 48px), 680px); margin-inline: auto; }
.center { text-align: center; }
.section-cream { background: var(--cream); }

.hero { margin: 0; line-height: 0; }
.hero img { width: 100%; }

.brand-intro { padding: 46px 24px 52px; }
.brand-intro h2 { margin-bottom: 30px; font-size: 21px; font-weight: 500; letter-spacing: .08em; }
.brand-intro p { margin-bottom: 36px; font-size: 15px; letter-spacing: .09em; line-height: 2; }
.outline-button, .solid-button {
  display: flex; align-items: center; justify-content: center; width: min(100%, 560px); min-height: 52px;
  margin-inline: auto; border: 1px solid var(--ink); font-size: 14px; letter-spacing: .08em;
}
.solid-button { color: #fff; background: #050505; border-color: #050505; }

.member-cta {
  position: fixed; z-index: 20; left: 50%; bottom: 22px; transform: translateX(-50%);
  width: min(560px, calc(100% - 40px)); padding: 14px 24px; color: #fff; background: #050505;
  text-align: center; font-size: 13px; letter-spacing: .06em; box-shadow: 0 5px 16px rgba(0,0,0,.2);
}

.section-space { padding: 130px 0 110px; }
.intro-copy { width: min(100%, 990px); margin: 0 auto 70px; }
.intro-copy h2 { margin-bottom: 34px; text-align: center; font-size: 20px; font-weight: 500; letter-spacing: .12em; line-height: 2; }
.intro-copy p, .intro-grid p, .product p, .traveler-order p { font-size: 16px; letter-spacing: .07em; line-height: 2; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.intro-grid article h3 { margin-bottom: 20px; font-size: 18px; font-weight: 600; letter-spacing: .08em; }
.intro-grid article img { aspect-ratio: 1.47; object-fit: cover; }
.intro-grid article:first-child img { object-position: center; }
.compare-label { display: grid; grid-template-columns: 1fr 1fr; margin: 12px 0 26px; font-size: 13px; }
.compare-label span:last-child { text-align: right; }
.intro-grid p { margin-top: 22px; }

.product { padding: 0 0 92px; }
.section-rule { border-top: 1px solid var(--line); }
.product-heading { padding: 72px 20px 80px; }
.product-heading img { margin-inline: auto; object-fit: contain; }
.title-no { width: auto; height: 14px; margin-bottom: 40px; }
.title-main-jersey { width: 304px; }
.title-main-pants { width: 210px; }
.product-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.product-primary { padding-top: 8px; }
.product-lead { margin-bottom: 35px; }
.product-lead p { margin-bottom: 15px; font-size: 18px; line-height: 1.8; }
.product-lead h2, .pants-lead h2 { margin-bottom: 0; font-size: 36px; font-weight: 500; letter-spacing: .12em; }
.portrait { margin-bottom: 28px; }
.product-features { display: grid; gap: 48px; }
.feature-title { width: auto; height: 12px; margin: 0 0 18px; object-fit: contain; }
.feature-title-wide { height: 11px; }
.product-features article > p, .pants-features article > p { margin: 15px 0 0; font-size: 18px; font-weight: 600; line-height: 1.8; }

.product-links { margin: 0; padding: 0; list-style: none; font-family: var(--sans); }
.product-links li { display: grid; grid-template-columns: 1fr 170px; align-items: center; gap: 20px; margin-top: 20px; font-size: 14px; }
.view-button { display: inline-flex; align-items: center; justify-content: center; min-height: 28px; color: #fff; background: #050505; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.view-button.light { color: #111; background: #fff; }

.other-block { padding-top: 70px; text-align: center; }
.other-block > h3 { margin-bottom: 34px; font-size: 15px; font-weight: 500; letter-spacing: .15em; }
.carousel { --per-view: 3; --gap: 20px; }
.carousel-viewport { overflow: hidden; }
.carousel-track { display: flex; gap: var(--gap); will-change: transform; }
.carousel-track > img, .carousel-track > figure { flex: 0 0 calc((100% - (var(--gap) * (var(--per-view) - 1))) / var(--per-view)); margin: 0; }
.carousel-track > img { aspect-ratio: 1; object-fit: cover; }
.carousel-nav { display: flex; align-items: center; justify-content: center; gap: 24px; margin: 22px 0 30px; font-family: var(--sans); font-size: 13px; }
.carousel-nav button { width: 28px; height: 28px; padding: 0; border: 0; color: var(--ink); background: transparent; font: 28px/1 var(--serif); cursor: pointer; }
.other-block .solid-button { width: min(560px, calc(100% - 48px)); }

.pants-lead { padding-bottom: 55px; }
.pants-lead p { margin-bottom: 20px; font-size: 20px; line-height: 1.8; }
.pants-styles, .pants-features { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.pants-styles article > img { aspect-ratio: .72; object-fit: cover; }
.pants-styles h3 { margin: 22px 0 14px; font-size: 18px; font-weight: 600; line-height: 1.8; }
.pants-styles article > p { font-size: 16px; }
.pants-features { margin-top: 64px; }
.pants-features article > img:not(.feature-title) { aspect-ratio: 1.5; object-fit: cover; }
.pants-features .product-links { margin-top: 24px; }

.traveler-order { padding: 98px 0 90px; color: #fff; background: var(--dark); text-align: center; }
.order-inner { width: min(calc(100% - 48px), 610px); margin-inline: auto; }
.traveler-order h2 { margin-bottom: 74px; font-size: 29px; font-weight: 400; letter-spacing: .16em; line-height: 1.7; }
.order-main { margin-bottom: 28px; }
.traveler-order .order-inner > p:not(.order-price) { text-align: left; }
.traveler-order .order-price { margin: 30px 0 70px; font-size: 20px; font-weight: 600; }
.order-price span, .common-price span { display: inline-block; width: 1px; height: 28px; margin: 0 32px; background: currentColor; vertical-align: middle; }
.traveler-order h3 { margin-bottom: 40px; font-size: 18px; font-weight: 400; letter-spacing: .15em; }
.fabric-carousel { --per-view: 4; width: calc(100% + 80px); margin-left: -40px; }
.fabric-carousel .carousel-track > figure img { aspect-ratio: 1; object-fit: cover; }
.fabric-carousel figcaption { display: grid; grid-template-columns: 1fr 135px; align-items: center; gap: 14px; margin-top: 14px; text-align: left; font-family: var(--sans); font-size: 12px; }
.light-nav button, .light-nav { color: #fff; }
.light-button { width: min(560px, calc(100% - 48px)); color: #111; background: #fff; border-color: #fff; }

.mobile-common { display: none; }
.footer-feature { padding: 90px 0; border-bottom: 1px solid #bbb; text-align: center; }
.footer-feature h2 { margin-bottom: 30px; font-size: 22px; font-weight: 500; letter-spacing: .08em; }
.footer-feature img { margin-bottom: 32px; }
.shop-feature { border-bottom: 0; padding-bottom: 150px; }

@media (min-width: 768px) {
  .hero img { min-height: 390px; object-fit: cover; }
  .other-block .carousel { width: calc(100% + 80px); margin-left: -40px; }
  .footer-feature img { max-height: 520px; object-fit: cover; }
}

@media (max-width: 767px) {
  body.menu-open { overflow: hidden; }
  .header-utility, .header-nav, .header-store { display: none; }
  .header-main { grid-template-columns: 1fr auto; width: calc(100% - 36px); min-height: 62px; }
  .header-logo { width: 82px; }
  .menu-toggle { display: grid; align-content: center; gap: 5px; width: 42px; height: 42px; padding: 8px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { display: block; width: 24px; height: 1px; background: #111; transition: transform 220ms ease, opacity 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 29; inset: 62px 0 0; display: flex; flex-direction: column; padding: 16px 24px 40px; background: #fff; overflow-y: auto; transform: translateX(100%); visibility: hidden; transition: transform 280ms ease, visibility 280ms; }
  .menu-open .mobile-menu { transform: translateX(0); visibility: visible; }
  .mobile-menu a { display: flex; align-items: center; min-height: 54px; border-bottom: 1px solid #ddd; font-size: 14px; }
  .mobile-menu .mobile-store { justify-content: center; margin-top: 24px; color: #fff; background: #111; border-bottom: 0; letter-spacing: .08em; }

  .footer-inner { width: calc(100% - 48px); padding-top: 56px; }
  .footer-logo { width: 104px; margin-bottom: 36px; }
  .footer-nav { grid-template-columns: 1fr 1fr; gap: 0 24px; padding-bottom: 30px; }
  .footer-nav a { display: flex; align-items: center; min-height: 44px; border-bottom: 1px solid #383838; font-size: 11px; }
  .footer-legal { display: grid; gap: 14px; }

  .content-width { width: calc(100% - 44px); }
  .hero img { aspect-ratio: 9 / 16; object-fit: cover; }
  .brand-intro { padding: 55px 24px 62px; }
  .brand-intro h2 { font-size: 18px; }
  .brand-intro p { font-size: 14px; line-height: 2.1; }
  .outline-button, .solid-button { min-height: 50px; font-size: 14px; }
  .member-cta { display: none; }

  .section-space { padding: 120px 0 80px; }
  .intro-copy { margin-bottom: 72px; }
  .intro-copy h2 { text-align: left; font-size: 18px; line-height: 2.25; }
  .intro-copy p, .intro-grid p, .product p, .traveler-order p { font-size: 16px; line-height: 2.15; }
  .intro-grid { display: block; }
  .intro-grid article + article { margin-top: 62px; }
  .intro-grid article h3 { font-size: 18px; font-weight: 600; }
  .intro-grid article img { aspect-ratio: auto; }
  .compare-label { font-size: 12px; }

  .product { padding-bottom: 80px; }
  .product-heading { padding: 54px 20px 72px; }
  .title-no { height: 13px; margin-bottom: 32px; }
  .title-main-jersey { width: min(304px, 86vw); }
  .title-main-pants { width: min(210px, 62vw); }
  .product-layout { display: flex; flex-direction: column; width: 100%; gap: 0; }
  .product-primary { display: contents; }
  .product-lead { order: 1; width: calc(100% - 44px); margin: 0 auto 32px; }
  .product-lead p { font-size: 18px; }
  .product-lead h2, .pants-lead h2 { font-size: 28px; line-height: 1.55; }
  .product-primary .portrait { order: 2; width: 100%; margin-bottom: 45px; }
  .product-primary > p { order: 3; width: calc(100% - 44px); margin: 0 auto 65px; }
  .product-features { order: 4; width: calc(100% - 44px); margin-inline: auto; gap: 58px; }
  .feature-title { height: 11px; margin-bottom: 18px; }
  .product-links li { grid-template-columns: 1fr 130px; gap: 12px; color: var(--ink); font-size: 14px; }
  .view-button { min-height: 34px; color: #fff; }
  .other-block { display: none; }

  .product-pants .product-heading { padding-bottom: 70px; }
  .pants-lead { width: calc(100% - 44px); margin-inline: auto; padding-bottom: 38px; text-align: left; }
  .pants-lead p { font-size: 18px; }
  .pants-styles, .pants-features { display: block; width: calc(100% - 44px); }
  .pants-styles article + article { margin-top: 55px; }
  .pants-styles article > img { aspect-ratio: auto; }
  .pants-styles h3 { margin-top: 30px; font-size: 18px; }
  .pants-features { margin-top: 75px; }
  .pants-features article + article { margin-top: 55px; }
  .pants-features article > img:not(.feature-title) { aspect-ratio: auto; }

  .traveler-order { padding: 78px 0 60px; }
  .traveler-order h2 { margin-bottom: 60px; font-size: 27px; }
  .order-inner { width: 100%; }
  .order-inner > h2, .order-inner > p, .order-inner > h3 { width: calc(100% - 44px); margin-left: auto; margin-right: auto; }
  .order-main { width: 100%; }
  .traveler-order .order-inner > p:not(.order-price) { width: calc(100% - 44px); margin-top: 38px; }
  .traveler-order .order-price { font-size: 20px; }
  .order-price span { margin-inline: 20px; }
  .fabric-carousel { --per-view: 1; --gap: 20px; width: calc(100% - 44px); margin-left: 22px; }
  .fabric-carousel figcaption { grid-template-columns: 1fr 132px; font-size: 12px; }
  .fabric-carousel .carousel-nav { display: none; }
  .light-button { display: none; }

  .mobile-common { display: block; }
  .crafting { padding: 85px 0 95px; }
  .crafting > h2 { margin-bottom: 54px; text-align: center; font-size: 22px; font-weight: 500; letter-spacing: .08em; }
  .common-cards { display: flex; gap: 24px; width: calc(100% - 40px); margin-left: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .common-cards::-webkit-scrollbar { display: none; }
  .common-cards article { flex: 0 0 calc(100% - 36px); scroll-snap-align: start; }
  .common-cards img { aspect-ratio: 1.55; object-fit: cover; }
  .common-cards h3 { margin: 24px 0 16px; font-size: 18px; font-weight: 500; line-height: 1.7; }
  .common-cards p { min-height: 150px; font-size: 14px; line-height: 2.1; }
  .common-cards .outline-button { margin-top: 30px; }
  .common-order { padding: 78px 0 86px; border-bottom: 1px solid #aaa; }
  .common-order h2, .footer-feature h2 { margin-bottom: 32px; text-align: left; font-size: 19px; font-weight: 500; letter-spacing: .08em; }
  .common-order p { margin-top: 30px; font-size: 15px; line-height: 2; }
  .common-order .common-price { font-size: 20px; white-space: nowrap; }
  .common-price span { margin-inline: 18px; }
  .common-order .outline-button { width: 65%; margin-top: 34px; }

  .footer-feature { padding: 75px 0 82px; }
  .footer-feature img { margin-bottom: 35px; }
  .footer-feature .outline-button { width: 65%; }
  .shop-feature { padding-bottom: 110px; }
}

@media (max-width: 374px) {
  .product-lead h2, .pants-lead h2 { font-size: 25px; }
  .product-links li { grid-template-columns: 1fr 112px; font-size: 14px; }
  .common-order .common-price { font-size: 17px; }
}


.floating {
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	text-align: center;
	position: fixed;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	right: 0;
	width: 100%;
	z-index: 100;
}
.floating a {
	box-shadow: 0 3px 5px rgba(255, 255, 255, 0.3);
	width: 90%;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1.5px;
	background-color: #1a1a1a;
	color: #fff;
	text-align: center;
	padding: 15px 0;
  font-family: "Roboto", "Noto Sans JP", YuGoMedium, YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
@media screen and (min-width: 768px) {
    
	.floating {
		width: 100%;
		justify-content: space-evenly;
	}
	.floating a {
		width: 49%;
		font-size: 16px;
		padding: 20px 0;
	}
}
