@charset "UTF-8";
/* ================= */
/* style CSS */
/* ================================================ */
/*cssのリセット*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
  color: #7A5156;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  color: #7A5156;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*サイト全体の基準となるCSSを記述*/
html {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  letter-spacing: 0.15rem;
  color: #7A5156;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  pointer-events: none;
}

a {
  text-decoration: none;
  color: #7A5156;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

mark.mark-text {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.6em, #edb7d0), color-stop(0.6em, transparent));
  background: linear-gradient(0deg, #edb7d0 0.6em, transparent 0.6em);
  font-weight: 900;
}

.mt00 {
  margin-top: 0;
}

.mt5 {
  margin-top: 0.5rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt15 {
  margin-top: 1.5rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt25 {
  margin-top: 2.5rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt35 {
  margin-top: 3.5rem;
}

.mt40 {
  margin-top: 4rem;
}

.mt45 {
  margin-top: 4.5rem;
}

.mt50 {
  margin-top: 5rem;
}

.mt55 {
  margin-top: 5.5rem;
}

.mt60 {
  margin-top: 6rem;
}

.mt65 {
  margin-top: 6.5rem;
}

.mt70 {
  margin-top: 7rem;
}

.mt75 {
  margin-top: 7.5rem;
}

.mt80 {
  margin-top: 8rem;
}

.mt85 {
  margin-top: 8.5rem;
}

.mt90 {
  margin-top: 9rem;
}

.mt95 {
  margin-top: 9.5rem;
}

.mt100 {
  margin-top: 10rem;
}

.mt105 {
  margin-top: 10.5rem;
}

.mt110 {
  margin-top: 11rem;
}

.mt115 {
  margin-top: 11.5rem;
}

.mt120 {
  margin-top: 12rem;
}

.mt125 {
  margin-top: 12.5rem;
}

.mt130 {
  margin-top: 13rem;
}

.mt135 {
  margin-top: 13.5rem;
}

.mt140 {
  margin-top: 14rem;
}

.mt145 {
  margin-top: 14.5rem;
}

.mt150 {
  margin-top: 15rem;
}

.mt155 {
  margin-top: 15.5rem;
}

.mt160 {
  margin-top: 16rem;
}

.mt165 {
  margin-top: 16.5rem;
}

.mt170 {
  margin-top: 17rem;
}

.mt175 {
  margin-top: 17.5rem;
}

.mt180 {
  margin-top: 18rem;
}

.mt185 {
  margin-top: 18.5rem;
}

.mt190 {
  margin-top: 19rem;
}

.mt195 {
  margin-top: 19.5rem;
}

.mt200 {
  margin-top: 20rem;
}

.ml00 {
  margin-left: 0;
}

.ml5 {
  margin-left: 0.5rem;
}

.ml10 {
  margin-left: 1rem;
}

.ml15 {
  margin-left: 1.5rem;
}

.ml20 {
  margin-left: 2rem;
}

.ml25 {
  margin-left: 2.5rem;
}

.ml30 {
  margin-left: 3rem;
}

.ml35 {
  margin-left: 3.5rem;
}

.ml40 {
  margin-left: 4rem;
}

.ml45 {
  margin-left: 4.5rem;
}

.ml50 {
  margin-left: 5rem;
}

.ml55 {
  margin-left: 5.5rem;
}

.ml60 {
  margin-left: 6rem;
}

.ml65 {
  margin-left: 6.5rem;
}

.ml70 {
  margin-left: 7rem;
}

.ml75 {
  margin-left: 7.5rem;
}

.ml80 {
  margin-left: 8rem;
}

.ml85 {
  margin-left: 8.5rem;
}

.ml90 {
  margin-left: 9rem;
}

.ml95 {
  margin-left: 9.5rem;
}

.ml100 {
  margin-left: 10rem;
}

.ml105 {
  margin-left: 10.5rem;
}

.ml110 {
  margin-left: 11rem;
}

.ml115 {
  margin-left: 11.5rem;
}

.ml120 {
  margin-left: 12rem;
}

.ml125 {
  margin-left: 12.5rem;
}

.ml130 {
  margin-left: 13rem;
}

.ml135 {
  margin-left: 13.5rem;
}

.ml140 {
  margin-left: 14rem;
}

.ml145 {
  margin-left: 14.5rem;
}

.ml150 {
  margin-left: 15rem;
}

.ml155 {
  margin-left: 15.5rem;
}

.ml160 {
  margin-left: 16rem;
}

.ml165 {
  margin-left: 16.5rem;
}

.ml170 {
  margin-left: 17rem;
}

.ml175 {
  margin-left: 17.5rem;
}

.ml180 {
  margin-left: 18rem;
}

.ml185 {
  margin-left: 18.5rem;
}

.ml190 {
  margin-left: 19rem;
}

.ml195 {
  margin-left: 19.5rem;
}

.ml200 {
  margin-left: 20rem;
}

.mr00 {
  margin-right: 0;
}

.mr5 {
  margin-right: 0.5rem;
}

.mr10 {
  margin-right: 1rem;
}

.mr15 {
  margin-right: 1.5rem;
}

.mr20 {
  margin-right: 2rem;
}

.mr25 {
  margin-right: 2.5rem;
}

.mr30 {
  margin-right: 3rem;
}

.mr35 {
  margin-right: 3.5rem;
}

.mr40 {
  margin-right: 4rem;
}

.mr45 {
  margin-right: 4.5rem;
}

.mr50 {
  margin-right: 5rem;
}

.mr55 {
  margin-right: 5.5rem;
}

.mr60 {
  margin-right: 6rem;
}

.mr65 {
  margin-right: 6.5rem;
}

.mr70 {
  margin-right: 7rem;
}

.mr75 {
  margin-right: 7.5rem;
}

.mr80 {
  margin-right: 8rem;
}

.mr85 {
  margin-right: 8.5rem;
}

.mr90 {
  margin-right: 9rem;
}

.mr95 {
  margin-right: 9.5rem;
}

.mr100 {
  margin-right: 10rem;
}

.mr105 {
  margin-right: 10.5rem;
}

.mr110 {
  margin-right: 11rem;
}

.mr115 {
  margin-right: 11.5rem;
}

.mr120 {
  margin-right: 12rem;
}

.mr125 {
  margin-right: 12.5rem;
}

.mr130 {
  margin-right: 13rem;
}

.mr135 {
  margin-right: 13.5rem;
}

.mr140 {
  margin-right: 14rem;
}

.mr145 {
  margin-right: 14.5rem;
}

.mr150 {
  margin-right: 15rem;
}

.mr155 {
  margin-right: 15.5rem;
}

.mr160 {
  margin-right: 16rem;
}

.mr165 {
  margin-right: 16.5rem;
}

.mr170 {
  margin-right: 17rem;
}

.mr175 {
  margin-right: 17.5rem;
}

.mr180 {
  margin-right: 18rem;
}

.mr185 {
  margin-right: 18.5rem;
}

.mr190 {
  margin-right: 19rem;
}

.mr195 {
  margin-right: 19.5rem;
}

.mr200 {
  margin-right: 20rem;
}

.mb00 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 0.5rem;
}

.mb10 {
  margin-bottom: 1rem;
}

.mb15 {
  margin-bottom: 1.5rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.mb25 {
  margin-bottom: 2.5rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.mb35 {
  margin-bottom: 3.5rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.mb45 {
  margin-bottom: 4.5rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.mb55 {
  margin-bottom: 5.5rem;
}

.mb60 {
  margin-bottom: 6rem;
}

.mb65 {
  margin-bottom: 6.5rem;
}

.mb70 {
  margin-bottom: 7rem;
}

.mb75 {
  margin-bottom: 7.5rem;
}

.mb80 {
  margin-bottom: 8rem;
}

.mb85 {
  margin-bottom: 8.5rem;
}

.mb90 {
  margin-bottom: 9rem;
}

.mb95 {
  margin-bottom: 9.5rem;
}

.mb100 {
  margin-bottom: 10rem;
}

.mb105 {
  margin-bottom: 10.5rem;
}

.mb110 {
  margin-bottom: 11rem;
}

.mb115 {
  margin-bottom: 11.5rem;
}

.mb120 {
  margin-bottom: 12rem;
}

.mb125 {
  margin-bottom: 12.5rem;
}

.mb130 {
  margin-bottom: 13rem;
}

.mb135 {
  margin-bottom: 13.5rem;
}

.mb140 {
  margin-bottom: 14rem;
}

.mb145 {
  margin-bottom: 14.5rem;
}

.mb150 {
  margin-bottom: 15rem;
}

.mb155 {
  margin-bottom: 15.5rem;
}

.mb160 {
  margin-bottom: 16rem;
}

.mb165 {
  margin-bottom: 16.5rem;
}

.mb170 {
  margin-bottom: 17rem;
}

.mb175 {
  margin-bottom: 17.5rem;
}

.mb180 {
  margin-bottom: 18rem;
}

.mb185 {
  margin-bottom: 18.5rem;
}

.mb190 {
  margin-bottom: 19rem;
}

.mb195 {
  margin-bottom: 19.5rem;
}

.mb200 {
  margin-bottom: 20rem;
}

/* 配置 */
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

/* カラー */
.c-wht {
  color: #fff;
}

.c-blk {
  color: #333;
}

/* font */
.italic {
  font-style: italic;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.fsp-50 {
  font-size: 50%;
}

.fsp-60 {
  font-size: 60%;
}

.fsp-70 {
  font-size: 70%;
}

.fsp-80 {
  font-size: 80%;
}

.fsp-90 {
  font-size: 90%;
}

.fsp-110 {
  font-size: 110%;
}

.fsp-120 {
  font-size: 120%;
}

.fsp-130 {
  font-size: 130%;
}

.fsp-140 {
  font-size: 140%;
}

.fsp-150 {
  font-size: 150%;
}

.fit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.position-l {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  font-family: "object-fit: cover; object-position: left;";
}

.position-r {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  font-family: "object-fit: cover; object-position: right;";
}

.position-t {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: "object-fit: cover; object-position: top;";
}

.position-b {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  font-family: "object-fit: cover; object-position: bottom;";
}

.coiny {
  font-family: "Coiny", system-ui;
  font-weight: 400;
  font-style: normal;
}

.bomb {
  font-family: "Cherry Bomb One", system-ui;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
}

/*コンテナ*/
.container {
  max-width: calc(1440px + 8%);
  margin: auto;
  padding: 0 4%;
}

.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

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

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

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

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

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

.header {
  width: 100%;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F6CCDF;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .header {
    height: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 5rem;
  }
}
.header_menu {
  width: 80rem;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .header_menu {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .header_menu {
    width: 95%;
    padding-top: 2rem;
    margin-bottom: 1rem;
  }
}
.header_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_menu_item a {
  font-size: 2.6rem;
  color: #EA66A0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .header_menu_item a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .header_menu_item a {
    font-size: 1.6rem;
  }
}

.mv {
  position: relative;
  z-index: 1;
  background: #F6CCDF;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-bottom: 0;
    margin-bottom: -4rem;
  }
}
.mv_inner {
  max-width: 100%;
  margin: auto;
  padding: 0 6%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .mv_inner {
    max-width: 53.371rem;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
@media screen and (max-width: 768px) {
  .mv_inner {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    padding: 0 10% 6rem;
  }
}
.mv_wrap {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.mv_section {
  position: relative;
}
.mv_image {
  display: block;
  width: 82%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .mv_image {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mv_image {
    width: 100%;
  }
}
.mv_image_img {
  width: 100%;
  height: auto;
}
.mv_hukidashi {
  width: 32rem;
  height: auto;
  position: absolute;
  left: 50%;
  top: -11rem;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 1;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .mv_hukidashi {
    width: 28.9rem;
    top: -6rem;
    width: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .mv_hukidashi {
    width: 14rem;
    top: 4.5rem;
  }
}
.mv_hukidashi img {
  width: 100%;
  height: auto;
}
.mv_textBox {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv_textBox {
    height: 95%;
  }
}
.mv_textBox.mv_textBox01 {
  left: 6rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .mv_textBox.mv_textBox01 {
    left: -4rem;
  }
}
@media screen and (max-width: 768px) {
  .mv_textBox.mv_textBox01 {
    left: 0;
  }
}
.mv_textBox.mv_textBox02 {
  right: 6rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .mv_textBox.mv_textBox02 {
    right: -4rem;
  }
}
@media screen and (max-width: 768px) {
  .mv_textBox.mv_textBox02 {
    right: 0;
  }
}
.mv_textInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mv_textBox01 .mv_textInner {
  -webkit-animation: slideDown 10s linear infinite;
          animation: slideDown 10s linear infinite;
}
.mv_textBox02 .mv_textInner {
  -webkit-animation: slideUp 9s linear infinite;
          animation: slideUp 9s linear infinite;
}
.mv_textImg {
  width: 5.55rem; /* 必要ならサイズ調整 */
  display: block;
  margin: 2rem 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .mv_textImg {
    width: 2.55rem;
  }
}
@media screen and (max-width: 768px) {
  .mv_textImg {
    width: 1.8rem;
    margin: 1rem 0;
  }
}
.mv_icon {
  position: absolute;
  z-index: 2;
}
.mv_icon_img01 {
  top: 0;
  right: 19rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .mv_icon_img01 {
    right: 1rem;
    width: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .mv_icon_img01 {
    right: 1rem;
    width: 4.2rem;
    top: 0;
  }
}
.mv_icon_img02 {
  top: 26rem;
  right: 1.1rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .mv_icon_img02 {
    top: 14rem;
    right: -6rem;
    width: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .mv_icon_img02 {
    right: 0rem;
    width: 4.5rem;
    top: 23rem;
  }
}
.mv_icon_img03 {
  top: 52rem;
  right: 4rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .mv_icon_img03 {
    top: 28rem;
    right: -7rem;
    width: 8.5rem;
  }
}
@media screen and (max-width: 768px) {
  .mv_icon_img03 {
    right: 0rem;
    width: 8.4rem;
    top: 46rem;
  }
}
.mv_icon_img04 {
  top: 15rem;
  left: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .mv_icon_img04 {
    top: 7rem;
    left: -4rem;
    width: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .mv_icon_img04 {
    left: 0rem;
    width: 4.5rem;
    top: 9rem;
  }
}
.mv_icon_img05 {
  top: 33rem;
  left: 0rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .mv_icon_img05 {
    top: 17rem;
    left: -6.5rem;
    width: 6.5rem;
  }
}
@media screen and (max-width: 768px) {
  .mv_icon_img05 {
    left: 0rem;
    width: 5.5rem;
    top: 27rem;
  }
}
.mv_icon_img06 {
  bottom: -7rem;
  left: 9rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .mv_icon_img06 {
    bottom: -4rem;
    left: -4rem;
    width: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .mv_icon_img06 {
    left: 0rem;
    width: 8rem;
    top: 47rem;
  }
}
.mv_icon_hart {
  top: 5rem;
  left: 17rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .mv_icon_hart {
    top: 3rem;
    left: 1rem;
    width: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .mv_icon_hart {
    display: none;
  }
}
.mv_icon_hoshi {
  top: 14rem;
  right: 16rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .mv_icon_hoshi {
    top: 8rem;
    right: 0rem;
    width: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .mv_icon_hoshi {
    right: 0rem;
    width: 3rem;
    top: 4rem;
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-33.33%);
            transform: translateY(-33.33%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-33.33%);
            transform: translateY(-33.33%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
.moyamoya {
  position: relative;
  background: #E1F7FF;
}
@media screen and (max-width: 768px) {
  .moyamoya {
    overflow: hidden;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .moyamoya_image {
    width: 200%;
    position: relative;
    left: 50%;
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
    top: 1.4rem;
  }
}
.moyamoya_image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .moyamoya_image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.moyamoya .scroll_bar {
  position: absolute;
  top: 22%;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .moyamoya .scroll_bar {
    top: 14%;
  }
}
.moyamoya .scroll_text {
  letter-spacing: normal;
  font-size: 1.4rem;
  color: #888;
}
@media screen and (max-width: 768px) {
  .moyamoya .scroll_text {
    font-size: 1.2rem;
  }
}
.moyamoya .scroll_arrow {
  position: relative;
  width: 1.6rem;
  height: 12rem;
  margin-top: 1rem;
  -webkit-animation: arrowMove 3s ease-in-out infinite;
          animation: arrowMove 3s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .moyamoya .scroll_arrow {
    width: 1.4rem;
    height: 6rem;
    margin-top: 0.5rem;
  }
}
.moyamoya .scroll_arrow::before {
  content: "";
  width: 0.3rem;
  height: 12rem;
  background: #888;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .moyamoya .scroll_arrow::before {
    height: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .moyamoya .scroll_arrow::before {
    width: 0.2rem;
    height: 6rem;
  }
}
.moyamoya .scroll_arrow::after {
  content: "";
  width: 0.3rem;
  height: 2rem;
  background: #888;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 0.67rem;
  bottom: -0.25rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .moyamoya .scroll_arrow::after {
    bottom: 3.75rem;
  }
}
@media screen and (max-width: 768px) {
  .moyamoya .scroll_arrow::after {
    width: 0.2rem;
    height: 1.8rem;
    left: 0.6rem;
    bottom: -0.25rem;
  }
}

@-webkit-keyframes arrowMove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes arrowMove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.about {
  position: relative;
  z-index: 1;
  background: #E1F7FF;
  padding: 6rem 0 18rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .about {
    padding: 5rem 0 16rem;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 2rem 0 8rem;
  }
}
.about_inner {
  max-width: 84rem;
  margin: auto;
  padding: 0 6%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .about_inner {
    max-width: 44.8315rem;
  }
}
@media screen and (max-width: 768px) {
  .about_inner {
    padding: 8rem 10% 0;
    margin-top: -4rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
}
.about_wrap {
  position: relative;
  z-index: 2;
}
.about_wrap .about_icon {
  position: absolute;
  z-index: 1;
}
.about_wrap .about_icon_img01 {
  width: 20rem;
  top: 8rem;
  right: -4rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .about_wrap .about_icon_img01 {
    width: 10rem;
    right: -2rem;
  }
}
@media screen and (max-width: 768px) {
  .about_wrap .about_icon_img01 {
    width: 7rem;
    right: -2rem;
    top: 6rem;
  }
}
.about_wrap .about_icon_img02 {
  width: 24.3rem;
  top: 93rem;
  right: -15rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .about_wrap .about_icon_img02 {
    top: 59rem;
    right: -6rem;
    width: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .about_wrap .about_icon_img02 {
    width: 6.5rem;
    right: -3rem;
    top: 82rem;
  }
}
.about_wrap .about_icon_img03 {
  width: 30rem;
  top: 45rem;
  left: -18rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .about_wrap .about_icon_img03 {
    top: 30rem;
    left: -9rem;
    width: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .about_wrap .about_icon_img03 {
    width: 9rem;
    left: -3rem;
    top: 48rem;
  }
}
.about_wrap .about_icon_bgText {
  width: 40.2rem;
  bottom: 3rem;
  right: -25rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .about_wrap .about_icon_bgText {
    bottom: 5rem;
    right: -12rem;
    width: 19rem;
  }
}
@media screen and (max-width: 768px) {
  .about_wrap .about_icon_bgText {
    width: 13rem;
    right: -2.5rem;
    bottom: 2.5rem;
  }
}
.about_content {
  background: #FFF4BA;
  border: 1.4rem solid #F19EC2;
  border-top-right-radius: 42rem;
  border-top-left-radius: 42rem;
  border-bottom-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
  padding: 10rem 6rem 8rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .about_content {
    padding: 7rem 3rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  .about_content {
    border: 0.6rem solid #F19EC2;
    padding: 7rem 1rem 7rem;
  }
}
.about_enTitle {
  margin-bottom: 2rem;
}
.about_enTitle img {
  width: 41.75rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .about_enTitle img {
    width: 23.75rem;
  }
}
@media screen and (max-width: 768px) {
  .about_enTitle img {
    width: 14.75rem;
  }
}
.about_title {
  font-size: 4rem;
  color: #EA66A0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .about_title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .about_title {
    font-size: 1.8rem;
  }
}
.about_title > span {
  display: inline;
  letter-spacing: 0.7rem;
}
.about_mainText {
  font-size: 4rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .about_mainText {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .about_mainText {
    font-size: 1.5rem;
  }
}
.about_harts {
  display: block;
  text-align: center;
  width: 12.2rem;
  margin: 4rem auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .about_harts {
    width: 7.2rem;
    margin: 3rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .about_harts {
    width: 6rem;
    margin: 2rem auto 0;
  }
}
.about_text {
  font-weight: 900;
  margin-top: 4rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .about_text {
    margin-top: 2rem;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .about_text {
    margin-top: 2rem;
    font-size: 1.1rem;
    line-height: 1.8;
  }
}
.about .about_bg {
  position: absolute;
  z-index: 0;
}
.about .about_bg_img01 {
  top: -23rem;
  right: -17vw;
  width: 40rem;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .about .about_bg_img01 {
    top: -8rem;
    width: 18.3rem;
  }
}
@media screen and (max-width: 768px) {
  .about .about_bg_img01 {
    top: 0.8rem;
    width: 14rem;
  }
}
.about .about_bg_img02 {
  top: 17rem;
  right: -18vw;
  width: 25rem;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .about .about_bg_img02 {
    top: 15rem;
    width: 14.3rem;
  }
}
@media screen and (max-width: 768px) {
  .about .about_bg_img02 {
    top: 22rem;
    width: 7rem;
    right: -2rem;
  }
}
.about .about_bg_img03 {
  top: 38rem;
  right: -14vw;
  width: 34rem;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .about .about_bg_img03 {
    top: 29rem;
    right: -12vw;
    width: 15.1rem;
  }
}
@media screen and (max-width: 768px) {
  .about .about_bg_img03 {
    top: 31rem;
    width: 6rem;
    right: -2rem;
  }
}
.about .about_bg_img04 {
  top: 44rem;
  right: -29vw;
  width: 50rem;
  -webkit-transform: rotate(-15deg) scaleX(-1);
          transform: rotate(-15deg) scaleX(-1);
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .about .about_bg_img04 {
    top: 35rem;
    width: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .about .about_bg_img04 {
    top: 40rem;
    width: 15rem;
  }
}
.about .about_bg_img05 {
  top: 87rem;
  right: -34vw;
  width: 70rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .about .about_bg_img05 {
    top: 56rem;
    right: -32vw;
    width: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .about .about_bg_img05 {
    top: 64rem;
    right: -26vw;
    width: 15rem;
  }
}
.about .about_bg_img06 {
  top: 108rem;
  left: -20vw;
  width: 60rem;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .about .about_bg_img06 {
    top: 66rem;
    left: -16vw;
    width: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .about .about_bg_img06 {
    top: 84rem;
    width: 16rem;
  }
}
.about .about_bg_img07 {
  top: 94rem;
  left: -20vw;
  width: 35rem;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .about .about_bg_img07 {
    top: 60rem;
    left: -16vw;
    width: 16.1rem;
  }
}
@media screen and (max-width: 768px) {
  .about .about_bg_img07 {
    top: 76rem;
    width: 7rem;
    left: -1rem;
  }
}
.about .about_bg_img08 {
  top: 56rem;
  left: -11vw;
  width: 40rem;
  -webkit-transform: rotate(15deg) scaleX(-1);
          transform: rotate(15deg) scaleX(-1);
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .about .about_bg_img08 {
    top: 41rem;
    left: -13vw;
    width: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .about .about_bg_img08 {
    top: 63rem;
    left: -3vw;
    width: 10rem;
  }
}
.about .about_bg_img09 {
  top: 0rem;
  left: -27vw;
  width: 65rem;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .about .about_bg_img09 {
    top: 0rem;
    left: -38vw;
    width: 43rem;
  }
}
@media screen and (max-width: 768px) {
  .about .about_bg_img09 {
    top: 22rem;
    width: 15rem;
    left: -5rem;
  }
}
.about .about_bg_img10 {
  top: -16rem;
  left: -16vw;
  width: 40rem;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .about .about_bg_img10 {
    top: -9rem;
    left: -17vw;
    width: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .about .about_bg_img10 {
    top: 4rem;
    width: 15rem;
    left: 0rem;
  }
}
.about_charaBox {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .about_charaBox {
    margin-top: 2rem;
  }
}
.about_charaInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: charaScroll 30s linear infinite;
          animation: charaScroll 30s linear infinite;
}
.about_charaImg {
  width: auto;
  height: 24.8rem;
  margin-right: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .about_charaImg {
    height: 13.8rem;
  }
}
@media screen and (max-width: 768px) {
  .about_charaImg {
    height: 8rem;
    margin-right: 1rem;
  }
}

/* 横スクロールのアニメーション */
@-webkit-keyframes charaScroll {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes charaScroll {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.type-mate {
  position: relative;
  z-index: 4;
  background: #FFFFF5;
  padding-bottom: 28rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .type-mate {
    padding-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .type-mate {
    padding-bottom: 10rem;
  }
}
.type-mate::before {
  content: "";
  background: #FFFFF5;
  width: 100%;
  height: 9rem;
  border-top-right-radius: 8rem;
  border-top-left-radius: 8rem;
  position: absolute;
  top: -9rem;
  left: 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .type-mate::before {
    height: 6rem;
    border-top-right-radius: 7rem;
    border-top-left-radius: 7rem;
    position: absolute;
    top: -6rem;
  }
}
@media screen and (max-width: 768px) {
  .type-mate::before {
    height: 4rem;
    border-top-right-radius: 6rem;
    border-top-left-radius: 6rem;
    position: absolute;
    top: -4rem;
  }
}
@media screen and (min-width: 769px) {
  .type-mate_inner {
    max-width: 1280px;
    padding: 0 6%;
    margin: auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.type-mate_titleBox {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
.type-mate_titleInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: titleScroll 25s linear infinite;
          animation: titleScroll 25s linear infinite;
}
.type-mate_title {
  display: inline;
  font-size: 17rem;
  color: #EA66A0;
  letter-spacing: 1rem;
  line-height: 1;
  margin-top: 6rem;
  margin-bottom: 4rem;
  margin-right: 4rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .type-mate_title {
    font-size: 9rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
    margin-right: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .type-mate_title {
    font-size: 5rem;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
    margin-right: 2rem;
  }
}
.type-mate_titleImg {
  width: 49.05rem;
  position: absolute;
  top: -27rem;
  left: 60%;
  z-index: 1;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .type-mate_titleImg {
    width: 31.05rem;
    top: -19.5rem;
  }
}
@media screen and (max-width: 768px) {
  .type-mate_titleImg {
    width: 16rem;
    top: -10rem;
    left: 52%;
  }
}
.type-mate_content {
  margin-top: 7rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .type-mate_content {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .type-mate_content {
    margin-top: 4rem;
  }
}
.type-mate_content:nth-child(1) {
  margin-top: 0;
}
.type-mate_content_title {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.5rem;
  color: #fff;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4rem;
  padding: 1.5rem 6rem 2rem;
  border-radius: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .type-mate_content_title {
    font-size: 2.2rem;
    margin: 0 auto 3.2rem;
    padding: 1.2rem 4.5rem 1.5rem;
    border-radius: 5rem;
    letter-spacing: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .type-mate_content_title {
    font-size: 2.2rem;
    margin: 0 auto 3.2rem;
    padding: 1.2rem 4.5rem 1.5rem;
    border-radius: 5rem;
    letter-spacing: 0.3rem;
  }
}
.type-mate_content_title.bunseki {
  background: #A083DE;
}
.type-mate_content_title.gaikou {
  background: #74CC4D;
}
.type-mate_content_title.bannin {
  background: #58C7EE;
}
.type-mate_content_title.tanken {
  background: #F5C125;
}
@media screen and (max-width: 768px) {
  .type-mate_chara_slider01 {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .type-mate_chara_slider02 {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .type-mate_chara_slider03 {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .type-mate_chara_slider04 {
    padding-bottom: 5rem;
  }
}
.type-mate_chara_item {
  padding: 3rem 0.5rem;
  border-radius: 3rem;
  height: auto;
}
.type-mate_chara_item.bunseki {
  background: #e7e2f1;
}
.type-mate_chara_item.gaikou {
  background: #e3fbd9;
}
.type-mate_chara_item.bannin {
  background: #dbeef5;
}
.type-mate_chara_item.tanken {
  background: #fef2c8;
}
@media screen and (min-width: 769px) {
  .type-mate_chara_item.swiper-slide {
    width: 24.25%;
  }
}
@media screen and (min-width: 769px) {
  .type-mate_chara_item.swiper-slide + .type-mate_chara_item.swiper-slide {
    margin-left: 1%;
  }
}
.type-mate_chara_title {
  height: 5.4rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .type-mate_chara_title {
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .type-mate_chara_title {
    height: 3rem;
  }
}
.type-mate_chara_title img {
  width: auto;
  height: 100%;
}
.type-mate_chara_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.type-mate_chara_img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .type-mate_chara_img img {
    width: 80%;
  }
}
.type-mate_chara_text {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .type-mate_chara_text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .type-mate_chara_text {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .type-mate .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .type-mate .swiper-button-next {
    width: 8.2rem;
    height: 9.8rem;
    right: 0;
    top: 50%;
    -webkit-transform: translatey(-50%);
            transform: translatey(-50%);
  }
  .type-mate .swiper-button-next::after {
    content: "";
    background: url(../images/slide-arrow-next.webp) no-repeat center center/cover;
    width: 8.2rem;
    height: 9.8rem;
  }
}
@media screen and (min-width: 769px) {
  .type-mate .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .type-mate .swiper-button-prev {
    width: 8.2rem;
    height: 9.8rem;
    left: 0;
    top: 50%;
    -webkit-transform: translatey(-50%);
            transform: translatey(-50%);
  }
  .type-mate .swiper-button-prev::after {
    content: "";
    background: url(../images/slide-arrow-prev.webp) no-repeat center center/cover;
    width: 8.2rem;
    height: 9.8rem;
  }
}
@media screen and (min-width: 769px) {
  .type-mate .swiper-pagination {
    display: none;
  }
}
.type-mate .swiper-pagination-bullet {
  background: #888;
  margin: 0 0.8rem !important;
}
.type-mate .swiper-pagination-bullet-active {
  background: #7A5156;
}

@-webkit-keyframes titleScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes titleScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.footer {
  position: relative;
  z-index: 5;
  background: #F6CCDF;
  padding-bottom: 11rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .footer {
    padding-bottom: 6.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 6.5rem;
    padding-top: 3rem;
  }
}
.footer::before {
  content: "";
  background: url(../images/footer-top.webp) no-repeat center center/cover;
  width: 100%;
  height: 16rem;
  position: absolute;
  top: -16rem;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .footer::before {
    height: 7rem;
    position: absolute;
    top: -7rem;
  }
}
@media screen and (max-width: 768px) {
  .footer::before {
    height: 4rem;
    position: absolute;
    top: -4rem;
  }
}
.footer_inner {
  max-width: 100rem;
  padding: 0 6%;
  margin: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .footer_inner {
    max-width: 53.371rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_inner {
    max-width: 100%;
  }
}
.footer_wrap {
  position: relative;
}
.footer_follow {
  background: #fff;
  border-radius: 3rem;
  padding: 5rem 10rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .footer_follow {
    padding: 3rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_follow {
    padding: 3rem 4rem;
  }
}
.footer_follow_title {
  font-size: 4.8rem;
  color: #EA66A0;
  line-height: 1;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .footer_follow_title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_follow_title {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
.footer_follow_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_follow_sns_icon {
  width: 33.33%;
}
.footer_follow_sns_icon:nth-child(2) {
  margin: 0 2rem;
}
@media screen and (max-width: 768px) {
  .footer_follow_sns_icon:nth-child(2) {
    margin: 0 0.8rem;
  }
}
.footer_chara {
  position: absolute;
  z-index: 1;
}
.footer_chara_img01 {
  width: 21.5rem;
  top: 2rem;
  right: -9vw;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .footer_chara_img01 {
    width: 10.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_chara_img01 {
    width: 6rem;
    top: -2rem;
    right: -1rem;
  }
}
.footer_chara_img02 {
  width: 15.75rem;
  top: 26rem;
  right: -7vw;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .footer_chara_img02 {
    width: 7.75rem;
    top: 16rem;
    right: -6vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_chara_img02 {
    width: 5rem;
    top: 13rem;
    right: -4vw;
  }
}
.footer_chara_img03 {
  width: 24.65rem;
  top: 45rem;
  right: -10vw;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .footer_chara_img03 {
    width: 12.65rem;
    top: 25.5rem;
    right: -10vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_chara_img03 {
    width: 8rem;
    top: 21rem;
    right: -4vw;
  }
}
.footer_chara_img04 {
  width: 19.95rem;
  top: 43rem;
  right: 20vw;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .footer_chara_img04 {
    width: 10.95rem;
    top: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_chara_img04 {
    width: 7.2rem;
    top: 17rem;
  }
}
.footer_chara_img05 {
  width: 22.25rem;
  top: 45rem;
  left: 3.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .footer_chara_img05 {
    width: 11.25rem;
    top: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_chara_img05 {
    width: 7rem;
    top: 20rem;
    left: 4rem;
  }
}
.footer_chara_img06 {
  width: 28.3rem;
  top: 30rem;
  left: -11vw;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .footer_chara_img06 {
    width: 13.3rem;
    top: 19rem;
    left: -14vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_chara_img06 {
    width: 7.3rem;
    top: 15rem;
    left: -2vw;
  }
}
.footer_chara_img07 {
  width: 21rem;
  top: 2rem;
  left: -7vw;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .footer_chara_img07 {
    width: 11rem;
    top: 1.5rem;
    left: -9vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_chara_img07 {
    width: 7rem;
    top: 1.5rem;
    left: -6vw;
  }
}
.footer_chara_stars {
  width: 16.05rem;
  top: -22rem;
  right: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .footer_chara_stars {
    width: 8rem;
    top: -11rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_chara_stars {
    width: 5rem;
    top: -10rem;
    right: 3rem;
  }
}
.footer_chara_hartp {
  width: 7.95rem;
  top: 22rem;
  right: -13vw;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .footer_chara_hartp {
    width: 4.95rem;
    top: 12rem;
    right: -12vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_chara_hartp {
    width: 3rem;
    top: 7rem;
    right: -4vw;
  }
}
.footer_chara_hartb {
  width: 6.05rem;
  top: 50rem;
  right: 14vw;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .footer_chara_hartb {
    width: 3.05rem;
    top: 29.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_chara_hartb {
    width: 2rem;
    top: 18.5rem;
    right: 4rem;
  }
}
.footer_chara_hoshipi {
  width: 7.2rem;
  top: 45rem;
  left: 29vw;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .footer_chara_hoshipi {
    width: 4.2rem;
    top: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_chara_hoshipi {
    width: 3.2rem;
    top: 19rem;
    left: 13rem;
  }
}
.footer_chara_hoshipp {
  width: 10.3rem;
  top: 50rem;
  left: -5vw;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .footer_chara_hoshipp {
    width: 4.8rem;
    top: 29.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_chara_hoshipp {
    width: 3.8rem;
    top: 22.5rem;
    left: -1vw;
  }
}
.footer_chara_kirakira {
  width: 10.15rem;
  top: 17rem;
  left: -10vw;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .footer_chara_kirakira {
    width: 5.15rem;
    top: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_chara_kirakira {
    width: 4.15rem;
    top: -6rem;
    left: 17rem;
  }
}
.footer_hukidashi {
  position: absolute;
  top: -31rem;
  left: -2vw;
  width: 50.3rem;
  z-index: 1;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .footer_hukidashi {
    top: -17rem;
    width: 27.3rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_hukidashi {
    top: -12rem;
    width: 18rem;
    left: -1rem;
  }
}
.footer_copy {
  width: 100%;
  padding: 8rem 6%;
  text-align: center;
  background: #F19EC2;
  color: #FFFFFF;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .footer_copy {
    padding: 6rem 6%;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_copy {
    padding: 6rem 6%;
    font-size: 1.3rem;
  }
}

.floatingBanner {
  position: fixed;
  left: 50%;
  bottom: 0;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .floatingBanner {
    gap: 0.7rem;
  }
}
.floatingBanner a {
  display: block;
  font-size: 28px;
  font-weight: 900;
  background: #FFF4BA;
  letter-spacing: 3px;
  padding: 10px 70px;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  text-orientation: initial;
  border-top: 8px solid #F19EC2;
  border-left: 8px solid #F19EC2;
  border-right: 8px solid #F19EC2;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom: 0;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .floatingBanner a {
    font-size: 24px;
    padding: 10px 40px 10px 50px;
  }
}
@media screen and (max-width: 768px) {
  .floatingBanner a {
    font-size: 2.4rem;
    letter-spacing: 0.3rem;
    padding: 1rem 3rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: initial;
    border-top: 0.8rem solid #F19EC2;
    border-left: 0.8rem solid #F19EC2;
    border-right: 0.8rem solid #F19EC2;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom: 0;
    white-space: nowrap;
  }
}
.floatingBanner a.lang-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .floatingBanner a.lang-link {
    padding: 1rem;
  }
}
.floatingBanner a.lang-link .lang-link-text {
  font-size: 26px;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .floatingBanner a.lang-link .lang-link-text {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .floatingBanner a.lang-link .lang-link-text {
    font-size: 2.2rem;
  }
}
.floatingBanner .add-text {
  font-size: 12px;
  letter-spacing: 1px;
  display: block;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .floatingBanner .add-text {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .floatingBanner .add-text {
    font-size: 0.9rem;
    margin-top: 0.3rem;
    letter-spacing: 0.1rem;
  }
}
.floatingBanner_chara {
  position: absolute;
  z-index: 1;
}
.floatingBanner_chara_img07 {
  top: -20px;
  left: -30px;
  width: 88px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .floatingBanner_chara_img07 {
    top: -1.5rem;
    left: -2rem;
    width: 5.5rem;
  }
}
.floatingBanner_chara_img03 {
  top: -18px;
  right: -20px;
  width: 67px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .floatingBanner_chara_img03 {
    top: -1.3rem;
    right: -2rem;
    width: 5rem;
  }
}