@charset "UTF-8";
/* ------------------------------
	設定
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Serif:opsz,wght@8..144,200&display=swap");
html {
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .sp-only {
    display: none !important;
  }
}

:root {
  --c-txt: #333;
  --c-bg: #f8f8f8;
  --c-bg_pc: #A9AB9D;
  --c-accent: #B99C6B;
  --c-sub: #e8e8e8;
  --c-white: #fff;
}

/* ------------------------------
	style
------------------------------ */
* {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: var(--c-txt);
}
* img {
  width: 100%;
}

body {
  background-color: var(--c-bg_pc);
}

@media screen and (min-width: 960px) {
  #contents {
    display: flex;
  }
}
#contents header {
  position: relative;
}
@media screen and (min-width: 960px) {
  #contents header {
    width: 50%;
  }
}
#contents header h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120vw;
  background: url(/special/260915_kagure_styling/common/img/img_kv.webp) 50% 50%/cover;
  font-size: 2.4rem;
  color: var(--c-sub);
}
@media screen and (min-width: 960px) {
  #contents header h1 {
    position: fixed;
    width: 50%;
    height: 100vh;
  }
}
#contents header h1.animation {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.4s;
}
#contents header h1.animation.active {
  opacity: 1;
}
#contents header h1 .ttl {
  width: 70% !important;
}
#contents #wrapper {
  background-color: var(--c-bg);
}
@media screen and (min-width: 960px) {
  #contents #wrapper {
    width: calc(50% - 80px);
    max-width: 560px;
    margin: 40px auto;
  }
}
#contents #wrapper > section {
  padding: 120px 8%;
}
#contents #wrapper section.animation {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.4s;
  transform: translateY(40px);
}
#contents #wrapper section.animation.active {
  opacity: 1;
  transform: translateY(0);
}
#contents #wrapper h2 {
  margin-bottom: 0.25em;
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.2;
}
#contents #wrapper .txt p:not(:last-child) {
  margin-bottom: 1em;
}
#contents #wrapper .txt em {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  color: var(--c-accent);
}
#contents #wrapper .inner {
  margin-top: 40px;
}
#contents #wrapper a {
  transition: 0.3s;
}
#contents #wrapper a:hover {
  opacity: 0.7;
  transform: translateY(5px);
}
#contents #wrapper .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  border: 1px solid var(--c-txt);
  border-radius: 55px;
}
#contents #wrapper .btn_ig::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background: url(../img/icon_instagram.svg) 50% 50%/15px auto no-repeat;
}
#contents #wrapper .sec_lead {
  padding-top: 40px;
  padding-bottom: 0;
}
@media screen and (min-width: 960px) {
  #contents #wrapper .sec_lead {
    padding-top: 60px;
  }
}
#contents #wrapper .sec_lead.animation {
  transition-delay: 0.4s;
}
#contents #wrapper .sec_lead em {
  font-size: 2rem;
  font-weight: 500;
}
#contents #wrapper .main {
  padding: 80px 8%;
}
#contents #wrapper .main section:not(:last-child) {
  padding-bottom: 100px;
}
#contents #wrapper .main h2 {
  font-size: 5.6rem;
  color: var(--c-accent);
}
#contents #wrapper .main h3 {
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 1.6rem;
  color: var(--c-accent);
}
#contents #wrapper .main .main_img {
  margin: 40px 0;
}
#contents #wrapper .main .swiper {
  position: relative;
  transition: all 4s cubic-bezier(0.16, 1, 0.3, 1);
  margin: 40px 0;
}
#contents #wrapper .main .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents #wrapper .main .swiper-pagination {
  display: flex;
  position: absolute;
  width: auto;
  left: auto !important;
  right: 18px;
  bottom: 18px;
  gap: 10px;
}
#contents #wrapper .main .swiper-pagination-bullet {
  width: vw(6);
  height: vw(6);
  margin: 0 !important;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 100%;
  opacity: 1;
  transition: all 0.3s ease;
}
@media screen and (min-width: 960px) {
  #contents #wrapper .main .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
#contents #wrapper .main .swiper-pagination-bullet-active {
  background-color: #fff;
}
#contents #wrapper .main .product {
  margin: 0 -8vw;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 960px) {
  #contents #wrapper .main .product {
    margin-right: 0;
    margin-left: 0;
    overflow-x: auto;
  }
}
#contents #wrapper .main .product ul {
  display: flex;
  margin-left: 16vw;
}
@media screen and (min-width: 960px) {
  #contents #wrapper .main .product ul {
    flex-wrap: wrap;
    margin-left: 20px;
  }
}
#contents #wrapper .main .product ul li {
  width: 38.6vw;
  min-width: 38.6vw;
  padding-right: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  #contents #wrapper .main .product ul li {
    width: 50%;
    min-width: inherit;
  }
}
#contents #wrapper .main .product ul li a {
  display: block;
}
#contents #wrapper .main .product ul li div {
  margin-top: 15px;
  font-size: 1.2rem;
  line-height: 1.75;
}
#contents #wrapper .main .product ul li .price {
  margin-top: 5px;
}
#contents #wrapper .main .btn_all a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 400;
}
#contents #wrapper .main .btn_all a::after {
  content: "\f178";
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid var(--c-txt);
  border-radius: 50%;
  margin-left: 10px;
  text-align: center;
  font-family: "Font Awesome 6 Free";
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 38px;
}
#contents #wrapper .main .btn_all a:hover {
  transform: translateX(5px);
}
#contents #wrapper .others section {
  padding: 80px 8%;
}
#contents #wrapper .others section:nth-child(2n+1) {
  background-color: var(--c-sub);
}
#contents #wrapper .others .sec_other-items ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 68vw;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #contents #wrapper .others .sec_other-items ul {
    width: 100%;
  }
}
#contents #wrapper .others .sec_other-items li {
  width: 68vw;
  height: 45.3333333333vw;
  border-radius: 8px;
  background-size: cover;
  background-position: 50% 50%;
  margin-top: 25px;
}
@media screen and (min-width: 960px) {
  #contents #wrapper .others .sec_other-items li {
    height: 200px;
  }
}
#contents #wrapper .others .sec_other-items li:nth-child(-n+1) {
  margin-top: 0;
}
#contents #wrapper .others .sec_other-items li:nth-child(1) {
  background-image: url(/special/260915_kagure_styling/common/img/img_other-01.webp);
}
#contents #wrapper .others .sec_other-items li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
#contents #wrapper .others .sec_other-items li a:hover {
  transform: none;
}
#contents #wrapper .others .sec_follow .btn {
  margin-top: 40px;
}
#contents #wrapper footer {
  padding: 120px 8%;
  background-color: var(--c-txt);
  color: var(--c-white);
}
#contents #wrapper footer li {
  margin-top: 60px;
}
#contents #wrapper footer a {
  display: block;
  margin: 0 auto;
}
#contents #wrapper footer a.btn {
  border-color: var(--c-white);
}
#contents #wrapper footer a.logo_online {
  width: 120px;
}
#contents #wrapper footer a.logo_media {
  width: 200px;
}
/*# sourceMappingURL=260915_kagure_styling_style.css.map */