.alivioclub {
  padding-top: 84px;
  padding-bottom: 150px;
}

@media screen and (max-width: 750px) {
  .alivioclub {
    padding-top: 11.2vw;
    padding-bottom: 20vw;
  }
}

.alivioclub-wrap {
  background-color: #fff;
  padding-top: 24px;
  padding-left: 58px;
  padding-right: 58px;
  padding-bottom: 54px;
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 750px) {
  .alivioclub-wrap {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
    padding-bottom: 7.2vw;
  }
}

.alivioclub-txt {
  color: #a58164;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s 0.3s ease;
  transition: all 0.5s 0.3s ease;
}

@media screen and (max-width: 750px) {
  .alivioclub-txt {
    font-size: 7.46667vw;
    line-height: 1.4;
  }
}

.alivioclub-list-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .alivioclub-list-flex {
    display: block;
    margin-top: 4vw;
  }
}

.alivioclub-list {
  width: calc((100% - 24px)/2);
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .alivioclub-list {
    width: 100%;
  }
}

.alivioclub-list:first-of-type {
  opacity: 0;
  -webkit-transition: all 0.5s 0.6s ease;
  transition: all 0.5s 0.6s ease;
}

.alivioclub-list:nth-of-type(2) {
  opacity: 0;
  -webkit-transition: all 0.5s 0.9s ease;
  transition: all 0.5s 0.9s ease;
}

.alivioclub-list:nth-of-type(3) {
  opacity: 0;
  -webkit-transition: all 0.5s 1.2s ease;
  transition: all 0.5s 1.2s ease;
}

.alivioclub-list:nth-of-type(4) {
  opacity: 0;
  -webkit-transition: all 0.5s 1.5s ease;
  transition: all 0.5s 1.5s ease;
}

.alivioclub-list:nth-of-type(5) {
  opacity: 0;
  -webkit-transition: all 0.5s 1.8s ease;
  transition: all 0.5s 1.8s ease;
}

.check.is-active .alivioclub-wrap {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.check.is-active .alivioclub-txt {
  opacity: 1;
}

.check.is-active .alivioclub-list:first-of-type,
.check.is-active .alivioclub-list:nth-of-type(2),
.check.is-active .alivioclub-list:nth-of-type(3),
.check.is-active .alivioclub-list:nth-of-type(4),
.check.is-active .alivioclub-list:nth-of-type(5) {
  opacity: 1;
}

.check.is-active .caution-wrap {
  opacity: 1;
}

.alivioclub-list:last-of-type {
  margin-bottom: 0;
}

.alivioclub-list:nth-of-type(2n) {
  margin-right: 0;
}

.alivioclub-list__top {
  background-color: #efedd5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.number-wrap {
  width: 120px;
  position: relative;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 1232px) {
  .number-wrap {
    width: 80px;
  }
}

@media screen and (max-width: 750px) {
  .number-wrap {
    width: 70px;
  }
}

.number {
  color: #8e0303;
  font-size: 44px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1232px) {
  .number {
    font-size: 3.57143vw;
  }
}

@media screen and (max-width: 750px) {
  .number {
    font-size: 5.86667vw;
  }
}

.alivioclub-list__top-txt {
  padding-left: 24px;
  padding-top: 20px;
  padding-bottom: 12px;
  padding-right: 16px;
  width: calc(100% - 120px);
}

@media screen and (max-width: 1232px) {
  .alivioclub-list__top-txt {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 750px) {
  .alivioclub-list__top-txt {
    padding-left: 3.2vw;
    width: calc(100% - 70px);
  }
}

.alivioclub-list__top-txt--mb {
  padding-bottom: 37px;
}

@media screen and (max-width: 750px) {
  .alivioclub-list__top-txt--mb {
    padding-bottom: 4.93333vw;
  }
}

.alivioclub-list__top-txt--center {
  padding-top: 41px;
  padding-bottom: 41px;
}

@media screen and (max-width: 750px) {
  .alivioclub-list__top-txt--center {
    padding-top: 5.46667vw;
    padding-bottom: 5.46667vw;
  }
}

.alivioclub-list__top-txt__title {
  color: #a58164;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (max-width: 750px) {
  .alivioclub-list__top-txt__title {
    line-height: 1.4;
  }
}

@media screen and (max-width: 592px) {
  .alivioclub-list__top-txt__title {
    font-size: 18px;
  }
}

.alivioclub-list__top-txt__lead {
  font-size: 14px;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  margin-top: 2px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 592px) {
  .alivioclub-list__top-txt__lead {
    font-size: 14px;
  }
}

.caution-wrap {
  background-color: #e3d7b5;
  margin-top: 50px;
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  opacity: 0;
  -webkit-transition: all 0.5s 2.1s ease;
  transition: all 0.5s 2.1s ease;
}

@media screen and (max-width: 750px) {
  .caution-wrap {
    margin-top: 6.66667vw;
  }
}

.caution-txt {
  padding-left: 1em;
  text-indent: -1em;
  width: 518px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: YuGothic, "Yu Gothic", sans-serif;
}

@media screen and (max-width: 750px) {
  .caution-txt {
    width: 84%;
  }
}

@media screen and (max-width: 592px) {
  .caution-txt {
    font-size: 14px;
  }
}

.btn-wrap {
  text-align: center;
  margin-top: 34px;
}

@media screen and (max-width: 750px) {
  .btn-wrap {
    margin-top: 4.53333vw;
  }
}
