/* ======================================
top
====================================== */
body.top {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.01em;
  line-height: 2.1818181818;
  text-align: left;
  color: #000000;
  overflow: hidden;
  background-color: #f8f8f0;
}
@media (max-width: 767.9px) {
  body.top {
    font-size: 4.2666666667vw;
    line-height: 2;
  }
}

.l-section__bg {
  position: relative;
}
.l-section__bg::before, .l-section__bg::after {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: -1;
  top: 40px;
  width: 150px;
  height: 100%;
}
.l-section__bg::before {
  background: url("/smileswitch/assets4/img/bg_01_pc.webp") top center/contain no-repeat;
  left: calc(50vw - 600px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .l-section__bg::before {
    left: 0;
  }
}
@media (max-width: 1160px) {
  .l-section__bg::before {
    content: none;
  }
}
.l-section__bg::after {
  background: url("/smileswitch/assets4/img/bg_02_pc.webp") top center/contain no-repeat;
  right: calc(50vw - 600px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .l-section__bg::after {
    right: 0;
  }
}
@media (max-width: 1160px) {
  .l-section__bg::after {
    content: none;
  }
}

.l-section__deco {
  display: none;
}
@media (max-width: 1160px) {
  .l-section__deco {
    display: block;
    width: 87.8477306003vw;
    margin-right: auto;
    margin-left: auto;
    margin-top: 80px;
  }
}
@media (max-width: 767.9px) {
  .l-section__deco {
    margin-top: 13.3333333333vw;
    width: 92vw;
  }
}

body.top .l-sns.top {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  height: 278px;
  background-color: #fff;
  border-radius: 12px;
  border: 4px solid #8573bf;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
@media (max-width: 767.9px) {
  body.top .l-sns.top {
    width: calc(100% - 8.5333333333vw);
    height: 62.6666666667vw;
    border-radius: 2.4vw;
    border: 0.8vw solid #8573bf;
    min-width: inherit;
    margin-bottom: 26.6666666667vw;
  }
}

body.top .l-footer {
  padding-top: 0;
}

body.top .l-footer .l-footer__smileswitch,
body.top .l-footer .l-footer__link,
body.top .l-footer .l-footer__sns {
  display: none;
}

/* ======================================
visual
====================================== */
.visual .l-section__wrap {
  padding: 0;
}
.visual .l-section__wrap .l-section__inner {
  padding: 0;
  max-width: none;
}
.visual .l-section__wrap .l-section__inner .visual__main {
  background-color: #fff;
}
.visual .l-section__wrap .l-section__inner .visual__main .visual__title {
  width: 370px;
  padding: 100px 0 40px;
}
@media (max-width: 767.9px) {
  .visual .l-section__wrap .l-section__inner .visual__main .visual__title {
    width: 70.7%;
    padding: 18.6666666667vw 0 4vw;
  }
}

/* ======================================
promotion
====================================== */
.promotion .l-section__wrap {
  padding: 0;
}
@media (max-width: 767.9px) {
  .promotion .l-section__wrap .l-section__inner {
    padding: 0 4.2666666667vw;
  }
}
.promotion .l-section__wrap .l-section__inner .promotion__lead {
  padding: 110px 0 0;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767.9px) {
  .promotion .l-section__wrap .l-section__inner .promotion__lead {
    padding: 16vw 0 0;
    font-size: 4.2666666667vw;
    line-height: 2;
    white-space: nowrap;
  }
}

/* ======================================
door
====================================== */
.door .l-section__wrap {
  padding: 100px 0 100px;
}
@media (max-width: 1160px) {
  .door .l-section__wrap {
    padding-top: 60px;
  }
}
@media (max-width: 767.9px) {
  .door .l-section__wrap {
    padding: 8vw 0 16vw;
  }
}
.door .l-section__wrap .door__list {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 767.9px) {
  .door .l-section__wrap .door__list {
    max-width: 100%;
  }
}
.door .l-section__wrap .door__list li {
  width: 46.9%;
}
@media (max-width: 767.9px) {
  .door .l-section__wrap .door__list li {
    width: 47%;
  }
}
.door .l-section__wrap .door__list li a {
  display: block;
}
.door .l-section__wrap .door__list + .door__list {
  margin-top: 40px;
}
@media (max-width: 767.9px) {
  .door .l-section__wrap .door__list + .door__list {
    margin-top: 4vw;
  }
}/*# sourceMappingURL=top.css.map */