.is-pc {
  display: none;
}
@media screen and (min-width: 901px) {
  .is-pc {
    display: block;
  }
}
.is-sp {
  display: block;
}
@media screen and (min-width: 901px) {
  .is-sp {
    display: none;
  }
}
html:root {
  scroll-behavior: unset;
}
@media screen and (min-width: 901px) {
  html::-webkit-scrollbar {
    display: none;
  }
}
head + body {
  width: 100%;
}
.l-vintage {
  position: relative;
  padding: 64px 0 40px;
  background: #fff;
  -webkit-transition: 0.8s background;
  transition: 0.8s background;
}
@media screen and (min-width: 901px) {
  .l-vintage {
    padding: 80px 0 64px;
  }
}
.l-vintage.is-blk {
  background: #1b1b1b;
}
.l-vintage__main {
  position: relative;
  padding: 40px 24px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .l-vintage__main {
    padding: 40px 32px 0;
    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;
  }
}
.l-vintage__txt {
  position: relative;
  width: 100%;
  margin-top: 24px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .l-vintage__txt {
    padding: 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l-vintage__txt h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.01em;
  margin-bottom: 24px;
}
.l-vintage__txt p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 220%;
  letter-spacing: 0.01em;
}
.l-vintage__txt p.is-sub {
  line-height: 150%;
  margin-bottom: 24px;
  font-weight: bold;
}
.l-vintage__scene {
  position: relative;
  width: 100%;
  margin-top: 24px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .l-vintage__scene {
    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;
    padding: 0 32px;
  }
}
.l-vintage__items {
  position: relative;
  width: 100%;
  margin-top: 80px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (min-width: 901px) {
  .l-vintage__items {
    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;
    padding: 0 32px;
  }
}
.l-vintage__btn {
  position: relative;
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.l-vintage__btn a {
  height: 64px;
  padding: 19.5px 40px 19.5px 40px;
  border-radius: 4px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.79;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  background: #006ca0;
  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;
}
@media screen and (min-width: 901px) {
  .l-vintage__btn a:hover {
    background: #003450;
    cursor: pointer;
  }
}
.l-vintage__logo {
  position: relative;
  width: 100%;
  margin-top: 40px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (min-width: 901px) {
  .l-vintage__logo {
    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;
    padding: 0 32px;
  }
}
.p-brandMain {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-brandMain {
    max-width: 1200px;
    height: 500px;
  }
}
.p-brandMain::before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 106%;
}
@media screen and (min-width: 901px) {
  .p-brandMain::before {
    display: none;
  }
}
.p-brandMain__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-brandMain img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-vintageScene {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 8px;
  gap: 8px;
}
@media screen and (min-width: 901px) {
  .p-vintageScene {
    max-width: 1200px;
  }
}
.p-featureItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 48px 16px;
  gap: 48px 16px;
}
@media screen and (min-width: 901px) {
  .p-featureItem {
    grid-gap: 16px;
    gap: 16px;
    max-width: 1072px;
  }
}
.p-vintageLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  border: 1px solid #d9d9d9;
  padding: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .p-vintageLogo {
    max-width: 1200px;
  }
}
.p-vintageLogo__logo {
  width: 130px;
}
.p-vintageLogo__logo svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-vintageLogo__name {
  position: relative;
  margin-top: 16px;
}
.p-vintageLogo__name p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 175%;
  letter-spacing: 0.02em;
  text-align: center;
}
.p-vintageLogo__desc {
  position: relative;
  margin-top: 32px;
  max-width: 905px;
}
.p-vintageLogo__desc p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.01em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.c-vintageScene {
  width: calc(50% - 4px);
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 420px) {
  .c-vintageScene {
    width: 100%;
  }
}
.c-vintageScene img {
  width: 100%;
  height: auto;
}
.c-featureItem {
  width: calc(50% - 8px);
}
@media screen and (max-width: 420px) {
  .c-featureItem {
    width: 100%;
  }
}
@media screen and (min-width: 901px) {
  .c-featureItem {
    width: calc(25% - 12px);
  }
}
.c-featureItem .catalog_product {
  width: 100%;
}
.c-featureItem .catalog_product_img_wrap {
  margin-bottom: 16px;
}
.c-featureItem .catalog_product_colors {
  display: none;
}
.c-featureItem .catalog_product_price {
  margin: 12px 0 16px;
}
.c-featureItem .catalog_text_desc {
  margin-top: 16px;
}
.c-featureItem .catalog_text_desc p {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  from {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
