@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

a {
  text-decoration: none;
  color: #ffffff;
}

*,
section,
body {
  font-family: "Roboto", "Meiryo", sans-serif !important;
}

.main_body {
  background-color: black;
  font-family: "Roboto", "Meiryo", sans-serif;
}

@media screen and (min-width: 480px) {
  section {
    padding: 0 150px;
  }
}

.pagetop {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
  background: #c771fc;
  z-index: 10;
  /*   デフォルトは非表示 */
  opacity: 0;
}

.pagetop:hover {
  -webkit-box-shadow: 0 0 10px #c771fc;
          box-shadow: 0 0 10px #c771fc;
}

.title {
  /*PC*/
  color: #c771fc;
  font-size: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
  /*スマホ*/
}

@media screen and (max-width: 480px) {
  .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 50px;
    margin-top: 50px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 48px;
    letter-spacing: 20%;
  }
}

.section {
  margin-bottom: 100px;
  position: relative;
}

.text {
  color: #ffffff;
}

@media screen and (max-width: 480px) {
  .text {
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 246.19%;
    letter-spacing: 0.2em;
    font-size: 12px;
  }
}

.gritmeblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.primary {
  color: #ffffff;
  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;
  /*PC*/
  /*スマホ*/
}

.primary .text {
  text-align: center;
  letter-spacing: 1.75px;
}

@media screen and (min-width: 480px) {
  .primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 150%;
    margin-bottom: 80px;
  }
  .primary .sp {
    display: none;
  }
  .primary .primary_line_1 {
    letter-spacing: 8px;
  }
  .primary .primary_line_1:nth-child(3) {
    margin-bottom: 40px;
  }
  .primary .text {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 480px) {
  .primary {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .primary .primary_line_1 {
    letter-spacing: 4px;
  }
  .primary .primary_line_1:nth-child(3) > br {
    margin-bottom: 2px;
  }
  .primary .text {
    line-height: 1.5;
    font-size: 12px;
  }
}

.primary_line {
  /*PC*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  line-height: 17px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 103.69%;
  /* or 17px */
  letter-spacing: 0.2em;
  color: #ffffff;
  font-size: 40px;
  /*スマホ*/
}

@media screen and (max-width: 480px) {
  .primary_line {
    /* white */
    font-size: 16px;
  }
}

.primary_line_1 {
  /*PC*/
  font-family: “Roboto”;
  font-size: 30px;
  text-align: center;
  /*スマホ*/
}

@media screen and (max-width: 480px) {
  .primary_line_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    font-size: 16px;
  }
}

.service {
  /*PC*/
  color: #ffffff;
  /*スマホ*/
}

.service .service_wrapper {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 280%;
  text-align: right;
  letter-spacing: 0.2em;
  margin-bottom: 100px;
}

.service .service_wrapper > p {
  font-size: 24px;
}

@media screen and (max-width: 480px) {
  .service {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 50px;
  }
  .service .service_wrapper {
    line-height: 160%;
    font-family: “Roboto”;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding: 0 40px;
  }
  .service .service_wrapper > p {
    /*スマホ*/
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    font-family: “Roboto”;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 182%;
    letter-spacing: 0.2em;
    color: #ffffff;
  }
  .service .service_wrapper > p:nth-child(4) {
    line-height: 2.7;
  }
}

@media screen and (max-width: 480px) {
  .image_genki {
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
}

.image_genki_img {
  width: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
  border-radius: 16px 0px 0px 16px;
  max-height: 600px;
}

@media screen and (max-width: 480px) {
  .image_genki_img {
    width: 343px;
    height: 337px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 15%;
       object-position: 0 15%;
    border-radius: 16px;
  }
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.about .text {
  line-height: 1.5;
}

.about .text:nth-child(1) {
  margin-bottom: 30px;
}

.about > p {
  color: #ffffff;
}

@media screen and (min-width: 480px) {
  .about > p {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 480px) {
  .about {
    padding: 0 20px;
    margin-bottom: 40px;
    line-height: 160%;
  }
  .about > p {
    font-size: 12px;
  }
}

.about_meal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.about_meal .text {
  line-height: 1.5;
}

.about_meal .text:nth-child(1) {
  margin-bottom: 30px;
}

.about_meal > p {
  color: #ffffff;
}

@media screen and (min-width: 480px) {
  .about_meal > p {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 480px) {
  .about_meal {
    padding: 0 20px;
    margin-bottom: 40px;
    line-height: 160%;
  }
  .about_meal > p {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .about_meal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

@media screen and (min-width: 480px) {
  .message {
    line-height: 1.6;
  }
  .message .text {
    font-size: 20px;
  }
  .message .text:last-child {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .message {
    margin-bottom: 80px;
  }
  .message .text {
    padding: 0 20px;
    font-size: 12px;
  }
}

.about_me {
  /*PC*/
  color: #ffffff;
  line-height: 247%;
  padding-right: 125px;
  /*スマホ*/
}

.about_me .about_me_wrapper {
  margin-bottom: 80px;
}

.about_me .about_me_wrapper .text {
  font-size: 24px;
  color: #ffffff;
}

@media screen and (min-width: 480px) {
  .about_me .about_me_wrapper .about_me_wrapper .text {
    color: #ffffff;
  }
}

@media screen and (max-width: 480px) {
  .about_me {
    padding-left: 16px;
    padding-right: 16px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    text-align: left;
    margin-bottom: 90px;
  }
  .about_me .about_me_wrapper {
    padding: 0 20px;
  }
  .about_me .about_me_wrapper .text {
    text-align: left;
    line-height: 1.35;
  }
  .about_me .about_me_wrapper .text > p {
    font-size: 12px;
    color: #ffffff;
  }
  .about_me .about_me_wrapper:nth-child(1) {
    margin-bottom: 40px;
  }
}

.about_line {
  /*PC*/
  color: #ffffff;
  font-size: 20px;
  /*スマホ*/
}

@media screen and (max-width: 480px) {
  .about_line {
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 246.19%;
    letter-spacing: 0.2em;
  }
}

.block3 .block3_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 480px) {
  .block3 .block3_inner .block3_card {
    width: 25%;
  }
  .block3 .block3_inner .block3_title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .block3 .block3_inner .block3_about_line_wrapper {
    line-height: 1.5;
    height: 300px;
    margin: 0 auto;
  }
  .block3 .block3_inner .about_line {
    line-height: 1.5;
  }
}

.block3 .block3_title {
  color: #c771fc;
}

@media screen and (max-width: 480px) {
  .block3 {
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 16px;
    text-align: center;
    overflow-x: scroll;
    width: 100vw;
    height: 500px;
    margin-bottom: 80px;
  }
  .block3 .block3_inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .block3 .block3_card {
    width: 250px;
  }
  .block3 .block3_card .block3_about_line_wrapper {
    height: 120px;
    margin-top: auto;
  }
  .block3 .block3_card .about_line {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #ffffff;
  }
  .block3 .block3_title {
    text-align: left;
    margin-bottom: 65px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 480px) {
  .block3_card {
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 16px;
    text-align: center;
  }
}

@media screen and (min-width: 480px) {
  .block3_image {
    width: 324px;
    height: 280px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .block3_image {
    width: 216px;
    height: 187px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 15%;
       object-position: 0 15%;
    border-radius: 16px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 480px) {
  .image_groupfitness {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 480px) {
  .image_groupfitness {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

.image_groupfitness_img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 480px) {
  .image_groupfitness_img {
    width: 100%;
    height: 500px;
    -webkit-transform: scale(1);
            transform: scale(1);
    -o-object-position: 0% 50%;
       object-position: 0% 50%;
  }
}

@media screen and (max-width: 480px) {
  .image_groupfitness_img {
    width: 100%;
    height: 223px;
    -o-object-position: 40% 0;
       object-position: 40% 0;
  }
}

.image_personal {
  border-radius: 16px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .image_personal {
    text-align: center;
    margin-bottom: 30px;
  }
}

.image_personal_img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 480px) {
  .image_personal_img {
    width: 1070px;
    height: 470px;
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
    border-radius: 16px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .image_personal_img {
    width: 343px;
    height: 325px;
    -o-object-position: 0 0;
       object-position: 0 0;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 30px;
  }
}

@media screen and (max-width: 480px) {
  .image_meal {
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 16px;
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
  }
}

.image_meal_img {
  width: 500px;
  height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}

@media screen and (max-width: 480px) {
  .image_meal_img {
    width: 343px;
    height: 337px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 15%;
       object-position: 0 15%;
    border-radius: 16px;
  }
}

@media screen and (min-width: 480px) {
  .meal_support--message .text {
    font-size: 24px;
  }
  .meal_support--message .text:nth-child(1) {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .meal_support--message {
    margin-bottom: 90px;
    text-align: center;
  }
  .meal_support--message > p:nth-child(1) {
    margin-bottom: 30px;
  }
  .meal_support--message .text {
    font-size: 14px;
  }
}

.form {
  background: #c771fc;
}

.form > a {
  text-decoration: none;
  color: #ffffff;
}

@media screen and (min-width: 480px) {
  .form {
    font-size: 24px;
    border-radius: 32px;
    width: 322px;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    margin: 0 auto 80px;
  }
  .form > a {
    letter-spacing: 8px;
  }
}

@media screen and (max-width: 480px) {
  .form {
    text-align: center;
    font-size: 16px;
    border-radius: 32px;
    letter-spacing: 0.2em;
    padding: 20px;
    width: 250px;
    margin: 0 auto 80px;
    text-decoration: none;
  }
}

.form:hover {
  opacity: 0.9;
}

/*PC*/
.video {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  opacity: 0.8;
}

.video .video_movie {
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0.3;
}

.header {
  position: relative;
  width: 100%;
}

.nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 200px 40px 120px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  letter-spacing: 1.75px;
  z-index: 10;
}

.nav > a {
  background-color: #c771fc;
  padding: 10px 20px;
  border-radius: 10px;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
}

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

/*スマホ*/
@media screen and (max-width: 480px) {
  .video {
    display: none;
  }
  .video_movie {
    display: none;
  }
}

.block_h2 {
  /*PC*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
  letter-spacing: 20%;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 103.69%;
  letter-spacing: 0.2em;
  font-size: 96px;
  text-align: left;
  position: relative;
  /*スマホ*/
}

.block_h2::before {
  content: "";
  width: 100px;
  height: 20px;
  position: absolute;
  top: -50px;
  background-color: #c771fc;
}

@media screen and (max-width: 480px) {
  .block_h2 {
    font-size: 48px;
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width: 480px) {
  .block_2--genki {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.block_h2__line1 {
  /*PC*/
  color: #c771fc;
  /*スマホ*/
}

.block_h2__line2 {
  /*PC*/
  color: #ffffff;
  /*スマホ*/
}

.block_h2__line3 {
  /*PC*/
  color: #c771fc;
  /*スマホ*/
}

.price {
  /*PC*/
  /*スマホ*/
}

.price .price_line {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.price .price_line--plan {
  font-size: 24px;
}

.price .price_line--price > div {
  font-size: 48px;
}

.price .price_line--price > p {
  font-size: 24px;
}

@media screen and (max-width: 480px) {
  .price {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .price .price_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 16px;
  }
  .price .price_line--plan {
    font-size: 14px;
  }
  .price .price_line--price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price .price_line--price > div {
    font-size: 20px;
    color: #d3d3d3;
    margin-bottom: 2px;
    font-weight: 400;
  }
  .price .price_line--price > p {
    font-size: 14px;
    color: #aaaaaa;
  }
}

.footer {
  margin-bottom: 30px;
}

.footer .footer_container {
  color: #ffffff;
  text-align: center;
}
/*# sourceMappingURL=app.css.map */