@charset "UTF-8";
.member {
  font-size: 17px;
  margin: auto;
  text-align: center;
  padding: 80px 0 0px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .member {
    font-size: 15px;
    padding: 80px 0 0;
  }
}

.member p {
  margin: 0;
  line-height: 1.8;
}

.member-fv {
  width: 100%;
  text-align: center;
}

.member-fv-inner {
  position: relative;
}

.member-main-bg {
  position: absolute;
  top: -48px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .member-main-bg {
    width: 100%;
  }
}

.member-title {
  margin: 0 auto;
  text-align: center;
  color: #656766;
  font-size: 42px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .member-title {
    font-size: 25px;
  }
}

.member-subtitle {
  font-size: 17px;
  text-align: center;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  margin: 0;
  padding-top: 8px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .member-subtitle {
    font-size: 12.5px;
  }
}

.member-main-img {
  width: 158px;
  padding-top: 48px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .member-main-img {
    max-width: 112px;
    right: 0;
    padding: 40px 0 16px;
  }
}

.member-txt {
  position: relative;
  font-size: 18px;
  padding-top: 48px;
  z-index: 1;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .member-txt {
    font-size: 14px;
    text-align: left;
    padding-top: 20px;
  }
}

.member-btn {
  max-width: 350px;
  padding: 20px 0;
  background: #ea9a9a;
  color: #fff !important;
  margin: auto;
  position: relative;
  font-size: 17px;
  margin-top: 48px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .member-btn {
    width: calc(100% - 40px);
    margin-top: 32px;
  }
}

.member-btn:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  display: inline-flex;
  z-index: 2;
}

.howto {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}

.howto-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 120px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .howto-inner {
    flex-direction: column;
    padding-top: 72px;
  }
}

.howto-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #e4f7f3;
  border-radius: 10px;
  width: calc(33.333% - 16px);
  padding: 24px 0 24px 24px;
  margin-left: 16px;
  text-align: left;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .howto-item {
    width: 100%;
    margin: 0;
    padding-left: 20px;
    justify-content: flex-start;
  }
  .howto-item:not(:first-child) {
    margin-top: 16px;
  }
}

.howto-item:first-of-type, .howto-item:nth-of-type(4) {
  margin-left: 0;
}

.howto-item:nth-of-type(n+4) {
  margin-top: 16px;
}

.howto-item img {
  max-width: 54px;
  margin: 0 20px 0 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .howto-item img {
    max-width: 42px;
  }
}

.howto-item p {
  line-height: 1.6;
}

.txt-x-large {
  font-size: 40px;
  font-weight: 700;
  margin-top: -4px;
  display: inline-block;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .txt-x-large {
    font-size: 24px;
  }
}

.txt-large {
  font-size: 22px;
  font-weight: 600;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .txt-large {
    font-size: 16.5px;
  }
}

.howto-detail {
  padding-top: 148px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .howto-detail {
    padding-top: 72px;
  }
}

.howto-detail .svg-01 {
  display: block;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .howto-detail .svg-01 {
    transform: scaleY(2);
  }
}

.howto-detail .svg-01 .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #fcfbf1;
}

.howto-detail .svg-02 {
  display: block;
  position: relative;
  bottom: 20px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .howto-detail .svg-02 {
    transform: scaleY(2);
    bottom: 10px;
  }
}

.howto-detail .svg-02 .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #fff;
}

.howto-detail-inner {
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 40px 0 120px;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .howto-detail-inner {
    padding: 20px 20px 60px;
  }
}

.howto-detail-inner:nth-of-type(2n) {
  padding-top: 20px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .howto-detail-inner:nth-of-type(2n) {
    padding-top: 10px;
  }
}

.howto-detail-inner:nth-of-type(6) {
  padding-bottom: 40px;
}

.howto-illust {
  position: absolute;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .howto-illust {
    margin: 0;
  }
}

.illust-01 {
  max-width: 107px;
  top: 80px;
  left: 16%;
  bottom: 0;
  z-index: 0;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .illust-01 {
    max-width: 59px;
    left: 40px;
    top: 20px;
  }
}

.illust-02 {
  max-width: 343px;
  top: 80px;
  right: 0;
  bottom: 28%;
  z-index: 0;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .illust-02 {
    max-width: 172px;
    right: -24px;
    top: -25%;
  }
}

.illust-03 {
  max-width: 223px;
  top: 16%;
  left: 0;
  z-index: 0;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .illust-03 {
    max-width: 92px;
    left: 0px;
    top: 20px;
  }
}

.illust-04 {
  max-width: 223px;
  top: -21%;
  right: 8%;
  z-index: 0;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .illust-04 {
    max-width: 109px;
    right: -44px;
  }
}

.illust-05 {
  max-width: 223px;
  top: -45%;
  left: 14%;
  z-index: 0;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .illust-05 {
    max-width: 91px;
    left: -10px;
    top: -18%;
  }
}

.illust-06 {
  right: 0;
  bottom: -80%;
  z-index: 0;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .illust-06 {
    max-width: 90px;
    bottom: -80%;
  }
}

.bg-beige {
  background: #fcfbf1;
}

.bg-white {
  background: #fff;
}

.howto-number {
  font-size: 80px;
  font-family: "EB Garamond", serif;
  color: #f5b9b9;
  display: block;
  margin-bottom: -10px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .howto-number {
    font-size: 50px;
    margin: 0;
  }
}

.howto-title {
  font-size: 35px;
  margin: 0;
  font-family: "YuMincho", "游明朝";
  line-height: 1.5;
  letter-spacing: 2px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .howto-title {
    font-size: 21px;
  }
}

.position-r {
  position: relative;
}

.mgb-120 {
  margin-bottom: 150px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .mgb-120 {
    margin-bottom: 120px;
  }
}
