@charset "UTF-8";
#contents .article-body {
  padding-bottom: 0 !important; }
  #contents .article-body > section {
    margin: 0 auto !important; }
#contents .l-content {
  width: 100%; }
  #contents .l-content__inner {
    margin-bottom: 0 !important; }
  #contents .l-content__main {
    width: 100% !important; }
#contents .breadcrumb,
#contents .sec_inner {
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(8px * 2);
  padding-right: calc(8px * 2); }
  @media screen and (min-width: 768px) {
    #contents .breadcrumb,
    #contents .sec_inner {
      width: calc(768px - 32px); } }
  @media screen and (min-width: 960px) {
    #contents .breadcrumb,
    #contents .sec_inner {
      width: calc(960px - 32px); } }
  @media screen and (min-width: 1200px) {
    #contents .breadcrumb,
    #contents .sec_inner {
      width: calc(1212px - 32px); } }
#contents .sec_inner {
  padding-top: calc(8px * 8);
  padding-bottom: calc(8px * 8); }
#contents .ncH2:first-child {
  margin-top: 0 !important; }

ul, ol, li {
  list-style-type: none; }

table th {
  background-color: transparent;
  border: none; }
table td {
  border: none; }

#contents .sec_inner {
  padding: 0; }

body {
  color: #000;
  font-family: "YakuHanRP", "Zen Maru Gothic", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo UI", Meiryo, "メイリオ", sans-serif;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  word-break: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  tap-highlight-color: transparent;
  background-color: #fff;
  font-weight: 700; }
  @media (min-width: 768px) {
    body {
      min-width: 1160px; } }

a {
  color: #000;
  text-decoration: none; }
  a[href^="tel:"] {
    pointer-events: all; }
    @media (min-width: 768px) {
      a[href^="tel:"] {
        pointer-events: none; } }

.u-visible-sp {
  display: none !important; }
  @media (max-width: 767px) {
    .u-visible-sp {
      display: block !important; } }

@media (max-width: 767px) {
  .u-hidden-sp {
    display: none !important; } }
.secTtl {
  font-family: "YakuHanRP", "Zen Maru Gothic", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo UI", Meiryo, "メイリオ", sans-serif !important;
  text-align: center; }
  .secTtl__main {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    background: linear-gradient(transparent 70%, #fff026 70%); }
    @media (max-width: 767px) {
      .secTtl__main {
        font-size: 20px;
        letter-spacing: 0; } }

.ttl01 {
  font-family: "YakuHanRP", "Zen Maru Gothic", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo UI", Meiryo, "メイリオ", sans-serif;
  border-left: 4px solid #333;
  padding-left: 20px; }
  @media (max-width: 767px) {
    .ttl01 {
      border-width: 2px;
      padding-left: 10px; } }
  .ttl01__main {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    display: inline-block; }
    @media (max-width: 767px) {
      .ttl01__main {
        font-size: 20px; } }
  .ttl01__sub {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    vertical-align: bottom;
    background: #333;
    border-radius: 999em;
    padding: 7px 14px;
    display: inline-block; }
    @media (max-width: 767px) {
      .ttl01__sub {
        font-size: 14px;
        padding: 5px 10px; } }

.btn {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  min-width: 500px;
  border-radius: 999em;
  padding: 30px 60px;
  display: inline-block;
  position: relative;
  transition: background 0.4s ease; }
  @media (max-width: 767px) {
    .btn {
      font-size: 16px;
      width: 100%;
      max-width: 500px;
      min-width: auto;
      padding: 15px 40px; } }
  .btn::after {
    content: "\e900";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .btn::after {
        font-size: 16px;
        right: 15px; } }
  .btn.__black {
    color: #fff;
    background: #444;
    box-shadow: 0 6px 0 black; }
    @media (min-width: 768px) {
      .btn.__black:hover {
        background: #7c7c7c; } }
    @media (max-width: 767px) {
      .btn.__black {
        box-shadow: 0 3px 0 black; } }
  .btn.__brown {
    color: #fff;
    background: #6c5441;
    box-shadow: 0 6px 0 #2b221a; }
    @media (max-width: 767px) {
      .btn.__brown {
        box-shadow: 0 3px 0 black; } }
    @media (min-width: 768px) {
      .btn.__brown:hover {
        background: #a6866c; } }

.hero {
  background: url(/wp-content/ncPackage/img/page/miki/bg-hero_pc.jpg) no-repeat center center/cover; }
  .hero__inner {
    padding: 115px 0; }
    @media (max-width: 767px) {
      .hero__inner {
        padding: 60px 0; } }
  .hero__cont {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .hero__cont {
        display: block; } }
  .hero__ttl--miki {
    flex: 0 0 75%; }
    @media (max-width: 767px) {
      .hero__ttl--miki {
        width: 100%;
        max-width: 500px;
        margin: 0 auto; } }
  .hero__character--miki {
    flex: 0 0 35.4%;
    margin-left: 11.4%; }
    @media (max-width: 767px) {
      .hero__character--miki {
        width: 50%;
        max-width: 300px;
        margin: 20px auto 0; } }

#contents .article-body > section.about {
  margin: 109px 0 170px !important; }
  @media (max-width: 767px) {
    #contents .article-body > section.about {
      margin: 50px 0 85px !important; } }

.about__card {
  border: 2px solid #333;
  border-radius: 5px;
  box-shadow: 10px 10px 0 #fff026;
  width: 100%;
  max-width: 800px;
  margin: 70px auto 0;
  padding: 56px; }
  @media (max-width: 767px) {
    .about__card {
      max-width: 500px;
      margin: 35px auto 0;
      padding: 25px;
      box-shadow: 5px 5px 0 #fff026; } }
  .about__card__txt {
    font-size: 20px;
    line-height: 1.88;
    letter-spacing: 0.1em;
    text-align: center; }
    @media (max-width: 767px) {
      .about__card__txt {
        font-size: 15px;
        letter-spacing: 0.15em; } }
  .about__card__note {
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 32px 0 0; }
    @media (max-width: 767px) {
      .about__card__note {
        font-size: 13px;
        margin: 16px 0 0; } }

.point_table {
  padding: 10px;
  background-color: #fff;
  border-radius: 5px; }
  .point_table ul {
    background: linear-gradient(to right, #FFF026, #FFDE37);
    border-radius: 4px; }
    @media (max-width: 767px) {
      .point_table ul {
        border-top: solid 1px #fff;
        border-left: solid 1px #fff; }
        .point_table ul li::before,
        .point_table ul li p {
          border-right: solid 1px #fff;
          border-bottom: solid 1px #fff; }
        .point_table ul li:not(.point_action) {
          background-color: rgba(255, 255, 255, 0.4); } }
    @media (min-width: 768px) {
      .point_table ul {
        border-top: solid 1px #fff;
        border-left: solid 1px #fff; }
        .point_table ul li {
          border-right: solid 1px #fff;
          border-bottom: solid 1px #fff; }
        .point_table ul:not(.subject) li {
          background-color: rgba(255, 255, 255, 0.4); }
        .point_table ul .point_action {
          width: 10em;
          text-align: center; }
        .point_table ul .point_amount {
          width: 5em;
          text-align: center; }
        .point_table ul .point_timing {
          width: 7em;
          text-align: center; }
        .point_table ul .point_content {
          width: calc(100% - 10em - 5em - 7em); } }

.getPoint {
  background: #faf6e2;
  padding: 75px 0 104px; }
  @media (max-width: 767px) {
    .getPoint {
      padding: 37px 0 50px; } }
  .getPoint__cont {
    margin: 47px 0 0;
    display: flex;
    flex-direction: row-reverse; }
    @media (max-width: 767px) {
      .getPoint__cont {
        margin: 24px 0 0;
        display: block; } }
  .getPoint__table {
    font-family: "YakuHanRP", "Zen Maru Gothic", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo UI", Meiryo, "メイリオ", sans-serif;
    background: #fff026;
    border-radius: 5px; }
    @media (max-width: 767px) {
      .getPoint__table {
        width: 100%; } }
    .getPoint__table__wrapper {
      background: #fff;
      border-radius: 5px;
      max-width: 100%;
      padding: 20px;
      flex: 0 0 64%; }
      @media (max-width: 767px) {
        .getPoint__table__wrapper {
          padding: 10px;
          overflow: scroll; } }
    .getPoint__table__th {
      font-size: 14px;
      font-weight: 700;
      border-bottom: 2px solid #fff;
      padding: 17px; }
      @media (max-width: 767px) {
        .getPoint__table__th {
          width: 30%;
          padding: 10px;
          text-align: left;
          border-right: 1px solid #fff;
          border-bottom: 1px solid #fff; } }
    .getPoint__table__td {
      font-size: 14px;
      font-weight: 500;
      line-height: 1.46;
      letter-spacing: 0;
      padding: 10px 15px; }
      @media (max-width: 767px) {
        .getPoint__table__td {
          font-size: clamp(1.1rem, 2vw, 1.4rem);
          width: 70%;
          padding: 10px;
          text-align: left;
          border-bottom: 1px solid #fff; } }
      .getPoint__table__td__note__item {
        font-size: 11px;
        padding-left: 1em;
        position: relative; }
        .getPoint__table__td__note__item::before {
          content: "※";
          position: absolute;
          left: 0; }
      .getPoint__table__td:last-child {
        font-size: 12px; }
    .getPoint__table .__borderBottom {
      border-bottom: 2px solid #fff; }
    .getPoint__table .__aligncenter {
      font-size: 16px;
      text-align: center; }
    .getPoint__table .__01 {
      width: 15%;
      border-right: 2px solid #fff; }
    .getPoint__table .__02 {
      width: 23%;
      border-right: 2px solid #fff; }
    .getPoint__table .__03 {
      width: 15%;
      border-right: 2px solid #fff; }
    .getPoint__table .__04 {
      width: 47%;
      border-right: 2px solid #fff; }
  .getPoint__detail {
    margin: 0 50px 0 0; }
    @media (max-width: 767px) {
      .getPoint__detail {
        max-width: 500px;
        margin: 32px auto 0; } }
  .getPoint__txt {
    font-size: 16px;
    line-height: 2.25;
    letter-spacing: 0.1em;
    text-align: justify;
    display: block;
    margin: 40px 0 0; }
    @media (max-width: 767px) {
      .getPoint__txt {
        font-size: 14px;
        line-height: 1.8;
        margin: 20px 0 0; } }
  .getPoint__fig {
    border: 2px solid #dedede;
    margin: 48px 0 0; }
    @media (max-width: 767px) {
      .getPoint__fig {
        border-width: 1px;
        margin: 20px auto 0; } }

.privilege {
  padding: 120px 0 180px; }
  @media (max-width: 767px) {
    .privilege {
      padding: 60px 0 90px; } }
  .privilege__cont {
    margin: 50px 0 0;
    display: flex; }
    @media (max-width: 767px) {
      .privilege__cont {
        margin: 24px 0 0;
        display: block; } }
  .privilege__fig {
    background: #fff026;
    border-radius: 5px;
    margin-right: 50px;
    padding: 20px;
    flex: 0 0 58%;
    overflow: hidden; }
    @media (max-width: 767px) {
      .privilege__fig {
        max-width: 500px;
        margin: 0 auto;
        padding: 10px; } }
    .privilege__fig__img {
      border-radius: 5px;
      overflow: hidden; }
  .privilege__detail {
    flex: 0 0 38%;
    display: flex;
    flex-direction: column; }
    @media (max-width: 767px) {
      .privilege__detail {
        max-width: 500px;
        margin: 32px auto 0;
        display: block; } }
  .privilege__txt {
    font-size: 16px;
    line-height: 2.25;
    letter-spacing: 0.05em;
    text-align: justify;
    margin: 32px 0 20px; }
    @media (max-width: 767px) {
      .privilege__txt {
        font-size: 14px;
        line-height: 1.6;
        margin: 16px auto 0; } }
  .privilege__gift {
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-top: auto;
    padding: 25px; }
    @media (max-width: 767px) {
      .privilege__gift {
        margin: 20px 0 0;
        padding: 10px 15px; } }
    .privilege__gift__list__item {
      font-size: 15px;
      line-height: 1.2;
      letter-spacing: 0.05em;
      margin: 5px 20px 5px 0;
      padding-left: 1em;
      position: relative; }
      .privilege__gift__list__item::before {
        content: "・";
        position: absolute;
        left: 0; }
    .privilege__gift .rice {
      margin-top: 1em; }

.identification {
  background: #faf6e2;
  padding: 120px 0; }
  @media (max-width: 767px) {
    .identification {
      padding: 60px 0; } }
  .identification__cont {
    margin: 110px 0 0; }
    @media (max-width: 767px) {
      .identification__cont {
        max-width: 500px;
        margin: 55px auto 0; } }
  .identification__step {
    counter-reset: step -1; }
    @media (max-width: 767px) {
      .identification__step {
        max-width: 500px;
        margin: 0 auto; } }
    .identification__step__item {
      counter-increment: step; }
      .identification__step__item:not(:first-child) {
        margin-top: 100px; }
        @media (max-width: 767px) {
          .identification__step__item:not(:first-child) {
            margin-top: 50px; } }
    .identification__step__inner {
      width: 100%;
      display: flex;
      align-items: flex-start; }
      @media (max-width: 767px) {
        .identification__step__inner {
          display: block; } }
    .identification__step__detail {
      flex: 1 0 48%; }
      .identification__step__detail__cont {
        margin: 40px 0 0; }
        @media (max-width: 767px) {
          .identification__step__detail__cont {
            margin: 10px 0 0; } }
    .identification__step__ttl {
      display: flex;
      align-items: center; }
      .identification__step__ttl__counter {
        font-family: "Dosis", sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        background: #1ea0da;
        border-radius: 999em;
        height: 100px;
        margin: 0 28px 0 0;
        padding: 20px 10px;
        flex: 0 0 100px;
        line-height: 1; }
        @media (max-width: 767px) {
          .identification__step__ttl__counter {
            font-size: 13px;
            width: 60px;
            height: 60px;
            flex-basis: 60px;
            margin: 0 10px 0 0;
            padding: 10px 10px; } }
        .identification__step__ttl__counter::after {
          content: counter(step,decimal-leading-zero);
          font-size: 44px;
          letter-spacing: 0.1em;
          z-index: 10;
          display: block; }
          @media (max-width: 767px) {
            .identification__step__ttl__counter::after {
              font-size: 28px; } }
      .identification__step__ttl__main {
        font-family: "YakuHanRP", "Zen Maru Gothic", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo UI", Meiryo, "メイリオ", sans-serif;
        font-size: 30px;
        font-weight: 700; }
        @media (max-width: 767px) {
          .identification__step__ttl__main {
            font-size: 20px; } }
  .identification__txt {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.73; }
    @media (max-width: 767px) {
      .identification__txt {
        font-size: 16px; } }
  .identification__dl {
    margin-top: 10px;
    display: flex;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .identification__dl {
        display: block; } }
  .identification__dt {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #333;
    border-radius: 999em;
    width: 100%;
    max-width: 150px;
    padding: 8px 30px; }
    @media (max-width: 767px) {
      .identification__dt {
        font-size: 14px;
        max-width: 120px; } }
  .identification__dd {
    font-size: 18px;
    line-height: 1.89;
    margin: 0 0 0 14px; }
    @media (max-width: 767px) {
      .identification__dd {
        font-size: 14px;
        margin: 5px 0 0; } }
  .identification__link {
    text-align: center;
    margin: 80px 0 0; }
    @media (max-width: 767px) {
      .identification__link {
        margin: 40px 0 0; } }
  .identification__fig {
    border: 3px solid #dedede;
    border-radius: 5px;
    margin: 0 0 0 2%;
    flex: 0 0 50%;
    overflow: hidden; }
    @media (max-width: 767px) {
      .identification__fig {
        margin: 20px 0 0; } }

.official {
  padding: 130px 0 100px; }
  @media (max-width: 767px) {
    .official {
      padding: 60px 0 50px; } }
  .official__link {
    text-align: center;
    margin: 60px 0 0; }
    @media (max-width: 767px) {
      .official__link {
        margin: 30px 0 0; } }
