@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
:root {
  --ff-zen: "Zen Kaku Gothic New", sans-serif;
  --color-primary: #EDA977;
  --bg-primary: #FFEFE4;
}

body {
  font-size: 16px;
  font-family: var(--ff-zen);
  color: #222;
}

main {
  background: #fff;
}

.top-mv {
  position: relative;
}
@media screen and (max-width: 1500px) {
  .top-mv {
    height: 700px;
  }
}
@media screen and (max-width: 767.9px) {
  .top-mv {
    height: 500px;
  }
}
.top-mv__inner {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  transform: translateY(-50%);
  box-sizing: border-box;
}
@media screen and (max-width: 767.9px) {
  .top-mv__inner {
    justify-content: center;
    align-items: flex-end;
    top: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    transform: none;
    margin: 0;
    padding: 0 32px 32px;
  }
}
@media screen and (max-width: 767.9px) {
  .top-mv__body {
    width: 100%;
  }
}
.top-mv__copy {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .top-mv__copy {
    position: absolute;
    top: 30px;
    right: 32px;
  }
  .top-mv__copy img {
    width: 49.66px;
    height: 135.94px;
  }
}
.top-mv-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  min-height: 80px;
  padding: 10px 16px;
  color: #fff;
  line-height: 1.25;
  background: linear-gradient(90deg, #EDA977 37.5%, #FDE495 50%, #FDE495 60%, #edad7f 87.5%);
  background-size: 200% 100%;
  background-position: 0 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  box-sizing: border-box;
  transition: background-position 0.3s ease;
}
@media screen and (max-width: 767.9px) {
  .top-mv-button {
    min-height: 68px;
  }
}
.top-mv-button:hover {
  background-position: 100% 0;
}
.top-mv-button::after {
  content: "";
  flex: 0 0 auto;
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  mask: url("/attaka/images/new/top/arrow.svg") no-repeat center/contain;
}
.top-mv-button__label {
  display: block;
}
.top-mv-button__top {
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767.9px) {
  .top-mv-button__top {
    font-size: 16px;
  }
}
.top-mv-button__bottom {
  display: block;
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 767.9px) {
  .top-mv-button__bottom {
    font-size: 18px;
  }
}
.top-mv__bg {
  display: block;
  width: 100%;
  height: auto;
}
.top-mv__bg img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .top-mv__bg {
    width: 100%;
    height: 100%;
  }
  .top-mv__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.top-about {
  margin-top: 60px;
  padding: 0 20px;
}
@media screen and (max-width: 767.9px) {
  .top-about {
    margin-top: 40px;
  }
}
.top-about__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.top-about__title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .top-about__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.top-about-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  max-width: 400px;
  width: 100%;
  min-height: 80px;
  padding: 10px 16px;
  color: #fff;
  line-height: 1.25;
  background: linear-gradient(90deg, #EDA977 37.5%, #FDE495 50%, #FDE495 60%, #edad7f 87.5%);
  background-size: 200% 100%;
  background-position: 0 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 auto;
  transition: background-position 0.3s ease;
}
@media screen and (max-width: 767.9px) {
  .top-about-button {
    min-height: 68px;
  }
}
.top-about-button:hover {
  background-position: 100% 0;
}
.top-about-button::before {
  content: "";
  flex: 0 0 auto;
  display: block;
  width: 16px;
}
@media screen and (max-width: 767.9px) {
  .top-about-button::before {
    content: none;
  }
}
.top-about-button::after {
  content: "";
  flex: 0 0 auto;
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  mask: url("/attaka/images/new/top/arrow.svg") no-repeat center/contain;
}
.top-about-button__label {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 4px;
}
@media screen and (max-width: 767.9px) {
  .top-about-button__label {
    text-align: left;
  }
}

.top-box {
  display: flex;
  margin-bottom: 140px;
}
@media screen and (max-width: 767.9px) {
  .top-box {
    position: relative;
    display: block;
    z-index: 0;
    margin-bottom: 40px;
  }
  .top-box::after {
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    left: -20px;
    right: 0;
    bottom: 0;
    background: var(--bg-primary);
    z-index: -1;
  }
}
.top-box.-section3 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .top-box.-section3 {
    margin-bottom: 40px;
  }
}
.top-box__img {
  flex: 0 0 auto;
  position: relative;
  width: 50%;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .top-box__img {
    width: calc(100% + 20px);
    margin-right: -20px;
  }
}
.top-box__img img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.top-box.-section2 .top-box__img {
  order: 2;
}
.top-box__body {
  flex: 1 1 auto;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 0;
}
@media screen and (max-width: 767.9px) {
  .top-box__body {
    margin-top: -28px;
    z-index: 2;
  }
}
.top-box__body::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -60px;
  z-index: -1;
  background: var(--bg-primary);
}
@media screen and (max-width: 767.9px) {
  .top-box__body::after {
    content: none;
  }
}
.top-box.-section1 .top-box__body {
  padding-left: 9.25%;
}
@media screen and (max-width: 1119.9px) {
  .top-box.-section1 .top-box__body {
    padding-left: 4%;
  }
}
@media screen and (max-width: 767.9px) {
  .top-box.-section1 .top-box__body {
    padding-left: 0;
  }
}
.top-box.-section1 .top-box__body::after {
  top: 36%;
  right: 0;
  left: -29.629%;
}
.top-box.-section2 .top-box__body {
  order: 1;
  padding-right: 24px;
}
@media screen and (max-width: 767.9px) {
  .top-box.-section2 .top-box__body {
    padding-right: 0;
  }
}
.top-box.-section2 .top-box__body::after {
  top: 32%;
  left: 0;
  right: -29.629%;
}
@media screen and (max-width: 1119.9px) {
  .top-box.-section2 .top-box__body::after {
    top: 22%;
  }
}
.top-box.-section3 .top-box__body {
  align-items: flex-start;
  padding-left: 9.25%;
}
@media screen and (max-width: 1119.9px) {
  .top-box.-section3 .top-box__body {
    padding-left: 4%;
  }
}
@media screen and (max-width: 767.9px) {
  .top-box.-section3 .top-box__body {
    padding-left: 0;
  }
}
.top-box.-section3 .top-box__body::after {
  top: 23%;
  right: 0;
  left: -29.629%;
}
.top-box__body__inner {
  width: 100%;
}
.top-box.-section1 .top-box__body__inner {
  padding: 20px 11% 0 0;
}
@media screen and (max-width: 767.9px) {
  .top-box.-section1 .top-box__body__inner {
    padding: 0 20px 20px 0;
  }
}
.top-box.-section2 .top-box__body__inner {
  padding: 0 0 0 11%;
}
@media screen and (max-width: 767.9px) {
  .top-box.-section2 .top-box__body__inner {
    padding: 0 20px 20px 0;
  }
}
@media screen and (max-width: 767.9px) {
  .top-box.-section3 .top-box__body__inner {
    padding: 0 20px 20px 0;
  }
}
.top-box__title {
  font-size: 38px;
  font-weight: bold;
  color: var(--color-primary);
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1119.9px) {
  .top-box__title {
    font-size: 26px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767.9px) {
  .top-box__title {
    font-size: 24px;
    margin-left: -20px;
    margin-bottom: 16px;
  }
}
.top-box__title__inner {
  padding-inline: 12px;
  box-decoration-break: clone;
  background: #fff;
  border-radius: 5px;
  filter: drop-shadow(0px 5px 10px rgba(237, 169, 119, 0.5));
}
@media screen and (max-width: 767.9px) {
  .top-box__title__inner {
    padding-left: 20px;
    padding-right: 12px;
    padding-block: 2px;
  }
}
.top-box__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 2.2;
  margin-inline: 12px;
}
@media screen and (max-width: 1119.9px) {
  .top-box__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.9px) {
  .top-box__text {
    font-size: 14px;
    line-height: 1.6;
    margin-inline: 0;
  }
}
.top-box__text sup {
  font-size: 12px;
  vertical-align: super;
}
.top-box__note {
  font-size: 12px;
  margin-top: 4px;
  margin-inline: 12px;
}
@media screen and (max-width: 767.9px) {
  .top-box__note {
    margin-inline: 0;
  }
}

.top-banner {
  margin-top: 80px;
  padding: 0 20px;
}
@media screen and (max-width: 767.9px) {
  .top-banner {
    margin-top: 40px;
    padding: 0;
  }
}
.top-banner__inner {
  display: block;
  max-width: 1080px;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}
.top-banner__inner picture {
  vertical-align: top;
}
.top-banner__inner picture img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

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