.p_top02__list .txt {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p_top02__list .txt {
    font-size: 1.5rem;
  }
}

.p_top04__item .ttl::before {
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p_top04__item .ttl::before {
    font-size: clamp(
      2rem,
      6.25vw + -1rem,
      3rem
  );
  }
}

.p_top {
  padding-top: 0;
  font-family: "Inter", sans-serif;
}
.p_top .mld {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p_top .mld {
    display: block;
  }
}
.p_top .mv {
  width: 100%;
  position: relative;
}
.p_top .mv_img img {
  min-height: 450px;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p_top .mv_img img {
    min-height: 550px;
  }
}
.p_top .mv_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .p_top .mv_content {
    padding-bottom: 166px;
  }
}
.p_top .mv_logo {
  width: clamp(
      11.25rem,
      15.306122449vw + 7.662627551rem,
      15rem
  );
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p_top .mv_logo {
    width: 275px;
    padding-bottom: 14px;
  }
}
.p_top .mv_txt {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p_top .mv_txt {
    font-size: 3rem;
  }
}
.p_top01 {
  padding: 60px 0;
  background-color: #430203;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p_top01 {
    padding: clamp(
      5rem,
      9.375vw + 0.5rem,
      8.9375rem
  ) 0 clamp(
      5rem,
      5.9523809524vw + 2.1428571429rem,
      7.5rem
  );
  }
}
.p_top01__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_top01__content {
    flex-direction: row;
    padding-top: 39px;
    padding-left: 3px;
    gap: 40px;
  }
}
.p_top01__img {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_top01__img {
    padding-bottom: 11px;
    width: 45.8015267176%;
  }
}
.p_top01__desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p_top01__desc {
    padding-top: clamp(
      0rem,
      4.0865384615vw + -2.6153846154rem,
      1.0625rem
  );
    width: 55%;
    max-width: 476px;
  }
}
.p_top01__desc .txt {
  line-height: 2.7777777778;
  letter-spacing: 0.15em;
}
.p_top01__desc .c_btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p_top01__desc .c_btn {
    margin-left: auto;
    margin-right: 5px;
  }
}
.p_top02 {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .p_top02 {
    padding: clamp(
      5rem,
      11.3095238095vw + -0.4285714286rem,
      9.75rem
  ) 0 clamp(
      5rem,
      6.3988095238vw + 1.9285714286rem,
      7.6875rem
  );
  }
}
.p_top02 .c_ttl36 {
  font-weight: 700;
  color: #777575;
  letter-spacing: 0.15em;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .p_top02 .c_ttl36 {
    padding-left: 4px;
  }
}
.p_top02__content {
  max-width: 571px;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_top02__content {
    padding-top: 40px;
    padding-left: 4px;
    padding-top: clamp(
      2.5rem,
      5.2083333333vw + 0rem,
      4.6875rem
  );
  }
}
.p_top02__list .txt {
  color: #000000;
  line-height: 2.0833333333;
  letter-spacing: 0.15em;
  padding-left: 45px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_top02__list .txt {
    padding-left: 70px;
  }
}
.p_top02__list .txt + .txt {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_top02__list .txt + .txt {
    margin-top: 40px;
  }
}
.p_top02__list .txt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 30px;
  height: 30px;
  background: url("../../assets/images/top/icon_stick.svg") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p_top02__list .txt::after {
    width: 44px;
    height: 44px;
  }
}
.p_top02__sub {
  font-weight: 500;
  color: #430203;
  line-height: 1.3888888889;
  letter-spacing: 0.15em;
  padding: 20px 0;
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p_top02__sub {
    font-size: clamp(
      1.5rem,
      4.6875vw + -0.75rem,
      2.25rem
  );
    padding: clamp(
      2.5rem,
      5.9523809524vw + -0.3571428571rem,
      5rem
  ) 0 31px;
  }
}
.p_top02 .c_btn {
  margin: 0 auto;
}
.p_top03 {
  background-color: #fff;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .p_top03 {
    padding: 80px 0 clamp(
      5rem,
      10.4166666667vw + 0rem,
      9.375rem
  );
  }
}
@media screen and (min-width: 768px) {
  .p_top03 .c_ttl {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p_top03 .c_ttl__jp {
    padding-top: 27px;
  }
}
.p_top03__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_top03__content {
    width: calc(100% + 12px);
    padding-left: 12px;
    padding-top: clamp(
      0.625rem,
      -2.9761904762vw + 3.3035714286rem,
      1.875rem
  );
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p_top03__img {
    width: 49.1315136476%;
    padding-bottom: clamp(
      2.5rem,
      4.746835443vw + 0.2215189873rem,
      4.375rem
  );
  }
}
.p_top03__desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p_top03__desc {
    width: 50%;
    max-width: 484px;
    padding-top: clamp(
      0rem,
      7.2115384615vw + -4.6153846154rem,
      1.875rem
  );
  }
}
.p_top03__desc .txt {
  color: #430203;
  line-height: 2.7777777778;
  letter-spacing: 0.15em;
}
.p_top03__desc .c_btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p_top03__desc .c_btn {
    margin-left: auto;
    margin-right: 10px;
  }
}
.p_top04 {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .p_top04 {
    padding: clamp(
      5rem,
      12.6488095238vw + -1.0714285714rem,
      10.3125rem
  ) 0 clamp(
      5rem,
      9.5238095238vw + 0.4285714286rem,
      9rem
  );
  }
}
.p_top04 .c_ttl36 {
  color: #430203;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding-left: 5px;
}
.p_top04__content {
  counter-reset: section;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_top04__content {
    padding-top: clamp(
      3.75rem,
      2.734375vw + 2.4375rem,
      4.1875rem
  );
  }
}
.p_top04__item {
  background-color: #fff;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p_top04__item {
    padding: 17px clamp(
      1.25rem,
      1.1904761905vw + 0.6785714286rem,
      1.75rem
  ) 20px clamp(
      1.25rem,
      6.8452380952vw + -2.0357142857rem,
      4.125rem
  );
    flex-direction: row;
    gap: 40px;
  }
}
.p_top04__item + .p_top04__item {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_top04__item + .p_top04__item {
    margin-top: clamp(
      1.875rem,
      7.1726190476vw + -1.5678571429rem,
      4.8875rem
  );
  }
}
.p_top04__item .desc {
  color: #430203;
}
.p_top04__item .ttl {
  position: relative;
  font-weight: 700;
  line-height: 1.21875;
  padding-bottom: 10px;
  font-size: 1.25rem;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_top04__item .ttl {
    padding-top: 0;
    font-size: 2rem;
    padding-bottom: 0;
  }
}
.p_top04__item .ttl::before {
  counter-increment: section;
  content: counter(section, decimal-leading-zero) ". ";
  padding-right: 6px;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
  transform: translate(0, 2px);
}
@media screen and (min-width: 768px) {
  .p_top04__item .ttl::before {
    transform: translate(clamp( 0rem, 1.2019230769vw + -0.7692307692rem, 0.3125rem ), clamp( 0.0625rem, 1.4423076923vw + -0.8605769231rem, 0.4375rem ));
    margin-left: -9px;
  }
}
.p_top04__item .txt {
  line-height: 2.2222222222;
}
@media screen and (min-width: 768px) {
  .p_top04__item .txt {
    padding: 18px 0 0 clamp(
      0rem,
      13.3928571429vw + -6.4285714286rem,
      5.625rem
  );
  }
}
.p_top04__item .img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_top04__item .img {
    max-width: clamp(
      11.25rem,
      18.3035714286vw + 2.4642857143rem,
      18.9375rem
  );
  }
}
.p_top05 {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p_top05 {
    padding-bottom: clamp(
      5rem,
      15.625vw + -5rem,
      9.0625rem
  );
  }
}
.p_top05__ttl {
  padding-bottom: 25px;
  font-weight: 600;
  line-height: 1.3888888889;
}
@media screen and (min-width: 768px) {
  .p_top05__ttl {
    padding-left: 20px;
  }
}
.p_top05__ttl .ttl_en {
  display: block;
  letter-spacing: 0.4em;
}
.p_top05__ttl .ttl_jp {
  display: block;
  letter-spacing: 0.4em;
}
.p_top05__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_top05__item {
    margin-left: -5px;
    padding-right: 5px;
  }
}
.p_top05__item .img {
  position: relative;
}
.p_top05__item .img img {
  min-height: 220px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p_top05__item .img img {
    min-height: 350px;
  }
}
.p_top05__item .desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  padding: 40px 20px 12px;
}
.p_top05__item .desc:hover .c_btn {
  background-color: #fff;
  color: #430203;
}
/*# sourceMappingURL=top.css.map */
