.contents {
  max-width: 1066px;
}

@media (min-width: 1180px) {
  .top-page .-page-top .header__logo-img {
    width: 497px;
  }
}

.top-kv {
  position: relative;
  padding-top: 30px;
}
@media (min-width: 768px) and (max-width: 1179px) {
  .top-kv {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .top-kv {
    margin: 0 0;
    padding-top: 60px;
  }
}
.top-kv__mb-title {
  position: absolute;
  top: 21px;
  left: -20px;
  display: inline-block;
  width: 275px;
}
@media only screen and (max-width: 767px) {
  .top-kv__mb-title {
    left: 20px;
  }
}
@media (min-width: 1180px) {
  .top-kv__mb-title {
    display: none;
  }
}

.title {
  margin: 20px 0;
  padding: 0;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .title {
    margin-bottom: 16px;
  }
}
.title__en {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .title__en {
    font-size: 30px;
  }
}
.title__ja {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .title__ja {
    font-size: 16px;
  }
}

.top-feature {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .top-feature {
    display: block;
    margin-bottom: 60px;
  }
}
.top-feature__img {
  flex-basis: 50%;
}
@media only screen and (max-width: 767px) {
  .top-feature__img {
    margin-bottom: 20px;
  }
}
.top-feature__text {
  flex-basis: calc(50% - 40px);
  max-width: calc(50% - 40px);
}
@media only screen and (max-width: 767px) {
  .top-feature__text {
    max-width: none;
  }
}
.top-feature .heading {
  margin-bottom: 16px;
  font-size: 36px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .top-feature .heading {
    margin-bottom: 12px;
    font-size: 26px;
  }
}
.top-feature__more {
  text-align: right;
}
.top-feature__link {
  transition: opacity 0.3s;
  display: inline-block;
  position: relative;
  padding-right: calc(50px - 0.08em);
  font-family: Prompt, sans-serif;
  font-weight: 700;
  color: #E4D370;
  font-size: 24px;
  letter-spacing: 0.08em;
}
@media (hover: hover) and (pointer: fine) {
  .top-feature__link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .top-feature__link {
    padding-right: calc(36px - 0.08em);
    font-size: 20px;
  }
}
.top-feature__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  background: url(/assets/img/top/ico-arrow-link.svg);
}
@media only screen and (max-width: 767px) {
  .top-feature__link::after {
    width: 26px;
    height: 26px;
    background-size: 26px auto;
    margin-top: -13px;
  }
}

.top-column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .top-column {
    display: block;
    margin-bottom: 60px;
  }
}
.top-column::after {
  content: "";
  display: block;
  width: calc(33.3333333333% - 12px);
}
.top-column__link {
  display: block;
  transition: opacity 0.3s;
  flex-basis: calc(33.3333333333% - 12px);
  margin-bottom: 40px;
}
@media (hover: hover) and (pointer: fine) {
  .top-column__link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .top-column__link {
    margin-bottom: 24px;
  }
}
.top-column__img {
  margin-bottom: 12px;
}
.top-column__heading {
  position: relative;
  min-height: 56px;
  padding-right: 50px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .top-column__heading {
    min-height: 36px;
    padding-right: 42px;
    font-size: 14px;
  }
}
.top-column__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  background: url(/assets/img/top/ico-arrow-link.svg);
}
@media only screen and (max-width: 767px) {
  .top-column__heading::after {
    top: 13px;
    width: 26px;
    height: 26px;
    margin-top: 0;
    background-size: 26px auto;
  }
}

.top-bnr {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .top-bnr {
    display: block;
    margin-bottom: 60px;
  }
}
.top-bnr__link {
  display: block;
  transition: opacity 0.3s;
  flex-basis: calc(50% - 20px);
  margin-bottom: 40px;
}
@media (hover: hover) and (pointer: fine) {
  .top-bnr__link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .top-bnr__link {
    margin-bottom: 30px;
  }
}

.top-information {
  max-width: 826px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 767px) {
  .top-information {
    margin-bottom: 60px;
  }
}
.top-information__box {
  margin-bottom: 16px;
  padding: 40px 0;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 767px) {
  .top-information__box {
    padding: 20px 0;
    margin-bottom: 13px;
  }
}
.top-information__heading {
  margin: 0 40px 20px;
  color: #B59B08;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .top-information__heading {
    margin: 0 20px 15px;
    font-size: 18px;
  }
}
.top-information__list {
  margin: 0 40px;
}
@media only screen and (max-width: 767px) {
  .top-information__list {
    margin: 0 20px;
  }
}
.top-information__item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E5E4E3;
}
@media only screen and (max-width: 767px) {
  .top-information__item {
    margin-bottom: 13px;
    padding-bottom: 13px;
  }
}
.top-information__item:last-child {
  margin-bottom: 0;
}
.top-information__link {
  display: block;
  transition: opacity 0.3s;
  position: relative;
  min-height: 34px;
  padding: 5px 56px 5px 0;
  font-weight: bold;
}
@media (hover: hover) and (pointer: fine) {
  .top-information__link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .top-information__link {
    padding-right: 40px;
    font-size: 14px;
  }
}
.top-information__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  background: url(/assets/img/top/ico-arrow-link.svg);
}
@media only screen and (max-width: 767px) {
  .top-information__link::after {
    right: 5px;
    width: 26px;
    height: 26px;
    background-size: 26px auto;
  }
}

.top-campaign {
  text-align: center;
}
.top-campaign__img {
  max-width: 456px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .top-campaign__img {
    margin-bottom: 20px;
  }
}
.top-campaign__img.img2307 {
  max-width: 826px;
}
.top-campaign__btn {
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 304px;
  height: 65px;
  margin: 0 auto;
  padding: 0 46px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 16px;
  background-color: #E4006E;
  box-shadow: 2px 4px 0 #FFAED5;
}
@media (hover: hover) and (pointer: fine) {
  .top-campaign__btn:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .top-campaign__btn {
    width: 249px;
    height: 53px;
    padding: 0 40px;
    font-size: 16px;
  }
}
.top-campaign__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
  background: url(/assets/img/top/ico-arrow-btn.svg) no-repeat right center;
}
@media only screen and (max-width: 767px) {
  .top-campaign__btn::after {
    width: 20px;
    height: 20px;
    background-size: 20px auto;
  }
}

.top-about {
  max-width: 746px;
  margin: 24px auto 80px;
}
@media only screen and (max-width: 767px) {
  .top-about {
    width: 84vw;
  }
}
.top-about__heading {
  width: 100%;
}
.top-about__box {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .top-about__box {
    display: block;
    margin-top: 16px;
  }
}
.top-about__box__content {
  flex: 1;
}
.top-about__box__content > p {
  font-weight: bold;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .top-about__box__content > p {
    text-align: center;
  }
}
.top-about__box__content__text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .top-about__box__content__text {
    display: block;
    text-align: center;
    margin-top: 12px;
  }
}
.top-about__box__content__text picture {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .top-about__box__content__text picture {
    align-items: baseline;
    margin-left: 0px;
  }
}
.top-about__box__img {
  width: 238px;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .top-about__box__img {
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }
}

.top-comment {
  max-width: 826px;
  margin: 25px auto 80px;
}
.top-comment-text {
  font-size: 14px;
  line-height: 2;
}
.top-comment-signature {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top-comment-signature span {
  font-size: 14px;
  margin-right: 15px;
}

.top-greeting {
  max-width: 826px;
  margin: 25px auto 80px;
}
.top-greeting__ttl {
  padding: 10px 30px;
  font-size: 18px;
  font-weight: bold;
  background-color: #E4D370;
}
@media only screen and (max-width: 767px) {
  .top-greeting__ttl {
    padding: 10px 20px;
  }
}
.top-greeting__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background-color: #F8F2D1;
}
@media only screen and (max-width: 767px) {
  .top-greeting__row {
    display: block;
    padding: 15px 20px 20px;
  }
}
.top-greeting__text {
  flex-basis: calc(100% - 228px);
  padding: 20px 20px 20px 30px;
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .top-greeting__text {
    margin-bottom: 20px;
    padding: 0;
  }
}
.top-greeting__signature {
  width: 228px;
}
@media only screen and (max-width: 767px) {
  .top-greeting__signature {
    width: 247px;
    padding-right: 40px;
    margin: 0 auto;
  }
}

.top-advertisement__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .top-advertisement__list {
    display: block;
  }
}
.top-advertisement__item {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .top-advertisement__item {
    width: 100%;
    margin-bottom: 20px;
  }
}