@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz@14..32&display=swap");
* {
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ',Meiryo,sans-serif; }

@media only screen and (max-width: 767px) {
  body {
    margin-top: 14vw; } }
body .header {
  margin-bottom: 100px; }

@media only screen and (max-width: 767px) {
  body.home,
  body.single-brand {
    margin-top: 0; } }
body.home .header,
body.single-brand .header {
  margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    body.home .header__logo,
    body.single-brand .header__logo {
      width: 20vw; } }

.header {
  position: static;
  background-color: #231815;
  height: 100px;
  padding: 22px 60px;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .header {
      position: absolute;
      background-color: transparent;
      height: auto;
      padding: 6.6vw 6.6vw 0; } }
  .header__logo {
    width: 104px; }
    @media only screen and (max-width: 767px) {
      .header__logo {
        width: 12vw; } }
  .header__nav {
    width: calc(100% - 104px);
    justify-content: flex-end; }
    .header__nav .ele {
      font-family: "Inter",sans-serif;
      font-weight: 400;
      margin-right: 38px;
      font-size: 15px;
      color: #fff; }
    .header__nav__close {
      position: absolute;
      top: 25px;
      right: 0;
      z-index: 1; }
    .header__nav__search {
      width: 22px;
      margin-right: 34px; }
      @media only screen and (max-width: 767px) {
        .header__nav__search {
          display: none; } }
    .header__nav__store {
      width: 120px;
      color: #231815;
      background-color: #fff;
      font-size: 15px;
      height: auto;
      line-height: 1;
      padding: 5px 0;
      border-radius: 0;
      font-family: "Inter",sans-serif; }
      @media only screen and (max-width: 767px) {
        .header__nav__store {
          display: none; } }
      .header__nav__store:hover {
        letter-spacing: 0; }
  .header__menu {
    width: 10vw;
    top: 6.6vw;
    right: 6.6vw; }

.mainVisualSection {
  height: calc(100vh - 100px);
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .mainVisualSection {
      height: 100vh; } }
  .mainVisualSection .slick-dots {
    bottom: 58px;
    left: 50%;
    transform: translateX(-50%);
    width: auto; }
    .mainVisualSection .slick-dots li {
      width: 15px;
      height: 15px;
      margin-right: 25px; }
      @media only screen and (max-width: 767px) {
        .mainVisualSection .slick-dots li {
          width: 2.5vw;
          height: 2.5vw;
          margin-right: 6vw; } }
      .mainVisualSection .slick-dots li.slick-active button::before {
        background-color: #fff; }
      .mainVisualSection .slick-dots li button::before {
        width: 15px;
        height: 15px;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 50%; }
        @media only screen and (max-width: 767px) {
          .mainVisualSection .slick-dots li button::before {
            width: 2.5vw;
            height: 2.5vw; } }
  .mainVisualSection__ele {
    height: 100%; }
    .mainVisualSection__ele__inner {
      display: block;
      width: 100vw;
      height: calc(100vh - 100px);
      background-size: cover;
      background-position: center; }
      @media only screen and (max-width: 767px) {
        .mainVisualSection__ele__inner {
          height: 100vh; } }

.topAboutSection {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 86%;
  max-width: 1566px;
  margin: 95px auto; }
  @media only screen and (max-width: 767px) {
    .topAboutSection {
      margin: 10vw auto;
      flex-direction: column; } }
  .topAboutSection .top_block {
    width: 420px;
    margin-right: 136px;
    border-top: 5px solid #040000;
    padding-top: 38px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .topAboutSection .top_block {
        width: 100%;
        margin-right: 0;
        border-top: none;
        padding-top: 0;
        text-align: center;
        margin-bottom: 10vw; } }
    .topAboutSection .top_block .en {
      font-size: 65px;
      font-family: "Inter",sans-serif; }
      @media only screen and (max-width: 767px) {
        .topAboutSection .top_block .en {
          font-size: 10.6vw;
          margin-bottom: 3vw; } }
    .topAboutSection .top_block .ja {
      writing-mode: vertical-rl;
      font-size: 25px;
      position: absolute;
      top: -5px;
      left: -60px;
      z-index: 1;
      height: 217px; }
      @media only screen and (max-width: 767px) {
        .topAboutSection .top_block .ja {
          position: static;
          font-size: 4vw;
          height: auto;
          writing-mode: inherit; } }
  .topAboutSection .bottom_block {
    width: calc(100% - 420px - 136px);
    transform: translateY(-5px); }
    @media only screen and (max-width: 767px) {
      .topAboutSection .bottom_block {
        width: 100%;
        transform: translateY(0); } }
    .topAboutSection .bottom_block .ttl {
      font-size: 30px;
      line-height: 1.4;
      margin-bottom: 32px;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .topAboutSection .bottom_block .ttl {
          font-size: 4.5vw;
          margin-bottom: 5.6vw;
          text-align: center; } }
    .topAboutSection .bottom_block .desc {
      font-size: 16px;
      line-height: 1.8;
      margin-bottom: 44px; }
      @media only screen and (max-width: 767px) {
        .topAboutSection .bottom_block .desc {
          font-size: 3.3vw;
          margin-bottom: 8vw; } }
    .topAboutSection .bottom_block .btn {
      display: block;
      width: 100%;
      max-width: 420px;
      border: 1px solid #040000;
      font-size: 20px;
      text-align: center;
      padding: 10px 0; }
      @media only screen and (max-width: 767px) {
        .topAboutSection .bottom_block .btn {
          font-size: 3.1vw;
          padding: 2vw 0; } }
      .topAboutSection .bottom_block .btn:hover {
        letter-spacing: 1px;
        background-color: #040000;
        color: #fff; }

.breadcrumbArea {
  display: none; }

.brandSingleTopSection__image {
  height: calc(100vh - 100px);
  margin-bottom: 70px;
  background-size: cover;
  background-position: center; }
  @media only screen and (max-width: 767px) {
    .brandSingleTopSection__image {
      height: 80vw;
      margin-bottom: 10.6vw; } }
.brandSingleTopSection__leadBlock {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 86%;
  max-width: 1566px;
  margin: 0 auto 170px; }
  @media only screen and (max-width: 767px) {
    .brandSingleTopSection__leadBlock {
      flex-direction: column;
      margin: 0 auto 8.8vw; } }
  .brandSingleTopSection__leadBlock .ttl {
    width: 345px;
    margin-right: 6%; }
    @media only screen and (max-width: 767px) {
      .brandSingleTopSection__leadBlock .ttl {
        width: 100%;
        margin-right: 0; } }
    .brandSingleTopSection__leadBlock .ttl .en {
      font-size: 100px;
      margin-bottom: 68px;
      font-family: "Inter",sans-serif; }
      @media only screen and (max-width: 767px) {
        .brandSingleTopSection__leadBlock .ttl .en {
          font-size: 10.6vw;
          margin-bottom: 10.6vw;
          text-align: center; } }
    .brandSingleTopSection__leadBlock .ttl .link {
      display: block;
      width: 100%;
      max-width: 330px;
      margin: 0 auto;
      text-align: center;
      font-size: 18px;
      border: 1px solid #040000;
      padding: 10px 0; }
      @media only screen and (max-width: 767px) {
        .brandSingleTopSection__leadBlock .ttl .link {
          display: none; } }
      .brandSingleTopSection__leadBlock .ttl .link:hover {
        color: #fff;
        background-color: #040000;
        letter-spacing: 1px; }
  .brandSingleTopSection__leadBlock .brand_ttl {
    width: 25%;
    margin-right: 4%;
    font-size: 30px;
    line-height: 1.6;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .brandSingleTopSection__leadBlock .brand_ttl {
        width: 100%;
        margin-right: 0;
        font-size: 4.5vw;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 6.6vw; } }
  .brandSingleTopSection__leadBlock .desc {
    width: calc(100% - 345px - 7% - 24% - 4%); }
    @media only screen and (max-width: 767px) {
      .brandSingleTopSection__leadBlock .desc {
        width: 100%; } }
    .brandSingleTopSection__leadBlock .desc p {
      font-size: 16px;
      line-height: 2; }
      @media only screen and (max-width: 767px) {
        .brandSingleTopSection__leadBlock .desc p {
          font-size: 3.3vw;
          line-height: 1.8;
          margin-bottom: 8vw; } }
    .brandSingleTopSection__leadBlock .desc .link {
      display: none; }
      @media only screen and (max-width: 767px) {
        .brandSingleTopSection__leadBlock .desc .link {
          display: block;
          font-size: 3.1vw;
          border: 1px solid #040000;
          text-align: center;
          padding: 2vw 0; } }

.brandSingleProducts {
  width: 86%;
  max-width: 1566px;
  margin: 0 auto 170px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .brandSingleProducts {
      margin: 0 auto 10vw; } }
  .brandSingleProducts__ttl {
    font-size: 25px;
    margin-bottom: 53px;
    font-weight: 400;
    font-family: "Inter",sans-serif; }
    @media only screen and (max-width: 767px) {
      .brandSingleProducts__ttl {
        display: none; } }
  .brandSingleProducts__contents {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 71px 123px;
    padding-bottom: 176px;
    margin-bottom: 176px; }
    @media only screen and (max-width: 767px) {
      .brandSingleProducts__contents {
        padding-bottom: 10vw;
        gap: 6.5vw 20%;
        width: 70vw;
        margin: 0 auto 10vw; } }
    .brandSingleProducts__contents .ele {
      width: 212px;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .brandSingleProducts__contents .ele {
          width: 40%; } }
      .brandSingleProducts__contents .ele__image {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 288px;
        margin-bottom: 18px; }
        @media only screen and (max-width: 767px) {
          .brandSingleProducts__contents .ele__image {
            height: 38vw;
            margin-bottom: 3vw; } }
      .brandSingleProducts__contents .ele__en {
        display: inline-block;
        font-size: 28px;
        width: 100%;
        margin-bottom: 7px; }
        @media only screen and (max-width: 767px) {
          .brandSingleProducts__contents .ele__en {
            font-size: 4.6vw;
            margin-bottom: 1vw; } }
      .brandSingleProducts__contents .ele__categroy {
        width: 100%;
        display: inline-block;
        font-size: 15px; }
        @media only screen and (max-width: 767px) {
          .brandSingleProducts__contents .ele__categroy {
            font-size: 3.1vw; } }
  .brandSingleProducts__otherBrand {
    width: 100%;
    max-width: 420px;
    display: block;
    font-size: 20px;
    border: 1px solid #040000;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    background-color: #fff; }
    @media only screen and (max-width: 767px) {
      .brandSingleProducts__otherBrand {
        font-size: 3.1vw;
        padding: 2vw 0;
        position: static; } }
    .brandSingleProducts__otherBrand:hover {
      color: #fff;
      background-color: #040000;
      letter-spacing: 1px; }

.contact_inner,
.reserve_inner {
  width: 84vw;
  margin: 0 auto 100px; }
  @media only screen and (max-width: 767px) {
    .contact_inner,
    .reserve_inner {
      margin-bottom: 18vw; } }
  .contact_inner .wpcf7-form,
  .reserve_inner .wpcf7-form {
    width: 100%; }
    .contact_inner .wpcf7-form dl,
    .reserve_inner .wpcf7-form dl {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .contact_inner .wpcf7-form dl,
        .reserve_inner .wpcf7-form dl {
          flex-direction: column;
          align-items: flex-start;
          margin-bottom: 6.6vw; } }
      .contact_inner .wpcf7-form dl:nth-last-of-type(1),
      .reserve_inner .wpcf7-form dl:nth-last-of-type(1) {
        margin-bottom: 0; }
      .contact_inner .wpcf7-form dl dt,
      .reserve_inner .wpcf7-form dl dt {
        width: 159px;
        margin-right: 30px;
        padding: 12px 0; }
        @media only screen and (max-width: 767px) {
          .contact_inner .wpcf7-form dl dt,
          .reserve_inner .wpcf7-form dl dt {
            width: 100%;
            margin-right: 0;
            padding: 0;
            margin-bottom: 2vw; } }
        .contact_inner .wpcf7-form dl dt *,
        .reserve_inner .wpcf7-form dl dt * {
          font-size: 14px;
          line-height: 1.7;
          font-weight: 700; }
          @media only screen and (max-width: 767px) {
            .contact_inner .wpcf7-form dl dt *,
            .reserve_inner .wpcf7-form dl dt * {
              font-size: 3.4vw; } }
      .contact_inner .wpcf7-form dl dd,
      .reserve_inner .wpcf7-form dl dd {
        width: calc(100% - 159px - 30px); }
        @media only screen and (max-width: 767px) {
          .contact_inner .wpcf7-form dl dd,
          .reserve_inner .wpcf7-form dl dd {
            width: 100%; } }
        .contact_inner .wpcf7-form dl dd *,
        .reserve_inner .wpcf7-form dl dd * {
          font-size: 14px;
          line-height: 1.7; }
          @media only screen and (max-width: 767px) {
            .contact_inner .wpcf7-form dl dd *,
            .reserve_inner .wpcf7-form dl dd * {
              font-size: 3.7vw; } }
        .contact_inner .wpcf7-form dl dd input[type="text"],
        .contact_inner .wpcf7-form dl dd input[type="email"],
        .contact_inner .wpcf7-form dl dd input[type="tel"],
        .contact_inner .wpcf7-form dl dd input[type="number"],
        .contact_inner .wpcf7-form dl dd textarea,
        .contact_inner .wpcf7-form dl dd select,
        .reserve_inner .wpcf7-form dl dd input[type="text"],
        .reserve_inner .wpcf7-form dl dd input[type="email"],
        .reserve_inner .wpcf7-form dl dd input[type="tel"],
        .reserve_inner .wpcf7-form dl dd input[type="number"],
        .reserve_inner .wpcf7-form dl dd textarea,
        .reserve_inner .wpcf7-form dl dd select {
          border: 1px solid #E6E6E6; }
        .contact_inner .wpcf7-form dl dd input[type="text"],
        .contact_inner .wpcf7-form dl dd input[type="email"],
        .contact_inner .wpcf7-form dl dd input[type="tel"],
        .contact_inner .wpcf7-form dl dd input[type="number"],
        .contact_inner .wpcf7-form dl dd textarea,
        .reserve_inner .wpcf7-form dl dd input[type="text"],
        .reserve_inner .wpcf7-form dl dd input[type="email"],
        .reserve_inner .wpcf7-form dl dd input[type="tel"],
        .reserve_inner .wpcf7-form dl dd input[type="number"],
        .reserve_inner .wpcf7-form dl dd textarea {
          padding: 12px 19px;
          width: 100%; }
          @media only screen and (max-width: 767px) {
            .contact_inner .wpcf7-form dl dd input[type="text"],
            .contact_inner .wpcf7-form dl dd input[type="email"],
            .contact_inner .wpcf7-form dl dd input[type="tel"],
            .contact_inner .wpcf7-form dl dd input[type="number"],
            .contact_inner .wpcf7-form dl dd textarea,
            .reserve_inner .wpcf7-form dl dd input[type="text"],
            .reserve_inner .wpcf7-form dl dd input[type="email"],
            .reserve_inner .wpcf7-form dl dd input[type="tel"],
            .reserve_inner .wpcf7-form dl dd input[type="number"],
            .reserve_inner .wpcf7-form dl dd textarea {
              padding: 2.1vw 4vw; } }
        @media only screen and (max-width: 767px) {
          .contact_inner .wpcf7-form dl dd textarea,
          .reserve_inner .wpcf7-form dl dd textarea {
            max-height: 46vw; } }
        .contact_inner .wpcf7-form dl dd select,
        .reserve_inner .wpcf7-form dl dd select {
          padding: 16px 19px; }
          @media only screen and (max-width: 767px) {
            .contact_inner .wpcf7-form dl dd select,
            .reserve_inner .wpcf7-form dl dd select {
              padding: 4vw; } }
    .contact_inner .wpcf7-form .policy_text,
    .reserve_inner .wpcf7-form .policy_text {
      margin-left: 189px;
      font-size: 12px; }
      @media only screen and (max-width: 767px) {
        .contact_inner .wpcf7-form .policy_text,
        .reserve_inner .wpcf7-form .policy_text {
          margin-left: 0;
          font-size: 3.1vw; } }
      .contact_inner .wpcf7-form .policy_text a,
      .reserve_inner .wpcf7-form .policy_text a {
        color: #FF0000;
        text-decoration: underline;
        font-weight: 700; }
    .contact_inner .wpcf7-form input[type="submit"],
    .reserve_inner .wpcf7-form input[type="submit"] {
      font-size: 16px;
      background-color: #230101;
      color: #EFECE7;
      display: block;
      width: 100%;
      max-width: 400px;
      margin: 0 auto;
      padding: 20px 0;
      border-radius: 10px;
      font-weight: 700;
      font-family: "Inter",sans-serif;
      border: 1px solid #230101;
      margin: 80px auto 0;
      transition: .8s; }
      @media only screen and (max-width: 767px) {
        .contact_inner .wpcf7-form input[type="submit"],
        .reserve_inner .wpcf7-form input[type="submit"] {
          max-width: 79vw;
          padding: 6vw 0;
          font-size: 3.4vw;
          border-radius: 2vw;
          margin-top: 12vw;
          letter-spacing: 1px; } }
      .contact_inner .wpcf7-form input[type="submit"]:hover,
      .reserve_inner .wpcf7-form input[type="submit"]:hover {
        letter-spacing: 1px;
        color: #230101;
        background-color: #EFECE7; }
        @media only screen and (max-width: 767px) {
          .contact_inner .wpcf7-form input[type="submit"]:hover,
          .reserve_inner .wpcf7-form input[type="submit"]:hover {
            letter-spacing: 2px; } }

.popupDownloadForm {
  height: 63vh;
  top: 18vh; }

.popupDownloadClose {
  top: calc(18vh - 68px); }
  @media only screen and (max-width: 767px) {
    .popupDownloadClose {
      top: calc(18vh - 44px); } }

.archiveDesignerSection__contents__main .ele .profileImage.brand_main_img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden; }
  .archiveDesignerSection__contents__main .ele .profileImage.brand_main_img img {
    width: auto;
    max-width: none;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .archiveDesignerSection__contents__main .ele .profileImage.brand_main_img img {
        height: 137px; } }

.simplefavorite-button {
  display: none; }

.singleMainSection__right__image span {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .singleMainSection__right__image span {
      font-size: 11px; } }

.singleFabricSection__contents__tab {
  justify-content: flex-start;
  gap: 0 .5%; }

@media only screen and (max-width: 767px) {
  .singleFabricSection__contents__tab .ele,
  .singleFabricSection__contents__tab .ele:nth-of-type(1) {
    padding: 9px 0; } }

.footer__top__right .ele__inner {
  padding: 21px 8%; }
  .footer__top__right .ele__inner .lgText {
    margin: 0 14px 0 0; }

.popupDownloadForm__des {
  text-align: left; }

#pardot-form p.submit input[type="submit"] {
  font-family: "Inter",sans-serif; }

.bookmarkCounter {
  display: none; }

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