@charset "UTF-8";
.section {
  letter-spacing: .1em;
  line-height: 1.75;
  text-align: left; }

.section .SpOnly {
  display: none; }

.section h2 {
  margin-top: 3rem;
  width: 100%; }

.section h3 {
  width: 100%; }

.section h4 {
  width: 100%; }

.section .ImgWrap {
  width: 100%; }

.section p {
  width: 100%; }

.section .ImgWrap img {
  display: block;
  margin: auto; }

.section .CtaWrap {
  text-align: center; }

.blogBtn {
  color: #fff !important; }

.blogBtn:hover {
  color: #3e8ae8 !important; }

@media (max-width: 425px) {
  .section .SpOnly {
    display: block; }

  .section h2 {
    font-size: calc((15 / 375) * 100vw) !important; }

  .section .CtaWrap {
    text-align: unset; }

  .section .CtaWrap .blogBtn {
    display: block;
    margin: 0 auto;
    font-size: 1.2em; }

  .section .CtaWrap .blogBtn:nth-child(1) {
    margin-bottom: 1rem; } }
.Header {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.07);
  z-index: 2; }
  .Header .Header__Inner {
    display: block;
    position: relative;
    width: auto;
    margin: 0 auto;
    padding: 0 10px;
    z-index: 1; }
  .Header .Header__Inner2 {
    position: relative;
    width: auto;
    max-width: 984px;
    margin: 0 auto; }
  .Header .Header__Title {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 0.4rem 0;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }
  .Header .Header__Title__Main {
    font-size: 1rem;
    font-weight: bold;
    background-image: linear-gradient(to right, #63e9f8 0%, #3aa0e7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .Header .Header__Title__SubTitle {
    font-size: 0.7rem;
    color: #53575a; }
  @media screen and (min-width: 728px) {
    .Header .Header__Inner {
      padding: 0 20px; }
    .Header .Header__Title {
      display: flex;
      flex-direction: row;
      justify-content: start;
      align-items: center;
      padding: 1rem 0; }
    .Header .Header__Title__Main {
      font-size: 1.75rem; }
    .Header .Header__Title__SubTitle {
      font-size: 0.9rem; } }

.Mv {
  position: relative; }
  .Mv::before {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: 0; }
  .Mv::after {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ebf3f8;
    z-index: 0; }
  .Mv .Mv__Inner {
    display: block;
    position: relative;
    width: auto;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1; }
  .Mv .Mv__Inner2 {
    display: block;
    position: relative;
    width: auto;
    max-width: 940px;
    margin: 0 auto;
    z-index: 1; }
  .Mv .Mv__title {
    display: block; }
    .Mv .Mv__title img {
      width: 100%;
      height: auto; }
  .Mv.Mv---v3 {
    background-image: url(/assets/images/img_header_mv2_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0; }
    .Mv.Mv---v3::before, .Mv.Mv---v3::after {
      content: none; }

.Content {
  background-color: #f9f9f9; }
  .Content .Content__Inner {
    display: block;
    position: relative;
    width: auto;
    margin: 0 auto;
    padding: 0;
    z-index: 1; }
  @media screen and (min-width: 728px) {
    .Content .Content__Inner {
      padding: 0 20px; } }

.Manga .Manga__Inner {
  display: block;
  width: auto;
  max-width: 940px;
  margin: 0 auto;
  padding-top: 2rem; }
  .Manga .Manga__Inner .Manga__Manga {
    display: block;
    width: 100%;
    height: auto; }
    .Manga .Manga__Inner .Manga__Manga:nth-child(n + 2) {
      margin-top: 0; }
@media screen and (min-width: 728px) {
  .Manga .Manga__Inner {
    padding-top: 5rem; } }

.Feature .Feature__Inner {
  display: block;
  width: auto;
  max-width: 940px;
  margin: 0 auto;
  padding: 4% 6% 0 6%; }
.Feature .Feature__Content {
  display: flex;
  flex-direction: column; }
.Feature .Feature__Body {
  width: auto; }
.Feature .Feature__Catch {
  margin: 1rem 0 0 0;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: bold;
  color: #53565a; }
  .Feature .Feature__Catch .Feature__Catch__Main {
    font-weight: bold;
    background-image: linear-gradient(to bottom, transparent 75%, #d3f5f9 75%, #d3f5f9 90%, transparent 90%); }
  .Feature .Feature__Catch .Feature__Catch__Main__Inner {
    background-image: linear-gradient(to right, #63e9f8 0%, #3aa0e7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .Feature .Feature__Catch + .Feature__Text {
    margin-top: 1rem; }
.Feature .Feature__Text {
  margin: 0;
  font-size: 0.8rem; }
.Feature .Feature__Image {
  width: auto;
  margin: 0;
  padding: 3% 0 8% 0;
  position: relative; }
  .Feature .Feature__Image p {
    margin: 0;
    overflow: hidden;
    text-align: center; }
  .Feature .Feature__Image img {
    width: 50%;
    height: auto;
    max-width: 320px;
    margin: 0 auto 0 auto; }
@media screen and (min-width: 728px) {
  .Feature .Feature__Inner {
    padding: 4rem 4% 0 4%; }
  .Feature .Feature__Content {
    display: flex;
    flex-direction: row; }
  .Feature .Feature__Body {
    width: 70%; }
  .Feature .Feature__Catch {
    margin: 1rem 0 0 0;
    line-height: 1.2;
    font-size: 2.4rem;
    color: #53565a; }
    .Feature .Feature__Catch + .Feature__Text {
      margin-top: 2rem; }
  .Feature .Feature__Text {
    margin: 0;
    padding-bottom: 3rem;
    font-size: 1rem; }
  .Feature .Feature__Image {
    width: 25%;
    margin: 0 0 0 5%;
    padding: 0; }
    .Feature .Feature__Image p {
      overflow: visible;
      height: 100%;
      position: relative; }
    .Feature .Feature__Image img {
      width: 95%;
      position: absolute;
      bottom: -10px;
      right: 0; } }

.CtaArea {
  padding: 0 0 0 0;
  position: relative;
  background-image: url(/assets/images/img_water.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  z-index: 1; }
  .CtaArea .CtaArea__Inner {
    width: auto;
    max-width: 980px;
    margin: 0 auto;
    padding: 2rem 20px 2rem 20px; }
  .CtaArea .CtaArea__Inner2 {
    width: auto; }
  .CtaArea .CtaArea__Title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold; }
    .CtaArea .CtaArea__Title + .CtaArea__Text {
      margin-top: 1rem; }
  .CtaArea .CtaArea__Text {
    text-align: left;
    font-size: 0.8rem;
    color: #53575a; }
    .CtaArea .CtaArea__Text + .CtaButtons {
      margin-top: 1rem; }
  @media screen and (min-width: 728px) {
    .CtaArea {
      background-position: center center; }
      .CtaArea .CtaArea__Inner {
        padding: 4rem 4.0816326531% 4rem 4.0816326531%; }
      .CtaArea .CtaArea__Title {
        font-size: 2rem; }
        .CtaArea .CtaArea__Title + .CtaArea__Text {
          margin-top: 1rem;
          text-align: center; }
      .CtaArea .CtaArea__Text {
        font-size: 1rem; } }

.CtaButtons {
  box-sizing: border-box; }
  .CtaButtons .CtaButtons__Inner {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    /* max-width: 900px; */ }
  .CtaButtons .Button2 {
    width: 100%; }
    .CtaButtons .Button2:last-child {
      margin-top: 1rem;
      margin-left: 0; }
  @media screen and (min-width: 728px) {
    .CtaButtons .CtaButtons__Inner {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
    .CtaButtons .Button2 {
      width: 48%; }
      .CtaButtons .Button2:last-child {
        margin-top: 0;
        margin-left: 4%; } }

/* ボタン
-------------------------------- */
.Button2 {
  box-sizing: border-box;
  display: block;
  width: 45%;
  margin: 0;
  position: relative;
  padding: 1em 0.5em 1em 0.5rem;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 1.8em;
  line-height: 1.4;
  border-radius: 6px;
  cursor: pointer;
  border: #3e8ae8 1px solid;
  color: #ffffff !important;
  background-color: #3e8ae8;
  transition: all 0.3s ease; }
  .Button2:hover {
    color: #3e8ae8 !important;
    background-color: #ffffff; }
  .Button2.PC {
    display: none; }
  .Button2.SP {
    display: block; }
  @media screen and (min-width: 728px) {
    .Button2 {
      font-size: 1.8em; }
      .Button2.PC {
        display: block; }
      .Button2.SP {
        display: none; } }

.Ranking---2 {
  padding-top: 2rem; }

.RankingTitleImage {
  margin: 1.6rem 0 1.6rem 0; }
  .RankingTitleImage img {
    width: 100%;
    height: auto; }
  @media screen and (min-width: 728px) {
    .RankingTitleImage {
      margin: 3.2rem 0 3.2rem 0; } }

#choice-modal .modal__content__wrap {
  width: 900px; }
#choice-modal .modal__content {
  border-radius: 6px;
  padding: 0;
  overflow: hidden; }
#choice-modal .modal-head {
  background: url(/assets/images/bg_head.png) no-repeat 0 0;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 28px; }
#choice-modal .modal-body {
  padding: 35px 100px 50px; }
#choice-modal .modal-lead {
  font-size: 16px;
  color: #53575a;
  margin-bottom: 35px;
  text-align: center; }
#choice-modal .modal-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  background: #3e8ae8;
  height: 90px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold; }
#choice-modal .modal-btn-list {
  display: flex;
  flex-wrap: wrap; }
  #choice-modal .modal-btn-list li {
    width: 48.5%;
    margin-top: 20px; }
    #choice-modal .modal-btn-list li:nth-child(even) {
      margin-left: auto; }
    #choice-modal .modal-btn-list li a {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      color: #fff;
      background: #3e8ae8;
      height: 60px;
      text-decoration: none;
      border-radius: 6px;
      letter-spacing: 0;
      font-weight: bold; }
@media (max-width: 768px) {
  #choice-modal .modal__content__wrap {
    width: 90%; }
  #choice-modal .modal-head {
    height: 65px;
    font-size: 16px; }
  #choice-modal .modal-body {
    padding: 15px 25px 25px; }
  #choice-modal .modal-lead {
    font-size: 13px;
    margin-bottom: 15px; }
  #choice-modal .modal-btn a {
    font-size: 14px;
    height: 60px; }
  #choice-modal .modal-btn-list li {
    width: 100%;
    margin-top: 10px; }
    #choice-modal .modal-btn-list li:nth-child(even) {
      margin-left: 0; }
    #choice-modal .modal-btn-list li a {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      color: #fff;
      background: #3e8ae8;
      height: 60px;
      text-decoration: none;
      border-radius: 6px;
      letter-spacing: 0;
      font-weight: bold; } }
