@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

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

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  outline: none;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  color: #000;
  background-color: #fff;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

b {
  font-weight: bold;
}

.ctext {
  text-align: center;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

.btn {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
}

.btn:hover {
  zoom: 1;
}

.btn a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}

/* move_lr: 表示領域に入ってから左右にゆっくり動かしループ */
.move_lr {
  animation: none;
}

.move_lr.is-visible {
  animation: moveLr 6s ease-in-out infinite;
}

@keyframes moveLr {
  0%, 100% {
    transform: translateX(calc(-50% - 8px));
  }
  50% {
    transform: translateX(calc(-50% + 8px));
  }
}
/* move_ud: 表示領域に入ってから上下にゆっくり動かしループ */
.move_ud {
  animation: none;
}

.move_ud.is-visible {
  animation: moveUd 6s ease-in-out infinite;
}

@keyframes moveUd {
  0%, 100% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(8px);
  }
}
/* fade_up: 表示領域に入ったら非表示から表示へフェードイン、位置を少し上げる */
.fade_up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade_up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

#base_wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  background-color: #fff;
}
#base_wrap .kv_btn {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 540px;
  z-index: 100;
}
#base_wrap .kv_btn img {
  width: 540px;
}
#base_wrap .t_kv {
  max-width: 1422px;
  margin: 0 auto;
}
#base_wrap .t_kv img {
  width: 100%;
  height: auto;
}
#base_wrap .kv {
  background-image: url(../img/kv_bg.webp);
  background-image: image-set(url(../img/kv_bg.webp) 1x, url(../img/kv_bg@2x.webp) 2x);
  background-image: -webkit-image-set(url(../img/kv_bg.webp) 1x, url(../img/kv_bg@2x.webp) 2x);
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 752px;
  position: relative;
}
#base_wrap .kv .logo {
  width: 442px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#base_wrap .kv .kv_icon {
  position: absolute;
  top: 10px;
  left: calc(50% - 220px);
  width: 695px;
  z-index: 1;
}
#base_wrap .kv .kv_icon img {
  width: 695px;
}
#base_wrap .s1 {
  text-align: center;
  padding: 40px 0;
}
#base_wrap .s1 .s1_btn {
  margin: 0 auto;
}
#base_wrap .s1 .s1_btn img {
  max-width: 618px;
}
#base_wrap .s2 {
  background-image: url(../img/s2_bg.png);
  background-image: image-set(url(../img/s2_bg.png) 1x, url(../img/s2_bg.png) 2x);
  background-image: -webkit-image-set(url(../img/s2_bg.png) 1x, url(../img/s2_bg.png) 2x);
  background-repeat: repeat;
  background-position: center;
  width: 100%;
  padding: 80px 0;
}
#base_wrap .s2 .s2_img {
  width: 618px;
  margin: 0 auto;
}
#base_wrap .s2 .s2_img img {
  max-width: 618px;
}
#base_wrap .s3 {
  text-align: center;
  padding: 40px 0;
}
#base_wrap .s3 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 570px;
  margin: 0 auto;
}
#base_wrap .s3 ul li {
  flex-basis: 90px;
}
#base_wrap .s3 ul li a img {
  max-width: 100%;
}
#base_wrap .s4 {
  background-color: #e7380d;
  padding: 80px 0;
  width: 100%;
  min-height: 1028px;
  height: auto;
  position: relative;
}
#base_wrap .s4 .ttl {
  width: 254px;
  margin: 0 auto 5vw;
}
#base_wrap .s4 .ttl img {
  max-width: 100%;
}
#base_wrap .s4 .course {
  margin: 0 auto;
}
#base_wrap .s4 .course img {
  max-width: 100%;
}
#base_wrap .s4 .c01 {
  position: absolute;
  top: 200px;
  right: calc(50% + 15px);
  width: 345px;
  z-index: 2;
}
#base_wrap .s4 .c01 img {
  max-width: 345px;
}
#base_wrap .s4 .c02 {
  position: absolute;
  top: 200px;
  left: calc(50% + 15px);
  width: 367px;
  z-index: 2;
}
#base_wrap .s4 .c02 img {
  max-width: 381px;
}
#base_wrap .s4 .c03 {
  position: absolute;
  top: 540px;
  right: calc(50% + 15px);
  width: 345px;
  z-index: 2;
}
#base_wrap .s4 .c03 img {
  max-width: 345px;
}
#base_wrap .s4 .c04 {
  position: absolute;
  top: 529px;
  left: calc(50% + 15px);
  width: 345px;
  z-index: 2;
}
#base_wrap .s4 .c04 img {
  max-width: 345px;
}
#base_wrap .s4 .s4_info {
  margin: 760px auto 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  z-index: 2;
  position: relative;
}
#base_wrap .s4 .chara01 {
  position: absolute;
  top: 100px;
  left: calc(50% - 393px);
}
#base_wrap .s4 .chara01 img {
  max-width: 151px;
}
#base_wrap .s4 .chara02 {
  position: absolute;
  top: 500px;
  right: calc(50% - 490px);
}
#base_wrap .s4 .chara02 img {
  max-width: 127px;
}
#base_wrap .s4 .chara03 {
  position: absolute;
  top: 800px;
  right: calc(50% - 503px);
}
#base_wrap .s4 .chara03 img {
  max-width: 122px;
}
#base_wrap .s4 .chara04 {
  position: absolute;
  top: 500px;
  right: calc(50% - 490px);
}
#base_wrap .s4 .chara04 img {
  max-width: 127px;
  opacity: 0;
}
#base_wrap .s4 .chara05 {
  position: absolute;
  top: 60px;
  left: calc(50% + 393px);
}
#base_wrap .s4 .chara05 img {
  max-width: 159px;
}
#base_wrap .s4 .chara06 {
  position: absolute;
  top: 500px;
  left: calc(50% - 490px);
}
#base_wrap .s4 .chara06 img {
  max-width: 110px;
}
#base_wrap .s4 .chara07 {
  position: absolute;
  top: 800px;
  left: calc(50% - 490px);
}
#base_wrap .s4 .chara07 img {
  max-width: 122px;
}
#base_wrap .s4 .chara08 {
  position: absolute;
  top: 750px;
  right: calc(50% - 120px);
  z-index: 0;
}
#base_wrap .s4 .chara08 img {
  max-width: 122px;
}
#base_wrap .s5 {
  background-image: url(../img/s5_bg.webp);
  background-image: image-set(url(../img/s5_bg.webp) 1x, url(../img/s5_bg.webp) 2x);
  background-image: -webkit-image-set(url(../img/s5_bg.webp) 1x, url(../img/s5_bg.webp) 2x);
  background-repeat: repeat;
  background-position: center;
  width: 100%;
  padding: 80px 0;
}
#base_wrap .s5 .inner01 {
  width: 784px;
  margin: 0 auto 80px;
  position: relative;
}
#base_wrap .s5 .inner01 .ttl {
  width: 248px;
  margin: 0 auto 50px;
}
#base_wrap .s5 .inner01 .ttl img {
  max-width: 100%;
}
#base_wrap .s5 .inner01 .chara01 {
  position: absolute;
  top: -100px;
  left: 20px;
}
#base_wrap .s5 .inner01 .chara01 img {
  max-width: 320px;
}
#base_wrap .s5 .inner01 .chara02 {
  position: absolute;
  top: 40px;
  right: -50px;
}
#base_wrap .s5 .inner01 .chara02 img {
  max-width: 145px;
}
#base_wrap .s5 .inner01 .chara03 {
  position: absolute;
  top: 320px;
  left: -90px;
}
#base_wrap .s5 .inner01 .chara03 img {
  max-width: 137px;
}
#base_wrap .s5 .inner01 .chara04 {
  position: absolute;
  top: 390px;
  right: -100px;
}
#base_wrap .s5 .inner01 .chara04 img {
  max-width: 126px;
}
#base_wrap .s5 .inner01 .chara05 {
  position: absolute;
  top: 1020px;
  left: inherit;
  right: -90px;
}
#base_wrap .s5 .inner01 .chara05 img {
  max-width: 137px;
}
#base_wrap .s5 .inner01 .chara06 {
  position: absolute;
  top: 820px;
  left: -110px;
}
#base_wrap .s5 .inner01 .chara06 img {
  max-width: 111px;
}
#base_wrap .s5 .inner01 p {
  font-size: 21px;
  line-height: 1.8;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin: 0 auto 50px;
}
#base_wrap .s5 .inner01 .entry_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 580px;
  margin: 0 auto 90px;
}
#base_wrap .s5 .inner01 .entry_flex li {
  flex-basis: 278px;
}
#base_wrap .s5 .inner01 .entry_flex li a img {
  max-width: 100%;
}
#base_wrap .s5 .inner01 .sttl01 {
  margin: 0 auto 8vw;
  text-align: center;
  width: 344px;
}
#base_wrap .s5 .inner01 .sttl01 img {
  max-width: 100%;
}
#base_wrap .s5 .inner01 .s5_step_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 724px;
  margin: 0 auto 90px;
}
#base_wrap .s5 .inner01 .s5_step_flex .wbase {
  background-color: #fff;
  filter: drop-shadow(1px 1px 3px rgba(147, 112, 12, 0.4));
  width: 214px;
  height: 100%;
  margin: 0 auto;
  height: 328px;
  padding: 60px 25px;
  border-radius: 50px;
  position: relative;
}
#base_wrap .s5 .inner01 .s5_step_flex .wbase .num {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
  width: 72px;
}
#base_wrap .s5 .inner01 .s5_step_flex .wbase .num img {
  max-width: 100%;
}
#base_wrap .s5 .inner01 .s5_step_flex .wbase ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 164px;
  margin: 0 auto;
}
#base_wrap .s5 .inner01 .s5_step_flex .wbase ul .text {
  flex-basis: 100%;
  text-align: center;
}
#base_wrap .s5 .inner01 .s5_step_flex .wbase ul .text h5 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 900;
  color: #000;
  margin: 0 auto;
}
#base_wrap .s5 .inner01 .s5_step_flex .wbase ul .text p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  margin: 0 auto;
  text-align: center;
}
#base_wrap .s5 .inner01 .s5_step_flex .wbase ul .text p a {
  text-decoration: underline;
  color: #0075c1;
}
#base_wrap .s5 .inner01 .s5_step_flex .wbase ul .icon {
  flex-basis: 100%;
  text-align: center;
}
#base_wrap .s5 .inner01 .s5_step_flex .wbase ul .icon .step01_icon {
  width: 81px;
  margin: 20px auto 25px;
}
#base_wrap .s5 .inner01 .s5_step_flex .wbase ul .icon .step02_icon {
  width: 82px;
  margin: 20px auto 15px;
}
#base_wrap .s5 .inner01 .s5_step_flex .wbase ul .icon .step03_icon {
  width: 50px;
  margin: 20px auto 20px;
}
#base_wrap .s5 .inner01 .s5_step_flex .wbase p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  margin: 0 auto;
  text-align: center;
}
#base_wrap .s5 .inner01 .s5_step_flex .wbase p a {
  text-decoration: underline;
  color: #0075c1;
}
#base_wrap .s5 .inner02 {
  width: 784px;
  margin: 0 auto 80px;
  position: relative;
}
#base_wrap .s5 .inner02 .ttl {
  width: 343px;
  margin: 0 auto 50px;
}
#base_wrap .s5 .inner02 .ttl img {
  max-width: 100%;
}
#base_wrap .s5 .inner02 .chara01 {
  position: absolute;
  top: -90px;
  left: 120px;
}
#base_wrap .s5 .inner02 .chara01 img {
  max-width: 215px;
}
#base_wrap .s5 .inner02 .chara02 {
  position: absolute;
  top: 0;
  right: -20px;
}
#base_wrap .s5 .inner02 .chara02 img {
  max-width: 132px;
}
#base_wrap .s5 .inner02 .chara03 {
  position: absolute;
  top: 300px;
  left: -120px;
}
#base_wrap .s5 .inner02 .chara03 img {
  max-width: 140px;
}
#base_wrap .s5 .inner02 .chara04 {
  position: absolute;
  top: 640px;
  right: -20px;
}
#base_wrap .s5 .inner02 .chara04 img {
  max-width: 151px;
}
#base_wrap .s5 .inner02 .chara05 {
  position: absolute;
  top: 380px;
  left: inherit;
  right: -120px;
  z-index: 3;
}
#base_wrap .s5 .inner02 .chara05 img {
  max-width: 145px;
}
#base_wrap .s5 .inner02 .chara06 {
  position: absolute;
  top: 630px;
  left: -50px;
  z-index: 3;
}
#base_wrap .s5 .inner02 .chara06 img {
  max-width: 172px;
}
#base_wrap .s5 .inner02 p {
  font-size: 3.3333333333vw;
  line-height: 1.8;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin: 0 auto 5vw;
}
#base_wrap .s5 .inner02 .sttl01 {
  margin: 0 auto 8vw;
  text-align: center;
  width: 53vw;
}
#base_wrap .s5 .inner02 .sttl01 img {
  max-width: 100%;
}
#base_wrap .s5 .inner02 .s5_post_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 724px;
  margin: 0 auto;
}
#base_wrap .s5 .inner02 .s5_post_flex .wbase {
  background-color: #fff;
  filter: drop-shadow(1px 1px 3px rgba(147, 112, 12, 0.4));
  width: 204px;
  height: 481px;
  padding: 50px 10px;
  margin: 0 auto 5vw;
  border-radius: 50px;
  position: relative;
}
#base_wrap .s5 .inner02 .s5_post_flex .wbase .num {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
  width: 72px;
}
#base_wrap .s5 .inner02 .s5_post_flex .wbase .num img {
  max-width: 100%;
}
#base_wrap .s5 .inner02 .s5_post_flex .wbase ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 174px;
  margin: 0 auto;
}
#base_wrap .s5 .inner02 .s5_post_flex .wbase ul .text {
  flex-basis: 100%;
  text-align: center;
}
#base_wrap .s5 .inner02 .s5_post_flex .wbase ul .text h5 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 900;
  color: #000;
  margin: 0 auto;
}
#base_wrap .s5 .inner02 .s5_post_flex .wbase ul .text p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  margin: 0 auto;
  text-align: center;
}
#base_wrap .s5 .inner02 .s5_post_flex .wbase ul .text p a {
  text-decoration: underline;
  color: #0075c1;
}
#base_wrap .s5 .inner02 .s5_post_flex .wbase ul .icon {
  flex-basis: 100%;
  text-align: center;
}
#base_wrap .s5 .inner02 .s5_post_flex .wbase ul .icon .step01_icon {
  width: 72px;
  margin: 40px auto 60px;
}
#base_wrap .s5 .inner02 .s5_post_flex .wbase ul .icon .step02_icon {
  width: 100px;
  margin: 10px auto 15px;
}
#base_wrap .s5 .inner02 .s5_post_flex .wbase ul .icon .step03_icon {
  width: 68px;
  margin: 40px auto 60px;
}
#base_wrap .s5 .inner02 .s5_post_flex .wbase h6 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  margin: 0 auto;
  text-align: left;
}
#base_wrap .s5 .inner02 .s5_post_flex .wbase h6 span {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  margin: 0 auto;
  text-align: left;
}
#base_wrap .s5 .inner02 .s5_post_flex .wbase p {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  margin: 0 auto;
  text-align: center;
}
#base_wrap .s5 .inner02 .s5_post_flex .wbase p a {
  text-decoration: underline;
  color: #0075c1;
}
#base_wrap .s5 .inner02 .downalod_btn {
  margin: 0 auto 80px;
  width: 460px;
}
#base_wrap .s5 .inner02 .downalod_btn img {
  max-width: 100%;
}
#base_wrap .s5 .product_bx {
  background-color: #fff;
  border-radius: 21px;
  border: 1px solid #006eba;
  padding: 0;
  width: 784px;
  margin: 60px auto 0;
}
#base_wrap .s5 .product_bx h5 {
  background-color: #006eba;
  width: 100%;
  margin: 0 auto 20px;
  border-radius: 18px 18px 0 0;
  text-align: center;
  padding: 15px 0;
}
#base_wrap .s5 .product_bx h5 img {
  max-height: 27px;
}
#base_wrap .s5 .product_bx .product_img {
  width: 716px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 20px;
}
#base_wrap .s5 .product_bx .product_img img {
  max-width: 100%;
}
#base_wrap .s6 {
  background-color: #006eba;
  width: 100%;
  padding: 100px 0;
}
#base_wrap .s6 .s6_btn {
  width: 540px;
  margin: 0 auto;
}
#base_wrap .s7 {
  background-color: #d7eefd;
  width: 100%;
  padding: 80px 0;
}
#base_wrap .s7 .inner {
  width: 784px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
#base_wrap .s7 .inner .chara01 {
  position: absolute;
  top: -70px;
  left: 170px;
}
#base_wrap .s7 .inner .chara01 img {
  max-width: 202px;
}
#base_wrap .s7 .inner .ttl {
  width: 284px;
  margin: 0 auto 5vw;
}
#base_wrap .s7 .inner .ttl img {
  max-width: 100%;
}
#base_wrap .s8 {
  background-color: #fff;
  width: 100%;
  padding: 80px 0 0;
}
#base_wrap .s8 .inner {
  width: 784px;
  margin: 0 auto;
  text-align: center;
}
#base_wrap .s8 .inner h4 {
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: #000;
  margin: 0 auto 75px;
  position: relative;
  letter-spacing: 0.1em;
}
#base_wrap .s8 .inner h4::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: #000;
}
#base_wrap .s8 .inner h5 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 600;
  color: #000;
  margin: 0 auto 40px;
}
#base_wrap .s8 .inner h6 {
  font-size: 19px;
  line-height: 1.8;
  font-weight: 600;
  color: #000;
  margin: 0 auto 10px;
}
#base_wrap .s8 .inner h6 a {
  text-decoration: underline;
  color: #000;
  word-break: break-all;
}
#base_wrap .s8 .inner p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
  margin: 0 auto 40px;
}
#base_wrap .s8 .inner ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
}
#base_wrap .s8 .inner ul .icon {
  flex-basis: 203px;
}
#base_wrap .s8 .inner ul .icon img {
  width: 100%;
  margin-right: 40px;
  margin-top: -40px;
}
#base_wrap .s8 .inner ul li {
  flex-basis: auto;
  text-align: left;
}
#base_wrap .s8 .inner ul li p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
  margin: 0;
}
#base_wrap .s8 .inner ul li a {
  text-decoration: underline;
  color: #000;
  word-break: break-all;
}
#base_wrap .s8 .copy {
  background-color: #000;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
  width: 100%;
  margin: -40px auto 0;
  position: relative;
  z-index: 1;
  letter-spacing: 0.5em;
}
#base_wrap .s9 {
  background-color: #fde6e6;
  width: 100%;
  padding: 120px 0 60px;
}
#base_wrap .s9 .inner {
  width: 784px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#base_wrap .s9 .inner .chara01 {
  position: absolute;
  top: -70px;
  right: -30px;
}
#base_wrap .s9 .inner .chara01 img {
  max-width: 185px;
}
#base_wrap .s9 .inner .ttl {
  width: 248px;
  margin: 0 auto 60px;
}
#base_wrap .s9 .inner .ttl img {
  max-width: 100%;
}
#base_wrap .s9 .inner .sttl {
  margin: 0 auto 60px;
  text-align: center;
}
#base_wrap .s9 .inner .sttl img {
  height: 48px;
}
#base_wrap .s9 .inner .download {
  width: 100%;
  margin: 0 auto;
}
#base_wrap .s9 .inner .download .mobile {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 90px;
}
#base_wrap .s9 .inner .download .mobile li {
  flex-basis: 50%;
}
#base_wrap .s9 .inner .download .mobile li ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#base_wrap .s9 .inner .download .mobile li ul .wp {
  text-align: center;
  flex-basis: 180px;
}
#base_wrap .s9 .inner .download .mobile li ul .wp img {
  width: 141px;
  margin-bottom: 0;
}
#base_wrap .s9 .inner .download .mobile li ul .dlbtn {
  text-align: center;
  flex-basis: 140px;
}
#base_wrap .s9 .inner .download .mobile li ul .dlbtn img {
  width: 140px;
  margin-bottom: 30px;
  margin-top: 30px;
}
#base_wrap .s9 .inner .download .pcwallpaper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 90px;
}
#base_wrap .s9 .inner .download .pcwallpaper li {
  flex-basis: 50%;
}
#base_wrap .s9 .inner .download .pcwallpaper li ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 360px;
}
#base_wrap .s9 .inner .download .pcwallpaper li ul .wp {
  text-align: center;
  flex-basis: 100%;
}
#base_wrap .s9 .inner .download .pcwallpaper li ul .wp img {
  width: 360px;
  margin-bottom: 30px;
}
#base_wrap .s9 .inner .download .pcwallpaper li ul .dlbtn {
  flex-basis: 100%;
  margin-bottom: 0;
}
#base_wrap .s9 .inner .download .pcwallpaper li ul .dlbtn ul {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 320px;
}
#base_wrap .s9 .inner .download .pcwallpaper li ul .dlbtn ul li {
  flex-basis: 50%;
}
#base_wrap .s9 .inner .download .pcwallpaper li ul .dlbtn ul li a img {
  width: 150px;
}
#base_wrap .s10 {
  background-image: url(../img/s9_bg.webp);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: top center;
  width: 100%;
  padding: 100px 0;
}
#base_wrap .s10 .inner {
  width: 784px;
  margin: 0 auto;
  padding: 0 0;
}
#base_wrap .s10 .inner .ttl {
  width: 307px;
  margin: 0 auto 30px;
}
#base_wrap .s10 .inner .ttl img {
  max-width: 100%;
}
#base_wrap .s10 .inner .sttl {
  width: 168px;
  margin: 0 auto 30px;
}
#base_wrap .s10 .inner .sttl img {
  max-width: 100%;
}
#base_wrap .s10 .inner .follow {
  background-image: url(../img/s9_copy01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 735px;
  height: 346px;
  position: relative;
  margin: 0 auto 80px;
}
#base_wrap .s10 .inner .follow .mittens {
  position: absolute;
  top: 0;
  right: 0;
  width: 210px;
}
#base_wrap .s10 .inner .follow .mittens img {
  max-width: 210px;
}
#base_wrap .s10 .inner .step {
  margin: 0 auto 5vw;
}
#base_wrap .s10 .inner .step img {
  max-width: 100%;
}
#base_wrap .s10 .inner .sns_btn {
  margin: 0 auto 90px;
  width: 540px;
}
#base_wrap .s10 .inner .sns_btn img {
  max-width: 100%;
}
#base_wrap .s11 {
  background-color: #fff;
  width: 100%;
  padding: 80px 0 120px;
}
#base_wrap .s11 .inner {
  width: 784px;
  margin: 0 auto;
  text-align: center;
}
#base_wrap .s11 .inner h4 {
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: #000;
  margin: 0 auto 75px;
  position: relative;
  letter-spacing: 0.1em;
}
#base_wrap .s11 .inner h4::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: #000;
}
#base_wrap .s11 .inner h5 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 600;
  color: #000;
  margin: 0 auto 40px;
}
#base_wrap .s11 .inner h6 {
  font-size: 19px;
  line-height: 1.8;
  font-weight: 600;
  color: #000;
  margin: 0 auto 10px;
}
#base_wrap .s11 .inner h6 a {
  text-decoration: underline;
  color: #000;
  word-break: break-all;
}
#base_wrap .s11 .inner p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
  margin: 0 auto 40px;
}
#base_wrap .s11 .inner .s11_bx {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
}
#base_wrap .s11 .inner .s11_bx .icon {
  flex-basis: 268px;
}
#base_wrap .s11 .inner .s11_bx .icon img {
  width: 100%;
  margin-left: 40px;
  margin-top: -10px;
}
#base_wrap .s11 .inner .s11_bx .txt {
  flex-basis: auto;
  text-align: left;
}
#base_wrap .s11 .inner .s11_bx .txt p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
  margin: 0;
}
#base_wrap .s11 .inner .s11_bx .txt a {
  text-decoration: underline;
  color: #000;
  word-break: break-all;
}
#base_wrap .s11 .copy {
  background-color: #000;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
  width: 100%;
  margin: -59px auto 0;
  position: relative;
  z-index: 1;
  letter-spacing: 0.5em;
}
#base_wrap .t_copy {
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  padding: 20px 0;
  width: 100%;
  margin: 0 auto 0;
}

@media (max-width: 780px) {
  body {
    width: 100%;
    height: 100vh;
  }
  img {
    max-width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  #base_wrap {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    background-color: #fff;
  }
  #base_wrap .kv_btn {
    position: fixed;
    bottom: 2vw;
    left: 50%;
    transform: translateX(-50%);
    width: 84vw;
    z-index: 100;
  }
  #base_wrap .kv_btn img {
    width: 84vw;
  }
  #base_wrap .t_kv {
    margin: 0 auto;
    width: 100%;
  }
  #base_wrap .kv {
    background-image: url(../img/kv_bg-s.webp);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 171vw;
    position: relative;
  }
  #base_wrap .kv .logo {
    width: 84vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #base_wrap .kv .kv_icon {
    position: absolute;
    top: 67vw;
    left: 49%;
    transform: translateX(-50%);
    width: 60vw;
    z-index: 1;
  }
  #base_wrap .kv .kv_icon img {
    width: 60vw;
  }
  #base_wrap .s1 {
    text-align: center;
    padding: 10vw 0;
  }
  #base_wrap .s1 .s1_btn {
    margin: 0 auto;
  }
  #base_wrap .s1 .s1_btn img {
    max-width: 100vw;
  }
  #base_wrap .s2 {
    background-image: url(../img/s2_bg-s.png);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: cover;
    width: 100%;
    padding: 10vw 0;
  }
  #base_wrap .s2 .s2_img {
    width: 90vw;
    margin: 0 auto;
  }
  #base_wrap .s2 .s2_img img {
    max-width: 90vw;
  }
  #base_wrap .s3 {
    text-align: center;
    padding: 5vw 0;
  }
  #base_wrap .s3 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90vw;
    margin: 0 auto;
  }
  #base_wrap .s3 ul li {
    flex-basis: 20%;
  }
  #base_wrap .s3 ul li a img {
    max-width: 14vw;
  }
  #base_wrap .s4 {
    background-color: #e7380d;
    padding: 10vw 0;
    width: 100%;
    height: auto;
    position: relative;
  }
  #base_wrap .s4 .ttl {
    width: 50vw;
    margin: 0 auto 5vw;
  }
  #base_wrap .s4 .ttl img {
    max-width: 100%;
  }
  #base_wrap .s4 .course {
    margin: 0 auto 5vw;
    position: relative;
    z-index: 2;
  }
  #base_wrap .s4 .c01 {
    position: static;
    width: 100%;
  }
  #base_wrap .s4 .c01 img {
    width: 100%;
    max-width: 100%;
  }
  #base_wrap .s4 .c02 {
    position: static;
    width: 100%;
  }
  #base_wrap .s4 .c02 img {
    width: 100%;
    max-width: 100%;
  }
  #base_wrap .s4 .c03 {
    position: static;
    width: 100%;
  }
  #base_wrap .s4 .c03 img {
    width: 100%;
    max-width: 100%;
  }
  #base_wrap .s4 .c04 {
    position: static;
    width: 100%;
  }
  #base_wrap .s4 .c04 img {
    width: 100%;
    max-width: 100%;
  }
  #base_wrap .s4 .s4_info {
    margin: 0 auto;
    text-align: left;
    width: 84vw;
    font-size: 2.8205128205vw;
    line-height: 1.4;
    color: #fff;
  }
  #base_wrap .s4 .chara01 {
    position: absolute;
    top: 5vw;
    left: 5vw;
  }
  #base_wrap .s4 .chara01 img {
    max-width: 30.2vw;
  }
  #base_wrap .s4 .chara02 {
    position: absolute;
    top: 15vw;
    right: -2vw;
  }
  #base_wrap .s4 .chara02 img {
    max-width: 20.9vw;
  }
  #base_wrap .s4 .chara03 {
    position: absolute;
    top: 86vw;
    right: -6vw;
  }
  #base_wrap .s4 .chara03 img {
    max-width: 22.5vw;
  }
  #base_wrap .s4 .chara04 {
    position: absolute;
    top: 100vw;
    left: -5vw;
  }
  #base_wrap .s4 .chara04 img {
    max-width: 19.3vw;
    opacity: 1;
  }
  #base_wrap .s4 .chara05 {
    position: absolute;
    top: 150vw;
    right: -16vw;
    left: inherit;
  }
  #base_wrap .s4 .chara05 img {
    max-width: 25.4vw;
  }
  #base_wrap .s4 .chara06 {
    position: absolute;
    top: 192vw;
    left: -5vw;
  }
  #base_wrap .s4 .chara06 img {
    max-width: 20vw;
  }
  #base_wrap .s4 .chara07 {
    position: absolute;
    top: 213vw;
    right: -5vw;
    left: inherit;
  }
  #base_wrap .s4 .chara07 img {
    max-width: 21.6vw;
  }
  #base_wrap .s4 .chara08 {
    position: absolute;
    top: 260vw;
    left: -5.5vw;
  }
  #base_wrap .s4 .chara08 img {
    max-width: 21vw;
  }
  #base_wrap .s5 {
    background-image: url(../img/s5_bg-s.webp);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto;
    width: 100%;
    padding: 10vw 0;
  }
  #base_wrap .s5 .inner01 {
    width: 100vw;
    margin: 0 auto 15vw;
    position: relative;
  }
  #base_wrap .s5 .inner01 .ttl {
    width: 50vw;
    margin: 0 auto 10vw;
  }
  #base_wrap .s5 .inner01 .ttl img {
    max-width: 100%;
  }
  #base_wrap .s5 .inner01 .chara01 {
    position: absolute;
    top: -18vw;
    left: 17vw;
  }
  #base_wrap .s5 .inner01 .chara01 img {
    max-width: 41.2vw;
  }
  #base_wrap .s5 .inner01 .chara02 {
    position: absolute;
    top: 73vw;
    right: -4.5vw;
  }
  #base_wrap .s5 .inner01 .chara02 img {
    max-width: 21.6vw;
  }
  #base_wrap .s5 .inner01 .chara03 {
    position: absolute;
    top: 99vw;
    left: -6.5vw;
  }
  #base_wrap .s5 .inner01 .chara03 img {
    max-width: 23.6vw;
  }
  #base_wrap .s5 .inner01 .chara04 {
    position: absolute;
    top: 129vw;
    right: -4.5vw;
  }
  #base_wrap .s5 .inner01 .chara04 img {
    max-width: 16.8vw;
  }
  #base_wrap .s5 .inner01 .chara05 {
    position: absolute;
    top: 185vw;
    left: -6.5vw;
    right: inherit;
  }
  #base_wrap .s5 .inner01 .chara05 img {
    max-width: 21.3vw;
  }
  #base_wrap .s5 .inner01 .chara06 {
    position: absolute;
    top: 195vw;
    right: 1vw;
    left: inherit;
  }
  #base_wrap .s5 .inner01 .chara06 img {
    max-width: 18.8vw;
  }
  #base_wrap .s5 .inner01 p {
    font-size: 3.3333333333vw;
    line-height: 1.8;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin: 0 auto 5vw;
  }
  #base_wrap .s5 .inner01 .entry_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 84vw;
    margin: 0 auto 8vw;
  }
  #base_wrap .s5 .inner01 .entry_flex li {
    flex-basis: 40vw;
  }
  #base_wrap .s5 .inner01 .entry_flex li a img {
    max-width: 100%;
  }
  #base_wrap .s5 .inner01 .sttl01 {
    margin: 0 auto 8vw;
    text-align: center;
    width: 53vw;
  }
  #base_wrap .s5 .inner01 .sttl01 img {
    max-width: 100%;
  }
  #base_wrap .s5 .inner01 .s5_step_flex {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  #base_wrap .s5 .inner01 .s5_step_flex .wbase {
    background-color: #fff;
    filter: drop-shadow(1px 1px 3px rgba(147, 112, 12, 0.4));
    width: 72vw;
    margin: 0 auto 5vw;
    height: auto;
    padding: 5vw;
    height: auto;
    border-radius: 6.4102564103vw;
    position: relative;
  }
  #base_wrap .s5 .inner01 .s5_step_flex .wbase .num {
    position: absolute;
    top: -5vw;
    left: -6.7vw;
    z-index: 1;
    width: 100%;
  }
  #base_wrap .s5 .inner01 .s5_step_flex .wbase .num img {
    max-width: 13.4vw;
  }
  #base_wrap .s5 .inner01 .s5_step_flex .wbase ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60vw;
    margin: 0 auto;
  }
  #base_wrap .s5 .inner01 .s5_step_flex .wbase ul .text {
    flex-basis: 60%;
    text-align: center;
  }
  #base_wrap .s5 .inner01 .s5_step_flex .wbase ul .text h5 {
    font-size: 4.4871794872vw;
    line-height: 1.5;
    font-weight: 900;
    color: #000;
    margin: 0 auto;
  }
  #base_wrap .s5 .inner01 .s5_step_flex .wbase ul .text p {
    font-size: 3.0769230769vw;
    line-height: 1.5;
    font-weight: 500;
    color: #000;
    margin: 3vw auto 0;
    text-align: center;
  }
  #base_wrap .s5 .inner01 .s5_step_flex .wbase ul .text p a {
    text-decoration: underline;
    color: #0075c1;
  }
  #base_wrap .s5 .inner01 .s5_step_flex .wbase ul .icon {
    flex-basis: 40%;
    text-align: center;
  }
  #base_wrap .s5 .inner01 .s5_step_flex .wbase ul .icon .step01_icon {
    width: 14.1vw;
    margin: 0;
  }
  #base_wrap .s5 .inner01 .s5_step_flex .wbase ul .icon .step02_icon {
    width: 14.4vw;
    margin: 0;
  }
  #base_wrap .s5 .inner01 .s5_step_flex .wbase ul .icon .step03_icon {
    width: 8.6vw;
    margin: 0;
  }
  #base_wrap .s5 .inner01 .s5_step_flex .wbase p {
    font-size: 3.0769230769vw;
    line-height: 1.5;
    font-weight: 500;
    color: #000;
    margin: 3vw auto 0;
    text-align: left;
  }
  #base_wrap .s5 .inner01 .s5_step_flex .wbase p a {
    text-decoration: underline;
    color: #0075c1;
  }
  #base_wrap .s5 .inner02 {
    width: 100vw;
    margin: 0 auto;
    position: relative;
  }
  #base_wrap .s5 .inner02 .ttl {
    width: 50vw;
    margin: 0 auto 10vw;
  }
  #base_wrap .s5 .inner02 .ttl img {
    max-width: 100%;
  }
  #base_wrap .s5 .inner02 .chara01 {
    position: absolute;
    top: -14vw;
    left: 12vw;
  }
  #base_wrap .s5 .inner02 .chara01 img {
    max-width: 32.4vw;
  }
  #base_wrap .s5 .inner02 .chara02 {
    position: absolute;
    top: 24vw;
    right: -7.5vw;
  }
  #base_wrap .s5 .inner02 .chara02 img {
    max-width: 22.5vw;
  }
  #base_wrap .s5 .inner02 .chara03 {
    position: absolute;
    top: 76vw;
    left: -6.5vw;
  }
  #base_wrap .s5 .inner02 .chara03 img {
    max-width: 20vw;
  }
  #base_wrap .s5 .inner02 .chara04 {
    position: absolute;
    top: 106vw;
    right: -4.5vw;
  }
  #base_wrap .s5 .inner02 .chara04 img {
    max-width: 20.1vw;
  }
  #base_wrap .s5 .inner02 .chara05 {
    position: absolute;
    top: 155vw;
    left: -6.5vw;
    z-index: 3;
  }
  #base_wrap .s5 .inner02 .chara05 img {
    max-width: 20.6vw;
  }
  #base_wrap .s5 .inner02 .chara06 {
    position: absolute;
    top: 162vw;
    right: -1vw;
    z-index: 3;
  }
  #base_wrap .s5 .inner02 .chara06 img {
    max-width: 22.6vw;
  }
  #base_wrap .s5 .inner02 p {
    font-size: 3.3333333333vw;
    line-height: 1.8;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin: 0 auto 5vw;
  }
  #base_wrap .s5 .inner02 .sttl01 {
    margin: 0 auto 8vw;
    text-align: center;
    width: 53vw;
  }
  #base_wrap .s5 .inner02 .sttl01 img {
    max-width: 100%;
  }
  #base_wrap .s5 .inner02 .s5_post_flex {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  #base_wrap .s5 .inner02 .s5_post_flex .wbase {
    background-color: #fff;
    filter: drop-shadow(1px 1px 3px rgba(147, 112, 12, 0.4));
    width: 72vw;
    margin: 0 auto 5vw;
    height: auto;
    padding: 5vw;
    border-radius: 6.4102564103vw;
    position: relative;
  }
  #base_wrap .s5 .inner02 .s5_post_flex .wbase .num {
    position: absolute;
    top: -5vw;
    left: -6.7vw;
    z-index: 1;
    width: 100%;
  }
  #base_wrap .s5 .inner02 .s5_post_flex .wbase .num img {
    max-width: 13.4vw;
  }
  #base_wrap .s5 .inner02 .s5_post_flex .wbase ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60vw;
    margin: 0 auto;
  }
  #base_wrap .s5 .inner02 .s5_post_flex .wbase ul .text {
    flex-basis: 70%;
    text-align: center;
  }
  #base_wrap .s5 .inner02 .s5_post_flex .wbase ul .text h5 {
    font-size: 4.4871794872vw;
    line-height: 1.5;
    font-weight: 900;
    color: #000;
    margin: 0 auto;
  }
  #base_wrap .s5 .inner02 .s5_post_flex .wbase ul .text p {
    font-size: 3.0769230769vw;
    line-height: 1.5;
    font-weight: 500;
    color: #000;
    margin: 3vw auto 0;
    text-align: center;
  }
  #base_wrap .s5 .inner02 .s5_post_flex .wbase ul .text p a {
    text-decoration: underline;
    color: #0075c1;
  }
  #base_wrap .s5 .inner02 .s5_post_flex .wbase ul .icon {
    flex-basis: 30%;
    text-align: center;
  }
  #base_wrap .s5 .inner02 .s5_post_flex .wbase ul .icon .step01_icon {
    width: 13.6vw;
    margin: 0;
  }
  #base_wrap .s5 .inner02 .s5_post_flex .wbase ul .icon .step02_icon {
    width: 18vw;
    margin: 0;
  }
  #base_wrap .s5 .inner02 .s5_post_flex .wbase ul .icon .step03_icon {
    width: 11vw;
    margin: 0;
  }
  #base_wrap .s5 .inner02 .s5_post_flex .wbase h6 {
    font-size: 3.0769230769vw;
    line-height: 1.5;
    font-weight: 500;
    color: #000;
    margin: 3vw auto 0;
    text-align: left;
  }
  #base_wrap .s5 .inner02 .s5_post_flex .wbase h6 span {
    font-size: 2.5641025641vw;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    margin: 0;
    text-align: left;
  }
  #base_wrap .s5 .inner02 .s5_post_flex .wbase p {
    font-size: 3.0769230769vw;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    margin: 3vw auto 0;
    text-align: left;
  }
  #base_wrap .s5 .inner02 .s5_post_flex .wbase p a {
    text-decoration: underline;
    color: #0075c1;
  }
  #base_wrap .s5 .inner02 .downalod_btn {
    margin: 10vw auto;
    width: 78vw;
  }
  #base_wrap .s5 .inner02 .downalod_btn img {
    max-width: 100%;
  }
  #base_wrap .s5 .product_bx {
    background-color: #fff;
    border-radius: 6.4102564103vw;
    border: 1px solid #006eba;
    padding: 0;
    width: 84vw;
    margin: 10vw auto 0;
  }
  #base_wrap .s5 .product_bx h5 {
    background-color: #006eba;
    width: 100%;
    margin: 0 auto 5vw;
    border-radius: 6.1538461538vw 6.1538461538vw 0 0;
    text-align: center;
    padding: 2vw 0;
  }
  #base_wrap .s5 .product_bx h5 img {
    max-height: 4.8vw;
  }
  #base_wrap .s5 .product_bx .product_img {
    width: 79vw;
    height: auto;
    margin: 0 auto;
    padding-bottom: 5vw;
  }
  #base_wrap .s6 {
    background-color: #006eba;
    width: 100%;
    padding: 10vw 0;
  }
  #base_wrap .s6 .s6_btn {
    width: 84vw;
    margin: 0 auto;
  }
  #base_wrap .s7 {
    background-color: #d7eefd;
    width: 100%;
    padding: 10vw 0;
  }
  #base_wrap .s7 .inner {
    width: 84vw;
    height: auto;
    margin: 0 auto;
    position: relative;
  }
  #base_wrap .s7 .inner .chara01 {
    position: absolute;
    top: -10vw;
    left: 2vw;
  }
  #base_wrap .s7 .inner .chara01 img {
    max-width: 32.1vw;
  }
  #base_wrap .s7 .inner .ttl {
    width: 50vw;
    margin: 0 auto 5vw;
  }
  #base_wrap .s7 .inner .ttl img {
    max-width: 100%;
  }
  #base_wrap .s8 {
    background-color: #fff;
    width: 100%;
    padding: 10vw 0 0;
  }
  #base_wrap .s8 .inner {
    width: 84vw;
    margin: 0 auto;
    text-align: center;
  }
  #base_wrap .s8 .inner h4 {
    font-size: 3.5897435897vw;
    line-height: 1;
    font-weight: 600;
    color: #000;
    margin: 0 auto 15vw;
    position: relative;
  }
  #base_wrap .s8 .inner h4::after {
    content: "";
    position: absolute;
    bottom: -5vw;
    left: 50%;
    transform: translateX(-50%);
    width: 8vw;
    height: 2px;
    background-color: #000;
  }
  #base_wrap .s8 .inner h5 {
    font-size: 3.7179487179vw;
    line-height: 1.8;
    font-weight: 600;
    color: #000;
    margin: 0 auto 5vw;
  }
  #base_wrap .s8 .inner h6 {
    font-size: 3.7179487179vw;
    line-height: 1.8;
    font-weight: 600;
    color: #000;
    margin: 0 auto 2vw;
  }
  #base_wrap .s8 .inner h6 a {
    text-decoration: underline;
    color: #000;
    word-break: break-all;
  }
  #base_wrap .s8 .inner p {
    font-size: 2.8205128205vw;
    line-height: 1.6;
    font-weight: 400;
    color: #000;
    margin: 0 auto 15vw;
  }
  #base_wrap .s8 .inner ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
  }
  #base_wrap .s8 .inner ul .icon {
    flex-basis: 26vw;
  }
  #base_wrap .s8 .inner ul .icon img {
    width: 20vw;
  }
  #base_wrap .s8 .inner ul li {
    flex-basis: 58vw;
    text-align: left;
  }
  #base_wrap .s8 .inner ul li p {
    font-size: 2.8205128205vw;
    line-height: 1.6;
    font-weight: 400;
    color: #000;
    margin: 0;
  }
  #base_wrap .s8 .inner ul li a {
    text-decoration: underline;
    color: #000;
    word-break: break-all;
  }
  #base_wrap .s8 .copy {
    background-color: #000;
    color: #fff;
    font-size: 2.3076923077vw;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    padding: 2vw 0;
    width: 100%;
    margin: -1vw auto 0;
    position: relative;
    z-index: 1;
    letter-spacing: 0.5em;
  }
  #base_wrap .s9 {
    background-color: #fde6e6;
    width: 100%;
    padding: 15vw 0 0;
  }
  #base_wrap .s9 .inner {
    width: 84vw;
    margin: 0 auto;
    position: relative;
  }
  #base_wrap .s9 .inner .chara01 {
    position: absolute;
    top: -10vw;
    right: -29vw;
  }
  #base_wrap .s9 .inner .chara01 img {
    max-width: 32.2vw;
  }
  #base_wrap .s9 .inner .ttl {
    width: 50vw;
    margin: 0 auto 9vw;
  }
  #base_wrap .s9 .inner .ttl img {
    max-width: 100%;
  }
  #base_wrap .s9 .inner .sttl {
    margin: 0 auto 9vw;
    text-align: center;
  }
  #base_wrap .s9 .inner .sttl img {
    height: 9vw;
  }
  #base_wrap .s9 .inner .download {
    width: 100%;
    margin: 0 auto;
  }
  #base_wrap .s9 .inner .download .mobile {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 15vw;
  }
  #base_wrap .s9 .inner .download .mobile li {
    flex-basis: 50%;
  }
  #base_wrap .s9 .inner .download .mobile li ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #base_wrap .s9 .inner .download .mobile li ul .wp {
    text-align: center;
    flex-basis: 100%;
  }
  #base_wrap .s9 .inner .download .mobile li ul .wp img {
    width: 27vw;
    margin-bottom: 5vw;
  }
  #base_wrap .s9 .inner .download .mobile li ul .dlbtn {
    text-align: center;
    flex-basis: 100%;
  }
  #base_wrap .s9 .inner .download .mobile li ul .dlbtn img {
    width: 30vw;
    margin-top: 0;
    margin-bottom: 2vw;
  }
  #base_wrap .s9 .inner .download .pcwallpaper {
    width: 84vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
  }
  #base_wrap .s9 .inner .download .pcwallpaper li {
    flex-basis: 84vw;
  }
  #base_wrap .s9 .inner .download .pcwallpaper li ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 84vw;
  }
  #base_wrap .s9 .inner .download .pcwallpaper li ul .wp {
    text-align: center;
    flex-basis: 100%;
  }
  #base_wrap .s9 .inner .download .pcwallpaper li ul .wp img {
    width: 84vw;
    max-width: 84vw;
    margin-bottom: 5vw;
  }
  #base_wrap .s9 .inner .download .pcwallpaper li ul .dlbtn {
    flex-basis: 100%;
    margin-bottom: 15vw;
  }
  #base_wrap .s9 .inner .download .pcwallpaper li ul .dlbtn ul {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0;
    width: 70vw;
  }
  #base_wrap .s9 .inner .download .pcwallpaper li ul .dlbtn ul li {
    flex-basis: 50%;
  }
  #base_wrap .s9 .inner .download .pcwallpaper li ul .dlbtn ul li a img {
    width: 30vw;
  }
  #base_wrap .s10 {
    background-image: url(../img/s9_bg-s.webp);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100vw auto;
    padding: 10vw 0 0;
    width: 100%;
  }
  #base_wrap .s10 .inner {
    width: 84vw;
    margin: 0 auto;
    padding: 10vw 0;
  }
  #base_wrap .s10 .inner .ttl {
    width: 58vw;
    margin: 0 auto 4vw;
  }
  #base_wrap .s10 .inner .ttl img {
    max-width: 100%;
  }
  #base_wrap .s10 .inner .sttl {
    width: 22.6vw;
    margin: 0 auto 6vw;
  }
  #base_wrap .s10 .inner .sttl img {
    max-width: 100%;
  }
  #base_wrap .s10 .inner .follow {
    background-image: url(../img/s9_copy01-s.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 84vw;
    height: 100vw;
    position: relative;
    margin: 0 auto 5vw;
  }
  #base_wrap .s10 .inner .follow .mittens {
    position: absolute;
    top: 10vw;
    right: -5vw;
    width: 42.4vw;
  }
  #base_wrap .s10 .inner .follow .mittens img {
    max-width: 42.4vw;
  }
  #base_wrap .s10 .inner .step {
    margin: 0 auto 5vw;
  }
  #base_wrap .s10 .inner .step img {
    max-width: 100%;
  }
  #base_wrap .s10 .inner .sns_btn {
    margin: 0 auto 15vw;
    width: 79vw;
  }
  #base_wrap .s10 .inner .sns_btn img {
    max-width: 100%;
  }
  #base_wrap .s11 {
    background-color: #fff;
    width: 100%;
    padding: 10vw 0 22vw;
  }
  #base_wrap .s11 .inner {
    width: 84vw;
    margin: 0 auto;
    text-align: center;
  }
  #base_wrap .s11 .inner h4 {
    font-size: 3.5897435897vw;
    line-height: 1;
    font-weight: 600;
    color: #000;
    margin: 0 auto 15vw;
    position: relative;
  }
  #base_wrap .s11 .inner h4::after {
    content: "";
    position: absolute;
    bottom: -5vw;
    left: 50%;
    transform: translateX(-50%);
    width: 8vw;
    height: 2px;
    background-color: #000;
  }
  #base_wrap .s11 .inner h5 {
    font-size: 3.7179487179vw;
    line-height: 1.8;
    font-weight: 600;
    color: #000;
    margin: 0 auto 5vw;
  }
  #base_wrap .s11 .inner h6 {
    font-size: 3.7179487179vw;
    line-height: 1.8;
    font-weight: 600;
    color: #000;
    margin: 0 auto 2vw;
  }
  #base_wrap .s11 .inner h6 a {
    text-decoration: underline;
    color: #000;
    word-break: break-all;
  }
  #base_wrap .s11 .inner p {
    font-size: 2.8205128205vw;
    line-height: 1.6;
    font-weight: 400;
    color: #000;
    margin: 0 auto 5vw;
  }
  #base_wrap .s11 .inner .s11_bx {
    width: 100%;
    height: 36vw;
    margin: 0 auto;
    position: relative;
  }
  #base_wrap .s11 .inner .s11_bx .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 58vw;
  }
  #base_wrap .s11 .inner .s11_bx .txt p {
    font-size: 2.8205128205vw;
    line-height: 1.6;
    font-weight: 400;
    color: #000;
    margin: 0;
    text-align: left;
  }
  #base_wrap .s11 .inner .s11_bx .txt p a {
    text-decoration: underline;
    color: #000;
    word-break: break-all;
  }
  #base_wrap .s11 .inner .s11_bx .icon {
    position: absolute;
    bottom: 3vw;
    right: -1vw;
    width: 30vw;
  }
  #base_wrap .s11 .inner .s11_bx .icon img {
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  #base_wrap .s11 .copy {
    background-color: #000;
    color: #fff;
    font-size: 2.3076923077vw;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    padding: 3vw 0;
    width: 100%;
    margin: -10vw auto 0;
    position: relative;
    letter-spacing: 0;
    bottom: 0;
    z-index: 1;
  }
  #base_wrap .t_copy {
    background-color: #000;
    color: #fff;
    font-size: 2.3076923077vw;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    padding: 3vw 0;
    width: 100%;
    margin: 0 auto 0;
    position: relative;
    bottom: 0;
    z-index: 1;
  }
}/*# sourceMappingURL=common.css.map */