@charset "UTF-8";
/*--------------------
ブレイクポイント
--------------------*/
/*--------------------
メディアクエリ
--------------------*/
/*--------------------
矢印アイコン
--------------------*/
/*--------------------------------------
index
----------------------------------------*/
.c_hero {
  background-color: rgb(234, 226, 211);
  padding-top: 90px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c_hero {
    padding-top: 40px;
  }
}
.c_hero::after {
  background-color: rgb(134, 203, 191);
  bottom: -1px;
  content: "";
  height: 181px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c_hero::after {
    height: 146px;
  }
}
@media screen and (max-width: 1080px) {
  .c_hero_container {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c_hero_container {
    padding-inline: 7px;
  }
}
.c_hero_inner {
  position: relative;
}
.c_hero_copy {
  left: 0;
  position: absolute;
  text-align: center;
  top: -50px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c_hero_copy {
    top: -20px;
  }
}
@media screen and (max-width: 768px) {
  .c_hero_logo img {
    width: 150px;
  }
}
.c_hero_ttl {
  color: rgb(255, 255, 255);
  font-family: var(--font_jp_serif);
  font-feature-settings: "palt";
  font-size: 5.2rem;
  font-weight: var(--font_weight_regular);
  line-height: 1.3;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c_hero_ttl {
    font-size: 2.4rem;
    line-height: 1.67;
    margin-top: 60px;
  }
}
.c_hero_slider_img::before {
  background-color: rgb(0, 0, 0);
  content: "";
  height: 100%;
  inset: 0;
  mix-blend-mode: multiply;
  opacity: 0.5;
  position: absolute;
  z-index: 1;
}
.c_hero_slider_img img {
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 8s ease-out;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c_hero_slider_img img {
    height: 376px;
  }
}
.splide__slide.is-active .c_hero_slider_img img {
  transform: scale(1.15);
  transition-delay: 0s;
}

.c_insta {
  background-color: rgb(134, 203, 191);
  padding-block: 100px 120px;
}
@media screen and (max-width: 768px) {
  .c_insta {
    padding-block: 25px 50px;
  }
}
.c_insta_inner {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .c_insta_inner {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.c_insta_inner iframe {
  vertical-align: bottom;
}
.c_insta_ttl {
  color: rgb(96, 62, 42);
  font-family: var(--font_jp_serif);
  font-size: 2.8rem;
  font-weight: var(--font_weight_semibold);
  letter-spacing: 0.025em;
  line-height: 1.43;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_insta_ttl {
    font-size: 2.2rem;
    line-height: 1.55;
  }
}
.c_insta_txt {
  color: rgb(96, 62, 42);
  font-size: 2.4rem;
  font-weight: var(--font_weight_bold);
  margin-top: 35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_insta_txt {
    font-size: 1.8rem;
    margin-top: 15px;
  }
}

.c_about {
  background-color: rgb(230, 223, 208);
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .c_about {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .c_about {
    background-color: rgb(234, 226, 211);
  }
}
.c_about_inner {
  display: grid;
  grid-template-columns: 1fr 580px;
}
@media screen and (max-width: 1080px) {
  .c_about_inner {
    grid-template-columns: 1fr;
  }
}
.c_about_body {
  align-self: center;
  padding-block: 60px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c_about_body {
    padding-block: 0;
  }
}
.c_about_body::after {
  background: url(/library/images/shop/vintage/about_copy.png) center/contain no-repeat;
  content: "";
  height: 232px;
  left: -120px;
  position: absolute;
  top: -10px;
  width: 447px;
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  .c_about_body::after {
    left: auto;
    right: 0;
    top: -30px;
  }
}
@media screen and (max-width: 768px) {
  .c_about_body::after {
    height: 149px;
    width: 287px;
  }
}
.c_about_ttl {
  color: rgb(96, 62, 42);
  letter-spacing: 0.025em;
  line-height: 1.43;
}
@media screen and (max-width: 768px) {
  .c_about_ttl {
    line-height: 1.77;
  }
}
.c_about_txt {
  font-family: var(--font_jp_serif);
  font-weight: var(--font_weight_medium);
  letter-spacing: 0.025em;
}
.c_about_img {
  pointer-events: none;
}
@media screen and (min-width: 1081px) {
  .c_about_img {
    order: -1;
    margin-inline: -220px -140px;
  }
}
@media screen and (max-width: 1080px) {
  .c_about_img {
    padding-inline: 10%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .c_about_img {
    margin-inline: calc(-1 * var(--site_padding));
    padding-inline: 0;
  }
}
.c_about_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.c_brand_inner {
  display: grid;
  grid-template-columns: 1fr 50%;
  max-width: var(--site_width);
}
@media screen and (max-width: 1080px) {
  .c_brand_inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .c_brand_inner {
    gap: 0;
    grid-template-columns: 1fr;
  }
}
.c_brand_body {
  padding-block: 60px;
}
@media screen and (max-width: 768px) {
  .c_brand_body {
    padding-block: 40px;
  }
}
.c_brand_img {
  text-align: center;
  margin: 0 -40px 0 0;
}
@media screen and (max-width: 768px) {
  .c_brand_img {
    margin: 0 -20px;
  }
}
.c_brand_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c_online {
  background-image: linear-gradient(0deg, rgb(255, 255, 255), rgb(255, 255, 255) 30%, rgb(133, 203, 191) 80%, rgb(133, 203, 191));
  padding-top: 60px;
}
@media screen and (max-width: 1080px) {
  .c_online {
    background-image: linear-gradient(0deg, rgb(255, 255, 255), rgb(255, 255, 255) 50%, rgb(133, 203, 191) 80%, rgb(133, 203, 191));
  }
}
@media screen and (max-width: 768px) {
  .c_online {
    padding-top: 50px;
  }
}
.c_online_inner {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 548px;
  grid-template-rows: max-content 1fr;
}
@media screen and (max-width: 1080px) {
  .c_online_inner {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .c_online_inner {
    gap: 20px;
  }
}
.c_online_ttl {
  color: rgb(96, 62, 42);
  font-family: var(--font_jp_serif);
  font-size: 3.8rem;
  font-weight: var(--font_weight_bold);
  letter-spacing: 0.025em;
  line-height: 1.32;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 1081px) {
  .c_online_ttl {
    grid-column-start: 2;
    grid-row-start: 1;
  }
}
@media screen and (max-width: 1080px) {
  .c_online_ttl {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .c_online_ttl {
    font-size: 2.5rem;
    letter-spacing: 0;
  }
}
.c_online_ttl::before, .c_online_ttl::after {
  background: url(/library/images/shop/vintage/online_ttl_deco.png) center/contain no-repeat;
  content: "";
  display: block;
  height: 28px;
  margin: 15px auto;
  max-width: 548px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c_online_ttl::before, .c_online_ttl::after {
    height: 36px;
    margin-block: 5px;
    max-width: 450px;
  }
}
.c_online_img {
  text-align: center;
}
@media screen and (min-width: 1081px) {
  .c_online_img {
    grid-row: span 2/span 2;
    grid-column-start: 1;
    grid-row-start: 1;
  }
}
.c_online_txt {
  text-align: center;
}
@media screen and (min-width: 1081px) {
  .c_online_txt {
    grid-column-start: 2;
  }
}/*# sourceMappingURL=vintage.css.map */