@charset "utf-8";

:root {
  --color: #fff;
  --color01: #0068b7;
  --color02: #e6301b;
  --fontYG: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
}

.myakumyakubook_fsc {
  background-color: var(--color01);
  box-sizing: content-box;
  color: var(--color);
  font-family: var(--fontYG);
  font-feature-settings: "palt";
  font-variant-ligatures: no-common-ligatures;
  letter-spacing: 0.05em;
  padding-bottom: 100px;
  overflow-x: hidden;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  width: 100vw;
}

.myakumyakubook_fsc * {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.myakumyakubook_fsc a {
  text-decoration: none;
  transition: all 0.2s ease;
}

.myakumyakubook_fsc ul {
  padding-left: 0;
}

.myakumyakubook_fsc p {
  margin-top: 0;
  margin-bottom: 0;
}

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

/* myakumyakubook-body_fsc */
.myakumyakubook-body_fsc {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

/* myakumyakubook-mv_fsc */
.myakumyakubook-mv_fsc {
  position: relative;
}

.myakumyakubook-mv__title_fsc {
  position: absolute;
}

.myakumyakubook-mv__title__01_fsc.myakumyakubook-mv__title_fsc {
  top: 9.881%;
  left: 50%;
  transform: translateX(-50%);
  width: 369px;
  width: 76.875%;
}

.myakumyakubook-mv__title__02_fsc.myakumyakubook-mv__title_fsc {
  top: 32.375%;
  right: 10%;
  width: 50px;
  width: 10.417%;
}

.myakumyakubook-mv__title__child_fsc {
  position: absolute;
  top: 0;
  left: 0;
}

/* myakumyakubook-btn_fsc */
.myakumyakubook-btn_fsc {
  margin-top: 8.333%;
}

.myakumyakubook-btn__link_fsc {
  align-items: center;
  background-color: var(--color02);
  border: 2px solid var(--color);
  border-radius: 40px;
  color: var(--color);
  display: flex;
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  height: 4em;
  position: relative;
  width: 71.666%;
}

.myakumyakubook-btn__link_fsc::before,
.myakumyakubook-btn__link_fsc::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 1.25em;
  width: 10.4px;
  height: 2px;
  border-radius: 9999px;
  background-color: var(--color);
  transform-origin: calc(100% - 0.5px) 50%;
}

.myakumyakubook-btn__link_fsc::before {
  transform: rotate(51.35deg);
}

.myakumyakubook-btn__link_fsc::after {
  transform: rotate(-51.35deg);
}

.myakumyakubook-btn__link_fsc:hover {
  color: var(--color);
}

.myakumyakubook-btn__02_fsc {
  margin-top: 40.208%;
}

.myakumyakubook-btn__03_fsc {
  margin-top: 11.458%;
}

/* myakumyakubook-lead_fsc */
.myakumyakubook-body_fsc .myakumyakubook-lead_fsc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
  text-align: center;
  margin-top: 9.375%;
}

/* myakumyakubook-info_fsc */
.myakumyakubook-info_fsc {
  margin-top: 9.375%;
}

.myakumyakubook-info__item_fsc:not(:first-child) {
  margin-top: 7.916%;
}

.myakumyakubook-info__cap_fsc {
  margin-left: auto;
  margin-right: auto;
}

.myakumyakubook-info__cap_fsc.active {
  animation: floating-x 0.8s ease-in-out forwards alternate-reverse;
}

@-webkit-keyframes floating-x {
  0% {
    transform: translateX(0);
  }
  33% {
    transform: translateX(-3px);
  }
  66% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes floating-x {
  0% {
    transform: rotate(0);
  }
  33% {
    transform: rotate(3deg);
  }
  66% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0);
  }
}

.myakumyakubook-info__01_fsc .myakumyakubook-info__cap_fsc {
  width: 57.527%;
}

.myakumyakubook-info__02_fsc .myakumyakubook-info__cap_fsc {
  width: 60.887%;
}

.myakumyakubook-info__img_fsc {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 81.875%;
}

/* myakumyakubook-message_fsc */
.myakumyakubook-message_fsc {
  background-color: var(--color);
  border-radius: 194px;
  max-width: 388px;
  margin-top: 13.541%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.333%;
  padding-bottom: 26.458%;
  position: relative;
  width: 80.833%;
}

.myakumyakubook-message__title_fsc {
  position: absolute;
  top: -40px;
  top: -4.525%;
  left: 8px;
  left: 2.062%;
  width: 62.629%;
}

.myakumyakubook-message__head_fsc {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 64.432%;
}

.myakumyakubook-message__head_fsc .myakumyakubook-message__subtitle_fsc {
  color: var(--color01);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.58;
  margin-bottom: 12px;
  text-align: center;
}

.myakumyakubook-message__chara_fsc {
  width: 35.2%;
}

.myakumyakubook-message_fsc .myakumyakubook-message__text_fsc {
  color: var(--color01);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  margin-top: 2em;
  text-align: center;
}

.myakumyakubook-message_fsc .myakumyakubook-message__text_fsc:first-child {
  margin-top: 0.57em;
}

/* myakumyakubook-stories_fsc */
.myakumyakubook-stories_fsc {
  margin-top: 6.25%;
  position: relative;
}

.myakumyakubook-stories_fsc::before {
  background-image: url(../images/myakumyaku-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  height: 790px;
  top: 620px;
  top: 73.459%;
  right: 18px;
  right: 3.75%;
  width: 71px;
  width: 14.792%;
}

.myakumyakubook-story_fsc {
  position: relative;
}

.myakumyakubook-story_fsc:not(:first-child) {
  margin-top: 20.833%;
}

.myakumyakubook-story__cap_fsc {
  position: absolute;
}

.myakumyakubook-story__01_fsc.myakumyakubook-story__cap_fsc {
  top: -26.954%;
  right: 6.25%;
  width: 274px;
  width: 55.521%;
}

.myakumyakubook-story__02_fsc.myakumyakubook-story__cap_fsc {
  right: 12.5%;
  bottom: -13.477%;
  width: 292px;
  width: 60.833%;
}

.myakumyakubook-story__03_fsc.myakumyakubook-story__cap_fsc {
  top: -3.753%;
  left: 8.333%;
  width: 116px;
  width: 24.166%;
}

.myakumyakubook-story__04_fsc.myakumyakubook-story__cap_fsc {
  left: 4.375%;
  bottom: -35.924%;
  width: 430px;
  width: 93.437%;
}

.myakumyakubook-story__child_fsc {
  position: absolute;
  top: 0;
  left: 0;
}

.myakumyakubook-story__text_fsc,
.myakumyakubook-message__title_fsc,
.myakumyakubook-mv__title__text_fsc {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transition-duration: 1.2s;
  transition-timing-function: ease-in-out;
  transition-property: -webkit-clip-path, -webkit-mask-size;
  transition-property: clip-path, mask-size;
  transition-property: clip-path, mask-size, -webkit-clip-path, -webkit-mask-size;
  z-index: 1;
}

.myakumyakubook-story__text_fsc.active,
.myakumyakubook-message__title_fsc.active,
.myakumyakubook-mv__title__text_fsc.active {
  -webkit-clip-path: inset(0% 0% 0% 0%);
  clip-path: inset(0% 0% 0% 0%);
  -webkit-mask-size: 110% 110%;
  mask-size: 110% 110%;
}

.myakumyakubook-story__row_fsc,
.myakumyakubook-mv__title__02_fsc .myakumyakubook-mv__title__text_fsc {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}

.myakumyakubook-story__row_fsc.active,
.myakumyakubook-mv__title__02_fsc .myakumyakubook-mv__title__text_fsc.active {
  -webkit-clip-path: inset(0% 0% 0% 0%);
  clip-path: inset(0% 0% 0% 0%);
}

/* myakumyakubook-profile_fsc */
.myakumyakubook-profile_fsc {
  margin-top: 13.542%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 80.833%;
  z-index: 1;
}

.myakumyakubook-profile__img_fsc {
  margin-left: auto;
  margin-right: auto;
  width: 85.052%;
}

.myakumyakubook-profile__title_fsc {
  width: 19.588%;
}

.myakumyakubook-profile_fsc .myakumyakubook-profile__text_fsc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 4.639%;
}

.myakumyakubook-profile__site_fsc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

/* myakumyakubook-comment_fsc */
.myakumyakubook-comment_fsc {
  margin-top: 9.375%;
}

/*----------------------------------
  sp
----------------------------------*/
@media not all and (min-width: 768px) {
  .fca_cat-hero .fca_container {
    padding-right: 0;
    padding-left: 0;
  }

  .myakumyakubook_fsc .pc {
    display: none;
  }

  .myakumyakubook_fsc .sp {
    display: block;
  }

  .myakumyakubook_fsc {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 20.266%;
  }

  /* myakumyakubook-body_fsc */
  .myakumyakubook-body_fsc {
    max-width: none;
  }

  /* myakumyakubook-btn_fsc */
  .myakumyakubook-btn__link_fsc {
    font-size: clamp(13px, 3.66vw, 20px);
  }

  .myakumyakubook-btn__link_fsc::before,
  .myakumyakubook-btn__link_fsc::after {
    width: 8.1px;
    height: 1px;
  }

  /* myakumyakubook-lead_fsc */
  .myakumyakubook-body_fsc .myakumyakubook-lead_fsc {
    font-size: clamp(10px, 2.91vw, 14px);
  }

  /* myakumyakubook-message_fsc */
  .myakumyakubook-message__head_fsc .myakumyakubook-message__subtitle_fsc {
    font-size: clamp(13px, 3.66vw, 20px);
  }

  .myakumyakubook-message_fsc .myakumyakubook-message__text_fsc {
    font-size: clamp(10px, 2.91vw, 14px);
  }

  /* myakumyakubook-profile_fsc */
  .myakumyakubook-profile_fsc .myakumyakubook-profile__text_fsc {
    font-size: clamp(10px, 2.91vw, 14px);
  }

  .myakumyakubook-profile__site_fsc {
    font-size: clamp(10px, 2.91vw, 14px);
  }
}
