#maintitleArea .fadein_b {
  transition-delay: 0.4s; }

.of_h {
  overflow: hidden; }

@keyframes blur_in_big {
  0% {
    filter: blur(15px);
    transform: scale(1.2);
    opacity: 0; }
  100% {
    filter: blur(0);
    transform: scale(1);
    opacity: 1.0; } }
@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@media screen and (min-width: 769px), print {
  #area {
    position: relative;
    padding-top: 70px; }
    #area #maintitleArea {
      position: absolute;
      top: 60px;
      left: calc(50% - 490px);
      background: url("../img/area/title_bg.png") no-repeat center;
      background-size: cover;
      width: 490px;
      height: 489px;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      color: #fff;
      text-align: center; }
      #area #maintitleArea .num {
        display: block;
        font-size: 15px;
        letter-spacing: 0.2em;
        margin-bottom: 10px; }
      #area #maintitleArea h2 {
        font-size: 48px;
        width: auto;
        padding: 0;
        margin-bottom: 40px; }
        #area #maintitleArea h2 > span {
          color: #ecdf9e; }
      #area #maintitleArea .lead {
        font-size: 18px;
        line-height: 2;
        font-weight: 500;
        letter-spacing: 0.15em; }
    #area .mapArea {
      position: relative;
      text-align: center; }
      #area .mapArea + .mapArea {
        margin-top: 40px; }
      #area .mapArea .map {
        display: inline-block;
        margin: 0 auto;
        position: relative; }
        #area .mapArea .map img {
          mix-blend-mode: multiply; }
          #area .mapArea .map img:not(:first-child) {
            position: absolute;
            top: 0;
            left: 0; }
          #area .mapArea .map img.blur_in.on.mp01 {
            animation: blur_in 2.3s cubic-bezier(0, 0.42, 0.27, 1.02) forwards; }
          #area .mapArea .map img.blur_in.on.mp02 {
            animation: blur_in 2s cubic-bezier(0, 0.42, 0.27, 1.02) 0.12s forwards; }
          #area .mapArea .map img.blur_in.on.mp03 {
            animation: blur_in_big 2s cubic-bezier(0, 0.42, 0.27, 1.02) 0.25s forwards; }
          #area .mapArea .map img.blur_in.on.mp05 {
            animation: blur_in 2s cubic-bezier(0, 0.42, 0.27, 1.02) 0.3s forwards; }
          #area .mapArea .map img.blur_in.on.mp04 {
            animation: blur_in_big 2s cubic-bezier(0, 0.42, 0.27, 1.02) 0.4s forwards; }
          #area .mapArea .map img.blur_in_j {
            opacity: 0; }
            #area .mapArea .map img.blur_in_j.mp01 {
              animation: blur_in 1.2s cubic-bezier(0, 0.42, 0.27, 1.02) forwards; }
            #area .mapArea .map img.blur_in_j.mp02 {
              animation: blur_in 2s cubic-bezier(0, 0.42, 0.27, 1.02) 0.12s forwards; }
            #area .mapArea .map img.blur_in_j.mp04 {
              animation: blur_in 2s cubic-bezier(0, 0.42, 0.27, 1.02) 0.2s forwards; }
            #area .mapArea .map img.blur_in_j.mp05 {
              animation: blur_in_big 2s cubic-bezier(0, 0.42, 0.27, 1.02) 0.1s forwards; }
            #area .mapArea .map img.blur_in_j.mp03 {
              animation: blur_in_big 2s cubic-bezier(0, 0.42, 0.27, 1.02) 0.1s forwards; }
      #area .mapArea h3 {
        position: absolute;
        color: #6ac9ff;
        font-size: 28px;
        text-align: center;
        letter-spacing: 0.1em;
        right: 50%;
        margin-right: -150px;
        top: 350px; }
        #area .mapArea h3 span {
          display: block; }
        #area .mapArea h3 .en {
          font-size: 15px;
          opacity: 0.5;
          margin-top: 12px; }
      #area .mapArea .maplist {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        #area .mapArea .maplist.maplist_ja {
          opacity: 0;
          animation: fadein 1.1s ease 0.6s forwards; }
        #area .mapArea .maplist.fadein.on {
          transition-duration: 1.1s;
          transition-delay: 0.65s; }
        #area .mapArea .maplist li {
          position: absolute;
          width: 70px;
          height: 70px;
          text-align: center;
          font-weight: 500;
          line-height: 1.3;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          color: #fff;
          box-sizing: border-box;
          padding-bottom: 5px; }
          #area .mapArea .maplist li:after {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: #40baff;
            border-radius: 70px;
            z-index: -1;
            transition: 0.4s; }
          #area .mapArea .maplist li.btn {
            padding-bottom: 0;
            cursor: pointer; }
            #area .mapArea .maplist li.btn:after {
              background-color: #0075be; }
            #area .mapArea .maplist li.btn:hover:after {
              transform: scale(1.05);
              filter: blur(1px); }
            #area .mapArea .maplist li.btn:hover a:after {
              margin-right: -19px; }
          #area .mapArea .maplist li a {
            display: block;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            color: #fff;
            padding-bottom: 20px;
            position: relative; }
            #area .mapArea .maplist li a:after {
              content: '';
              display: block;
              position: absolute;
              width: 26px;
              height: 5px;
              border-right: 1px solid #fff;
              border-bottom: 1px solid #fff;
              transform: skew(45deg);
              bottom: 20px;
              right: 50%;
              margin-right: -12px;
              opacity: 0.8;
              transition: 0.4s; }
    #area .mapArea.japan .maplist li:nth-of-type(1) {
      top: 14.8%;
      right: 16.5%; }
    #area .mapArea.japan .maplist li:nth-of-type(2) {
      top: 40%;
      right: 21.8%; }
    #area .mapArea.japan .maplist li:nth-of-type(3) {
      top: 44.2%;
      right: 33.3%; }
    #area .mapArea.japan .maplist li:nth-of-type(4) {
      top: 54.1%;
      right: 29.3%; }
    #area .mapArea.japan .maplist li:nth-of-type(5) {
      top: 47.8%;
      right: 44.7%; }
    #area .mapArea.japan .maplist li:nth-of-type(6) {
      bottom: 30.1%;
      right: 29.3%; }
    #area .mapArea.japan .maplist li:nth-of-type(7) {
      bottom: 27.2%;
      right: 35.6%; }
    #area .mapArea.japan .maplist li:nth-of-type(8) {
      bottom: 31.4%;
      right: 41.8%; }
      #area .mapArea.japan .maplist li:nth-of-type(8) a {
        padding-bottom: 15px; }
        #area .mapArea.japan .maplist li:nth-of-type(8) a:after {
          bottom: 13px; }
    #area .mapArea.japan .maplist li:nth-of-type(9) {
      bottom: 30.5%;
      right: 48.3%; }
    #area .mapArea.japan .maplist li:nth-of-type(10) {
      bottom: 23.2%;
      right: 48.3%; }
    #area .mapArea.japan .maplist li:nth-of-type(11) {
      bottom: 22.1%;
      left: 39.3%; }
    #area .mapArea.japan .maplist li:nth-of-type(12) {
      bottom: 27.8%;
      left: 34.4%; }
    #area .mapArea.japan .maplist li:nth-of-type(13) {
      bottom: 24.6%;
      left: 28%; }
    #area .mapArea.japan .maplist li:nth-of-type(14) {
      bottom: 18.2%;
      left: 22.6%; }
    #area .mapArea.japan .maplist li:nth-of-type(15) {
      bottom: 6.5%;
      left: 22.6%; }
    #area .mapArea.japan .maplist li:nth-of-type(16) {
      left: 1.5%;
      bottom: 3.4%; }
    #area .mapArea.global .maplist li:nth-of-type(1) {
      top: 31.8%;
      right: 22.7%; }
    #area .mapArea.global .maplist li:nth-of-type(2) {
      top: 32.6%;
      left: 40.3%; }
    #area .mapArea.global .maplist li:nth-of-type(3) {
      top: 46.6%;
      left: 40.5%; }
    #area .mapArea.global .maplist li:nth-of-type(4) {
      top: 40%;
      left: 34.7%; }
    #area .mapArea.global .maplist li:nth-of-type(5) {
      top: 52.5%;
      left: 31.6%; }

  /*  modal pc  */
  .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100; }
    .modal .modal__bg {
      background: rgba(0, 0, 0, 0.1);
      height: 100vh;
      position: absolute;
      width: 100%;
      z-index: -1; }
    .modal .modal__content {
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 80%;
      max-width: 1040px;
      max-height: 80%;
      padding: 60px 15px;
      z-index: 1000;
      background-color: #fff; }
      .modal .modal__content h3 {
        text-align: center;
        font-size: 35px;
        color: #6ac9ff;
        letter-spacing: 0.1em;
        margin-bottom: 40px; }
      .modal .modal__content .modal__inn {
        position: relative;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        height: 450px;
        padding: 0 45px; }
        .modal .modal__content .modal__inn .modal_sec {
          position: relative;
          display: flex;
          justify-content: space-between; }
          .modal .modal__content .modal__inn .modal_sec .point_tit {
            display: flex;
            align-items: center;
            font-size: 24px;
            font-weight: 500;
            letter-spacing: 0.1em;
            margin-bottom: 10px; }
            .modal .modal__content .modal__inn .modal_sec .point_tit .point {
              display: block;
              color: #40baff;
              line-height: 1;
              margin-right: 1em; }
              .modal .modal__content .modal__inn .modal_sec .point_tit .point span {
                font-size: 10px;
                display: block;
                letter-spacing: 1px;
                text-align: center; }
              .modal .modal__content .modal__inn .modal_sec .point_tit .point .num {
                font-size: 28px; }
          .modal .modal__content .modal__inn .modal_sec .txt_box {
            width: calc(100% - 297px);
            text-align: justify; }
          .modal .modal__content .modal__inn .modal_sec .img_box {
            width: 277px; }
          .modal .modal__content .modal__inn .modal_sec + .modal_sec {
            padding-top: 40px;
            margin-top: 40px; }
            .modal .modal__content .modal__inn .modal_sec + .modal_sec:after {
              content: '';
              display: block;
              position: absolute;
              width: 100%;
              height: 2px;
              background-image: linear-gradient(to right, #40baff, #40baff 2px, transparent 2px, transparent 6px);
              background-size: 6px 2px;
              background-position: left bottom;
              background-repeat: repeat-x;
              top: 0;
              left: 0; }
        .modal .modal__content .modal__inn .modal_sec:nth-of-type(2n) {
          flex-direction: row-reverse; }
      .modal .modal__content .js-modal-close {
        width: 80px;
        height: 30px;
        position: absolute;
        top: 15px;
        right: 25px;
        cursor: pointer; }
        .modal .modal__content .js-modal-close:before, .modal .modal__content .js-modal-close:after {
          content: '';
          display: block;
          position: absolute;
          height: 2px;
          width: 100%;
          background-color: #40baff;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
        .modal .modal__content .js-modal-close:before {
          transform: rotate(-22deg); }
        .modal .modal__content .js-modal-close:after {
          transform: rotate(22deg); }
        .modal .modal__content .js-modal-close:hover {
          transform: rotate(180deg); }

  #honsha .modal__content .modal__inn .modal_sec, #osaka .modal__content .modal__inn .modal_sec, #tokyo .modal__content .modal__inn .modal_sec {
    display: block; }
    #honsha .modal__content .modal__inn .modal_sec > .point_tit, #osaka .modal__content .modal__inn .modal_sec > .point_tit, #tokyo .modal__content .modal__inn .modal_sec > .point_tit {
      margin-bottom: 30px; }
    #honsha .modal__content .modal__inn .modal_sec .txt_box, #osaka .modal__content .modal__inn .modal_sec .txt_box, #tokyo .modal__content .modal__inn .modal_sec .txt_box {
      width: 100%; }
    #honsha .modal__content .modal__inn .modal_sec .phtlist, #osaka .modal__content .modal__inn .modal_sec .phtlist, #tokyo .modal__content .modal__inn .modal_sec .phtlist {
      display: flex;
      flex-wrap: wrap; }
      #honsha .modal__content .modal__inn .modal_sec .phtlist li, #osaka .modal__content .modal__inn .modal_sec .phtlist li, #tokyo .modal__content .modal__inn .modal_sec .phtlist li {
        width: 277px;
        margin-bottom: 40px;
        margin-right: calc(50% - 416px); }
        #honsha .modal__content .modal__inn .modal_sec .phtlist li:nth-of-type(3n), #osaka .modal__content .modal__inn .modal_sec .phtlist li:nth-of-type(3n), #tokyo .modal__content .modal__inn .modal_sec .phtlist li:nth-of-type(3n) {
          margin-right: 0; }
        #honsha .modal__content .modal__inn .modal_sec .phtlist li .img_box, #osaka .modal__content .modal__inn .modal_sec .phtlist li .img_box, #tokyo .modal__content .modal__inn .modal_sec .phtlist li .img_box {
          width: 100%; }
        #honsha .modal__content .modal__inn .modal_sec .phtlist li .txt_box, #osaka .modal__content .modal__inn .modal_sec .phtlist li .txt_box, #tokyo .modal__content .modal__inn .modal_sec .phtlist li .txt_box {
          margin-top: 10px; }
          #honsha .modal__content .modal__inn .modal_sec .phtlist li .txt_box .tit, #osaka .modal__content .modal__inn .modal_sec .phtlist li .txt_box .tit, #tokyo .modal__content .modal__inn .modal_sec .phtlist li .txt_box .tit {
            font-size: 18px;
            text-align: center;
            font-weight: 500;
            letter-spacing: 0.1em; }

  .modal__inn::-webkit-scrollbar {
    width: 9px; }

  .modal__inn::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 9px; }

  .modal__inn::-webkit-scrollbar-thumb {
    background: #ebebeb;
    border-radius: 9px; } }
@media screen and (max-width: 768px), print {
  #area {
    position: relative;
    padding-top: 110px;
    overflow: hidden; }
    #area #maintitleArea {
      position: absolute;
      top: 10px;
      left: 5%; }
      #area #maintitleArea #maintitle {
        background: url("../img/area/title_bg.png") no-repeat center;
        background-size: auto 100%;
        box-sizing: border-box;
        color: #fff;
        text-align: center;
        width: 180px;
        height: 180px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 10px; }
        #area #maintitleArea #maintitle .num {
          display: block;
          font-size: 14px;
          letter-spacing: 0.1em; }
        #area #maintitleArea #maintitle h2 {
          font-size: 28px;
          line-height: 1.3;
          width: auto;
          padding: 0; }
          #area #maintitleArea #maintitle h2 > span {
            color: #ecdf9e; }
        #area #maintitleArea #maintitle .lead {
          font-size: 18px;
          line-height: 2;
          font-weight: 500;
          letter-spacing: 0.1em; }
    #area .mapArea {
      position: relative;
      text-align: center; }
      #area .mapArea + .mapArea {
        margin-top: 40px; }
      #area .mapArea .map {
        display: inline-block;
        margin: 0 auto;
        position: relative; }
        #area .mapArea .map img {
          mix-blend-mode: multiply; }
          #area .mapArea .map img:not(.ms01) {
            position: absolute;
            top: 0;
            left: 0; }
          #area .mapArea .map img.blur_in.on.ms01 {
            animation: blur_in 2.3s cubic-bezier(0, 0.42, 0.27, 1.02) forwards; }
          #area .mapArea .map img.blur_in.on.ms02 {
            animation: blur_in 2s cubic-bezier(0, 0.42, 0.27, 1.02) 0.12s forwards; }
          #area .mapArea .map img.blur_in.on.ms03 {
            animation: blur_in_big 2s cubic-bezier(0, 0.42, 0.27, 1.02) 0.25s forwards; }
          #area .mapArea .map img.blur_in.on.ms05 {
            animation: blur_in 2s cubic-bezier(0, 0.42, 0.27, 1.02) 0.3s forwards; }
          #area .mapArea .map img.blur_in.on.ms04 {
            animation: blur_in_big 2s cubic-bezier(0, 0.42, 0.27, 1.02) 0.4s forwards; }
          #area .mapArea .map img.blur_in_j {
            opacity: 0; }
            #area .mapArea .map img.blur_in_j.ms01 {
              animation: blur_in 2.2s cubic-bezier(0, 0.42, 0.27, 1.02) forwards; }
            #area .mapArea .map img.blur_in_j.ms02 {
              animation: blur_in 2s cubic-bezier(0, 0.42, 0.27, 1.02) 0.12s forwards; }
            #area .mapArea .map img.blur_in_j.ms04 {
              animation: blur_in 2s cubic-bezier(0, 0.42, 0.27, 1.02) 0.2s forwards; }
            #area .mapArea .map img.blur_in_j.ms05 {
              animation: blur_in_big 2s cubic-bezier(0, 0.42, 0.27, 1.02) 0.1s forwards; }
            #area .mapArea .map img.blur_in_j.ms03 {
              animation: blur_in_big 2s cubic-bezier(0, 0.42, 0.27, 1.02) 0.1s forwards; }
      #area .mapArea h3 {
        position: absolute;
        color: #6ac9ff;
        font-size: 24px;
        text-align: center;
        letter-spacing: 0.1em; }
        #area .mapArea h3 span {
          display: block; }
        #area .mapArea h3 .en {
          font-size: 12px;
          opacity: 0.5;
          margin-top: 5px; }
      #area .mapArea .maplist {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        #area .mapArea .maplist.maplist_ja {
          opacity: 0;
          animation: fadein 1.1s ease 0.4s forwards; }
        #area .mapArea .maplist.fadein.on {
          transition-duration: 1.1s;
          transition-delay: 0.65s; }
        #area .mapArea .maplist li {
          position: absolute;
          width: 11vw;
          height: 11vw;
          background-color: #40baff;
          border-radius: 70px;
          text-align: center;
          font-weight: 500;
          line-height: 1.3;
          font-size: min(2vw, 16px);
          font-feature-settings: "palt";
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          color: #fff;
          box-sizing: border-box;
          padding-bottom: 3px; }
          #area .mapArea .maplist li.btn {
            background-color: #0075be;
            padding-bottom: 0;
            cursor: pointer; }
          #area .mapArea .maplist li a {
            display: block;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            color: #fff;
            padding-bottom: 10px;
            position: relative;
            letter-spacing: 0; }
            #area .mapArea .maplist li a:after {
              content: '';
              display: block;
              position: absolute;
              width: 14px;
              height: 3px;
              border-right: 1px solid #fff;
              border-bottom: 1px solid #fff;
              transform: skew(45deg);
              bottom: 7px;
              right: 50%;
              margin-right: -6px;
              opacity: 0.8;
              transition: 0.4s; }
    #area .mapArea.japan h3 {
      right: 5%;
      top: 79%; }
    #area .mapArea.japan .maplist li:nth-of-type(1) {
      top: 14.8%;
      right: 16.5%; }
    #area .mapArea.japan .maplist li:nth-of-type(2) {
      top: 35.5%;
      right: 18%; }
    #area .mapArea.japan .maplist li:nth-of-type(3) {
      top: 41.2%;
      right: 33%; }
    #area .mapArea.japan .maplist li:nth-of-type(4) {
      top: 50%;
      right: 23.3%; }
    #area .mapArea.japan .maplist li:nth-of-type(5) {
      top: 46.1%;
      right: 44.7%; }
    #area .mapArea.japan .maplist li:nth-of-type(6) {
      bottom: 30.1%;
      right: 22.3%; }
    #area .mapArea.japan .maplist li:nth-of-type(7) {
      bottom: 24.2%;
      right: 31.6%; }
    #area .mapArea.japan .maplist li:nth-of-type(8) {
      bottom: 29.4%;
      right: 41.8%; }
    #area .mapArea.japan .maplist li:nth-of-type(9) {
      bottom: 35.5%;
      right: 53.3%; }
      #area .mapArea.japan .maplist li:nth-of-type(9) a:after {
        bottom: 10px; }
    #area .mapArea.japan .maplist li:nth-of-type(10) {
      bottom: 26.2%;
      right: 53.3%; }
    #area .mapArea.japan .maplist li:nth-of-type(11) {
      bottom: 19%;
      left: 26.3%; }
    #area .mapArea.japan .maplist li:nth-of-type(12) {
      bottom: 28.8%;
      left: 24.4%; }
    #area .mapArea.japan .maplist li:nth-of-type(13) {
      bottom: 24.6%;
      left: 14%; }
    #area .mapArea.japan .maplist li:nth-of-type(14) {
      bottom: 20.2%;
      left: 3.3%; }
    #area .mapArea.japan .maplist li:nth-of-type(15) {
      bottom: 7.5%;
      left: 6px; }
    #area .mapArea.japan .maplist li:nth-of-type(16) {
      left: 9.5%;
      bottom: -0.6%; }
    #area .mapArea.global h3 {
      right: 25%;
      bottom: 26%; }
      #area .mapArea.global h3 .ja {
        letter-spacing: 0.2em; }
    #area .mapArea.global .maplist li a:after {
      bottom: 10px; }
    #area .mapArea.global .maplist li:nth-of-type(1) {
      top: 26.8%;
      right: 22.7%; }
    #area .mapArea.global .maplist li:nth-of-type(2) {
      top: 14.5%;
      left: 43.3%; }
    #area .mapArea.global .maplist li:nth-of-type(3) {
      top: 32.4%;
      left: 38.5%; }
    #area .mapArea.global .maplist li:nth-of-type(4) {
      top: 14%;
      left: 30.8%; }
    #area .mapArea.global .maplist li:nth-of-type(5) {
      top: 41.5%;
      left: 26.6%; }

  /*  modal sp  */
  .modal {
    display: none;
    height: calc(100vh - 77px);
    position: fixed;
    top: 77px;
    left: 0;
    width: 100%;
    z-index: 100; }
    .modal .modal__bg {
      background: rgba(0, 0, 0, 0.1);
      height: calc(100vh - 77px);
      position: absolute;
      width: 100%;
      z-index: -1; }
    .modal .modal__content {
      left: 50%;
      position: absolute;
      top: 45%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 85%;
      max-width: 1040px;
      padding: 60px 5px 0;
      z-index: 1000;
      background-color: #fff;
      overflow: hidden; }
      .modal .modal__content h3 {
        text-align: center;
        font-size: 24px;
        color: #6ac9ff;
        letter-spacing: 0.1em;
        margin-bottom: 30px; }
      .modal .modal__content .modal__inn {
        position: relative;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        height: 260px;
        padding: 0 30px 30px; }
        .modal .modal__content .modal__inn .modal_sec {
          position: relative; }
          .modal .modal__content .modal__inn .modal_sec .point_tit {
            display: flex;
            align-items: center;
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 0.1em;
            margin-bottom: 10px;
            line-height: 1.5; }
            .modal .modal__content .modal__inn .modal_sec .point_tit .point {
              display: block;
              color: #40baff;
              line-height: 1;
              margin-right: 1em; }
              .modal .modal__content .modal__inn .modal_sec .point_tit .point span {
                font-size: 12px;
                display: block;
                letter-spacing: 1px;
                text-align: center; }
              .modal .modal__content .modal__inn .modal_sec .point_tit .point .num {
                font-size: 34px; }
          .modal .modal__content .modal__inn .modal_sec .txt_box {
            text-align: justify;
            margin-bottom: 10px; }
          .modal .modal__content .modal__inn .modal_sec .img_box {
            width: 100%; }
          .modal .modal__content .modal__inn .modal_sec + .modal_sec {
            padding-top: 40px;
            margin-top: 40px; }
            .modal .modal__content .modal__inn .modal_sec + .modal_sec:after {
              content: '';
              display: block;
              position: absolute;
              width: 100%;
              height: 2px;
              background-image: linear-gradient(to right, #40baff, #40baff 2px, transparent 2px, transparent 6px);
              background-size: 6px 2px;
              background-position: left bottom;
              background-repeat: repeat-x;
              top: 0;
              left: 0; }
        .modal .modal__content .modal__inn .modal_sec:nth-of-type(2n) {
          flex-direction: row-reverse; }
      .modal .modal__content .js-modal-close {
        width: 80px;
        height: 30px;
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer; }
        .modal .modal__content .js-modal-close:before, .modal .modal__content .js-modal-close:after {
          content: '';
          display: block;
          position: absolute;
          height: 2px;
          width: 100%;
          background-color: #40baff;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
        .modal .modal__content .js-modal-close:before {
          transform: rotate(-22deg); }
        .modal .modal__content .js-modal-close:after {
          transform: rotate(22deg); }
        .modal .modal__content .js-modal-close:hover {
          transform: rotate(180deg); }

  #honsha .modal__content .modal__inn .modal_sec .txt_box, #osaka .modal__content .modal__inn .modal_sec .txt_box, #tokyo .modal__content .modal__inn .modal_sec .txt_box {
    width: 100%; }
  #honsha .modal__content .modal__inn .modal_sec .phtlist li + li, #osaka .modal__content .modal__inn .modal_sec .phtlist li + li, #tokyo .modal__content .modal__inn .modal_sec .phtlist li + li {
    margin-top: 30px; }
  #honsha .modal__content .modal__inn .modal_sec .phtlist li .txt_box, #osaka .modal__content .modal__inn .modal_sec .phtlist li .txt_box, #tokyo .modal__content .modal__inn .modal_sec .phtlist li .txt_box {
    margin-top: 10px; }
    #honsha .modal__content .modal__inn .modal_sec .phtlist li .txt_box .tit, #osaka .modal__content .modal__inn .modal_sec .phtlist li .txt_box .tit, #tokyo .modal__content .modal__inn .modal_sec .phtlist li .txt_box .tit {
      font-size: 18px;
      text-align: center;
      font-weight: 500;
      letter-spacing: 0.1em; }

  .modal__inn::-webkit-scrollbar {
    width: 9px; }

  .modal__inn::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 9px; }

  .modal__inn::-webkit-scrollbar-thumb {
    background: #ebebeb;
    border-radius: 9px; } }
