@charset "UTF-8";

#about {
  padding-top: 0 !important;
}

#about .wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

#about .heading-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
}

#about .heading-primary::before,
#about .heading-primary::after {
  content: "";
  width: 100%;
  height: 1px;
  margin-top: 4px;
  background: #000;
}

#about .heading-primary span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 43%;
  background: #e6e4e0;
}

#about .section-wrap {
  padding: 122px 0 150px;
  background: #e6e4e0;
}

#about .section-wrap--pb0 {
  padding-bottom: 0;
}

#about .section:not(:last-child) {
  margin-bottom: 120px;
}

#about .lead {
  margin-top: 40px;
}

#about .lead__main p {
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#about .lead__main p:not(:last-child) {
  margin-bottom: 1.1em;
}

#about .lead__main__serif {
  font-family: "Noto Serif JP", serif;
}

#about .lead__sub {
  margin-top: 26px;
  font-size: 1.7rem;
  line-height: 2.353;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.12em;
}

#about .tab {
  margin-top: 88px;
}

#about .tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

#about .tab__list__item {
  position: relative;
  width: 25%;
  display: block;
  padding: 17px 10px;
  border: none;
  background: #fff;
  color: #1a1a1a;
  border-radius: 20px 20px 0 0;
  font-size: 2.8rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 0.03em;
}

#about .tab__list__item[aria-selected=true] {
  color: #878787;
}

#about .tab__list__item[aria-selected=true]::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fff;
}

#about .tab__body {
  margin-top: 10px;
  padding: 100px 7.5%;
  background: #fff;
}

#about .mainvisual {
  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;
  aspect-ratio: 1920/1200;
  background: url(/cont/custom-order/assets/img/about/bg_mv_pc.webp) no-repeat center center/cover;
}

#about .mainvisual__text {
  font-size: 3.6458vw;
  line-height: 1.15;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}

#about .mainvisual__text__jp {
  font-size: 2.8645vw;
  font-weight: 500;
}

#about .anchor-link {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 56px 0 98px;
}

#about .anchor-link__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

#about .anchor-link__item {
  width: 23%;
}

#about .anchor-link__item:not(:last-child) {
  border-right: 1px solid #000;
}

#about .anchor-link__item--lg {
  width: 28.7%;
}

#about .anchor-link__link {
  position: relative;
  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: 100%;
  padding: 8px 20px 55px;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.1em;
}

#about .anchor-link__link::after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: url(/cont/custom-order/assets/img/about/icon_arrow_anchor.svg) no-repeat center center/contain;
}

#about .kv-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 800px;
  color: #fff;
  text-align: center;
}

#about .kv-head--bg01 {
  background: url(/cont/custom-order/assets/img/about/bg_kv_01_pc.webp) no-repeat center center/cover;
}

#about .kv-head--bg02 {
  background: url(/cont/custom-order/assets/img/about/bg_kv_02_pc.webp) no-repeat center center/cover;
}

#about .kv-head--bg03 {
  background: url(/cont/custom-order/assets/img/about/bg_kv_03_pc.webp) no-repeat center center/cover;
}

#about .kv-head__text-1 {
  display: block;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#about .kv-head__text-2 {
  display: block;
  margin-top: 25px;
  font-size: 5.5rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#about .kv-head__text-3 {
  margin-top: 25px;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 2.3523;
  letter-spacing: 0.12em;
}

#about .pattern-list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 50px 30px;
  margin-inline: auto;
}

#about .pattern-list__image {
  width: 100%;
}

#about .pattern-list__image img {
  display: block;
  width: 100%;
  height: auto;
}

#about .pattern-list__heading {
  margin-top: 18px;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}

#about .pattern-list__button {
  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: 65%;
  margin: 15px auto 0;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}

#about .pattern-list__button::before,
#about .pattern-list__button::after {
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
}

#about .fabric-list-wrap {
  margin-top: 88px;
  padding: 75px 80px;
  background: #fff;
}

#about .fabric-list img {
  display: block;
  width: 100%;
}

#about .slide-control {
  display: none;
}

#about .slide-control .slick-arrow {
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
  background: url(/cont/custom-order/assets/img/about/icon_arrow_slide_1.svg) no-repeat center center/cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 7.5px;
  height: 12.5px;
}

#about .slide-control .slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#about .slide-control__count {
  font-size: 1.15rem;
  letter-spacing: 0.05em;
}

#about .slide-control__count span {
  margin: 0 0.5em;
}

#about .brand {
  margin-top: 118px;
  padding: 90px 10% 94px;
  background: #fff;
}

#about .brand-slide .slick-list {
  margin-inline: -10px;
}

#about .brand-slide .slick-slide {
  margin-inline: 10px;
}

#about .brand-slide__head {
  margin-bottom: 65px;
  text-align: center;
}

#about .brand-slide__name {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05em;
}

#about .brand-slide__name span {
  display: inline-block;
}

#about .brand-slide__country {
  display: block;
  margin-top: 15px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#about .brand-slide__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#about .brand-slide__image {
  width: 46.5%;
}

#about .brand-slide__main {
  width: 49%;
  margin-top: -5px;
}

#about .brand-slide__text {
  font-size: 1.7rem;
  font-family: "Noto Serif JP", serif;
  line-height: 2.3529;
  font-weight: 600;
}

#about .brand-slide__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 65px;
  gap: 6%;
  margin-top: 50px;
  padding-top: 32px;
  border-top: 1px solid #000;
}

#about .brand-slide__price__label {
  width: 150px;
  padding: 2px 10px;
  text-align: center;
  font-size: 3rem;
  line-height: 1.2;
  background: #000;
  color: #fff;
  letter-spacing: 0.05em;
}

#about .brand-slide__price__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #af272d;
  font-size: 5rem;
  letter-spacing: 0.05em;
}

#about .brand-slide__price__value__sm {
  margin-left: 0.4em;
  font-size: 70%;
}

#about .brand-slide__price__value__jp {
  font-weight: 500;
}

#about .brand-slide-thumb {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 20px;
  width: 84%;
  margin: 80px auto 0;
}

#about .brand-slide-thumb__item {
  position: relative;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
  cursor: pointer;
}

#about .sewing {
  margin-top: 118px;
  padding: 100px 8.2% 100px;
  background: #fff;
}

#about .sewing-slide .slick-list {
  margin-inline: -10px;
}

#about .sewing-slide .slick-slide {
  margin-inline: 10px;
}

#about .sewing-slide__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#about .sewing-slide__image {
  width: 51.5%;
}

#about .sewing-slide__body {
  width: 41.7%;
  padding-top: 40px;
}

#about .sewing-slide__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
}

#about .sewing-slide__head__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#about .sewing-slide__head__main {
  width: 100%;
  padding-right: 32px;
  text-align: center;
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#about .sewing-slide__text {
  font-size: 1.7rem;
  line-height: 2.3529;
  letter-spacing: 0.12em;
  font-weight: 500;
}

#about .sewing-slide-thumb {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin: 50px auto 0;
}

#about .sewing-slide-thumb.--five {
  grid-template-columns: repeat(5, 1fr);
}

#about .sewing-slide-thumb__item {
  position: relative;
  padding: 0;
  display: block;
  border: none;
  background: none;
  border-radius: 0;
  cursor: pointer;
}

#about .sewing-slide-thumb__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#about .sewing-slide-thumb__item.is-current::before {
  opacity: 1;
}

#about .image-content {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  min-width: 1100px;
  margin-top: 148px;
}

#about .image-content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e6e4e0;
}

#about .image-content__row:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#about .image-content__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 55.2%;
}

#about .image-content__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#about .image-content__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 50px 3.5%;
}

#about .image-content__heading {
  margin-bottom: 80px;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
}

#about .image-content__text {
  font-size: 1.7rem;
  line-height: 2.3529;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.12em;
}

#about .image-content__button {
  margin-top: 85px;
  padding: 5px 28px;
  background: #1a1a1a;
  color: #fff;
  font-size: 1.7rem;
  line-height: 2.3529;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.12em;
}

#about .image-content__button span {
  margin: 0 0.8em;
}

#about [role=tabpanel].is-hidden {
  display: none;
}

@media only screen and (min-width: 769px) {

  #about .pattern-list__item {
    grid-column: span 2;
  }

  #about .pattern-list:has(> .pattern-list__item:nth-child(3):last-child) .pattern-list__item:first-child {
    grid-column: 2/span 2;
  }

  #about .pattern-list:has(> .pattern-list__item:nth-child(7):last-child) .pattern-list__item:first-child {
    grid-column: 2/span 2;
  }

  #about .sewing-slide__image {
    grid-area: image;
    width: 100%;
  }

  #about .sewing-slide__body {
    display: grid;
    grid-template-columns: 51.5% 41.7%;
    grid-template-rows: auto 1fr;
    grid-template-areas: "image head" "image text";
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
  }

  #about .sewing-slide__head {
    grid-area: head;
    margin-top: 40px;
  }

  #about .sewing-slide__text {
    grid-area: text;
    align-self: start;
  }

}

@media (max-width: 1400px) {

  #about .mainvisual__text {
    font-size: 4.2rem;
  }

  #about .mainvisual__text__jp {
    font-size: 3.3rem;
  }

  #about .anchor-link__item {
    width: 30%;
  }

  #about .anchor-link__link {
    font-size: 2rem;
  }

  #about .image-content__heading {
    margin-bottom: 30px;
  }

  #about .image-content__button {
    margin-top: 40px;
  }

}

@media only screen and (max-width: 768px) {

  #about .heading-primary {
    font-size: 1.9rem;
  }

  #about .heading-primary span {
    width: 45%;
  }

  #about .section-wrap {
    padding: 42px 0 48px;
  }

  #about .section-wrap--pb0 {
    padding-bottom: 0;
  }

  #about .section:not(:last-child) {
    margin-bottom: 45px;
  }

  #about .lead {
    margin-top: 25px;
  }

  #about .lead__main p {
    font-size: 1.75rem;
    line-height: 1.4285;
  }

  #about .lead__sub {
    margin-top: 15px;
    font-size: 1.1rem;
    line-height: 2.0909;
    letter-spacing: 0.08em;
  }

  #about .tab {
    margin-top: 48px;
  }

  #about .tab__list {
    gap: 5px;
  }

  #about .tab__list__item {
    width: calc(50% - 2.5px);
    padding: 8px 8px 4px;
    border-radius: 10px 10px 0 0;
    font-size: 1.75rem;
  }

  #about .tab__body {
    margin-top: 5px;
    padding: 28px 0;
  }

  #about .mainvisual {
    margin-top: 50px;
    aspect-ratio: 750/1000;
    background: url(/cont/custom-order/assets/img/about/bg_mv_sp.webp) no-repeat center center/cover;
  }

  #about .mainvisual__text {
    font-size: 2.25rem;
    line-height: 1.3333;
  }

  #about .mainvisual__text__jp {
    font-size: 1.75rem;
  }

  #about .anchor-link {
    width: 100%;
    padding: 32px 0 25px;
  }

  #about .anchor-link__item {
    width: 32%;
  }

  #about .anchor-link__item--lg {
    width: 36%;
  }

  #about .anchor-link__link {
    padding: 8px 0 24px;
    font-size: 1.25rem;
    line-height: 1.36;
  }

  #about .anchor-link__link::after {
    bottom: 6px;
    width: 10px;
    height: 10px;
  }

  #about .kv-head {
    height: 400px;
  }

  #about .kv-head--bg01 {
    background: url(/cont/custom-order/assets/img/about/bg_kv_01_sp.webp) no-repeat center center/cover;
  }

  #about .kv-head--bg02 {
    background: url(/cont/custom-order/assets/img/about/bg_kv_02_sp.webp) no-repeat center center/cover;
  }

  #about .kv-head--bg03 {
    background: url(/cont/custom-order/assets/img/about/bg_kv_03_sp.webp) no-repeat center center/cover;
  }

  #about .kv-head__text-1 {
    font-size: 1.25rem;
  }

  #about .kv-head__text-2 {
    margin-top: 20px;
    font-size: 2.75rem;
    line-height: 1.2727;
  }

  #about .kv-head__text-3 {
    margin-top: 15px;
    font-size: 1.1rem;
    line-height: 2.091;
  }

  #about .pattern-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 5px;
  }

  #about .pattern-list__heading {
    margin-top: 6px;
    font-size: 2.7rem;
  }

  #about .pattern-list__button {
    width: 78%;
    margin-top: 3px;
    font-size: 1rem;
  }

  #about .fabric-list-wrap {
    margin-top: 45px;
    padding: 25px 16px;
  }

  #about .slide-control {
    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;
    gap: 40px;
    margin-top: 22px;
  }

  #about .brand {
    margin-top: 45px;
    padding: 0 0 25px;
    background: transparent;
  }

  #about .brand-slide__inner {
    padding: 30px 4.5% 25px;
    background: #fff;
  }

  #about .brand-slide__head {
    margin-bottom: 18px;
  }

  #about .brand-slide__name {
    font-size: 2.5rem;
  }

  #about .brand-slide__country {
    margin-top: 4px;
    font-size: 1.5rem;
  }

  #about .brand-slide__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #about .brand-slide__image {
    width: 85%;
    margin: 0 auto 12px;
  }

  #about .brand-slide__main {
    width: 100%;
    margin: 0;
  }

  #about .brand-slide__text {
    width: 100%;
    font-size: 1.1rem;
    line-height: 2.0909;
    letter-spacing: 0.08em;
  }

  #about .brand-slide__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    padding-top: 25px;
  }

  #about .brand-slide__price__label {
    width: 125px;
    font-size: 1.75rem;
  }

  #about .brand-slide__price__value {
    font-size: 3.25rem;
  }

  #about .brand-slide-thumb {
    display: none;
  }

  #about .sewing {
    margin-top: 44px;
    padding: 0;
    background: transparent;
  }

  #about .sewing-slide__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 4.6% 32px;
    background: #fff;
  }

  #about .sewing-slide__image {
    width: 100%;
  }

  #about .sewing-slide__body {
    width: 100%;
    padding-top: 0;
  }

  #about .sewing-slide__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }

  #about .sewing-slide__head__label {
    font-size: 2.25rem;
  }

  #about .sewing-slide__head__main {
    margin-top: 15px;
    padding-right: 0;
    font-size: 2.75rem;
  }

  #about .sewing-slide__text {
    margin-top: 18px;
    font-size: 1.1rem;
    line-height: 2.0909;
    letter-spacing: 0.08em;
  }

  #about .sewing-slide-thumb {
    display: none;
  }

  #about .image-content {
    min-width: 100%;
    margin-top: 75px;
  }

  #about .image-content__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #about .image-content__row:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #about .image-content__image {
    width: 100%;
  }

  #about .image-content__body {
    padding: 34px 3%;
  }

  #about .image-content__heading {
    margin-bottom: 10px;
    font-size: 1.75rem;
  }

  #about .image-content__text {
    font-size: 1.25rem;
    line-height: 2.2;
  }

  #about .image-content__button {
    margin-top: 30px;
    padding: 12px 48px;
    font-size: 1.15rem;
  }

}