@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Old+Mincho&display=swap");
html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  position: relative;
  background-color: #e35f02;
  background-repeat: repeat-y;
  background-position: top;
  background-size: 100% auto;
  background-image: url("../img/bg_pc.jpg");
  background-attachment: fixed;
  overflow-x: hidden;
}
body.show {
  overflow: hidden;
}
@media (width < 769px) {
  body {
    background-image: url("../img/bg_sp.jpg");
  }
}

a {
  text-decoration: none;
  transition: all 0.5s ease;
}
a:hover {
  opacity: 0.5;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

img {
  width: 100%;
}

.onlyPC {
  display: block !important;
}

.onlySP {
  display: none !important;
}

@media (width < 769px) {
  .onlyPC {
    display: none !important;
  }
  .onlySP {
    display: block !important;
  }
}
.scroll-target {
  position: absolute;
  top: -60px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
}
.scroll-target__wrap {
  position: relative;
}

.headline {
  position: relative;
  z-index: 1;
}
.headline__main, .headline__sub {
  display: block;
}
.headline__main {
  position: relative;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 1;
  color: #000;
  padding-left: 31px;
}
.headline__main::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #e75e02;
  position: absolute;
  left: 0;
  top: 16px;
}
.headline__sub {
  padding-left: 33px;
  font-size: 14px;
  font-weight: 500;
  color: #e75e02;
  line-height: 1.86;
  margin-top: 5px;
}
@media (width < 769px) {
  .headline__main {
    font-size: 36px;
    line-height: 0.9;
  }
  .headline__main::before {
    top: 16px;
  }
  .headline__sub {
    margin-top: 0;
  }
}

.entry__btn {
  margin-inline: auto;
  max-width: 500px;
  height: 73px;
  border-radius: 40px;
  background-color: #e75e02;
}
.entry__btn-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.5s ease;
}
.entry__btn-link:hover {
  opacity: 1;
}
.entry__btn-link:hover .entry__btn-circle {
  background-color: #fff;
}
.entry__btn-link:hover .entry__btn-icon {
  fill: #000;
}
.entry__btn-link:hover .entry__btn-text:nth-child(1) {
  left: 100%;
}
.entry__btn-link:hover .entry__btn-text:nth-child(2) {
  left: 0;
}
.entry__btn-text-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.entry__btn-text {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  transition: all 0.5s ease;
  text-align: center;
  padding-right: 9px;
}
.entry__btn-text:nth-child(1) {
  left: 0;
}
.entry__btn-text:nth-child(2) {
  left: -100%;
}
.entry__btn-circle, .entry__btn-icon {
  transition: all 0.5s ease;
}
.entry__btn-circle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  background-color: #000;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry__btn-icon {
  fill: #fff;
  width: 14px;
  height: 14px;
}
@media (width < 769px) {
  .entry__btn {
    max-width: 335px;
    height: 64px;
  }
  .entry__btn-text {
    font-size: 18px;
  }
  .entry__btn-circle {
    width: 40px;
    height: 40px;
  }
}

.bnr {
  padding: 72px 25px 124px;
}
.bnr__link {
  width: 845px;
  height: 290px;
  position: relative;
  margin-inline: auto;
  display: block;
}
.bnr__link::after {
  content: "";
  width: 845px;
  height: 239px;
  background-color: #000;
  position: absolute;
  bottom: -8px;
  right: -8px;
  z-index: -1;
}
.bnr__link:hover {
  opacity: 1;
}
.bnr__link:hover .bnr__image {
  transform: translate(8px, 8px);
}
.bnr__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 845px;
  height: 290px;
  transition: 0.3s;
}
@media (width < 769px) {
  .bnr {
    padding: 52px 25px 68px;
  }
  .bnr__link {
    width: 320px;
    height: 155px;
  }
  .bnr__link::after {
    content: "";
    width: 320px;
    height: 139px;
  }
  .bnr__image {
    width: 320px;
    height: 155px;
  }
}

.info {
  background-color: #fff;
  padding: 14px;
}
.info__inner {
  width: 984px;
  margin-inline: auto;
  display: flex;
  align-items: center;
}
.info__text {
  font-size: 16px;
  margin-left: 16px;
  margin-right: 4px;
}
.info__catch {
  display: inline-block;
  width: 103px;
  height: 27px;
  border: 1px solid #000;
  text-align: center;
  align-content: center;
  line-height: 1;
  margin-right: 9px;
  margin-bottom: 2px;
}
.info__icon--stop {
  width: 49.73px;
  height: 72.76px;
}
.info__icon--recycle, .info__icon--alcohol {
  width: 42px;
  height: 42px;
}
.info__icons {
  display: flex;
  gap: 6px;
}
@media (width < 769px) {
  .info__inner {
    width: 100%;
  }
  .info__text {
    font-size: 10px;
    margin-left: 10px;
    margin-right: 9px;
  }
  .info__catch {
    width: 64px;
    height: 20px;
    display: block;
  }
  .info__icons {
    flex-direction: column-reverse;
  }
}

.footer {
  position: relative;
  background-color: #000;
  padding: 61px 20px 43px;
}
.footer__logo-link {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-top: 35px;
  margin-inline: auto;
}
.footer__logo {
  width: 135px;
}
.footer__copyright {
  margin-top: 28px;
  color: #666;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (width < 769px) {
  .footer {
    background-color: #000;
    padding: 51px 15px 62px;
  }
  .footer__logo-link {
    margin-top: 40px;
  }
  .footer__logo {
    width: 119px;
  }
  .footer__copyright {
    font-size: 10px;
  }
}

.sns__list {
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
}
.sns__item {
  width: 30px;
  height: 30px;
}
.sns__item img {
  width: 100%;
}
.sns__logo {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width < 769px) {
  .sns__list {
    gap: 30px;
  }
}

.mv {
  position: relative;
  padding-top: 111px;
  width: 1440px;
  margin-inline: auto;
  padding-right: 148px;
}
.mv__header {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 28px;
  padding-left: 34px;
}
.mv__header-headline {
  width: 264.57px;
}
.mv__slide {
  position: relative;
  width: 1182px;
  z-index: 1;
}
.mv__slide .swiper-slide {
  cursor: default;
}
.mv__text {
  width: 200px;
  position: absolute;
  top: 0;
  right: 110px;
  z-index: 2;
}
.mv__scroll {
  width: 67px;
  position: absolute;
  right: 142px;
  bottom: 53px;
}
@media (width < 769px) {
  .mv {
    padding-top: 89px;
    width: 100%;
    padding-right: 0;
  }
  .mv__header {
    padding-top: 21px;
    padding-left: 19px;
  }
  .mv__header-headline {
    width: 232.82px;
  }
  .mv__slide {
    width: 100%;
  }
  .mv__text {
    width: 340px;
    position: relative;
    margin-top: -31px;
    z-index: 2;
    top: auto;
    right: auto;
  }
  .mv__scroll {
    width: 67px;
    position: relative;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
    margin-top: 31px;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 8s linear 0s normal both;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.about {
  position: relative;
  width: 1440px;
  padding-top: 160px;
  padding-bottom: 144px;
  margin-inline: auto;
  padding-left: 384px;
}
.about__inner {
  width: 420px;
}
.about__headline {
  width: 352px;
}
.about__headline-text {
  font-family: "Zen Old Mincho", serif;
  color: #000;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  margin-top: 16px;
  margin-left: -8px;
  white-space: nowrap;
}
.about__text {
  margin-top: 70px;
  font-size: 18px;
  line-height: 1.9;
}
.about__text + .about__text {
  margin-top: 2em;
}
.about__logo, .about__image {
  position: absolute;
}
.about__logo {
  top: 175px;
  left: -277px;
  width: 610px;
}
.about__image {
  top: 174px;
  right: -231px;
  width: 870px;
}
@media (width < 769px) {
  .about {
    width: 100%;
    margin-top: 0;
    padding-top: 450px;
    padding-bottom: 430px;
    padding-left: 0;
  }
  .about__inner {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }
  .about__headline {
    width: 307.38px;
  }
  .about__headline-text {
    font-size: 40px;
    margin-left: -6px;
  }
  .about__text {
    margin-top: 50px;
    font-size: 16px;
  }
  .about__logo {
    top: auto;
    bottom: 84px;
    left: -94px;
    width: 365px;
  }
  .about__image {
    top: 83px;
    right: auto;
    left: 0;
    width: 520px;
  }
}

.articles {
  overflow: clip;
  padding-top: 140px;
  padding-bottom: 152px;
  background: url("../img/bg_article.jpg") no-repeat center top/cover;
}
.articles__headline {
  width: 390px;
  margin-inline: auto;
}
@media (width < 769px) {
  .articles {
    padding-top: 80px;
    padding-bottom: 76px;
  }
  .articles__headline {
    width: 217px;
  }
}

.articles-slide {
  position: relative;
  padding-top: 62px;
}
.articles-slide__swiper {
  padding-bottom: 0;
  width: 520px;
  overflow: visible;
  margin-inline: auto;
}
.articles-slide__swiper .swiper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.articles-slide__swiper .swiper-wrapper {
  display: flex;
}
.articles-slide__swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.articles-slide__swiper .swiper-slide .articles-slide__img {
  position: relative;
  z-index: 2;
}
.articles-slide__swiper .swiper-slide .articles-slide__img-wrap {
  position: relative;
  padding-right: 10px;
  padding-bottom: 10px;
}
.articles-slide__swiper .swiper-slide .articles-slide__img-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 509px;
  height: 333px;
  background: url("../img/bg_article_item_pc.svg") no-repeat center top/100%;
  z-index: 1;
}
.articles-slide__swiper .swiper-slide .articles-slide__img-wrap--soon::after {
  display: none;
}
@media (width < 769px) {
  .articles-slide__swiper .swiper-slide .articles-slide__img-wrap {
    padding-right: 6px;
    padding-bottom: 6px;
  }
  .articles-slide__swiper .swiper-slide .articles-slide__img-wrap::after {
    width: 298px;
    height: 194px;
    background: url("../img/bg_article_item_sp.svg") no-repeat center top/100%;
  }
}
.articles-slide__link {
  display: block;
}
.articles-slide__link:hover {
  opacity: 1;
}
.articles-slide__link:hover .articles-slide__btn::after {
  left: 10px;
}
.articles-slide__link--soon {
  pointer-events: none;
  cursor: default;
}
.articles-slide__img-wrap {
  position: relative;
}
.articles-slide__btn {
  display: block;
  position: relative;
  transition: all 0.5s ease;
  right: 10px;
  margin-top: 34px;
  margin-left: auto;
  margin-right: 0;
  padding-left: 10px;
  padding-bottom: 10px;
  width: 205px;
}
.articles-slide__btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 205px;
  height: 10px;
  background: url("../img/icon_article_readmore.svg") no-repeat center/contain;
  transition: all 0.5s ease;
}
.articles-slide__btn-text {
  width: 111px;
  height: 14px;
}
.articles-slide__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  margin-top: 8px;
  padding-right: 10px;
}
@media (width < 769px) {
  .articles-slide {
    padding-top: 32px;
  }
  .articles-slide__swiper {
    width: 306px;
  }
  .articles-slide__swiper .swiper-slide {
    width: 306px;
  }
  .articles-slide__text {
    font-size: 18px;
  }
}

.swiper-slide {
  cursor: pointer;
  transition: all 0.5s ease;
}
.swiper-slide:hover {
  opacity: 1;
}
.swiper-slide--soon {
  cursor: default;
}

.controls {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 520px !important;
  height: 38px !important;
  z-index: 1;
}
@media (width < 769px) {
  .controls {
    bottom: 15px;
  }
}

.swiper-pagination {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}

.swiper-pagination-bullet {
  background: #b8b8b8;
  opacity: 1;
  width: 26px;
  height: 3px;
  border-radius: 0;
  transition: all 0.5s ease;
}
.swiper-pagination-bullet:hover {
  background: rgba(184, 184, 184, 0.5);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e75e02;
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  font-size: 0;
  bottom: 0;
}
@media (width < 769px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -4px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 234px;
  width: 38px;
  height: 38px;
  background: url(../img/icon_arrow.svg) no-repeat center/contain;
  transition: all 0.5s ease;
  cursor: pointer;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.5;
}
@media (width < 769px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 134px;
    width: 38px;
    height: 38px;
  }
}

.swiper-button-prev {
  left: -46px;
  right: auto;
  transform: rotate(-180deg);
}
@media (width < 769px) {
  .swiper-button-prev {
    left: 91px;
  }
}

.swiper-button-next {
  left: auto;
  right: -46px;
}
@media (width < 769px) {
  .swiper-button-next {
    right: 94px;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}
/*# sourceMappingURL=style.css.map */
