/* ---------------------------------------*/
/* TOP */
/* ---------------------------------------*/
.s-footer-topics-deco, .s-footer-link-deco, .s-footer-deco, .s-days-list-deco--03, .s-days-list-deco--02, .s-days-list-deco--01, .s-days-deco--04, .s-days-deco--03, .s-days-deco--02, .s-days-deco--01, .s-about-deco--04, .s-about-deco--03, .s-about-deco--02, .s-about-deco--01, .s-news-content-deco--02, .s-news-content-deco--01, .s-news-deco--03, .s-news-deco--02, .s-news-deco--01, .s-mainvisual-deco--06, .s-mainvisual-deco--05, .s-mainvisual-deco--04, .s-mainvisual-deco--03, .s-mainvisual-deco--02, .s-mainvisual-deco--01 {
  position: absolute;
  margin: 0;
  z-index: 1;
}
.s-footer-topics-deco img, .s-footer-link-deco img, .s-footer-deco img, .s-days-list-deco--03 img, .s-days-list-deco--02 img, .s-days-list-deco--01 img, .s-days-deco--04 img, .s-days-deco--03 img, .s-days-deco--02 img, .s-days-deco--01 img, .s-about-deco--04 img, .s-about-deco--03 img, .s-about-deco--02 img, .s-about-deco--01 img, .s-news-content-deco--02 img, .s-news-content-deco--01 img, .s-news-deco--03 img, .s-news-deco--02 img, .s-news-deco--01 img, .s-mainvisual-deco--06 img, .s-mainvisual-deco--05 img, .s-mainvisual-deco--04 img, .s-mainvisual-deco--03 img, .s-mainvisual-deco--02 img, .s-mainvisual-deco--01 img {
  width: 100%;
  vertical-align: top;
}

.s-mainvisual {
  position: relative;
  width: 100%;
  height: calc(100svh + 90px);
  min-height: 590px;
}
@media screen and (min-width: 768px) {
  .s-mainvisual {
    height: calc(100svh + 160px);
    min-height: 860px;
  }
}

.s-mainvisual-slider .splide__slide {
  height: calc(100svh + 90px);
  min-height: 590px;
  overflow: hidden;
}
.s-mainvisual-slider .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  scale: 1;
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.s-mainvisual-slider .splide__slide.is-active img {
  scale: 1.08;
  -webkit-transition: scale 10000ms ease;
  transition: scale 10000ms ease;
}
@media screen and (min-width: 768px) {
  .s-mainvisual-slider .splide__slide {
    height: calc(100svh + 160px);
    min-height: 860px;
  }
}

.s-mainvisual-copy {
  position: absolute;
  bottom: 230px;
  left: 50%;
  width: 350px;
  margin: 0;
  translate: -50% 0;
  z-index: 1;
}
.s-mainvisual-copy img {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .s-mainvisual-copy {
    bottom: 362px;
    left: calc(50% - 80px);
    width: 582px;
    translate: 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .s-mainvisual-copy {
    left: auto;
    right: 12%;
  }
}

.s-mainvisual-scroll {
  position: absolute;
  bottom: 160px;
  left: 50%;
  margin: 0;
  padding: 0 10px 48px;
  font-family: "Caveat", sans-serif;
  font-size: 1.07142rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  z-index: 1;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .s-mainvisual-scroll {
    bottom: 240px;
    padding-bottom: 77px;
    font-size: 1.25rem;
  }
}

.s-mainvisual-scroll__arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 10px;
  height: 48px;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .s-mainvisual-scroll__arrow {
    width: 17px;
    height: 77px;
  }
}

.s-mainvisual-scroll__arrow-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-animation: arrowHeightShrink 1500ms ease infinite normal backwards;
          animation: arrowHeightShrink 1500ms ease infinite normal backwards;
}
.s-mainvisual-scroll__arrow-inner::before {
  content: "";
  position: absolute;
  bottom: 100%;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 48px;
  background: url(/wpapp/wp-content/themes/osakahigashi/img/index/icon_mainvisual_arrow_01.svg) no-repeat center/100% auto;
  -webkit-animation: arrowSlideDown 1500ms ease infinite normal backwards;
          animation: arrowSlideDown 1500ms ease infinite normal backwards;
}
@media screen and (min-width: 768px) {
  .s-mainvisual-scroll__arrow-inner::before {
    width: 17px;
    height: 77px;
  }
}

@-webkit-keyframes arrowHeightShrink {
  0% {
    height: 100%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}

@keyframes arrowHeightShrink {
  0% {
    height: 100%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes arrowSlideDown {
  0% {
    bottom: 100%;
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: 0;
  }
}
@keyframes arrowSlideDown {
  0% {
    bottom: 100%;
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: 0;
  }
}
.s-mainvisual-deco--01 {
  bottom: 325px;
  left: -242px;
  width: 312px;
}
@media screen and (min-width: 768px) {
  .s-mainvisual-deco--01 {
    bottom: 432px;
    left: -64px;
    width: 281px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .s-mainvisual-deco--01 {
    left: -215px;
  }
}

.s-mainvisual-deco--02 {
  display: none;
}
@media screen and (min-width: 768px) {
  .s-mainvisual-deco--02 {
    display: inherit;
    bottom: 236px;
    left: -51px;
    width: 109px;
  }
}

.s-mainvisual-deco--03 {
  bottom: 170px;
  right: calc(50% + 104px);
  width: 59px;
}
@media screen and (min-width: 400px) {
  .s-mainvisual-deco--03 {
    left: 10%;
    right: auto;
  }
}
@media screen and (min-width: 768px) {
  .s-mainvisual-deco--03 {
    bottom: 375px;
    left: auto;
    right: calc(50% + 282px);
    width: 85px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .s-mainvisual-deco--03 {
    right: calc(50% + 245px);
  }
}

.s-mainvisual-deco--04 {
  top: 105px;
  right: -4px;
  width: 55px;
}
@media screen and (min-width: 768px) {
  .s-mainvisual-deco--04 {
    top: auto;
    bottom: max(75%, 750px);
    left: calc(50% + 556px);
    right: auto;
    width: 95px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .s-mainvisual-deco--04 {
    left: auto;
    right: -10px;
  }
}

.s-mainvisual-deco--05 {
  top: 142px;
  right: -12px;
  width: 41px;
}
@media screen and (min-width: 768px) {
  .s-mainvisual-deco--05 {
    top: auto;
    bottom: max(75%, 750px);
    left: calc(50% + 596px);
    right: auto;
    width: 72px;
    margin-bottom: -45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .s-mainvisual-deco--05 {
    left: auto;
    right: -27px;
  }
}

.s-mainvisual-deco--06 {
  bottom: 120px;
  right: -94px;
  width: 141px;
}
@media screen and (min-width: 768px) {
  .s-mainvisual-deco--06 {
    bottom: 490px;
    right: -30px;
    width: 163px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .s-mainvisual-deco--06 {
    right: -60px;
  }
}

.s-news-deco--01 {
  top: 50px;
  right: calc(50% + 26px);
  width: 153px;
}
@media screen and (min-width: 400px) {
  .s-news-deco--01 {
    left: 8%;
    right: auto;
  }
}
@media screen and (min-width: 768px) {
  .s-news-deco--01 {
    top: 88px;
    left: auto;
    right: calc(50% + 307px);
    width: 217px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .s-news-deco--01 {
    left: 5%;
    right: auto;
  }
}

.s-news-deco--02 {
  top: 3px;
  left: calc(50% + 82px);
  width: 83px;
}
@media screen and (min-width: 400px) {
  .s-news-deco--02 {
    top: -15px;
    left: auto;
    right: 8%;
  }
}
@media screen and (min-width: 768px) {
  .s-news-deco--02 {
    top: -50px;
    left: calc(50% + 446px);
    right: auto;
    width: 118px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .s-news-deco--02 {
    left: auto;
    right: 5%;
  }
}

.s-news {
  margin: 0 0 235px;
}
@media screen and (min-width: 768px) {
  .s-news {
    margin-bottom: 55px;
  }
}

.s-news-deco--03 {
  bottom: 385px;
  right: -10px;
  width: 79px;
}
@media screen and (min-width: 768px) {
  .s-news-deco--03 {
    bottom: 485px;
    right: -10px;
    width: 125px;
  }
}

.s-news-content {
  margin: 0 18px;
  padding: 40px 20px 30px;
  border-radius: 40px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .s-news-content {
    margin-left: max(30px, 50% - 600px);
    margin-right: max(30px, 50% - 600px);
    padding: 60px 6.25% 40px;
    border-radius: 80px;
  }
}

.s-news-content-deco--01 {
  top: -46px;
  right: 20%;
  width: 72px;
}
@media screen and (min-width: 768px) {
  .s-news-content-deco--01 {
    top: -78px;
    right: 22%;
    width: 131px;
  }
}

.s-news-content-deco--02 {
  bottom: -43px;
  left: -15px;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .s-news-content-deco--02 {
    bottom: 62px;
    left: auto;
    right: calc(50% + 662px);
    width: 104px;
  }
}

.s-news-list {
  margin: -30px 0 20px;
  padding: 0;
  list-style: none;
}

.s-news-list__item {
  border-bottom: 1px solid #c3c3c3;
}
.s-news-list__item a {
  display: block;
  padding: 18px 0;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .s-news-list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
  }
  .s-news-list__item a:hover {
    color: inherit;
  }
}

.s-news-list__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 6px;
  font-size: 0.85714rem;
}
@media screen and (min-width: 768px) {
  .s-news-list__data {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    font-size: 1rem;
  }
}

.s-news-list__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6em;
          flex: 0 0 6em;
  margin: 0;
}

.s-news-list__cat {
  margin: 0;
  color: #f28311;
  font-weight: 500;
}

.s-news-list__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .s-news-list__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 250px);
            flex: 0 1 calc(100% - 250px);
    font-size: 1rem;
  }
}

.s-news-button {
  margin: 0;
  font-size: 0.85714rem;
  text-align: right;
}
.s-news-button a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .s-news-button {
    font-size: 1rem;
  }
  .s-news-button a:hover {
    color: #f28311;
  }
}

.s-about-deco--01 {
  top: -80px;
  left: -30px;
  width: 182px;
}
@media screen and (min-width: 768px) {
  .s-about-deco--01 {
    top: -10px;
    left: 0;
    width: 386px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .s-about-deco--01 {
    width: 300px;
  }
}

.s-about-deco--02 {
  top: -198px;
  right: 92px;
  width: 159px;
}
@media screen and (min-width: 768px) {
  .s-about-deco--02 {
    top: 20px;
    left: calc(50% + 162px);
    right: auto;
    width: 238px;
  }
}

.s-about-deco--03 {
  top: -112px;
  right: -26px;
  width: 211px;
}
@media screen and (min-width: 768px) {
  .s-about-deco--03 {
    top: 105px;
    left: calc(50% + 360px);
    right: auto;
    width: 324px;
  }
}

.s-about-deco--04 {
  bottom: -20px;
  right: -5px;
  width: 185px;
}
@media screen and (min-width: 768px) {
  .s-about-deco--04 {
    bottom: -72px;
    left: calc(50% + 292px);
    right: 0;
    width: 388px;
  }
}

.s-about {
  margin: 0 0 100px;
  padding: 0 18px;
}
@media screen and (min-width: 768px) {
  .s-about {
    padding-left: max(30px, 50% - 600px);
    padding-right: max(30px, 50% - 600px);
    margin-bottom: 50px;
  }
}

.s-about__lead {
  margin: 0;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 1.21428rem;
  font-weight: 300;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .s-about__lead {
    font-size: 1.375rem;
    line-height: 2.3;
  }
}

.s-days-deco--01 {
  top: -59px;
  right: calc(50% + 22px);
  width: 152px;
}
@media screen and (min-width: 768px) {
  .s-days-deco--01 {
    top: -164px;
    right: calc(50% + 346px);
    width: 479px;
  }
}

.s-days-deco--02 {
  top: 72px;
  left: -30px;
  width: 77px;
}
@media screen and (min-width: 768px) {
  .s-days-deco--02 {
    top: 158px;
    left: auto;
    right: calc(50% + 215px);
    width: 84px;
  }
}

.s-days-deco--03 {
  top: 168px;
  right: -31px;
  width: 112px;
}
@media screen and (min-width: 768px) {
  .s-days-deco--03 {
    top: 320px;
    left: calc(50% + 195px);
    right: auto;
    width: 174px;
  }
}

.s-days-deco--04 {
  display: none;
}
@media screen and (min-width: 768px) {
  .s-days-deco--04 {
    top: 564px;
    left: calc(50% + 477px);
    display: inherit;
    width: 146px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .s-days-deco--04 {
    left: auto;
    right: 4%;
  }
}

.s-days {
  margin: 0 0 35px;
  padding: 0 18px;
}
@media screen and (min-width: 768px) {
  .s-days {
    padding-left: max(30px, 50% - 600px);
    padding-right: max(30px, 50% - 600px);
    margin-bottom: 30px;
  }
}

.s-days-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .s-days-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.s-days-list__item {
  position: relative;
  margin: 0 0 60px;
}
.s-days-list__item:last-child {
  margin-bottom: 0;
}
.s-days-list__item a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .s-days-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-bottom: 0;
  }
  .s-days-list__item a:hover {
    color: inherit;
  }
  .s-days-list__item:nth-child(2) {
    margin-top: 30%;
  }
  .s-days-list__item:nth-child(3) {
    margin-top: -7%;
  }
  .s-days-list__item:nth-child(4) {
    margin-top: 27%;
  }
  .s-days-list__item:nth-child(5) {
    margin-top: -7%;
  }
  .s-days-list__item:nth-child(6) {
    margin-top: 27%;
  }
}

.s-days-list__image {
  margin: 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%, 100%;
          mask-size: 100%, 100%;
}
.s-days-list__item:nth-child(1) .s-days-list__image {
  margin-bottom: 7px;
  -webkit-mask-image: url(/wpapp/wp-content/themes/osakahigashi/img/index/image_days_mask_01.svg);
          mask-image: url(/wpapp/wp-content/themes/osakahigashi/img/index/image_days_mask_01.svg);
}
.s-days-list__item:nth-child(2) .s-days-list__image {
  margin-bottom: -12px;
  -webkit-mask-image: url(/wpapp/wp-content/themes/osakahigashi/img/index/image_days_mask_02.svg);
          mask-image: url(/wpapp/wp-content/themes/osakahigashi/img/index/image_days_mask_02.svg);
}
.s-days-list__item:nth-child(3) .s-days-list__image {
  margin-bottom: -3px;
  -webkit-mask-image: url(/wpapp/wp-content/themes/osakahigashi/img/index/image_days_mask_03.svg);
          mask-image: url(/wpapp/wp-content/themes/osakahigashi/img/index/image_days_mask_03.svg);
}
.s-days-list__item:nth-child(4) .s-days-list__image {
  -webkit-mask-image: url(/wpapp/wp-content/themes/osakahigashi/img/index/image_days_mask_04.svg);
          mask-image: url(/wpapp/wp-content/themes/osakahigashi/img/index/image_days_mask_04.svg);
}
.s-days-list__item:nth-child(5) .s-days-list__image {
  -webkit-mask-image: url(/wpapp/wp-content/themes/osakahigashi/img/index/image_days_mask_02.svg);
          mask-image: url(/wpapp/wp-content/themes/osakahigashi/img/index/image_days_mask_02.svg);
}
.s-days-list__item:nth-child(6) .s-days-list__image {
  -webkit-mask-image: url(/wpapp/wp-content/themes/osakahigashi/img/index/image_days_mask_05.svg);
          mask-image: url(/wpapp/wp-content/themes/osakahigashi/img/index/image_days_mask_05.svg);
}
.s-days-list__image img {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .s-days-list__item:nth-child(1) .s-days-list__image {
    margin-bottom: 30px;
  }
  .s-days-list__item:nth-child(2) .s-days-list__image {
    margin-bottom: 12px;
  }
  .s-days-list__item:nth-child(3) .s-days-list__image {
    margin-bottom: 30px;
  }
  .s-days-list__item:nth-child(4) .s-days-list__image {
    margin-bottom: 20px;
  }
  .s-days-list__item:nth-child(5) .s-days-list__image {
    margin-bottom: 25px;
  }
  .s-days-list__image img {
    -webkit-transition: scale 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: scale 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  a:hover .s-days-list__image img {
    scale: 1.1;
  }
}

.s-days-list__button {
  margin: 0;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 1.21428rem;
  font-weight: 500;
}
.s-days-list__item:nth-child(even) .s-days-list__button {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .s-days-list__button {
    font-size: 1.625rem;
    text-align: center;
  }
  .s-days-list__item:nth-child(even) .s-days-list__button {
    text-align: center;
  }
}

.s-days-list-deco--01 {
  top: -58px;
  left: -28px;
  width: 64px;
}
@media screen and (min-width: 768px) {
  .s-days-list-deco--01 {
    top: -110px;
    left: -83px;
    width: 76px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .s-days-list-deco--01 {
    left: -28px;
  }
}

.s-days-list-deco--02 {
  top: -56px;
  right: -31px;
  width: 62px;
}
@media screen and (min-width: 768px) {
  .s-days-list-deco--02 {
    display: none;
  }
}

.s-days-list-deco--03 {
  bottom: -70px;
  left: -2px;
  width: 112px;
}
@media screen and (min-width: 768px) {
  .s-days-list-deco--03 {
    bottom: 70px;
    left: -68px;
    width: 162px;
    z-index: 1;
  }
}

.s-footer {
  position: relative;
  z-index: 1;
  margin-top: -225px;
  padding-top: 230px;
}
.s-footer::before {
  -webkit-mask-image: url(/wpapp/wp-content/themes/osakahigashi/img/common/bg_section_mask_top_01.svg), url(/wpapp/wp-content/themes/osakahigashi/img/common/bg_section_mask_bottom_01.png);
          mask-image: url(/wpapp/wp-content/themes/osakahigashi/img/common/bg_section_mask_top_01.svg), url(/wpapp/wp-content/themes/osakahigashi/img/common/bg_section_mask_bottom_01.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top, center 224px;
          mask-position: center top, center 224px;
  -webkit-mask-size: 1161px 225px, 1161px 100%;
          mask-size: 1161px 225px, 1161px 100%;
}
.s-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  background-image: none;
  background-color: #fff;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-size: auto;
}
@media screen and (min-width: 768px) {
  .s-footer {
    margin-top: -450px;
    padding-top: 410px;
  }
  .s-footer::before {
    background-size: 1000px auto;
  }
  .s-footer::before {
    -webkit-mask-position: center top, center 449px;
            mask-position: center top, center 449px;
    -webkit-mask-size: 2322px 450px, 2322px 100%;
            mask-size: 2322px 450px, 2322px 100%;
  }
}
.s-footer::before {
  background-image: url(/wpapp/wp-content/themes/osakahigashi/img/common/bg_texture_lightgreen_01.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: 500px auto;
}
@media screen and (min-width: 768px) {
  .s-footer::before {
    background-size: 1000px auto;
  }
}

.s-footer-deco {
  top: -40px;
  left: -30px;
  width: 207px;
  rotate: 120deg;
}
@media screen and (min-width: 768px) {
  .s-footer-deco {
    left: -45px;
    top: -260px;
    width: 521px;
    rotate: 0deg;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .s-footer-deco {
    top: -160px;
    left: -35px;
    width: 420px;
  }
}

.s-footer-link {
  position: relative;
  margin: -45px 0 0;
  padding: 0 36px 250px;
}
@media screen and (min-width: 768px) {
  .s-footer-link {
    padding-left: max(30px, 50% - 495px);
    padding-right: max(30px, 50% - 495px);
    padding-bottom: 0;
    margin: -20px 0 100px;
  }
}

.s-footer-link-deco {
  bottom: 50px;
  left: -30px;
  width: 317px;
}
@media screen and (min-width: 768px) {
  .s-footer-link-deco {
    top: -310px;
    bottom: auto;
    left: calc(50% + 420px);
    width: 333px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .s-footer-link-deco {
    left: calc(50% + 200px);
  }
}

.s-footer-nav__list {
  margin: 0;
  padding: 0;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 1.07142rem;
  font-weight: 500;
  line-height: 1.2;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .s-footer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 5%;
    font-size: 1.125rem;
  }
}

.s-footer-nav__item {
  border-bottom: 1px solid #76be05;
}
.s-footer-nav__item a {
  position: relative;
  display: block;
  padding: 20px 40px 20px 0;
  color: #76be05;
  text-decoration: none;
}
.s-footer-nav__item a .p-button-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 31px;
  height: 31px;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .s-footer-nav__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
  }
  .s-footer-nav__item a {
    padding: 28px 50px 28px 0;
  }
  .s-footer-nav__item a .p-button-arrow {
    width: 40px;
    height: 40px;
  }
  .s-footer-nav__item a:hover {
    color: #76be05;
  }
}

.s-footer-topics {
  position: relative;
  padding: 0 36px 100px;
}
@media screen and (min-width: 768px) {
  .s-footer-topics {
    padding-left: max(30px, 50% - 495px);
    padding-right: max(30px, 50% - 495px);
  }
}

.s-footer-topics-deco {
  bottom: 0;
  right: -145px;
  width: 405px;
}
@media screen and (min-width: 768px) {
  .s-footer-topics-deco {
    top: -100px;
    bottom: auto;
    left: calc(50% + 265px);
    right: auto;
    width: 571px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .s-footer-topics-deco {
    left: auto;
    right: -265px;
  }
}

.s-footer-topics__heading {
  margin: 0 0 25px;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .s-footer-topics__heading {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}

.s-footer-topics__heading-logo {
  display: block;
  width: 94px;
  margin: 0 auto 10px;
  line-height: 1;
}
.s-footer-topics__heading-logo img {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .s-footer-topics__heading-logo {
    width: 151px;
  }
}

.s-footer-topics__lead {
  margin: 0 0 25px;
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-footer-topics__lead {
    margin-bottom: 60px;
    font-size: 1.125rem;
  }
}

.s-footer-topics-button-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .s-footer-topics-button-list {
    max-width: 940px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 8.51063829%;
    margin: 0 auto;
  }
}

.s-footer-topics-button-list__item {
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .s-footer-topics-button-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 45.744680855%;
            flex: 0 1 45.744680855%;
    margin-bottom: 0;
  }
}