#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; }

#intro .ncColumns_panel.-mini {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end; }
@media (min-width: 768px) {
  #intro .ncColumns_panel.-mini {
    width: 329px; }
  #intro .ncColumns_panel.-large {
    width: calc(100% - 370px); } }
@media (max-width: 767px) {
  #intro .ncColumns_panel.-mini {
    width: 30%; }
  #intro .ncColumns_panel.-large {
    width: 68%; } }
#intro .-ttl-icon-y {
  margin-bottom: calc(8px * 2); }
#intro .sec_content {
  background-color: #fff;
  border-radius: 20px; }
  #intro .sec_content h2 {
    margin-bottom: 1em; }
#intro .con_header {
  text-align: center; }
#intro .feature {
  background: #fafafa;
  border-radius: 5px;
  border: solid 1px #ddd; }
@media (min-width: 768px) {
  #intro .sec_content {
    padding: calc(8px * 8) calc(8px * 5); }
  #intro .features {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2em 32%;
    margin-top: calc(8px * 8); }
    #intro .features .apli_visual {
      position: absolute;
      z-index: 0;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 32%;
      height: auto; }
    #intro .features .feature {
      z-index: 1;
      width: 34%;
      aspect-ratio: 39 / 18;
      padding: calc(8px * 3); }
      #intro .features .feature h3 {
        margin-bottom: calc(8px * 2.5);
        text-align: center; } }
@media (max-width: 767px) {
  #intro .sec_content {
    padding: 8vw 4vw; }
  #intro .feature {
    padding: 5vw;
    margin-top: 5vw;
    text-align: justify; }
    #intro .feature h3 {
      display: flex;
      align-items: center;
      margin-bottom: 5vw; }
      #intro .feature h3 picture {
        width: 1.5em;
        margin-right: 0.5em; } }

#functions {
  background-color: #fff; }
  #functions h2 {
    text-align: center;
    margin-bottom: calc(8px * 6); }
  #functions .ncColumns,
  #functions .bg-yellow,
  #functions .levelup {
    border-radius: 10px;
    margin-bottom: calc(8px * 2); }
    @media (min-width: 768px) {
      #functions .ncColumns,
      #functions .bg-yellow,
      #functions .levelup {
        padding: calc(8px * 6); } }
    @media (max-width: 767px) {
      #functions .ncColumns,
      #functions .bg-yellow,
      #functions .levelup {
        padding: 3vw; } }
  #functions .ncColumns .ncColumns {
    border: none; }
  #functions .lottery .-bias {
    padding-bottom: 0; }
  #functions .lottery .-half {
    padding-top: 0; }
  #functions .lottery .week,
  #functions .lottery .month {
    padding: 2vw;
    padding: calc(8px * 2);
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    text-align: center; }
    #functions .lottery .week dt,
    #functions .lottery .month dt {
      color: #fff;
      width: fit-content;
      margin: auto;
      padding: 0.5em 1em;
      margin-bottom: 1em; }
  #functions .lottery .week {
    border-color: #f15679; }
    #functions .lottery .week dt {
      background-color: #f15679; }
    #functions .lottery .week span {
      color: #f15679; }
  #functions .lottery .month {
    border-color: #8cc63f; }
    #functions .lottery .month dt {
      background-color: #8cc63f; }
    #functions .lottery .month span {
      color: #8cc63f; }
  #functions .ncColumns {
    background-color: #fafafa;
    border: solid 1px #ddd; }
    @media (min-width: 768px) {
      #functions .ncColumns_panel.-mini {
        width: 20%; }
      #functions .ncColumns_panel.-large {
        width: 75%; } }
    @media (max-width: 767px) {
      #functions .ncColumns_panel.-mini img {
        width: 50%;
        margin: auto; } }
    #functions .ncColumns h3 {
      margin-bottom: 1em; }
      #functions .ncColumns h3::before {
        display: inline-block;
        content: "";
        width: 0.5em;
        margin-right: 0.5em;
        height: 0.5em;
        border-radius: 50%;
        background: linear-gradient(to right, #FFF026, #FFDE37); }
  #functions .bg-yellow {
    background: linear-gradient(to right, #FFF026, #FFDE37);
    text-align: center; }
    #functions .bg-yellow picture img {
      height: 100%;
      width: auto;
      max-width: initial; }
    @media (min-width: 768px) {
      #functions .bg-yellow h3 {
        margin-bottom: calc(8px * 6); }
      #functions .bg-yellow picture {
        height: 360px;
        width: fit-content;
        margin: auto; } }
    @media (max-width: 767px) {
      #functions .bg-yellow {
        position: relative;
        aspect-ratio: 315/333; }
        #functions .bg-yellow h3 {
          margin-bottom: calc(8px * 6); }
        #functions .bg-yellow picture {
          position: absolute;
          bottom: 15vw;
          left: 50%;
          transform: translateX(-50%);
          height: 48vw; } }
    @media (max-width: 767px) {
      #functions .bg-yellow.-long {
        aspect-ratio: 315/570; }
        #functions .bg-yellow.-long picture {
          height: 106vw; } }
  #functions .levelup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #functions .levelup .level_name {
      width: 100%;
      margin: 1em auto;
      background-color: #fff;
      border: 1px solid #333;
      border-radius: 3em;
      padding: 0.2em;
      text-align: center;
      font-size: 90%; }
    #functions .levelup .level_point {
      text-align: center;
      font-size: 80%; }
    @media (min-width: 768px) {
      #functions .levelup {
        justify-content: space-between;
        background: linear-gradient(to right, #fffdde, #ffde37); }
        #functions .levelup .level {
          width: calc(100% / 7 - 0.5em); } }
    @media (max-width: 767px) {
      #functions .levelup {
        background: linear-gradient(to bottom, #fffdde, #ffde37); }
        #functions .levelup .level {
          width: 45%; } }

#getpoint h2 {
  text-align: center; }

.point_table ul.subject {
  background: linear-gradient(to right, #FFF026, #FFDE37);
  font-weight: bold; }
@media (max-width: 767px) {
  .point_table ul {
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd; }
    .point_table ul li::before,
    .point_table ul li p {
      border-right: solid 1px #ddd;
      border-bottom: solid 1px #ddd; }
    .point_table ul li::before {
      background: linear-gradient(to right, #FFF026, #FFDE37); } }
@media (min-width: 768px) {
  .point_table ul {
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd; }
    .point_table ul .subject {
      background: linear-gradient(to right, #FFF026, #FFDE37); }
    .point_table ul li {
      border-right: solid 1px #ddd;
      border-bottom: solid 1px #ddd; }
    .point_table ul .point_action {
      width: 12em;
      text-align: center; }
    .point_table ul .point_amount {
      width: 7em;
      text-align: center; }
    .point_table ul .point_timing {
      width: 7em;
      text-align: center; }
    .point_table ul .point_content {
      width: calc(100% - 12em - 7em - 7em); } }
