section {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
}

.main-img {
  position: relative;
  margin: 0 0 80px;
  /*
  .splide {
      position: fixed;
      top: 0;
      width: 100%;

      .splide__slide {
          position: relative;
          width: 100%;
          height: 100vh;

          &.splide__slide01 {
              background: url('https://picsum.photos/800/600') no-repeat center center;
              background-size: cover;
              background-attachment: fixed;

          }

          &.splide__slide02 {
              background: url('https://picsum.photos/800/600') no-repeat center center;
              background-size: cover;
              background-attachment: fixed;

          }

          &.splide__slide03 {
              background: url('https://picsum.photos/800/600') no-repeat center center;
              background-size: cover;
              background-attachment: fixed;
          }
      }

      .splide__pagination {
          left: auto;
          right: 0;
      }

      .splide__arrow {
          display: none;
      }
  }
  */
}
.main-img .img {
  padding: 16px 0 0;
  background: url(../img/top/bg01_sp.png) no-repeat 0 0;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .main-img {
    margin: 0 0 120px;
  }
  .main-img .img {
    position: relative;
    max-height: 100%;
    height: calc(100vh - 238px);
    background: url(../img/top/bg01_pc.png) no-repeat 0 0;
    background-size: cover;
  }
  .main-img .img img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    display: block;
    width: auto;
    max-width: 100%;
    max-height: calc(100vh - 240px);
  }
}

.campaign {
  margin: 0 0 80px;
}
.campaign .title01 {
  margin: 0 0 32px;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #E20314;
}
.campaign .text {
  margin: 0 0 32px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #E20314;
}
@media screen and (min-width: 768px) {
  .campaign .title01 {
    margin: 0 0 56px;
    font-size: 48px;
  }
  .campaign .text {
    margin: 0 0 32px;
    font-size: 18px;
  }
}

.recommend {
  margin: 0 0 80px;
}
.recommend .recommend-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.recommend .recommend-list .item {
  width: calc(50% - 6px);
}
.recommend .recommend-list .item .img {
  position: relative;
  padding: 100% 0 0;
  margin: 0 0 8px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.recommend .recommend-list .item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100px;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .recommend .recommend-list {
    gap: 32px 20px;
  }
  .recommend .recommend-list .item {
    width: calc(20% - 16px);
  }
  .recommend .recommend-list .item .img {
    display: flex;
    align-items: center;
    height: 144px;
    margin: 0 0 16px;
  }
  .recommend .recommend-list .item .img img {
    display: block;
    max-width: 120px;
    margin: 0 auto;
  }
}

.market {
  margin: 0 0 80px;
}
.market .area-title {
  position: relative;
  text-align: center;
}
.market .area-title .title01 {
  position: relative;
  display: inline-block;
}
.market .area-title .title01:before {
  content: "";
  position: absolute;
  top: 17px;
  right: -40px;
  display: block;
  width: 100px;
  height: 30px;
  background: url(../img/top/balloon.png) no-repeat 0 0;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .market .area-title {
    position: relative;
    text-align: center;
  }
  .market .area-title .title01 {
    position: relative;
    display: inline-block;
  }
  .market .area-title .title01:before {
    top: -7px;
    right: -75px;
    width: 150px;
    height: 42px;
  }
}

.achievements {
  margin: 0 0 80px;
  padding: 80px 0;
  background: #E20314;
}
.achievements .title01 {
  color: #fff;
}
.achievements .link a:hover {
  opacity: 1;
  background: #fff;
  color: #E20314;
}
.reason {
  margin: 0 0 80px;
}
.reason .list01 {
  margin: 0 0 80px;
  padding: 16px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1490196078);
}
.reason .list01 .item + .item {
  margin: 24px 0 0;
}
.reason .list01 .item .img {
  width: 100%;
  margin: 0 0 24px;
}
.reason .list01 .item .area-text .num {
  display: inline-block;
  margin: 0 0 16px;
  font-size: 32px;
  font-weight: 500;
  color: #E20314;
  line-height: 1;
}
.reason .list01 .item .area-text .title02 {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.reason .list01 .item .area-text .text {
  font-size: 12px;
}
.reason .title03 {
  margin: 0 0 8px;
  text-align: center;
  line-height: 1;
}
.reason .title03 span {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #E20314;
}
.reason .title03 span:before, .reason .title03 span:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #E20314;
}
.reason .title03 span:before {
  left: -15px;
  transform: rotate(-40deg);
}
.reason .title03 span:after {
  right: -15px;
  transform: rotate(40deg);
}
.reason .title04 {
  margin: 0 0 32px;
  font-size: 16px;
  font-weight: 700;
  color: #E20314;
  text-align: center;
}
.reason .list02 {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.reason .list02 .item {
  width: calc(50% - 6px);
}
.reason .list02 .item .img {
  margin: 0 0 8px;
}
.reason .list02 .item .text {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .reason {
    margin: 0 0 96px;
  }
  .reason .list01 {
    margin: 0 -75px 96px;
    padding: 96px 72px;
  }
  .reason .list01 .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 32px;
  }
  .reason .list01 .item + .item {
    margin: 32px 0 0;
  }
  .reason .list01 .item .img {
    width: 50%;
  }
  .reason .list01 .item .area-text {
    width: 50%;
  }
  .reason .list01 .item .area-text .num {
    font-size: 64px;
  }
  .reason .list01 .item .area-text .title02 {
    font-size: 28px;
  }
  .reason .list01 .item .area-text .text {
    font-size: 16px;
  }
  .reason .title03 {
    margin: 0 0 16px;
  }
  .reason .title03 span {
    font-size: 48px;
  }
  .reason .title03 span:before {
    left: -30px;
    transform: rotate(-40deg);
  }
  .reason .title03 span:after {
    right: -30px;
    transform: rotate(40deg);
  }
  .reason .title04 {
    margin: 0 0 48px;
    font-size: 32px;
  }
  .reason .list02 {
    display: flex;
    gap: 32px 24px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .reason .list02 .item {
    width: calc(25% - 18px);
  }
  .reason .list02 .item .img {
    margin: 0 0 16px;
  }
  .reason .list02 .item .text {
    font-size: 16px;
  }
}

.select {
  margin: 0 0 80px;
  padding: 80px 0;
  background: url(../img/top/bg-select01.png) no-repeat center;
  background-size: cover;
}
.select .logo {
  width: 240px;
  margin: 0 auto 32px;
}
.select .title01 {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .select .logo {
    width: 300px;
    margin: 0 auto 48px;
  }
}

.voice {
  margin: 0 0 80px;
}
@media screen and (min-width: 768px) {
  .voice .splide__pagination {
    bottom: -2em;
  }
}

.faq {
  margin: 0 0 80px;
}
.news {
  padding: 80px 0;
  background: #EEEEEE;
}/*# sourceMappingURL=top.css.map */