#first-visit-modal .sp-only {
  display: inline; }

#first-visit-modal .pc-only {
  display: none; }

@media screen and (min-width: 1024px) {
  #first-visit-modal .sp-only {
    display: none; }
  #first-visit-modal .pc-only {
    display: inline; } }

#first-visit-modal .modal__wrap {
  margin: 0;
  padding: 0; }

#first-visit-modal .modal__button-close {
  display: block;
  position: fixed;
  z-index: 10001;
  top: 1.5%;
  right: 2.5%;
  cursor: pointer;
  width: 8.2vw;
  height: 8.2vw;
  border-radius: 1vw;
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 3px rgba(65, 64, 64, 0.6);
  box-shadow: 0 2px 3px rgba(65, 64, 64, 0.6); }
  #first-visit-modal .modal__button-close-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 60%;
    vertical-align: bottom;
    margin: auto; }

#first-visit-modal .modal__contents {
  position: absolute;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 94%;
  border-radius: 10px;
  overflow-y: auto;
  margin: auto; }
  #first-visit-modal .modal__contents_head {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fba52f), to(#ffc575));
    background: -webkit-linear-gradient(#fba52f, #ffc575);
    background: -o-linear-gradient(#fba52f, #ffc575);
    background: linear-gradient(#fba52f, #ffc575);
    padding: 10px; }
    #first-visit-modal .modal__contents_head-button-close {
      display: none; }
    #first-visit-modal .modal__contents_head-text01 {
      display: block;
      color: #fff;
      font-size: 3.2vw;
      font-weight: bold;
      text-align: center;
      margin-bottom: 5px; }
    #first-visit-modal .modal__contents_head-text02 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-weight: bold; }
      #first-visit-modal .modal__contents_head-text02::before {
        display: block;
        width: 10vw;
        height: 10vw;
        content: "";
        background: url("/info/tutorial/img/icon_modal_pass.svg") 0 0 no-repeat;
        background-size: 100% 100%;
        margin-top: auto;
        margin-right: 10px;
        margin-bottom: auto; }
      #first-visit-modal .modal__contents_head-text02-mes {
        color: #4e4e4e;
        font-size: 2.8vw;
        line-height: 1.75;
        text-align: center; }
        #first-visit-modal .modal__contents_head-text02-mes--white {
          color: #fff; }
        #first-visit-modal .modal__contents_head-text02-mes--orange {
          color: #ff6302; }
  #first-visit-modal .modal__contents_plan-head {
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    padding: 10px 0; }
    #first-visit-modal .modal__contents_plan-head::before {
      display: inline-block;
      width: 0;
      height: 0;
      content: "";
      border-style: solid;
      border-width: 2.5vw 1.25vw 0 1.25vw;
      border-color: #4e4e4e transparent transparent transparent;
      margin-top: -0.5vw;
      margin-right: 0.5vw; }
  #first-visit-modal .modal__contents_plan-list-wrap {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffddae), color-stop(40%, #fff));
    background: -webkit-linear-gradient(#ffddae 0%, #fff 40%);
    background: -o-linear-gradient(#ffddae 0%, #fff 40%);
    background: linear-gradient(#ffddae 0%, #fff 40%);
    padding: 15px 10px 1vw 10px; }
  #first-visit-modal .modal__contents_plan-list-contents {
    display: block;
    list-style: none;
    margin-bottom: 15px; }
    #first-visit-modal .modal__contents_plan-list-contents--1, #first-visit-modal .modal__contents_plan-list-contents--2 {
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: 100%;
      list-style: none;
      background: #fff;
      margin-right: 0;
      margin-bottom: 15px; }
    #first-visit-modal .modal__contents_plan-list-contents--3 {
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: 100%;
      list-style: none;
      background: #fff;
      margin-right: 0; }
    #first-visit-modal .modal__contents_plan-list-contents-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #ffc000;
      padding: 5px; }
      #first-visit-modal .modal__contents_plan-list-contents-title-no {
        position: relative;
        top: 0;
        bottom: 0;
        width: 7.5vw;
        height: 6.35vw;
        font-weight: bold;
        border: 2px solid #4e4e4e;
        border-radius: 30px;
        margin-top: auto;
        margin-right: 5px;
        margin-bottom: auto;
        margin-left: 5px; }
        #first-visit-modal .modal__contents_plan-list-contents-title-no span {
          display: block;
          width: 5.8vw;
          height: 5.8vw;
          color: #4e4e4e;
          font-size: 4.2vw;
          font-weight: bold;
          text-align: center;
          line-height: 1.44444; }
      #first-visit-modal .modal__contents_plan-list-contents-title-name {
        width: calc(100% - 150px);
        position: relative;
        top: 0;
        bottom: 0;
        color: #4e4e4e;
        font-size: 3.5vw;
        font-weight: bold;
        line-height: 1.28571;
        margin-top: auto;
        margin-right: auto;
        margin-bottom: auto; }
      #first-visit-modal .modal__contents_plan-list-contents-title-icon {
        position: relative;
        width: 70vw;
        height: 12vw;
        background: #ff6302;
        -webkit-clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
        padding: 5px;
        margin: auto 0; }
        #first-visit-modal .modal__contents_plan-list-contents-title-icon-text {
          color: #fff;
          font-size: 3.5vw;
          line-height: 1.2;
          text-align: center;
          margin-left: 15%; }
          #first-visit-modal .modal__contents_plan-list-contents-title-icon-text--bold {
            font-size: 4.5vw;
            font-weight: bold; }
          #first-visit-modal .modal__contents_plan-list-contents-title-icon-text--2 {
            color: #ebff00;
            font-size: 3vw; }
          #first-visit-modal .modal__contents_plan-list-contents-title-icon-text--3 {
            position: absolute;
            bottom: 1vw;
            left: 2vw; }
    #first-visit-modal .modal__contents_plan-list-contents-details {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-right: 2px solid #ffc000;
      border-bottom: 2px solid #ffc000;
      border-left: 2px solid #ffc000;
      padding: 2vw 0 3vw 0; }
      #first-visit-modal .modal__contents_plan-list-contents-details-text {
        font-size: 3.0vw;
        line-height: 1.5;
        font-weight: bold;
        text-align: center;
        padding-right: 4vw;
        padding-left: 4vw;
        margin-bottom: 6vw; }
        #first-visit-modal .modal__contents_plan-list-contents-details-text--br {
          display: none; }
        #first-visit-modal .modal__contents_plan-list-contents-details-text--br2 {
          display: inline; }
        #first-visit-modal .modal__contents_plan-list-contents-details-text--orange {
          color: #ff6302;
          font-size: 4.5vw; }
        #first-visit-modal .modal__contents_plan-list-contents-details-text--underline {
          text-decoration: underline; }
        #first-visit-modal .modal__contents_plan-list-contents-details-text--annotation {
          font-size: 3vw; }
      #first-visit-modal .modal__contents_plan-list-contents-details-btn {
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;
        width: 50vw;
        margin: 0 auto 7vw auto; }
        #first-visit-modal .modal__contents_plan-list-contents-details-btn a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          position: relative;
          z-index: 1;
          width: 100%;
          height: 12vw;
          border-radius: 5px; }
        #first-visit-modal .modal__contents_plan-list-contents-details-btn-icon {
          width: 9vw;
          height: 9vw;
          margin-top: auto;
          margin-right: 10px;
          margin-bottom: auto;
          margin-left: 10px; }
          #first-visit-modal .modal__contents_plan-list-contents-details-btn-icon img {
            width: 100%;
            height: 100%; }
        #first-visit-modal .modal__contents_plan-list-contents-details-btn-icon02 {
          width: 9vw;
          height: 9vw;
          margin-top: auto;
          margin-right: 0;
          margin-bottom: auto;
          margin-left: 10px; }
          #first-visit-modal .modal__contents_plan-list-contents-details-btn-icon02 img {
            width: 100%;
            height: 100%; }
        #first-visit-modal .modal__contents_plan-list-contents-details-btn-name {
          width: 100%;
          position: relative;
          color: #4e4e4e;
          font-size: 4.5vw;
          font-weight: bold;
          vertical-align: middle;
          line-height: 1.33333; }
          #first-visit-modal .modal__contents_plan-list-contents-details-btn-name span {
            position: absolute;
            top: 53%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
        #first-visit-modal .modal__contents_plan-list-contents-details-btn-name02 {
          width: 100%;
          position: relative;
          color: #fff;
          font-size: 3.5vw;
          font-weight: bold;
          text-align: center;
          vertical-align: middle;
          line-height: 1.2;
          margin-top: 2.5vw; }
          #first-visit-modal .modal__contents_plan-list-contents-details-btn-name02 span {
            color: #4e4e4e;
            font-size: 3.2vw; }
        #first-visit-modal .modal__contents_plan-list-contents-details-btn--frame {
          position: absolute;
          z-index: 0;
          top: 1vw;
          width: 100%;
          height: 12vw;
          -webkit-box-shadow: 0 2px 3px rgba(65, 64, 64, 0.6);
          box-shadow: 0 2px 3px rgba(65, 64, 64, 0.6);
          background: #e65205;
          border-radius: 5px; }
        #first-visit-modal .modal__contents_plan-list-contents-details-btn--type01 a {
          background: -webkit-gradient(linear, left top, left bottom, from(#dfdcdc), to(#908d8d));
          background: -webkit-linear-gradient(#dfdcdc, #908d8d);
          background: -o-linear-gradient(#dfdcdc, #908d8d);
          background: linear-gradient(#dfdcdc, #908d8d); }
        #first-visit-modal .modal__contents_plan-list-contents-details-btn--type02 a {
          background: -webkit-gradient(linear, left top, left bottom, from(#fefff0), to(#e08a13));
          background: -webkit-linear-gradient(#fefff0, #e08a13);
          background: -o-linear-gradient(#fefff0, #e08a13);
          background: linear-gradient(#fefff0, #e08a13); }
  #first-visit-modal .modal__contents_plan-list-btn {
    width: 100%;
    margin: 6vw auto 5vw auto; }
    #first-visit-modal .modal__contents_plan-list-btn a {
      display: block;
      position: relative;
      width: 100%;
      height: 60px;
      color: #fff;
      font-size: 3.2vw;
      font-weight: bold;
      text-align: center;
      line-height: 1.125;
      border-radius: 30px;
      background: #ff6302;
      -webkit-box-shadow: 0 2px 3px rgba(65, 64, 64, 0.6);
      box-shadow: 0 2px 3px rgba(65, 64, 64, 0.6); }
      #first-visit-modal .modal__contents_plan-list-btn a::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        display: inline-block;
        width: 20px;
        height: 20px;
        content: "";
        background: url("/info/tutorial/img/icon_modal_btn-arrow.svg") 0 0 no-repeat;
        background-size: 100% 100%;
        margin: auto; }
      #first-visit-modal .modal__contents_plan-list-btn a span {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  #first-visit-modal .modal__contents_icon-arrow {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 30px;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 25px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    margin: auto;
    -webkit-animation-name: anime1;
    animation-name: anime1;
    -webkit-animation-duration: 2.1s;
    animation-duration: 2.1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

@-webkit-keyframes anime1 {
  0% {
    bottom: 30px; }
  50% {
    bottom: 35px; }
  100% {
    bottom: 30px; } }

@keyframes anime1 {
  0% {
    bottom: 30px; }
  50% {
    bottom: 35px; }
  100% {
    bottom: 30px; } }
    #first-visit-modal .modal__contents_icon-arrow img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 60%;
      height: 60%;
      margin: auto; }

#first-visit-modal .modal__filter {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .7;
  background: #333; }

@media screen and (min-width: 1024px) {
  #first-visit-modal .modal__button-close {
    display: none; }
  #first-visit-modal .modal__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1525px;
    width: calc(100% - 50px);
    overflow-y: visible;
    border-radius: 0; }
    #first-visit-modal .modal__contents_head {
      position: relative;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      padding: 5px 15px; }
      #first-visit-modal .modal__contents_head-button-close {
        display: block;
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        cursor: pointer;
        -webkit-transition-duration: .4s;
        -o-transition-duration: .4s;
        transition-duration: .4s;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 2px 3px rgba(65, 64, 64, 0.6);
        box-shadow: 0 2px 3px rgba(65, 64, 64, 0.6);
        margin: auto 0; }
        #first-visit-modal .modal__contents_head-button-close:hover {
          background: rgba(0, 0, 0, 0.5); }
        #first-visit-modal .modal__contents_head-button-close-img {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          width: 60%;
          height: 60%;
          vertical-align: bottom;
          margin: auto; }
      #first-visit-modal .modal__contents_head-text01 {
        display: none;
        font-size: 18px;
        margin-bottom: 10px; }
      #first-visit-modal .modal__contents_head-text02::before {
        width: 60px;
        height: 60px; }
      #first-visit-modal .modal__contents_head-text02-mes {
        font-size: 18px;
        line-height: 1.66667; }
    #first-visit-modal .modal__contents_plan-head {
      font-size: 18px;
      padding: 5px 0px; }
      #first-visit-modal .modal__contents_plan-head::before {
        border-width: 18px 9.5px 0 9.5px;
        margin-top: 0;
        margin-right: 10px; }
    #first-visit-modal .modal__contents_plan-list-wrap {
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      padding: 10px 10px 3px 10px; }
    #first-visit-modal .modal__contents_plan-list-contents {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      margin-bottom: 23px;
      height: 100%; }
      #first-visit-modal .modal__contents_plan-list-contents--1, #first-visit-modal .modal__contents_plan-list-contents--2 {
        margin-right: 10px;
        margin-bottom: 0; }
      #first-visit-modal .modal__contents_plan-list-contents-title {
        height: 115px; }
        #first-visit-modal .modal__contents_plan-list-contents-title-no {
          width: 30px;
          height: 30px;
          margin-right: 10px;
          margin-left: 10px; }
          #first-visit-modal .modal__contents_plan-list-contents-title-no span {
            width: 26px;
            height: 26px;
            font-size: 16px;
            line-height: 1.625; }
        #first-visit-modal .modal__contents_plan-list-contents-title-name {
          width: calc(100% - 235px);
          font-size: 15px;
          line-height: 1.3125; }
        #first-visit-modal .modal__contents_plan-list-contents-title-icon {
          position: relative;
          width: 185px;
          height: 60px; }
          #first-visit-modal .modal__contents_plan-list-contents-title-icon-text {
            font-size: 16px;
            line-height: 1.16667;
            margin-left: 20%; }
            #first-visit-modal .modal__contents_plan-list-contents-title-icon-text--bold {
              font-size: 28px; }
            #first-visit-modal .modal__contents_plan-list-contents-title-icon-text--2 {
              color: #ebff00;
              font-size: 12px; }
            #first-visit-modal .modal__contents_plan-list-contents-title-icon-text--3 {
              position: absolute;
              bottom: 5px;
              left: -15px; }
      #first-visit-modal .modal__contents_plan-list-contents-details {
        padding: 15px 0 25px 0; }
        #first-visit-modal .modal__contents_plan-list-contents-details-text {
          height: 126px;
          font-size: .91em;
          line-height: 1.9;
          padding-right: 5px;
          padding-left: 5px;
          margin: 0; }
          #first-visit-modal .modal__contents_plan-list-contents-details-text--br {
            display: inline; }
          #first-visit-modal .modal__contents_plan-list-contents-details-text--br2 {
            display: none; }
          #first-visit-modal .modal__contents_plan-list-contents-details-text--orange {
            font-size: 21px; }
          #first-visit-modal .modal__contents_plan-list-contents-details-text--annotation {
            font-size: 12px; }
        #first-visit-modal .modal__contents_plan-list-contents-details-btn {
          width: 200px;
          margin: 0 auto; }
          #first-visit-modal .modal__contents_plan-list-contents-details-btn a {
            height: 45px;
            -webkit-transition-duration: .4s;
            -o-transition-duration: .4s;
            transition-duration: .4s; }
            #first-visit-modal .modal__contents_plan-list-contents-details-btn a:hover {
              -webkit-filter: brightness(0.7);
              filter: brightness(0.7); }
          #first-visit-modal .modal__contents_plan-list-contents-details-btn-icon, #first-visit-modal .modal__contents_plan-list-contents-details-btn-icon02 {
            width: 35px;
            height: 35px; }
          #first-visit-modal .modal__contents_plan-list-contents-details-btn-name {
            font-size: 18px; }
          #first-visit-modal .modal__contents_plan-list-contents-details-btn-name02 {
            font-size: 16px;
            margin-top: 5px; }
            #first-visit-modal .modal__contents_plan-list-contents-details-btn-name02 span {
              font-size: 14px; }
          #first-visit-modal .modal__contents_plan-list-contents-details-btn--frame {
            top: 5px;
            height: 45px; }
    #first-visit-modal .modal__contents_plan-list-btn {
      width: 500px;
      margin: 23px auto 20px auto; }
      #first-visit-modal .modal__contents_plan-list-btn a {
        font-size: 18px;
        -webkit-transition-duration: .4s;
        -o-transition-duration: .4s;
        transition-duration: .4s; }
        #first-visit-modal .modal__contents_plan-list-btn a:hover {
          -webkit-filter: brightness(0.7);
          filter: brightness(0.7); }
        #first-visit-modal .modal__contents_plan-list-btn a::after {
          width: 30px;
          height: 30px; } }

@media screen and (min-width: 1098px) {
  #first-visit-modal .modal__contents_plan-list-contents-details-text--br {
    display: none; }
  #first-visit-modal .modal__contents_plan-list-contents-details-text--br2 {
    display: inline; } }

@media screen and (min-width: 1124px) {
  #first-visit-modal .modal__contents_plan-list-contents-title {
    height: 94px; } }

@media screen and (min-width: 1221px) {
  #first-visit-modal .modal__contents_plan-list-contents-title {
    height: 74px; } }

@media screen and (min-width: 1271px) {
  #first-visit-modal .modal__contents_head {
    padding: 10px 15px; }
  #first-visit-modal .modal__contents_plan-head {
    padding: 10px 0; }
    #first-visit-modal .modal__contents_plan-head::before {
      border-width: 20px 11.5px 0 11.5px; }
  #first-visit-modal .modal__contents_plan-list-wrap {
    padding: 23px 23px 3px 23px; }
  #first-visit-modal .modal__contents_plan-list-contents--1, #first-visit-modal .modal__contents_plan-list-contents--2 {
    margin-right: 23px; }
  #first-visit-modal .modal__contents_plan-list-contents-details-text {
    height: 138px;
    font-size: 15px;
    padding-right: 10px;
    padding-left: 10px; }
    #first-visit-modal .modal__contents_plan-list-contents-details-text--orange {
      letter-spacing: 0; }
  #first-visit-modal .modal__contents_plan-list-contents-annotation p {
    font-size: 12px; } }

@media screen and (min-width: 1324px) {
  #first-visit-modal .modal__contents_plan-list-contents-annotation {
    height: 56px; } }
