@charset "UTF-8";
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  color: #6d625f;
  background: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7vw;
    line-height: 1.8;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.pc_br {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_br {
    display: block;
  }
}

.pink {
  color: #f4788b;
}

.yellow-ul {
  background: #fff49f;
}

.fv {
  background: url("../img/fv-bg.webp") no-repeat center;
  height: 900px;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv {
    background: url("../img/fv-bg-sp.webp") no-repeat top;
    background-size: 100% auto;
    background-position: center center;
    height: 137.4666666667vw;
  }
}
.fv__inner {
  max-width: 1200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .fv__inner {
    padding-top: 4vw;
  }
}
.fv__fukidashi {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .fv__fukidashi {
    width: 79.7vw;
  }
}
.fv__fukidashi-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__fukidashi-text {
    font-size: 4.794vw;
  }
}
.fv__title {
  margin-top: 20px;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .fv__title {
    font-size: 7.564vw;
    margin-top: 3vw;
    line-height: 1.4;
  }
}
.fv__title-large {
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .fv__title-large {
    font-size: 1.3em;
  }
}
.fv__title-large-first {
  position: relative;
}
.fv__caution {
  font-size: 0.7rem;
  letter-spacing: -0.1em;
  position: absolute;
  top: 0.5rem;
  right: -1.2rem;
}
@media screen and (max-width: 767px) {
  .fv__caution {
    font-size: 1.5vw;
    top: 0.5vw;
    right: -1.5vw;
  }
}
.fv__heading {
  max-width: 479px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .fv__heading {
    width: 70vw;
  }
}

.fv-btn {
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fv-btn {
    bottom: -7vw;
    width: 88%;
  }
}

.btn {
  margin-top: 50px;
}
.btn__subtitle {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .btn__subtitle {
    font-size: 4.07vw;
  }
}
.btn-link {
  background: #39bfb2;
  font-size: 32px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20.8px;
  padding-bottom: 17.6px;
  max-width: 554px;
  width: 100%;
  display: block;
  cursor: pointer;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 4px 10px 0 #25a699;
          box-shadow: 4px 10px 0 #25a699;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn-link {
    max-width: 100%;
    font-size: 5.79vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 4.6vw 0;
    -webkit-box-shadow: 3px 6px 0 #25a699;
            box-shadow: 3px 6px 0 #25a699;
  }
}
.btn-link--large {
  font-size: 1.27em;
}
.btn-link:hover {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
}
.btn__sb {
  position: absolute;
  top: -64px;
  right: -16px;
}
@media screen and (max-width: 767px) {
  .btn__sb {
    top: -7vw;
    right: 0;
    width: 15vw;
  }
}

.btn__text img {
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .btn__text img {
    width: 12.8vw;
  }
}

.btn__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slash {
  position: relative;
  font-weight: 600;
}

.slash:before,
.slash:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #6d625f;
  width: 2.5px;
  height: 1em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}

.slash02:before,
.slash02:after {
  background: #fff;
}

.slash:before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.slash:after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.inner-btn {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .inner-btn {
    margin-top: 10vw;
  }
}

/*----------------------------------------
プレモニとは？
----------------------------------------*/
.intro {
  overflow: hidden;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .intro {
    padding-top: 12vw;
  }
}
.intro__inner {
  max-width: 1200px;
  width: 100%;
  padding: 80px 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro__inner {
    padding: 10.2vw 4vw;
  }
}
.intro__heading {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: 0.8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro__heading {
    font-size: 7.73vw;
    line-height: 1.4;
  }
}
.intro__heading-text {
  position: absolute;
  top: 54%;
  left: 50.8%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .intro__heading-text {
    font-size: 5.38vw;
    top: 50%;
    left: 51.2%;
  }
}
.intro__heading--large {
  font-size: 1.4em;
  letter-spacing: 0.2em;
  color: #fff;
  margin-right: 8px;
  font-weight: 800;
}
.intro__items {
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro__items {
    margin-top: 5.12vw;
  }
}
.intro__text {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .intro__text {
    font-size: 3.86vw;
    line-height: 1.8;
  }
}
.intro__text--space {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .intro__text--space {
    margin-top: 6.15vw;
  }
}
.intro__left {
  position: absolute;
  top: 57px;
  left: -64px;
}
@media screen and (max-width: 767px) {
  .intro__left {
    width: 30vw;
    top: 0;
  }
}
.intro__right {
  position: absolute;
  bottom: 320px;
  right: -52px;
}
@media screen and (max-width: 767px) {
  .intro__right {
    width: 30vw;
    bottom: 80vw;
  }
}

.intro__heading img {
  width: 302px;
}
@media screen and (max-width: 767px) {
  .intro__heading img {
    width: 57vw;
  }
}

.reason {
  margin-top: 73px;
}
@media screen and (max-width: 767px) {
  .reason {
    margin-top: 0;
  }
}
.reason__title {
  position: relative;
}
.reason__title-text {
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .reason__title-text {
    font-size: 5.12vw;
    line-height: 1.2;
    top: 50%;
  }
}
.reason__medal {
  position: relative;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .reason__medal {
    margin-top: -7vw;
  }
}

/*----------------------------------------
こんな方にオススメ！
----------------------------------------*/
.recommend {
  background: #fff3e7;
}
.recommend__inner {
  max-width: 1200px;
  width: 100%;
  padding: 80px 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recommend__inner {
    padding: 10.2vw 4vw;
  }
}
.recommend__box {
  background: #fff;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding: 60px 0 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recommend__box {
    width: 100%;
    border-radius: 3vw;
    padding: 8vw 0 10vw;
  }
}
.recommend__heading {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: #f4788b;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .recommend__heading {
    font-size: 7.73vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .recommend__heading {
    margin-top: 3.5vw;
  }
}
.recommend__items {
  margin-top: 45px;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .recommend__items {
    margin-top: 6vw;
    padding: 0 9.4vw;
  }
}
.recommend__list {
  text-align: left;
  padding-left: 60px;
  background: url("../img/recommend-checkbox.webp") left 0px top 0px no-repeat;
  background-size: 37px;
  padding-top: 0.75px;
  padding-bottom: 0.75px;
  font-size: 24px;
  margin-top: 48px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .recommend__list {
    background: url("../img/recommend-checkbox.webp") left 0px top 1vw no-repeat;
    font-size: 4.26vw;
    background-size: 5.6vw;
    margin-top: 7.17vw;
    padding-left: 8vw;
  }
}
.recommend__list:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .recommend__egbtitle {
    width: 29vw;
    margin: 0 auto;
  }
}

/*----------------------------------------
プレモニの3つの特徴
----------------------------------------*/
.point__inner {
  max-width: 1200px;
  width: 100%;
  padding: 80px 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point__inner {
    padding: 10.2vw 4vw;
  }
}
.point__subtitle {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .point__subtitle {
    font-size: 4.6vw;
    margin-bottom: 2vw;
  }
}
.point__heading {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: #f4788b;
}
@media screen and (max-width: 767px) {
  .point__heading {
    font-size: 7.73vw;
    line-height: 1.4;
  }
}
.point__items {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .point__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3vw;
  }
}
.point__list {
  border: 3px solid #f4788b;
  border-radius: 16px;
  width: 31%;
  padding: 40px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point__list {
    width: 100%;
    margin-top: 8.97vw;
    padding: 6vw;
    padding-top: 10vw;
  }
  .point__list:first-child {
    padding-top: 6vw;
  }
}
.point__number {
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #f4788b;
  color: #fff;
  padding: 5px;
  letter-spacing: 0.1em;
  border-radius: 100px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .point__number {
    font-size: 4.2vw;
    width: 40%;
    padding: 0.5vw;
  }
}
.point__title {
  font-size: 28px;
  font-weight: 700;
  margin: 20px 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .point__title {
    font-size: 7vw;
    margin: 5.3vw 0;
  }
}
.point__text {
  text-align: left;
}
.point__text--space {
  margin-top: 16px;
}
.point__genre {
  background: #fff3e7;
  margin-top: 16px;
  border-radius: 16px;
  padding: 16px;
  font-weight: 700;
}
.point__genre--space {
  margin-top: 5px;
  color: #f4788b;
}

/*----------------------------------------
プレモニをご利用中のユーザー様の声
----------------------------------------*/
.voice {
  background: #f4788b;
}
.voice__inner {
  max-width: 1200px;
  width: 100%;
  padding: 80px 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice__inner {
    padding: 10.2vw 4vw;
  }
}
.voice__subtitle {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .voice__subtitle {
    font-size: 4.6vw;
    margin-bottom: 2vw;
  }
}
.voice__heading {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .voice__heading {
    font-size: 7.73vw;
    line-height: 1.4;
  }
}
.voice__items {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .voice__items {
    margin-top: 10.2vw;
  }
}
.voice__list {
  background: #fff;
  max-width: 450px;
  width: 100%;
  border-radius: 16px;
  padding: 24px;
}
.voice__list:nth-child(2), .voice__list:nth-child(3), .voice__list:nth-child(6) {
  background: #fff3e7;
}
@media screen and (max-width: 767px) {
  .voice__list:nth-child(1), .voice__list:nth-child(5), .voice__list:nth-child(1) {
    background: #fff3e7;
  }
  .voice__list:nth-child(2), .voice__list:nth-child(6) {
    background: #fff;
  }
}
.voice__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.voice__img {
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .voice__img {
    width: 15.3vw;
  }
}
.voice__title {
  font-size: 24px;
  color: #f4788b;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .voice__title {
    font-size: 5.12vw;
  }
}
.voice__text {
  margin-top: 16px;
  text-align: left;
}

/*----------------------------------------
プレモニの登録から参加までの流れ
----------------------------------------*/
.flow__inner {
  max-width: 1200px;
  width: 100%;
  padding: 80px 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow__inner {
    padding: 10.2vw 4vw;
  }
}
.flow__subtitle {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .flow__subtitle {
    font-size: 4.6vw;
    margin-bottom: 2vw;
  }
}
.flow__heading {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: #f4788b;
}
@media screen and (max-width: 767px) {
  .flow__heading {
    font-size: 7.73vw;
    line-height: 1.4;
  }
}
.flow__items {
  margin-top: 60px;
  max-width: 860px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .flow__items {
    margin-top: 10.2vw;
  }
}
.flow__list {
  background: #fff3e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 48px;
  padding: 24px 34px;
  border-radius: 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow__list {
    gap: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5vw 4vw;
  }
}
.flow__box {
  text-align: left;
  width: 78%;
}
.flow__title {
  font-size: 24px;
  color: #f4788b;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .flow__title {
    font-size: 4.6vw;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .flow__img {
    width: 16%;
    position: relative;
  }
}
.flow__text {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .flow__text {
    margin-top: 2vw;
    line-height: 1.5;
  }
}
.flow__arrow {
  margin: 6px 0 12px;
}
@media screen and (max-width: 767px) {
  .flow__arrow {
    margin: 0 auto 2vw;
    width: 6vw;
  }
}
.flow__url {
  color: #39bfb2;
  text-decoration: underline;
  font-weight: 700;
}
.flow__number {
  position: absolute;
  right: 20px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .flow__number {
    left: 2vw;
    width: 12vw;
  }
}

/*----------------------------------------
プレモニの登録から参加までの流れ
----------------------------------------*/
.faq {
  background: #fff3e7;
}
.faq__inner {
  max-width: 1200px;
  width: 100%;
  padding: 80px 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq__inner {
    padding: 10.2vw 4vw;
  }
}
.faq__heading {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .faq__heading {
    font-size: 7.73vw;
    line-height: 1.4;
  }
}
.faq__items {
  list-style: none;
  max-width: 860px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .faq__items {
    margin-top: 10.2vw;
  }
}
.faq__list {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .faq__list {
    margin-top: 4vw;
    height: 100%;
  }
}
.faq__list:first-child {
  margin-top: 0;
}
.faq__question {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f4788b;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  padding: 20px 30px;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-shadow: 2px 5px 0 #c8344b;
          box-shadow: 2px 5px 0 #c8344b;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq__question {
    font-size: 3.7vw;
    line-height: 1.4;
    padding: 2.8vw 5.8vw;
    padding-right: 16vw;
    min-height: 15.38vw;
  }
}
.faq__answer {
  display: none;
  text-align: left;
  margin-top: 20px;
  padding: 0 73px;
}
@media screen and (max-width: 767px) {
  .faq__answer {
    font-size: 3.7vw;
    line-height: 1.4;
    padding-left: 13.4vw;
    padding-right: 6vw;
  }
}
.faq__answer-space {
  margin-top: 16px;
}
.faq__answer.open {
  display: block;
}
.faq__icon {
  position: absolute;
  right: 16px;
  width: 22px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq__question img {
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .faq__question img {
    width: 4.6vw;
    margin-right: 3vw;
  }
}

/*----------------------------------------
会社概要
----------------------------------------*/
.company__inner {
  max-width: 1200px;
  width: 100%;
  padding: 80px 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company__inner {
    padding: 10.2vw 4vw;
  }
}
.company__heading {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .company__heading {
    font-size: 7.73vw;
    line-height: 1.4;
  }
}
.company__table {
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .company__table {
    margin-top: 10.2vw;
  }
}

th,
td {
  padding: 24px 20px;
  text-align: left;
  border: 1px solid #ddd;
}

th {
  background-color: #eeeeee;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

/*----------------------------------------
footer
----------------------------------------*/
.footer {
  background: #ffc6c9;
  text-align: center;
  padding: 32px 0;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 2.5vw;
    padding: 4vw;
    padding-bottom: 25vw;
  }
}
.footer__text {
  margin-top: 5px;
}

/*----------------------------
fadeUp
----------------------------*/
.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
}

.fadeUp.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*----------------------------------------
トップへ戻るボタン
----------------------------------------*/
#backToTopBtn {
  display: none;
  position: fixed;
  text-align: center;
  width: 50px;
  height: 50px;
  bottom: 40px;
  right: 25px;
  z-index: 2000;
  background-color: #f4788b;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  #backToTopBtn {
    right: 5px;
    bottom: 30vw;
    width: 10.6vw;
    height: 10.6vw;
  }
}

.sp_fixbtn {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_fixbtn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    padding: 0 3vw 2vw;
    text-align: center;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
}

.sp_fixbtn.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*----------------------------------------
プライバシーポリシー
----------------------------------------*/
.privacy-policy {
  padding: 50px 0;
}
.privacy-policy__inner {
  max-width: 1200px;
  width: 100%;
  padding: 80px 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 10.2vw 4vw;
  }
}
.privacy-policy__heading {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .privacy-policy__heading {
    font-size: 7.73vw;
    line-height: 1.4;
  }
}

.policy-title {
  font-size: 1.5em;
  margin: 40px 0 20px;
  color: #f4788b;
  border-bottom: 1px solid #f4788b;
}

.privacy-policy p {
  line-height: 1.9;
}

.policy-item-right {
  text-align: right;
}

.policy-item a {
  text-decoration: underline;
}