@charset "utf-8";


/*common*/
#bid_cleanup #Main {
  width: 100%;
  float: none;
}

#bid_cleanup #Contents {
  overflow: hidden;
  margin-inline: 0;
  padding-inline: 1em;
}

#bid_cleanup #Contents p:not(.date):not(.title_cap) {
  margin-bottom: inherit;
}

#bid_cleanup #Contents a:link,
#bid_cleanup #Contents a:visited {
  color: inherit;
}

#bid_cleanup .cleanup {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, tahoma, Verdana, arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#bid_cleanup .cleanup img {
  max-width: 100%;
  height: auto;
}

.cleanup_en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


/*kv*/
.cleanup_kv {
  position: relative;
  background: url(../images/top/kv_bg.webp) no-repeat left top;
  background-size: cover;
  aspect-ratio: 361/532;
  margin-top: 18px;
}

.cleanup_kv_head {
  position: absolute;
  z-index: 3;
  bottom: 191px;
  left: 21px;
  width: 280px;
  height: auto;
}

.cleanup_kv_marquee {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

.cleanup_kv_marquee_txt {
  padding: 0 15px;
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  line-height: 56px;
  backface-visibility: hidden;
  will-change: transform;
  animation: flowing 50s linear infinite;
}

@keyframes flowing {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.cleanup_kv_imgone {
  position: absolute;
  z-index: 2;
  top: 146px;
  left: 0;
  right: 0;
  width: 244px;
  margin: auto;
}

.cleanup_kv_imgtwo {
  position: absolute;
  z-index: 3;
  top: 33px;
  left: 12px;
  width: 149px;
  margin: auto;
}

.cleanup_kv_imgthree {
  position: absolute;
  z-index: 3;
  bottom: 85px;
  left: 98px;
  width: 126px;
  margin: auto;
}

.cleanup_kv_imgfour {
  position: absolute;
  z-index: 3;
  bottom: 69px;
  left: -14px;
  width: 100px;
  margin: auto;
}

.cleanup_kv_imgfive {
  position: absolute;
  z-index: 3;
  bottom: 35px;
  right: 24px;
  width: 95px;
  margin: auto;
}

.cleanup_kv_circle {
  position: absolute;
  z-index: 2;
  top: -77px;
  right: -77px;
  width: 290px;
  height: 290px;
}

.cleanup_kv_logo {
  position: absolute;
  z-index: 4;
  top: 48px;
  right: 40px;
  width: 114px;
  height: auto;
  padding: 0 !important;
  border-bottom: none !important;
  box-shadow: none !important;
  border-top: none;
  background: none;
  margin-bottom: 0;
}

.cleanup_kv_lineone {
  position: absolute;
  z-index: 2;
  top: -24px;
  left: -16px;
  width: 393px;
}

.cleanup_kv_linetwo {
  position: absolute;
  z-index: 2;
  right: -16px;
  bottom: 95px;
  width: 350px;
}

.cleanup_act {
  width: 100vw;
  margin: 57px calc(50% - 50vw) 0;
  padding: 100px 1em 45vw;
  position: relative;
  overflow: hidden;
}

.cleanup_act_bg {
  position: absolute;
  z-index: 1;
  top: 60px;
  left: -8%;
  width: 116%;
  height: auto;
}

.cleanup_act_col {
  position: relative;
  z-index: 2;
  gap: 45px;
}

.cleanup_act_col .txt {
  margin: 30px auto 0;
  width: 290px;
}

.cleanup_act_col .txt h2 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: .1em;
}

.cleanup_act_col .txt p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .03em;
}

.cleanup_about {
  position: relative;
  padding: 174px 0 20vw;
}

.cleanup_about_bg {
  position: absolute;
  top: -110px;
  left: 0;
  z-index: 1;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;

  .txt {
    position: absolute;
    z-index: 2;
    top: 37vw;
    left: -17vw;
    width: 134vw;
    height: 67vw;
    overflow: hidden;
  }
}

.cleanup_about_rotate {
  animation: circlerotate 30s linear infinite;
}

@keyframes circlerotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

.cleanup_about_box {
  position: relative;
  z-index: 2;
  background: url(../images/top/about_boxbg.jpg) no-repeat center top;
  background-size: cover;
  border: solid 1px #fff;
  border-radius: 16px;
  width: 100%;
}

.cleanup_about_inner {
  position: relative;
  padding: 24px 0 43vw;
}

.cleanup_about_head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 48px;
  padding-inline: 24px;
}

.cleanup_about_slider {
  position: relative;
  padding: 15px 45px 50px;
  overflow: hidden;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-pagination-bullet {
  opacity: 1;
  background: #D9D9D9;
  border: solid 2px #D9D9D9;
  width: 11px;
  height: 11px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #5E83C2;
}

.swiper-button-next,
.swiper-button-prev {
  width: 30px;
  height: 30px;
  color: #fff;
}

.cleanup_about_ttl {
  flex: 1;
}

.cleanup_about_label {
  font-size: 16px;
  font-weight: 400;
  color: #C2DEFF;
  letter-spacing: .1em;
}

.cleanup_about_h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin-top: 8px;
  padding-bottom: 0;
}

.cleanup_about_h2 em {
  font-size: 32px;
  color: #FFF36F;
  font-weight: 900;
}

.cleanup_about_sub {
  margin-top: 21px;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}

.cleanup_about_chara {
  position: absolute;
  top: -20px;
  right: -15px;
  width: 132px;
  flex-shrink: 0;
}

/* 3カラム */
.cleanup_about_list {
  /* display: flex;
  gap: 43px; */
  list-style: none;
  padding: 0;
  margin: 0;
}

/* .cleanup_about_item {
  flex: 1;
} */

.cleanup_about_img {
  position: relative;
  border: solid 2px #fff;
  border-radius: 14px;
}

.cleanup_about_img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

/* 番号バッジ */
.cleanup_about_num {
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #5E83C2;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.cleanup_about_num--border {
  background: transparent;
  border: 2px dashed #fff;
  color: #fff;
}

/* テキスト */
.cleanup_about_txt {
  margin-top: 22px;
}

.cleanup_about_txt h3 {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}

.cleanup_about_txt p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

.cleanup_about_subhead {
  margin: 60px 0 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .06em;
  text-align: center;
  color: #fff;
}

.cleanup_about_movie {
  position: absolute;
  bottom: -11vw;
  left: 0;
  right: 0;
  width: 94%;
  margin: auto;
}

.cleanup_about_movie_in {
  position: relative;
  aspect-ratio: 330/186;

  &::before {
    content: "";
    background: url(../images/top/movie_bg.svg) no-repeat center center/cover;
    position: absolute;
    top: 10px;
    left: 20px;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  iframe {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
    border: solid 3px #fff;
  }
}

.cleanup_about .js-bgfadein {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.cleanup_about .js-bgfadein .img {
  transform: scale(0.5);
  transition: transform 1.5s ease;
}

.cleanup_about .js-bgfadein.is-visible {
  opacity: 1;
}

.cleanup_about .js-bgfadein.is-visible .img {
  transform: scale(1);
}

/* popup / lightbox
------------------------------------------ */
.js-popup {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.js-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.js-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.js-popup-content {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 840px;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}

.js-popup.is-open .js-popup-content {
  transform: translateY(0);
}

.js-popup-btn {
  position: absolute;
  top: -44px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 8px;
}

.js-popup-btn:hover {
  opacity: .7;
}

.js-popup-iframe {
  position: relative;
  padding-top: 56.25%;
  /* 16:9 */
  background: #000;
}

.js-popup-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* cleanup_how
------------------------------------------ */
.cleanup_how {
  padding: 170px 0 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.cleanup_how_box {
  position: relative;
  background: #5E83C2;
  padding: 30px 1em 40px;
}

.cleanup_how_circle {
  position: absolute;
  top: -22vw;
  left: 0;
  z-index: 1;
  width: 100%;
  background: url(../images/top/how_circle.png) no-repeat center bottom;
  background-size: cover;
  padding-top: 10vw;
}

.cleanup_how_label {
  font-size: 16px;
  font-weight: 400;
  color: #C2DEFF;
  letter-spacing: .1em;
  white-space: nowrap;
  text-align: center;
}

.cleanup_how_h2 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.cleanup_how_wrap {
  position: relative;
  z-index: 2;
  margin-top: 10px;
}

.cleanup_how_steps {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 24px;
  padding: 24px 30px 53px;
}

.cleanup_how_item {
  flex: 1;
}

.cleanup_how_arrow {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.cleanup_how_arrow_right {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 8px 0;
  transform: rotate(90deg);
}

.cleanup_how_arrow_right::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 15px solid #5E83C2;
}

.cleanup_how_steps .cleanup_how_arrow:not(:last-child)::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 1px;
  background: #C6C6C6;
}

.cleanup_how_step_head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.cleanup_how_num {
  font-size: 32px;
  font-weight: 700;
  color: #5E83C2;
  line-height: 1;
  flex-shrink: 0;
}

.cleanup_how_title {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  margin: 0;
}

.cleanup_how_img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.cleanup_how_txt {
  margin-top: 19px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.cleanup_how_footer {
  text-align: center;
  margin-top: 30px;
}

.cleanup_how_insta_btn {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  box-shadow: 0 8px 0 0 rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  padding: 20px 30px;
  text-decoration: none;
  color: #333;
  font-size: 22px;
  font-weight: 700;
  transition: opacity 0.2s ease;
}

.cleanup_how_insta_btn:hover {
  opacity: 0.8;
  color: inherit;
  text-decoration: none;
}

.cleanup_how_insta_btn img {
  width: 40px;
  height: auto;
}

.cleanup_day {
  position: relative;
  padding: 295px 0 335px;
}

.cleanup_day_bg {
  position: absolute;
  top: 295px;
  left: 0;
  right: 0;
  width: 130vw;
  height: auto;
  margin: 0 calc(50% - 65vw);
}

.cleanup_day_imgone,
.cleanup_day_imgtwo,
.cleanup_day_imgthree,
.cleanup_day_imgfour,
.cleanup_day_imgfive,
.cleanup_day_imgsix {
  position: absolute;
  z-index: 3;
}

.cleanup_day_imgone {
  top: 66px;
  left: 15px;
  width: 163px;
}

.cleanup_day_imgtwo {
  bottom: 100px;
  left: 10px;
  width: 143px;
}

.cleanup_day_imgthree {
  bottom: 20px;
  right: 10px;
  width: 172px;
}

.cleanup_day_imgfour {
  top: 150px;
  right: 10px;
  width: 173px;
}

.cleanup_day_circle {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 377/499;
  margin: auto;
  background: url(../images/top/day_bg01.png) no-repeat center center;
  background-size: cover;
}

.cleanup_day_logo {
  width: 110px;
  margin: 0 auto !important;
}

.cleanup_day_head {
  margin-top: 30px;
  padding-bottom: 0;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.8;
  color: #333;
  text-align: center;
  letter-spacing: .1em;
}

.cleanup_day_txt {
  margin: 23px 0 0 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  text-align: center;
}

.cleanup_day_btn {
  margin-top: 36px;
  text-align: center;

  a {
    position: relative;
    display: block;
    width: 235px;
    margin: 0 auto;
    background: #5E83C2;
    color: #fff !important;
    text-align: center;
    padding: 19px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: opacity 0.3s ease;

    &::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 16px;
      width: 7px;
      height: 14px;
      margin: auto;
      background: url(../images/top/day_right_arrow.svg) no-repeat center center;
      background-size: cover;
    }

    &:hover {
      opacity: 0.8;
    }
  }
}

.cleanup_day_info {
  position: relative;
  z-index: 2;
  margin-top: 36px;
}

.cleanup_day_union {
  width: 100%;
  margin: 0 auto;
}

.cleanup_day_note {
  margin-top: 10px;
  font-size: 12px;
  color: #333;
  text-align: center;
}

.cleanup_day .js-fadein {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.cleanup_day .js-fadein.is-visible {
  opacity: 1;
}

.cleanup_city {
  padding: 108px 0 24px;
}

.cleanup_city_bg {
  position: relative;
  text-align: center;
}

.cleanup_city_star {
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 25px;
}

.cleanup_city_star_inner {
  position: relative;
}

.cleanup_city_star_inline {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.js-inline,
.js-block {
  transition: opacity 0.6s ease;
}

.cleanup_city_starone {
  left: 14.17vw;
  top: -57px;
}

.cleanup_city_startwo {
  left: 38.73vw;
  top: -47px;
}

.cleanup_city_starthree {
  right: 27.84vw;
  top: -66px;
}

.cleanup_city_starfour {
  right: 5vw;
  top: -16px;
}