@charset "UTF-8";
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.4/webfonts/fa-brands-400.woff2") format("woff2");
  font-display: swap; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.4/webfonts/fa-solid-900.woff2") format("woff2");
  font-display: swap; }
html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden; }

section {
  overflow: visible;
  position: relative;
  text-align: center; }

body {
  width: 100%;
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, sans-serif, "メイリオ", meiryo;
  color: #000;
  position: relative;
  line-height: 1.8;
  background: #fefefe;
  padding-bottom: 70px;
  overflow: hidden; }

img {
  width: auto;
  max-width: 100%;
  vertical-align: top;
  height: auto; }

.sp {
  display: none !important; }

.fax {
  pointer-events: none; }

@media screen and (max-width: 767px) {
  body {
    font-size: 3.2vw;
    padding-top: 0;
    padding-bottom: 20vw; }

  .pc {
    display: none !important; }

  .sp {
    display: inherit !important; } }
a {
  outline: none;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  opacity: 0.7; }

.pagetop {
  position: relative;
  display: block;
  z-index: 1100; }

.pagetop a {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  display: block;
  z-index: 1100;
  overflow: hidden;
  position: relative; }
  .pagetop a:hover {
    opacity: 0.7;
    transition: 0.3s; }

.contents_wrap {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
  position: relative; }

.contents_wrap2 {
  max-width: 1028px;
  width: 90%;
  margin: 0 auto; }

.btn_simu {
  text-align: center; }
  .btn_simu a {
    display: inline-block;
    background: #EC6C20;
    border: 4px #E73828 solid;
    padding: 5px 100px 10px;
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 100px;
    filter: drop-shadow(0 5px 0 #E73828); }
    .btn_simu a span {
      font-size: 22px; }
    .btn_simu a .simu_icon {
      position: absolute;
      left: 10px;
      top: 10px; }
    .btn_simu a .arrow {
      background: #fff;
      width: 30px;
      height: 30px;
      border-radius: 30px;
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translateY(-50%); }
      .btn_simu a .arrow i {
        color: #E73828;
        font-size: 13px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

.fixed_cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
  z-index: 10; }
  .fixed_cta .contents_wrap {
    width: 96%; }

@media only screen and (max-width: 767px) {
  .btn_simu a {
    border: 0.8vw #E73828 solid;
    padding: 1vw 15vw 2vw;
    font-size: 4.2vw;
    filter: drop-shadow(0 1vw 0 #E73828); }
    .btn_simu a span {
      font-size: 4vw; }
    .btn_simu a .simu_icon {
      left: 2vw;
      top: 2vw;
      width: 10vw; }
    .btn_simu a .arrow {
      width: 6vw;
      height: 6vw;
      border-radius: 6vw;
      right: 4vw; }
      .btn_simu a .arrow i {
        font-size: 2.6vw; }

  .fixed_cta {
    padding: 2vw 0; } }
/*=====================================================
MAIN
======================================================*/
#mainvisual {
  background: #FDF0DB;
  position: relative;
  margin-bottom: 45px; }
  #mainvisual:before, #mainvisual:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(270deg, #E73828 0%, #EC6C1F 100%); }
  #mainvisual:before {
    height: 10px;
    top: 0; }
  #mainvisual:after {
    height: 38px;
    bottom: 0;
    background: #E73828; }
  #mainvisual .mv_wrap {
    max-width: 1300px;
    margin: 0 auto; }

#intro {
  padding: 80px 0 0; }
  #intro .intro_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px; }
    #intro .intro_flex .left {
      width: 40%; }
    #intro .intro_flex .right {
      width: 55%; }
      #intro .intro_flex .right p {
        font-weight: 600;
        text-align: left; }
      #intro .intro_flex .right span {
        color: #E73828; }
      #intro .intro_flex .right .marker {
        font-size: 22px;
        background: linear-gradient(transparent 60%, #FFE44D 60%); }
  #intro .illust {
    max-width: 600px;
    width: 100%; }

#pagenavi {
  background: #FDD03C;
  padding: 50px 0; }
  #pagenavi navi .pagenavi {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    justify-content: space-between;
    align-items: stretch; }
    #pagenavi navi .pagenavi a {
      width: 23%;
      display: block;
      background: #FFF5D5;
      border-radius: 4px;
      padding: 20px;
      font-size: 16px;
      font-weight: 600;
      color: #E73828;
      position: relative;
      text-align: left;
      filter: drop-shadow(0 3px 0 #FFAC31); }
      #pagenavi navi .pagenavi a:after {
        content: "\f0d7";
        font-family: 'Font Awesome 5 Free';
        font-weight: bold;
        font-size: 15px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%); }

#benefit {
  padding: 80px 0;
  background: #E73828;
  text-align: center; }
  #benefit .benefit_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 40px; }
    #benefit .benefit_flex .box {
      width: 32%; }
      #benefit .benefit_flex .box img {
        max-width: 380px;
        width: 100%; }
      #benefit .benefit_flex .box p {
        font-size: 28px;
        font-weight: 600;
        color: #fff;
        line-height: 1.4;
        margin-top: 10px; }
        #benefit .benefit_flex .box p span {
          color: #FFE44D; }
        @media screen and (min-width: 768px) and (max-width: 950px) {
          #benefit .benefit_flex .box p {
            font-size: calc(18px + 10 * (100vw - 768px) / 182); } }
      #benefit .benefit_flex .box .notice {
        font-size: 14px;
        font-weight: 400; }

#stage {
  text-align: center;
  padding: 80px 0; }
  #stage .stage_img {
    margin: 50px 0; }

#pointlist {
  text-align: center;
  padding: 80px 0 150px;
  background: #FFE44D;
  position: relative; }
  #pointlist:after {
    content: "";
    height: 53px;
    width: 100%;
    background: url("../img/point_bg.svg") repeat-x;
    position: absolute;
    bottom: 60px;
    left: 0; }
  #pointlist .table_wrap {
    border: 2px #E73828 solid;
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 20px;
    background: #E73828; }
  #pointlist table {
    width: 100%;
    border-radius: 10px;
    overflow: hidden; }
    #pointlist table th {
      background: #E73828;
      text-align: center;
      font-size: 26px;
      padding: 10px;
      font-weight: 600;
      color: #fff;
      line-height: 1.3; }
      #pointlist table th:nth-child(2) {
        border-left: 2px #FFE44D solid; }
    #pointlist table td {
      border-right: 2px #E73828 solid;
      border-bottom: 1px #E73828 solid;
      padding: 20px;
      text-align: left;
      background: #fff;
      line-height: 1.2;
      vertical-align: middle; }
      #pointlist table td p {
        font-size: 22px;
        font-weight: 600;
        margin: 5px 0 5px 60px;
        display: inline-block; }
      #pointlist table td:nth-of-type(1) {
        width: 37%;
        position: relative; }
        #pointlist table td:nth-of-type(1) img {
          position: absolute;
          top: 50%;
          left: 20px;
          transform: translateY(-50%); }
      #pointlist table td:nth-of-type(2) {
        width: 43%;
        background: #FFF5D5;
        font-size: 16px; }
      #pointlist table td:nth-of-type(3) {
        width: 20%;
        border-right: none;
        text-align: center;
        font-size: 34px;
        font-weight: 600;
        color: #E73828; }
    #pointlist table tr:last-child td {
      border-bottom: none; }
  #pointlist .pointlist_txt {
    text-align: center; }

#simulation {
  padding: 80px 0 0;
  text-align: center;
  background: #FFF5D5; }
  #simulation .fukidashi {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
    background: #fff;
    border: 4px #ED6C00 solid;
    position: relative;
    border-radius: 10px;
    padding: 20px; }
    #simulation .fukidashi p {
      margin-right: 10px;
      font-size: 30px;
      color: #ED6C00;
      font-weight: 600; }
    #simulation .fukidashi:before, #simulation .fukidashi:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      top: 100%; }
    #simulation .fukidashi:before {
      border: 15px transparent solid;
      border-top: 35px #ED6C00 solid;
      right: 3%; }
    #simulation .fukidashi:after {
      border: 11px transparent solid;
      border-top: 27px #fff solid;
      right: calc(3% + 4px); }
  #simulation table {
    width: 100%;
    margin-bottom: 100px; }
    #simulation table th {
      background: #E73828;
      color: #fff;
      font-weight: 500;
      padding: 10px; }
      #simulation table th:first-child {
        border-right: 1px #fff solid; }
    #simulation table td {
      text-align: left;
      vertical-align: middle;
      padding: 20px;
      font-weight: 500;
      line-height: 1.5; }
      #simulation table td:first-child {
        border-right: 1px #E73828 solid;
        width: 90%; }
      #simulation table td:last-child {
        text-align: center; }
      #simulation table td .checkbox-label {
        display: inline-flex;
        align-items: center;
        cursor: pointer;
        position: relative; }
        #simulation table td .checkbox-label input[type="checkbox"] {
          opacity: 0;
          position: absolute;
          left: -9999px; }
        #simulation table td .checkbox-label .custom-checkbox {
          width: 30px;
          height: 30px;
          border: 2px #E73828 solid;
          background: #fff;
          border-radius: 4px;
          display: inline-block;
          position: relative;
          transition: all 0.2s ease; }
        #simulation table td .checkbox-label input[type="checkbox"]:checked + .custom-checkbox {
          background-color: #E73828;
          border-color: #E73828; }
        #simulation table td .checkbox-label input[type="checkbox"]:checked + .custom-checkbox::after {
          content: '✓';
          color: #fff;
          font-size: 30px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
    #simulation table tr:nth-child(even) td {
      background: #fff; }
  #simulation .mystage {
    background: #F8C170;
    padding-bottom: 50px; }
    #simulation .mystage .fukidashi02 {
      background: #E73828;
      color: #fff;
      display: block;
      max-width: 605px;
      width: 100%;
      padding: 10px;
      font-size: 30px;
      font-weight: 600;
      border-radius: 5px;
      position: relative;
      top: -25px;
      margin: 0 auto;
      line-height: 1.2; }
      #simulation .mystage .fukidashi02:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: 10px transparent solid;
        border-top: 15px #E73828 solid; }
    #simulation .mystage .stage_flex {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: flex-start;
      height: auto;
      justify-content: center;
      align-items: stretch;
      max-width: 900px;
      width: 100%;
      overflow: hidden;
      border-radius: 10px;
      margin: 10px auto 40px; }
      #simulation .mystage .stage_flex .mypoint {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: flex-start;
        height: auto;
        justify-content: center;
        align-items: center;
        width: 20%;
        background: #FFE44D; }
        #simulation .mystage .stage_flex .mypoint p {
          width: 100%;
          font-weight: 500;
          line-height: 1.5; }
          #simulation .mystage .stage_flex .mypoint p .point {
            font-size: 40px;
            font-weight: 700; }
      #simulation .mystage .stage_flex .rank_next {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: flex-start;
        height: auto;
        justify-content: space-between;
        align-items: center;
        width: 80%;
        background: #fff;
        padding: 20px; }
        #simulation .mystage .stage_flex .rank_next .rank {
          width: 20%; }
        #simulation .mystage .stage_flex .rank_next .tokuten {
          width: 50%; }
          #simulation .mystage .stage_flex .rank_next .tokuten .tokuten_ttl {
            background: #EC6C1F;
            color: #fff;
            border-radius: 2px;
            font-size: 13px;
            font-weight: 500; }
          #simulation .mystage .stage_flex .rank_next .tokuten .tokuten_flex {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-box;
            display: -webkit-flexbox;
            display: -moz-flexbox;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: flex;
            -webkit-box-lines: multiple;
            -moz-box-lines: multiple;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: flex-start;
            height: auto;
            justify-content: center;
            align-items: stretch;
            margin-top: 10px; }
            #simulation .mystage .stage_flex .rank_next .tokuten .tokuten_flex .box {
              width: 33.3%;
              padding: 5px 1%;
              border-right: 1px #EC6C1F solid; }
              #simulation .mystage .stage_flex .rank_next .tokuten .tokuten_flex .box .txt01 {
                font-size: 12px;
                font-weight: 500;
                line-height: 1.4;
                margin-bottom: 10px; }
              #simulation .mystage .stage_flex .rank_next .tokuten .tokuten_flex .box .txt02, #simulation .mystage .stage_flex .rank_next .tokuten .tokuten_flex .box .txt03 {
                border-radius: 5px;
                background: #FFF5D5;
                color: #E73828;
                font-size: 28px;
                font-weight: 700;
                position: relative;
                line-height: 1;
                padding: 15px 0; }
                #simulation .mystage .stage_flex .rank_next .tokuten .tokuten_flex .box .txt02 span, #simulation .mystage .stage_flex .rank_next .tokuten .tokuten_flex .box .txt03 span {
                  font-size: 16px; }
                #simulation .mystage .stage_flex .rank_next .tokuten .tokuten_flex .box .txt02:before, #simulation .mystage .stage_flex .rank_next .tokuten .tokuten_flex .box .txt03:before {
                  content: "";
                  width: 0;
                  height: 0;
                  position: absolute;
                  top: -4px;
                  left: 50%;
                  transform: translateX(-50%);
                  border: 7px transparent solid;
                  border-top: 8px #E73828 solid; }
              #simulation .mystage .stage_flex .rank_next .tokuten .tokuten_flex .box .txt03 {
                padding: 15px 0;
                font-size: 16px; }
              #simulation .mystage .stage_flex .rank_next .tokuten .tokuten_flex .box:last-child {
                border-right: none; }
            #simulation .mystage .stage_flex .rank_next .tokuten .tokuten_flex .notice {
              width: 100%;
              font-size: 11px; }
        #simulation .mystage .stage_flex .rank_next .nextstage {
          width: 25%;
          border: 2px #EC6C1F solid;
          border-radius: 5px;
          padding: 20px 0; }
          #simulation .mystage .stage_flex .rank_next .nextstage p {
            width: 100%;
            font-weight: 500;
            line-height: 1.2; }
            #simulation .mystage .stage_flex .rank_next .nextstage p .point {
              font-size: 40px;
              font-weight: 700; }
    #simulation .mystage .sim_top a {
      display: inline-block;
      background: #EC6C1F;
      color: #fff;
      position: relative;
      padding: 10px 0 10px 20px;
      max-width: 320px;
      width: 100%;
      border-radius: 50px;
      font-size: 16px;
      font-weight: 500;
      filter: drop-shadow(0 3px 0 #E73828); }
      #simulation .mystage .sim_top a i {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 25px;
        z-index: 2; }

#flow {
  text-align: center;
  padding: 80px 0; }
  #flow .txt {
    margin: 40px 0;
    font-size: 16px; }

#madoguchi {
  background: #FFF5D5;
  padding: 50px 0; }
  #madoguchi .txt {
    font-size: 16px; }

.btn_area {
  text-align: center; }
  .btn_area .btn {
    display: inline-block;
    max-width: 390px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    border-radius: 50px;
    margin: 20px 15px;
    color: #212121;
    padding: 15px 0; }
    .btn_area .btn .arrow {
      background: #fff;
      width: 30px;
      height: 30px;
      border-radius: 30px;
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translateY(-50%); }
      .btn_area .btn .arrow i {
        color: #E73828;
        font-size: 13px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .btn_area .btn.reserve {
      background: #FFAAB4;
      border: 3px #FF9696 solid;
      filter: drop-shadow(0 3px 0 #FB5446); }
    .btn_area .btn.shop {
      background: #FFE600;
      border: 3px #FFDA02 solid;
      filter: drop-shadow(0 3px 0 #F6931D); }

#reserve {
  padding: 50px 0;
  text-align: center; }
  #reserve .txt01 {
    font-weight: 600;
    line-height: 1.2; }
    #reserve .txt01 span {
      color: #E73828; }
  #reserve .txt02 {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.4; }

#guideline {
  text-align: center;
  padding: 50px 0 80px; }
  #guideline .ttl {
    margin-bottom: 50px; }
  #guideline .guide_ttl {
    background: #FDEBD1;
    border-radius: 2px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    padding: 7px 0 7px 40px;
    text-align: left;
    margin-top: 20px; }
    #guideline .guide_ttl span {
      position: absolute;
      top: 0;
      left: 0;
      color: #fff;
      background: #E73828;
      border-radius: 2px 0 0 2px;
      padding: 7px 10px; }
  #guideline .txt, #guideline .txt02 {
    font-size: 14px;
    text-align: left;
    margin-top: 5px; }
  #guideline .txt02 {
    text-indent: -35px;
    margin-left: 35px; }
  #guideline .txt03 {
    text-align: right;
    font-size: 14px;
    margin-top: 10px; }
  #guideline ul {
    font-size: 14px;
    text-align: left;
    margin-top: 5px;
    margin-left: 15px; }
    #guideline ul li {
      text-indent: -35px;
      margin-left: 35px; }

#contact {
  padding: 50px 0;
  background: #005BAB;
  text-align: center; }
  #contact .txt {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 30px; }
  #contact .contact_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    justify-content: space-between;
    align-items: center;
    max-width: 840px;
    margin: 0 auto; }
    #contact .contact_flex .c_reserve {
      width: 49%; }
      #contact .contact_flex .c_reserve .btn_area {
        margin: 0; }
        #contact .contact_flex .c_reserve .btn_area .btn {
          margin: 10px 0; }
    #contact .contact_flex .c_tel {
      width: 49%;
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      font-size: 14px;
      color: #212121; }
      #contact .contact_flex .c_tel .txt01 {
        display: inline-block;
        background: #005bab;
        color: #fff;
        font-size: 18px;
        padding: 0 20px; }
      #contact .contact_flex .c_tel .contact_tel {
        font-size: 35px;
        padding-left: 70px;
        font-weight: bold;
        position: relative;
        display: inline-block;
        color: #005bab;
        text-decoration: none; }
        #contact .contact_flex .c_tel .contact_tel:before {
          content: "";
          width: 55px;
          height: 35px;
          background-image: url("../img/freedial.svg");
          background-repeat: no-repeat;
          background-size: 100%;
          position: absolute;
          top: 15px;
          left: 0; }

footer {
  padding: 80px 0; }
  footer .footer_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    justify-content: center;
    align-items: center; }
    footer .footer_flex .f_logo {
      width: 36%; }
      footer .footer_flex .f_logo img {
        max-width: 392px;
        width: 100%; }
    footer .footer_flex .f_txt {
      width: 58%;
      margin: 0 3%;
      text-align: left;
      font-size: 16px; }

@media screen and (max-width: 767px) {
  #intro {
    padding: 8vw 0 0; }
    #intro .intro_flex {
      margin-bottom: 10vw; }
      #intro .intro_flex .left {
        width: 100%; }
      #intro .intro_flex .right {
        width: 100%;
        margin-top: 8vw; }
        #intro .intro_flex .right .marker {
          font-size: 4vw; }
    #intro .illust {
      max-width: 600px; }

  #pagenavi {
    padding: 8vw 0; }
    #pagenavi navi .pagenavi a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: flex-start;
      height: auto;
      align-content: center;
      width: 49%;
      margin: 1vw 0;
      border-radius: 0.8vw;
      padding: 4vw;
      font-size: 3.2vw;
      line-height: 1.1;
      filter: drop-shadow(0 0.6vw 0 #FFAC31); }
      #pagenavi navi .pagenavi a:after {
        font-size: 3vw;
        right: 3vw; }

  #benefit {
    padding: 10vw 0 4vw; }
    #benefit .benefit_flex {
      margin-top: 6vw;
      justify-content: center; }
      #benefit .benefit_flex .box {
        width: 90%;
        margin-bottom: 10vw; }
        #benefit .benefit_flex .box p {
          font-size: 5.5vw;
          margin-top: 2vw; }

  #stage {
    padding: 10vw 0; }
    #stage .stage_img {
      margin: 10vw 0; }

  #pointlist {
    padding: 10vw 0 20vw; }
    #pointlist:after {
      height: 10vw;
      background-size: 80%;
      bottom: 8vw; }
    #pointlist .table_wrap {
      border: 0.4vw #E73828 solid;
      border-radius: 2vw;
      margin-top: 8vw;
      margin-bottom: 3vw; }
    #pointlist table {
      border-radius: 2vw; }
      #pointlist table tr {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: flex-start;
        height: auto;
        justify-content: space-between;
        align-items: stretch; }
      #pointlist table th {
        display: block;
        font-size: 4vw;
        padding: 2vw;
        width: 75%; }
        #pointlist table th:nth-child(2) {
          border-left: 0.4vw #FFE44D solid;
          width: 25%; }
      #pointlist table td {
        border-right: 2px #E73828 solid;
        border-bottom: 1px #E73828 solid;
        text-align: left;
        background: #fff;
        padding: 0;
        line-height: 1.2;
        vertical-align: middle; }
        #pointlist table td .td01 {
          padding: 2vw 3vw;
          display: block;
          position: relative; }
        #pointlist table td p {
          font-size: 4.6vw;
          margin: 1vw 0 1vw 10vw; }
        #pointlist table td:nth-of-type(1) {
          width: 75%;
          position: relative; }
          #pointlist table td:nth-of-type(1) img {
            left: 3vw;
            width: 7vw; }
          #pointlist table td:nth-of-type(1) .sp {
            display: block;
            background: #FFF5D5;
            padding: 2vw 3vw;
            font-size: 3.2vw; }
        #pointlist table td:nth-of-type(2) {
          display: none; }
        #pointlist table td:nth-of-type(3) {
          width: 25%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 6vw; }
      #pointlist table tr:last-child td {
        border-bottom: none; }
    #pointlist .pointlist_txt {
      text-align: left; }

  #simulation {
    padding: 10vw 0 0; }
    #simulation .fukidashi {
      margin: 8vw 0;
      border: 0.8vw #ED6C00 solid;
      border-radius: 2vw;
      padding: 4vw; }
      #simulation .fukidashi p {
        margin-right: 2vw;
        font-size: 5vw;
        line-height: 1.4; }
      #simulation .fukidashi:before {
        border: 3vw transparent solid;
        border-top: 7vw #ED6C00 solid;
        right: 4%; }
      #simulation .fukidashi:after {
        border: 2.2vw transparent solid;
        border-top: 5.4vw #fff solid;
        right: calc(4% + 0.8vw); }
    #simulation table {
      margin-bottom: 15vw; }
      #simulation table th {
        padding: 2vw; }
        #simulation table th:first-child {
          border-right: 1px #fff solid; }
      #simulation table td {
        padding: 4vw; }
        #simulation table td:first-child {
          border-right: 1px #E73828 solid;
          width: 90%; }
        #simulation table td:last-child {
          text-align: center; }
        #simulation table td .checkbox-label .custom-checkbox {
          width: 6vw;
          height: 6vw;
          border: 0.4vw #E73828 solid;
          border-radius: 0.8vw; }
        #simulation table td .checkbox-label input[type="checkbox"]:checked + .custom-checkbox {
          background-color: #E73828;
          border-color: #E73828; }
        #simulation table td .checkbox-label input[type="checkbox"]:checked + .custom-checkbox::after {
          content: '✓';
          font-size: 6vw; }
      #simulation table tr:nth-child(even) td {
        background: #fff; }
    #simulation .mystage {
      padding-bottom: 10vw; }
      #simulation .mystage .fukidashi02 {
        padding: 2vw;
        font-size: 5vw;
        border-radius: 1vw;
        top: -5vw; }
        #simulation .mystage .fukidashi02:after {
          border: 2vw transparent solid;
          border-top: 3vw #E73828 solid; }
      #simulation .mystage .stage_flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: flex-start;
        height: auto;
        border-radius: 2vw;
        margin: 2vw auto 8vw; }
        #simulation .mystage .stage_flex .mypoint {
          width: 100%;
          padding: 1vw; }
          #simulation .mystage .stage_flex .mypoint p .point {
            margin-left: 2vw;
            margin-right: 1vw;
            font-size: 8vw;
            font-weight: 700; }
        #simulation .mystage .stage_flex .rank_next {
          width: 100%;
          padding: 4vw; }
          #simulation .mystage .stage_flex .rank_next .rank {
            width: 100%; }
            #simulation .mystage .stage_flex .rank_next .rank img {
              width: 35%; }
          #simulation .mystage .stage_flex .rank_next .tokuten {
            width: 100%;
            margin: 4vw 0; }
            #simulation .mystage .stage_flex .rank_next .tokuten .tokuten_ttl {
              border-radius: 0.4vw;
              font-size: 2.6vw; }
            #simulation .mystage .stage_flex .rank_next .tokuten .tokuten_flex {
              margin-top: 2vw; }
              #simulation .mystage .stage_flex .rank_next .tokuten .tokuten_flex .box {
                padding: 1vw 1%; }
                #simulation .mystage .stage_flex .rank_next .tokuten .tokuten_flex .box .txt01 {
                  font-size: 2.4vw;
                  margin-bottom: 2vw; }
                #simulation .mystage .stage_flex .rank_next .tokuten .tokuten_flex .box .txt02, #simulation .mystage .stage_flex .rank_next .tokuten .tokuten_flex .box .txt03 {
                  border-radius: 1vw;
                  font-size: 4.5vw;
                  padding: 2vw 0; }
                  #simulation .mystage .stage_flex .rank_next .tokuten .tokuten_flex .box .txt02 span, #simulation .mystage .stage_flex .rank_next .tokuten .tokuten_flex .box .txt03 span {
                    font-size: 3.2vw; }
                  #simulation .mystage .stage_flex .rank_next .tokuten .tokuten_flex .box .txt02:before, #simulation .mystage .stage_flex .rank_next .tokuten .tokuten_flex .box .txt03:before {
                    top: -0.8vw;
                    border: 1.4vw transparent solid;
                    border-top: 1.6vw #E73828 solid; }
                #simulation .mystage .stage_flex .rank_next .tokuten .tokuten_flex .box .txt03 {
                  padding: 2vw 0;
                  font-size: 3.2vw; }
                #simulation .mystage .stage_flex .rank_next .tokuten .tokuten_flex .box:last-child {
                  border-right: none; }
              #simulation .mystage .stage_flex .rank_next .tokuten .tokuten_flex .notice {
                width: 100%;
                font-size: 2.2vw; }
          #simulation .mystage .stage_flex .rank_next .nextstage {
            width: 100%;
            border: 0.4vw #EC6C1F solid;
            border-radius: 1vw;
            padding: 2vw 0; }
            #simulation .mystage .stage_flex .rank_next .nextstage p .point {
              margin-left: 2vw;
              margin-right: 1vw;
              font-size: 8vw;
              font-weight: 700; }
      #simulation .mystage .sim_top a {
        max-width: 400px;
        padding: 2vw 0 2vw 5vw;
        border-radius: 10vw;
        font-size: 3.2vw;
        filter: drop-shadow(0 0.6vw 0 #E73828); }
        #simulation .mystage .sim_top a i {
          left: 2vw;
          font-size: 4vw; }

  #flow {
    padding: 10vw 0; }
    #flow .txt {
      margin: 6vw 0;
      font-size: 3.2vw; }

  #madoguchi {
    padding: 10vw 0; }
    #madoguchi img {
      width: 80%; }
    #madoguchi .txt {
      font-size: 3.2vw; }

  .btn_area {
    margin: 5vw 0 2vw; }
    .btn_area .btn {
      max-width: 480px;
      font-size: 4vw;
      border-radius: 10vw;
      margin: 2vw 0;
      padding: 3vw 0; }
      .btn_area .btn .arrow {
        width: 5vw;
        height: 5vw;
        border-radius: 6vw;
        right: 2vw; }
        .btn_area .btn .arrow i {
          font-size: 2vw; }
      .btn_area .btn.reserve {
        border: 0.6vw #FF9696 solid;
        filter: drop-shadow(0 0.6vw 0 #FB5446); }
      .btn_area .btn.shop {
        background: #FFE600;
        border: 0.6vw #FFDA02 solid;
        filter: drop-shadow(0 0.6vw 0 #F6931D); }

  #reserve {
    padding: 8vw 0; }
    #reserve .txt02 {
      font-size: 5vw; }

  #guideline {
    padding: 10vw 0 12vw; }
    #guideline .ttl {
      margin-bottom: 10vw; }
    #guideline .guide_ttl {
      border-radius: 0.4vw;
      font-size: 3.2vw;
      padding: 1.4vw 0 1.4vw 8vw;
      margin-top: 4vw; }
      #guideline .guide_ttl span {
        border-radius: 0.4vw 0 0 0.4vw;
        padding: 1.4vw 2vw; }
    #guideline .txt, #guideline .txt02 {
      font-size: 2.8vw;
      margin-top: 1vw; }
    #guideline .txt02 {
      text-indent: -7vw;
      margin-left: 7vw; }
    #guideline .txt03 {
      font-size: 2.8vw;
      margin-top: 2vw; }
    #guideline ul {
      font-size: 2.8vw;
      margin-top: 1vw;
      margin-left: 2vw; }
      #guideline ul li {
        text-indent: -7vw;
        margin-left: 7vw; }

  #contact {
    padding: 10vw 0; }
    #contact .txt {
      font-size: 3.2vw;
      margin: 0 0 6vw; }
    #contact .contact_flex .c_reserve {
      width: 100%;
      margin-bottom: 4vw; }
      #contact .contact_flex .c_reserve .btn_area {
        margin: 0; }
        #contact .contact_flex .c_reserve .btn_area .btn {
          margin: 2vw 0; }
    #contact .contact_flex .c_tel {
      width: 100%;
      border-radius: 2vw;
      padding: 4vw;
      font-size: 2.8vw; }
      #contact .contact_flex .c_tel .txt01 {
        font-size: 3.6vw;
        padding: 0 4vw; }
      #contact .contact_flex .c_tel .contact_tel {
        font-size: 7vw;
        padding-left: 14vw; }
        #contact .contact_flex .c_tel .contact_tel:before {
          width: 11vw;
          height: 7vw;
          top: 3vw; }

  footer {
    padding: 12vw 0; }
    footer .footer_flex .f_logo {
      width: 90%;
      margin-bottom: 10vw; }
      footer .footer_flex .f_logo img {
        max-width: none;
        width: 100%; }
    footer .footer_flex .f_txt {
      width: 90%;
      font-size: 3.2vw; } }
/*767px*/
