* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: "noto-sans-jp", sans-serif;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

@media (max-width: 1439px) {
  html {
    font-size: 0.69vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 2.67vw;
  }
}
body {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1a1a1a;
  background: #fbf8f0;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
}

a {
  color: #c80002;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

p {
  margin: 0;
}

.container {
  max-width: 148rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 2.4rem 1.2rem 0 2rem;
  }
}
@media screen and (max-width: 639px) {
  .container {
    padding: 0 1.2rem;
  }
}

main {
  background-color: #fbf8f0;
  overflow-x: clip;
}

.is__block--sp {
  display: none;
}

.is__block--pc {
  display: block;
}

.is__flex--sp {
  display: none;
}

.is__flex--pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .is__block--sp {
    display: block;
  }
  .is__block--pc {
    display: none;
  }
}
.ly-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
}

.ly-header__nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: auto;
}

.ly-header__left {
  position: relative;
  flex: 0 0 auto;
  padding: 3.2rem 0 0;
  padding-left: 0.4rem;
}
.ly-header__left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 11.1rem;
  background-image: url("../images/icons/head_menu_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ly-header__left {
    padding: 1.2rem 0;
    display: none;
  }
  .ly-header__left::before {
    top: 1rem;
    width: 2.25rem;
    height: 7.85rem;
  }
}

.ly-header__menu {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  background: #ffffff;
  border: 0.1rem solid black;
  border-radius: 0.9rem;
  padding: 0 2.7rem 0 4rem;
}

.ly-header__link {
  font-size: 1.5rem;
  font-weight: 700;
  color: black;
  text-decoration: none;
  padding: 1rem 0.8rem 0.8rem;
  display: inline-block;
  transition: color 0.3s ease;
}
.ly-header__link:hover {
  color: #c80002;
}
@media screen and (max-width: 768px) {
  .ly-header__link {
    padding: 0.4rem 0.8rem;
  }
}

.ly-header__center {
  display: flex;
  gap: 1rem;
  padding: 3.2rem 0 0;
}
@media screen and (max-width: 768px) {
  .ly-header__center {
    padding: 1.6rem 0 !important;
    gap: 1.2rem;
  }
}

.ly-header__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.6rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .ly-header__btn {
    padding: 0.8rem 0.6rem;
    font-size: 1.4rem !important;
    height: 3.6rem;
  }
}

.ly-header__btn--reserve {
  background-color: #c80002;
  color: #ffffff;
}
.ly-header__btn--reserve:hover {
  background-color: #a00001;
}
@media screen and (max-width: 768px) {
  .ly-header__btn--reserve {
    width: 7.2rem;
  }
}

.ly-header__btn--apply {
  background-color: #f9e01f;
  color: #1a1a1a;
}
.ly-header__btn--apply:hover {
  background-color: #d4b800;
}
@media screen and (max-width: 768px) {
  .ly-header__btn--apply {
    width: 11.4rem;
  }
}

.ly-header__right {
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
  z-index: 12;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .ly-header__right {
    gap: 0;
    transition: transform 0.4s ease, opacity 0.3s ease;
    padding: 0 0 0 2.1rem !important;
    gap: 0;
  }
}

.ly-header__logo-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  padding: 1.35rem 1.6rem 3rem 3.1rem;
}
@media screen and (max-width: 768px) {
  .ly-header__logo-section {
    width: 14rem;
    padding: 0rem 1.5rem 3rem 1.6rem;
    gap: 1.1rem;
  }
}

.ly-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ly-header__bg::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 50%;
  height: 14rem;
  background: radial-gradient(ellipse at center top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 70%);
}
@media screen and (max-width: 768px) {
  .ly-header__bg::after {
    display: none;
  }
}
.ly-header__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .ly-header__bg {
    top: -0.7rem;
  }
}

.ly-header__logo {
  padding: 1.1rem 0.7rem;
}
.ly-header__logo a {
  display: block;
}
.ly-header__logo a img {
  width: 13rem;
  height: 2.9rem;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .ly-header__logo a {
    display: block;
    padding-top: 1.2rem;
    padding-left: 0.5rem;
  }
}

.ly-header__menu-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.ly-header__menu-toggle:hover {
  opacity: 0.8;
}

.ly-header__menu-line {
  width: 6.8rem;
  height: 0.1rem;
  background-color: #ffffff;
  border-radius: 2rem;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-line {
    width: 6rem;
  }
}

.ly-header__menu-text {
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-text {
    margin-top: 0.2rem;
    margin-left: -0.4rem;
  }
}

/* overlay */
.ly-header__menu-open {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  height: 100vh;
  overflow: scroll;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-open {
    overflow-y: auto;
  }
}

.ly-header__menu-open-text {
  display: flex;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  bottom: -1rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-open-text {
    bottom: -3.2rem;
  }
}

.ly-header__menu-open-text-inner {
  display: inline-block;
  font-size: 28rem;
  line-height: 1;
  font-weight: 900;
  color: rgba(250, 198, 30, 0.3);
  animation: marquee 20s linear infinite;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-open-text-inner {
    font-size: 14rem;
    animation: marquee 10s linear infinite;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.ly-header .ly-header__menu-text.is-close {
  display: block;
}
.ly-header .ly-header__menu-text.is-open {
  display: none;
}

.ly-header--menu-open .ly-header__menu-text.is-close {
  display: none;
}
.ly-header--menu-open .ly-header__menu-text.is-open {
  display: block;
}

.ly-header--menu-open .ly-header__btn--apply {
  background-color: #ffffff;
  color: #000000;
}

.ly-header--menu-open .ly-header__menu-line:first-child {
  transform: translateY(0.4rem) rotate(8deg);
}

.ly-header--menu-open .ly-header__menu-line:nth-child(2) {
  transform: translateY(-0.4rem) rotate(-8deg);
}

@media screen and (max-width: 768px) {
  .ly-header--menu-open .ly-header__right {
    position: fixed;
    transform: translateY(0);
  }
}

/* open state */
.ly-header--menu-open .ly-header__menu-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* inner container */
.ly-header__menu-open-inner {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #f9e01f;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: url("../images/common/bg_menu_open.jpg");
}

.ly-header__menu-open-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 87.8rem;
  width: 100%;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-open-content {
    padding: 11.9rem 0 8rem;
    flex-direction: column;
    gap: 4.8rem;
  }
}

.ly-header__menu-open-bg {
  position: absolute;
  width: 100%;
  height: 59.8rem;
  top: 50%;
  max-width: 95.1rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ly-header__menu-open-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: 2.7rem;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-open-bg img {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .ly-header__menu-open-bg {
    width: 135%;
    top: 49.4%;
    left: 48.3%;
    transform: translate(-50%, -50%) rotate(314deg);
  }
}

/* menu block */
.ly-header__menu-block {
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 50%;
  max-width: 34.7rem;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-block {
    padding: 0 2.4rem;
    width: 100%;
    max-width: none;
    align-items: flex-start;
    text-align: center;
    gap: 2.4rem;
  }
}

/* title */
.ly-header__menu-title {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-title {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
  }
}

/* list */
.ly-header__menu-list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-list {
    gap: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .ly-header__menu-open-content > .ly-header__menu-block:last-child .ly-header__menu-list {
    gap: 2.4rem;
  }
}

/* item */
.ly-header__menu-item {
  position: relative;
  padding-left: 5.8rem;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-item {
    padding-left: 4.6rem;
  }
}

/* dot */
.ly-header__menu-item::before {
  content: "";
  position: absolute;
  left: 2.25rem;
  top: -0.2rem;
  width: 3.7rem;
  height: 3.7rem;
  background-image: url("../images/icons/hexagon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-item::before {
    width: 2rem;
    height: 3rem;
    top: -1px;
    left: 18px;
  }
}

.ly-header__menu-item:hover::before {
  transform: rotate(60deg);
}

/* link */
.ly-header__menu-link {
  color: #000000;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-link {
    align-items: start;
  }
}

.ly-header__menu-link-title {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-link-title {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
  }
}

.ly-header__menu-link-subtitle {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-link-subtitle {
    margin-top: -0.3rem;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
  }
}

@media screen and (max-width: 768px) {
  .ly-header__nav {
    flex-direction: column;
    align-items: stretch;
  }
  .ly-header__left {
    width: 100%;
  }
  .ly-header__menu {
    gap: 0.6rem;
    padding: 0.5rem 2rem;
    flex-wrap: wrap;
  }
  .ly-header__right {
    width: 100%;
    justify-content: space-between;
    padding: 0 0 0 2.1rem;
  }
  .ly-header__actions {
    flex-direction: column;
    width: 100%;
  }
  .ly-header__center {
    padding: 1.6rem 0 1.5rem;
  }
  .ly-header__logo {
    padding: 0;
  }
  .ly-header__logo a img {
    width: 10rem;
  }
}
.ly-cta {
  position: relative;
  overflow: hidden;
  background-color: #fbf8f0;
}

.ly-cta__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 93.6rem;
  background-color: #f9e01f;
  clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 0% 100%, 0% 25%);
}
@media screen and (max-width: 768px) {
  .ly-cta__bg {
    clip-path: polygon(50% 0%, 173% 25%, 100% 100%, 0% 100%, -4% 11%);
  }
}

.ly-cta__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.2rem;
  padding: 14.4rem 0 7.9rem;
}
@media screen and (max-width: 768px) {
  .ly-cta__content {
    margin-top: 6.4rem;
    padding: 8rem 2rem 7.9rem;
  }
}

.ly-cta__logo img {
  width: 7rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .ly-cta__logo img {
    width: 7rem;
  }
}

.ly-cta__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  display: inline;
  width: 56.7rem;
}
@media screen and (max-width: 768px) {
  .ly-cta__text-wrapper {
    display: flex;
  }
}

.ly-cta__text {
  font-size: 1.8rem;
  font-weight: 500;
  color: #1a1a1a;
  text-align: center;
  line-height: 2.4;
}

.ly-cta__text:first-child {
  margin-left: 0.4rem;
  display: inline;
}

.ly-cta__text:nth-child(2) {
  margin-left: -0.5rem;
  display: inline;
}

.ly-cta__line {
  width: 55.7rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  height: 5rem;
  background-image: url("../images/common/line-decoration.svg");
}

.ly-cta__button {
  display: inline-flex;
  align-items: center;
  gap: 3.1rem;
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 3.2rem 6.2rem 2.9rem;
  border-radius: 20rem;
  font-size: 6.4rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: -3px;
  padding: 3.2rem 6rem 3.2rem;
}
.ly-cta__button:hover {
  opacity: 0.9;
}
.ly-cta__button span {
  margin-left: 0.4rem;
  margin-top: -0.2rem;
}
@media screen and (max-width: 768px) {
  .ly-cta__button {
    width: 32.8rem;
    gap: 0;
    margin-top: -0.8rem;
    padding: 2rem 4rem;
    font-size: 3.2rem;
    white-space: nowrap;
    padding-bottom: 2.2rem;
  }
  .ly-cta__button span {
    margin-left: -0.4rem;
    font-size: 3.6rem;
    line-height: 1.54;
    margin-top: 0.3rem;
  }
}

.ly-cta__button-icon {
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ly-cta__button-icon {
    width: 5.5rem;
    height: 5.4rem;
    margin-left: 2.4rem;
    margin-top: 0.3rem;
  }
}

.ly-footer {
  background-color: black;
  color: #fbf8f0;
  padding: 4rem 6rem 1.6rem 4rem;
}
@media screen and (max-width: 768px) {
  .ly-footer {
    padding: 4rem 2rem 1.6rem 5.6rem;
  }
}

.ly-footer__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8.7rem;
}

.ly-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ly-footer__logo img {
  width: 24.2rem;
  height: 5.4rem;
  object-fit: contain;
}

.ly-footer__nav {
  display: flex;
  gap: 3.2rem;
  align-items: center;
}

.ly-footer__link {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fbf8f0;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.ly-footer__link:hover {
  color: #f9e01f;
}

.ly-footer__bottom {
  text-align: center;
}

.ly-footer__copyright {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fbf8f0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .ly-cta__bg {
    width: 100%;
    height: 100%;
  }
  .ly-cta__text {
    font-size: 1.6rem;
    line-height: 2;
  }
  .ly-cta__line {
    width: 31rem;
    height: 6rem;
    margin-top: 0.1rem;
  }
}
.ly-cta__button-icon {
  font-size: 2.4rem;
}

.ly-footer__container {
  gap: 4rem;
}

.ly-footer__top {
  flex-direction: column;
  gap: 3.8rem;
  align-items: flex-start;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .ly-footer__top {
    flex-direction: column;
    gap: 3.8rem;
    align-items: flex-start;
  }
}

.ly-footer__logo img {
  width: 24.2rem;
  height: auto;
}

.ly-footer__nav {
  flex-direction: column;
  gap: 3.38rem;
  align-items: flex-start;
  width: 100%;
  flex-direction: row;
  gap: 3.2rem;
  align-items: center;
  width: auto;
  margin-top: 1.7rem;
}
@media screen and (max-width: 768px) {
  .ly-footer__nav {
    flex-direction: column;
    gap: 3.38rem;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
  }
}

.ly-footer__link {
  font-size: 1.4rem;
  letter-spacing: 0.074em;
}

.ly-footer__link:last-child {
  letter-spacing: 0.03em;
}

.hero {
  padding: 8rem 2.4rem;
  background: linear-gradient(135deg, #c80002 0%, #a00001 100%);
  color: #ffffff;
  text-align: center;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__container {
  max-width: 1000px;
  margin: 0 auto;
}

.hero__title {
  font-size: 4.8rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  line-height: 1.2;
}

.hero__subtitle {
  font-size: 2rem;
  margin-bottom: 4rem;
  opacity: 0.95;
}

.hero__actions {
  display: flex;
  gap: 2.4rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cp-section-title {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .cp-section-title {
    gap: 1rem;
  }
}

.cp-section-title__icon {
  width: 2.8713rem;
  height: 3.2514rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .cp-section-title__icon {
    width: 2.1rem;
    height: 2.4rem;
    margin-top: 0.1rem;
    margin-left: -0.04rem;
  }
}

.cp-section-title__text {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
  color: #1a1a1a;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .cp-section-title__text {
    font-size: 3.2rem;
  }
}

.cp-section-title--white .cp-section-title__text {
  color: #ffffff;
}

.ly-breadcrumb {
  padding: 10.2rem 0 5.6rem;
}
.ly-breadcrumb .ly-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  list-style: none;
  margin: 0;
  padding-left: 4rem;
}
.ly-breadcrumb .ly-breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #1a1a1a;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.ly-breadcrumb .ly-breadcrumb__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.6rem;
  margin-left: 1.2rem;
  background-image: url("../images/icons/breadcrumbs.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.ly-breadcrumb .ly-breadcrumb__item--current .ly-breadcrumb__text {
  color: #1a1a1a;
  font-weight: 500;
  margin-top: 0.1rem;
}
.ly-breadcrumb .ly-breadcrumb__link {
  color: #666666;
  text-decoration: none;
  transition: color 0.3s ease;
}
.ly-breadcrumb .ly-breadcrumb__link:hover {
  color: #c80002;
  text-decoration: underline;
}
.ly-breadcrumb .ly-breadcrumb__text {
  color: #1a1a1a;
}

.bl-hero-01 {
  padding: 0rem 2rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bl-hero-01 {
    margin-bottom: 8rem;
  }
}

.bl-hero-01__inner {
  position: relative;
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding-left: 6rem;
}
@media screen and (max-width: 768px) {
  .bl-hero-01__inner {
    padding-left: 0;
  }
}
.bl-hero-01__inner img {
  border-radius: 1.2rem;
}

.bl-hero-01__content {
  width: 100%;
  max-width: 124rem;
  min-height: 55rem;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 1.2rem;
}
@media screen and (max-width: 768px) {
  .bl-hero-01__content {
    min-height: 25rem;
  }
}

.bl-hero-01__content-bg {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bl-hero-01__content-bg {
    min-height: 25rem;
  }
  .bl-hero-01__content-bg img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    min-height: 25rem;
  }
}

.bl-hero-01__text {
  background-color: #ffffff;
  color: #000000;
  width: fit-content;
  top: 0;
  right: 0;
  padding: 0rem 0.8rem 0.4rem;
  position: absolute;
  top: 15rem;
  left: -4rem;
}
@media screen and (max-width: 768px) {
  .bl-hero-01__text {
    top: auto;
    left: -0.1rem;
    bottom: -0.1rem;
    border-bottom-left-radius: 1.2rem;
  }
}

.bl-hero-01__label {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
  line-height: 1;
  letter-spacing: 0.016em;
  padding-left: 0.2rem;
}

.bl-hero-01__title {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .bl-hero-01__title {
    font-size: 3.2rem;
  }
}

.hachiya {
  background-color: #fffaf3;
  padding: 12rem 0;
  padding-bottom: 14.91rem;
}
.hachiya .hachiya__inner {
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 2rem;
  gap: 11.95rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .hachiya .hachiya__inner {
    gap: 8rem;
  }
}
.hachiya .hachiya__item {
  width: 100%;
  max-width: 120rem;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  gap: 4.8rem;
}
.hachiya .hachiya__item:last-child {
  margin-bottom: 0;
}
.hachiya .hachiya__item--01,
.hachiya .hachiya__item--03 {
  opacity: 0;
  transform: translateX(80px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.hachiya .hachiya__item--01.is-visible,
.hachiya .hachiya__item--03.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.hachiya .hachiya__item--02 {
  opacity: 0;
  transform: translateX(-80px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.hachiya .hachiya__item--02.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.hachiya .hachiya__item--reverse {
  align-self: flex-start;
}
.hachiya .hachiya__item--reverse .hachiya__item-header {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .hachiya .hachiya__item--reverse .hachiya__item-header {
    flex-direction: column;
    align-items: center;
  }
}
.hachiya .hachiya__item--reverse .hachiya__title {
  bottom: 9.1rem;
  left: auto;
  right: -14.5rem;
}
@media screen and (max-width: 768px) {
  .hachiya .hachiya__item--reverse .hachiya__title {
    left: 0;
    font-size: 2rem;
    bottom: 0 !important;
  }
}
@media screen and (max-width: 1239px) {
  .hachiya .hachiya__item--reverse .hachiya__title {
    bottom: 3.1rem;
  }
}
.hachiya .hachiya__item--reverse .hachiya__content {
  align-self: flex-end;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .hachiya .hachiya__item--reverse .hachiya__content {
    width: 100%;
  }
}
.hachiya .hachiya__item--reverse .hachiya__text {
  padding-left: 0;
  padding-right: 8rem;
}
@media screen and (max-width: 768px) {
  .hachiya .hachiya__item--reverse .hachiya__text {
    padding-right: 0;
  }
}
.hachiya .hachiya__item-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .hachiya .hachiya__item-header {
    flex-direction: column;
    align-items: center;
  }
}
.hachiya .hachiya__image {
  flex: 0 0 98rem;
  position: relative;
}
.hachiya .hachiya__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hachiya .hachiya__title {
  font-size: 4rem;
  font-weight: 700;
  position: absolute;
  bottom: 6.7rem;
  left: -12.9rem;
  background-color: #fff;
  padding: 0.4rem 0.8rem;
  bottom: 3.1rem;
  line-height: 1;
  padding-right: 1rem;
  letter-spacing: -0.12rem;
}
@media screen and (max-width: 768px) {
  .hachiya .hachiya__title {
    left: 0;
    font-size: 2rem;
    bottom: 0 !important;
    width: fit-content;
  }
}
.hachiya .hachiya__title--item-3 {
  padding-right: 0.9rem;
}
.hachiya .hachiya__content {
  flex: 1;
}
.hachiya .hachiya__label {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .hachiya .hachiya__label {
    padding-top: 0;
  }
}
.hachiya .hachiya__badge {
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  align-items: center;
  margin-bottom: -1rem;
  margin-top: -0.58rem;
}
.hachiya .hachiya__badge-text {
  font-size: 1.3rem;
}
.hachiya .hachiya__label-logo {
  width: 100%;
  height: 100%;
  background-image: url("../images/icons/hexagon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(30deg) scale(1.1);
}
.hachiya .hachiya__label-logo img {
  transform: rotate(-30deg) scale(0.9);
}
.hachiya .hachiya__label-text {
  font-size: 2.2rem;
  font-weight: 700;
}
.hachiya .hachiya__text {
  font-size: 1.8rem;
  line-height: 2.4;
  max-width: 88rem;
  padding-left: 8rem;
  font-weight: 500;
  max-width: 95rem;
}
@media screen and (max-width: 768px) {
  .hachiya .hachiya__text {
    padding-left: 0;
  }
}

/* ===== Responsive ===== */
@media screen and (max-width: 768px) {
  .hachiya {
    padding: 0 0 6rem;
  }
  .hachiya .hachiya__item {
    flex-direction: column;
    gap: 3rem;
  }
  .hachiya .hachiya__image {
    flex: 0 0 30rem;
  }
  .hachiya .hachiya__label-text {
    font-size: 1.9rem;
  }
}

/*# sourceMappingURL=hachiya.css.map */
