@charset "utf-8";


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

#bid_cleanup #Contents {
  width: calc(100% - 20px);
}

#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: 1196/633;
  margin-top: 40px;
  overflow: hidden;
}

.cleanup_kv_head {
  position: absolute;
  z-index: 3;
  bottom: 160px;
  left: 149px;
  width: 447px;
  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 30px;
  font-size: 148px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  line-height: 130px;
  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: 90px;
  left: 0;
  right: 0;
  width: 430px;
  margin: auto;
}

.cleanup_kv_imgtwo {
  position: absolute;
  z-index: 3;
  top: 25px;
  left: 195px;
  width: 253px;
  margin: auto;
}

.cleanup_kv_imgthree {
  position: absolute;
  z-index: 3;
  bottom: 209px;
  right: 100px;
  width: 236px;
  margin: auto;
}

.cleanup_kv_imgfour {
  position: absolute;
  z-index: 3;
  top: 202px;
  left: 100px;
  width: 175px;
  margin: auto;
}

.cleanup_kv_imgfive {
  position: absolute;
  z-index: 3;
  bottom: 76px;
  right: 311px;
  width: 201px;
  margin: auto;
}

.cleanup_kv_circle {
  position: absolute;
  z-index: 2;
  top: -121px;
  right: -72px;
  width: 483px;
  height: 483px;
}

.cleanup_kv_logo {
  position: absolute;
  z-index: 4;
  top: 77px;
  right: 132px;
  width: 196px;
  height: auto;
  padding: 0 !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.cleanup_kv_lineone {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 17px;
  width: 896px;
}

.cleanup_kv_linetwo {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 17px;
  width: 860px;
}

.cleanup_act {
  padding: 162px 0;
  position: relative;
  overflow: hidden;
}

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

.cleanup_act_col {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}

.cleanup_act_col .img {
  width: 417px;
}

.cleanup_act_col .txt {
  width: 441px;
}

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

.cleanup_act_col .txt p {
  margin: 15px 0 0;
  font-size: 20px;
  line-height: 1.8;
}

.cleanup_about {
  position: relative;
  padding: 0 0 489px;
}

.cleanup_about_bg {
  position: relative;
  z-index: 1;
  overflow: hidden;

  .txt {
    position: absolute;
    z-index: 2;
    bottom: -500px;
    left: 40px;
  }
}

.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;
  margin: -85px 40px 0;
}

.cleanup_about_inner {
  position: relative;
  padding: 60px 60px 162px;
}

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

.cleanup_about_ttl {
  flex: 1;
}

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

.cleanup_about_h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-top: 8px;
}

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

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

.cleanup_about_chara {
  position: relative;
  top: -93px;
  width: 248px;
  flex-shrink: 0;
  margin-bottom: -93px;
}

/* 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: 20px;
  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: 63px 0 0;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: .06em;
  text-align: center;
  color: #fff;
}

/* .cleanup_about_movie {
  position: absolute;
  bottom: -460px;

  .inner {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;

    &:hover {
      filter: brightness(1.05);
    }
  }
} */
.cleanup_about_movie {
  position: absolute;
  bottom: -255px;
  left: 0;
  right: 0;
  margin: auto;
  width: 708px;
}

.cleanup_about_movie_in {
  position: relative;
  aspect-ratio: 708/398;

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

  iframe {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
    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 40px 80px;
}

.cleanup_how_box {
  position: relative;
  background: #5E83C2;
  border-radius: 30px;
  padding: 30px 50px 40px;
}

.cleanup_how_circle {
  position: absolute;
  top: -110px;
  left: 30px;
  z-index: 1;
  width: calc(100% - 60px);
  background: url(../images/top/how_circle.png) no-repeat center bottom;
  background-size: cover;
  padding-top: 26px;
}

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

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

.cleanup_how_wrap {
  position: relative;
  z-index: 2;
}

.cleanup_how_steps {
  display: flex;
  background: #fff;
  border-radius: 24px;
  padding: 32px 50px;
}

.cleanup_how_item {
  flex: 1;
}

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

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

.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;
  margin: auto;
  display: block;
  width: 1px;
  height: 100%;
  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: 24px;
  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: 70px 0 53px;
}

.cleanup_day_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1126px;
  height: auto;
  margin: auto;
}

.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: 114px;
  left: 87px;
  width: 260px;
}

.cleanup_day_imgtwo {
  top: 413px;
  left: 20px;
  width: 211px;
}

.cleanup_day_imgthree {
  bottom: 260px;
  left: 48px;
  width: 280px;
}

.cleanup_day_imgfour {
  top: 93px;
  right: 47px;
  width: 301px;
}

.cleanup_day_imgfive {
  top: 402px;
  right: 20px;
  width: 279px;
}

.cleanup_day_imgsix {
  bottom: 260px;
  right: 45px;
  width: 238px;
}

.cleanup_day_circle {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 713px;
  height: 877px;
  margin: auto;
  background: url(../images/top/day_bg01.png) no-repeat center center;
  background-size: cover;
}

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

.cleanup_day_head {
  margin-top: 45px;
  font-size: 41px;
  font-weight: 700;
  line-height: 1.8;
  color: #333;
  text-align: center;
  letter-spacing: .1em;
}

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

.cleanup_day_btn {
  margin-top: 50px;
  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;
  top: -30px;
  margin-bottom: -30px;
}

.cleanup_day_union {
  width: 503px;
  margin: 0 auto;
}

.cleanup_day_note {
  margin-top: 16px;
  font-size: 16px;
  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: 238px;
  top: 49px;
}

.cleanup_city_startwo {
  left: 552px;
  top: -27px;
}

.cleanup_city_starthree {
  right: 343px;
  top: 24px;
}

.cleanup_city_starfour {
  right: 86px;
  top: 16px;
}