a {
  transition: .3s;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.tablet {
  display: none;
}

@media screen and (max-width: 768px) {
  .tablet {
    display: block;
  }
}

/* FV */
.fv {
  background: #D4E2E8;
}

@media screen and (max-width: 768px) {
  .fv {
    padding: 0;
  }
}

/* こんな想いはございませんか */
.worry {
  padding-bottom: 250px;
  background: url(../img/purchase/bg-wave.png);
  background-position: center top 101%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.worry__ttl,
.enjoy__ttl {
  color: #EE8036;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 60px;
}

.worry__list {
  display: flex;
  gap: 16px;
  margin-bottom: 70px;
}

.worry__listitem {
  font-size: 1.8rem;
  text-align: center;
  color: #2D9CD6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100%/4);
  padding: 18px 10px;
  border: 2px solid #2D9CD6;
  border-radius: 0 10px 0 10px;
  box-shadow: 0 0 4px #707070;
}

.worry__block {
  width: 100%;
  max-width: 1248px;
}

.worry__copy {
  font-size: 3.2rem;
  text-align: center;
  color: #2D9CD6;
}

@media screen and (max-width: 1160px) {
  .worry__list {
    max-width: 300px;
    flex-direction: column;
    margin: 0 auto 40px;
  }

  .worry__listitem {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .worry {
    padding-bottom: 100px;
  }

  .worry__ttl,
  .enjoy__ttl {
    font-size: 2.2rem;
    margin-bottom: 32px;
  }

  .worry__copy {
    font-size: 2.4rem;
  }
}

/* 手軽にフィンランドサウナを楽しむ */
.enjoy {
  background: #D4E2E8;
  padding-bottom: 100px;
}

.enjoy__ttl {
  padding-top: 40px;
  line-height: 1.4;
}

.enjoy__ttl span {
  display: inline-block;
  position: relative;
}

.enjoy__ttl span::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  background: url(../img/purchase/ttl-enjoy-decoration.png);
  background-position: 0 bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

.enjoy__text {
  text-align: center;
  margin-bottom: 64px;
}

.enjoy__img {
  display: flex;
  gap: 22px;
}

.enjoy__img img {
  width: calc(100%/3);
}

@media screen and (max-width: 768px) {
  .enjoy {
    padding-bottom: 40px;
  }

  .enjoy__img img {
    width: 100%;
  }

  .enjoy__img img:not(:first-of-type) {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .enjoy__text {
    margin-bottom: 24px;
  }
}

/* Point */
.point__list {
  padding-top: 54px;
}

.point__listitem {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

.point__listitem:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.point__img,
.point__content {
  width: 46%;
}

.point__img img {
  border-radius: 10px;
}

.point__content h3 {
  display: flex;
  align-items: center;
  color: #2D9CD6;
  font-size: 2.4rem;
  line-height: 1.4;
  gap: 10px;
  margin-bottom: 25px;
}

.point__content h3 span {
  font-size: 4.6rem;
  letter-spacing: -0.03em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .point__list {
    padding-top: 32px;
  }

  .point__listitem {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
  }

  .point__listitem:nth-of-type(2n) {
    flex-direction: column;
  }

  .point__img,
  .point__content {
    width: 100%;
  }

  .point__content h3 {
    font-size: 1.8rem;
  }

  .point__content h3 span {
    font-size: 4rem;
  }
}

@media screen and (max-width: 480px) {
  .point .sec__ttl img {
    height: 96px;
  }
}

/* CTA */
.cta {
  background: url(../img/time_schedule03.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 20px;
  position: relative;
}

.cta::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(45, 156, 214, .8);
  position: absolute;
  top: 0;
  left: 0;
}

.cta__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.cta__inner p {
  font-size: 2rem;
  color: #fff;
  text-shadow: 0 0 10px #000;
  margin-bottom: 30px;
}

.cta__btn {
  font-size: 3rem;
  padding: 32px 70px;
  border: 2px solid #fff;
  text-shadow: 0 0 15px #000;
  box-shadow: 0 0 5px #000;
  border-radius: 10px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .cta {
    padding: 36px 20px;
  }

  .cta__inner p {
    font-size: 1.4rem;
    margin-bottom: 17px;
  }

  .cta__btn {
    font-size: 1.8rem;
    padding: 16px 32px;
  }
}

/* Plan */
.plan {
  background: #D4E2E8;
  padding-bottom: 100px;
}

.plan__list {
  display: flex;
  gap: 24px;
  margin-top: 56px;
}

.plan__listitem {
  background: #fff;
  padding: 34px 40px;
  border: 8px solid #2D9CD6;
  border-radius: 30px;
}

.plan__listitem img:first-of-type {
  margin-bottom: 24px;
}

.plan__txt {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .plan__list {
    max-width: 500px;
    margin: 32px auto 0;
    flex-direction: column;
  }

  .plan__listitem {
    padding: 18px 22px;
    border: 5px solid #2D9CD6;
  }
}

@media screen and (max-width: 480px) {
  .plan__txt {
    font-size: 1.2rem;
  }

  .plan {
    padding-bottom: 40px;
  }
}

/* Category */
.category {
  background: #2D9CD6;
  padding-bottom: 120px;
}

.category__list {
  display: flex;
  gap: 20px;
  margin-top: 80px;
}

.category__listitem {
  width: calc(100%/3);
  background: #fff;
  border-radius: 24px;
  padding: 28px 24px 70px;
  text-align: center;
}

.category__listitem h3 {
  font-size: 2.8rem;
  margin-bottom: 28px;
}

.category__listitem img {
  border-radius: 10px;
  margin-bottom: 34px;
}

.category__btn {
  line-height: 1;
  color: #2D9CD6;
  padding: 12px 36px;
  border: 3px solid #2D9CD6;
  border-radius: 22px;
}

@media screen and (max-width: 768px) {
  .category {
    padding-bottom: 40px;
  }

  .category__list {
    max-width: 500px;
    margin: 32px auto 0;
    flex-direction: column;
  }

  .category__listitem {
    width: 100%;
    padding: 28px 22px 56px;
  }

  .category__listitem h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  .category__listitem img {
    margin-bottom: 28px;
  }

  .category__btn {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .category .sec__ttl img {
    height: 107px;
  }
}

/* Case */
.news .news__txt a {
  color: #2D9CD6;
}

.news .news__listitem--img {
  border: none;
  box-shadow: none;
  border-radius: 10px;
  margin-bottom: 24px;
}

.case.news .news__listitem--txt {
  font-size: 1.6rem;
}

.case {
  background: none;
}

.case.news .news__listitem--txt {
  color: #000;
}

@media screen and (max-width: 768px) {
  .news .news__list {
    max-width: 400px;
    padding-top: 32px;
    flex-direction: column;
    gap: 32px;
    margin: 0 auto;
  }

  .news .news__listitem {
    margin: 0;
    width: 100%;
  }

  .case.news .news__listitem--img {
    margin-bottom: 16px;
    height: auto;
  }

  .case.news .news__listitem--txt {
    font-size: 1.4rem;
  }
}