@charset "UTF-8";
@import url("https://use.typekit.net/frl8hdr.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
}
body.on {
  height: 100%;
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}

a:hover, a:active, a.active {
  color: #999999;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.sp {
  display: none;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
header {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 777;
  transition: all 0.35s ease-in;
}
header.active > div h1 a, header.on > div h1 a {
  filter: brightness(0);
}
header.active > div nav ul li a, header.on > div nav ul li a {
  color: #000;
}
header.active > div nav ul li a:hover, header.on > div nav ul li a:hover {
  color: #999999;
}
header.active > div .language::before, header.on > div .language::before {
  background-color: #000;
}
header.active > div .language > div:hover span, header.on > div .language > div:hover span {
  color: #999999;
}
header.active > div .language > div span, header.on > div .language > div span {
  color: #000;
}
header.active > div .hum span, header.on > div .hum span {
  background-color: #000;
}
header.active {
  background-color: rgba(255, 255, 255, 0.8);
}
header > div {
  width: 100%;
  padding: 15px 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
header > div h1 {
  width: 80px;
}
header > div h1 a {
  width: 100%;
  height: 30px;
  background-image: url(../images/logo_wht.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 0.5s ease-in;
}
header > div nav {
  margin-left: auto;
}
header > div nav ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 30px;
}
header > div nav ul li a {
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
header > div nav ul li a:hover {
  color: #999999;
}
header > div .language {
  margin-left: 60px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 10px;
}
header > div .language::before {
  content: "";
  width: 1px;
  background-color: #FFF;
  display: block;
  order: 2;
  transition: all 0.25s ease-in 0s;
}
header > div .language > div:nth-child(1) {
  order: 1;
}
header > div .language > div:nth-child(2) {
  order: 3;
}
header > div .language > div.active span {
  text-decoration: line-through;
}
header > div .language > div span {
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
header > div .language > div span:hover {
  color: #999999;
}
header > div .hum {
  width: 30px;
  height: 30px;
  background-color: transparent;
  padding: 0px;
  margin-left: 30px;
  border: none;
  position: relative;
  cursor: pointer;
}
header > div .hum:hover > div span:nth-child(2) {
  width: 100%;
}
header > div .hum:hover > div span:nth-child(3) {
  width: 100%;
}
header > div .hum > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 5px 0;
}
header > div .hum > div span {
  height: 1px;
  background-color: #FFF;
  display: block;
  transition: all 0.25s ease-in 0s;
}
header > div .hum > div span:nth-child(1) {
  width: 100%;
}
header > div .hum > div span:nth-child(2) {
  width: calc(100% - 10px);
}
header > div .hum > div span:nth-child(3) {
  width: calc(100% - 20px);
}

#menu {
  width: 100%;
  height: 100%;
  padding: 120px 0;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  overflow: scroll;
  clip-path: inset(0 0 0 100%);
  transition: all 0.35s ease-in 0s;
  pointer-events: none;
}
#menu.on {
  clip-path: inset(0 0 0 0);
  pointer-events: auto;
}
#menu .close {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  padding: 0px;
  border: none;
  position: fixed;
  top: 15px;
  right: 20px;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
#menu .close:hover {
  opacity: 0.7;
}
#menu .close > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 5px 0;
}
#menu .close > div span {
  height: 1px;
  background-color: #000;
  display: block;
  transition: all 0.25s ease-in 0s;
  position: absolute;
  top: 15px;
  left: 0px;
  transform-origin: center center 0;
}
#menu .close > div span:nth-child(1) {
  width: 100%;
  transform: rotate(45deg);
}
#menu .close > div span:nth-child(2) {
  width: 100%;
  transform: rotate(-45deg);
}
#menu .inner {
  width: 700px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
#menu .inner h2 {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
#menu .inner nav {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px 0;
}
#menu .inner nav ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#menu .inner nav ul:nth-child(1) {
  gap: 10px 0;
}
#menu .inner nav ul:nth-child(1) li a {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
  display: block;
}
#menu .inner nav ul:nth-child(1) li a:hover {
  color: #999999;
}
#menu .inner nav ul:nth-child(2) {
  gap: 12px 0;
}
#menu .inner nav ul:nth-child(2) li a {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
#menu .inner nav ul:nth-child(2) li a:hover {
  color: #999999;
}
#menu .inner nav dl {
  text-align: left;
}
#menu .inner nav dl dt {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 16px;
}
#menu .inner nav dl dd {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-strat;
  align-items: flex-start;
  gap: 0 10px;
}
#menu .inner nav dl dd > div:nth-child(1) a {
  background-image: url(../images/icon_insta.svg);
  width: 24px;
}
#menu .inner nav dl dd > div:nth-child(2) a {
  background-image: url(../images/icon_youtube.svg);
  width: 34px;
}
#menu .inner nav dl dd > div:nth-child(3) a {
  background-image: url(../images/icon_line.svg);
  width: 24px;
}
#menu .inner nav dl dd > div a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  height: 24px;
  transition: all 0.25s ease-in 0s;
}
#menu .inner nav dl dd > div a:hover {
  opacity: 0.7;
}
#menu .inner nav .cp ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 20px;
}
#menu .inner nav .cp ul li a {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
#menu .inner nav .cp ul li a:hover {
  opacity: 0.7;
}

section .jp {
  display: block;
}
section .en {
  display: none;
}
section article {
  width: calc(100% - 180px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
section article:not(:last-child) {
  margin-bottom: 54px;
}
section article p {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 4px;
}
section article p span {
  width: 6px;
  height: 9px;
  background-image: url(../images/pankuzu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
section article p strong {
  font-weight: 400;
}
section article .select-cat {
  min-width: 100px;
  position: relative;
}
section article .select-cat:hover > div::after {
  opacity: 0.5;
}
section article .select-cat:hover > div span {
  color: #999999;
}
section article .select-cat > div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
}
section article .select-cat > div::after {
  content: "";
  width: 9px;
  height: 6px;
  background-image: url(../images/arrow_cat.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 0.25s ease-in 0s;
}
section article .select-cat > div span {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
section article .select-cat > div.catlist {
  width: 100%;
  padding: 24px 0 0 0;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  display: none;
}
section article .select-cat > div.catlist::after {
  content: none;
}
section article .select-cat > div.catlist > ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  background-color: #FFF;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  gap: 8px 0;
}
section article .select-cat > div.catlist > ul li a {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
section article .select-cat > div.catlist > ul li a:hover {
  color: #999999;
}
section .tt {
  text-align: left;
  width: calc(100% - 180px);
}
section .tt:not(:last-child) {
  margin-bottom: 30px;
}
section .tt h3 {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
section#concept {
  padding: 70px 0 200px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
section#concept.on .mainphoto {
  opacity: 1;
}
section#concept.on main {
  opacity: 1;
}
section#concept article:not(:last-child) {
  margin-bottom: 200px;
}
section#concept .mainphoto {
  width: 720px;
  margin: 0 auto 50px auto;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.25s;
}
section#concept main {
  opacity: 0;
  transition: opacity 0.5s ease-in 1s;
}
section#concept main .text {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
section#concept main .text h3 {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 50px;
}
section#concept main .text > div p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
section#concept main .text > div p:not(:last-child) {
  margin-bottom: 24px;
}
section#brandlist {
  padding: 70px 0 200px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
section#brandlist.on .tt {
  opacity: 1;
}
section#brandlist.on main {
  opacity: 1;
}
section#brandlist .tt {
  opacity: 0;
  transition: opacity 0.5s ease-in 0.25s;
}
section#brandlist .tt:not(:last-child) {
  margin-bottom: 80px;
}
section#brandlist main {
  width: calc(100% - 180px);
  opacity: 0;
  transition: opacity 0.5s ease-in 1s;
}
section#brandlist main ul.list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px 30px;
}
section#brandlist main ul.list li {
  text-align: left;
  width: calc((100% - 90px) / 4);
}
section#brandlist main ul.list li span {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
section#error {
  padding: 70px 0 200px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
section#error article:not(:last-child) {
  margin-bottom: 200px;
}
section#error main .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
section#error main .inner dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
section#error main .inner dl dt {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
section#error main .inner dl dd {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
section#error main .inner p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
section#error main .inner p:not(:last-child) {
  margin-bottom: 60px;
}
section#error main .inner .btn {
  width: auto;
  padding: 4px 8px;
  border: solid 1px #000;
  border-radius: 11px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
section#error main .inner .btn:hover {
  border: solid 1px #999999;
}
section#error main .inner .btn:hover a {
  color: #999999;
}
section#error main .inner .btn a {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}

footer {
  width: 100%;
  padding: 50px 0;
  margin: 0 auto;
  border-top: solid 1px #000;
  position: relative;
}
footer .link {
  width: calc(100% - 100px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 150px;
}
footer .link:not(:last-child) {
  margin-bottom: 128px;
}
footer .link dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
footer .link dl dt {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
footer .link dl dd:not(:last-child) {
  margin-bottom: 8px;
}
footer .link dl dd a {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
footer .link dl dd a:hover {
  color: #999999;
}
footer .link .pgtop {
  width: 20px;
  padding: 10px 0;
  margin-left: auto;
  border: solid 1px #000;
  border-radius: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
footer .link .pgtop:hover {
  opacity: 0.7;
}
footer .link .pgtop span {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  writing-mode: vertical-rl;
}
footer .cp {
  width: calc(100% - 100px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
footer .cp ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 20px;
}
footer .cp ul li a {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
footer .cp ul li a:hover {
  opacity: 0.7;
}
footer .cp p {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  img.pc {
    display: none;
  }
  img.sp {
    display: block;
  }

  header.active > div h1 a, header.on > div h1 a {
    filter: brightness(0);
  }
  header.active > div nav ul li a, header.on > div nav ul li a {
    color: #000;
  }
  header.active > div .language::before, header.on > div .language::before {
    background-color: #000;
  }
  header.active > div .language > div a, header.active > div .language > div span, header.on > div .language > div a, header.on > div .language > div span {
    color: #000;
  }
  header.active > div .hum span, header.on > div .hum span {
    background-color: #000;
  }
  header.active {
    background-color: rgba(255, 255, 255, 0.8);
  }
  header > div {
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  header > div h1 {
    width: 80px;
  }
  header > div h1 a {
    width: 100%;
    height: 30px;
    background-image: url(../images/logo_wht.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    transition: all 0.5s ease-in;
  }
  header > div nav {
    margin-left: auto;
    display: none;
  }
  header > div nav ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0 30px;
  }
  header > div nav ul li a {
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  header > div .language {
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0 10px;
  }
  header > div .language::before {
    content: "";
    width: 1px;
    background-color: #FFF;
    display: block;
    order: 2;
    transition: all 0.25s ease-in 0s;
  }
  header > div .language > div:nth-child(1) {
    order: 1;
  }
  header > div .language > div:nth-child(2) {
    order: 3;
  }
  header > div .language > div a {
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: line-through;
    transition: all 0.25s ease-in 0s;
  }
  header > div .language > div span {
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  header > div .hum {
    width: 30px;
    height: 30px;
    background-color: transparent;
    padding: 0px;
    margin-left: 30px;
    border: none;
    position: relative;
    cursor: pointer;
  }
  header > div .hum:hover > div span:nth-child(2) {
    width: 100%;
  }
  header > div .hum:hover > div span:nth-child(3) {
    width: 100%;
  }
  header > div .hum > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 5px 0;
  }
  header > div .hum > div span {
    height: 1px;
    background-color: #FFF;
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  header > div .hum > div span:nth-child(1) {
    width: 100%;
  }
  header > div .hum > div span:nth-child(2) {
    width: calc(100% - 10px);
  }
  header > div .hum > div span:nth-child(3) {
    width: calc(100% - 20px);
  }

  #menu {
    padding: 80px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #menu .close {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
  }
  #menu .close:hover {
    opacity: 1;
  }
  #menu .close > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 5px 0;
  }
  #menu .close > div span {
    height: 1px;
    background-color: #000;
    display: block;
    transition: all 0.25s ease-in 0s;
    position: absolute;
    top: 15px;
    left: 0px;
    transform-origin: center center 0;
  }
  #menu .close > div span:nth-child(1) {
    width: 100%;
    transform: rotate(45deg);
  }
  #menu .close > div span:nth-child(2) {
    width: 100%;
    transform: rotate(-45deg);
  }
  #menu .inner {
    width: calc(100% - 80px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #menu .inner h2 {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 48px;
  }
  #menu .inner nav {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px 0;
  }
  #menu .inner nav ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #menu .inner nav ul:nth-child(1) li a {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  #menu .inner nav ul:nth-child(1) li a:hover {
    color: #000;
  }
  #menu .inner nav ul:nth-child(2) {
    gap: 12px 0;
  }
  #menu .inner nav ul:nth-child(2) li a {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  #menu .inner nav ul:nth-child(2) li a:hover {
    color: #000;
  }
  #menu .inner nav dl {
    text-align: left;
  }
  #menu .inner nav dl dt {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 16px;
  }
  #menu .inner nav dl dd {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-strat;
    align-items: flex-start;
    gap: 0 10px;
  }
  #menu .inner nav .cp ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 10px;
    margin-bottom: 50px;
  }
  #menu .inner nav .cp ul li a {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  #menu .inner nav .cp ul li a:hover {
    opacity: 1;
  }

  section article {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  section article:not(:last-child) {
    margin-bottom: 20px;
  }
  section article p {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
    width: calc(100% - 120px);
    gap: 0 4px;
    overflow: hidden;
  }
  section article p span {
    width: 6px;
    height: 9px;
    background-image: url(../images/pankuzu.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    flex-shrink: 0;
  }
  section article p strong {
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  section article .select-cat {
    min-width: auto;
    flex-shrink: 0;
  }
  section article .select-cat > div {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 4px;
  }
  section article .select-cat > div::after {
    content: "";
    width: 9px;
    height: 6px;
    background-image: url(../images/arrow_cat.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  section article .select-cat > div.catlist {
    width: auto;
  }
  section article .select-cat > div.catlist > ul {
    padding: 8px;
  }
  section article .select-cat > div.catlist > ul li a {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  section article .select-cat > div.catlist > ul li a:hover {
    color: #000;
  }
  section article .select-cat > div span {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  section .tt {
    width: calc(100% - 40px);
  }
  section .tt:not(:last-child) {
    margin-bottom: 15px;
  }
  section .tt h3 {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  section#concept {
    padding: 70px 0 50px 0;
  }
  section#concept article:not(:last-child) {
    margin-bottom: 80px;
  }
  section#concept .mainphoto {
    width: 100%;
    margin: 0 auto 30px auto;
  }
  section#concept main {
    width: calc(100% - 40px);
  }
  section#concept main .text {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  section#concept main .text h3 {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 30px;
  }
  section#concept main .text > div p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: left;
  }
  section#concept main .text > div p:not(:last-child) {
    margin-bottom: 12px;
  }
  section#concept main .text > div p br {
    display: none;
  }
  section#brandlist {
    padding: 70px 0 50px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  section#brandlist .tt:not(:last-child) {
    margin-bottom: 50px;
  }
  section#brandlist main {
    width: calc(100% - 40px);
  }
  section#brandlist main ul.list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px 30px;
  }
  section#brandlist main ul.list li {
    text-align: left;
    width: calc((100% - 30px) / 2);
  }
  section#brandlist main ul.list li span {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  section#error {
    padding: 70px 0 80px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  section#error article:not(:last-child) {
    margin-bottom: 80px;
  }
  section#error main .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  section#error main .inner dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }
  section#error main .inner dl dt {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 16px;
  }
  section#error main .inner dl dd {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  section#error main .inner p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  section#error main .inner p:not(:last-child) {
    margin-bottom: 50px;
  }
  section#error main .inner .btn {
    width: auto;
    padding: 4px 8px;
    border: solid 1px #000;
    border-radius: 11px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.25s ease-in 0s;
  }
  section#error main .inner .btn:hover {
    border: solid 1px #999999;
  }
  section#error main .inner .btn:hover a {
    color: #999999;
  }
  section#error main .inner .btn a {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }

  footer {
    padding: 30px 0 60px 0;
  }
  footer .link {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 150px;
  }
  footer .link:not(:last-child) {
    margin-bottom: 50px;
  }
  footer .link dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  footer .link dl:not(:nth-last-child(2)) {
    margin-bottom: 40px;
  }
  footer .link dl dt {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  footer .link dl dd:not(:last-child) {
    margin-bottom: 8px;
  }
  footer .link dl dd a {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .link dl dd a:hover {
    color: #999999;
  }
  footer .link .pgtop {
    width: 20px;
    padding: 10px 0;
    margin-left: auto;
    border: solid 1px #000;
    border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.25s ease-in 0s;
    position: absolute;
    bottom: 60px;
    right: 10px;
  }
  footer .link .pgtop:hover {
    opacity: 1;
  }
  footer .link .pgtop span {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    writing-mode: vertical-rl;
  }
  footer .cp {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .cp ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 10px;
    margin-bottom: 50px;
  }
  footer .cp ul li a {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .cp ul li a:hover {
    opacity: 1;
  }
  footer .cp p {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
}

/*# sourceMappingURL=style.css.map */
