@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-size: 10px; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  html {
    font-size: 9px; } }

@media screen and (max-width: 767px) {
  html {
    font-size: 8px; } }

body {
  min-width: 300px;
  padding: env(safe-area-inset-top, 20px) env(safe-area-inset-right, 20px) env(safe-area-inset-bottom, 20px) env(safe-area-inset-left, 20px);
  margin: 0;
  overflow-x: hidden; }

header,
main,
footer {
  box-sizing: border-box; }

img {
  vertical-align: bottom;
  width: 100%; }

a {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

button {
  cursor: pointer; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
section,
div,
ul,
li,
dt,
dd,
form,
textarea {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box; }

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.sp {
  display: none; }

.is-hidden {
  display: none; }

.container {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
  line-height: 1.8; }

.container header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  padding: 0 40px;
  transition: 0.1s;
  z-index: 100; }
  .container header h1 {
    display: none; }
  .container header nav.pc ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    justify-content: flex-end;
    font-weight: bold; }
    .container header nav.pc ul li {
      font-size: 1.3rem;
      transition: 0.3s; }
      .container header nav.pc ul li:not(:last-child) {
        margin-right: 24px; }
      .container header nav.pc ul li:hover {
        color: #ee859a; }
    .container header nav.pc ul li.account {
      display: flex;
      color: #ee859a;
      align-items: center; }
      .container header nav.pc ul li.account .separate {
        border-right: solid 1px #ee859a;
        width: 1px;
        height: 20px;
        margin: 0 10px; }
      .container header nav.pc ul li.account img {
        margin-right: 3px;
        transform: translateY(-3px); }
  .container header.hide {
    display: none; }
  .container header.background {
    justify-content: space-between;
    background: #ffffff; }
    .container header.background h1 {
      width: 200px;
      display: block; }
      .container header.background h1 img {
        vertical-align: baseline; }
  .container header .float_news {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    width: 500px;
    max-width: 700px;
    background: #ffffff;
    color: #ee859a;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin: 16px auto;
    border-radius: 40px;
    padding: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 -4px 10px rgba(255, 255, 255, 0.6); }
    .container header .float_news .flex {
      justify-content: center;
      align-items: flex-end; }
      .container header .float_news .flex p {
        margin: auto 16px;
        line-height: 1.5; }
      .container header .float_news .flex img {
        height: 45px;
        width: auto; }

.bg_white {
  background: #ffffff; }

.bg_gray {
  background: #f5f4f4; }

.container section {
  position: relative;
  width: 100%; }
  .container section h2 {
    margin: 0 auto 30px;
    font-size: 3rem;
    text-align: center; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .container section h2 {
        margin: 0 auto 30px;
        font-size: 3rem;
        text-align: center; } }
  .container section .section_inner {
    max-width: 1200px;
    min-width: 800px;
    width: 80%;
    margin: 0 auto;
    padding: 120px 0; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .container section .section_inner {
        max-width: auto;
        min-width: auto;
        width: 95%; } }
  .container section.first_view {
    padding-top: 0; }
    .container section.first_view .key_visual {
      position: relative;
      width: 100%;
      height: 514px;
      background: no-repeat url(../images/png/key_visual.png);
      background-size: cover;
      background-position: center;
      border-right: 40px solid #ffffff;
      border-left: 40px solid #ffffff; }
      .container section.first_view .key_visual img {
        width: 276px;
        margin: 40px; }
      .container section.first_view .key_visual.pattern-B {
        border: none; }
        .container section.first_view .key_visual.pattern-B nav.pc ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center;
          justify-content: flex-end;
          padding: 20px 40px;
          font-weight: bold; }
        .container section.first_view .key_visual.pattern-B img {
          width: 120px;
          margin: 60px 10%; }
    .container section.first_view .campaign .section_inner {
      padding: 90px 0 0; }
      .container section.first_view .campaign .section_inner .description {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        align-items: flex-start; }
        .container section.first_view .campaign .section_inner .description .image_box {
          width: 50%; }
          .container section.first_view .campaign .section_inner .description .image_box .photo_image {
            width: 100%;
            height: 80%; }
          .container section.first_view .campaign .section_inner .description .image_box .text_image {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            justify-content: center;
            align-items: flex-end;
            width: 100%;
            height: 55px;
            margin-bottom: 16px;
            padding-bottom: 10px;
            background: #52c3f2; }
            .container section.first_view .campaign .section_inner .description .image_box .text_image img {
              height: 30px;
              width: auto;
              margin: 0 8px; }
              .container section.first_view .campaign .section_inner .description .image_box .text_image img:nth-child(2) {
                height: 20px;
                margin: 8px; }
              .container section.first_view .campaign .section_inner .description .image_box .text_image img:nth-child(3) {
                height: 120%;
                margin-top: -10%; }
        .container section.first_view .campaign .section_inner .description p {
          width: 45%;
          font-size: 1.7rem; }
      .container section.first_view .campaign .section_inner .note {
        margin: 12px 0;
        font-size: 1.5rem;
        font-weight: bold; }
        .container section.first_view .campaign .section_inner .note span {
          color: #ee859a; }
  .container section.second_view ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px; }
    .container section.second_view ul li p {
      width: 546px;
      height: 156px;
      background-size: cover;
      font-size: 1.8em;
      padding: 30px 16px 30px 32px;
      letter-spacing: 0.1em;
      font-weight: 300;
      display: grid;
      align-items: center; }
    .container section.second_view ul li:nth-child(odd) p {
      margin-left: 10px;
      padding: 35px 24px 35px 38px;
      background: no-repeat url(../images/png/f_p_pc.png); }
    .container section.second_view ul li:nth-child(even) {
      flex-direction: row-reverse; }
      .container section.second_view ul li:nth-child(even) p {
        margin-right: 10px;
        padding: 35px 38px 35px 24px;
        background: no-repeat url(../images/png/f_b_pc.png); }
    .container section.second_view ul li img {
      width: 95px; }
  .container section.third_view ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
    width: 100%;
    background: inherit;
    margin-bottom: 40px; }
    .container section.third_view ul li:last-child {
      margin-bottom: 0; }
    .container section.third_view ul li:nth-child(2) {
      flex-direction: row-reverse; }
    .container section.third_view ul li .image_box {
      width: 50%;
      border-radius: 2px;
      overflow: hidden; }
    .container section.third_view ul li .text_box {
      width: 50%;
      padding: 0 5%;
      text-align: left; }
      .container section.third_view ul li .text_box h3 {
        font-size: 1.8rem;
        font-weight: bold;
        color: #9d8874; }
        .container section.third_view ul li .text_box h3 span {
          position: relative;
          margin-right: 0.5em;
          font-family: "Cardo";
          font-size: 2.8rem;
          color: #ee859a; }
          .container section.third_view ul li .text_box h3 span::before {
            content: "POINT";
            position: relative;
            margin-right: 0.3em;
            font-size: 1rem;
            font-weight: normal; }
      .container section.third_view ul li .text_box h4 {
        margin: 14px auto;
        font-size: 2.2rem;
        font-weight: bold; }
      .container section.third_view ul li .text_box p {
        font-size: 1.7rem; }
      .container section.third_view ul li .text_box ul {
        padding-left: 2em; }
        .container section.third_view ul li .text_box ul li {
          display: list-item;
          list-style: disc;
          margin: 0.2em 0;
          font-size: 1.7rem;
          opacity: 1; }
      .container section.third_view ul li .text_box .modal_open {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        justify-content: flex-start;
        margin: 20px 38px 10px 0;
        font-size: 1.3rem;
        color: #9d8874; }
        .container section.third_view ul li .text_box .modal_open img {
          width: 20px;
          margin-left: 8px; }
  .container section.third_view .ai .section_inner .anime {
    max-width: 100%; }
  .container section.third_view .ai .section_inner .wrap {
    align-items: flex-start !important; }
    .container section.third_view .ai .section_inner .wrap .slider {
      width: 50%; }
      .container section.third_view .ai .section_inner .wrap .slider .image_box {
        width: 100%;
        background: #f0ece7;
        overflow: hidden; }
        .container section.third_view .ai .section_inner .wrap .slider .image_box img {
          width: 180%;
          transition: 0.3s ease-out;
          margin-left: 1%; }
      .container section.third_view .ai .section_inner .wrap .slider .dots {
        margin-top: 20px;
        text-align: center; }
        .container section.third_view .ai .section_inner .wrap .slider .dots span {
          display: inline-block;
          width: 15px;
          height: 15px;
          background: #ee859a;
          border-radius: 10px;
          opacity: 0.5; }
          .container section.third_view .ai .section_inner .wrap .slider .dots span:not(:last-child) {
            margin-right: 24px; }
          .container section.third_view .ai .section_inner .wrap .slider .dots span.current {
            opacity: 1; }
    .container section.third_view .ai .section_inner .wrap .text_box {
      width: 50%;
      padding-left: 60px; }
      .container section.third_view .ai .section_inner .wrap .text_box h4 {
        font-size: 2rem; }
      .container section.third_view .ai .section_inner .wrap .text_box p {
        margin: 0.5em 0 2em;
        font-size: 1.7rem; }
  .container section.third_view .ai .section_inner .note {
    margin-top: 60px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center; }
  .container section.fourth_view ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
    position: relative;
    width: 100%;
    background: inherit;
    margin-bottom: 20px;
    overflow: hidden; }
    .container section.fourth_view ul li ::before {
      content: "";
      background-image: linear-gradient(to bottom, #9d8874, #9d8874 3px, transparent 3px, transparent 8px);
      background-size: 1px 8px;
      background-repeat: repeat-y;
      position: absolute;
      top: 30%;
      bottom: 0;
      left: 2.5%;
      right: 0; }
    .container section.fourth_view ul li .text_box {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      align-items: flex-start;
      width: 50%;
      padding-right: 60px; }
      .container section.fourth_view ul li .text_box .num {
        position: relative;
        margin-left: 10px;
        color: #9d8874;
        font-size: 3.2em;
        font-family: "Cardo"; }
        .container section.fourth_view ul li .text_box .num::before {
          position: absolute;
          top: -5px;
          left: -5px;
          content: "STEP";
          font-size: 1.2rem;
          background: none; }
      .container section.fourth_view ul li .text_box .text_wrap {
        width: 80%; }
        .container section.fourth_view ul li .text_box .text_wrap h3 {
          font-size: 2.2rem;
          font-weight: bold;
          color: #333333; }
        .container section.fourth_view ul li .text_box .text_wrap p {
          font-size: 1.8rem;
          text-align: left; }
    .container section.fourth_view ul li .image_box {
      width: 50%; }
  .container section.fourth_view aside {
    width: 100%; }
    .container section.fourth_view aside .flex {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      align-items: flex-start;
      width: 100%; }
      .container section.fourth_view aside .flex img {
        width: 50%; }
      .container section.fourth_view aside .flex .text_wrapper {
        width: 50%;
        padding-left: 40px; }
        .container section.fourth_view aside .flex .text_wrapper h3 {
          font-size: 2.1rem;
          margin-bottom: 20px; }
          .container section.fourth_view aside .flex .text_wrapper h3 img {
            width: 44px;
            margin-right: 8px; }
        .container section.fourth_view aside .flex .text_wrapper p {
          font-size: 1.8rem;
          line-height: 2; }
  .container section.plan, .container section.faq, .container section.news, .container section.contact, .container section.finally {
    text-align: center; }
    .container section.plan h2, .container section.faq h2, .container section.news h2, .container section.contact h2, .container section.finally h2 {
      font-size: 3rem;
      margin-bottom: 40px;
      position: relative;
      text-align: center;
      left: 0;
      top: 0; }
    .container section.plan h3, .container section.faq h3, .container section.news h3, .container section.contact h3, .container section.finally h3 {
      font-size: 2rem;
      color: #ee859a;
      margin-bottom: 40px; }
    .container section.plan .note, .container section.faq .note, .container section.news .note, .container section.contact .note, .container section.finally .note {
      font-size: 1.8rem;
      margin-bottom: 40px; }
    .container section.plan .logo, .container section.faq .logo, .container section.news .logo, .container section.contact .logo, .container section.finally .logo {
      width: 380px; }
    .container section.plan ul, .container section.faq ul, .container section.news ul, .container section.contact ul, .container section.finally ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      align-items: stretch; }
      .container section.plan ul li, .container section.faq ul li, .container section.news ul li, .container section.contact ul li, .container section.finally ul li {
        flex: 1;
        background: #ffffff;
        border-radius: 8px;
        font-family: "lato"; }
        .container section.plan ul li:not(:last-child), .container section.faq ul li:not(:last-child), .container section.news ul li:not(:last-child), .container section.contact ul li:not(:last-child), .container section.finally ul li:not(:last-child) {
          margin-right: 11px; }
        .container section.plan ul li h4, .container section.faq ul li h4, .container section.news ul li h4, .container section.contact ul li h4, .container section.finally ul li h4 {
          margin: 30px auto 16px;
          border-radius: 30px;
          color: #9d8874;
          font-size: 1.8rem;
          font-weight: bold; }
        .container section.plan ul li p, .container section.faq ul li p, .container section.news ul li p, .container section.contact ul li p, .container section.finally ul li p {
          margin-bottom: 16px;
          font-size: 2rem; }
          .container section.plan ul li p strong, .container section.faq ul li p strong, .container section.news ul li p strong, .container section.contact ul li p strong, .container section.finally ul li p strong {
            font-size: 5rem;
            font-weight: 400; }
          .container section.plan ul li p.bold, .container section.faq ul li p.bold, .container section.news ul li p.bold, .container section.contact ul li p.bold, .container section.finally ul li p.bold {
            font-weight: bold; }
        .container section.plan ul li img, .container section.faq ul li img, .container section.news ul li img, .container section.contact ul li img, .container section.finally ul li img {
          width: 30%;
          margin-top: 24px; }
        .container section.plan ul li:nth-child(1) img, .container section.faq ul li:nth-child(1) img, .container section.news ul li:nth-child(1) img, .container section.contact ul li:nth-child(1) img, .container section.finally ul li:nth-child(1) img {
          width: 55%; }
        .container section.plan ul li:nth-child(3) p strong, .container section.faq ul li:nth-child(3) p strong, .container section.news ul li:nth-child(3) p strong, .container section.contact ul li:nth-child(3) p strong, .container section.finally ul li:nth-child(3) p strong {
          font-size: 3.5rem; }
    .container section.plan .news_list, .container section.faq .news_list, .container section.news .news_list, .container section.contact .news_list, .container section.finally .news_list {
      background: #ffffff;
      padding: 20px 8%; }
    .container section.plan dl, .container section.faq dl, .container section.news dl, .container section.contact dl, .container section.finally dl {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      margin: 0;
      padding: 1.5em 0;
      border-top: #f4f1ef 1px solid;
      font-size: 1.5rem;
      text-align: left; }
      .container section.plan dl:first-child, .container section.faq dl:first-child, .container section.news dl:first-child, .container section.contact dl:first-child, .container section.finally dl:first-child {
        border-top: none; }
      .container section.plan dl dt, .container section.faq dl dt, .container section.news dl dt, .container section.contact dl dt, .container section.finally dl dt {
        width: 20%;
        font-family: "la";
        font-weight: bold;
        color: #4d4d4d; }
      .container section.plan dl dd, .container section.faq dl dd, .container section.news dl dd, .container section.contact dl dd, .container section.finally dl dd {
        width: 80%;
        font-weight: 400; }
        .container section.plan dl dd a, .container section.faq dl dd a, .container section.news dl dd a, .container section.contact dl dd a, .container section.finally dl dd a {
          display: inline-block;
          color: #9d8874;
          text-decoration: underline; }
          .container section.plan dl dd a:hover, .container section.faq dl dd a:hover, .container section.news dl dd a:hover, .container section.contact dl dd a:hover, .container section.finally dl dd a:hover {
            opacity: 0.8; }
    .container section.plan .more, .container section.faq .more, .container section.news .more, .container section.contact .more, .container section.finally .more {
      display: block;
      margin: 20px;
      color: #ee859a;
      font-size: 1.6rem;
      font-weight: bold;
      text-align: right; }
    .container section.plan .accordion .question, .container section.faq .accordion .question, .container section.news .accordion .question, .container section.contact .accordion .question, .container section.finally .accordion .question {
      width: 100%;
      flex: auto;
      background: #ffffff;
      border-radius: 8px;
      margin-bottom: 4px;
      text-align: left; }
      .container section.plan .accordion .question label, .container section.faq .accordion .question label, .container section.news .accordion .question label, .container section.contact .accordion .question label, .container section.finally .accordion .question label {
        position: relative;
        display: block;
        padding: 0.5em 1em;
        font-size: 2rem;
        font-weight: bold; }
        .container section.plan .accordion .question label::before, .container section.faq .accordion .question label::before, .container section.news .accordion .question label::before, .container section.contact .accordion .question label::before, .container section.finally .accordion .question label::before {
          content: "Q";
          margin-right: 24px;
          font-family: "lato";
          font-size: 3rem;
          color: #ee859a; }
        .container section.plan .accordion .question label::after, .container section.faq .accordion .question label::after, .container section.news .accordion .question label::after, .container section.contact .accordion .question label::after, .container section.finally .accordion .question label::after {
          content: "+";
          position: absolute;
          right: 10px;
          top: 0;
          bottom: 0;
          margin: auto;
          width: 30px;
          height: 30px;
          line-height: 28px;
          background: #f5f4f4;
          border-radius: 50%;
          color: #bca793;
          font-family: "lato";
          font-size: 2rem;
          text-align: center;
          transition: 0.3s; }
      .container section.plan .accordion .question .answer, .container section.faq .accordion .question .answer, .container section.news .accordion .question .answer, .container section.contact .accordion .question .answer, .container section.finally .accordion .question .answer {
        position: relative;
        padding: 0 1.5em;
        font-size: 1.5rem;
        line-height: 0;
        visibility: hidden;
        /* 閉じるアニメーション */
        transition: line-height 0.3s ease-out, opacity 0.1s linear, visibility 0.1s linear; }
        .container section.plan .accordion .question .answer::before, .container section.faq .accordion .question .answer::before, .container section.news .accordion .question .answer::before, .container section.contact .accordion .question .answer::before, .container section.finally .accordion .question .answer::before {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          margin: auto;
          content: "";
          display: block;
          width: 96%;
          height: 1px;
          background: #f4f1ef; }
        .container section.plan .accordion .question .answer a, .container section.faq .accordion .question .answer a, .container section.news .accordion .question .answer a, .container section.contact .accordion .question .answer a, .container section.finally .accordion .question .answer a {
          display: inline;
          color: #ee859a;
          text-decoration: underline; }
      .container section.plan .accordion .question input.hidden, .container section.faq .accordion .question input.hidden, .container section.news .accordion .question input.hidden, .container section.contact .accordion .question input.hidden, .container section.finally .accordion .question input.hidden {
        display: none; }
        .container section.plan .accordion .question input.hidden:checked + .answer, .container section.faq .accordion .question input.hidden:checked + .answer, .container section.news .accordion .question input.hidden:checked + .answer, .container section.contact .accordion .question input.hidden:checked + .answer, .container section.finally .accordion .question input.hidden:checked + .answer {
          padding: 1em 1.5em;
          line-height: 1.5;
          opacity: 1;
          visibility: visible;
          /* 開くアニメーション */
          transition: line-height 0.1s ease-out, opacity 0.1s linear 0.1s, visibility 0.1s linear 0.1s; }
      .container section.plan .accordion .question.close label::after, .container section.faq .accordion .question.close label::after, .container section.news .accordion .question.close label::after, .container section.contact .accordion .question.close label::after, .container section.finally .accordion .question.close label::after {
        content: "+";
        position: absolute;
        transform: rotate(45deg); }
    .container section.plan form textarea, .container section.faq form textarea, .container section.news form textarea, .container section.contact form textarea, .container section.finally form textarea {
      width: 100%;
      padding: 1em;
      border: 1px solid #dddddd;
      border-radius: 4px;
      line-height: 1.6; }
      .container section.plan form textarea::-moz-placeholder, .container section.faq form textarea::-moz-placeholder, .container section.news form textarea::-moz-placeholder, .container section.contact form textarea::-moz-placeholder, .container section.finally form textarea::-moz-placeholder {
        color: rgba(106, 95, 84, 0.5);
        font-size: 1.5rem; }
      .container section.plan form textarea:-ms-input-placeholder, .container section.faq form textarea:-ms-input-placeholder, .container section.news form textarea:-ms-input-placeholder, .container section.contact form textarea:-ms-input-placeholder, .container section.finally form textarea:-ms-input-placeholder {
        color: rgba(106, 95, 84, 0.5);
        font-size: 1.5rem; }
      .container section.plan form textarea::placeholder, .container section.faq form textarea::placeholder, .container section.news form textarea::placeholder, .container section.contact form textarea::placeholder, .container section.finally form textarea::placeholder {
        color: rgba(106, 95, 84, 0.5);
        font-size: 1.5rem; }
    .container section.plan form button, .container section.faq form button, .container section.news form button, .container section.contact form button, .container section.finally form button {
      position: relative;
      width: 40%;
      height: 44px;
      line-height: 44px;
      margin-top: 40px;
      background: #bca793;
      border: none;
      border-radius: 4px;
      font-size: 1.5rem;
      font-weight: bold;
      color: #ffffff;
      transition: 0.3s;
      cursor: pointer; }
      .container section.plan form button::after, .container section.faq form button::after, .container section.news form button::after, .container section.contact form button::after, .container section.finally form button::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 1em;
        margin: auto;
        content: "";
        width: 28px;
        height: 28px;
        background: no-repeat url(../images/icon/bt_arrow.svg);
        background-size: cover; }
      .container section.plan form button:hover, .container section.faq form button:hover, .container section.news form button:hover, .container section.contact form button:hover, .container section.finally form button:hover {
        background: #2a2927; }
  .container section.finally {
    background-color: white; }

.plan-lite {
  width: 100%;
  padding: 50px;
  background-color: #ee859a;
  text-align: center;
  color: white; }
  .plan-lite_header {
    font-size: 1.7rem;
    font-weight: normal; }
  .plan-lite_lead {
    line-height: 1.3;
    font-size: 2.2rem; }
    .plan-lite_lead strong {
      font-size: 3.3rem; }
  .plan-lite_list {
    margin: 10px 0; }
    .plan-lite_list li {
      font-size: 1.8rem;
      font-weight: bold; }
  .plan-lite_note {
    line-height: 1.5;
    font-size: 1.4rem; }

.flow-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 830px;
  margin-left: auto;
  margin-right: auto; }

.flow-step {
  width: 400px;
  margin-bottom: 30px; }
  .flow-step_heading {
    margin-bottom: 40px;
    text-align: center;
    line-height: 1;
    font-size: 2.2rem; }
    .flow-step_heading img {
      width: auto;
      height: 68px;
      margin-right: 10px;
      vertical-align: -14px; }
    .flow-step_heading span {
      font-size: 1.8rem; }
    .flow-step_heading small {
      font-weight: normal;
      font-size: 1.4rem; }
  .flow-step_illust {
    text-align: center; }
    .flow-step_illust img {
      width: auto;
      height: 120px; }
  .flow-step_standard, .flow-step_date {
    width: 343px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    line-height: 1.5;
    font-size: 1.8rem;
    background-color: #f5f4f4; }
  .flow-step_standard {
    background: #f5f4f4 url("/images/png/flow_step3_illust.png") no-repeat right bottom; }
    .flow-step_standard li {
      list-style: square;
      margin-left: 3rem;
      margin-right: 90px; }
  .flow-step strong {
    color: #ee859a; }
    .flow-step strong span {
      font-size: 1.63rem; }

.flow-good {
  width: 773px;
  position: relative;
  margin: 44px auto 0;
  padding-bottom: 10px; }
  .flow-good_heading {
    position: absolute;
    top: -14px;
    left: 0;
    z-index: 2;
    width: 76px;
    padding: 3px 0;
    background-color: #ee859a;
    text-align: center; }
    .flow-good_heading img {
      width: 51px;
      height: 22px; }
  .flow-good_container {
    position: relative; }
  .flow-good_text {
    margin-bottom: 10px;
    padding: 30px 15px 20px;
    border: solid 1px #707070;
    font-size: 1.6rem;
    background: url("/images/png/flow_step4_illust_pc.png") no-repeat right bottom; }
  .flow-good .note {
    font-size: 1.3rem; }

.flow {
  margin-bottom: 60px; }

.plan-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 10px; }

.plan-block {
  flex: 1;
  border-radius: 8px;
  background-color: white;
  padding: 30px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.7rem; }
  .plan-block_heading {
    margin-bottom: 30px;
    color: #9d8874; }

.plan_price {
  margin-bottom: 20px;
  line-height: 1.4; }
  .plan_price strong {
    font-size: 4rem;
    font-weight: bold; }

.joinus {
  margin-top: 90px; }

.note_bottom {
  margin: 8px;
  text-align: left;
  font-size: 1.3rem; }
  .note_bottom a {
    display: inline;
    color: #ee859a;
    text-decoration: underline; }

.data-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  justify-content: space-between; }
  .data-container + .note {
    margin-bottom: 20px;
    font-size: 1.3rem; }

.data-block {
  flex: 1;
  gap: 0 10px;
  background-color: #f5f4f4;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 30px;
  text-align: center; }
  .data-block_heading {
    margin-bottom: 20px;
    color: #9d8874;
    font-size: 1.7rem; }
    .data-block_heading sup {
      font-weight: normal; }
  .data-block_image {
    margin-bottom: 10px; }
    .data-block_image img {
      width: auto;
      height: 96px; }
  .data-block_caption {
    font-size: 1.7rem; }
    .data-block_caption strong {
      font-size: 5.25rem; }

.modal_open {
  cursor: pointer; }

.episode {
  margin: 60px 0 120px;
  padding-left: 20px;
  padding-right: 20px; }

#episode h2 {
  margin-bottom: 20px; }

.episode_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-items: stretch;
  width: 960px;
  margin: 0 auto; }

.episode_item {
  box-sizing: border-box;
  width: 312px;
  margin-bottom: 16px;
  padding: 208px 12px 15px;
  border-radius: 8px;
  border: solid 1px #ededed;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain; }
  .episode_item.episode20210822 {
    background-image: url("/episode/20210822/images/ph01.jpg"); }
  .episode_item.episode20210918 {
    background-image: url("/episode/20210918/images/ph01.jpg"); }
  .episode_item.episode20211024 {
    background-image: url("/episode/20211024/images/ph01.jpg"); }
  .episode_item.coming_soon {
    background: #f5f4f4 url("/images/png/coming_soon.png") no-repeat center; }

.episode_title {
  padding: 0.8em 0;
  border-bottom: solid 1px rgba(112, 112, 112, 0.2);
  text-align: center;
  font-size: 18px; }

.episode_couple {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 5px;
  background: url("/images/png/icon-episode-profile.png") no-repeat center; }

.episode_profile {
  width: 46%;
  margin: 0 5px;
  padding: 5px 10px 0;
  background-position: left top;
  background-repeat: no-repeat; }
  .episode_profile.male {
    color: #52c3f2; }
    .episode_profile.male .episode_profile_between {
      border-color: rgba(82, 195, 241, 0.3); }
  .episode_profile.female {
    color: #ee859a; }
    .episode_profile.female .episode_profile_between {
      border-color: rgba(238, 133, 154, 0.3); }

.episode_profile_name {
  margin-bottom: 0.3em;
  line-height: 1.3;
  text-align: center;
  font-size: 14px;
  font-weight: bold; }
  .episode_profile_name .age {
    display: block;
    font-size: 12px; }

.episode_profile_between {
  padding: 0.2em 0;
  text-align: center;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  font-size: 11px; }

.preface {
  margin-bottom: 1em;
  font-size: 1.6rem;
  color: #9d8874;
  font-family: "Lato";
  text-align: center; }

.bottom_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%; }
  .bottom_section .text_wrapper {
    padding: 40px 15px 0 30px; }
    .bottom_section .text_wrapper h2 {
      display: inline-block;
      width: 92%;
      margin: 0;
      font-size: 1rem; }
    .bottom_section .text_wrapper .description p:nth-child(1),
    .bottom_section .text_wrapper .description p:nth-child(2) {
      margin: 20px 0;
      font-size: 4rem;
      font-weight: bold;
      letter-spacing: 0.1em;
      line-height: 1.5; }
    .bottom_section .text_wrapper .description p:nth-child(3) {
      margin: 0 auto;
      font-size: 2rem; }
    .bottom_section .text_wrapper .app_download {
      position: relative;
      display: block;
      padding: 30px 0;
      text-align: left; }
      .bottom_section .text_wrapper .app_download a {
        display: inline-block; }
        .bottom_section .text_wrapper .app_download a img {
          text-align: center;
          cursor: pointer;
          transition: 0.3s;
          margin: 0; }
          .bottom_section .text_wrapper .app_download a img.appstore-btn-img {
            width: 155px;
            margin-right: 13px; }
          .bottom_section .text_wrapper .app_download a img.googleplay-btn-img {
            width: 166px; }
      .bottom_section .text_wrapper .app_download p {
        font-size: 1.7rem;
        margin: 10px auto;
        background: #ffffff;
        padding: 5px 10px;
        border-radius: 2px; }
        .bottom_section .text_wrapper .app_download p strong {
          font-size: 1.7rem;
          font-weight: bold;
          color: #ee859a; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bottom_section .text_wrapper {
      margin-bottom: 100px;
      padding: 40px 15px 0 30px;
      text-align: center; }
      .bottom_section .text_wrapper .pc {
        display: none; }
      .bottom_section .text_wrapper .sp {
        display: block; }
      .bottom_section .text_wrapper .app_download {
        justify-content: center;
        text-align: center; } }
  .bottom_section .plan {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    min-width: 560px;
    width: 58%;
    margin-top: -80px;
    padding: 40px 30px;
    font-family: "Lato";
    z-index: 2; }
    .bottom_section .plan table,
    .bottom_section .plan th,
    .bottom_section .plan td {
      border-collapse: collapse;
      border: solid 1px #e6e6e6;
      background: white; }
    .bottom_section .plan table {
      width: 100%; }
    .bottom_section .plan th,
    .bottom_section .plan td {
      height: 48px;
      font-size: 1.6em;
      text-align: center;
      vertical-align: middle;
      line-height: 1.5; }
      .bottom_section .plan th span,
      .bottom_section .plan td span {
        font-size: 1.5rem; }
    .bottom_section .plan th {
      font-weight: normal; }
    .bottom_section .plan thead th,
    .bottom_section .plan thead td {
      height: 60px;
      line-height: 1.3; }
    .bottom_section .plan thead td:nth-child(2) {
      width: 40%; }
      .bottom_section .plan thead td:nth-child(2) img {
        width: 240px;
        vertical-align: middle; }
    .bottom_section .plan thead td:nth-child(3) {
      width: 30%; }
    .bottom_section .plan th {
      width: 30%;
      background: #f5f4f4; }
    .bottom_section .plan tbody td:nth-child(2) {
      font-size: 2.4rem;
      color: #ee859a;
      font-weight: bold; }
    .bottom_section .plan .icon {
      font-size: 2.5rem; }
    .bottom_section .plan .note {
      width: 100%;
      margin: 8px;
      font-size: 1.3rem; }

.service_brand {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin: 80px auto 40px; }
  .service_brand .logo {
    width: 30%; }
  .service_brand .flex img {
    width: 80px;
    margin-right: 16px; }
  .service_brand .flex p {
    font-size: 1.5rem;
    text-align: left; }
  .service_brand.last {
    position: relative;
    margin-top: 120px;
    padding: 140px 40px 50px;
    background: #ffffff; }
    .service_brand.last h2 {
      text-align: center; }
    .service_brand.last .app_download {
      background: inherit; }

.app_download {
  width: 100%;
  padding: 32px 0;
  border-radius: 8px;
  text-align: center; }
  .app_download p {
    margin-bottom: 18px;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.2em; }
  .app_download a {
    display: inline-block; }
    .app_download a img {
      text-align: center;
      cursor: pointer;
      transition: 0.3s; }
      .app_download a img.appstore-btn-img {
        width: 155px;
        margin-right: 13px; }
      .app_download a img.googleplay-btn-img {
        width: 166px; }
      .app_download a img:hover {
        opacity: 0.5; }

.footer {
  text-align: center; }
  .footer .footer_inner {
    max-width: 1200px;
    min-width: 800px;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 90px; }
    .footer .footer_inner nav {
      position: relative;
      padding: 20px 0; }
      .footer .footer_inner nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        justify-content: center;
        font-size: 1.3rem; }
        .footer .footer_inner nav ul li {
          font-size: 1.3rem;
          transition: 0.3s; }
          .footer .footer_inner nav ul li:not(:last-child) {
            margin-right: 28px; }
        .footer .footer_inner nav ul.sns {
          position: absolute;
          top: 8px;
          right: 0;
          margin: auto; }
          .footer .footer_inner nav ul.sns li {
            width: 44px;
            margin: 0; }
        .footer .footer_inner nav ul.membership_logo {
          margin-top: 16px; }
          .footer .footer_inner nav ul.membership_logo li {
            width: 50px; }
    .footer .footer_inner small {
      font-family: "lato";
      font-size: 1.2rem; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .footer .footer_inner {
      max-width: auto;
      min-width: auto;
      width: 95%;
      margin: 0 auto; }
      .footer .footer_inner nav ul.sns {
        position: relative;
        margin: 32px auto 0; } }

.float_content {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10; }
  .float_content .footer_banner {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 110px;
    background: #52c3f1;
    text-align: center; }
  .float_content .float_button {
    position: absolute;
    bottom: 16px;
    right: 2%;
    z-index: 10; }

.primary_button button {
  display: block;
  position: relative;
  width: 300px;
  max-width: 392px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  padding: 0;
  background: #ee859a;
  border: none;
  border-radius: 50px;
  box-shadow: 0px 3px 6px #00000029;
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
  cursor: pointer; }
  .primary_button button .free {
    font-size: 1.8rem; }
  .primary_button button img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
    width: 24px; }
  .primary_button button:hover {
    background: #e85875; }

.modal_layer {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.6); }
  .modal_layer.modal_show {
    display: block; }
  .modal_layer.c-ship .contents {
    background: white; }
  .modal_layer .contents {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-height: 350px;
    width: 50%;
    padding: 7%;
    border-radius: 8px; }
    .modal_layer .contents .modal_close {
      position: absolute;
      top: 16px;
      right: 16px;
      width: 44px;
      cursor: pointer; }
    .modal_layer .contents .row_center {
      display: flex;
      flex-direction: column;
      min-height: 100%; }
      .modal_layer .contents .row_center h3 {
        font-size: 2rem; }
      .modal_layer .contents .row_center p {
        font-size: 1.5rem;
        margin: auto; }
  .modal_layer.banner .contents {
    max-width: 411px;
    padding: 0 0 100px;
    box-sizing: content-box;
    background-position: center; }
    .modal_layer.banner .contents .modal_close {
      top: 0;
      right: 0;
      width: 60px; }
    @media screen and (min-height: 750px) {
      .modal_layer.banner .contents .modal_close {
        top: 20px; } }
    .modal_layer.banner .contents .catch_copy {
      position: absolute;
      top: 18%;
      width: 100%; }
    .modal_layer.banner .contents .middle {
      position: absolute;
      bottom: 22%;
      width: 100%;
      padding: 0.5em;
      background: #ffffff;
      text-align: center;
      font-size: 1.8rem;
      font-weight: bold; }
    .modal_layer.banner .contents .bottom {
      position: absolute;
      bottom: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 23%;
      padding: 0.5em 3em;
      background: #52c3f2; }
      .modal_layer.banner .contents .bottom img {
        width: auto;
        margin: 0 3%; }
        .modal_layer.banner .contents .bottom img:nth-child(1) {
          height: 45%; }
        .modal_layer.banner .contents .bottom img:nth-child(2) {
          height: 25%; }
        .modal_layer.banner .contents .bottom img:nth-child(3) {
          height: 20%; }
        .modal_layer.banner .contents .bottom img:nth-child(4) {
          height: 36%; }
        .modal_layer.banner .contents .bottom img:nth-child(5) {
          height: 42%; }

.nav_show {
  -webkit-animation: show 0.6s forwards;
          animation: show 0.6s forwards; }

.nav_hide {
  -webkit-animation: hide 3s forwards;
          animation: hide 3s forwards; }

.modal_show {
  display: block; }

.modal_hide {
  animation: hide 1.6s reverse; }

@-webkit-keyframes show {
  from {
    display: none;
    visibility: hidden; }
  to {
    display: block;
    visibility: visible;
    opacity: 1; } }

@keyframes show {
  from {
    display: none;
    visibility: hidden; }
  to {
    display: block;
    visibility: visible;
    opacity: 1; } }

@-webkit-keyframes hide {
  from {
    display: block;
    visibility: visible;
    opacity: 1; }
  to {
    display: none;
    visibility: hidden; } }

@keyframes hide {
  from {
    display: block;
    visibility: visible;
    opacity: 1; }
  to {
    display: none;
    visibility: hidden; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .episode_container {
    width: 100%; }
  .episode_item {
    width: 47%;
    padding-top: 29vw; }
    .episode_item.coming_soon:last-child {
      display: none; }
  .bottom_section .text_wrapper h2 {
    width: 56%; }
  .bottom_section .plan {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .container {
    line-height: 1.8; }
    .container .pc {
      display: none; }
    .container .sp {
      display: block; }
  .container header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    background: #ffffff;
    padding: 16px; }
    .container header h1 {
      width: 240px;
      display: block; }
      .container header h1 img {
        vertical-align: middle; }
    .container header .nav_open {
      position: absolute;
      bottom: 20px;
      right: 0;
      width: 44px;
      height: 44px; }
      .container header .nav_open span {
        position: absolute;
        bottom: 0;
        height: 1.5px;
        width: 24px;
        border-radius: 1.5px;
        background: #333333; }
        .container header .nav_open span::before {
          content: "";
          position: absolute;
          top: -8px;
          height: 1.5px;
          width: 24px;
          border-radius: 1.5px;
          background: #333333; }
        .container header .nav_open span::after {
          content: "";
          position: absolute;
          bottom: 16px;
          height: 1.5px;
          width: 24px;
          border-radius: 1.5px;
          background: #333333; }
    .container header nav.pc {
      display: none; }
    .container header nav.sp {
      display: none;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100vw;
      height: 120vh;
      z-index: 300;
      background: rgba(0, 0, 0, 0.6); }
      .container header nav.sp .contents {
        position: relative;
        margin-left: 100%;
        width: 65%;
        height: 100%;
        transition: margin-left 0.3s ease-out 0.3s; }
        .container header nav.sp .contents .nav_close {
          position: absolute;
          top: 16px;
          right: 16px;
          z-index: 1; }
          .container header nav.sp .contents .nav_close img {
            width: 44px; }
        .container header nav.sp .contents ul {
          width: 100%;
          height: 100%;
          background: #f4f1ef;
          padding-top: 60px;
          visibility: visible; }
          .container header nav.sp .contents ul li {
            height: 64px;
            line-height: 64px;
            border-bottom: #cfcfcf 1px solid;
            color: #333333;
            font-size: 1.6rem; }
            .container header nav.sp .contents ul li:first-child {
              border-top: #cfcfcf 1px solid; }
            .container header nav.sp .contents ul li img {
              width: 40px;
              margin: 0 8px;
              vertical-align: middle; }
            .container header nav.sp .contents ul li.login {
              color: #ee859a; }
              .container header nav.sp .contents ul li.login img {
                width: 18px;
                margin: 0 16px 0 19px; }
    .container header .float_news {
      width: 70%;
      max-width: 250px;
      border-radius: 10px;
      font-size: 1.3rem; }
      .container header .float_news .flex p {
        width: 80%;
        margin: 0 8px;
        font-size: 1.5rem; }
      .container header .float_news .flex .text {
        top: 62%;
        right: 28%; }
      .container header .float_news .flex img {
        height: 30px;
        width: auto;
        margin: auto 12px; }
        .container header .float_news .flex img:nth-child(3) {
          margin: auto 12px; }
        .container header .float_news .flex img:nth-child(4) {
          height: 10px; }
        .container header .float_news .flex img.price {
          height: 25px;
          margin: auto 12px auto 42px; }
  .container section {
    position: relative;
    width: 100%; }
    .container section h2 {
      font-size: 3rem; }
    .container section .section_inner {
      max-width: auto;
      min-width: auto;
      width: 92%;
      margin: 0 auto;
      padding: 40px 0; }
      .container section .section_inner .preface {
        font-size: 1.6rem; }
      .container section .section_inner h2 {
        margin-bottom: 20px;
        position: relative;
        text-align: center;
        line-height: 1.5; }
    .container section.first_view .key_visual {
      position: relative;
      height: 360px;
      margin-top: 60px;
      border: none;
      background-position: top; }
      .container section.first_view .key_visual img {
        position: absolute;
        top: 8px;
        left: 20px;
        width: 240px;
        margin: 0; }
    .container section.first_view .bottom_section {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      justify-content: center;
      align-items: flex-start; }
      .container section.first_view .bottom_section .text_wrapper {
        position: relative;
        margin: 0 auto;
        padding: 30px 0;
        text-align: center; }
        .container section.first_view .bottom_section .text_wrapper h2 {
          display: none; }
        .container section.first_view .bottom_section .text_wrapper p.sp {
          font-size: 5.3vw !important; }
        .container section.first_view .bottom_section .text_wrapper .app_download {
          display: block;
          justify-content: center;
          position: absolute;
          top: -30px;
          left: 0;
          right: 0;
          margin: auto;
          min-width: 95%;
          width: 95%;
          padding: 0;
          text-align: center; }
          .container section.first_view .bottom_section .text_wrapper .app_download a {
            display: inline; }
            .container section.first_view .bottom_section .text_wrapper .app_download a img.appstore-btn-img {
              width: 47%;
              max-width: 160px;
              margin-right: 8px; }
            .container section.first_view .bottom_section .text_wrapper .app_download a img.googleplay-btn-img {
              width: 48%;
              max-width: 166px; }
          .container section.first_view .bottom_section .text_wrapper .app_download p {
            position: absolute;
            top: 50px;
            left: 0;
            right: 0;
            font-size: 1.7rem;
            margin: 10px auto;
            background: #ffedf1;
            padding: 5px 10px;
            border-radius: 2px;
            display: inline-block;
            opacity: 0.9; }
            .container section.first_view .bottom_section .text_wrapper .app_download p:before {
              content: "";
              position: absolute;
              top: -20px;
              left: 50%;
              margin-left: -15px;
              border: 10px solid transparent;
              border-bottom: 10px solid #ffedf1; }
            .container section.first_view .bottom_section .text_wrapper .app_download p strong {
              font-size: 1.7rem;
              font-weight: bold;
              color: #ee859a; }
      .container section.first_view .bottom_section .plan {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        justify-content: center;
        min-width: 92%;
        width: 92%;
        margin-top: 20px;
        margin-bottom: 40px;
        padding: 0;
        font-family: "Lato";
        z-index: 2; }
        .container section.first_view .bottom_section .plan thead img {
          width: 90%; }
        .container section.first_view .bottom_section .plan tbody td:nth-child(2) {
          font-size: 2.2rem; }
    .container section.first_view .campaign .section_inner .description .image_box {
      width: 100%; }
      .container section.first_view .campaign .section_inner .description .image_box .text_image {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        justify-content: center;
        align-items: flex-end;
        width: 100%;
        padding-bottom: 10px;
        background: #52c3f2; }
        .container section.first_view .campaign .section_inner .description .image_box .text_image img {
          height: 30px;
          width: auto;
          margin: 0 8px; }
          .container section.first_view .campaign .section_inner .description .image_box .text_image img:nth-child(2) {
            height: 20px; }
          .container section.first_view .campaign .section_inner .description .image_box .text_image img:nth-child(4) {
            height: 120%;
            margin-top: -10%; } }
    @media only screen and (max-width: 767px) and (max-width: 320px) {
      .container section.first_view .campaign .section_inner .description .image_box .text_image img:nth-child(3) {
        height: 70%; } }

@media only screen and (max-width: 767px) {
    .container section.first_view .campaign .section_inner .description p {
      width: 100%;
      font-size: 1.7rem; }
    .container section.first_view .campaign .section_inner .note {
      margin: 12px 0;
      font-size: 1.5rem;
      font-weight: bold; }
      .container section.first_view .campaign .section_inner .note span {
        color: #ee859a; }
    .container section.second_view ul {
      overflow: hidden; }
      .container section.second_view ul li {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 16px; }
        .container section.second_view ul li p {
          width: 55%;
          height: auto;
          min-height: 11em;
          font-size: 3vw;
          padding: 30px 16px 30px 32px;
          letter-spacing: 0.1em;
          font-weight: 300; }
        .container section.second_view ul li:nth-child(odd) p {
          margin: 0;
          padding: 3% 3% 5% 10%;
          background: no-repeat url(../images/icon/f_p_sp.svg);
          background-size: contain; }
        .container section.second_view ul li:nth-child(even) {
          flex-direction: row-reverse; }
          .container section.second_view ul li:nth-child(even) p {
            margin: 0;
            padding: 5% 8% 5% 5%;
            background: no-repeat url(../images/icon/f_b_sp.svg);
            background-size: contain; }
        .container section.second_view ul li img {
          width: 30%; }
    .container section.third_view ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      align-items: stretch; }
      .container section.third_view ul li {
        width: 100%;
        margin-bottom: 24px; }
        .container section.third_view ul li .image_box {
          width: 92%;
          margin: 0 auto; }
        .container section.third_view ul li .text_box {
          width: 92%;
          margin: 0 auto;
          padding: 20px 0 10px; }
          .container section.third_view ul li .text_box h3 {
            font-size: 2rem;
            font-weight: bold;
            color: #9d8874;
            text-align: center; }
            .container section.third_view ul li .text_box h3 span {
              position: relative;
              margin-right: 0.5em;
              font-family: "Cardo";
              font-size: 2.8rem;
              color: #ee859a; }
              .container section.third_view ul li .text_box h3 span::before {
                content: "POINT";
                position: relative;
                margin-right: 0.3em;
                font-size: 1rem;
                font-weight: normal; }
          .container section.third_view ul li .text_box h4 {
            margin: 10px auto;
            font-size: 2.2em;
            font-weight: bold;
            text-align: center; }
          .container section.third_view ul li .text_box p {
            font-size: 2rem;
            text-align: left; }
          .container section.third_view ul li .text_box ul li {
            font-size: 2rem;
            line-height: 1.5; }
          .container section.third_view ul li .text_box .modal_open {
            justify-content: flex-end;
            margin: 20px 0 10px 0;
            text-align: right;
            font-size: 1.4rem; }
    .container section.third_view .ai .section_inner {
      width: 100%;
      padding: 0 0 90px; }
      .container section.third_view .ai .section_inner .wrap .image_box {
        width: 100%;
        background: #f0ece7;
        overflow-x: scroll;
        overflow-y: hidden; }
        .container section.third_view .ai .section_inner .wrap .image_box img {
          width: 180%;
          margin-left: 1%; }
      .container section.third_view .ai .section_inner .wrap .text_box {
        width: 89%;
        margin: auto;
        padding: 20px 0 0; }
        .container section.third_view .ai .section_inner .wrap .text_box h4 {
          font-size: 2rem; }
        .container section.third_view .ai .section_inner .wrap .text_box p {
          margin-top: 8px;
          font-size: 1.7rem; }
      .container section.third_view .ai .section_inner .note {
        margin-top: 32px;
        font-size: 2.4rem;
        font-weight: bold;
        text-align: center; }
    .container section.fourth_view .section_inner ul li {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      align-items: flex-start;
      position: relative;
      width: 100%;
      margin-bottom: 20px;
      overflow: hidden; }
      .container section.fourth_view .section_inner ul li ::before {
        content: "";
        background-size: 1px 8px;
        background-repeat: repeat-y;
        position: absolute;
        top: 20%;
        bottom: 0;
        left: 5%;
        right: 0; }
      .container section.fourth_view .section_inner ul li .text_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        align-items: flex-start;
        width: 100%;
        padding-right: 0;
        margin-bottom: 2em; }
        .container section.fourth_view .section_inner ul li .text_box .num {
          font-size: 4rem; }
        .container section.fourth_view .section_inner ul li .text_box .text_wrap {
          width: 80%; }
          .container section.fourth_view .section_inner ul li .text_box .text_wrap h3 {
            font-size: 2rem;
            font-weight: bold;
            color: #333333; }
          .container section.fourth_view .section_inner ul li .text_box .text_wrap p {
            font-size: 1.7rem;
            text-align: left; }
      .container section.fourth_view .section_inner ul li .image_box {
        width: 80%;
        margin-left: 20%; }
    .container section.fourth_view .section_inner aside {
      margin: 40px auto 0; }
      .container section.fourth_view .section_inner aside img {
        width: 100%; }
      .container section.fourth_view .section_inner aside .text_wrapper {
        width: 100%;
        padding: 0;
        text-align: center; }
        .container section.fourth_view .section_inner aside .text_wrapper h3 {
          position: relative;
          font-size: 2rem;
          margin: 25px auto 0; }
          .container section.fourth_view .section_inner aside .text_wrapper h3 img {
            position: absolute;
            top: -50px;
            right: 0;
            left: 0;
            margin: auto;
            width: 40px; }
        .container section.fourth_view .section_inner aside .text_wrapper p {
          width: 100%;
          margin-top: 16px;
          padding-left: 0;
          font-size: 1.7rem;
          line-height: 2; }
          .container section.fourth_view .section_inner aside .text_wrapper p strong {
            font-size: 1.7rem; }
    .container section.finally .logo {
      width: 80%; }
    .container section.plan, .container section.faq, .container section.news, .container section.contact {
      text-align: center; }
      .container section.plan h3, .container section.faq h3, .container section.news h3, .container section.contact h3 {
        font-size: 2rem;
        color: #ee859a;
        margin-bottom: 16px; }
      .container section.plan .note, .container section.faq .note, .container section.news .note, .container section.contact .note {
        font-size: 1.7rem;
        margin-bottom: 20px; }
      .container section.plan ul, .container section.faq ul, .container section.news ul, .container section.contact ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        align-items: stretch;
        width: 100%;
        margin: auto; }
        .container section.plan ul li, .container section.faq ul li, .container section.news ul li, .container section.contact ul li {
          flex: auto;
          width: 100%;
          background: #ffffff;
          font-family: "lato"; }
          .container section.plan ul li:nth-child(1), .container section.faq ul li:nth-child(1), .container section.news ul li:nth-child(1), .container section.contact ul li:nth-child(1) {
            margin: 0 0 11px; }
          .container section.plan ul li:nth-child(2), .container section.faq ul li:nth-child(2), .container section.news ul li:nth-child(2), .container section.contact ul li:nth-child(2) {
            margin: 0 11px 0 0; }
          .container section.plan ul li h4, .container section.faq ul li h4, .container section.news ul li h4, .container section.contact ul li h4 {
            width: auto;
            height: auto;
            line-height: 1;
            margin: 18px auto;
            color: #9d8874;
            font-size: 1.7rem;
            font-weight: bold; }
          .container section.plan ul li p, .container section.faq ul li p, .container section.news ul li p, .container section.contact ul li p {
            font-size: 2rem;
            margin-bottom: 16px; }
            .container section.plan ul li p strong, .container section.faq ul li p strong, .container section.news ul li p strong, .container section.contact ul li p strong {
              font-size: 5rem;
              font-weight: 400; }
            .container section.plan ul li p.bold, .container section.faq ul li p.bold, .container section.news ul li p.bold, .container section.contact ul li p.bold {
              font-weight: bold; }
              .container section.plan ul li p.bold strong, .container section.faq ul li p.bold strong, .container section.news ul li p.bold strong, .container section.contact ul li p.bold strong {
                font-size: 3rem; }
          .container section.plan ul li img, .container section.faq ul li img, .container section.news ul li img, .container section.contact ul li img {
            max-width: 120px;
            width: 60%; }
          .container section.plan ul li:nth-child(2), .container section.faq ul li:nth-child(2), .container section.news ul li:nth-child(2), .container section.contact ul li:nth-child(2) {
            width: 48%; }
            .container section.plan ul li:nth-child(2) img, .container section.faq ul li:nth-child(2) img, .container section.news ul li:nth-child(2) img, .container section.contact ul li:nth-child(2) img {
              max-width: 100px;
              width: 55%; }
          .container section.plan ul li:nth-child(3), .container section.faq ul li:nth-child(3), .container section.news ul li:nth-child(3), .container section.contact ul li:nth-child(3) {
            width: 48%; }
            .container section.plan ul li:nth-child(3) p, .container section.faq ul li:nth-child(3) p, .container section.news ul li:nth-child(3) p, .container section.contact ul li:nth-child(3) p {
              font-size: 1.5rem; }
            .container section.plan ul li:nth-child(3) img, .container section.faq ul li:nth-child(3) img, .container section.news ul li:nth-child(3) img, .container section.contact ul li:nth-child(3) img {
              max-width: 100px;
              width: 30%; }
        .container section.plan ul.blue li, .container section.faq ul.blue li, .container section.news ul.blue li, .container section.contact ul.blue li {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center;
          width: 100% !important;
          min-height: 140px;
          margin: 0 0 11px 0 !important; }
          .container section.plan ul.blue li:first-child .img_box img, .container section.faq ul.blue li:first-child .img_box img, .container section.news ul.blue li:first-child .img_box img, .container section.contact ul.blue li:first-child .img_box img {
            width: 60%; }
          .container section.plan ul.blue li .img_box, .container section.faq ul.blue li .img_box, .container section.news ul.blue li .img_box, .container section.contact ul.blue li .img_box {
            width: 50%; }
            .container section.plan ul.blue li .img_box img, .container section.faq ul.blue li .img_box img, .container section.news ul.blue li .img_box img, .container section.contact ul.blue li .img_box img {
              width: 40%;
              margin: 0; }
          .container section.plan ul.blue li .text_wrapper, .container section.faq ul.blue li .text_wrapper, .container section.news ul.blue li .text_wrapper, .container section.contact ul.blue li .text_wrapper {
            width: 50%;
            text-align: left; }
            .container section.plan ul.blue li .text_wrapper h4, .container section.faq ul.blue li .text_wrapper h4, .container section.news ul.blue li .text_wrapper h4, .container section.contact ul.blue li .text_wrapper h4 {
              margin-bottom: 0; }
            .container section.plan ul.blue li .text_wrapper p, .container section.faq ul.blue li .text_wrapper p, .container section.news ul.blue li .text_wrapper p, .container section.contact ul.blue li .text_wrapper p {
              font-size: 1.5rem; }
              .container section.plan ul.blue li .text_wrapper p strong, .container section.faq ul.blue li .text_wrapper p strong, .container section.news ul.blue li .text_wrapper p strong, .container section.contact ul.blue li .text_wrapper p strong {
                font-size: 3.2rem; }
      .container section.plan dl, .container section.faq dl, .container section.news dl, .container section.contact dl {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 1.5em 0;
        border-top: #f4f1ef 1px solid;
        font-size: 1.7rem;
        text-align: left; }
        .container section.plan dl dt, .container section.faq dl dt, .container section.news dl dt, .container section.contact dl dt {
          width: 100%;
          font-family: "la";
          font-size: 1.7rem; }
        .container section.plan dl dd, .container section.faq dl dd, .container section.news dl dd, .container section.contact dl dd {
          width: 93%;
          margin-left: 7%;
          margin-top: 1em; }
      .container section.plan .accordion .question, .container section.faq .accordion .question, .container section.news .accordion .question, .container section.contact .accordion .question {
        width: 100%;
        flex: auto;
        background: #ffffff;
        border-radius: 4px;
        margin-bottom: 4px;
        text-align: left; }
        .container section.plan .accordion .question label, .container section.faq .accordion .question label, .container section.news .accordion .question label, .container section.contact .accordion .question label {
          position: relative;
          display: block;
          padding: 0.5em 3em 0.5em 1em;
          font-size: 1.7rem;
          font-weight: bold; }
          .container section.plan .accordion .question label::before, .container section.faq .accordion .question label::before, .container section.news .accordion .question label::before, .container section.contact .accordion .question label::before {
            content: "Q";
            margin-right: 16px;
            font-family: "lato";
            font-size: 2rem;
            color: #ee859a; }
          .container section.plan .accordion .question label::after, .container section.faq .accordion .question label::after, .container section.news .accordion .question label::after, .container section.contact .accordion .question label::after {
            content: "+";
            position: absolute;
            right: 10px;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 20px;
            height: 20px;
            line-height: 18px;
            border-radius: 50%;
            font-family: "lato";
            font-size: 2rem;
            text-align: center;
            transition: 0.3s; }
        .container section.plan .accordion .question .answer, .container section.faq .accordion .question .answer, .container section.news .accordion .question .answer, .container section.contact .accordion .question .answer {
          position: relative;
          padding: 0 1.5em;
          font-size: 1.5rem;
          line-height: 0;
          opacity: 0;
          visibility: hidden;
          /* 閉じるアニメーション */
          transition: line-height 0.3s ease-out, opacity 0.1s linear, visibility 0.1s linear; }
          .container section.plan .accordion .question .answer::before, .container section.faq .accordion .question .answer::before, .container section.news .accordion .question .answer::before, .container section.contact .accordion .question .answer::before {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: auto;
            content: "";
            display: block;
            width: 96%;
            height: 1px;
            background: #f4f1ef; }
        .container section.plan .accordion .question input.hidden, .container section.faq .accordion .question input.hidden, .container section.news .accordion .question input.hidden, .container section.contact .accordion .question input.hidden {
          display: none; }
          .container section.plan .accordion .question input.hidden:checked + .answer, .container section.faq .accordion .question input.hidden:checked + .answer, .container section.news .accordion .question input.hidden:checked + .answer, .container section.contact .accordion .question input.hidden:checked + .answer {
            padding: 1em 1.5em;
            line-height: 1.5;
            opacity: 1;
            visibility: visible;
            /* 開くアニメーション */
            transition: line-height 0.1s ease-out, opacity 0.1s linear 0.1s, visibility 0.1s linear 0.1s; }
        .container section.plan .accordion .question.close label::after, .container section.faq .accordion .question.close label::after, .container section.news .accordion .question.close label::after, .container section.contact .accordion .question.close label::after {
          content: "+";
          position: absolute;
          transform: rotate(45deg); }
      .container section.plan form textarea, .container section.faq form textarea, .container section.news form textarea, .container section.contact form textarea {
        width: 100%;
        padding: 1em;
        border: 1px solid #dddddd;
        border-radius: 4px; }
        .container section.plan form textarea::-moz-placeholder, .container section.faq form textarea::-moz-placeholder, .container section.news form textarea::-moz-placeholder, .container section.contact form textarea::-moz-placeholder {
          color: rgba(106, 95, 84, 0.5);
          font-size: 1.5rem; }
        .container section.plan form textarea:-ms-input-placeholder, .container section.faq form textarea:-ms-input-placeholder, .container section.news form textarea:-ms-input-placeholder, .container section.contact form textarea:-ms-input-placeholder {
          color: rgba(106, 95, 84, 0.5);
          font-size: 1.5rem; }
        .container section.plan form textarea::placeholder, .container section.faq form textarea::placeholder, .container section.news form textarea::placeholder, .container section.contact form textarea::placeholder {
          color: rgba(106, 95, 84, 0.5);
          font-size: 1.5rem; }
      .container section.plan form button, .container section.faq form button, .container section.news form button, .container section.contact form button {
        position: relative;
        width: 100%;
        height: 44px;
        line-height: 44px;
        margin-top: 16px;
        background: #bca793;
        border: none;
        border-radius: 4px;
        font-size: 1.5rem;
        font-weight: bold;
        color: #ffffff; }
        .container section.plan form button::after, .container section.faq form button::after, .container section.news form button::after, .container section.contact form button::after {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 1em;
          margin: auto;
          content: "";
          width: 28px;
          height: 28px;
          background: no-repeat url(../images/icon/bt_arrow.svg);
          background-size: cover; }
  .app_download {
    width: 100%;
    padding: 16px 0;
    border-radius: 8px;
    text-align: center; }
    .app_download p {
      margin-bottom: 18px;
      font-family: "lato";
      font-size: 1.1rem;
      letter-spacing: 0.2em; }
    .app_download a {
      display: inline; }
      .app_download a img {
        text-align: center; }
        .app_download a img.appstore-btn-img {
          width: 40%;
          max-width: 160px;
          margin-right: 13px; }
        .app_download a img.googleplay-btn-img {
          width: 42%;
          max-width: 166px; }
  .service_brand {
    display: block;
    margin: 40px auto 20px;
    text-align: center; }
    .service_brand .logo {
      width: 60%; }
    .service_brand .flex {
      display: block;
      justify-content: center;
      margin-bottom: 16px;
      text-align: center; }
      .service_brand .flex img {
        width: 80px;
        margin-right: 0;
        margin-top: 16px; }
      .service_brand .flex p {
        font-size: 1.5rem;
        text-align: center; }
    .service_brand.last {
      position: relative;
      width: 101vw;
      margin-top: 80px;
      margin-bottom: -16px;
      margin-left: -5%;
      padding: 120px 0 16px;
      background: #ffffff; }
      .service_brand.last h2 {
        position: absolute;
        top: -35px;
        left: 0;
        right: 0;
        text-align: center; }
      .service_brand.last .app_download {
        background: inherit; }
  .footer {
    min-height: 287px; }
    .footer .footer_inner {
      max-width: auto;
      min-width: auto;
      margin: 0 auto; }
      .footer .footer_inner nav {
        position: relative;
        padding: 20px 0; }
        .footer .footer_inner nav ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center;
          justify-content: flex-start;
          align-items: flex-start;
          font-size: 1.4rem; }
          .footer .footer_inner nav ul li {
            width: 50%;
            font-size: 1.4rem;
            text-align: left;
            transition: 0.3s; }
            .footer .footer_inner nav ul li:nth-child(odd) a {
              width: 80%; }
            .footer .footer_inner nav ul li:not(:last-child) {
              margin-right: 0;
              margin-bottom: 0; }
          .footer .footer_inner nav ul.sns {
            justify-content: center;
            gap: 1em;
            position: relative;
            margin: 20px auto 0; }
            .footer .footer_inner nav ul.sns li {
              width: 44px;
              margin: 0; }
              .footer .footer_inner nav ul.sns li a {
                width: 100%; }
          .footer .footer_inner nav ul.membership_logo {
            justify-content: center;
            margin-top: 16px; }
            .footer .footer_inner nav ul.membership_logo li:nth-child(1) {
              width: 55px;
              margin-right: 10px; }
            .footer .footer_inner nav ul.membership_logo li:nth-child(2) {
              width: 48px; }
      .footer .footer_inner small {
        font-family: "lato";
        font-size: 1.3rem; }
  .float_content {
    position: fixed;
    bottom: 0;
    width: 100%; }
    .float_content .float_button {
      position: absolute;
      bottom: 11px;
      right: 0;
      left: 0;
      max-width: none;
      margin: auto;
      width: 90%; }
      .float_content .float_button button {
        display: block;
        position: relative;
        width: calc(100% - 40px);
        height: 50px;
        line-height: 50px;
        margin: auto;
        border: none;
        border-radius: 50px;
        box-shadow: 0px 3px 6px #00000029;
        color: #ffffff;
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        transition: 0.3s;
        cursor: pointer; }
        .float_content .float_button button .free {
          font-size: 1.3rem; }
        .float_content .float_button button img {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 24px;
          margin: auto;
          width: 24px; }
  .modal_layer {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 200; }
    .modal_layer .contents {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      max-width: 350px;
      max-height: 320px;
      width: 90%;
      height: 40%;
      padding: 8%;
      border-radius: 4px; }
      .modal_layer .contents img.close {
        position: absolute;
        top: 16px;
        right: 16px;
        width: 44px; }
      .modal_layer .contents .row_center {
        display: flex;
        flex-direction: column;
        min-height: 100%; }
        .modal_layer .contents .row_center h3 {
          font-size: 2rem; }
        .modal_layer .contents .row_center p {
          font-size: 1.5rem;
          margin: auto; }
    .modal_layer.banner .contents .bottom img {
      height: 55%; }
  .episode {
    margin-bottom: 60px; }
  .episode_container {
    display: block;
    width: 100%; }
  .episode_item {
    width: 100%;
    padding-top: 59vw; }
  .episode_item.coming_soon {
    display: none; }
  .plan-lite {
    padding: 30px;
    text-align: left; }
  .flow-container {
    width: 100%;
    justify-content: center; }
  .flow-step {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 26px 30px;
    padding-bottom: 10px;
    border-bottom: solid 1px #9d8874; }
    .flow-step:nth-of-type(4) {
      border-bottom: 0; }
      .flow-step:nth-of-type(4):after {
        display: none; }
    .flow-step:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -17px;
      left: 50%;
      transform: translate3d(-50%, 0, 0);
      width: 0;
      height: 0;
      border-left: 17px solid transparent;
      border-right: 17px solid transparent;
      border-top: 17px solid #9d8874; }
    .flow-step_heading {
      margin-bottom: 10px;
      line-height: 0.5;
      font-size: 2.25rem; }
      .flow-step_heading img {
        width: auto;
        height: 41px;
        margin-right: 6px;
        vertical-align: -14px; }
      .flow-step_heading span {
        font-size: 1.9rem; }
    .flow-step_illust {
      text-align: center; }
      .flow-step_illust img {
        width: auto;
        height: 97px; }
    .flow-step_standard, .flow-step_date {
      margin-top: 30px;
      width: 100%;
      padding: 20px;
      line-height: 1.5;
      font-size: 2rem;
      background-color: #f5f4f4; }
    .flow-step_standard {
      background: #f5f4f4 url("/images/png/flow_step3_illust.png") no-repeat right bottom; }
      .flow-step_standard li {
        list-style: square;
        margin-left: 2rem;
        margin-right: 90px; }
    .flow-step strong {
      color: #ee859a; }
      .flow-step strong span {
        font-size: 1.63rem; }
  .flow-good {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-left: 30px;
    margin-right: 30px; }
    .flow-good_wrapper {
      position: relative;
      width: 100%;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; }
    .flow-good_text {
      padding: 20px 15px;
      background-image: none; }
    .flow-good_illust {
      text-align: center; }
      .flow-good_illust img {
        width: auto;
        height: 92px; }
  .plan-block {
    flex: auto;
    width: 100%; }
    .plan-block_heading {
      margin-bottom: 20px; }
    .plan-block .plan_price {
      margin-bottom: 0; }
    .plan-block .joinus {
      margin-top: 0; }
  .data-block {
    flex: auto;
    width: 100%; } }
