@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css';
:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-gray-light: #e5e5e5;
  --color-gray-dark: #333333;
  --color-green: #339900;
  --color-orange: #ff6600;
  --font-primary: "Oswald", sans-serif;
  --font-secondary: "Noto Sans JP", sans-serif;
}

body {
  background-color: #fff;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}
ul li,
ol li {
  list-style: none inside;
  margin: 0px;
  padding: 0px;
}

dl dt,
dl dd {
  margin-left: 0px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  font-weight: bold;
}

p {
  margin: 0px;
}

.blockbox {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .blockbox {
    margin-bottom: 60px;
  }
}
.blockbox[class*=bg-] {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .blockbox[class*=bg-] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 544px) {
  .blockbox[class*=bg-] {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.blockbox.bg-gray-light {
  background-color: #e5e5e5;
}
.blockbox.bg-gray-dark {
  background-color: #333;
}
.blockbox > .inner {
  max-width: 1080px;
  margin: 0px auto;
  padding: 0px 15px;
}
@media screen and (max-width: 1080px) {
  .blockbox > .inner {
    max-width: 100%;
  }
}

.blockttl {
  margin-bottom: 30px;
  border-bottom: 4px solid #000;
  padding: 0px 0px 15px;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 544px) {
  .blockttl {
    text-align: center;
  }
}
.blockttl.center {
  text-align: center;
}
.blockttl.large {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .blockttl.large {
    font-size: 30px;
  }
}
.blockttl.no-line {
  border-bottom: 0px none transparent;
  padding-bottom: 0px;
}

#headerbox {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #headerbox {
    margin-bottom: 24px;
  }
}
#headerbox a[aria-label=Facebook] {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
#headerbox .bar {
  background-color: #000;
  margin: 0px 0px 30px;
  padding: 4px 0px;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 768px) {
  #headerbox .bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    margin-bottom: 24px;
  }
}
#headerbox .bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1080px;
  margin: 0px auto;
}
@media screen and (max-width: 1080px) {
  #headerbox .bar ul {
    width: 94%;
  }
}
#headerbox nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px;
}
@media (max-width: 768px) {
  #headerbox nav ul {
    gap: 20px;
    width: 100%;
  }
}
#headerbox nav a {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  #headerbox nav a {
    font-size: 18px;
  }
}

#pagettl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100px;
  position: relative;
  background: url(../img000/bg_pagettl.png) center/cover;
  margin-bottom: 60px;
  overflow: hidden;
}
#pagettl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(73, 24, 24, 0.7);
}
#pagettl h2 {
  position: relative;
  z-index: 2;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 6px;
  line-height: 1;
  text-align: center;
}

/* -------------------------------------------------- */
/* -------------------------------------------------- */
#contact-pagebox {
  /* -------------------------------------------------- */
  /* -------------------------------------------------- */
  /* -------------------------------------------------- */
}
#contact-pagebox #content-form > .inner {
  width: 100%;
  max-width: 768px;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  #contact-pagebox #content-form > .inner {
    width: 94%;
  }
}
#contact-pagebox #content-form .item {
  margin-bottom: 30px;
}
#contact-pagebox #content-form label {
  margin-bottom: 6px;
  font-family: "Oswald", sans-serif;
  color: #000;
  font-weight: 500;
}
#contact-pagebox #content-form .field {
  width: 100% !important;
  height: 40px;
  background-color: #e5e5e5;
  border: 1px solid #000;
  padding: 10px;
}
#contact-pagebox #content-form textarea {
  height: 200px !important;
  resize: vertical;
}
#contact-pagebox #content-form .actions {
  margin-top: 30px;
  text-align: center;
}
#contact-pagebox #content-form .actions [type=submit] {
  width: 150px;
  height: 50px;
  background-color: #000;
  border: none;
  border-radius: 6px;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#contact-pagebox #content-form .actions [type=submit]:hover {
  opacity: 0.8;
}
#contact-pagebox #content-form .information {
  margin-top: 60px;
  color: #000;
  text-align: center;
}
#contact-pagebox #content-form .tel-fax {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
#contact-pagebox #content-form .tel-fax .label {
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #contact-pagebox #content-form .tel-fax .label {
    font-size: 24px;
  }
}
#contact-pagebox #content-form .tel-fax .number {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  #contact-pagebox #content-form .tel-fax .number {
    font-size: 30px;
  }
}
#contact-pagebox #content-form .hours {
  font-size: 16px;
}

/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#brand-pagebox {
  /* -------------------------------------------------- */
  /* -------------------------------------------------- */
  /* -------------------------------------------------- */
}
#brand-pagebox #content-brand-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
}
@media screen and (max-width: 544px) {
  #brand-pagebox #content-brand-list ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#brand-pagebox #content-brand-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 544px) {
  #brand-pagebox #content-brand-list ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#brand-pagebox #content-brand-list ul li .logomark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  text-align: center;
}
#brand-pagebox #content-brand-list ul li .logomark img {
  display: block;
}
#brand-pagebox #content-brand-list ul li a {
  font-size: 16px;
  font-weight: 500;
  word-break: break-all;
  line-height: 1.4em;
}

/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#shop-pagebox {
  /* -------------------------------------------------- */
  /* -------------------------------------------------- */
  /* -------------------------------------------------- */
}
#shop-pagebox #content-info .photo {
  margin-bottom: 30px;
}
#shop-pagebox #content-info .photo img {
  width: 100%;
  aspect-ratio: 108/60;
  -o-object-fit: cover;
     object-fit: cover;
}
#shop-pagebox #content-info .photo img + img {
  margin-top: 30px;
}
#shop-pagebox #content-info .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin: 15px auto 30px;
}
@media screen and (max-width: 768px) {
  #shop-pagebox #content-info .details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 94%;
    padding: 0 20px;
    text-align: center;
  }
}
#shop-pagebox #content-info .details .logomark {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  width: 150px;
}
#shop-pagebox #content-info .details .information {
  display: table;
  padding-top: 6px;
}
#shop-pagebox #content-info .details .information h3 {
  margin: 0px 0px 15px;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  color: #000;
  font-weight: 500;
  line-height: 1;
}
#shop-pagebox #content-info .details .information .address {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  font-style: normal;
}
#shop-pagebox #content-info .googlemap {
  width: 100%;
}
#shop-pagebox #content-info .googlemap iframe {
  width: 100%;
  aspect-ratio: 108/60;
  border: 0;
}

/* -------------------------------------------------- */
#content-hero {
  margin: 0px 0px 100px;
}
@media (max-width: 768px) {
  #content-hero {
    margin-bottom: 60px;
  }
}
@media (max-width: 544px) {
  #content-hero {
    margin-bottom: 45px;
  }
}
#content-hero img {
  width: 100%;
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#content-hero p {
  padding: 100px 0px 0px;
  font-family: "Oswald", sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #000;
}
@media (max-width: 768px) {
  #content-hero p {
    padding-top: 60px;
    font-size: 48px;
  }
}
@media (max-width: 544px) {
  #content-hero p {
    padding-top: 30px;
  }
}

#content-brands ul {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  gap: 30px 15px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
@media (max-width: 768px) {
  #content-brands ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 544px) {
  #content-brands ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#content-brands ul img {
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

#content-shop > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  #content-shop > .inner {
    gap: 60px;
  }
}
@media screen and (max-width: 544px) {
  #content-shop > .inner {
    gap: 30px;
  }
}
#content-shop .latest {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}
@media screen and (max-width: 544px) {
  #content-shop .latest {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-bottom: 30px;
  }
}
#content-shop .latest ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  #content-shop .latest ol {
    gap: 15px;
  }
}
@media screen and (max-width: 544px) {
  #content-shop .latest ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#content-shop .latest ol > li {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 768px) {
  #content-shop .latest ol > li {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 544px) {
  #content-shop .latest ol > li {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 6px auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 90px 10px auto;
    grid-template-columns: 90px auto;
    gap: 6px 10px;
        grid-template-areas: "photo date" "photo title";
    width: 100%;
  }
}
#content-shop .latest ol > li img {
  grid-area: photo;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  border-radius: 2px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #content-shop .latest ol > li img {
    width: 80px;
    margin-bottom: 0px;
  }
}
#content-shop .latest ol > li date {
  grid-area: date;
  display: block;
  margin: 0px 0px 10px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 544px) {
  #content-shop .latest ol > li date {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    margin-bottom: 0px;
  }
}
#content-shop .latest ol > li h4 {
  grid-area: title;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 544px){
  #content-shop .latest ol > li img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  #content-shop .latest ol > li date {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #content-shop .latest ol > li h4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 544px) {
  #content-shop .latest ol > li h4 {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
}
#content-shop .information {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#content-shop .information dl dt {
  margin: 0px 0px 10px;
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  font-weight: 500;
}
#content-shop .information dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 375px) {
  #content-shop .information dl dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#content-shop .information dl dd p {
  margin: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  line-height: 1.6;
}
@media screen and (max-width: 375px) {
  #content-shop .information dl dd p {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
#content-shop .information dl dd img {
  width: 100px;
  height: 97px;
  -o-object-fit: contain;
     object-fit: contain;
}

#content-lookbook ul {
  display: -ms-grid;
  display: grid;
  gap: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 768px) {
  #content-lookbook ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 544px) {
  #content-lookbook ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 544px) {
  #content-lookbook ul li:last-child {
    display: none;
  }
}
#content-lookbook ul img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}

#content-online-store ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
#content-online-store ol a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  border: 3px solid transparent;
  border-radius: 2px;
  padding: 6px 15px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 544px) {
  #content-online-store ol a {
    width: 140px;
  }
}
#content-online-store ol li:nth-child(6n+1) a {
  background-color: #fff;
  border-color: #ff6600;
  color: #ff6600;
}
#content-online-store ol li:nth-child(6n+2) a {
  background-color: #ff6600;
  border-color: #ff6600;
  color: #fff;
}
#content-online-store ol li:nth-child(6n+3) a {
  background-color: #fff;
  border-color: #339900;
  color: #339900;
}
#content-online-store ol li:nth-child(6n+4) a {
  background-color: #339900;
  border-color: #339900;
  color: #fff;
}
#content-online-store ol li:nth-child(6n+5) a {
  background-color: #fff;
  border-color: #333;
  color: #333;
}
#content-online-store ol li:nth-child(6n) a {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

#footerbox {
  line-height: 1;
}
#footerbox nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #footerbox nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
#footerbox nav a {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000;
}
#footerbox .bar {
  background-color: #000;
  padding: 12px 0;
  color: #fff;
}
#footerbox .copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  #footerbox .footer-nav {
    gap: 20px;
  }
}