@charset "UTF-8";
/*
Theme Name: leciel
*/
/*
 * foundation
 */
html {
  font-family: "Noto Sans JP", serif;
  font-size: 10px;
  line-height: 1;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  /*letter-spacing: .1em;*/
  color: #221815;
  scroll-behavior: smooth;
}

.en {
  font-family: "Noto Serif JP", serif;
}

body {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.wrap {
  width: 100%;
}

.wrap_inner {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.wrap_inner.--min {
  max-width: 900px;
}

section {
  padding: 70px 0;
}
section.--pb0 {
  padding-bottom: 0;
}
section.--pt0 {
  padding-top: 0;
}

@media only screen and (max-width: 769px) {
  .wrap_inner {
    padding: 0 15px;
  }
  section {
    padding: 40px 0;
  }
}
.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

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

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

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

/*
  * layout
  */
/*=============================
.hum-btn
=============================*/
.hum-btn {
  display: none;
  background-color: #EE86A1;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  z-index: 1000;
  position: fixed;
}
@media screen and (max-width: 767px) {
  .hum-btn {
    display: block;
  }
}

/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 30px;
  height: 24px;
  cursor: pointer;
  z-index: 1000;
}

.btn-trigger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.btn-trigger,
.btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0px;
}

.btn-trigger span:nth-of-type(2) {
  top: 11px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*=============================
#btn05
=============================*/
#btn05.active span:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg);
}

#btn05.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-btn05-bar02 0.8s forwards;
}
@keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}
#btn05.active span:nth-of-type(3) {
  width: 100%;
  transform: translateY(-11px) rotate(45deg);
}

.l-header {
  position: relative;
  z-index: 999;
}
.l-header__inner {
  max-width: 1920px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.l-header__nav {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.l-header__nav__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.l-header__nav__link li a {
  display: block;
  text-align: center;
}
.l-header__nav__link li a span {
  display: block;
}
.l-header__nav__link li a span:first-child {
  color: #B28349;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 150% */
}
.l-header__nav__link li a span:last-child {
  color: #B28349;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  /* 100% */
  letter-spacing: 1px;
}
.l-header__nav__sns {
  display: flex;
  align-items: center;
  gap: 14px;
}
.l-header__nav__sns li a {
  display: block;
  width: 27px;
}
.l-header__nav__sns li a img {
  width: 100%;
}
.l-header__nav__contact a {
  background: #B28349;
  padding: 6px 33px 8px 72px;
  display: block;
  background-image: url(assets/img/i-mail.svg);
  background-position: left 19px center;
  background-repeat: no-repeat;
  background-size: 27px;
}
.l-header__nav__contact a span {
  display: block;
}
.l-header__nav__contact a span:first-child {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 125% */
}
.l-header__nav__contact a span:last-child {
  color: #FFF;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  /* 150% */
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .l-header {
    display: none;
    background-color: #FDF2F3;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .l-header__logo {
    width: 100px;
    margin-bottom: 40px;
  }
  .l-header__logo img {
    width: 100%;
  }
  .l-header__nav {
    height: auto;
    display: block;
  }
  .l-header__nav__link {
    display: block;
  }
  .l-header__nav__link li {
    margin-bottom: 20px;
  }
  .l-header__nav__link li a {
    display: block;
    text-align: left;
  }
  .l-header__nav__link li a span:first-child {
    text-align: left;
  }
  .l-header__nav__link li a span:last-child {
    text-align: left;
  }
  .l-header__nav__sns {
    margin-bottom: 20px;
  }
  .l-header__nav__contact a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-footer {
  background: #FDF2F3;
}
.l-footer__inner {
  max-width: 1240px;
  width: 100%;
  padding: 22px 20px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.l-footer__info {
  display: flex;
  gap: 30px;
}
.l-footer__info__logo {
  width: 69.527px;
}
.l-footer__info__logo img {
  width: 100%;
}
.l-footer__info__info {
  margin-top: 10px;
}
.l-footer__info__info__txt01 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 100% */
  margin-bottom: 10px;
}
.l-footer__info__info__txt02 {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  /* 214.286% */
}
.l-footer__info__info__sns {
  display: flex;
  margin-top: 16px;
  gap: 12px;
}
.l-footer__info__info__sns li a {
  display: block;
  width: 27px;
}
.l-footer__info__info__sns li a img {
  width: 100%;
}
.l-footer__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.l-footer__nav__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.l-footer__nav__link li a {
  display: block;
  text-align: center;
}
.l-footer__nav__link li a span {
  display: block;
}
.l-footer__nav__link li a span:first-child {
  color: #B28349;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 150% */
}
.l-footer__nav__link li a span:last-child {
  color: #B28349;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  /* 100% */
  letter-spacing: 1px;
}
.l-footer__nav__contact a {
  background: #B28349;
  padding: 6px 33px 8px 72px;
  display: block;
  background-image: url(assets/img/i-mail.svg);
  background-position: left 19px center;
  background-repeat: no-repeat;
  background-size: 27px;
}
.l-footer__nav__contact a span {
  display: block;
}
.l-footer__nav__contact a span:first-child {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 125% */
}
.l-footer__nav__contact a span:last-child {
  color: #FFF;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  /* 150% */
  letter-spacing: 1px;
}
.l-footer__link2 {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  max-width: 1240px;
  width: 100%;
  padding: 0 20px 20px;
  margin: 0 auto;
}
.l-footer__link2 li a {
  color: #B28349;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  /* 83.333% */
}
.l-footer__copy {
  text-align: center;
  padding: 6px;
  background: #EE86A1;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 15.6px */
}

@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 22px 15px 0;
    margin: 0 auto;
    display: block;
  }
  .l-footer__info {
    display: flex;
    gap: 30px;
  }
  .l-footer__info__logo {
    width: 69.527px;
  }
  .l-footer__info__logo img {
    width: 100%;
  }
  .l-footer__nav {
    display: none;
    margin: 24px 0;
  }
  .l-footer__nav__link {
    display: block;
  }
  .l-footer__nav__link li a {
    display: block;
    text-align: left;
  }
  .l-footer__nav__link li a span {
    display: block;
  }
  .l-footer__nav__link li a span:first-child {
    font-size: 16px;
  }
  .l-footer__nav__contact a {
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto;
  }
  .l-footer__link2 {
    margin-top: 24px;
    display: block;
    padding: 0 15px 20px;
  }
  .l-footer__link2 li a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 10px auto;
    text-align: right;
  }
  .l-footer__copy {
    text-align: center;
    padding: 6px;
    background: #EE86A1;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 15.6px */
  }
}
.c-lay01 {
  display: flex;
  justify-content: space-between;
}
.c-lay01.--mb {
  margin-bottom: 77px;
}
.c-lay01.--rev {
  flex-direction: row-reverse;
}
.c-lay01__content {
  width: 40%;
}
.c-lay01__content__ttl {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 125% */
  margin-bottom: 10px;
}
.c-lay01__content__ttl02 {
  color: #000;
  margin-bottom: 6px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-left: 26px;
  position: relative;
  /* 150% */
}
.c-lay01__content__ttl02.--mb {
  margin-bottom: 16px;
}
.c-lay01__content__ttl02::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #B28349;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}
.c-lay01__content__txt01 {
  color: #000;
  margin-bottom: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 214.286% */
}
.c-lay01__content__list01 li {
  max-width: 376px;
  margin-bottom: 20px;
  background-color: #fff;
  border-right: 10px solid #B28349;
  border-left: 10px solid #B28349;
  text-align: center;
  padding: 16px 0;
}
.c-lay01__content__list01 li span {
  display: block;
}
.c-lay01__content__list01 li span:first-child {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
}
.c-lay01__content__list01 li span:last-child {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.c-lay01__content__list01 li:last-child {
  margin-bottom: 11px;
}
.c-lay01__content__img {
  width: 80px;
  margin-top: 24px;
  margin-bottom: 10px;
}
.c-lay01__content__img img {
  width: 100%;
}
.c-lay01__img {
  width: 50%;
  padding-top: 7px;
}
.c-lay01__img .swiper {
  padding-bottom: 30px;
}
.c-lay01__img .swiper-slide img {
  width: 100%;
}
.c-lay01__img .swiper-horizontal > .swiper-pagination-bullets,
.c-lay01__img .swiper-pagination-bullets.swiper-pagination-horizontal,
.c-lay01__img .swiper-pagination-custom,
.c-lay01__img .swiper-pagination-fraction {
  bottom: 0px;
}
.c-lay01__img .swiper-pagination-bullet {
  border: 1px solid #B28349;
  background: transparent;
  opacity: 1;
}
.c-lay01__img .swiper-pagination-bullet-active {
  opacity: 1;
  background: #B28349;
}

@media screen and (max-width: 767px) {
  .c-lay01 {
    display: flex;
    flex-direction: column;
  }
  .c-lay01.--mb {
    margin-bottom: 77px;
  }
  .c-lay01.--rev {
    flex-direction: column;
  }
  .c-lay01__content {
    width: 100%;
    margin-bottom: 24px;
  }
  .c-lay01__content__ttl02 {
    font-size: 16px;
    line-height: 1.5;
  }
  .c-lay01__img {
    width: 100%;
    padding-top: 7px;
  }
}
/*
  * object
  */
.c-ttl01 {
  color: #B28349;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
  /* 93.75% */
}
.c-ttl01__sub {
  color: #B28349;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  letter-spacing: 1.6px;
}

.c-ttl02 {
  color: #B28349;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
  margin-bottom: 10px;
  /* 106.667% */
  /* 93.75% */
}
.c-ttl02__sub {
  color: #B28349;
  margin-bottom: 20px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 250% */
}

@media screen and (max-width: 767px) {
  .c-ttl02 {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 1.2;
  }
}
.p-thanks {
  padding-top: 110px;
  margin-top: -110px;
  padding-bottom: 30px;
  padding-left: 50px;
  background: linear-gradient(to right, #FDF2F3 30%, transparent 30%);
  position: relative;
}
.p-thanks__logo {
  top: 50px;
  left: 50px;
  position: absolute;
  width: 191px;
  height: 197px;
  z-index: 100;
}
.p-thanks__logo img {
  width: 100%;
}
.p-thanks__inner {
  padding: 180px 0 120px;
}
.p-thanks__inner__txt {
  position: absolute;
  left: 70px;
  bottom: 20px;
  color: #B28349;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  /* 366.667% */
  letter-spacing: 1.5px;
  padding-top: 20%;
}
.p-thanks__inner__txt span {
  writing-mode: vertical-lr;
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.p-thanks__inner__content__ttl {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 100% */
  margin-bottom: 46px;
}
.p-thanks__inner__content__txt {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 242.857% */
}

.p-contact__con .form-container__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}
.p-contact__con .form-container__items__ttl {
  width: 30%;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  /* 194.444% */
  padding-left: 86px;
  position: relative;
}
.p-contact__con .form-container__items__ttl.required::before {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  content: "必須";
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
  background: #EE86A1;
  /* 18.24px */
  width: 60px;
  padding: 4px 0;
}
.p-contact__con .form-container__item {
  width: 65%;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 152%;
  /* 21.28px */
}
.p-contact__con .form-container__privacy {
  overflow-y: scroll;
  border: 1px solid #000;
  padding: 20px;
  height: 180px;
}
.p-contact__con .form-container__privacy__ttl {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  /* 300% */
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.p-contact__con .form-container__privacy__txt {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 178.571% */
}
.p-contact__con .form-container__agree .wpcf7-list-item {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  /* 218.75% */
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.p-contact__con .form-container__agree .wpcf7-list-item label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.p-contact__con .form-container__agree .wpcf7-list-item label input[type=checkbox] {
  border: 1px solid #000;
  width: 24px;
  height: 24px;
  border-radius: 0;
}
.p-contact__con .form-container__agree .wpcf7-list-item-label a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.p-contact__con .form-container__agree .wpcf7-list-item-label a:hover {
  opacity: 0.75;
}
.p-contact__con .form-container__btn {
  text-align: left;
}
.p-contact__con input[type=text],
.p-contact__con input[type=email],
.p-contact__con input[type=tel],
.p-contact__con textarea {
  width: 100%;
  padding: 13px 20px;
  border: 1px solid #000;
  background: #FFF;
}
.p-contact__con .form-container__item.--name {
  display: flex;
  gap: 2%;
}
.p-contact__con .form-container__item.--name > span {
  width: 49%;
}
.p-contact__con input[type=submit] {
  margin-top: 24px;
  background: #EE86A1;
  padding: 12px 0;
  text-align: center;
  width: 100%;
  max-width: 260px;
  display: block;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s;
}
.p-contact__con input[type=submit]:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .p-contact__con {
    border-radius: 0;
    border: none;
    background: transparent;
    padding: 0 10px;
  }
  .p-contact__con .form-container__items {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  .p-contact__con .form-container__items__ttl {
    margin-top: 0;
    width: 100%;
    margin-bottom: 16px;
  }
  .p-contact__con .form-container__item {
    width: 100%;
  }
  .p-contact__con .form-container__privacy {
    margin: 50px 0;
    padding: 10px;
    height: 260px;
  }
  .p-contact__con .form-container__agree {
    margin-bottom: 40px;
  }
  .p-contact__con .form-container__agree .wpcf7-list-item {
    line-height: 1.4;
  }
  .p-contact__con .form-container__agree .wpcf7-list-item-label a {
    word-break: break-word;
  }
  .p-contact__con .form-container__btn {
    text-align: center;
  }
  .p-contact__con input[type=text],
  .p-contact__con input[type=email],
  .p-contact__con input[type=tel],
  .p-contact__con textarea {
    padding: 16px 20px;
    border-radius: 0px;
  }
  .p-contact__con input[type=submit] {
    margin: 20px auto 0;
  }
  .p-thanks {
    padding-top: 40px;
    margin-top: 0px;
    padding-bottom: 40px;
    padding-left: 0;
    background: linear-gradient(to right, #FDF2F3 10%, transparent 10%);
    position: relative;
  }
  .p-thanks__logo {
    top: 0;
    left: 0;
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 100;
  }
  .p-thanks__logo img {
    width: 100%;
  }
  .p-thanks__inner {
    padding: 140px 15px 80px 15%;
  }
  .p-thanks__inner__txt {
    left: 0px;
    bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 20%;
  }
  .p-thanks__inner__content__ttl {
    line-height: 1.5;
    text-align: left;
  }
  .p-thanks__inner__content__txt {
    text-align: left;
  }
}
.p-top-mainvisual {
  padding-top: 110px;
  margin-top: -110px;
  padding-bottom: 70px;
  padding-left: 50px;
  background: linear-gradient(to right, #FDF2F3 30%, transparent 30%);
  position: relative;
}
.p-top-mainvisual__logo {
  top: 50px;
  left: 50px;
  position: absolute;
  width: 191px;
  height: 197px;
  z-index: 100;
}
.p-top-mainvisual__logo img {
  width: 100%;
}
.p-top-mainvisual__inner {
  display: flex;
  align-items: flex-end;
}
.p-top-mainvisual__inner__txt {
  width: 110px;
  color: #B28349;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  /* 366.667% */
  letter-spacing: 1.5px;
  padding-bottom: 10%;
}
.p-top-mainvisual__inner__txt span {
  writing-mode: vertical-lr;
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-mainvisual__inner__content {
  width: calc(100% - 110px);
  position: relative;
}
.p-top-mainvisual__inner__content__ttl {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-55%);
  z-index: 99;
}
.p-top-mainvisual__inner__content__ttl p {
  color: #B28349;
  font-size: 27.438px;
  font-style: normal;
  font-weight: 500;
  line-height: 43.901px;
  /* 160% */
}
.p-top-mainvisual__inner__content__ttl h1 {
  color: #B28349;
  font-size: 72.188px;
  font-style: normal;
  font-weight: 500;
  line-height: 77px;
  /* 106.667% */
}
.p-top-mainvisual__inner__content__scroll {
  z-index: 99;
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 246px;
  height: 246px;
  transform: translateY(calc(50% - 30px));
  background-image: url(assets/img/i-scroll.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-top-mainvisual__inner__content__scroll .arrow {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  animation: bounce 2s infinite;
}
.p-top-mainvisual__inner__content__scroll .arrow img {
  width: 14px;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
@keyframes bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(20%);
  }
  50% {
    transform: translateX(-50%) translateY(100%);
  }
}
.p-top-mainvisual__inner__content .swiper {
  padding-bottom: 30px;
}
.p-top-mainvisual__inner__content .swiper-slide img {
  width: 100%;
}
.p-top-mainvisual__inner__content .swiper-horizontal > .swiper-pagination-bullets,
.p-top-mainvisual__inner__content .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-top-mainvisual__inner__content .swiper-pagination-custom,
.p-top-mainvisual__inner__content .swiper-pagination-fraction {
  bottom: 0px;
  text-align: left;
}
.p-top-mainvisual__inner__content .swiper-pagination-bullet {
  border: 1px solid #B28349;
  background: transparent;
  opacity: 1;
}
.p-top-mainvisual__inner__content .swiper-pagination-bullet-active {
  opacity: 1;
  background: #B28349;
}

.p-top-sec1 {
  padding-top: 10px;
}
.p-top-sec1__ttl {
  color: #000;
  text-align: center;
  margin: 40px 0 25px;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 85.714% */
}
.p-top-sec1__txt01 {
  color: #000;
  text-align: center;
  margin-bottom: 38px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  /* 175% */
}
.p-top-sec1__txt02 {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 214.286% */
}

.p-top-sec2__ttl {
  color: #000;
  text-align: center;
  margin: 40px 0 25px;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 85.714% */
}
.p-top-sec2__txt01 {
  color: #000;
  text-align: center;
  margin-bottom: 38px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  /* 175% */
}
.p-top-sec2__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-top-sec2__list li {
  width: 31%;
  margin-bottom: 2%;
}
.p-top-sec2__list li a {
  display: block;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 166.667% */
  padding: 26px 20px;
  text-align: right;
  position: relative;
  z-index: 3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-top-sec2__list li a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.5);
}
.p-top-sec2__list li:first-child a {
  background-image: url(assets/img/01.jpg);
}
.p-top-sec2__list li:nth-child(2) a {
  background-image: url(assets/img/02.jpg);
}
.p-top-sec2__list li:nth-child(3) a {
  background-image: url(assets/img/03.jpg);
}
.p-top-sec2__list li:nth-child(4) a {
  background-image: url(assets/img/04.jpg);
}
.p-top-sec2__list li:nth-child(5) a {
  background-image: url(assets/img/05.jpg);
}
.p-top-sec2__list li:last-child a {
  background-image: url(assets/img/06.jpg);
}

.p-top-sec3,
.p-top-sec5,
.p-top-sec7 {
  background: #FDF2F3;
}

.p-top-sec8__txt {
  margin-top: 120px;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
}

.p-top-sec-contact-guide {
  padding: 0 0 40px;
}
.p-top-sec-contact-guide .wrap_inner {
  margin-top: 40px;
  padding: 48px 56px 56px;
  border: 1px solid #E8E1D6;
}
.p-top-sec-contact-guide .c-ttl01Wrap .c-ttl01 {
  font-size: 28px;
}
.p-top-sec-contact-guide__lead {
  margin-top: 18px;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.p-top-sec-contact-guide__cards {
  margin-top: 44px;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.p-top-sec-contact-guide__card {
  width: 100%;
  max-width: 520px;
  border: 1px solid #E5D0B2;
  background: #fff;
  padding: 34px 32px 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-top-sec-contact-guide__cardTtl {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.p-top-sec-contact-guide__cardTxt {
  margin-top: 16px;
  margin-bottom: 20px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9;
  text-align: center;
}
.p-top-sec-contact-guide__cardBtn {
  margin-top: auto;
  display: inline-block;
  min-width: 240px;
  padding: 12px 20px;
  text-align: center;
  color: #fff;
  background: #EE86A1;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  transition: opacity 0.3s;
}
.p-top-sec-contact-guide__cardBtn:hover {
  opacity: 0.75;
}
.p-top-sec-contact-guide__cardBtn.--shop {
  background: #B28349;
}

.p-top-sec9__list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-top-sec9__list li {
  width: 23%;
  margin-bottom: 2.6666666667%;
}
.p-top-sec9__list li a {
  display: block;
}
.p-top-sec9__list li a img {
  width: 100%;
}

.p-top-sec10__ttl {
  color: #000;
  text-align: center;
  margin: 36px 0 6px;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  /* 140.625% */
}
.p-top-sec10__txt01 {
  color: #000;
  text-align: center;
  margin-bottom: 38px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  /* 175% */
}
.p-top-sec10__list {
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.p-top-sec10__list li {
  width: 46%;
}
.p-top-sec10__list li img {
  width: 100%;
}
.p-top-sec10__listWrap {
  background: linear-gradient(to bottom, transparent 25%, #FDF2F3 25%, #FDF2F3 75%, transparent 75%);
}

.p-top-sec11__map {
  aspect-ratio: 2/1;
  margin-top: 36px;
  margin-bottom: 40px;
}
.p-top-sec11__map iframe {
  width: 100%;
  height: 100%;
}
.p-top-sec11__info {
  display: flex;
  gap: 50px;
}
.p-top-sec11__info p:first-child {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 93.75% */
}
.p-top-sec11__info p:last-child {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}

.p-top-sec12__txt {
  color: #000;
  text-align: center;
  margin: 38px 0 35px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 214.286% */
}

@media screen and (max-width: 767px) {
  .p-top-mainvisual {
    padding-top: 40px;
    margin-top: 0px;
    padding-bottom: 40px;
    padding-left: 0;
    background: linear-gradient(to right, #FDF2F3 40%, transparent 40%);
    position: relative;
  }
  .p-top-mainvisual__logo {
    top: 0;
    left: 0;
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 100;
  }
  .p-top-mainvisual__logo img {
    width: 100%;
  }
  .p-top-mainvisual__inner {
    display: flex;
    align-items: flex-end;
  }
  .p-top-mainvisual__inner__txt {
    width: 40px;
    font-size: 15px;
    line-height: 1;
    padding-bottom: 30px;
  }
  .p-top-mainvisual__inner__content {
    width: calc(100% - 40px);
    position: relative;
  }
  .p-top-mainvisual__inner__content__ttl {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-55%);
    z-index: 99;
  }
  .p-top-mainvisual__inner__content__ttl p {
    font-size: 15px;
    line-height: 1.4;
  }
  .p-top-mainvisual__inner__content__ttl h1 {
    font-size: 32px;
    line-height: 1.4;
  }
  .p-top-mainvisual__inner__content__scroll {
    display: block;
    z-index: 99;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 140px;
    height: 140px;
    transform: translateY(calc(50% - 10px));
  }
  .p-top-mainvisual__inner__content__scroll .arrow {
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
  }
  .p-top-mainvisual__inner__content__scroll .arrow img {
    width: 14px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-top-mainvisual__inner__content .swiper {
    padding-bottom: 30px;
  }
  .p-top-mainvisual__inner__content .swiper-slide {
    height: 60vh;
    position: relative;
  }
  .p-top-mainvisual__inner__content .swiper-slide::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-top-mainvisual__inner__content .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-top-sec1 {
    padding-top: 40px;
  }
  .p-top-sec1__ttl {
    font-size: 24px;
  }
  .p-top-sec1__txt01 {
    font-size: 18px;
  }
  .p-top-sec2__ttl {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .p-top-sec2__txt01 {
    font-size: 18px;
  }
  .p-top-sec2__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-top-sec2__list li {
    width: 48%;
    margin-bottom: 2%;
  }
  .p-top-sec2__list li a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
    min-height: 100px;
    line-height: 1.4;
    padding: 10px;
  }
  .p-top-sec2__list li:first-child a {
    background-image: url(assets/img/01.jpg);
  }
  .p-top-sec2__list li:nth-child(2) a {
    background-image: url(assets/img/02.jpg);
  }
  .p-top-sec2__list li:nth-child(3) a {
    background-image: url(assets/img/03.jpg);
  }
  .p-top-sec2__list li:nth-child(4) a {
    background-image: url(assets/img/04.jpg);
  }
  .p-top-sec2__list li:nth-child(5) a {
    background-image: url(assets/img/05.jpg);
  }
  .p-top-sec2__list li:last-child a {
    background-image: url(assets/img/06.jpg);
  }
  .p-top-sec8__txt {
    margin-top: 60px;
    font-size: 18px;
    line-height: 1.5;
    /* 150% */
  }
  .p-top-sec-contact-guide {
    padding-bottom: 24px;
  }
  .p-top-sec-contact-guide .wrap_inner {
    margin-top: 40px;
    padding: 32px 20px;
  }
  .p-top-sec-contact-guide__lead {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.5;
  }
  .p-top-sec-contact-guide__cards {
    margin-top: 24px;
    gap: 16px;
  }
  .p-top-sec-contact-guide__card {
    max-width: 100%;
    padding: 24px 20px;
  }
  .p-top-sec-contact-guide__cardTtl {
    font-size: 20px;
  }
  .p-top-sec-contact-guide__cardTxt {
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
  }
  .p-top-sec-contact-guide__cardBtn {
    margin-top: auto;
    width: 100%;
    min-width: 0;
    font-size: 15px;
  }
  .p-top-sec9__list {
    margin-top: 16px;
  }
  .p-top-sec9__list li {
    width: 48%;
    margin-bottom: 4%;
  }
  .p-top-sec10__ttl {
    font-size: 24px;
    line-height: 1.5;
  }
  .p-top-sec10__txt01 {
    font-size: 16px;
    line-height: 1.5;
  }
  .p-top-sec10__list li {
    width: 48%;
  }
  .p-top-sec10__list li img {
    width: 100%;
  }
  .p-top-sec10__listWrap {
    background: linear-gradient(to bottom, transparent 25%, #FDF2F3 25%, #FDF2F3 75%, transparent 75%);
  }
  .p-top-sec11__map {
    aspect-ratio: 2/3;
  }
  .p-top-sec11__info {
    display: block;
  }
  .p-top-sec11__info p:first-child {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .p-top-sec11__info p:last-child {
    font-size: 16px;
    line-height: 1.5;
  }
}/*# sourceMappingURL=style.css.map */