@charset "UTF-8";
:root {
  --black: #111111;
  --white: #ffffff;
  --brown-ttl: #311303;
  --brown-accent: #745E48;
  --beige-bg-primary: #F6F3EF;
  --beige-bg-secondary: #F3EBE1;
  --beige-bg-muted: #ECE6DF;
  --gold-accent: #A9A58B;
  --gold: #a09159;
  --red: #C42727;
  --pink: #E293A1;
  --navy: #22242F;
  --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;
}

@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 *,
#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 h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--micho);
  font-weight: 600;
  color: var(--brown-ttl);
  white-space: nowrap;
}
#aokiLp h2::before, #aokiLp h2::after {
  content: "";
  flex-grow: 1;
  height: 3px;
  border-top: 1px solid var(--brown-ttl);
  border-bottom: 1px solid var(--brown-ttl);
}
#aokiLp .pc {
  display: block;
}
#aokiLp .sp {
  display: none;
}
#aokiLp .kv-area {
  margin-inline: auto;
  width: min(100%, 1200px);
}
#aokiLp .link {
  width: min(100%, 1200px);
  margin-inline: auto;
  margin-top: 49px;
}
#aokiLp .link ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-bottom: 0;
  padding-left: 0;
}
#aokiLp .link ul li {
  width: 100%;
  padding: 2px;
  border: 0.5px solid var(--black);
}
#aokiLp .link ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 80px;
  font-family: var(--micho);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: var(--black);
  border: 1px solid var(--black);
  transition: 0.3s;
}
#aokiLp .link ul li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  transform: rotate(45deg);
}
#aokiLp .link ul li a:hover {
  background-color: var(--black);
  color: var(--white);
}
#aokiLp .link ul li a:hover::after {
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
}
#aokiLp .link ul li:nth-of-type(7), #aokiLp .link ul li:nth-of-type(8), #aokiLp .link ul li:nth-of-type(9) {
  border: none;
  padding: 0;
}
#aokiLp .link ul li:nth-of-type(7) a, #aokiLp .link ul li:nth-of-type(8) a, #aokiLp .link ul li:nth-of-type(9) a {
  flex-direction: row;
  border: 0;
  height: 46px;
}
#aokiLp .link ul li:nth-of-type(7) a::after, #aokiLp .link ul li:nth-of-type(8) a::after, #aokiLp .link ul li:nth-of-type(9) a::after {
  position: absolute;
  right: 20px;
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  transform: rotate(-45deg);
}
#aokiLp .link ul li:nth-of-type(7) {
  grid-column: 1/3;
  border-color: var(--gold-accent);
}
#aokiLp .link ul li:nth-of-type(7) a {
  color: var(--white);
  background-color: var(--gold);
}
#aokiLp .link ul li:nth-of-type(7) a:hover {
  color: var(--gold);
  background-color: var(--white);
  border: 1px solid var(--gold);
}
#aokiLp .link ul li:nth-of-type(7) a:hover::after {
  border-right: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}
#aokiLp .link ul li:nth-of-type(8) {
  grid-column: 3/5;
  border-color: var(--navy);
}
#aokiLp .link ul li:nth-of-type(8) a {
  color: var(--white);
  background-color: var(--navy);
}
#aokiLp .link ul li:nth-of-type(8) a:hover {
  color: var(--navy);
  background-color: var(--white);
  border: 1px solid var(--navy);
}
#aokiLp .link ul li:nth-of-type(8) a:hover::after {
  border-right: 1px solid var(--navy);
  border-bottom: 1px solid var(--navy);
}
#aokiLp .link ul li:nth-of-type(9) {
  grid-column: 5/7;
  border-color: var(--pink);
}
#aokiLp .link ul li:nth-of-type(9) a {
  color: var(--white);
  background-color: var(--pink);
}
#aokiLp .link ul li:nth-of-type(9) a:hover {
  color: var(--pink);
  background-color: var(--white);
  border: 1px solid var(--pink);
}
#aokiLp .link ul li:nth-of-type(9) a:hover::after {
  border-right: 1px solid var(--pink);
  border-bottom: 1px solid var(--pink);
}
#aokiLp .about {
  width: min(100%, 1200px);
  margin: 120px auto 140px;
  text-align: center;
  color: var(--black);
}
#aokiLp .about h1 {
  font-family: var(--micho);
  font-weight: bold;
  font-size: 40px;
}
#aokiLp .about > p {
  margin-top: 40px;
  font-family: var(--gothic);
  font-size: 18px;
  line-height: 172.222%;
}
#aokiLp .about > p span {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  line-height: 165%;
}
#aokiLp .about .about_df {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin: 74px auto 0;
}
#aokiLp .about .about_df .about_left {
  width: min(100%, 660px);
}
#aokiLp .about .about_df .about_right {
  flex: 1;
  text-align: left;
}
#aokiLp .about .about_df .about_right .feature {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 60px;
  padding-bottom: 8px;
  text-align: center;
  font-family: var(--micho);
  font-size: 23px;
  font-weight: bold;
  color: var(--brown-ttl);
  border-bottom: 1px solid var(--brown-ttl);
}
#aokiLp .about .about_df .about_right .feature::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--black);
}
#aokiLp .about .about_df .about_right .feature::after {
  content: "";
  display: block;
  margin-left: 9px;
  width: 101px;
  aspect-ratio: 101/92;
  background: url(../_img/260723/about_ttl.svg) no-repeat center center;
  background-size: contain;
}
#aokiLp .about .about_df .about_right .feature_list {
  padding-left: 0;
  margin-bottom: 0;
}
#aokiLp .about .about_df .about_right .feature_list li {
  margin-bottom: 20px;
}
#aokiLp .about .about_df .about_right .feature_list li:last-of-type {
  margin-bottom: 0;
}
#aokiLp .about .about_df .about_right .feature_list li .bold {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 15px;
  font-family: var(--micho);
  font-size: 20px;
  font-weight: bold;
  color: var(--brown-ttl);
}
#aokiLp .about .about_df .about_right .feature_list li .bold::before {
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
  background: url(../_img/260723/about-1_icon.svg) no-repeat center center;
  background-size: contain;
}
#aokiLp .about .about_df .about_right .feature_list li:nth-of-type(2) .bold::before {
  background-image: url(../_img/260723/about-2_icon.svg);
}
#aokiLp .about .about_df .about_right .feature_list li:nth-of-type(3) .bold::before {
  background-image: url(../_img/260723/about-3_icon.svg);
}
#aokiLp .about .about_df .about_right .feature_list li:nth-of-type(4) .bold::before {
  background-image: url(../_img/260723/about-4_icon.svg);
}
#aokiLp .about .about_df .about_right .feature_list li:nth-of-type(5) .bold::before {
  background-image: url(../_img/260723/about-5_icon.svg);
}
#aokiLp .about .about_df .about_right .feature_list li:nth-of-type(6) .bold::before {
  background-image: url(../_img/260723/about-6_icon.svg);
}
#aokiLp .about .about_df .about_right .feature_list li p {
  margin-top: 0;
  font-family: var(--gothic);
  font-size: 16px;
}
#aokiLp .item {
  padding-top: 180px;
  padding-bottom: 140px;
  background-color: var(--beige-bg-primary);
}
#aokiLp .item__wrap {
  width: min(100%, 1200px);
  margin-inline: auto;
}
#aokiLp .item__wrap .item__header h2 {
  gap: 40px;
  margin-bottom: 20px;
  font-size: 44px;
}
#aokiLp .item__wrap .item__header p {
  text-align: center;
  font-size: 18px;
  color: var(--black);
}
#aokiLp .item__wrap .item__header p > span {
  display: inline-block;
  font-weight: 600;
  color: var(--red);
  margin-top: 4px;
}
#aokiLp .item__wrap .item__header p > a {
  display: inline-block;
  margin: 20px 15px 0;
  font-weight: 600;
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: 0.3s;
}
#aokiLp .item__wrap .item__header p > a:hover {
  opacity: 0.7;
}
#aokiLp .item__wrap .item__header p .model-size {
  display: inline-block;
  margin-top: 20px;
  font-weight: 300;
  color: var(--black);
}
#aokiLp .item__wrap .item__list {
  width: min(100%, 1100px);
  margin-inline: auto;
  margin-top: 80px;
}
#aokiLp .item__wrap .item__list .product-card {
  display: flex;
  gap: 86px;
  margin-bottom: 100px;
}
#aokiLp .item__wrap .item__list .product-card:last-of-type {
  margin-bottom: 0;
}
#aokiLp .item__wrap .item__list .product-card__image-area {
  width: min(100%, 464px);
}
#aokiLp .item__wrap .item__list .product-card__image-area figure {
  width: 100%;
  margin-bottom: 30px;
}
#aokiLp .item__wrap .item__list .product-card__image-area .btn {
  color: var(--black);
  font-family: var(--gothic);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: 1px solid;
  border-radius: 100vmax;
  font-size: 18px;
  width: 464px;
  padding: 25px 0;
  margin: 0 auto;
  transition: 0.4s ease-in-out;
}
#aokiLp .item__wrap .item__list .product-card__image-area .btn::after {
  position: absolute;
  content: "";
  border-left: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  transform: rotate(-135deg);
  width: 8px;
  height: 8px;
  right: 20px;
  transition: 0.4s ease-in-out;
}
#aokiLp .item__wrap .item__list .product-card__image-area .btn {
  color: var(--white);
  background-color: var(--brown-accent);
}
#aokiLp .item__wrap .item__list .product-card__image-area .btn::after {
  right: 35px;
}
#aokiLp .item__wrap .item__list .product-card__image-area .btn:hover {
  color: var(--brown-accent);
  background-color: var(--white);
}
#aokiLp .item__wrap .item__list .product-card__image-area .btn:hover::after {
  border-left: 1px solid var(--brown-accent);
  border-bottom: 1px solid var(--brown-accent);
}
#aokiLp .item__wrap .item__list .product-card__info {
  flex: 1;
  font-family: var(--gothic);
  color: var(--black);
}
#aokiLp .item__wrap .item__list .product-card__info .num {
  margin-bottom: 4px;
  font-size: 16px;
}
#aokiLp .item__wrap .item__list .product-card__info .name {
  margin-bottom: 15px;
  font-family: var(--micho);
  color: var(--brown-ttl);
  font-size: 30px;
  line-height: normal;
  font-weight: 600;
}
#aokiLp .item__wrap .item__list .product-card__info .color {
  margin-bottom: 40px;
  font-size: 16px;
}
#aokiLp .item__wrap .item__list .product-card__info .features {
  padding-left: 0;
  margin-bottom: 40px;
}
#aokiLp .item__wrap .item__list .product-card__info .features li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 35px;
  margin-bottom: 15px;
  font-size: 16px;
}
#aokiLp .item__wrap .item__list .product-card__info .features li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  aspect-ratio: 1/1;
  background: url(../_img/260723/item_icon.svg) no-repeat center center;
  background-size: contain;
}
#aokiLp .item__wrap .item__list .product-card__info .features li:last-child {
  margin-bottom: 0;
}
#aokiLp .item__wrap .item__list .product-card__info .size-text {
  margin-bottom: 40px;
  font-size: 16px;
}
#aokiLp .item__wrap .item__list .product-card__info .size-text span {
  margin-left: 25px;
}
#aokiLp .item__wrap .item__list .product-card__info .size-accordion {
  padding: 15px 20px;
  background-color: var(--white);
  border: 0.5px solid var(--gold-accent);
  border-radius: 5px;
}
#aokiLp .item__wrap .item__list .product-card__info .size-accordion[open] summary::after {
  transform: rotate(135deg);
}
#aokiLp .item__wrap .item__list .product-card__info .size-accordion__content {
  margin-inline: auto;
  margin-bottom: 60px;
  width: min(100%, 426px);
}
#aokiLp .item__wrap .item__list .product-card__info .size-accordion summary {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  list-style: none;
  transition: opacity 0.3s;
}
#aokiLp .item__wrap .item__list .product-card__info .size-accordion summary::after {
  position: absolute;
  right: 2px;
  content: "";
  border-left: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  transform: rotate(-45deg);
  width: 8px;
  aspect-ratio: 1/1;
}
#aokiLp .item__wrap .item__list .product-card__info .size-accordion summary:hover {
  opacity: 0.7;
}
#aokiLp .item__wrap .item__list .product-card__info .size-accordion summary::-webkit-details-marker {
  display: none;
}
#aokiLp .item__wrap .item__list .product-card__info .size-accordion__header {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  font-size: 16px;
}
#aokiLp .item__wrap .item__list .product-card__info .size-accordion__header:nth-of-type(2) {
  margin-top: 20px;
}
#aokiLp .item__wrap .item__list .product-card__info .size-accordion__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 14px;
  text-align: center;
}
#aokiLp .item__wrap .item__list .product-card__info .size-accordion__table th,
#aokiLp .item__wrap .item__list .product-card__info .size-accordion__table td {
  padding: 12px 0;
  text-align: center;
  vertical-align: middle;
  font-family: var(--gothic);
  border: 1px solid var(--white);
}
#aokiLp .item__wrap .item__list .product-card__info .size-accordion__table thead th {
  background-color: var(--brown-accent);
  color: var(--white);
  font-weight: normal;
}
#aokiLp .item__wrap .item__list .product-card__info .size-accordion__table thead th:first-child {
  width: 111px;
}
#aokiLp .item__wrap .item__list .product-card__info .size-accordion__table tbody th {
  background-color: var(--beige-bg-muted);
  font-weight: bold;
}
#aokiLp .item__wrap .item__list .product-card__info .size-accordion__table tbody td {
  background-color: var(--beige-bg-primary);
}
#aokiLp .item__wrap .item__list .product-card__info .size-accordion .note {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
}
#aokiLp .item__wrap .item__list .product-card__info .size-accordion .min {
  font-size: 11px;
}
#aokiLp .set {
  padding-top: 180px;
  padding-bottom: 140px;
  background-color: var(--beige-bg-secondary);
}
#aokiLp .set__wrap {
  width: min(100%, 1200px);
  margin-inline: auto;
}
#aokiLp .set h2 {
  gap: 40px;
  margin-bottom: 20px;
  font-size: 44px;
}
#aokiLp .set__content {
  width: min(100%, 1000px);
  margin-inline: auto;
  margin-top: 85px;
}
#aokiLp .set__image-area {
  display: flex;
  gap: 18px;
  margin-bottom: 40px;
}
#aokiLp .set__image-area .set__image,
#aokiLp .set__image-area .set__image-price {
  margin-bottom: 0;
}
#aokiLp .set__text-area {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  color: var(--black);
}
#aokiLp .set .btn_reserve {
  margin-top: 65px;
  margin-bottom: 0;
  text-align: center;
}
#aokiLp .set .btn_appoint {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}
#aokiLp .set .btn_reserve > a,
#aokiLp .set .btn_appoint > a {
  font-size: 18px;
  text-decoration: underline;
  transition: 0.3s;
  font-family: var(--gothic);
  color: var(--black);
}
#aokiLp .set .btn_reserve > a:hover,
#aokiLp .set .btn_appoint > a:hover {
  opacity: 0.7;
}
#aokiLp .size-guide {
  padding-top: 180px;
  padding-bottom: 140px;
}
#aokiLp .size-guide__wrap {
  width: min(100%, 1200px);
  margin-inline: auto;
}
#aokiLp .size-guide h2 {
  gap: 40px;
  margin-bottom: 20px;
  font-size: 44px;
}
#aokiLp .size-guide__content {
  width: min(100%, 1000px);
  margin-inline: auto;
  margin-top: 80px;
}
#aokiLp .size-guide__item {
  display: flex;
  gap: 60px;
  margin-bottom: 100px;
}
#aokiLp .size-guide__item:last-child {
  margin-bottom: 0;
}
#aokiLp .size-guide__item > figure {
  width: min(100%, 440px);
  margin: 0;
}
#aokiLp .size-guide__item > figure img {
  width: 100%;
  height: auto;
}
#aokiLp .size-guide__info {
  flex: 1;
}
#aokiLp .size-guide__info > figure {
  margin-top: 15px;
  margin-bottom: 0;
  width: 351px;
}
#aokiLp .size-guide__table {
  width: 100%;
  font-family: var(--gothic);
}
#aokiLp .size-guide__table-title {
  margin-bottom: 30px;
  text-align: center;
  color: var(--white);
  font-family: var(--micho);
  font-size: 20px;
  font-weight: 600;
  background-color: var(--brown-ttl);
}
#aokiLp .size-guide__table-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#aokiLp .size-guide__row {
  display: flex;
  margin-top: -2px;
  gap: 0 16px;
}
#aokiLp .size-guide__row:first-child {
  margin-top: 0;
}
#aokiLp .size-guide__th, #aokiLp .size-guide__td {
  padding: 2px 0;
  border: 2px solid var(--white);
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: normal;
  color: var(--black);
}
#aokiLp .size-guide__th {
  width: 120px;
  background-color: var(--beige-bg-muted);
  font-weight: bold;
  justify-content: center;
  text-align: center;
}
#aokiLp .size-guide__td {
  width: 75%;
  background-color: transparent;
  margin-left: -2px;
}
#aokiLp .point {
  padding-top: 180px;
  padding-bottom: 140px;
  background-color: var(--beige-bg-primary);
}
#aokiLp .point__wrap {
  width: min(100%, 1200px);
  margin-inline: auto;
}
#aokiLp .point h2 {
  width: min(100%, 1200px);
  margin-inline: auto;
  gap: 40px;
  margin-bottom: 20px;
  font-size: 44px;
}
#aokiLp .point__list {
  width: min(100%, 1000px);
  margin-inline: auto;
  margin-top: 96px;
}
#aokiLp .point__item {
  display: flex;
  gap: 60px;
}
#aokiLp .point__item:nth-of-type(2) {
  margin: 100px 0;
}
#aokiLp .point__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
#aokiLp .point__item--multi {
  flex-direction: column;
  gap: 0;
}
#aokiLp .point__item--multi:nth-of-type(even) {
  flex-direction: column;
}
#aokiLp .point__info {
  flex: 1;
}
#aokiLp .point__label {
  margin-bottom: 13px;
}
#aokiLp .point__label img {
  width: auto;
  height: 33px;
}
#aokiLp .point__subtitle {
  margin-bottom: 60px;
  font-family: var(--micho);
  font-size: 30px;
  font-weight: 600;
  color: var(--brown-ttl);
}
#aokiLp .point__heading {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 15px;
  font-family: var(--gothic);
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
}
#aokiLp .point__heading::after {
  position: absolute;
  content: "";
  width: 4px;
  aspect-ratio: 4/19;
  left: 0;
  background: url(../_img/260723/point_ttl.svg) no-repeat center center;
  background-size: contain;
}
#aokiLp .point__desc {
  margin-bottom: 40px;
  font-family: var(--gothic);
  font-size: 16px;
  line-height: 168.75%;
  color: var(--black);
}
#aokiLp .point__desc:last-child {
  margin-bottom: 0;
}
#aokiLp .point__desc > em {
  font-weight: 600;
}
#aokiLp .point__image-area {
  width: min(100%, 428px);
}
#aokiLp .point__image {
  margin: 0;
  width: 100%;
}
#aokiLp .point__image img {
  width: 100%;
  height: auto;
}
#aokiLp .point .point__item--multi .point__sub-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
}
#aokiLp .point .point__item--multi .point__sub-item {
  display: flex;
  align-items: flex-start;
  gap: 71px;
  width: 100%;
}
#aokiLp .safe {
  width: min(100%, 800px);
  margin: 180px auto 100px;
  text-align: center;
}
#aokiLp .safe h3 {
  font-family: var(--micho);
  font-size: 62px;
  line-height: 1.4;
  margin-bottom: 30px;
  color: var(--brown-ttl);
}
#aokiLp .safe h3 span {
  font-size: 45px;
}
#aokiLp .safe figure {
  margin: 0;
}
#aokiLp .aa-ssi_wrap {
  display: block !important;
  text-align: center;
}
#aokiLp .aa-ssi_wrap .aa-ssi_copy {
  font-size: 24px !important;
  font-family: var(--micho);
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  color: var(--black);
}
#aokiLp .aa-ssi_wrap .aa-ssi_copy::before, #aokiLp .aa-ssi_wrap .aa-ssi_copy::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: var(--black);
  width: 2px;
  height: 32px;
  vertical-align: middle;
}
#aokiLp .aa-ssi_wrap .aa-ssi_copy::before {
  margin: 6px -25px;
  transform: rotate(-35deg);
}
#aokiLp .aa-ssi_wrap .aa-ssi_copy::after {
  margin: 6px 20px;
  transform: rotate(35deg);
}
#aokiLp .aa-ssi_wrap picture {
  display: inline-block;
}
#aokiLp .aa-ssi_wrap picture img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
#aokiLp .aa-ssi_wrap .aa-ssi_text {
  font-size: 15px;
  margin-top: 10px;
  font-family: var(--gothic);
  color: var(--black);
}
#aokiLp .aa-ssi_wrap .aa-ssi_text a {
  color: var(--black);
  text-decoration: underline !important;
  transition: 0.3s;
}
#aokiLp .aa-ssi_wrap .aa-ssi_text a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
#aokiLp .reason {
  width: min(100%, 1200px);
  margin: 80px auto 257px;
  text-align: center;
}
#aokiLp .reason h3 {
  font-family: var(--micho);
  font-size: 58px;
  line-height: 1.4;
  color: var(--brown-ttl);
}
#aokiLp .reason h3 span {
  font-size: 40px;
}
#aokiLp .reason .reason_df {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 20px auto;
}
#aokiLp .reason .reason_df li {
  margin: 20px 10px;
}
#aokiLp .reason .reason_df li .reason_main {
  font-family: var(--micho);
  font-size: 24px;
  line-height: 1.3;
  height: 123px;
  width: 342px;
  border: double 4px #a09159;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: var(--black);
}
#aokiLp .reason .reason_df li .reason_detail {
  margin-top: 10px;
  font-size: 16px;
  font-family: var(--gothic);
  color: var(--black);
}
#aokiLp .reason .reason_df li .reason_detail span {
  font-size: 12px;
  line-height: 1.3;
  display: block;
  margin-top: 10px;
}
#aokiLp .flow {
  width: min(100%, 1100px);
  margin: 0 auto;
  text-align: center;
}
#aokiLp .flow h3 {
  font-family: var(--micho);
  font-size: 50px;
  color: var(--brown-ttl);
}
#aokiLp .flow .flow_df {
  display: flex;
  justify-content: center;
  padding-left: 0;
}
#aokiLp .flow .flow_df li {
  width: 300px;
  margin: 40px 10px;
  font-family: var(--gothic);
}
#aokiLp .flow .flow_df li .step {
  width: 40%;
  margin: 0 auto;
}
#aokiLp .flow .flow_df li .flow_img {
  width: 50%;
  margin: 10px auto;
}
#aokiLp .flow .flow_df li .flow_bold {
  margin-bottom: 1rem;
  font-size: 26px;
  font-weight: bold;
  color: var(--black);
}
#aokiLp .flow .flow_df li .flow_detail {
  font-size: 16px;
  color: var(--black);
}
#aokiLp .flow .flow_df li .flow_detail span {
  font-size: 12px;
  line-height: 225%;
}
#aokiLp .shop {
  width: 1200px;
  margin: 100px auto;
  text-align: center;
}
#aokiLp .shop h3 {
  font-family: var(--micho);
  font-size: 48px;
  color: var(--brown-ttl);
}
#aokiLp .shop .shop_kome {
  margin-bottom: 40px;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  font-family: var(--gothic);
  color: var(--black);
}
#aokiLp .shop .btn_a {
  color: var(--black);
  font-family: var(--gothic);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: 1px solid;
  border-radius: 100vmax;
  font-size: 18px;
  width: 464px;
  padding: 25px 0;
  margin: 0 auto;
  transition: 0.4s ease-in-out;
}
#aokiLp .shop .btn_a::after {
  position: absolute;
  content: "";
  border-left: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  transform: rotate(-135deg);
  width: 8px;
  height: 8px;
  right: 20px;
  transition: 0.4s ease-in-out;
}
#aokiLp .shop .btn_a {
  color: var(--white);
  background-color: var(--brown-accent);
}
#aokiLp .shop .btn_a::after {
  right: 35px;
}
#aokiLp .shop .btn_a:hover {
  color: var(--brown-accent);
  background-color: var(--white);
}
#aokiLp .shop .btn_a:hover::after {
  border-left: 1px solid var(--brown-accent);
  border-bottom: 1px solid var(--brown-accent);
}
#aokiLp .kiyaku {
  width: 1000px;
  margin: 80px auto;
  text-align: left;
}
#aokiLp .kiyaku .kiyaku_ttl {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  color: var(--black);
}
#aokiLp .kiyaku .kiyaku_ttl::before, #aokiLp .kiyaku .kiyaku_ttl::after {
  content: "";
  display: block;
  border-bottom: double 4px var(--brown-ttl);
  width: 390px;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
}
#aokiLp .kiyaku .kiyaku_wrap {
  margin-bottom: 40px;
}
#aokiLp .kiyaku .kiyaku_list {
  font-family: var(--gothic);
  font-size: 14px;
  color: var(--black);
}
#aokiLp .kiyaku .kiyaku_list .kiyaku_list_item {
  margin-bottom: 16px;
}
#aokiLp .kiyaku .tar {
  text-align: right;
  font-size: 14px;
  font-family: var(--micho);
}
#aokiLp .kiyaku .btn_a {
  color: var(--black);
  font-family: var(--gothic);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: 1px solid;
  border-radius: 100vmax;
  font-size: 18px;
  width: 464px;
  padding: 25px 0;
  margin: 0 auto;
  transition: 0.4s ease-in-out;
}
#aokiLp .kiyaku .btn_a::after {
  position: absolute;
  content: "";
  border-left: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  transform: rotate(-135deg);
  width: 8px;
  height: 8px;
  right: 20px;
  transition: 0.4s ease-in-out;
}
#aokiLp .kiyaku .btn_a {
  color: var(--white);
  background-color: var(--brown-accent);
}
#aokiLp .kiyaku .btn_a::after {
  right: 35px;
}
#aokiLp .kiyaku .btn_a:hover {
  color: var(--brown-accent);
  background-color: var(--white);
}
#aokiLp .kiyaku .btn_a:hover::after {
  border-left: 1px solid var(--brown-accent);
  border-bottom: 1px solid var(--brown-accent);
}

@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 .link {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-top: 8.21vw;
  }
  #aokiLp .link ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5vw;
  }
  #aokiLp .link ul li {
    padding: 0.4vw;
  }
  #aokiLp .link ul li a {
    height: 14.1vw;
    font-size: 3.08vw;
  }
  #aokiLp .link ul li a::after {
    width: 1.54vw;
    height: 1.54vw;
  }
  #aokiLp .link ul li:nth-of-type(7), #aokiLp .link ul li:nth-of-type(8), #aokiLp .link ul li:nth-of-type(9) {
    grid-column: auto;
  }
  #aokiLp .link ul li:nth-of-type(7) a, #aokiLp .link ul li:nth-of-type(8) a, #aokiLp .link ul li:nth-of-type(9) a {
    height: 14.1vw;
  }
  #aokiLp .link ul li:last-of-type {
    grid-column: 1/3;
    width: calc(50% - 0.75vw);
    margin-inline: auto;
  }
  #aokiLp .about {
    width: 100%;
    margin: 15.38vw auto 20.51vw;
    padding: 0 15px;
  }
  #aokiLp .about h1 {
    margin-bottom: 6.41vw;
    font-size: 6.92vw;
  }
  #aokiLp .about > p {
    margin-top: 6.41vw;
    font-size: 3.85vw;
    line-height: 203%;
  }
  #aokiLp .about > p span {
    margin-top: 5.13vw;
    font-size: 3.2vw;
    line-height: 180%;
  }
  #aokiLp .about .about_df {
    flex-direction: column;
    gap: 6.41vw;
    margin: 8.97vw auto 0;
  }
  #aokiLp .about .about_df .about_left {
    width: 100%;
  }
  #aokiLp .about .about_df .about_right {
    margin: 0 auto;
  }
  #aokiLp .about .about_df .about_right .feature {
    margin-bottom: 5.13vw;
    padding-bottom: 1.28vw;
    font-size: 4.62vw;
  }
  #aokiLp .about .about_df .about_right .feature::before {
    bottom: 0.51vw;
  }
  #aokiLp .about .about_df .about_right .feature::after {
    margin-left: 6px;
    width: 13.08vw;
  }
  #aokiLp .about .about_df .about_right .feature_list li {
    margin-bottom: 8.97vw;
  }
  #aokiLp .about .about_df .about_right .feature_list li .bold {
    align-items: center;
    gap: 2.05vw;
    margin-bottom: 1.28vw;
    font-size: 4.62vw;
  }
  #aokiLp .about .about_df .about_right .feature_list li .bold::before {
    width: 7.18vw;
    flex-shrink: 0;
  }
  #aokiLp .about .about_df .about_right .feature_list li p {
    font-size: 3.59vw;
  }
  #aokiLp .item {
    padding-top: 15.38vw;
    padding-bottom: 20.51vw;
  }
  #aokiLp .item__wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #aokiLp .item__wrap .item__header h2 {
    gap: 0 10px;
    margin-bottom: 7.69vw;
    font-size: 6.92vw;
  }
  #aokiLp .item__wrap .item__header h2::before, #aokiLp .item__wrap .item__header h2::after {
    height: 0.77vw;
  }
  #aokiLp .item__wrap .item__header p {
    font-size: 3.39vw;
    line-height: normal;
  }
  #aokiLp .item__wrap .item__header p > span {
    margin-top: 2.56vw;
  }
  #aokiLp .item__wrap .item__header p > a {
    display: block;
    margin: 5.13vw 0 0;
    text-underline-offset: 1.03vw;
  }
  #aokiLp .item__wrap .item__header p > a:nth-of-type(2) {
    margin-top: 2.56vw;
  }
  #aokiLp .item__wrap .item__header p .model-size {
    margin-top: 5.13vw;
  }
  #aokiLp .item__wrap .item__list {
    margin-top: 12.82vw;
  }
  #aokiLp .item__wrap .item__list .product-card {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 20.51vw;
  }
  #aokiLp .item__wrap .item__list .product-card__image-area {
    order: 2;
    width: 100%;
  }
  #aokiLp .item__wrap .item__list .product-card__image-area figure {
    margin-bottom: 5.13vw;
  }
  #aokiLp .item__wrap .item__list .product-card__image-area .btn {
    font-size: 3.58vw;
    width: 100%;
    padding: 4.61vw 0;
  }
  #aokiLp .item__wrap .item__list .product-card__image-area .btn::after {
    width: 2.05vw;
    height: 2.05vw;
    right: 5.12vw;
  }
  #aokiLp .item__wrap .item__list .product-card__image-area .btn {
    margin-bottom: 7.69vw;
  }
  #aokiLp .item__wrap .item__list .product-card__info {
    display: contents;
  }
  #aokiLp .item__wrap .item__list .product-card__info .num,
  #aokiLp .item__wrap .item__list .product-card__info .name,
  #aokiLp .item__wrap .item__list .product-card__info .color {
    order: 1;
    width: 100%;
    text-align: left;
  }
  #aokiLp .item__wrap .item__list .product-card__info .num {
    margin-bottom: 0;
    font-size: 3.33vw;
  }
  #aokiLp .item__wrap .item__list .product-card__info .name {
    margin-bottom: 0;
    font-size: 5.13vw;
  }
  #aokiLp .item__wrap .item__list .product-card__info .color {
    margin-bottom: 5.64vw;
    font-size: 3.33vw;
  }
  #aokiLp .item__wrap .item__list .product-card__info .features,
  #aokiLp .item__wrap .item__list .product-card__info .size-text,
  #aokiLp .item__wrap .item__list .product-card__info .size-accordion {
    order: 3;
    width: 100%;
  }
  #aokiLp .item__wrap .item__list .product-card__info .features {
    margin-bottom: 7.69vw;
  }
  #aokiLp .item__wrap .item__list .product-card__info .features li {
    margin-bottom: 3.85vw;
    font-size: 3.33vw;
  }
  #aokiLp .item__wrap .item__list .product-card__info .features li::before {
    width: 3.85vw;
  }
  #aokiLp .item__wrap .item__list .product-card__info .size-text {
    margin-bottom: 8vw;
    font-size: 3.33vw;
  }
  #aokiLp .item__wrap .item__list .product-card__info .size-accordion {
    padding: 3.85vw 20px;
  }
  #aokiLp .item__wrap .item__list .product-card__info .size-accordion__content {
    margin-bottom: 11.54vw;
    width: 100%;
  }
  #aokiLp .item__wrap .item__list .product-card__info .size-accordion summary {
    font-size: 3.33vw;
  }
  #aokiLp .item__wrap .item__list .product-card__info .size-accordion summary::after {
    width: 2.56vw;
  }
  #aokiLp .item__wrap .item__list .product-card__info .size-accordion__header {
    margin-top: 8.97vw;
    font-size: 3.59vw;
  }
  #aokiLp .item__wrap .item__list .product-card__info .size-accordion__header:nth-of-type(2) {
    margin-top: 7.69vw;
  }
  #aokiLp .item__wrap .item__list .product-card__info .size-accordion__table {
    font-size: 3.33vw;
  }
  #aokiLp .item__wrap .item__list .product-card__info .size-accordion__table th,
  #aokiLp .item__wrap .item__list .product-card__info .size-accordion__table td {
    padding: 1.79vw 0;
  }
  #aokiLp .item__wrap .item__list .product-card__info .size-accordion__table thead th:first-child {
    width: 21.28vw;
  }
  #aokiLp .item__wrap .item__list .product-card__info .size-accordion .note {
    margin-top: 2.56vw;
    font-size: 3.33vw;
  }
  #aokiLp .item__wrap .item__list .product-card__info .size-accordion .min {
    font-size: 2.56vw;
  }
  #aokiLp .set {
    padding-top: 15.38vw;
    padding-bottom: 20.51vw;
  }
  #aokiLp .set__wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #aokiLp .set h2 {
    gap: 0 10px;
    margin-bottom: 7.69vw;
    font-size: 6.92vw;
    text-align: center;
    line-height: normal;
  }
  #aokiLp .set h2::before, #aokiLp .set h2::after {
    height: 0.77vw;
  }
  #aokiLp .set__content {
    margin-top: 0;
  }
  #aokiLp .set__image-area {
    flex-direction: column;
    gap: 5.13vw;
    margin-bottom: 5.13vw;
  }
  #aokiLp .set__text-area {
    font-size: 3.33vw;
    line-height: 180%;
  }
  #aokiLp .set .btn_reserve {
    margin-top: 6vw;
  }
  #aokiLp .set .btn_appoint {
    margin-top: 3vw;
  }
  #aokiLp .set .btn_reserve > a,
  #aokiLp .set .btn_appoint > a {
    font-size: 4vw;
  }
  #aokiLp .size-guide {
    padding-top: 15.38vw;
    padding-bottom: 20.51vw;
  }
  #aokiLp .size-guide__wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #aokiLp .size-guide h2 {
    gap: 0 10px;
    margin-bottom: 7.69vw;
    font-size: 6.92vw;
  }
  #aokiLp .size-guide h2::before, #aokiLp .size-guide h2::after {
    height: 0.77vw;
  }
  #aokiLp .size-guide__content {
    width: 100%;
    margin-top: 0;
  }
  #aokiLp .size-guide__item {
    flex-direction: column;
    gap: 0;
    margin-bottom: 12.82vw;
  }
  #aokiLp .size-guide__item > figure {
    order: 2;
    margin-inline: auto;
    width: 100%;
  }
  #aokiLp .size-guide__info {
    display: contents;
  }
  #aokiLp .size-guide__info > figure {
    order: 4;
    margin-top: 2.56vw;
    width: 100%;
  }
  #aokiLp .size-guide__table {
    display: contents;
  }
  #aokiLp .size-guide__table-title {
    order: 1;
    margin-bottom: 2.56vw;
    font-size: 4.62vw;
  }
  #aokiLp .size-guide__table-body {
    order: 3;
    margin-top: 5.13vw;
    gap: 3.85vw;
  }
  #aokiLp .size-guide__th, #aokiLp .size-guide__td {
    padding: 0.51vw 0;
    font-size: 3.59vw;
  }
  #aokiLp .size-guide__th {
    width: 30.77vw;
  }
  #aokiLp .point {
    padding-top: 15.38vw;
    padding-bottom: 20.51vw;
  }
  #aokiLp .point__wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #aokiLp .point h2 {
    gap: 0 10px;
    margin-bottom: 7.69vw;
    font-size: 6.92vw;
  }
  #aokiLp .point h2::before, #aokiLp .point h2::after {
    height: 0.77vw;
  }
  #aokiLp .point__list {
    width: 100%;
    margin-top: 7.69vw;
  }
  #aokiLp .point__item {
    gap: 5.13vw;
  }
  #aokiLp .point__item:nth-of-type(2) {
    margin: 20.51vw 0;
  }
  #aokiLp .point__item, #aokiLp .point__item:nth-of-type(even) {
    flex-direction: column;
  }
  #aokiLp .point__info {
    width: 100%;
  }
  #aokiLp .point__label {
    margin-bottom: 2.56vw;
  }
  #aokiLp .point__label img {
    margin-inline: auto;
    height: 6.92vw;
  }
  #aokiLp .point__subtitle {
    margin-bottom: 7.69vw;
    text-align: center;
    font-size: 5.64vw;
  }
  #aokiLp .point__heading {
    margin-bottom: 2.56vw;
    font-size: 4.62vw;
  }
  #aokiLp .point__heading::after {
    top: 20%;
    width: 0.77vw;
  }
  #aokiLp .point__desc {
    font-size: 3.33vw;
    line-height: 180%;
  }
  #aokiLp .point__image-area {
    width: 100%;
  }
  #aokiLp .point .point__item--multi .point__sub-list {
    gap: 15.38vw;
  }
  #aokiLp .point .point__item--multi .point__sub-item {
    flex-direction: column;
    gap: 5.13vw;
  }
  #aokiLp .safe {
    width: 100%;
    padding: 0 15px;
    margin: 15.38vw auto 20.51vw;
    text-align: center;
  }
  #aokiLp .safe h3 {
    font-size: 6vw;
    margin-bottom: 4.62vw;
  }
  #aokiLp .safe h3 span {
    font-size: 5vw;
  }
  #aokiLp .safe figure {
    margin: 0;
  }
  #aokiLp .aa-ssi_wrap {
    padding: 0 15px;
  }
  #aokiLp .aa-ssi_wrap .aa-ssi_copy {
    font-size: 4vw !important;
    margin-bottom: 1.33vw;
  }
  #aokiLp .aa-ssi_wrap .aa-ssi_copy::before, #aokiLp .aa-ssi_wrap .aa-ssi_copy::after {
    width: 2px;
    height: 4.5vw;
  }
  #aokiLp .aa-ssi_wrap .aa-ssi_copy::before {
    margin: 1vw -4vw;
  }
  #aokiLp .aa-ssi_wrap .aa-ssi_copy::after {
    margin: 1vw 2.67vw;
  }
  #aokiLp .aa-ssi_wrap .aa-ssi_link {
    width: 100% !important;
  }
  #aokiLp .aa-ssi_wrap .aa-ssi_text {
    margin-top: 1.33vw;
    text-align: left;
    font-size: 3.33vw;
  }
  #aokiLp .reason {
    width: 100%;
    margin: 7.69vw auto 25.64vw;
    padding: 0 15px;
  }
  #aokiLp .reason h3 {
    font-size: 6vw;
    font-weight: bold;
  }
  #aokiLp .reason h3 span {
    font-size: 5vw;
  }
  #aokiLp .reason .reason_df {
    margin: 8% auto;
    padding-left: 0;
    justify-content: center;
  }
  #aokiLp .reason .reason_df li {
    width: 46%;
    margin: 3% 2%;
  }
  #aokiLp .reason .reason_df li .reason_main {
    font-size: 4vw;
    width: 100%;
    height: 25vw;
  }
  #aokiLp .reason .reason_df li .reason_detail {
    margin-top: 2.56vw;
    font-size: 3vw;
    text-align: left;
  }
  #aokiLp .reason .reason_df li .reason_detail span {
    font-size: 2.8vw;
  }
  #aokiLp .flow {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  #aokiLp .flow h3 {
    font-size: 8vw;
    font-weight: bold;
  }
  #aokiLp .flow .flow_df {
    display: block;
    padding-left: 0;
    text-align: left;
  }
  #aokiLp .flow .flow_df li {
    width: 70%;
    margin: 10% 0 24% auto;
    font-family: var(--gothic);
    position: relative;
  }
  #aokiLp .flow .flow_df li::before {
    content: "";
    display: block;
    background: url(../_img/260723/flow-step1_icon.svg) no-repeat center center;
    background-size: contain;
    width: 25vw;
    height: 25vw;
    position: absolute;
    top: 0;
    left: -45%;
  }
  #aokiLp .flow .flow_df li .step {
    width: 60%;
    margin: 0 auto 3% 0;
  }
  #aokiLp .flow .flow_df li .flow_img {
    display: none;
  }
  #aokiLp .flow .flow_df li .flow_bold {
    margin-bottom: 2%;
    font-size: 7vw;
    margin-bottom: 2%;
  }
  #aokiLp .flow .flow_df li .flow_detail {
    font-size: 3.6vw;
  }
  #aokiLp .flow .flow_df li .flow_detail span {
    font-size: 3.2vw;
  }
  #aokiLp .flow .flow_df li:nth-of-type(2)::before {
    background: url(../_img/260723/step_sp.svg) no-repeat center center;
    background-size: contain;
    width: 25vw;
    height: 100vw;
    position: absolute;
    top: -75%;
    left: -45%;
  }
  #aokiLp .flow .flow_df li:nth-of-type(3)::before {
    background: url(../_img/260723/flow-step3_icon.svg) no-repeat center center;
    background-size: contain;
    width: 25vw;
    height: 25vw;
    position: absolute;
    top: 0%;
    left: -45%;
  }
  #aokiLp .shop {
    max-width: 768px;
    width: 100%;
    padding: 0 15px;
    margin: 24% auto;
  }
  #aokiLp .shop h3 {
    font-size: 7vw;
    line-height: 1.3;
    font-weight: bold;
  }
  #aokiLp .shop .shop_kome {
    font-size: 3.33vw;
    margin-top: 1.28vw;
    margin-bottom: 2.56vw;
  }
  #aokiLp .shop .btn_a {
    font-size: 3.58vw;
    width: 100%;
    padding: 4.61vw 0;
  }
  #aokiLp .shop .btn_a::after {
    width: 2.05vw;
    height: 2.05vw;
    right: 5.12vw;
  }
  #aokiLp .shop .btn_a {
    font-size: 5.13vw;
    font-weight: 300;
  }
  #aokiLp .kiyaku {
    max-width: 768px;
    width: 100%;
    padding: 0 15px;
    margin: 10% auto;
  }
  #aokiLp .kiyaku .kiyaku_ttl {
    font-size: 5vw;
  }
  #aokiLp .kiyaku .kiyaku_ttl::before, #aokiLp .kiyaku .kiyaku_ttl::after {
    width: 60px;
  }
  #aokiLp .kiyaku .kiyaku_list {
    font-size: 3.4vw;
    padding-left: 5%;
  }
  #aokiLp .kiyaku .tar {
    text-align: right;
    font-size: 3.2vw;
  }
  #aokiLp .kiyaku .btn_a {
    font-size: 3.58vw;
    width: 100%;
    padding: 4.61vw 0;
  }
  #aokiLp .kiyaku .btn_a::after {
    width: 2.05vw;
    height: 2.05vw;
    right: 5.12vw;
  }
  #aokiLp .kiyaku .btn_a {
    font-size: 5.13vw;
    font-weight: 300;
  }
}
.remodal {
  max-width: 629px;
  padding: 70px 48px 23px;
  background-color: var(--beige-bg-primary);
}
.remodal .remodal-close {
  left: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
}
.remodal .remodal-close::before {
  display: none !important;
}
.remodal .remodal-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background-color: var(--black);
}
.remodal .remodal-close span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.remodal .remodal-close span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.remodal .remodal-close:hover, .remodal .remodal-close:focus {
  opacity: 0.5;
  background: transparent;
}

.swiper {
  position: relative;
  overflow: hidden;
  margin-inline: auto;
  width: 100%;
}
.swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--gothic);
}
.swiper .swiper-slide img {
  width: 100%;
  max-width: 453px;
  height: auto;
  margin-bottom: 37px;
}
.swiper .swiper-slide p {
  margin-bottom: 0;
  font-size: 18px;
}
.swiper .swiper-pagination {
  bottom: 40px;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid var(--brown-accent);
  opacity: 1;
  width: 6px;
  height: 6px;
  margin: 0 5px !important;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--brown-accent);
}
.swiper .swiper-button-prev svg,
.swiper .swiper-button-next svg {
  display: none;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: 36px;
  height: 36px;
  top: calc(50% - 30px);
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
}
.swiper .swiper-button-prev {
  left: 8px;
}
.swiper .swiper-button-prev::after {
  transform: rotate(-135deg);
}
.swiper .swiper-button-next {
  right: 8px;
}
.swiper .swiper-button-next::after {
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .remodal {
    width: 100%;
    padding: 13.33vw 15px 7.95vw;
    margin-bottom: 0;
  }
  .remodal .remodal-close {
    left: 10px;
    top: 10px;
    width: 2.56vw;
    height: 2.56vw;
  }
  .remodal .remodal-close span {
    width: 2.56vw;
  }
  .swiper .swiper-slide img {
    max-width: 73.59vw;
    margin-bottom: 8.21vw;
  }
  .swiper .swiper-pagination {
    bottom: 8.21vw;
  }
  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 1.54vw;
    height: 1.54vw;
  }
  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    width: 5.13vw;
    height: 5.13vw;
    top: calc(50% - 6vw);
  }
}
.autoAnime {
  position: relative;
  overflow: hidden;
  aspect-ratio: 428/489;
}
.autoAnime__inner img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  animation: fade 6s linear infinite;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.autoAnime__inner img:nth-child(1) {
  animation-delay: 0s;
}
.autoAnime__inner img:nth-child(2) {
  animation-delay: 3s;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .auto-anime {
    aspect-ratio: 360/486;
  }
}/*# sourceMappingURL=style_260723.css.map */