@charset "UTF-8";
:root {
  --black: #222222;
  --white: #ffffff;
  --gothic: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif;
  --micho: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "MS PMincho", serif;
}

.wrapper,
.container {
  width: 100%;
  padding: 0;
  background-color: #f2f0ec;
}

@media screen and (max-width: 768px) {
  .wrapper .topicModuleCredit,
  .container .topicModuleCredit {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wrapper #bottom_recommend_area,
  .container #bottom_recommend_area {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#aokiLp {
  width: 100%;
  margin-inline: auto;
  padding: 0;
}
#aokiLp h1,
#aokiLp h2,
#aokiLp h3,
#aokiLp p,
#aokiLp a,
#aokiLp button,
#aokiLp small {
  font-family: var(--gothic);
}
#aokiLp *,
#aokiLp *::before,
#aokiLp *::after {
  box-sizing: border-box;
}
#aokiLp a {
  cursor: pointer;
  text-decoration: none;
}
#aokiLp p {
  margin: 0;
}
#aokiLp em {
  font-style: normal;
}
#aokiLp picture,
#aokiLp img {
  display: block;
  width: 100%;
  height: auto;
}
#aokiLp ul li {
  list-style: none;
}
#aokiLp h1 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 44px;
}
#aokiLp h1 span {
  display: block;
  font-size: 21px;
  margin-bottom: 21px;
}
#aokiLp .pc {
  display: block;
}
#aokiLp .sp {
  display: none;
}
#aokiLp .kv-area {
  width: 100%;
}
#aokiLp .about-section {
  overflow: hidden;
  padding: 74px 0 100px;
  background-color: #f2f0ec;
  color: #241d14;
}
#aokiLp .about-section h1 {
  margin: 0 0 96px;
  color: #241d14;
  font-size: 52px;
  line-height: 1.2;
  font-weight: 600;
}
#aokiLp .about-section h1 span {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.5;
}
#aokiLp .about-area {
  display: flex;
  width: min(100%, 1200px);
  margin-inline: auto;
  gap: 100px;
}
#aokiLp .about-area .about-text,
#aokiLp .about-area .about-image {
  width: 550px;
}
#aokiLp .about-area .about-image {
  height: 543px;
  overflow: hidden;
}
#aokiLp .about-area .about-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
#aokiLp .about-area .about-text h2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 103px;
  margin: 0 0 40px;
  font-size: 42px;
  font-weight: 600;
  background-color: var(--white);
  /*タイトル背景*/
}
#aokiLp .about-area .about-text h2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  background-color: var(--white);
}
#aokiLp .about-area .about-text h2 {
  /*タイトル横の横棒*/
}
#aokiLp .about-area .about-text h2::after {
  content: "";
  width: 120px;
  height: 1px;
  background-color: #b1883a;
}
#aokiLp .about-area .about-text p {
  font-size: 18px;
  line-height: 2.2;
}
#aokiLp .about-area .about-text p:nth-of-type(3),
#aokiLp .about-area .about-text p:nth-of-type(4) {
  margin-top: 40px;
}
#aokiLp .lineup-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  height: 70px;
  margin: 100px auto 0;
  color: var(--white);
  background-color: #302d29;
  font-size: 17px;
  font-weight: 600;
  position: relative;
}
#aokiLp .lineup-button::before, #aokiLp .lineup-button::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 18px;
  height: 18px;
  border-right: 1px solid #b1883a;
  border-bottom: 1px solid #b1883a;
  transform: translateX(-50%) rotate(45deg);
}
#aokiLp .lineup-button::before {
  bottom: -24px;
}
#aokiLp .lineup-button::after {
  bottom: -29px;
}
#aokiLp .feature-section {
  padding: 130px 0 260px;
  color: #241d14;
  background-color: #e8e0d5;
}
#aokiLp .feature-section > h2 {
  width: min(100%, 1100px);
  margin: 0 auto 91px;
  padding-bottom: 36px;
  border-bottom: 1px solid #b1883a;
  color: #302d29;
  font-size: 42px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
#aokiLp .feature-section .feature-list {
  display: grid;
  grid-template-columns: repeat(2, 520px);
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 100px;
  width: min(100%, 1100px);
  margin-inline: auto;
}
#aokiLp .feature-section .feature-card {
  position: relative;
  width: 520px;
  height: 610px;
  padding: 30px 40px 15px;
  background-color: var(--white);
}
#aokiLp .feature-section .feature-card:nth-child(even) {
  transform: translateY(100px);
}
#aokiLp .feature-section .feature-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid #b1883a;
  pointer-events: none;
}
#aokiLp .feature-section .feature-number {
  display: flex;
  justify-content: flex-end;
  height: 62px;
  border-bottom: 1px solid #b1883a;
}
#aokiLp .feature-section .feature-number img {
  width: 121px;
  height: 60px;
}
#aokiLp .feature-section .feature-card h3 {
  margin: 20px 0 4px;
  font-size: 30px;
  line-height: 1.6;
  font-weight: 600;
}
#aokiLp .feature-section .feature-card p {
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 1.8;
}
#aokiLp .feature-section .feature-card > img {
  width: 440px;
  height: 265px;
  -o-object-fit: cover;
     object-fit: cover;
}
#aokiLp .lineup-section {
  padding-top: 220px;
  padding-bottom: 220px;
  color: #241d14;
  background-color: #f2f0ec;
}
#aokiLp .lineup-section > h2 {
  width: min(100%, 1100px);
  margin: 0 auto 35px;
  padding-bottom: 36px;
  border-bottom: 1px solid #b1883a;
  color: #302d29;
  font-size: 42px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
#aokiLp .lineup-section .lineup-lead {
  width: min(100%, 1100px);
  margin-inline: auto;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
#aokiLp .lineup-section .price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 616px;
  height: 80px;
  margin: 31px auto 0;
  color: #b1883a;
  background-color: #e8e0d5;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
}
#aokiLp .lineup-section .price-box small {
  font-size: 14px;
}
#aokiLp .lineup-section .color-slider {
  width: 1200px;
  margin: 95px auto 0;
}
#aokiLp .lineup-section .color-slider .color-slider-prev,
#aokiLp .lineup-section .color-slider .color-slider-next {
  position: absolute;
  top: 350px;
  z-index: 2;
  width: 24px;
  height: 24px;
  border: 0;
  border-top: 2px solid #b1883a;
  border-right: 2px solid #b1883a;
  background: transparent;
  cursor: pointer;
}
#aokiLp .lineup-section .color-slider .color-slider-prev {
  left: 20px;
  transform: rotate(-135deg);
}
#aokiLp .lineup-section .color-slider .color-slider-next {
  right: 20px;
  transform: rotate(45deg);
}
#aokiLp .lineup-section .color-slider .color-slide .color-title,
#aokiLp .lineup-section .color-slider .color-slide .color-links {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s;
}
#aokiLp .lineup-section .color-slider .color-slide .color-image {
  opacity: 0.25;
  transition: opacity 0.4s;
}
#aokiLp .lineup-section .color-slider .color-slide.swiper-slide-active .color-title,
#aokiLp .lineup-section .color-slider .color-slide.swiper-slide-active .color-links {
  opacity: 1;
  visibility: visible;
}
#aokiLp .lineup-section .color-slider .color-slide.swiper-slide-active .color-image {
  opacity: 1;
}
#aokiLp .lineup-section .color-slider .color-slider-pagination {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}
#aokiLp .lineup-section .color-slider .color-slider-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  border: 1px solid #b1883a;
  background: transparent;
  opacity: 1;
}
#aokiLp .lineup-section .color-slider .color-slider-pagination .swiper-pagination-bullet-active {
  background: #b1883a;
}
#aokiLp .lineup-section .color-slide {
  width: 380px;
}
#aokiLp .lineup-section .color-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 38px;
}
#aokiLp .lineup-section .color-title img {
  width: 66px;
  height: 26px;
}
#aokiLp .lineup-section .color-title p {
  font-size: 16px;
  line-height: 1;
}
#aokiLp .lineup-section .color-image {
  width: 380px;
  height: 511px;
  -o-object-fit: cover;
     object-fit: cover;
}
#aokiLp .lineup-section .color-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}
#aokiLp .lineup-section .color-links a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  height: 70px;
  color: var(--white);
  background: #302d29;
  font-size: 17px;
  font-weight: 600;
}
#aokiLp .lineup-section .color-links a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
#aokiLp .lineup-section .color-links a:last-child {
  background: #b1883a;
}
#aokiLp .lineup-section .color-links--coming-soon {
  align-items: center;
  justify-content: center;
  width: 380px;
  min-height: 150px;
  color: #302d29;
  text-align: center;
}
#aokiLp .lineup-section .color-links--coming-soon .coming-soon-text {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
}
#aokiLp .lineup-section .color-links--coming-soon .coming-soon-date {
  font-size: 15px;
  line-height: 1.6;
}
#aokiLp .lineup-section .lineup-note {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
#aokiLp .styling-section {
  padding-top: 112px;
  padding-bottom: 120px;
  color: #241d14;
  background-color: #e8e0d5;
  text-align: center;
}
#aokiLp .styling-section > h2 {
  width: 1100px;
  margin: 0 auto 35px;
  padding-bottom: 36px;
  border-bottom: 1px solid #b1883a;
  color: #302d29;
  font-size: 42px;
  line-height: 1.5;
  font-weight: 600;
}
#aokiLp .styling-section .styling-lead {
  width: 1200px;
  margin-inline: auto;
  font-size: 18px;
  line-height: 1.8;
}
#aokiLp .styling-section .staff-slider {
  width: 100%;
  margin-top: 90px;
  overflow: hidden;
}
#aokiLp .styling-section .staff-slider .swiper-wrapper {
  transition-timing-function: linear;
}
#aokiLp .styling-section .staff-slide {
  position: relative;
  width: 270px;
}
#aokiLp .styling-section .staff-slide > img {
  width: 270px;
  height: 363px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
#aokiLp .styling-section .staff-slide .staff-zoom {
  position: absolute;
  top: 318px;
  right: 0;
  width: 45px;
  height: 45px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
#aokiLp .styling-section .staff-slide .staff-zoom img {
  display: block;
  width: 45px;
  height: 45px;
}
#aokiLp .styling-section .staff-slide > p {
  margin-top: 18px;
  color: #b1883a;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
#aokiLp .guide-links {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 120px 0;
  background-color: #f2f0ec;
}
#aokiLp .guide-links__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 420px;
  height: 130px;
  color: #fff;
}
#aokiLp .guide-links__item::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
#aokiLp .guide-links__item--products {
  background-color: #302d29;
}
#aokiLp .guide-links__item--stores {
  background-color: #b1883a;
}
#aokiLp .guide-links__title {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}
#aokiLp .guide-links__text {
  font-size: 17px;
  line-height: 1;
  font-weight: 600;
}
#aokiLp .lead-area {
  text-align: center;
  margin-inline: auto;
  width: min(100%, 1200px);
  margin-top: 56px;
  margin-bottom: 90px;
}
#aokiLp .lead-area p {
  font-size: 17px;
  line-height: 205%;
}
#aokiLp .recommend-area {
  width: 100%;
  margin-top: 0;
  padding-top: 60px;
  background-color: var(--white);
}
#aokiLp .recommend-area p {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 40px;
}
#aokiLp .recommend-area p::before, #aokiLp .recommend-area p::after {
  background-color: var(--black);
  display: block;
  content: "";
  width: 120px;
  height: 2px;
  margin-left: 20px;
  margin-right: 20px;
}
#aokiLp .recommend-area ul {
  width: min(100%, 1200px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0;
}
#aokiLp .recommend-area ul li {
  width: min(100%, 282px);
  transition: all 0.3s;
}
@media (hover: hover) {
  #aokiLp .recommend-area ul li:hover {
    opacity: 0.7;
  }
}

.staff-modal {
  position: relative;
  max-width: 600px;
  padding: 20px;
  background-color: #fff;
}
.staff-modal__image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 120px);
  margin-inline: auto;
}
.staff-modal__close {
  top: -40px;
  right: 0;
  left: auto;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #aokiLp .pc {
    display: none;
  }
  #aokiLp .sp {
    display: block;
  }
  #aokiLp .kv-area {
    width: min(100%, 768px);
    padding-left: 15px;
    padding-right: 15px;
  }
  #aokiLp h1 {
    font-size: 6.15vw;
    margin-bottom: 6.15vw;
    line-height: 150%;
  }
  #aokiLp h1 span {
    font-size: 3.4vw;
    margin-bottom: 4.1vw;
    line-height: 100%;
  }
  #aokiLp .about-section h1 {
    margin-bottom: 68px;
    font-size: 7.69vw;
  }
  #aokiLp .about-section h1 span {
    margin-bottom: 10px;
    font-size: 4.62vw;
    line-height: 190%;
  }
  #aokiLp .about-area {
    flex-direction: column;
    width: 100%;
    padding: 0 15px;
    gap: 0;
  }
  #aokiLp .about-area .about-text,
  #aokiLp .about-area .about-image {
    width: 100%;
  }
  #aokiLp .about-area .about-image {
    height: 355px;
    margin-top: 40px;
  }
  #aokiLp .about-area .about-text h2 {
    justify-content: center;
    height: 73px;
    margin: 35px 0 36px;
    gap: 16px;
    font-size: 6.15vw;
  }
  #aokiLp .about-area .about-text h2::before {
    display: none;
  }
  #aokiLp .about-area .about-text h2::after {
    width: 60px;
  }
  #aokiLp .about-area .about-text p {
    font-size: 4.1vw;
    text-align: center;
  }
  #aokiLp .feature-section {
    padding-top: 67px;
    padding-bottom: 66px;
    padding-right: 15px;
    padding-left: 15px;
  }
  #aokiLp .feature-section > h2 {
    margin-bottom: 65px;
    padding-bottom: 34px;
    font-size: 6.15vw;
    line-height: 1.5;
  }
  #aokiLp .feature-section .feature-list {
    grid-template-columns: 1fr;
    row-gap: 29px;
    width: 100%;
  }
  #aokiLp .feature-section .feature-card {
    width: 100%;
    min-height: 423px;
    height: auto;
    padding: 21px 28px 28px;
  }
  #aokiLp .feature-section .feature-card:nth-child(even) {
    transform: none;
  }
  #aokiLp .feature-section .feature-card::before {
    inset: 7px;
  }
  #aokiLp .feature-section .feature-card .feature-number {
    height: 43px;
  }
  #aokiLp .feature-section .feature-card .feature-number img {
    width: 84px;
    height: 42px;
  }
  #aokiLp .feature-section .feature-card h3 {
    margin: 14px 0 3px;
    font-size: 5.13vw;
    line-height: 1.6;
  }
  #aokiLp .feature-section .feature-card p {
    margin-bottom: 12px;
    font-size: 3.85vw;
    line-height: 1.8;
  }
  #aokiLp .feature-section .feature-card > img {
    width: 100%;
    height: 184px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #aokiLp .lineup-section {
    padding-top: 67px;
    padding-right: 15px;
    padding-bottom: 84px;
    padding-left: 15px;
  }
  #aokiLp .lineup-section > h2 {
    width: 100%;
    margin-bottom: 42px;
    padding-bottom: 31px;
    font-size: 6.15vw;
    line-height: 1.5;
  }
  #aokiLp .lineup-section .lineup-lead {
    width: 100%;
    font-size: 3.85vw;
    line-height: 1.8;
  }
  #aokiLp .lineup-section .price-box {
    flex-direction: column;
    gap: 30px;
    width: 100%;
    height: 135px;
    margin-top: 43px;
  }
  #aokiLp .lineup-section .price-box p {
    font-size: 5.13vw;
  }
  #aokiLp .lineup-section .price-box small {
    font-size: 3.59vw;
  }
  #aokiLp .lineup-section .color-slider {
    width: 100%;
    margin-top: 70px;
  }
  #aokiLp .lineup-section .color-slide {
    width: 100%;
  }
  #aokiLp .lineup-section .color-title {
    margin-bottom: 50px;
  }
  #aokiLp .lineup-section .color-title p {
    font-size: 4.1vw;
  }
  #aokiLp .lineup-section .color-image {
    width: 100%;
    height: 484px;
  }
  #aokiLp .lineup-section .color-links {
    gap: 15px;
    margin-top: 39px;
  }
  #aokiLp .lineup-section .color-links a {
    width: 100%;
    font-size: 4.36vw;
  }
  #aokiLp .lineup-section .color-links--coming-soon {
    width: 100%;
    min-height: 155px;
  }
  #aokiLp .lineup-section .color-links--coming-soon .coming-soon-text {
    font-size: 5.13vw;
  }
  #aokiLp .lineup-section .color-links--coming-soon .coming-soon-date {
    font-size: 3.85vw;
  }
  #aokiLp .lineup-section .lineup-note {
    margin-top: 24px;
    font-size: 3.59vw;
  }
  #aokiLp .lineup-button {
    width: calc(100% - 30px);
    margin-top: 40px;
    font-size: 4.36vw;
  }
  #aokiLp .styling-section {
    padding-top: 67px;
    padding-right: 15px;
    padding-bottom: 70px;
    padding-left: 15px;
  }
  #aokiLp .styling-section > h2 {
    width: 100%;
    margin-bottom: 35px;
    padding-bottom: 31px;
    font-size: 6.15vw;
    line-height: 1.5;
  }
  #aokiLp .styling-section .styling-lead {
    width: 100%;
    font-size: 3.85vw;
    line-height: 1.8;
  }
  #aokiLp .styling-section .staff-slide > p {
    font-size: 3.85vw;
  }
  #aokiLp .guide-links {
    flex-direction: column;
    gap: 20px;
    padding: 65px 15px;
  }
  #aokiLp .guide-links__item {
    gap: 7px;
    width: 100%;
    height: 95px;
  }
  #aokiLp .guide-links__item::after {
    right: 15px;
  }
  #aokiLp .guide-links__title {
    font-size: 5.13vw;
  }
  #aokiLp .guide-links__text {
    font-size: 3.85vw;
  }
  #aokiLp .lead-area {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 12.56vw auto 13vw;
  }
  #aokiLp .lead-area p {
    font-size: 3.7vw;
  }
  #aokiLp .recommend-area {
    width: min(100%, 768px);
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  #aokiLp .recommend-area p {
    font-size: 6vw;
    margin-bottom: 5%;
  }
  #aokiLp .recommend-area p::before, #aokiLp .recommend-area p::after {
    display: none;
  }
  #aokiLp .recommend-area ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 3%;
  }
  #aokiLp .recommend-area ul li {
    width: 48.5%;
    margin-bottom: 3%;
  }
  .staff-modal {
    width: calc(100% - 30px);
    padding: 15px;
  }
  .staff-modal__image {
    max-height: calc(100vh - 100px);
  }
  .staff-modal__close {
    top: -35px;
  }
}/*# sourceMappingURL=style_260828.css.map */