@charset "UTF-8";
body {
  font-family: "Noto Serif", serif;
  color: #4d4d4d;
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.2vw;
  }
}

a {
  display: block;
  transition-duration: 0.3s;
}
a:hover {
  opacity: 0.6;
}

p {
  margin-block-start: 0em;
  margin-block-end: 0em;
}

@media screen and (max-width: 1000px) {
  main {
    overflow-x: hidden;
  }
}
main .mainWrap {
  position: relative;
  z-index: 2;
  max-width: 43.75em;
  max-width: 46.875em;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  main .mainWrap {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  main .mainWrap {
    max-width: 100%;
  }
}
main .main_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ffc486;
}
@media screen and (max-width: 768px) {
  main .main_bg {
    display: none;
  }
}
main .main_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
main .mv_title_wrap {
  position: absolute;
  bottom: 0%;
  display: flex;
  width: 100%;
  animation: mv_title_scroll 30s linear infinite;
}
main .mv_title_wrap img {
  width: 48.1875em;
  height: 4.4375em;
}
main .mainMenu {
  position: fixed;
  top: 50%;
  left: 12vw;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  width: 22em;
}
@media screen and (min-width: 1440px) {
  main .mainMenu {
    left: 14vw;
  }
}
@media screen and (max-width: 1430px) {
  main .mainMenu {
    font-size: 1vw;
    left: 11vw;
  }
}
@media screen and (max-width: 1000px) {
  main .mainMenu {
    width: 29vw;
    left: 16vw;
  }
}
@media screen and (max-width: 768px) {
  main .mainMenu {
    display: none;
  }
}
main .mainMenu_ttlArea {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
main .mainMenu_ttlArea h2 {
  width: 100%;
  position: relative;
  z-index: 1;
}
main .mainMenu_ttlArea .mainMenu_title {
  margin-top: 15%;
}
main .mainMenu_link {
  margin-top: 1.5em;
}
main .mainMenu_leftArea {
  margin-top: 8%;
  width: 80%;
  margin-inline: auto;
}
main .mainMenu_rightArea {
  position: fixed;
  top: 50%;
  left: 91vw;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  width: 21em;
}
@media screen and (max-width: 1000px) {
  main .mainMenu_rightArea {
    display: none;
  }
}
main footer {
  position: relative;
  z-index: 2;
}

.mv {
  position: relative;
}
.mv h1 {
  position: relative;
  width: 100%;
  z-index: 3;
  background-color: #ff8c20;
  padding-block: 0.5em;
}
.mv h1 a {
  width: 15em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv h1 a {
    width: 50%;
  }
}

.bg_orange {
  background-image: url(../img/orange_bg.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-y;
}

.bg_blue {
  background-image: url(../img/blue_bg.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-y;
}

.bg_green {
  background-image: url(../img/green_bg.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-y;
}

.bg_light_orange {
  background-image: url(../img/light_orange_bg.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-y;
}

.inner {
  width: 90%;
  margin: 0 auto;
}

.btnArea {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.25em;
  height: 2.5625em;
  background-color: #f18900;
  border-radius: 2.875em;
  margin-inline: auto;
}
.btnArea a {
  font-size: 1.125em;
  letter-spacing: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone-link {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1440px) {
  .phone-link {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 1200px) {
  .phone-link {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 1000px) {
  .phone-link {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 768px) {
  .phone-link {
    pointer-events: auto;
    cursor: pointer;
    color: #4d4d4d;
  }
  .phone-link:hover {
    opacity: 0.6;
  }
}

.secWrapper {
  position: relative;
  scroll-behavior: smooth;
}
.secWrapper .lead {
  background-color: #FFF200;
  font-family: "M PLUS 1", sans-serif;
  letter-spacing: 0;
  text-align: center;
  padding-block: 1.9375em 1.75em;
  position: relative;
}
.secWrapper .lead::before {
  content: "";
  position: absolute;
  bottom: -0.75em;
  left: 2.625em;
  width: 6.25em;
  height: 13.5625em;
  background-image: url(../img/mv_under_icon_01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .secWrapper .lead::before {
    left: 0em;
    bottom: 0;
    width: 4.25em;
    height: 8.5625em;
  }
}
.secWrapper .lead::after {
  content: "";
  position: absolute;
  bottom: -0.75em;
  right: 2.625em;
  width: 6.25em;
  height: 13.5625em;
  background-image: url(../img/mv_under_icon_02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .secWrapper .lead::after {
    right: 0em;
    bottom: 0;
    width: 4.25em;
    height: 8.5625em;
  }
}
.secWrapper .lead_catch {
  font-size: 2.0625em;
  color: #F11038;
  text-align: center;
  font-weight: 800;
  line-height: 1.33333;
}
@media screen and (max-width: 768px) {
  .secWrapper .lead_catch {
    font-size: 1.6625em;
    margin-top: 0;
  }
}
.secWrapper .lead_catch_block .lead01 {
  font-size: 1.3125em;
  font-weight: 700;
  line-height: 1.38095;
  margin-top: 0.9047em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .secWrapper .lead_catch_block .lead01 {
    font-size: 1.0125em;
  }
}
.secWrapper .lead_catch_block .lead02 {
  font-size: 1.3em;
  line-height: 1.8;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .secWrapper .lead_catch_block .lead02 {
    font-size: 1.1em;
  }
}
.secWrapper .sec01 {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.secWrapper .sec01_iconBlock {
  text-align: center;
  background-color: #FFC486;
}
.secWrapper .sec01_iconBlock_ttl {
  padding-block: 1.5625em 1.375em;
}
.secWrapper .sec01_iconBlock_ttl h2 {
  font-size: 5.25em;
  font-weight: 900;
  text-shadow: 0.11904em 0.11904em 0 #000;
  -webkit-text-stroke-width: 0.0714em;
  -webkit-text-stroke-color: #FFF;
  font-family: "M PLUS 1", sans-serif;
  margin-inline: auto;
  color: #F11038;
  position: relative;
}
.secWrapper .sec01_iconBlock_ttl h2 img {
  width: 100%;
}
.secWrapper .sec01_iconBlock_ttl h2 .heading_01 {
  width: 7.14285em;
  margin-inline: auto;
  top: 1.90476em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_iconBlock_ttl h2 .heading_01 {
    width: 4.14285em;
    top: 1.23em;
  }
}
.secWrapper .sec01_iconBlock_ttl .lead_catch {
  font-size: 2.0625em;
  line-height: 1.333;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 900;
  color: #F11038;
  margin-top: -1.2121em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_iconBlock_ttl .lead_catch {
    font-size: 1.2em;
    letter-spacing: 0;
  }
}
.secWrapper .sec01_iconBlock_icon {
  width: 12.5em;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_iconBlock_icon {
    width: 30%;
  }
}
.secWrapper .sec01_iconBlock_iconFb {
  width: 90%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  column-gap: 0.625em;
  flex-wrap: wrap;
  margin-top: 4.5em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_iconBlock_iconFb {
    margin-top: 1.5em;
  }
}
.secWrapper .sec01_iconBlock_iconFb.last {
  margin-top: 1.25em;
}
.secWrapper .sec01_iconBlock_iconFb_item {
  width: 23%;
}
.secWrapper .sec01_iconBlock_iconFb_item img {
  width: 100%;
}
.secWrapper .sec01_iconBlock_lead {
  font-size: 1.3em;
  line-height: 1.8;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_iconBlock_lead {
    font-size: 1.2em;
    letter-spacing: 0;
  }
}
.secWrapper .sec01_block_wrap {
  width: 38.5em;
  margin-inline: auto;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_block_wrap {
    width: 92%;
  }
}
.secWrapper .sec01_block_list {
  display: flex;
  flex-direction: column;
  row-gap: 1.875em;
}
.secWrapper .sec01_block_item {
  border: 0.375em solid #F11038;
  border-radius: 1.125em;
  background: #fff;
  padding-block: 1.625em 2.5em;
}
.secWrapper .sec01_block_item_img_02 {
  margin-top: 1.875em;
}
.secWrapper .sec01_content_upper {
  background-color: #FF7711;
  background-image: url(../img/section_bg.webp);
  background-size: 120% 15em;
  background-repeat: repeat-y;
  padding-block: 5.5em 4.8125em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_content_upper {
    padding-block: 8.4vw 7.199vw;
    background-size: 120% 10em;
  }
}
.secWrapper .sec01_btn {
  width: 34.375em;
  height: 3.125em;
  border-radius: 1.90625em;
  border: 0.1875em solid #000;
  background-color: #F71;
  box-shadow: 0 6px 0 0 #000;
  position: relative;
  transition: all 0.2s ease;
  margin-inline: auto;
  margin-top: 1.6875em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_btn {
    width: 92%;
  }
}
.secWrapper .sec01_btn:hover {
  box-shadow: none;
  transform: translateY(2px);
}
.secWrapper .sec01_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.375em;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.secWrapper .sec01_btn a:hover {
  opacity: 1;
}
.secWrapper .sec01_btn svg {
  position: absolute;
  top: 50%;
  right: 0.625em;
  transform: translateY(-50%);
  width: 1.125em;
  height: 1.125em;
  fill: #fff;
}
.secWrapper .sec01_title {
  position: relative;
  text-align: center;
}
.secWrapper .sec01_sub_title {
  text-align: center;
  max-width: 41.25em;
  margin-inline: auto;
}
.secWrapper .sec01_img_wrap {
  margin-top: 3.125em;
  position: relative;
}
.secWrapper .sec01_img {
  width: 112%;
  transform: translateX(-5%);
}
.secWrapper .sec01_block_item_title {
  max-width: 20.5625em;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_block_item_title {
    width: 80%;
  }
}
.secWrapper .sec01_block_item_img {
  width: 100%;
  margin-top: 0.8125em;
}
.secWrapper .sec01_block_item_img img {
  width: 100%;
}
.secWrapper .sec01_block_item_inner {
  width: 34.375em;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_block_item_inner {
    width: 92%;
  }
}
.secWrapper .sec01_block_item_inner_flex {
  display: flex;
}
.secWrapper .sec01_block_item_inner h5 {
  font-size: 2em;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-top: 0.7857em;
  letter-spacing: 0.01em;
}
.secWrapper .sec01_block_item_inner h5.red {
  font-size: 1.75em;
  color: #EB0A1E;
}
.secWrapper .sec01_block_item_txt {
  font-size: 1.125em;
  line-height: 1.388888;
  margin-top: 0.55555em;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_block_item_txt {
    font-size: 1.1em;
  }
}
.secWrapper .sec01_block_item_txt.secondary {
  width: 88%;
  text-align: justify;
}
.secWrapper .sec01_txtBlock {
  width: 84%;
  margin: 2em auto 0;
}
.secWrapper .sec01_txtBlock p {
  font-size: 1.2em;
  line-height: 1.8;
  letter-spacing: 0em;
  text-align: justify;
}
.secWrapper .sec01_txtBlock p:nth-of-type(n + 2) {
  margin-top: 2em;
}
.secWrapper .sec01_content_lower {
  background-color: #54B5EA;
  background-image: url(../img/section_bg_02.webp);
  background-size: 110% 15.5625em;
  background-repeat: repeat-y;
  background-position: center;
  position: relative;
  padding-block: 5.5em 4.8125em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_content_lower {
    background-size: 110% 10em;
    padding-block: 8.4vw 7.199vw;
  }
}
.secWrapper .sec01_content_lower .sec01_block_item {
  border: 0.375em solid #3F6CBE;
}
.secWrapper .sec01_info_title {
  max-width: 20.0625em;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_info_title {
    width: 60vw;
  }
}
.secWrapper .sec01_info_detail {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_info_detail {
    width: 100%;
  }
}
.secWrapper .sec01_info_detail_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_info_detail_list {
    flex-direction: column;
    align-items: center;
  }
}
.secWrapper .sec01_info_detail_list dd {
  font-weight: 400;
}
.secWrapper .sec01_info_detail_title {
  display: inline-block;
  width: 20%;
  padding: 0.2em 0.3em;
  line-height: 1;
  font-size: 1.25em;
  text-align: center;
  letter-spacing: 0;
  background-color: #3162FF;
  color: #fff;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_info_detail_title {
    width: 40%;
    margin-top: 1em;
  }
}
.secWrapper .sec01_info_detail_value {
  width: 80%;
  padding-left: 1em;
  font-size: 1.25em;
  letter-spacing: 0;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_info_detail_value {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.secWrapper .sec01_info_map {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin-top: 2em;
}
.secWrapper .sec01_info_map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.secWrapper .sec01_detail {
  width: 90%;
  margin: 2em auto 0;
}
.secWrapper .sec01 .sec01_linkBtn {
  margin-top: 2em;
  text-align: center;
  width: 39.25em;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01 .sec01_linkBtn {
    width: 89.8666vw;
    margin-top: 1em;
  }
}
.secWrapper .sec01 .sec01_linkBtn a {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.5;
  letter-spacing: -0.05em;
  background-color: #FFF;
  border: 1px solid #3162FF;
  color: #3162FF;
  padding: 0.5em 3em;
  border-radius: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5625em;
  padding: 1.08em 2.92em 1.08em 2.28em;
  width: 24em;
  position: relative;
}
.secWrapper .sec01 .sec01_linkBtn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.64em;
  transform: translateY(-50%);
  width: 1.36em;
  height: 1.36em;
  background-image: url(../img/2511/arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01 .sec01_linkBtn a {
    line-height: 1.5;
    width: 100%;
    font-size: 1.2em;
  }
}
.secWrapper .sec01 .sec01_linkBtn.-secondary {
  border-top: 1px solid #3162FF;
  padding-top: 3.5em;
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01 .sec01_linkBtn.-secondary {
    padding-top: 2.5em;
    margin-top: 2.5em;
  }
}
.secWrapper .sec01 .sec01_linkBtn.-secondary a {
  background-color: #3162FF;
  color: #FFF;
  border-color: #3162FF;
}
.secWrapper .sec01 .sec01_linkBtn.-secondary a::after {
  background-image: url(../img/2511/arrow_right_white.svg);
}
.secWrapper .sec02 {
  background-color: #FFC486;
  padding-block: 5.8em 6.75em;
}
.secWrapper .sec02_iconBlock_ttl {
  position: relative;
  z-index: 1;
}
.secWrapper .sec02_iconBlock_ttl h2 {
  font-size: 5.25em;
  font-weight: 900;
  text-shadow: 0.11904em 0.11904em 0 #000;
  -webkit-text-stroke-width: 0.0714em;
  -webkit-text-stroke-color: #FFF;
  font-family: "M PLUS 1", sans-serif;
  margin-inline: auto;
  color: #F11038;
  position: relative;
}
.secWrapper .sec02_iconBlock_ttl h2 .heading_02 {
  width: 5.14285em;
  margin-inline: auto;
  top: 0.9em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .secWrapper .sec02_iconBlock_ttl h2 .heading_02 {
    width: 4em;
    top: 0.7em;
  }
}
.secWrapper .sec02_iconBlock_list_wrap {
  width: 43.75em;
  border: 0.375em solid #000;
  border-radius: 1.25em;
  margin-inline: auto;
  margin-top: 1em;
  padding-block: 2.1875em;
  padding-inline: 2.1875em;
  background-color: #fff;
  box-shadow: 0 0 2.625em 0 rgba(0, 0, 0, 0.25) inset;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec02_iconBlock_list_wrap {
    width: 92%;
    margin-top: 8.2vw;
  }
}
.secWrapper .sec02_iconBlock_list_txt {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  font-family: "M PLUS 1", sans-serif;
  letter-spacing: 0;
  color: #000;
}
.secWrapper .sec02_iconBlock_list {
  display: flex;
  flex-direction: column;
  margin-top: 1.75em;
}
.secWrapper .sec02_iconBlock_list_item {
  display: flex;
  align-items: center;
  column-gap: 2.25em;
  padding-block: 1.875em 1.0625em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec02_iconBlock_list_item {
    column-gap: 1em;
  }
}
.secWrapper .sec02_iconBlock_list_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1.3125em;
  background-image: url(../img/aw.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .secWrapper .sec02_iconBlock_list_item::before {
    height: 0.6125em;
  }
}
.secWrapper .sec02_iconBlock_list_item:last-of-type {
  padding-block: 1.875em;
}
.secWrapper .sec02_iconBlock_list_item:last-of-type::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.3125em;
  background-image: url(../img/aw.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .secWrapper .sec02_iconBlock_list_item:last-of-type::after {
    height: 0.6125em;
  }
}
.secWrapper .sec02_iconBlock_list_item_img {
  width: 9.6875em;
  height: 9.25em;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec02_iconBlock_list_item_img {
    width: 30%;
    height: auto;
  }
}
.secWrapper .sec02_iconBlock_list_item_content_title {
  max-width: 24.625em;
  margin-bottom: 0.6875em;
}
.secWrapper .sec02_iconBlock_list_item_content_title.secondary {
  margin-left: -2em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec02_iconBlock_list_item_content_title.secondary {
    margin-left: -1em;
  }
}
.secWrapper .sec02_iconBlock_list_item_content_title.tertiary {
  width: 17.75em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec02_iconBlock_list_item_content_title.tertiary {
    width: 8.75em;
  }
}
.secWrapper .sec02_iconBlock_list_item_content_txt {
  font-size: 1.5625em;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  font-family: "M PLUS 1", sans-serif;
  color: #000;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec02_iconBlock_list_item_content_txt {
    font-size: 1.05em;
  }
}
.secWrapper .sec02_iconBlock_list_note {
  font-size: 0.875em;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  width: fit-content;
  margin-left: auto;
  margin-right: 1.1428em;
  letter-spacing: 0;
}
.secWrapper .sec02_btn {
  margin-top: 0.8125em;
  width: 39.375em;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec02_btn {
    width: 100%;
  }
}
.secWrapper .sec02_btn.secondary {
  margin-top: 2.75em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec02_btn.secondary {
    width: 92%;
  }
}
.secWrapper .sec02_upper_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.secWrapper .sec02 .charm_lead {
  text-align: center;
  padding-block: 0em 2.96875em;
  font-size: 2em;
  line-height: 2;
  letter-spacing: 0.1em;
}
.secWrapper .sec02 .charm_lead_02 {
  text-align: justify;
  font-size: 1.4375em;
  padding-inline: 1.95652em;
  line-height: 1.9;
  letter-spacing: 0em;
  margin-top: 1.391304em;
}
.secWrapper .sec02_img {
  position: absolute;
  width: 24.25em;
  height: 21.125em;
  top: 18.055555vw;
  top: 15vw;
  left: 15%;
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  .secWrapper .sec02_img {
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .secWrapper .sec02_img {
    width: 40.66666vw;
    height: 35.466vw;
    top: 35vw;
    left: 7vw;
  }
}
.secWrapper .sec02_text {
  width: 35.88888em;
  margin-left: auto;
  font-size: 1.125em;
  line-height: 1.7;
  letter-spacing: 0;
  margin-top: 2.77777em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec02_text {
    width: 100%;
    margin-top: 22.4vw;
    font-size: 3.2vw;
    text-align: center;
  }
}
.secWrapper .sec02_list {
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 0px;
  margin-top: 6.875em;
  border-collapse: separate;
  border-spacing: 0.4375em;
  position: relative;
}
.secWrapper .sec02_list::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-image: url(../img/border_treat.png);
  background-size: cover;
  background-repeat: repeat-y;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec02_list::before {
    background-image: url(../img/border_treat_sp.png);
    width: 0.24vw;
  }
}
.secWrapper .sec02_list::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-image: url(../img/border_treat.png);
  background-size: cover;
  background-repeat: repeat-y;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec02_list::after {
    background-image: url(../img/border_treat_sp.png);
    width: 0.24vw;
  }
}
.secWrapper .sec02_list_item {
  max-width: 53.125em;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec02_list_item {
    width: 66vw;
    flex-direction: column-reverse;
  }
}
.secWrapper .sec02_list_item:nth-of-type(n + 2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec02_list_item:nth-of-type(n + 2) {
    flex-direction: column-reverse;
  }
}
.secWrapper .sec02_list_item:not(:first-of-type) {
  margin-top: 8em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec02_list_item:not(:first-of-type) {
    margin-top: 10.6666vw;
  }
}
.secWrapper .sec02_list_img {
  width: 20.5em;
  height: 20.5em;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec02_list_img {
    width: 42.66666vw;
    height: 42.66666vw;
  }
}
.secWrapper .sec02_list_text {
  width: 30em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec02_list_text {
    width: 100%;
  }
}
.secWrapper .sec02_list_text::before {
  position: absolute;
  content: "";
  top: -5em;
  left: -6em;
  width: 16.25em;
  height: 16.25em;
  z-index: -1;
  background-image: url(../img/blue_treat.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec02_list_text::before {
    width: 37.0666vw;
    height: 36.53333vw;
    top: -6vw;
    left: -13vw;
  }
}
.secWrapper .sec02_list_title img {
  max-width: 28.8125em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec02_list_title {
    width: 55.2vw;
    margin-inline: auto;
  }
}
.secWrapper .sec02_list_title.-secondary img {
  width: 21.6875em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec02_list_title.-secondary {
    margin-top: 4vw;
    width: 53.3333vw;
    margin-left: auto;
  }
}
.secWrapper .sec02_list_description {
  font-size: 1.0625em;
  line-height: 1.8;
  margin-top: 1.41176em;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec02_list_description {
    font-size: 3.2vw;
    font-feature-settings: "palt" 1;
  }
}
.secWrapper .sec03 {
  padding-top: 2.5em;
}
.secWrapper .sec03_title {
  max-width: 39em;
  width: 80%;
  margin-inline: auto;
}
.secWrapper .sec03_content {
  width: 80%;
  width: 79%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 1.9375em;
  margin-top: 1.875em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec03_content {
    width: 90%;
  }
}
.secWrapper .sec03_content.is-open .js-qa__parent .crossBar::before {
  left: -4.5em;
}
.secWrapper .sec03_content.is-open .js-qa__parent .crossBar::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.secWrapper .sec03_content:nth-of-type(n + 2) {
  margin-top: 1.5em;
}
.secWrapper .sec03 .js-qa__parent {
  cursor: pointer;
  position: relative;
}
.secWrapper .sec03 .js-qa__parent .check_img {
  width: 3.375em;
  position: absolute;
  left: 2.5em;
  top: 50%;
  transform: translateY(-50%);
}
.secWrapper .sec03 .js-qa__parent h3 {
  cursor: pointer;
  font-size: 1.6875em;
  letter-spacing: 0em;
  font-weight: 900;
  padding-block: 1em 1.1em;
  line-height: 1;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 3.7037em;
}
.secWrapper .sec03 .js-qa__parent .crossBar {
  width: 1.70625em;
  height: 1.70625em;
  position: relative;
  position: absolute;
  top: 30%;
  right: 1.8em;
  transition-duration: 0.3s;
}
.secWrapper .sec03 .js-qa__parent .crossBar::before {
  position: absolute;
  top: 50%;
  left: -4em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1em;
  color: #F11038;
  font-weight: 400;
  letter-spacing: 0.1em;
  transition-duration: 0.3s;
}
.secWrapper .sec03 .js-qa__parent .crossBar:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 0.8em 0 0.8em;
  border-color: #f11038 transparent transparent transparent;
  transition-duration: 0.3s;
  transform-origin: 50% 50%;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec03 .js-qa__parent .crossBar {
    width: 2em;
    height: 2em;
    right: 1em;
  }
}
.secWrapper .sec03 .qa__child {
  margin: 0;
  display: none;
  opacity: 0;
  /* アニメーション後のスタイル */
}
.secWrapper .sec03 .qa__child.is-open {
  display: block;
  opacity: 1;
}
.secWrapper .sec03 .qa__child_txtBlock {
  display: flex;
  justify-content: center;
  align-items: center;
}
.secWrapper .sec03 .qa__child-list {
  display: flex;
  flex-direction: column;
  row-gap: 0.75em;
  width: 34.375em;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec03 .qa__child-list {
    width: 92%;
  }
}
.secWrapper .sec03 .qa__child-list h4 {
  font-size: 1.375em;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
}
.secWrapper .sec03 .qa__child-list p {
  font-size: 1.25em;
  line-height: 1.35;
  letter-spacing: 0em;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  margin-top: 0.2em;
}
.secWrapper .sec03 .qa__child-item_01 {
  background-color: #FFF768;
  border-left: 0.8125em solid #F11038;
  padding-inline: 1.3125em 2.125em;
  padding-block: 1.0625em;
}
.secWrapper .sec03 .qa__child-item_01 h4 {
  color: #f11038;
}
.secWrapper .sec03 .qa__child-item_02 {
  background-color: #E3F4FF;
  border-left: 0.8125em solid #372E93;
  padding-inline: 1.3125em 2.125em;
  padding-block: 1.0625em;
}
.secWrapper .sec03 .qa__child-item_02 h4 {
  color: #372E93;
  display: flex;
}
.secWrapper .sec03 .qa__child-item_02 h4 img {
  width: 1.63636em;
  height: 1.31818em;
}
.secWrapper .sec03 .qa__child .eventArea_block_wrapper {
  width: 100%;
  padding-bottom: 1.9em;
}
.secWrapper .sec04 {
  padding-top: 5em;
}
.secWrapper .sec04_inner {
  background-color: #45A3DE;
  border-radius: 1.25em;
  padding: 14.875em 3.0625em 4.5em;
  position: relative;
  max-width: 43.75em;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec04_inner {
    width: 92%;
    padding-top: 7.875em;
    padding-inline: 4%;
  }
}
.secWrapper .sec04_title {
  position: absolute;
  top: -1.4375em;
  left: 0;
  right: 0;
  margin-inline: auto;
  max-width: 39.8125em;
  width: 92%;
  z-index: 1;
}
.secWrapper .sec04_txt {
  font-size: 1.25em;
  line-height: 1.65;
  letter-spacing: 0em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  margin-top: 1.2em;
  color: #fff;
}
.secWrapper .sec04_osusume {
  margin-inline: auto;
  max-width: 35.625em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #3a8abb;
}
.secWrapper .sec04_osusume_title {
  color: #fff200;
  font-size: 1.625em;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.3;
  padding-block: 0.875em;
}
.secWrapper .sec04_osusume_list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: none;
  display: flex;
  flex-direction: column;
  row-gap: 0.75em;
}
.secWrapper .sec04_osusume_item {
  background-color: #fff200;
  color: #3a8abb;
  font-size: 1.625em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  padding-block: 0.9375em;
  padding-inline: 1.5em;
  font-family: "M PLUS 1", sans-serif;
}
.secWrapper .sec04_table {
  margin-top: 2.5em;
  margin-inline: auto;
  max-width: 40em;
  width: 100%;
}
.secWrapper .sec04_table_heading {
  text-align: center;
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.4375em;
  font-weight: 600;
  line-height: 2.3478;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec04_table_heading {
    line-height: 1.4;
    margin-bottom: 0.5em;
  }
}
.secWrapper .sec04_table_table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
.secWrapper .sec04_table_row {
  border-bottom: 0.0625em solid #3a8abb;
}
.secWrapper .sec04_table_row:last-of-type {
  border-bottom: none;
}
.secWrapper .sec04_table_row--alt {
  background-color: #d0eeff;
}
.secWrapper .sec04_table_th {
  width: 9.36363em;
  height: 2.40909em;
  padding-inline: 1.25em;
  background-color: #d0eeff;
  color: #131313;
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.38em;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0;
  border-right: 0.0625em solid #3a8abb;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec04_table_th {
    font-size: 1em;
    padding-inline: 0.85em;
    white-space: nowrap;
  }
}
.secWrapper .sec04_table_th--alt {
  background-color: #fff;
}
.secWrapper .sec04_table_th span {
  display: block;
}
.secWrapper .sec04_table_count {
  width: 5.818em;
  padding-block: 0.6em;
  padding-inline: 0.75em;
  text-align: center;
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.375em;
  font-weight: 700;
  color: #131313;
  letter-spacing: 0;
  border-right: 0.0625em solid #3a8abb;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec04_table_count {
    font-size: 1em;
    white-space: nowrap;
  }
}
.secWrapper .sec04_table_price {
  padding-block: 0.9375em;
  padding-inline: 3.3em;
  font-family: "M PLUS 1", sans-serif;
  color: #131313;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  border-right: 0.0625em solid #3a8abb;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec04_table_price {
    padding-inline: 1.3em;
  }
}
.secWrapper .sec04_table_price-main {
  font-size: 1.375em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "M PLUS 1", sans-serif;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec04_table_price-main {
    font-size: 1em;
    white-space: nowrap;
  }
}
.secWrapper .sec04_table_price-sub {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0;
  font-family: "M PLUS 1", sans-serif;
  white-space: nowrap;
}
.secWrapper .sec04_table_price:last-child {
  border-right: none;
}
.secWrapper .sec04_table_table td {
  line-height: 1.2;
}
.secWrapper .sec04_table_table td:last-child {
  border-right: none;
}
.secWrapper .sec04_list {
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 0px;
  display: flex;
  column-gap: 1.25em;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec04_list {
    left: 6.4vw;
  }
}
.secWrapper .sec04_list_item {
  height: 26em;
  border-radius: 1em;
  background-color: #fff;
}
.secWrapper .sec04_list_item a {
  width: 100%;
  height: 100%;
  color: #4D4D4D;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec04_list_item {
    height: 73.666666vw;
  }
}
.secWrapper .sec04_list_item_inner {
  padding-block: 1.3125em 1.5em;
  padding-inline: 1em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec04_list_item_inner {
    padding-block: 2.1333333vw;
    padding-inline: 2.6666vw;
  }
}
.secWrapper .sec04_list_item_title {
  font-size: 2em;
  letter-spacing: 0.14em;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0.7em;
  text-align: center;
  height: 2.8125em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec04_list_item_title {
    font-size: 4.26666vw;
  }
}
.secWrapper .sec04_list_item_title .ls {
  letter-spacing: -0.1em;
}
.secWrapper .sec04_list_item_text {
  font-size: 1em;
  line-height: 1.5625;
  letter-spacing: 0;
  margin-top: 0.75em;
  text-align: justify;
  padding-inline: 1.125em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec04_list_item_text {
    font-size: 3vw;
    margin-top: 1.6vw;
    padding-inline: 2.4vw;
    font-feature-settings: "palt" 1;
  }
}
.secWrapper .sec04_list_item_button {
  margin-top: 3.125em;
}
.secWrapper .sec04_list_item_button.-secondary {
  margin-top: 1.5625em;
}
.secWrapper .sec04_list_item_arrow {
  width: 3.5625em;
  height: 3.5625em;
  margin-inline: auto;
}

.snsArea {
  color: #000;
}

/* LINE友だち登録 */
.line_cam {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column-reverse;
}
.line_cam .left {
  background-color: #41cc33;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 3em;
  padding-bottom: 5em;
  text-align: center;
}
.line_cam .left .line_cam_catch {
  margin-inline: auto;
  width: 70%;
}
.line_cam .left .line_cam_title {
  font-size: 2.5em;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.9em;
  margin-bottom: 0.6em;
  font-weight: 700;
  color: #fff;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .line_cam .left .line_cam_title {
    font-size: 5.3333334vw;
    margin-top: 5.3333333vw;
    margin-bottom: 3.06666vw;
  }
}
.line_cam .left .line_cam_text {
  display: flex;
  align-items: flex-end;
  column-gap: 1.5em;
  margin-inline: auto;
  width: fit-content;
}
.line_cam .left .line_cam_text .line_cam_text_left {
  width: 9.6875em;
}
@media screen and (max-width: 768px) {
  .line_cam .left .line_cam_text .line_cam_text_left {
    display: none;
  }
}
.line_cam .left .line_cam_text .txt {
  font-size: 1.2em;
  letter-spacing: -0.04em;
  line-height: 1.8;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .line_cam .left .line_cam_text .txt {
    font-size: 1em;
  }
}
.line_cam .left .line_cam_text .line_btn {
  width: 80%;
  margin: 2em auto 0;
}
.line_cam .right {
  width: 100%;
}

.floating2 {
  margin: 0 auto;
}
.floating2.lineCam {
  position: fixed;
  opacity: 0;
  transition-duration: 0.3s;
  z-index: 10;
  bottom: 4.26666vw;
  left: 30%;
  transform: translateX(-50%);
  width: 52%;
}
.floating2.lineCam.is-active {
  opacity: 1;
}

.snsArea {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.snsArea h3 {
  font-family: "Noto Sans JP", sans-serif;
}

footer {
  font-family: "Noto Sans JP", sans-serif;
}

.t-center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .t-left-sp {
    text-align: left !important;
  }
}
/* アニメーションを適用するクラス */
.animateOn {
  animation: anime01 1s ease forwards;
}

.animateOn02 {
  animation: anime02 1s forwards;
}
@media screen and (min-width: 1440px) {
  .animateOn02 {
    animation: anime02_pcAll 1s forwards;
  }
}
@media screen and (max-width: 1200px) {
  .animateOn02 {
    animation: anime02_pc 1s forwards;
  }
}

.animateOn03 {
  animation: anime03 1s forwards;
}

.animateOn04 {
  animation: anime04 0.7s forwards;
}

.animateOn_ttl01 {
  animation: anime_ttl01 1s forwards;
}

.animateOn_ttl03 {
  animation: anime_ttl03 1s forwards;
}

.animateOn_ttl04 {
  animation: anime_ttl04 1s forwards;
}

@keyframes anime01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes anime02 {
  0% {
    opacity: 1;
    transform: translateX(-75px) scale(0);
  }
  70% {
    opacity: 1;
    transform: translateX(-75px) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateX(-75px) scale(1);
  }
}
@keyframes anime02_pcAll {
  0% {
    opacity: 1;
    transform: translateX(-5vw) scale(0);
  }
  70% {
    opacity: 1;
    transform: translateX(-5vw) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateX(-5vw) scale(1);
  }
}
@keyframes anime02_pc {
  0% {
    opacity: 1;
    transform: translateX(-10vw) scale(0);
  }
  70% {
    opacity: 1;
    transform: translateX(-10vw) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateX(-10vw) scale(1);
  }
}
@keyframes anime03 {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes anime04 {
  from {
    opacity: 0;
    transform: translate(-50%, 70px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes anime_ttl01 {
  0% {
    opacity: 0;
    transform: translate(-25%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes anime_ttl03 {
  0% {
    opacity: 0;
    transform: translate(-75%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes anime_ttl04 {
  0% {
    opacity: 0;
    transform: translate(-50%, -25%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/* アニメーションを適用するクラス ここまで */
@media screen and (max-width: 1000px) {
  .tab-none {
    display: none;
  }
}

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

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

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

@keyframes fadeA {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeAndTranslate {
  from {
    opacity: 0;
    transform: translateY(-30%);
  }
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@keyframes lightA {
  0% {
    opacity: 0;
    transform: translateY(-30px) scale(1.4);
  }
  50% {
    opacity: 0.5;
    transform: translateY(-15px) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes fadeAndTranslate_scale {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  80% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeAndTranslate_right {
  from {
    opacity: 0;
    transform: translateX(70px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes mv_title_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* アニメーションを適用するクラス */
.animate-on-appear {
  animation: fadeAndTranslate 1s ease forwards;
}

.animate-on-appear02 {
  animation: fadeA 1s ease forwards;
}

.animate-on-appear_light {
  animation: lightA 0.5s linear forwards;
}

.animate-on-appear_scale {
  animation: fadeAndTranslate_scale 1s ease-in-out forwards;
}

.animate-on-appear_soon {
  animation: fadeA 0.3s ease forwards;
}

.animate-on-appear_right {
  animation: fadeAndTranslate_right 1s ease forwards;
}