@charset "UTF-8";

/* タブ切り替え */
    .tab-wrap {
      display: flex;
      flex-wrap: wrap;
      margin:70px 0 0;
        border-top: 1px solid #efefef;
    }
    .tab-wrap:after {
      content: '';
      width: 100%;
      display: block;
      order: -1;
    }
    .tab-label {
      color: #00A273;
      font-size: 18px;
      border-right: 1px solid #efefef;
      font-weight: bold;
      white-space: nowrap;
      text-align: center;
      padding: 15px .5em;
      margin: 0 120px 0 0;
      order: -1;
      position: relative;
      z-index: 1;
      cursor: pointer;
      flex: 1;
    }
    .tab-label:not(:last-of-type) {
      margin: 0 0 0 120px;
      border-left: 1px solid #efefef;
    }
    @media screen and (max-width: 559px) {
      .tab-label {
        margin: 0 auto;
      }
      .tab-label:not(:last-of-type) {
        margin: 0 0 0 0;
      }
    }
    .tab-content {
      width: 100%;
      height: 0;
      overflow: hidden;
      opacity: 0;
    }
    /* アクティブなタブ */
    .tab-switch:checked+.tab-label {
      background: #00A273;
      color: #fff;
    }
    .tab-switch:checked+.tab-label+.tab-content {
      height: auto;
      overflow: auto;
      opacity: 1;
      transition: .5s opacity;
      border-top: 1px solid #efefef;
    }
    .tab-switch:checked+.tab-label:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -10px;
      border: 10px solid transparent;
      border-top: 15px solid #00A273;
      z-index: 99;
    }
    /* ラジオボタン非表示 */
    .tab-switch {
      display: none;
    }


  /* キャラクター選択 */
  .chara-wrap {
      display: flex;
      flex-wrap: wrap;
  }
  .chara-wrap:after {
    content: '';
    width: 100%;
    display: block;
    order: -1;
  }
  .chara-label,
  .chara-switch:checked~.chara-switch:last-of-type+.chara-label {
      box-sizing:border-box;
      width: 12.7%;
      height: auto;
      color: #000;
      margin: 10px 1.98%;
      border-radius: 80px;
  }
  .chara-switch:checked+.chara-label+.chara-content {
    overflow: auto;
    opacity: 1;
    transition: .5s opacity;
    padding-top: 80px;
  }

  .chara-label img {
    width: 100%;
    opacity: 0.4;
    /* box-shadow: 3px 3px 0 #ccc,
           -3px 3px 0 #ccc,
           3px -3px 0 #ccc,
           -3px -3px 0 #ccc; */
           border-radius: 80px;
  }
  p.chara_name {
    font-size: 15px;
    text-align: center;
    opacity: 0.5;
    margin: 10px 0;
  }

  .chara-label{
      order:-1;
  }
  .chara-content,
  .chara-switch:checked~.chara-content:last-of-type {
      width: 100%;
      margin-top: 30px;
      display: none;
  }
  .chara-switch:checked+.chara-label img {
      background: #fff;
      /* box-shadow: 3px 3px 0 #00A273,
             -3px 3px 0 #00A273,
             3px -3px 0 #00A273,
             -3px -3px 0 #00A273; */
      opacity: 1.0;
  }
  .chara-switch:checked+.chara-label p.chara_name {
      opacity: 1.0;
  }

  .chara-switch:checked+.chara-label+.chara-content,
  .chara-content:last-of-type {
      display: block;
  }
  .chara-order .chara-label:last-of-type {
      order: -2;
  }
  .chara-switch {
      display: none;
  }


  @media screen and (max-width: 559px) {
    .chara-label,
    .chara-switch:checked~.chara-switch:last-of-type+.chara-label {
        box-sizing:border-box;
        width: 27.2%;
        height: auto;
        margin: 5px 3%;
        border-radius: 50px;
    }
    p.chara_name {
      font-size: 10px;
    }
    .chara-switch:checked+.chara-label+.chara-content {
      padding-top: 23px;
    }
  }

/* 共通 */
      @charset "UTF-8";
      html {
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: transparent
      }
      body {
        margin:0; padding:0; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; font-weight: 500;
      }
      main {
        display: block
      }
      p, table, blockquote, address, pre, iframe, form, figure, dl {
        margin: 0
      }
      h1, h2, h3, h4, h5, h6 {
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit;
        margin: 0
      }
      ul, ol, li {
        margin: 0;
        padding: 0;
        list-style: none
      }
      a {
        text-decoration: none;
      }
/* --------------------------- */
      .sp_only { display: none; }
      .pc_only { display: block; }
      p {
        font-size: 18px;
        line-height: 1.5;
      }
      .main_visual img {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
      }
      article .top_h1 {
        width: 85%;
        max-width: 1120px;
        margin: 30px auto 40px;
      }
      article .top_h1 h1 {
        font-size: 36px;
        line-height: 1.4;
        font-weight: bold;
        text-align: center;
      }
      .top .read_text p {
        max-width: 1120px;
        margin: 20px auto 0;
        font-size: 36px;
        line-height: 1.4;
        font-weight: bold;
        text-align: center;
      }
      .top .read_text .note {
        font-size: 16px;
        margin-top: 5px;
      }
      .tab-content_inner {
        width: 85%;
        max-width: 1120px;
        margin: 20px auto;
      }
      article.contents {
        margin: 0 auto;
      }
      .contents .cont_ttl {
        margin-bottom: 40px;
      }
      .contents .cont_ttl h2 {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.5;
        padding: 20px 0;
        max-width: 1120px;
      }
      .contents .cont_ttl img {
        width: 100%;
        max-width: 1120px;
      }
      .contents .item {
        padding-bottom: 80px;
      }
      .contents .itemLast {
        padding-bottom: 0px;
      }
      .contents .item_inner .copy_text {
        margin-bottom: 30px;
        text-align: center;
      }
      .contents .item_inner .copy_text h3 {
        font-weight: bold;
        font-size: 26px;
        margin-bottom: 5px;
      }
      .contents .item_inner ul {
				display: flex;
				flex-wrap: wrap;
				align-content: space-between;
        width: 100%;
        max-width: 1120px;
        overflow: hidden;
        clear: both;
      }
      .contents .item_inner ul li {
				flex-basis:30%;
				align-self: stretch;
        float: left;
        text-align: center;
        margin-bottom: 45px;
      }
      .contents .item_inner ul li:nth-child(3n-1) {
        margin: 0 5%;
      }
      .contents .item_inner ul li img {
        width: 100%;
        margin-bottom: 10px;
      }
      .contents .item_inner ul li a {
        font-size: 18px;
        font-weight: bold;
        color: #232323;
      }
      .contents .item_inner ul li a:hover {
        opacity: 0.8;
      }
      .contents .item_inner span.note {
        font-size: 90%;
        color: #333;
        line-height: 1.5;
      }

      .chara-content h2 {
        font-size: 32px;
        font-weight: bold;
        margin: 30px 0 20px;
        position: relative;
      }
      .chara-content h2 span {
        padding-bottom: 20px;
        position: absolute;
        top: 32%;
      }
      .chara-content h2 img {
        height: 130px;
        width: auto;
        margin-right: 30px;
      }


      .osusume {
        margin-bottom: 60px;
        margin: 0 auto;
          width: 85%;
          max-width: 1120px;
          padding: 20px 80px;
      }
      .contents .osusume_ttl h2 {
        font-size: 32px;
        text-align: center;
        margin-bottom: 40px;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 20px;
      }
      .osusume p {
        text-align: center;
      }
      .osusume img {
        width: 75%;
        margin: 0 auto;
      }
      .page_top {
        width: 80%;
        max-width: 900px;
        margin: 0 auto 60px;
        border-radius: 30px;
        background-color: #00A273;
      }
      .page_top a {
        display: block;
        padding: 20px;
        color: #fff;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
      }
      .page_top a:hover {
        opacity: 0.8;
      }

      .p-footer {
        width: 85%;
        max-width: 1120px;
        margin: 0 auto;
      }
      .p-footer p.copy {
        font-size: 12px;
        color: #333;
        text-align: center;
        margin-bottom: 80px;
      }

/* SP用 */
    @media screen and (max-width: 559px) {
      .sp_only { display: block; }
      .pc_only { display: none;  }
      p {
        font-size: 14px;
        line-height: 1.5;
      }
      article.top {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
      }
      article .top_h1 {
        width: 90%;
        margin: 20px auto;
        text-align: center;
      }
      article .top_h1 h1 {
        font-size: 24px;
        font-weight: bold;
        text-align: left;
      }
      .tab-wrap {
        margin:40px 0 0;
        margin: 0 auto;
      }
      .top .read_text {
        width: 90%;
        margin: 0 auto;
      }
      .top .read_text p {
        font-size: 14px;
        font-weight: normal;
      }
      .top .read_text .note {
        font-size: 12px;
        margin-top: 5px;
      }
      .tab-content_inner {
        width: 90%;
        margin: 20px auto;
      }
      article.contents {
        margin: 0 auto;
        padding: 0;
      }
      .contents .cont_ttl {
        margin: 0;
      }
      .contents .cont_ttl h2 {
        font-size: 17px;
        text-align: left;
        line-height: 1.5;
        font-weight: bold;
        padding: 12px 5px;
      }
      .contents .item {
        padding-bottom: 20px;
      }
      .contents .item_inner .copy_text {
        margin-top: 20px;
      }
      .contents .item_inner .copy_text h3 {
        font-weight: bold;
        font-size: 15px;
      }
      .contents .item_inner .copy_text p {
        font-size: 13px;
      }
      .contents .item_inner ul {
        width: 100%;
        margin: 10px auto;
				justify-content: space-between;
      }
      .contents .item_inner ul li {
        flex-basis: 48%;
      }
      .contents .item_inner ul li:nth-child(3n-1) {
        margin: 0;
      }
      /* .contents .item_inner ul li:nth-child(2n) {
        margin: 0 0 0 4%;
      } */
      .contents .item_inner ul li a {
        font-size: 14px;
      }
      .contents .item_inner ul li img {
        margin-bottom: 5px;
      }
      .chara-content h2  {
        font-size: 22px;
      }
      .chara-content h2 img {
        height: 80px;
        width: auto;
        margin-right: 10px;
      }
      .osusume {
        margin-top: 60px;
        margin-bottom: 60px;
      }
      .contents .osusume_ttl h2 {
        font-size: 24px;
        text-align: center;
        line-height: 1.2;
        margin: 20px 0;
        font-weight: bold;
        line-height: 1.5;
        border-bottom: none;
      }
      .osusume img {
        width: 85%;
      }


      .page_top a {
        font-size: 14px;
      }

      .tab-switch:checked+.tab-label+.tab-content  {
              padding: 15px 0 0;
      }


      .page_top {
        margin: 0 auto;
      }

      .p-footer {
        width: 93%;
      }
      .p-footer p.copy {
        font-size: 10px;
        text-align: left;
      }

/* SP_end */}
