@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #eee;
  font-size: 16px;
}

body {
  display: flex;
}

img {
  width: 100%;
}

a, button {
  cursor: pointer;
  text-decoration: none;
}

.content-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.delay-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}
.fade-up.is-show .delay-item {
  opacity: 1;
  transform: translateY(0);
}
.fade-up.is-show .delay-item:nth-child(1) {
  transition-delay: 0.2s;
}
.fade-up.is-show .delay-item:nth-child(2) {
  transition-delay: 0.4s;
}
.fade-up.is-show .delay-item:nth-child(3) {
  transition-delay: 0.6s;
}
.fade-up.is-show .delay-item:nth-child(4) {
  transition-delay: 0.8s;
}
.fade-up.is-show .delay-item:nth-child(5) {
  transition-delay: 1s;
}
.fade-up.is-show .delay-item:nth-child(6) {
  transition-delay: 1.2s;
}
.fade-up.is-show .delay-item:nth-child(7) {
  transition-delay: 1.4s;
}
.fade-up.is-show .delay-item:nth-child(8) {
  transition-delay: 1.6s;
}
.fade-up.is-show .delay-item:nth-child(9) {
  transition-delay: 1.8s;
}
.fade-up.is-show .delay-item:nth-child(10) {
  transition-delay: 2s;
}

.col-center {
  height: 100dvh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  scroll-behavior: auto !important;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.col-center::-webkit-scrollbar {
  display: none;
}
.col-center {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.col-center header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  z-index: 99;
  transform: translateZ(0);
}
.col-center header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 118px;
  left: 0px;
}
.col-center header .logo img {
  width: 100%;
}
.col-center main {
  display: block;
  max-width: 800px;
  margin: 60px auto 0;
  overflow-y: visible;
  overflow-x: visible;
  height: auto;
}
.col-center main section {
  margin: 0 auto;
}
.col-center main section .button-area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-center main section .button-area .about-jaf-button {
  margin-top: 32px;
  width: 85.3333333333%;
  max-width: 320px;
  height: 52px;
  background-color: #0e247a;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 26px;
  font-weight: 600;
  position: relative;
}
.col-center main section .button-area .about-jaf-button::after {
  position: absolute;
  content: "";
  background-image: url(../img/common/arrow.svg);
  width: 32px;
  height: 32px;
  right: 8px;
}
.col-center main section .more {
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  bottom: 22.4%;
  right: 19.2%;
  text-decoration: underline;
  color: black;
  font-weight: 600;
  letter-spacing: -0.05rem;
}
.col-center main section .more::after {
  position: absolute;
  content: "";
  background-image: url(../img/common/arrow.svg);
  width: 20px;
  height: 20px;
  right: -26px;
}
.col-center main .fv {
  width: 100%;
  aspect-ratio: 1;
  background-image: url(../img/fv/fv-bg.png);
  background-size: contain;
  position: relative;
}
.col-center main .fv .fv-title {
  position: absolute;
  transform: translateX(-50%);
  top: 3.4666666667%;
  left: 50%;
  width: 84.5333333333%;
}
.col-center main .fv .sub-title {
  position: absolute;
  transform: translateX(-50%);
  top: 43.2%;
  left: 40.8%;
  width: 73.3333333333%;
  z-index: 2;
}
.col-center main .fv .fv-chara {
  display: flex;
  position: absolute;
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
  width: 100%;
  z-index: 1;
}
.col-center main .below-area-placeholder {
  width: 100%;
  height: 100%;
  position: relative;
}
.col-center main .below-area-placeholder .rescue-img {
  width: 22.6666666667%;
  bottom: 0;
  position: absolute;
  left: 4%;
}
.col-center main .below-area-placeholder .balloon {
  position: absolute;
  width: 49.8666666667%;
  height: 41.0526315789%;
  background-size: contain;
  left: 21.3333333333%;
  bottom: 0;
}
.col-center main .below-area-placeholder .join-jaf {
  position: absolute;
  display: flex;
  align-items: end;
  transform: translateX(50%);
  width: 29.8666666667%;
  right: 11.7333333333%;
  bottom: 0;
}
.col-center main .below-area-placeholder {
  z-index: 1;
  width: 100%;
  aspect-ratio: 375/92;
  display: flex;
  justify-content: center;
}
.col-center main .below-area-placeholder .below-area {
  width: 100%;
  height: 100%;
  position: relative;
}
.col-center main .below-area-placeholder .below-area .rescue-img {
  width: 22.6666666667%;
  bottom: 0;
  position: absolute;
  left: 4%;
}
.col-center main .below-area-placeholder .below-area .balloon {
  position: absolute;
  width: 49.8666666667%;
  height: 41.0526315789%;
  background-size: contain;
  left: 21.3333333333%;
  bottom: 0;
}
.col-center main .below-area-placeholder .below-area .join-jaf {
  position: absolute;
  display: flex;
  align-items: end;
  transform: translateX(50%);
  width: 29.8666666667%;
  right: 11.7333333333%;
  bottom: 0;
}
.col-center main .below-area-placeholder .below-area {
  top: -34.7826086957%;
}
.col-center main .comic-thumbnail {
  padding-top: 6.4%;
  padding-bottom: min(14.9333333333%, 56px);
  margin-top: -8.5333333333%;
}
@media (min-width: 768.02px) {
  .col-center main .comic-thumbnail {
    margin-top: 0;
  }
}
.col-center main .comic-thumbnail {
  width: 100%;
  background-image: url(../img/common/common-bg.png);
  background-repeat: repeat;
  background-size: 50%;
}
.col-center main .comic-thumbnail .modal-trigger-list {
  width: 92%;
  margin: 32px auto 0;
  list-style: none;
}
.col-center main .comic-thumbnail .modal-trigger-list .modal-trigger {
  background-color: transparent;
  margin-top: 24px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.col-center main .comic-thumbnail .modal-trigger-list .modal-trigger .modal-open {
  display: flex;
  width: 100%;
  border: none;
}
.col-center main .about-jaf {
  position: relative;
  height: 100%;
}
.col-center main .about-jaf .jaf-strong {
  padding: 60px 0 72px;
  background-image: url(../img/about/bg.png);
  background-size: cover;
  background-position: center top;
  position: relative;
  height: 100%;
}
.col-center main .about-jaf .jaf-strong .title {
  width: 74.1333333333%;
  margin: 0 auto;
}
.col-center main .about-jaf .jaf-strong .whats-is-jaf {
  width: 95.4666666667%;
  margin: 8px auto 0;
}
.col-center main .about-jaf .jaf-strong .strong-point {
  margin: 24px auto 0;
  width: 100%;
}
.col-center main .about-jaf .jaf-strong .strong-point .strong-point-title {
  width: 76.8%;
  margin: 0 auto 16px;
}
.col-center main .about-jaf .jaf-strong .strong-point .strong-point-list {
  list-style: none;
  padding-left: 4.8%;
  padding-right: 4.8%;
}
.col-center main .about-jaf .jaf-strong .strong-point .strong-point-list .strong-point-item {
  background-color: white;
  border-width: 4px;
  border-color: #0e247a;
  border-style: solid;
  border-radius: 20px;
  position: relative;
  margin-bottom: 18px;
}
.col-center main .about-jaf .jaf-strong .strong-point .strong-point-list .strong-point-item::before {
  position: absolute;
  content: "";
  background-image: url(../img/about/point1.png);
  width: 41px;
  height: 41px;
  background-size: contain;
  transform: translate(-50%, -50%);
  top: 8px;
  left: 8px;
}
.col-center main .about-jaf .jaf-strong .strong-point .strong-point-list .strong-point-item .strong-point-inner-title {
  background-color: #0e247a;
  color: white;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  padding: 6px 0 10px;
  border-radius: 6px 6px 0 0;
  width: 100%;
  font-feature-settings: "palt";
}
.col-center main .about-jaf .jaf-strong .strong-point .strong-point-list .strong-point-item .strong-point-exp {
  display: flex;
  justify-content: space-evenly;
  padding: 10px 4px 8px;
  border-radius: 0 0 12px 12px;
  margin: 0 6px 6px;
  background-color: #d6f0f9;
  align-items: center;
}
.col-center main .about-jaf .jaf-strong .strong-point .strong-point-list .strong-point-item .strong-point-exp .point-icon {
  width: 24.024024024%;
  max-width: 85px;
}
.col-center main .about-jaf .jaf-strong .strong-point .strong-point-list .strong-point-item .strong-point-exp .point-text {
  font-feature-settings: "palt";
  margin-left: 0;
  width: 62.7627627628%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
}
.col-center main .about-jaf .jaf-strong .strong-point .strong-point-list :nth-child(2)::before {
  background-image: url(../img/about/point2.png);
}
.col-center main .about-jaf .jaf-strong .strong-point .strong-point-list :nth-child(2) .strong-point-exp .point-icon {
  width: 25.5255255255%;
  max-width: 90px;
}
.col-center main .about-jaf .jaf-strong .strong-point .strong-point-list :nth-child(3)::before {
  background-image: url(../img/about/point3.png);
}
.col-center main .about-jaf .jaf-strong .strong-point .strong-point-list :nth-child(3) .strong-point-exp .point-icon {
  width: 21.6216216216%;
  max-width: 76px;
}
.col-center main .about-jaf .jaf-convenience {
  position: relative;
  background-image: url(../img/common/common-bg.png);
  background-repeat: repeat;
  background-size: 50%;
  padding-bottom: 72px;
}
.col-center main .about-jaf .jaf-convenience .convenience-area {
  margin-bottom: 24px;
}
.col-center main .about-jaf .jaf-convenience .convenience-area .conv-title {
  width: 78.4%;
  margin: 0 auto;
}
.col-center main .about-jaf .jaf-convenience .convenience-area .conv-title img {
  margin-top: -7.4666666667%;
}
.col-center main .about-jaf .jaf-convenience .convenience-area .conv-detail {
  display: flex;
}
.col-center main .about-jaf .jaf-convenience .convenience-area .conv-detail .conv-icon {
  width: 38.4%;
  padding: 0 5.3333333333% 5.3333333333% 8%;
}
.col-center main .about-jaf .jaf-convenience .convenience-area .conv-detail .conv-text {
  width: 61.6%;
  margin-top: 1.0666666667%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
}
.col-center main .about-jaf .jaf-convenience .convenience-area:nth-last-child(1) .conv-icon {
  padding: 0 6.6666666667% 5.3333333333% 13.3333333333%;
}
.col-center main .difference {
  background-color: #80daf0;
  position: relative;
  padding-bottom: 80px;
}
.col-center main .difference .title {
  width: 78.4%;
  margin: 0 auto;
}
.col-center main .difference .title img {
  margin-top: -10.6666666667%;
}
.col-center main .difference .table-area {
  width: 85.3333333333%;
  margin: 0 auto;
}
.col-center main .difference .table-area table {
  width: 100%;
  border-collapse: collapse;
}
.col-center main .difference .table-area table .table-title {
  display: flex;
  width: 100%;
}
.col-center main .difference .table-area table .table-title th {
  position: relative;
  flex: 0 0 calc(50% + 0.5px);
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  z-index: 0;
}
.col-center main .difference .table-area table .table-title {
  /* 左 */
}
.col-center main .difference .table-area table .table-title th:nth-of-type(1) {
  background: #0e247a;
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
}
.col-center main .difference .table-area table .table-title th:nth-of-type(1)::before {
  content: "";
  position: absolute;
  inset: 4px 3px 0 4px;
  background: #00b4e1;
  clip-path: polygon(8.5px 0, calc(100% + 3px) 0, calc(100% + 3px) 100%, 0 100%, 0 8.5px);
  z-index: -1;
}
.col-center main .difference .table-area table .table-title {
  /* 右 */
}
.col-center main .difference .table-area table .table-title th:nth-of-type(2) {
  background: #0e247a;
  margin-left: -1px;
  clip-path: polygon(-1px 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, -1px 100%);
}
.col-center main .difference .table-area table .table-title th:nth-of-type(2)::before {
  content: "";
  position: absolute;
  inset: 2px 2px 0 2px;
  background: #0e247a;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
  z-index: -1;
}
.col-center main .difference .table-area table tr:not(.table-title) {
  display: flex;
  width: 100%;
  border-width: 0 4px 2.5px 4px;
  border-style: solid;
  border-color: #0e247a;
}
.col-center main .difference .table-area table tr:not(.table-title) th, .col-center main .difference .table-area table tr:not(.table-title) td {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.02rem;
}
.col-center main .difference .table-area table tr:not(.table-title) th {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  flex: 0 0 17.5%;
  background-color: white;
  font-weight: 700;
}
.col-center main .difference .table-area table tr:not(.table-title) td {
  padding: 10px 0;
  font-weight: 600;
  font-feature-settings: "palt";
  display: grid;
  align-content: center;
}
.col-center main .difference .table-area table tr:not(.table-title) td .table-inner-text .orange {
  color: #ff4b00;
}
.col-center main .difference .table-area table tr:not(.table-title) td .table-inner-text .small-text {
  font-size: 8px;
  vertical-align: super;
}
.col-center main .difference .table-area table tr:not(.table-title) td .table-inner-text .middle-small-text {
  display: inline-block;
  font-size: 9px;
  line-height: 10px;
  margin-top: 6px;
}
.col-center main .difference .table-area table tr:not(.table-title) td .table-inner-text .service-list-box {
  background-color: #d4d8e7;
  width: 87.8787878788%;
  margin: 12px auto 0;
  border-radius: 8px;
}
.col-center main .difference .table-area table tr:not(.table-title) td .table-inner-text .service-list-box ul {
  padding: 8px 8px 8px 20px;
  display: flex;
  gap: 2px 0;
  flex-direction: column;
}
.col-center main .difference .table-area table tr:not(.table-title) td .table-inner-text .service-list-box ul li {
  list-style: none;
  text-align: start;
  position: relative;
}
.col-center main .difference .table-area table tr:not(.table-title) td .table-inner-text .service-list-box ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #0e247a;
  border-radius: 5px;
  top: 4px;
  left: -11px;
}
.col-center main .difference .table-area table tr:not(.table-title) td:nth-of-type(1) {
  order: 1;
  flex: 0 0 41.25%;
  background-color: #ebf7fc;
}
.col-center main .difference .table-area table tr:not(.table-title) td:nth-of-type(2) {
  order: 3;
  flex: 0 0 41.25%;
  background-color: #e7e9f2;
}
.col-center main .difference .table-area table tr:not(.table-title):last-of-type {
  border-width: 0 4px 4px 4px;
}
.col-center main .difference .caution {
  width: 85.3333333333%;
  margin: 8px auto 32px;
  font-size: 12px;
  line-height: 14px;
  color: #666;
  font-weight: 500;
}
.col-center main .difference .button-area a {
  margin-top: 0;
}
.col-center main .jaf-member {
  position: relative;
  background-color: #fff;
  background-image: url(../img/jaf-member/bg.png);
  background-repeat: repeat;
  background-size: 50%;
  padding-bottom: 80px;
}
@media (min-width: 768.02px) {
  .col-center main .jaf-member {
    padding-bottom: 16px;
  }
}
.col-center main .jaf-member .title {
  width: 62.4%;
  margin: 0 auto;
}
.col-center main .jaf-member .title img {
  margin-top: -7.4666666667%;
}
.col-center main .jaf-member .member-list {
  list-style: none;
  margin-bottom: 32px;
}
.col-center main .jaf-member .member-list .member-item {
  display: flex;
  margin-bottom: 20px;
}
.col-center main .jaf-member .member-list .member-item .member-img {
  width: 40.5333333333%;
  padding: 0 3.7333333333% 0 7.4666666667%;
}
.col-center main .jaf-member .member-list .member-item .member-text {
  width: 59.4666666667%;
  padding-right: 8.8%;
  font-weight: 600;
  position: relative;
}
.col-center main .jaf-member .member-list .member-item .member-text .member-title {
  position: relative;
  padding-bottom: 8px;
}
.col-center main .jaf-member .member-list .member-item .member-text .member-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background-image: url("data:image/svg+xml;utf8,                                <svg xmlns='http://www.w3.org/2000/svg' width='8' height='6'>                                <rect x='0' y='1' width='4' height='4' rx='2' fill='%230e247a'/>                                </svg>");
  background-repeat: repeat-x;
}
.col-center main .jaf-member .member-list .member-item .member-text .member-exp {
  padding-top: 6px;
  font-feature-settings: "palt";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.05rem;
}
.col-center main .jaf-member .member-list .member-item .member-text .member-exp .more {
  bottom: 2.6666666667%;
  right: 20%;
}
.col-center main .jaf-member .accordion {
  margin: 0 auto 16px;
  width: 85.3333333333%;
  border-radius: 8px;
  background-color: #fff;
  border-width: 2px;
  border-color: #0e247a;
  border-style: solid;
}
.col-center main .jaf-member .accordion .accordion-title {
  display: flex;
  align-items: center;
  height: 52px;
  background-color: #0e247a;
  color: white;
  list-style-type: none;
  font-size: 18px;
  font-weight: 600;
  padding-left: 24px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.col-center main .jaf-member .accordion .accordion-title .acc-text {
  display: flex;
  align-items: center;
  height: 100%;
}
.col-center main .jaf-member .accordion .accordion-title::-webkit-details-marker {
  display: none;
}
.col-center main .jaf-member .accordion .accordion-title::after {
  position: absolute;
  content: "";
  transform: translate(-50%, -50%);
  top: 50%;
  right: 8px;
  width: 14px;
  height: 14px;
  background-image: url(../img/jaf-member/plus.svg);
}
.col-center main .jaf-member .accordion[open] .accordion-title::after {
  height: 2px;
  background-image: url(../img/jaf-member/minus.svg);
}
.col-center main .jaf-member .accordion .acc-img {
  width: 90%;
  margin: 16px auto;
  position: relative;
}
.col-center main .jaf-member .accordion .acc-img.step1 {
  margin-bottom: 32px;
}
.col-center main .jaf-member .accordion .acc-img.step1::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -22px;
  transform: translateX(-50%);
  left: 50%;
  width: 32px;
  height: 16px;
  background-image: url(../img/jaf-member/arrow.svg);
  background-repeat: no-repeat;
}
.col-center main .jaf-member .button-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85.3333333333%;
  margin: 16px auto;
  height: 52px;
}
.col-center main .jaf-member .button-area .jaf-detail {
  width: 92.1875%;
  height: 100%;
  background-color: #0e247a;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 26px;
  font-weight: 600;
  position: relative;
  bottom: 4.8%;
}
.col-center main .jaf-member .button-area .jaf-detail::after {
  position: absolute;
  content: "";
  background-image: url(../img/common/arrow.svg);
  width: 32px;
  height: 32px;
  right: 8px;
}
.col-center main .jaf-member .fee {
  width: 100%;
  margin-top: 48px;
}
.col-center main .jaf-member .fee .fee-wrapper {
  position: relative;
  width: 92%;
  margin: 0 auto;
}
.col-center main .jaf-member .fee .fee-wrapper .button-area {
  width: 92%;
}
.col-center main .jaf-member .fee .fee-wrapper .button-area .jaf-detail, .col-center main .jaf-member .fee .fee-wrapper .button-area .modal-close {
  display: block;
  width: 85.3333333333%;
  height: 52px;
  max-width: 320px;
  background-color: #0e247a;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 26px;
  font-weight: 600;
  position: relative;
  font-size: 16px;
}
.col-center main .jaf-member .fee .fee-wrapper .button-area .jaf-detail::after, .col-center main .jaf-member .fee .fee-wrapper .button-area .modal-close::after {
  position: absolute;
  content: "";
  background-image: url(../img/common/arrow.svg);
  width: 32px;
  height: 32px;
  right: 8px;
}
.col-center main .jaf-member .fee .fee-wrapper .button-area {
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  left: 50%;
  bottom: 2.1333333333%;
}
.col-center main .jaf-member .section-end-trigger {
  position: absolute;
  bottom: 0;
}
.col-center footer {
  width: 100%;
  background-color: #0e247a;
  height: 40px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.col-center footer p {
  font-size: 12px;
  color: #fff;
}
.col-center {
  /* fixed専用 */
}
.col-center .below-area-fixed {
  width: 100%;
  height: 100%;
  position: relative;
}
.col-center .below-area-fixed .rescue-img {
  width: 22.6666666667%;
  bottom: 0;
  position: absolute;
  left: 4%;
}
.col-center .below-area-fixed .balloon {
  position: absolute;
  width: 49.8666666667%;
  height: 41.0526315789%;
  background-size: contain;
  left: 21.3333333333%;
  bottom: 0;
}
.col-center .below-area-fixed .join-jaf {
  position: absolute;
  display: flex;
  align-items: end;
  transform: translateX(50%);
  width: 29.8666666667%;
  right: 11.7333333333%;
  bottom: 0;
}
.col-center .below-area-fixed {
  height: initial;
  aspect-ratio: 375/92;
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 50px);
  z-index: 9998;
  pointer-events: none;
  will-change: transform, opacity;
  width: 100%;
}
.col-center .below-area-fixed.is-visible {
  animation: slideUp 0.3s ease-out forwards;
  pointer-events: auto;
}
.col-center .below-area-fixed.is-hidden {
  animation: slideDown 0.3s ease-in forwards;
  pointer-events: none;
}
.col-center .below-area-fixed .join-jaf {
  pointer-events: auto;
}

.modal-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  pointer-events: none;
  transform-style: preserve-3d;
  overflow: hidden;
}
.modal-wrapper .modal-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
  z-index: 10001;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media (min-width: 768.02px) {
  .modal-wrapper .modal-overlay {
    max-width: 375px;
    right: max(100px, 18% + 16px);
  }
}
.modal-wrapper .modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.modal-wrapper .modal-overlay.is-open .modal-content {
  transform: translateY(0);
}
.modal-wrapper .modal-overlay .modal-content {
  position: absolute;
  width: 100%;
  background: #fff;
  border-radius: 16px 16px 0 0;
  height: calc(var(--vh, 1vh) * 63 + 180px);
  transform: translateY(110%);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.modal-wrapper .modal-overlay .modal-content .modal-header {
  height: 180px;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 16px 16px 0 0;
}
.modal-wrapper .modal-overlay .modal-content .modal-header .comic-title {
  position: absolute;
  display: flex;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  height: 82.2222222222%;
}
.modal-wrapper .modal-overlay .modal-content .modal-header .comic-title img {
  align-items: center;
  max-height: 100%;
  width: initial;
}
.modal-wrapper .modal-overlay .modal-content .modal-header .modal-close {
  position: absolute;
  right: 15px;
  top: 36px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url(../img/comic/close.svg);
  background-color: transparent;
  border: none;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area {
  width: 100%;
  height: calc(var(--vh, 1vh) * 63);
  position: relative;
  bottom: 0;
  overflow: visible !important;
  -webkit-overflow-scrolling: touch;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper {
  overflow-y: scroll;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  pointer-events: auto;
  height: 100% !important;
  -webkit-overflow-scrolling: touch !important;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch !important;
  height: 100% !important;
  position: relative;
  z-index: 999999;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper .simplebar-content {
  width: 100%;
  min-height: calc(100% + 2px) !important;
  display: flex;
  flex-direction: column;
  height: auto !important;
  min-height: 101% !important;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper .simplebar-content::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper .comic-main {
  padding: 40px 0 0 0;
  background-color: #d6f0f9;
  background-image: url(../img/jaf-member/bg.png);
  background-repeat: repeat;
  background-size: 50%;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper .comic-main .modal-image-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper .comic-main .modal-image-list img.comic-img {
  width: 76.5333333333%;
  margin-bottom: 24px;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper .comic-main .modal-image-list img.trouble-img {
  width: 91.4666666667%;
  transform: translateX(7px);
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper .comic-main .modal-footer-text {
  width: 100%;
  padding: 8px 23px;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper .comic-main .modal-footer-text .common-message p {
  font-size: 10px;
  line-height: 1.4;
  font-weight: 500;
  color: #666;
  margin: 0 0 10px;
  white-space: pre-wrap;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper .modal-bottom {
  background-image: url(../img/jaf-member/bg.png);
  background-repeat: repeat;
  background-size: 50%;
  padding-bottom: 16px;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper .modal-bottom .other-comic {
  width: 100%;
  padding: 16px 4px 0 0;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper .modal-bottom .other-comic .other-comic-title {
  width: 55.2%;
  margin: 0 auto;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper .modal-bottom .other-comic .modal-nav-area {
  display: flex;
  justify-content: center;
  gap: 0 16px;
  padding: 0px 15px 40px;
  background-color: transparent;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper .modal-bottom .other-comic .modal-nav-area .nav-btn {
  flex: 1;
  width: 44.2666666667%;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper .modal-bottom .button-area {
  width: 92%;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper .modal-bottom .button-area .jaf-detail, .modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper .modal-bottom .button-area .modal-close {
  display: block;
  width: 85.3333333333%;
  height: 52px;
  max-width: 320px;
  background-color: #0e247a;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 26px;
  font-weight: 600;
  position: relative;
  font-size: 16px;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper .modal-bottom .button-area .jaf-detail::after, .modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper .modal-bottom .button-area .modal-close::after {
  position: absolute;
  content: "";
  background-image: url(../img/common/arrow.svg);
  width: 32px;
  height: 32px;
  right: 8px;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper .modal-bottom .button-area {
  width: 100%;
  margin: 0px auto 16px;
  display: flex;
  justify-content: center;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper .modal-bottom .button-area .jaf-detail {
  background-color: #ff4b00;
  border: 1px solid white;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  width: 90.782122905%;
  transform: translateX(-1px);
  box-shadow: 0 0 0 2px #0e247a, 3px 3px 0 2px #0e247a;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper .modal-bottom .button-area .jaf-detail::after {
  position: absolute;
  content: "";
  background-image: url(../img/comic/arrow.svg);
  width: 32px;
  height: 32px;
  right: 8px;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper .modal-bottom .button-area .modal-close {
  font-size: 18px;
  line-height: 18px;
  width: 89.3854748603%;
  border: none;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper .modal-bottom .button-area .modal-close span {
  margin-left: 32px;
  pointer-events: none;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper .modal-bottom .button-area .modal-close::after {
  position: absolute;
  content: "";
  background-image: url(../img/comic/close-below.svg);
  width: 16px;
  height: 16px;
  left: 36.75%;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper .modal-footer {
  width: 100%;
  background-color: #0e247a;
  height: 40px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-content-wrapper .modal-footer p {
  font-size: 12px;
  color: #fff;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area::-webkit-scrollbar {
  display: none;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-track {
  z-index: 1000;
  background-color: white;
  border-radius: 10vw;
  height: 82%;
  width: 4px;
  border-color: #0e247a;
  border-width: 1px;
  border-style: solid;
  align-items: center;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-track .simplebar-scrollbar {
  height: 200vw;
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-track .simplebar-scrollbar::before {
  position: absolute;
  background: #0e247a;
  border-radius: 10vw;
  opacity: 1;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.modal-wrapper .modal-overlay .modal-content .modal-scroll-area .simplebar-track.simplebar-vertical {
  top: 5%;
  right: 1.8434133333%;
  z-index: 100;
}
.modal-wrapper .modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
}
.modal-wrapper .modal-overlay.is-open .modal-content {
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}

@keyframes slideUp {
  from {
    transform: translate(-50%, 50px);
    opacity: 0;
  }
  to {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  to {
    transform: translate(-50%, 50px);
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .col-center {
    width: 100%;
  }
  .col-center .to-apply {
    display: block;
  }
  .side-pc {
    display: none;
  }
}
@media (min-width: 768.02px) {
  .col-center {
    width: 407px;
    flex-shrink: 0;
    border-left: 16px solid #0e247a;
    border-right: 16px solid #0e247a;
    position: relative;
  }
  .col-center header {
    max-width: 375px;
  }
  .col-center .to-apply {
    display: none;
  }
  .col-center .modal-overlay {
    position: fixed;
    max-width: 450px;
    left: initial !important;
    transform: initial !important;
  }
  .col-center main {
    margin-top: 0;
  }
  .col-center main .comic-thumbnail {
    padding-top: 8px;
  }
  .col-center main .comic-thumbnail .modal-trigger-list {
    margin: 0 auto;
  }
  .col-center header, .col-center .fv, .col-center .below-area {
    display: none;
  }
  .below-area-fixed {
    display: none;
  }
  .side-pc {
    display: flex;
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .side-pc.side-left {
    flex-grow: 1;
    background-image: url(../img/common/bg-pc.png);
    background-size: cover;
    background-position: center;
  }
  .side-pc.side-left .side-wrapper {
    position: relative;
    width: 100%;
    max-width: min(780px, 98vh);
    margin: 0 auto;
  }
  .side-pc.side-left .side-wrapper .title-pc {
    position: absolute;
    transform: translateX(-50%);
    top: 5.2083333333%;
    left: 50%;
    width: 81.2849162011%;
  }
  .side-pc.side-left .side-wrapper .sub-title-pc {
    position: absolute;
    transform: translate(-50%, -50%);
    bottom: 23.4375%;
    left: 37.7094972067%;
    width: 53.9106145251%;
  }
  .side-pc.side-left .side-wrapper .chara-pc {
    position: absolute;
    display: flex;
    transform: translateX(-53%);
    bottom: 0;
    left: 50%;
    width: 100%;
    padding-top: 54.5%;
    height: 0;
    overflow: hidden;
  }
  .side-pc.side-left .side-wrapper .chara-pc img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .side-pc.side-right {
    width: 18%;
    min-width: 100px;
    background-image: url(../img/jaf-member/bg.png);
    background-repeat: repeat;
    background-size: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
  }
  .side-pc.side-right .right-wrapper {
    position: relative;
    width: 100%;
    max-width: 26vh;
  }
  .side-pc.side-right .right-wrapper .logo-pc {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-50%);
    left: 50%;
    top: 2.6041666667%;
    width: 76.1290322581%;
    height: 5.859375%;
  }
  .side-pc.side-right .right-wrapper .logo-pc img {
    width: 100%;
  }
  .side-pc.side-right .right-wrapper .comic-anchor {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, 50%);
    left: 50%;
    top: 11.71875%;
    width: 69.0322580645%;
    height: 5.859375%;
    background-color: #fff;
  }
  .side-pc.side-right .right-wrapper .about-anchor {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 29.6875%;
    width: 69.0322580645%;
  }
  .side-pc.side-right .right-wrapper .difference-anchor {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 39.7135416667%;
    width: 69.0322580645%;
  }
  .side-pc.side-right .right-wrapper .member-anchor {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 49.7395833333%;
    width: 69.0322580645%;
  }
  .side-pc.side-right .right-wrapper .join-jaf-right {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 59.765625%;
    width: 69.0322580645%;
  }
  .side-pc.side-right .right-wrapper .rescue-area-pc {
    position: absolute;
    transform: translate(-50%, 50%);
    left: 50%;
    bottom: 23.4375%;
    width: 78.7096774194%;
    height: 21.09375%;
  }
  .side-pc.side-right .right-wrapper .rescue-area-pc .balloon {
    position: absolute;
    width: 100%;
    transform: translate(0%, -100%);
    bottom: 0;
    left: 0;
  }
  .side-pc.side-right .right-wrapper .rescue-area-pc .rescue-img-pc {
    position: absolute;
    width: 69.6721311475%;
    transform: translate(0%, 100%);
    bottom: 48.1770833333%;
    right: 0;
  }
  .side-pc.side-right .right-wrapper .right-footer {
    height: 6.25%;
    width: 102%;
    transform: translate(-50%, 0%);
    left: 50%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 8px;
    text-align: center;
    font-size: min(12px, 1.7vh, 1.3vw);
    font-feature-settings: "palt";
  }
}
.current {
  opacity: 1;
}

.modal-content {
  transition: opacity 0.4s;
}
.modal-content:not(.current):not(.currentUI):not(.display) {
  opacity: 0;
  pointer-events: none;
}
.modal-content:not(.current):not(.currentUI):not(.display) * {
  pointer-events: none !important;
}

@keyframes floating {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(-8px);
  }
}
@keyframes floating-jafmember {
  0% {
    transform: translate(-50%, -8px);
  }
  50% {
    transform: translate(-50%, 8px);
  }
  100% {
    transform: translate(-50%, -8px);
  }
}
@keyframes floating-join-jaf {
  0% {
    transform: translate(50%, -8px);
  }
  50% {
    transform: translate(50%, 8px);
  }
  100% {
    transform: translate(50%, -8px);
  }
}
.button-area, .join-jaf {
  animation-name: floating;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.col-center main .jaf-member .fee .button-area {
  animation-name: floating-jafmember;
}

.join-jaf {
  animation-name: floating-join-jaf;
}

.no-float {
  animation: none;
}/*# sourceMappingURL=style.css.map */