@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=M+PLUS+Rounded+1c:wght@400;500;700;900&display=swap");
body {
  margin: 30px 0 155px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

body.is-open {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body {
    margin: 0 0 200px;
  }
}

main, .menu, .dropdown, .footer {
  width: 80vw;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  main, .menu, .dropdown, .footer {
    width: 100%;
    margin: 0;
  }
}

.dropdown {
    display: block;
}

.container {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

img {
  width: 100%;
}

a {
  transition: all 0.4s;
}

a:hover {
  opacity: 0.7;
}

.section__title {
  text-align: center;
  font-size: 53px;
  font-weight: 900;
  color:#000000;
}

.section__lead {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
}

.is-tab {
  display: none;
}

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

.is-sp {
  display: none;
}

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

.hamburger {
  position: fixed;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  background: #000;
  transition: all 0.4s;
  z-index: 10;
}

.hamburger.is-open {
  left: calc(100% - 64px);
}

.hamburger .hamburger__area {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 27px;
}

.hamburger .hamburger__area .hamburger__line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background: #fff;
  transition: all 0.4s;
}

.hamburger .hamburger__area .hamburger__line:first-of-type {
  top: calc(50% - 11px);
}

.hamburger .hamburger__area .hamburger__line:first-of-type.is-open {
  transform: rotate(45deg);
  top: 50%;
}

.hamburger .hamburger__area .hamburger__line:nth-of-type(2).is-open {
  display: none;
}

.hamburger .hamburger__area .hamburger__line:last-of-type {
  top: calc(50% + 11px);
}

.hamburger .hamburger__area .hamburger__line:last-of-type.is-open {
  transform: rotate(-45deg);
  top: 50%;
}

@media screen and (max-width: 767px) {
  .mv .container {
    padding: 0;
  }
}

.cta {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .cta {
    margin-top: 25px;
  }
}

.cta .cta__box {
  width: 530px;
  margin: 0 auto;
  padding: 22px 0 30px;
  border: 1px solid #851f34;
}

@media screen and (max-width: 767px) {
  .cta .cta__box {
    width: 100%;
    padding: 10px 0 16px;
  }
}

.cta .cta__box .cta__text {
  text-align: center;
  color: #851f34;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .cta .cta__box .cta__text {
    font-size: 1.0625rem;
  }
}

.cta .cta__box .cta__btn {
  display: block;
  width: 158px;
  margin: 20px auto 0;
}

.line__btn {
  display: block;
  width: 250px;
  margin: 20px auto 20px;
}

@media screen and (max-width: 767px) {
  .cta .cta__box .cta__btn {
    width: 120px;
    margin: 8px auto 0;
  }
}

.cta .cta__box .cta__btn2 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 160px;
  padding: 20px 40px;
  border: 2px solid #f18b81;
  background: #f18b81;
  color: #fff;
  transition: 0.5s;
  margin: 20px auto 0;
}

.cta .cta__box .cta__btn2:hover {
  color: #f18b81;
  background: #fff;
}


.about {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .about {
    padding-top: 35px;
  }
}

.about .about__box {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .about .about__box {
    margin-top: 40px;
    display: block;
  }
}

.about .about__box .about__picture {
  flex: 0 1 45.8333%;
}

@media screen and (max-width: 767px) {
  .about .about__box .about__picture {
    flex: 0 1 100%;
  }
}

.about .about__box .about__textContents {
 /* flex: 0 1 49.1667%; */
 flex: 0 1 100%;
 text-align: center;
}

@media screen and (max-width: 767px) {
  .about .about__box .about__textContents {
    flex: 0 1 100%;
    margin-top: 20px;
    text-align: left;
  }
}

.about .about__box .about__textContents .about__text {
  line-height: 1.6667;
}

.about .about__box .about__textContents .about__txt {
  margin-top: 25px;
  font-size: 0.875rem;
  line-height: 1.6667;
}

@media screen and (max-width: 767px) {
  .about .about__box .about__textContents .about__txt {
    margin-top: 20px;
  }
}

.story {
  padding-top: 125px;
}

@media screen and (max-width: 767px) {
  .story {
    padding-top: 50px;
  }
}

.story .story__text {
  margin-top: 40px;
  text-align: center;
  line-height: 1.6667;
}

@media screen and (max-width: 767px) {
  .story .story__text {
    margin-top: 20px;
    text-align: left;
  }
}

.character {
  padding-top: 140px;
}

@media screen and (max-width: 767px) {
  .character {
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .character .container {
    padding: 0;
  }
}

.character .container .character__box {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .character .container .character__box {
    margin-top: 33px;
    display: block;
  }
}

.character .container .character__box .character__picture {
  flex: 0 1 47.3333%;
}

@media screen and (max-width: 767px) {
  .character .container .character__box .character__picture {
    flex: 0 1 100%;
  }
}

.character .container .character__box .character__textContents {
  flex: 0 1 49.1667%;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .character .container .character__box .character__textContents {
    flex: 0 1 100%;
    margin-top: 18px;
    padding: 0 15px;
  }
}

.character .container .character__box .character__textContents .character__tag {
  color: #f18b81;
  font-size: 1.25rem;
  font-weight: 700;
}

.character .container .character__box .character__textContents .character__title {
  margin-top: 3px;
  font-size: 2.5625rem;
  font-weight: 700;
  color: #000;
}

.character .container .character__box .character__textContents .character__rows {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .character .container .character__box .character__textContents .character__rows {
    margin-top: 23px;
  }
}

.character .container .character__box .character__textContents .character__rows .character__row {
  display: flex;
  align-items: center;
}

.character .container .character__box .character__textContents .character__rows .character__row:nth-of-type(n + 2) {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .character .container .character__box .character__textContents .character__rows .character__row:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}

.character .container .character__box .character__textContents .character__rows .character__row .character__dt {
  flex: 0 0 170px;
  font-size: 1.25rem;
  font-weight: 700;
}

.character .container .character__box .character__textContents .character__rows .character__row .character__dd {
  flex: 0 1 100%;
  font-size: 1.25rem;
  font-weight: 700;
}

@media screen and (max-width: 1280px) {
  .character .container .character__box .character__textContents .character__rows .character__row .character__dd {
    font-size: 1.125rem;
  }
}

.character .container .character__box .character__textContents .character__text {
  margin-top: 30px;
  line-height: 1.6667;
}

.feature {
  padding-top: 130px;
}

@media screen and (max-width: 767px) {
  .feature {
    padding-top: 80px;
  }
}

.feature .feature__box {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .feature .feature__box {
    margin-top: 33px;
    display: block;
  }
}

.feature .feature__box .feature__picture {
  flex: 0 1 47.3333%;
}

@media screen and (max-width: 767px) {
  .feature .feature__box .feature__picture {
    flex: 0 1 100%;
  }
}

.feature .feature__box .feature__textContents {
  /* flex: 0 1 49.1667%; */
  flex: 0 1 100%;
}

@media screen and (max-width: 767px) {
  .feature .feature__box .feature__textContents {
    flex: 0 1 100%;
  }
}

.feature .feature__box .feature__textContents .feature__area:nth-of-type(n + 2) {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .feature .feature__box .feature__textContents .feature__area:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}

.feature .feature__box .feature__textContents .feature__area .feature__header {
  display: flex;
  align-items: center;
}

.feature .feature__box .feature__textContents .feature__area .feature__header .feature__num {
  color: #6e6e6e;
  font-size: 5.625rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1280px) {
  .feature .feature__box .feature__textContents .feature__area .feature__header .feature__num {
    font-size: 3.625rem;
  }
}

@media screen and (max-width: 767px) {
  .feature .feature__box .feature__textContents .feature__area .feature__header .feature__num {
    font-size: 5rem;
  }
}

.feature .feature__box .feature__textContents .feature__area .feature__header .feature__title {
  margin-left: 10px;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}

@media screen and (max-width: 1280px) {
  .feature .feature__box .feature__textContents .feature__area .feature__header .feature__title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .feature .feature__box .feature__textContents .feature__area .feature__header .feature__title {
    margin-left: 15px;
    line-height: calc(35 / 27);
    position: relative;
    top: 3px;
  }
}

.feature .feature__box .feature__textContents .feature__area .feature__body {
  margin-top: 10px;
  line-height: 1.6667;
}

.cta2 {
  margin-top: 120px;
  padding-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .cta2 {
    margin-top: 60px;
    padding-bottom: 80px;
  }
}

.sidebar {
  width: 18.2292vw;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  padding: 42px 0 0 20px;
  border-right: 9px solid #000;
  background: #fff;
  transition: all 0.4s;
}

.sidebar.is-open {
  transform: translateX(0);
}

@media screen and (max-width: 1280px) {
  .sidebar {
    padding: 42px 0 0 12px;
    border-right: 8px solid #000;
  }
}

@media screen and (max-width: 767px) {
  .sidebar {
    width: 85%;
    transform: translateX(-100%);
    padding: 42px 0 0 20px;
    z-index: 999;
  }
}

.sidebar .sidebar__list .sidebar__item .sidebar__item--link {
  padding: 5px;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  transition: all 0.4s;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .sidebar .sidebar__list .sidebar__item .sidebar__item--link {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .sidebar .sidebar__list .sidebar__item .sidebar__item--link {
    font-size: 1.25rem;
  }
}

.sidebar .sidebar__list .sidebar__item .sidebar__item--link:hover {
  opacity: 1;
}

.sidebar .sidebar__list .sidebar__item .sidebar__item--link.is-active::after {
  position: absolute;
  content: "";
  width: 58.8571%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #f18b81;
}

@media screen and (max-width: 767px) {
  .sidebar .sidebar__list .sidebar__item .sidebar__item--link.is-active::after {
    width: 206px;
  }
}
/*# sourceMappingURL=style.css.map */