@charset "UTF-8";
.flow {
  padding-bottom: 7.9861111111vw;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.flow__headline {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
}
.flow__headline .headline-container {
  position: relative;
  width: fit-content;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1.875vw;
  padding-left: 2.7777777778vw;
  background: #fff;
}
.flow__headline .headline-text {
  display: block;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  color: #524e46;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.flow__container {
  width: 52.0833333333vw;
  margin: 0 auto;
  padding-top: 82px;
}
.flow__content {
  width: 52.0833333333vw;
  position: relative;
  line-height: 0;
  margin-bottom: 155px;
}

@media screen and (max-width: 600px) {
  .flow {
    padding-bottom: 24vw;
  }
  .flow__headline .headline-container {
    width: auto;
    height: 9.3333333333vw;
    justify-content: center;
    padding-right: unset;
    padding: 2.5333333333vw 6.6666666667vw;
    background: #fff;
  }
  .flow__headline .headline-text {
    font-size: 4.2666666667vw;
  }
  .flow__container {
    width: 86.6666666667vw;
    padding-top: 18.1333333333vw;
  }
  .flow__content {
    width: 100%;
  }
}
/* ==========================================================================
   Flow Page Specific Styles
   ========================================================================== */
.flow-page-main {
  width: 100%;
}
.flow-page-main__mv {
  width: 100%;
  margin-bottom: 70px;
}
.flow-page-main__mv img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.flow-page-main__title {
  font-size: 19px;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 500;
  color: #524e46;
  margin-bottom: 67px;
  text-align: left;
  line-height: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 600px) {
  .flow-page-main {
    margin-bottom: 0;
  }
  .flow-page-main__mv {
    margin-bottom: 17.6vw;
  }
  .flow-page-main__title {
    font-size: 4.2666666667vw;
    margin-bottom: 9.3333333333vw;
    text-align: center;
  }
}
.flow-steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media screen and (max-width: 600px) {
  .flow-steps {
    gap: 8vw;
  }
}
.flow-step {
  position: relative;
  width: 100%;
}
.flow-step__inner {
  position: relative;
  display: flex;
  align-items: stretch;
}
.flow-step__number {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #F8F6F2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 20px;
  line-height: 1em;
  color: #524e46;
  z-index: 2;
}
.flow-step__content {
  display: flex;
  align-items: stretch;
  width: 100%;
  gap: 2px;
}
.flow-step__name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.8472222222vw;
  text-align: center;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN W1", "ヒラギノ角ゴ ProN W1", "Hiragino Sans W2", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 900;
  font-size: 15px;
  color: #524e46;
  line-height: 1.6;
  background: #fff;
  flex-direction: column;
}
.flow-step__name span {
  display: block;
}
.flow-step__desc {
  flex: 1;
  font-size: 16px;
  color: #524e46;
  line-height: 1.5em;
  background: #fff;
  padding: 2.4305555556vw 1.3888888889vw 2.0833333333vw 2.0833333333vw;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN W1", "ヒラギノ角ゴ ProN W1", "Hiragino Sans W2", "Noto Sans JP", "Meiryo", sans-serif;
}
.flow-step__desc strong {
  font-family: "YuMincho", "Yu Mincho", serif;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 0.6em;
}
.flow-step__desc strong br {
  display: none;
}
.flow-step__desc strong span {
  display: inline-block;
}
.flow-step__illust {
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
.flow-step__illust img {
  width: 100%;
  height: auto;
}
.flow-step__illust--right {
  right: -14.3055555556vw;
  top: -24.8611111111vw;
  width: 20.7638888889vw;
}
.flow-step__illust--left {
  left: -14.8611111111vw;
  top: -12.0138888889vw;
  width: 11.875vw;
}

@media screen and (max-width: 600px) {
  .flow-step__number {
    top: 0;
    left: 0;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: 3.6vw;
  }
  .flow-step__content {
    gap: 0.5333333333vw;
    flex-direction: column;
  }
  .flow-step__name {
    width: 100%;
    text-align: left;
    padding: 5.3333333333vw 0;
    font-size: 4.2666666667vw;
    flex-direction: row;
  }
  .flow-step__name br {
    display: none;
  }
  .flow-step__name span {
    display: inline;
  }
  .flow-step__name span:before {
    content: "/";
    margin: 0 0.3em;
  }
  .flow-step__desc {
    font-size: 3.6vw;
    line-height: 1.629em;
    padding: 6.6666666667vw;
  }
  .flow-step__desc > br {
    display: none;
  }
  .flow-step__desc strong {
    font-size: 3.8666666667vw;
    line-height: 1.586em;
    margin-bottom: 0.6em;
  }
  .flow-step__desc strong br {
    display: inline;
  }
  .flow-step__illust {
    position: relative;
    transform: none;
    top: auto;
    right: auto;
    left: auto;
    display: flex;
    justify-content: center;
    background: #fff;
    padding-bottom: 8vw;
  }
  .flow-step__illust--right, .flow-step__illust--left {
    width: 100%;
  }
  .flow-step__illust--right img {
    width: 67.2vw;
  }
  .flow-step__illust--left img {
    width: 40.2666666667vw;
  }
}
.flow-episode {
  background-color: #fff;
  width: 63.9583333333vw;
  margin: 0 auto;
  padding: 4.0972222222vw 5.9375vw 4.4444444444vw;
}
.flow-episode__title {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 17px;
  line-height: 1.5454em;
  color: #524e46;
  font-weight: 500;
  margin-bottom: 33px;
  letter-spacing: 0.1em;
  text-align: center;
}
.flow-episode__title span {
  display: inline-block;
}
.flow-episode__card {
  display: block;
  margin: 0 auto;
}
.flow-episode__card img {
  width: 100%;
  height: auto;
}
.flow-episode__link {
  display: flex;
  flex-direction: column;
  text-align: left;
  color: #524e46;
}
.flow-episode__link:hover {
  opacity: 0.7;
}
.flow-episode__link picture {
  margin-bottom: 1.0416666667vw;
}
.flow-episode__slider {
  margin-bottom: 1.0416666667vw;
}
.flow-episode__text {
  padding-left: 1.0416666667vw;
  display: flex;
  flex-direction: column;
}
.flow-episode__vol {
  font-size: 15px;
  margin-bottom: 5px;
  font-family: "Adobe Jenson Pro", "Times New Roman", serif;
}
.flow-episode__name {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .flow-episode {
    width: 100%;
    margin-left: 0;
    transform: none;
    padding: 24vw 6.6666666667vw 0;
    background-color: #F8F6F2;
  }
  .flow-episode__container {
    background-color: #fff;
    padding: 5.3333333333vw 4.5333333333vw 6.6666666667vw;
  }
  .flow-episode__title {
    font-size: 4.2666666667vw;
    line-height: 1.5454em;
    margin-bottom: 5.3333333333vw;
  }
  .flow-episode__title br {
    display: inline;
  }
  .flow-episode__slider {
    margin-bottom: 4vw;
  }
  .flow-episode__text {
    padding-left: 0vw;
  }
  .flow-episode__vol {
    font-size: 3.2vw;
  }
  .flow-episode__name {
    font-size: 4vw;
  }
}

/*# sourceMappingURL=flow.css.map */
