@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Nunito&text=0123456789");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
h2, h3, .font-bold {
  font-weight: normal;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [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 {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  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-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000;
  background-color: #fff;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
@media (max-width: 1080px) {
  body {
    min-width: inherit;
    font-size: 11px;
  }
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 2em;
}
p:last-child {
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  border-top: 1px solid black;
}

address {
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol:last-child,
ul:last-child,
dl:last-child {
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  list-style: none;
  margin-bottom: 0;
}

dt {
  font-weight: normal;
}

dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1em;
}

a {
  color: #286ecd;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

em {
  font-style: normal;
}

figure {
  margin: 0 0 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: #fff;
}

caption {
  display: none;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  -webkit-appearance: none;
  background: none;
  border-width: 0;
}

button:focus {
  outline: 0;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type=text], input[type=search] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  color: #333;
  padding: 10px;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: not-allowed;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

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

[hidden] {
  display: none !important;
}


/* LOOKBOOK 2024 HEADER */
.header-global {
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: -70px;
    transition: all 0.5s linear;
    z-index: 1000;
}
.header-global.active {
    top: 0;
    transition: all 0.5s linear;
}
.header-global .inner-col {
    position: relative;
    height: 100%;
}
.header-global .col-common {
    display: flex;
    position: relative;
    align-items: center;
    align-self: center;
    align-content: center;
    height: 100%;
}
@media (max-width: 1080px) {
    .header-global .col-common {
      padding: 15px 5%;
      min-height: 48px;
    }
}
.header-global .col-common .item:nth-child(2) {
    width: calc(100% - 193px);
    position: absolute;
    right: 0;
}
@media (max-width: 1080px) {
    .header-global .col-common .item:nth-child(2) {
      width: 100%;
      visibility: hidden;
      opacity: 0;
      transition: all 0.5s;
    }
}
@media (max-width: 1080px) {
    .header-global .col-common .item:nth-child(2).active {
      visibility: visible;
      opacity: 1;
      width: 100vw;
      height: 100svh;
      position: fixed;
      background-color: #fff;
      top: 0;
      z-index: 300;
      transition: all 0.5s;
    }
}
.header-global .col-common .item .logo {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
}
.header-global .col-common .item .logo img {
    width: 100%;
    max-width: 260px;
    margin-right: 20px;
    vertical-align: text-top;
}
.header-global .col-common span {
    font-family: "Oswald", serif;
    font-size: 0.6rem;
    font-weight: 400;
    width: 100%;
    margin-left: 10px;
}
.header-global .col-common .item .nav-common {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    align-self: center;
}
@media (max-width: 1080px) {
    .header-global .col-common .item .nav-common {
      display: block;
    }
}
.header-global .button-hamburger {
    display: none;
}
@media (max-width: 1080px) {
    .header-global .button-hamburger {
      width: 36px;
      height: 18px;
      padding: 0;
      margin: 0;
      display: block;
      position: absolute;
      right: 4%;
      top: 16px;
      z-index: 100;
      cursor: pointer;
    }
}
.header-global .button-hamburger span {
    width: 100%;
    height: 0.1rem;
    background-color: #000;
    display: block;
    position: absolute;
    transition: all 0.2s linear;
}
.header-global .button-hamburger span:nth-of-type(1) {
    top: 0;
    left: 0;
}
.header-global .button-hamburger span:nth-of-type(2) {
    bottom: 0; 
    left: 0;
}
.header-global .button-hamburger.close {
    position: fixed;
    z-index: 400;
    top: 24px;
}
.header-global .button-hamburger.close span:nth-of-type(1) {
    transform: translateY(0) rotate(45deg);
}
.header-global .button-hamburger.close span:nth-of-type(2) {
    transform: translateY(0) rotate(-45deg);
    bottom: 1.1rem;
}
@media (min-width: 768px) {
  .header-global {
    display: none;
  }
}
@media (max-width: 1080px) {
  .header-global {
    display: block;
  }
}
.nav-common {
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-self: center;
  align-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}
header .nav-common .subtitle {
  margin: 0 0 10px;
  padding: 0 ;
  font-family: "Oswald", serif;
  font-size: 12px;
  font-weight: 400;
}
header .nav-common .logo {
  width: 60%;
  max-width: 200px;
  margin: 0 auto 20px;
  padding: 0;
}
header .nav-common .tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px 0 0;
  padding: 0 0 25px;
  border-bottom: 1px solid #000;
  font-family: "Oswald", serif;
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  header .nav-common .tabs {
    font-size: 1.35rem;
  }
}
header .nav-common .tabs .tab {
  width: 100%;
  margin: 8px 0;
}
header .nav-common .tabs .tab a {
  display: block;
  color: #000;
}
header .nav-common .buttons {
  margin-top: 35px;
}
header .nav-common .buttons a {
  display: block;
  margin: 10px 0;
}


header .nav-common .button-common.c__020 {
  width: 100%;
  background-color: #000;
  color: #FFFFFF;
  display: block;
  padding: 18px 0;
  position: relative;
  transition: all 0.5s;
}
header .nav-common .button-common.c__020:hover {
  transition: all 0.5s;
  opacity: .5;
}
header .nav-common .button-common.c__020.v2 {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  color: #000000;
}
header .nav-common .button-common.c__020.v2:hover {
  transition: all 0.5s;
  background-color: #DCDCDC;
}
header .nav-common .button-common.c__020.v2 .t1::after {
  background: url(../images/img_arrow_0003.png) no-repeat 0 0;
  background-size: 100%;
}
header .nav-common .button-common.c__020 .t1 {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Oswald", serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  letter-spacing: 0.02rem;
}
header .nav-common .button-common.c__020:not(.v2) .t1 {
  color: #fff;
}
header .nav-common .button-common.c__020 .t1::after {
  content: "";
  display: inline-block;
  background: url(../images/img_arrow_0002.png) no-repeat 0 0;
  background-size: 100%;
  width: 8px;
  height: 16px;
  margin-left: 0.3rem;
  position: relative;
  top: 2px;
  left: 8px;
}
header .nav-common .button-common.c__020 .t2 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05rem;
  font-family:"Noto Sans JP", "Hiragino Kaku Gothic ProN", YuMincho, "YuMincho", "Hiragino Sans", Meiryo, Arial, Helvetica;
}
header .nav-common .button-common.c__020:not(.v2) .t2 {
  color: #fff;
}

header .nav-common .text-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  align-content: center;
  font-family: "Syne", "Noto Sans JP", "Hiragino Kaku Gothic ProN", YuMincho, "YuMincho", "Hiragino Sans", Meiryo, Arial, Helvetica;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
}
header .nav-common .text-link a {
  display: block;
  color: #000;
  margin: 0 2rem;
}
header .nav-common .text-link a.login::before {
  content: "";
  display: inline-block;
  background: url(../images/icon_login_2.png) top center no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px;
  margin-right: 6px;
}
header .nav-common .text-link a.cart::before {
  content: "";
  display: inline-block;
  background: url(../images/icon_cart_2.png) top center no-repeat;
  background-size: auto;
  background-size: 100%;
  width: 12px;
  height: 12px;
  margin-right: 6px;
}
