#firstview {
  position: relative;
  line-height: 0;
}
#firstview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#firstview .slider .overlay {
  position: absolute;
  top: 78.125%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 2.375em;
  letter-spacing: 0.07em;
  line-height: 2;
  font-weight: bold;
  text-shadow: 0 0 0.1578947368em #FFF, 0 0 0.1578947368em #FFF;
}
#firstview .slider .overlay._white {
  text-shadow: 0 0 0.1578947368em #333, 0 0 0.1578947368em #333;
  color: #FFF;
}
#firstview .slider .swiper-slide {
  padding-top: 46.875%;
  min-height: 62.5em;
}
#firstview .slider .swiper-slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#firstview .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translate3d(0, 0, 0);
  z-index: 5;
  width: 20em;
  height: 18.75em;
  background-color: #FFF;
}
#firstview .logo img {
  width: 13.59775625em;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 781px) {
  #firstview .slider .overlay {
    top: 80%;
    font-size: 1.1875em;
    letter-spacing: 0em;
    line-height: 1.5789473684;
  }
  #firstview .slider .swiper-slide {
    padding-top: 128%;
    min-height: 0;
  }
  #firstview .slider .swiper-slide .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #firstview .logo {
    width: 10em;
    height: 9.375em;
  }
  #firstview .logo img {
    width: 6.79888125em;
  }
}

#pickups .base {
  padding: 0 7.5em;
}
#pickups .base .bannerSlider {
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
  position: relative;
}
#pickups .base .bannerSlider .swiper-slide {
  box-sizing: border-box;
  transition: opacity 0.5s, visibility 0.5s;
}
#pickups .base .bannerSlider .swiper-slide a {
  display: block;
}
#pickups .base .bannerSlider .swiper-slide a img {
  width: 100%;
}
@media print, screen and (min-width: 782px) {
  #pickups .base .bannerSlider {
    width: 105em;
    max-width: calc(100vw - 16.25em);
  }
  #pickups .base .bannerSlider .swiper-slide {
    width: 26.25em;
    padding: 0 0.625em;
    opacity: 0;
    visibility: hidden;
  }
  #pickups .base .bannerSlider .swiper-slide-active, #pickups .base .bannerSlider .swiper-slide-active + .swiper-slide, #pickups .base .bannerSlider .swiper-slide-active + .swiper-slide + .swiper-slide, #pickups .base .bannerSlider .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 1;
    visibility: visible;
  }
  #pickups .base .bannerSlider .swiper-navibtn {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.125em;
    height: 3.125em;
    outline: none;
  }
  #pickups .base .bannerSlider .swiper-navibtn.next {
    right: -2.5em;
    transform: translate(50%, -50%);
  }
  #pickups .base .bannerSlider .swiper-navibtn.prev {
    left: -2.5em;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 781px) {
  #pickups .base .bannerSlider {
    width: 100%;
    max-width: none;
  }
  #pickups .base .bannerSlider .swiper-slide {
    width: 17em;
    padding: 0 0.375em;
  }
}
@media screen and (max-width: 781px) {
  #pickups .base {
    padding: 0;
  }
}

#quarity {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../img/top/top_quarity_wall.jpg");
  background-size: cover;
}
#quarity .tree {
  position: absolute;
  bottom: 0;
}
#quarity .tree._left {
  left: 0;
  width: 30.1875em;
}
#quarity .tree._right {
  right: 0;
  width: 25.3125em;
}
#quarity .base {
  position: relative;
  z-index: 1;
  padding: 0 2.5em;
}
#quarity .base .cols {
  width: 95em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#quarity .base .cols .col {
  display: block;
  background-color: #FFF;
  position: relative;
  padding: 0.9375em;
  box-sizing: border-box;
}
#quarity .base .cols .col .photo {
  line-height: 0;
}
#quarity .base .cols .col .photo img {
  display: block;
}
#quarity .base .cols .col .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translate3d(0, 0, 0);
  z-index: 5;
  width: 71.1111111111%;
  height: 71.1111111111%;
  background-color: rgba(255, 255, 255, 0.7);
  color: #35200c;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}
#quarity .base .cols .col .overlay .icon {
  height: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 0;
}
#quarity .base .cols .col .overlay .icon .i::before, #quarity .base .cols .col .overlay .icon .i::after {
  transition: opacity 0.3s;
}
#quarity .base .cols .col .overlay .txt {
  height: 50%;
  box-sizing: border-box;
  font-size: 1.625em;
  font-weight: bold;
  padding-top: 1em;
}
#quarity .base .cols .col:active .overlay, #quarity .base .cols .col:hover .overlay {
  background-color: rgba(53, 32, 12, 0.8);
  color: #FFF;
}
#quarity .base .cols .col:active .overlay .icon .i::before, #quarity .base .cols .col:hover .overlay .icon .i::before {
  opacity: 0;
}
#quarity .base .cols .col:active .overlay .icon .i::after, #quarity .base .cols .col:hover .overlay .icon .i::after {
  opacity: 1;
}
@media screen and (max-width: 781px) {
  #quarity {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../img/top/top_quarity_wall_sp.jpg");
    background-size: cover;
  }
  #quarity .tree.sp {
    left: 0;
    width: 100%;
  }
  #quarity .base {
    padding: 0;
  }
  #quarity .base .cols {
    width: 16.875em;
  }
  #quarity .base .cols .col {
    padding: 0.5625em;
  }
  #quarity .base .cols .col .overlay {
    width: 11.25em;
    height: 11.25em;
  }
  #quarity .base .cols .col .overlay .icon .i {
    font-size: 0.64em;
  }
  #quarity .base .cols .col .overlay .txt {
    font-size: 1em;
  }
}

#service {
  overflow: hidden;
  position: relative;
}
#service::before {
  content: "";
  display: block;
  width: 35.26875em;
  height: 32.0625em;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../img/common/whitesan_gray.svg");
  background-size: cover;
  position: absolute;
  left: 73.3333333333%;
  top: -8.125em;
  transform: translateX(-50%);
}
#service .main {
  position: relative;
  z-index: 1;
}
#service .main .cols .col .photo {
  line-height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#service .main .cols .col .photo img {
  width: 100%;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#service .main .cols .col .txt {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3.125em;
}
#service .main .cols .col .txt .ttl {
  font-size: 1.625em;
  font-weight: bold;
  border-bottom: 3px solid #35200c;
  margin-bottom: 0.8461538462em;
}
#service .main .cols .col .txt .descript {
  font-size: 1.125em;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
#service .main .cols .col:active .photo img, #service .main .cols .col:hover .photo img {
  transform: scale(1.15);
}
#service .other {
  position: relative;
  z-index: 1;
  background-color: #efece6;
  padding: 6.25em 1.5625em;
}
#service .other .cols {
  width: 103.75em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#service .other .cols .col {
  background-color: #FFF;
  border: 1px solid #333;
}
#service .other .cols .col a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8.75em;
  box-sizing: border-box;
  padding: 0 1.25em;
}
#service .other .cols .reform img {
  width: 10.7630125em;
}
#service .other .cols .box img {
  width: 12.538475em;
}
#service .other .cols .coinlaundry img {
  width: 15.4713em;
}
#service .other .cols .delivery img {
  width: 15.302275em;
}
#service .other .cols .faq img {
  width: 10.2476em;
}
@media screen and (max-width: 781px) {
  #service::before {
    width: 19.06875em;
    height: 17.335225em;
    left: 73.0666666667%;
    top: -4.5625em;
  }
  #service .main {
    position: relative;
    z-index: 1;
  }
  #service .main .cols .col .photo {
    line-height: 0;
  }
  #service .main .cols .col .photo img {
    width: 100%;
  }
  #service .main .cols .col .txt {
    padding-top: 1.875em;
    padding-bottom: 2.5em;
  }
  #service .main .cols .col .txt .ttl {
    font-size: 1.125em;
    border-bottom: 2px solid #35200c;
  }
  #service .main .cols .col .txt .descript {
    font-size: 0.9375em;
  }
  #service .other {
    padding: 1.875em 0;
  }
  #service .other .cols {
    width: 20.3125em;
    gap: 1.125em;
  }
  #service .other .cols .col a {
    height: 6.25em;
    padding: 0;
  }
  #service .other .cols .reform img {
    width: 7.734175em;
  }
  #service .other .cols .box img {
    width: 9.01000625em;
  }
  #service .other .cols .coinlaundry img {
    width: 11.191925em;
  }
  #service .other .cols .delivery img {
    width: 11.191925em;
  }
  #service .other .cols .faq img {
    width: 7.3638125em;
  }
}

#others {
  position: relative;
}
#others .o_area {
  position: relative;
  padding: 8.4375em 2.5em;
}
#others .o_area .o_container {
  display: flex;
  justify-content: space-around;
  width: 85.3125em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#others .o_area .o_container .o_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 20.625em;
  height: 20.625em;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 1;
}
#others .o_area .o_container .o_item .h .txt {
  letter-spacing: 0.3em;
}
#others .o_area .o_container .o_item .descript {
  font-size: 1.125em;
  line-height: 1.75;
  letter-spacing: 0.02em;
  min-height: 3.5em;
  margin: 1.6666666667em auto;
}
#others .bg {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 782px) {
  #others .bg.b01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../img/top/top_bg_img01.webp");
  }
  #others .bg.b02 {
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: url("../../img/top/top_bg_img02.webp");
  }
  #others .bg.b03 {
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url("../../img/top/top_bg_img03.webp");
  }
}
@media screen and (max-width: 781px) {
  #others .o_area {
    padding: 4.375em 0;
  }
  #others .o_area .o_container {
    flex-direction: column;
    width: 15.625em;
    gap: 2.5em;
  }
  #others .o_area .o_container .o_item {
    width: 15.625em;
    height: 15.625em;
  }
  #others .o_area .o_container .o_item .h .txt {
    font-size: 1.125em;
  }
  #others .o_area .o_container .o_item .descript {
    font-size: 0.9375em;
  }
  #others .o_area._top {
    padding-bottom: 2.5em;
    background-image: none;
  }
  #others .o_area._bottom {
    padding-top: 0;
  }
  #others .o_area._bottom::before, #others .o_area._bottom::after {
    background-image: none;
  }
  #others .bg {
    left: 0;
    width: 100%;
    height: 33.3333333333%;
  }
  #others .bg.b01 {
    top: 0;
    background-image: url("../../img/top/top_bg_img01_sp.webp");
  }
  #others .bg.b02 {
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../../img/top/top_bg_img02_sp.webp");
  }
  #others .bg.b03 {
    bottom: 0;
    background-image: url("../../img/top/top_bg_img03_sp.webp");
  }
}

#news {
  background-color: #efece6;
  overflow: hidden;
}
#news .base {
  position: relative;
}
#news .base .bgicon {
  position: absolute;
  top: -2.5em;
  left: -0.5625em;
  width: 32.01641875em;
}
#news .base .categorylist {
  position: relative;
  z-index: 1;
  text-align: center;
}
#news .base .more {
  position: relative;
  z-index: 1;
  text-align: center;
}
#news .newslist .cols:not(._on) {
  display: none;
}
@media screen and (max-width: 781px) {
  #news .base .bgicon {
    top: -1.75em;
    left: 0;
    width: 13.90045em;
  }
}

#sns .base .facebook h3 {
  text-align: center;
}
#sns .base .facebook h3 img {
  width: 16.25em;
  margin: 0 auto;
}
#sns .base .facebook .col {
  height: 32.5em;
}
#sns .base .facebook .col .fb_iframe_widget,
#sns .base .facebook .col .fb_iframe_widget span,
#sns .base .facebook .col .fb_iframe_widget iframe {
  width: 100% !important;
  height: 100% !important;
}
#sns .base .banner {
  display: block;
  line-height: 0;
  position: relative;
  height: 9.375em;
}
#sns .base .banner .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translate3d(0, 0, 0);
}
#sns .base .banner.youtube {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../img/top/top_banner_large_youtube.jpg");
  background-size: cover;
}
#sns .base .banner.youtube .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#sns .base .banner.youtube .overlay .logo {
  width: 11.65800625em;
}
#sns .base .banner.youtube .overlay .txt {
  font-size: 1.75em;
  font-weight: bold;
  margin-left: 0.5em;
}
#sns .base .banner.line {
  background-color: #07af3b;
}
#sns .base .banner.line .overlay ._left {
  margin-right: 1.25em;
}
#sns .base .banner.line .overlay ._left .qr {
  width: 6.25em;
}
#sns .base .banner.line .overlay ._right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#sns .base .banner.line .overlay ._right .txt01 {
  font-size: 0.9046875em;
  line-height: 0;
  white-space: nowrap;
}
#sns .base .banner.line .overlay ._right .ttl {
  width: 100%;
  margin-bottom: 0.2em;
}
#sns .base .banner.line .overlay ._right .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border-radius: 0.625em;
  height: 2em;
}
#sns .base .banner.line .overlay ._right .btn .icon {
  width: 1.390625em;
  margin-right: 0.34375em;
}
#sns .base .banner.line .overlay ._right .btn .txt {
  color: #07af3b;
  font-size: 1em;
  font-weight: bold;
}
@media screen and (max-width: 781px) {
  #sns .base .facebook h3 img {
    width: 11.25em;
  }
  #sns .base .facebook .col {
    height: 22.1875em;
  }
  #sns .base .banner {
    height: 5.625em;
  }
  #sns .base .banner.youtube .overlay .logo {
    width: 7em;
  }
  #sns .base .banner.youtube .overlay .txt {
    font-size: 1.04921875em;
  }
  #sns .base .banner.line .overlay ._right {
    font-size: 0.75em;
    height: 5em;
    /*
    .txt01 {
        font-size: em_sp(8.685);
    }

    .btn {
        border-radius: em(10);
        height: em(32);

        .icon {
            width: em(22.25);
            margin-right: em(5.5);
        }

        .txt {
            font-size: em(16);
        }
    }
    */
  }
}

#biglink .cols .col {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16.25em;
  overflow: hidden;
  position: relative;
}
#biglink .cols .col::after {
  content: "";
  display: block;
  position: absolute;
  right: -0.9375em;
  top: 50%;
  transform: translateY(-54%);
  width: 25.10068125em;
  height: 22.379875em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#biglink .cols .col .txt {
  font-size: 1.875em;
  letter-spacing: 0.09em;
  font-weight: bold;
  color: #FFF;
  position: relative;
  z-index: 5;
}
#biglink .cols .col:active::after, #biglink .cols .col:hover::after {
  transform: translateY(-54%) scale(1.08);
}
#biglink .cols .customer {
  background-color: rgba(226, 84, 106, 0.7);
}
#biglink .cols .customer::after {
  background-image: url("../../img/common/whitesan_pink.svg");
}
#biglink .cols .terms {
  background-color: rgba(250, 195, 0, 0.7);
}
#biglink .cols .terms::after {
  background-image: url("../../img/common/whitesan_orange.svg");
}
@media screen and (max-width: 781px) {
  #biglink .cols .col {
    height: 6.25em;
  }
  #biglink .cols .col::after {
    font-size: 0.44em;
  }
  #biglink .cols .col .txt {
    font-size: 1.25em;
    letter-spacing: 0.1em;
  }
}/*# sourceMappingURL=top.css.map */