@charset "UTF-8";
body.fixed {
  height: 100vh;
  overflow: hidden; }

body.touchDevice {
  height: auto;
  overflow: auto; }
  body.touchDevice .hero_container {
    display: block !important;
    height: 100vh !important; }
    body.touchDevice .hero_container .CloseButtonStyle {
      position: absolute; }

body.modalFixed, body.navFixed {
  position: fixed;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body img {
  max-width: 100%; }

#SiteIdentityP {
  position: relative;
  z-index: 5; }
  #SiteIdentityP p {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    padding: 0 0 0 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #SiteIdentityP p > a {
      display: block;
      width: 173px; }

#PopUpContainer {
  min-width: auto; }
  #PopUpContainer .Section {
    padding: 0; }
  #PopUpContainer #Footer {
    display: none; }

#PopUpContents {
  padding: 0; }

.CloseButtonStyle {
  z-index: 5; }

.hero_container {
  position: relative;
  background: #00a0e9;
  height: 100vh;
  margin: -50px auto 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .hero_container ::-moz-selection {
    background: #008acf;
    color: #fff; }
  .hero_container ::selection {
    background: #008acf;
    color: #fff; }
  .hero_container::before {
    content: "";
    position: absolute;
    background: url(/image/jp/channel/town/index_fv_02.jpg) center bottom no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 18.868%;
    max-height: 150px;
    left: 0;
    bottom: 0;
    -webkit-transition: opacity 0.7s linear 3.3s;
    -o-transition: opacity 0.7s linear 3.3s;
    transition: opacity 0.7s linear 3.3s;
    pointer-events: none; }
  .hero_container.opening::after, .hero_container.opening .title, .hero_container.opening .copy, .hero_container.opening .icon, .hero_container.opening .list {
    opacity: 1; }
  .hero_container.opening .loader {
    display: none; }
  .hero_container.opening .inner {
    top: 45.661%; }
  .hero_container .loader {
    position: absolute;
    background: rgba(35, 35, 35, 0.6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5000; }
    .hero_container .loader .lines {
      position: absolute;
      width: 6.667vw;
      max-width: 80px;
      height: 6.667vw;
      max-height: 80px;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
      .hero_container .loader .lines > i {
        position: absolute;
        background: #fff;
        width: 7.5%;
        height: 25%;
        opacity: 0;
        -webkit-animation: spin_loader 0.8s 0s infinite ease-in-out;
        animation: spin_loader 0.8s 0s infinite ease-in-out; }
        .hero_container .loader .lines > i:nth-child(1) {
          left: 46.25%; }
        .hero_container .loader .lines > i:nth-child(2) {
          right: 20%;
          top: 11.25%;
          -webkit-transform: rotateZ(45deg);
          -ms-transform: rotate(45deg);
          transform: rotateZ(45deg); }
        .hero_container .loader .lines > i:nth-child(3) {
          right: 8.75%;
          top: 37.5%;
          -webkit-transform: rotateZ(90deg);
          -ms-transform: rotate(90deg);
          transform: rotateZ(90deg); }
        .hero_container .loader .lines > i:nth-child(4) {
          right: 20%;
          bottom: 11.25%;
          -webkit-transform: rotateZ(135deg);
          -ms-transform: rotate(135deg);
          transform: rotateZ(135deg); }
        .hero_container .loader .lines > i:nth-child(5) {
          left: 46.25%;
          bottom: 0; }
        .hero_container .loader .lines > i:nth-child(6) {
          left: 20%;
          bottom: 11.25%;
          -webkit-transform: rotateZ(-135deg);
          -ms-transform: rotate(-135deg);
          transform: rotateZ(-135deg); }
        .hero_container .loader .lines > i:nth-child(7) {
          left: 8.75%;
          top: 37.5%;
          -webkit-transform: rotateZ(90deg);
          -ms-transform: rotate(90deg);
          transform: rotateZ(90deg); }
        .hero_container .loader .lines > i:nth-child(8) {
          left: 20%;
          top: 11.25%;
          -webkit-transform: rotateZ(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotateZ(-45deg); }
        .hero_container .loader .lines > i:nth-child(1) {
          -webkit-animation-delay: 0s;
          animation-delay: 0s; }
        .hero_container .loader .lines > i:nth-child(2) {
          -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s; }
        .hero_container .loader .lines > i:nth-child(3) {
          -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s; }
        .hero_container .loader .lines > i:nth-child(4) {
          -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s; }
        .hero_container .loader .lines > i:nth-child(5) {
          -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s; }
        .hero_container .loader .lines > i:nth-child(6) {
          -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
        .hero_container .loader .lines > i:nth-child(7) {
          -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s; }
        .hero_container .loader .lines > i:nth-child(8) {
          -webkit-animation-delay: 0.56s;
          animation-delay: 0.56s; }
  .hero_container #hitectown {
    position: relative;
    height: 100vh; }
  .hero_container .inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 67.925%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: top 2s ease 1.2s;
    -o-transition: top 2s ease 1.2s;
    transition: top 2s ease 1.2s;
    z-index: 1; }
  .hero_container .title {
    width: 27.834%;
    max-width: 334px;
    height: 28.051vh;
    max-height: 223px;
    margin: 0 auto 2.516vh;
    line-height: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 1.2s linear 0.2s;
    -o-transition: opacity 1.2s linear 0.2s;
    transition: opacity 1.2s linear 0.2s; }
    .hero_container .title > img {
      max-height: 100%; }
  .hero_container .copy {
    width: 57.25%;
    max-width: 687px;
    min-width: 620px;
    height: 19.372vh;
    max-height: 154px;
    margin: 0 auto;
    letter-spacing: 0.22em;
    line-height: 1.889em;
    font-size: 18px;
    text-align: center;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.4s linear 2.2s;
    -o-transition: opacity 0.4s linear 2.2s;
    transition: opacity 0.4s linear 2.2s; }
    .hero_container .copy > img {
      max-height: 100%; }
  .hero_container .icon {
    position: relative;
    width: 3.167%;
    max-width: 38px;
    height: 6.793vh;
    max-height: 54px;
    margin: 0 auto;
    line-height: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.4s linear 3.5s;
    -o-transition: opacity 0.4s linear 3.5s;
    transition: opacity 0.4s linear 3.5s;
    pointer-events: none; }
    .hero_container .icon > a {
      display: block;
      position: relative;
      max-height: 100%; }
      .hero_container .icon > a::after {
        content: "";
        position: absolute;
        background: #fff;
        border-radius: 100%;
        width: 21.053%;
        height: 0;
        left: 0;
        right: 0;
        bottom: 35.715%;
        margin: 0 auto;
        padding: 21.053% 0 0;
        opacity: 0;
        -webkit-animation: fv_icon2 1.5s ease 0.5s infinite;
        animation: fv_icon2 1.5s ease 0.5s infinite; }
      .hero_container .icon > a img {
        max-height: 54px; }
  .hero_container .list {
    margin: 3.774vh auto 3.774vh;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.4s linear 2.8s;
    -o-transition: opacity 0.4s linear 2.8s;
    transition: opacity 0.4s linear 2.8s; }
    .hero_container .list > li {
      display: inline-block;
      margin: 0 0 0 1.667%;
      line-height: 1;
      text-align: left; }
      .hero_container .list > li > a {
        display: block;
        position: relative;
        width: 160px;
        font-size: 15px;
        text-decoration: none;
        color: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .hero_container .list > li > a::before {
          content: "";
          position: absolute;
          background: #008acf;
          border: 1px solid;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          -webkit-transform: translate(1.875%, 13.044%);
          -ms-transform: translate(1.875%, 13.044%);
          transform: translate(1.875%, 13.044%);
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          pointer-events: none; }
        .hero_container .list > li > a > span {
          display: block;
          position: relative;
          background: #008acf;
          border: 1px solid;
          padding: 0.267em 0 0.267em 0.8em;
          -webkit-transform: translate(-1.25%, -0.625%);
          -ms-transform: translate(-1.25%, -0.625%);
          transform: translate(-1.25%, -0.625%);
          pointer-events: none; }
          .hero_container .list > li > a > span::after {
            content: "";
            position: absolute;
            background: url(/image/jp/channel/town/index_button_02.png) right center no-repeat;
            background-size: contain;
            width: 0.8em;
            height: 0.8em;
            right: 0.4em;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
        .hero_container .list > li > a.hover::before {
          -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
        .hero_container .list > li > a.hover > span {
          -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

.contents_wrapper {
  position: relative; }
  .contents_wrapper .area_contanier.seasideArea {
    background: #00a0e9; }
    .contents_wrapper .area_contanier.seasideArea ::-moz-selection {
      background: #008acf;
      color: #fff; }
    .contents_wrapper .area_contanier.seasideArea ::selection {
      background: #008acf;
      color: #fff; }
    .contents_wrapper .area_contanier.seasideArea .title {
      width: 26%;
      max-width: 312px; }
    .contents_wrapper .area_contanier.seasideArea .accordion .button > a::after, .contents_wrapper .area_contanier.seasideArea .accordion .button > a > span {
      background: #008acf; }
    .contents_wrapper .area_contanier.seasideArea .accordion .content .catalog .child > li > a.hover {
      color: #00a0e9 !important; }
    .contents_wrapper .area_contanier.seasideArea .map .mCSB_draggerRail {
      background: #00a0e9; }
    .contents_wrapper .area_contanier.seasideArea .map .list .point > a::before {
      -webkit-box-shadow: 0 0 3px #00a0e9, 0 0 5px #00a0e9, 0 0 5px #00a0e9 inset;
      box-shadow: 0 0 3px #00a0e9, 0 0 5px #00a0e9, 0 0 5px #00a0e9 inset; }
    .contents_wrapper .area_contanier.seasideArea .c_p1 {
      left: 29.359%;
      bottom: 69.833%; }
    .contents_wrapper .area_contanier.seasideArea .c_p2 {
      left: 33.473%;
      bottom: 24.302%; }
    .contents_wrapper .area_contanier.seasideArea .c_p3 {
      left: 45.677%;
      bottom: 78.213%; }
    .contents_wrapper .area_contanier.seasideArea .c_p4 {
      left: 54.742%;
      bottom: 83.939%; }
    .contents_wrapper .area_contanier.seasideArea .c_p5 {
      left: 62.553%;
      bottom: 22.766%; }
    .contents_wrapper .area_contanier.seasideArea .c_p6 {
      left: 65.203%;
      bottom: 55.028%; }
    .contents_wrapper .area_contanier.seasideArea .c_p7 {
      left: 76.012%;
      bottom: 77.933%; }
  .contents_wrapper .area_contanier.businessArea {
    background: #c5a982; }
    .contents_wrapper .area_contanier.businessArea ::-moz-selection {
      background: #b7976b;
      color: #fff; }
    .contents_wrapper .area_contanier.businessArea ::selection {
      background: #b7976b;
      color: #fff; }
    .contents_wrapper .area_contanier.businessArea .title {
      width: 37.334%;
      max-width: 448px; }
    .contents_wrapper .area_contanier.businessArea .accordion .button > a::after, .contents_wrapper .area_contanier.businessArea .accordion .button > a > span {
      background: #b7976b; }
    .contents_wrapper .area_contanier.businessArea .accordion .content .catalog .child > li > a.hover {
      color: #c5a982 !important; }
    .contents_wrapper .area_contanier.businessArea .map .mCSB_draggerRail {
      background: #c5a982; }
    .contents_wrapper .area_contanier.businessArea .map .list .point > a::before {
      -webkit-box-shadow: 0 0 3px #c5a982, 0 0 5px #c5a982, 0 0 5px #c5a982 inset;
      box-shadow: 0 0 3px #c5a982, 0 0 5px #c5a982, 0 0 5px #c5a982 inset; }
    .contents_wrapper .area_contanier.businessArea .o_p1 {
      left: 29.08%;
      bottom: 59.358%; }
    .contents_wrapper .area_contanier.businessArea .o_p2 {
      left: 28.592%;
      bottom: 21.928%; }
    .contents_wrapper .area_contanier.businessArea .o_p3 {
      left: 45.189%;
      bottom: 68.297%; }
    .contents_wrapper .area_contanier.businessArea .o_p4 {
      left: 66.458%;
      bottom: 57.542%; }
  .contents_wrapper .area_contanier.urbanArea {
    background: #44af35; }
    .contents_wrapper .area_contanier.urbanArea ::-moz-selection {
      background: #459c37;
      color: #fff; }
    .contents_wrapper .area_contanier.urbanArea ::selection {
      background: #459c37;
      color: #fff; }
    .contents_wrapper .area_contanier.urbanArea .title {
      width: 33.084%;
      max-width: 397px; }
    .contents_wrapper .area_contanier.urbanArea .accordion .button > a::after, .contents_wrapper .area_contanier.urbanArea .accordion .button > a > span {
      background: #459c37; }
    .contents_wrapper .area_contanier.urbanArea .accordion .content .catalog .child > li > a.hover {
      color: #44af35 !important; }
    .contents_wrapper .area_contanier.urbanArea .map .mCSB_draggerRail {
      background: #44af35; }
    .contents_wrapper .area_contanier.urbanArea .map .list .point > a::before {
      -webkit-box-shadow: 0 0 3px #44af35, 0 0 5px #44af35, 0 0 5px #44af35 inset;
      box-shadow: 0 0 3px #44af35, 0 0 5px #44af35, 0 0 5px #44af35 inset; }
    .contents_wrapper .area_contanier.urbanArea .u_p1 {
      left: 18.829%;
      bottom: 37.85%; }
    .contents_wrapper .area_contanier.urbanArea .u_p2 {
      left: 28.313%;
      bottom: 77.794%; }
    .contents_wrapper .area_contanier.urbanArea .u_p3 {
      left: 32.358%;
      bottom: 57.263%; }
    .contents_wrapper .area_contanier.urbanArea .u_p4 {
      left: 72.804%;
      bottom: 64.107%; }
  .contents_wrapper .area_contanier.suburbArea {
    background: #f08c00; }
    .contents_wrapper .area_contanier.suburbArea ::-moz-selection {
      background: #e07d00;
      color: #fff; }
    .contents_wrapper .area_contanier.suburbArea ::selection {
      background: #e07d00;
      color: #fff; }
    .contents_wrapper .area_contanier.suburbArea .title {
      width: 26.834%;
      max-width: 322px; }
    .contents_wrapper .area_contanier.suburbArea .accordion .button > a::after, .contents_wrapper .area_contanier.suburbArea .accordion .button > a > span {
      background: #e07d00; }
    .contents_wrapper .area_contanier.suburbArea .accordion .content .catalog .child > li > a.hover {
      color: #f08c00 !important; }
    .contents_wrapper .area_contanier.suburbArea .map .mCSB_draggerRail {
      background: #f08c00; }
    .contents_wrapper .area_contanier.suburbArea .map .list .point > a::before {
      -webkit-box-shadow: 0 0 3px #f08c00, 0 0 5px #f08c00, 0 0 5px #f08c00 inset;
      box-shadow: 0 0 3px #f08c00, 0 0 5px #f08c00, 0 0 5px #f08c00 inset; }
    .contents_wrapper .area_contanier.suburbArea .s_p1 {
      left: 20.224%;
      bottom: 82.403%; }
    .contents_wrapper .area_contanier.suburbArea .s_p2 {
      left: 21.2%;
      bottom: 40.922%; }
    .contents_wrapper .area_contanier.suburbArea .s_p3 {
      left: 31.521%;
      bottom: 34.917%; }
    .contents_wrapper .area_contanier.suburbArea .s_p4 {
      left: 41.423%;
      bottom: 79.47%; }
    .contents_wrapper .area_contanier.suburbArea .s_p5 {
      left: 55.51%;
      bottom: 31.704%; }
    .contents_wrapper .area_contanier.suburbArea .s_p6 {
      left: 76.221%;
      bottom: 78.492%; }
  .contents_wrapper .area_contanier .caption {
    position: relative;
    padding: 13.334% 0 12.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .contents_wrapper .area_contanier .caption .title {
      margin: 0 auto 4.167%;
      line-height: 0;
      text-align: center; }
    .contents_wrapper .area_contanier .caption .text {
      margin: 0 auto 3.75%;
      letter-spacing: 3px;
      line-height: 1.889em;
      font-size: 18px;
      text-align: center;
      color: #fff; }
    .contents_wrapper .area_contanier .caption .accordion {
      width: 98%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 0 5px;
      overflow: hidden; }
      .contents_wrapper .area_contanier .caption .accordion .button {
        line-height: 1;
        text-align: center; }
        .contents_wrapper .area_contanier .caption .accordion .button > a {
          display: block;
          position: relative;
          width: 160px;
          margin: 0 auto;
          font-size: 15px;
          text-decoration: none;
          color: #fff;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          cursor: pointer; }
          .contents_wrapper .area_contanier .caption .accordion .button > a::before {
            position: absolute;
            background: #fff;
            width: 100vw;
            height: 1px;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            pointer-events: none; }
          .contents_wrapper .area_contanier .caption .accordion .button > a::after {
            content: "";
            position: absolute;
            border: 1px solid;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            -webkit-transform: translate(1.875%, 13.044%);
            -ms-transform: translate(1.875%, 13.044%);
            transform: translate(1.875%, 13.044%);
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            pointer-events: none; }
          .contents_wrapper .area_contanier .caption .accordion .button > a > span {
            display: block;
            position: relative;
            border: 1px solid;
            padding: 0.267em;
            -webkit-transform: translate(-1.25%, -0.625%);
            -ms-transform: translate(-1.25%, -0.625%);
            transform: translate(-1.25%, -0.625%);
            pointer-events: none;
            z-index: 2; }
            .contents_wrapper .area_contanier .caption .accordion .button > a > span::after {
              content: "";
              position: absolute;
              background-image: url(/image/jp/channel/town/index_button_02.png);
              background-position: right center;
              background-repeat: no-repeat;
              background-size: contain;
              width: 0.8em;
              height: 0.8em;
              right: 0.4em;
              top: 50%;
              -webkit-transform: translate(0, -50%);
              -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
          .contents_wrapper .area_contanier .caption .accordion .button > a[data-button="acccls"]::before {
            content: ""; }
          .contents_wrapper .area_contanier .caption .accordion .button > a[data-button="acccls"] > span::after {
            background-image: url(/image/jp/channel/town/index_button_03.png); }
          .contents_wrapper .area_contanier .caption .accordion .button > a.hover::after {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
          .contents_wrapper .area_contanier .caption .accordion .button > a.hover > span {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
      .contents_wrapper .area_contanier .caption .accordion .content {
        display: none;
        border-bottom: 1px solid #fff;
        padding: 1.667% 0 2.5%; }
        .contents_wrapper .area_contanier .caption .accordion .content .catalog {
          display: table;
          table-layout: fixed;
          width: 100%; }
          .contents_wrapper .area_contanier .caption .accordion .content .catalog > li {
            display: table-cell;
            width: 25%;
            vertical-align: top; }
            .contents_wrapper .area_contanier .caption .accordion .content .catalog > li .block + .block {
              margin-top: 20px; }
            .contents_wrapper .area_contanier .caption .accordion .content .catalog > li .block > h3 {
              margin: 0 auto 5px;
              font-size: 18px;
              font-weight: normal;
              color: #fff; }
            .contents_wrapper .area_contanier .caption .accordion .content .catalog > li .block .child > li {
              line-height: 1.893em; }
              .contents_wrapper .area_contanier .caption .accordion .content .catalog > li .block .child > li > a {
                display: block;
                font-size: 14px;
                text-decoration: none;
                color: #fff; }
                .contents_wrapper .area_contanier .caption .accordion .content .catalog > li .block .child > li > a::after {
                  content: "";
                  display: inline-block;
                  background: url(/image/jp/channel/town/index_button_01.png) right center no-repeat;
                  background-size: contain;
                  width: 1em;
                  height: 1em;
                  margin: 0.6em 0 0 0.3em;
                  vertical-align: top; }
                .contents_wrapper .area_contanier .caption .accordion .content .catalog > li .block .child > li > a.hover {
                  text-decoration: underline;
                  color: #fff !important; }
              .contents_wrapper .area_contanier .caption .accordion .content .catalog > li .block .child > li > p {
                font-size: 14px;
                color: #fff; }
    .contents_wrapper .area_contanier .caption .icon {
      position: absolute;
      width: 3.167%;
      max-width: 38px;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto 2.834%;
      line-height: 0;
      text-align: center; }
      .contents_wrapper .area_contanier .caption .icon::after {
        content: "";
        position: absolute;
        background: #fff;
        border-radius: 100%;
        width: 21.053%;
        height: 14.546%;
        left: 0;
        right: 0;
        top: 54.546%;
        margin: 0 auto;
        opacity: 0;
        -webkit-animation: fv_icon 1.5s ease 0s infinite;
        animation: fv_icon 1.5s ease 0s infinite; }
    .contents_wrapper .area_contanier .caption .bottom {
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      overflow: hidden;
      z-index: 5;
      pointer-events: none; }
      .contents_wrapper .area_contanier .caption .bottom > img {
        width: 104%;
        max-width: none;
        margin: 0 -2%; }
  .contents_wrapper .area_contanier .map {
    width: 100%;
    margin-top: -1.666%;
    padding: 4.167% 0 0;
    overflow: hidden;
    -ms-overflow-style: none; }
    .contents_wrapper .area_contanier .map::-webkit-scrollbar {
      display: none; }
    .contents_wrapper .area_contanier .map .arrow {
      display: none; }
    .contents_wrapper .area_contanier .map .bg {
      position: relative;
      min-width: 1200px; }
      .contents_wrapper .area_contanier .map .bg > img {
        width: 100%;
        max-width: none; }
      .contents_wrapper .area_contanier .map .bg .list {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 5; }
        .contents_wrapper .area_contanier .map .bg .list .point {
          position: absolute;
          width: 6.5vw;
          max-width: 78px;
          min-width: 60px;
          line-height: 0;
          text-align: center;
          opacity: 0;
          cursor: pointer;
          z-index: 500; }
          .contents_wrapper .area_contanier .map .bg .list .point > a {
            display: block;
            -webkit-transform-origin: center bottom;
            -ms-transform-origin: center bottom;
            transform-origin: center bottom;
            -webkit-transition: -webkit-transform 0.3s linear 0s;
            transition: -webkit-transform 0.3s linear 0s;
            -o-transition: transform 0.3s linear 0s;
            transition: transform 0.3s linear 0s;
            transition: transform 0.3s linear 0s, -webkit-transform 0.3s linear 0s;
            -webkit-animation: map_icon2 2.05s linear 0s infinite;
            animation: map_icon2 2.05s linear 0s infinite;
            outline: none;
            -webkit-backface-visibility: hidden;
            -webkit-font-smoothing: antialiased; }
            .contents_wrapper .area_contanier .map .bg .list .point > a::before {
              content: "";
              position: absolute;
              border: 2px solid rgba(255, 255, 255, 0.8);
              border-radius: 100%;
              width: 110%;
              height: 0;
              left: -5%;
              right: -5%;
              bottom: -6%;
              padding: 16% 0 0;
              opacity: 0;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
            .contents_wrapper .area_contanier .map .bg .list .point > a > img {
              position: relative;
              opacity: 1 !important; }
            .contents_wrapper .area_contanier .map .bg .list .point > a > p {
              position: absolute;
              left: 0;
              right: 0;
              top: 32.877%;
              line-height: 1.447em;
              font-size: 13px;
              font-weight: bold;
              color: #fff;
              -webkit-transform: translate(0, -50%);
              -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
            .contents_wrapper .area_contanier .map .bg .list .point > a.hover {
              opacity: 1 !important;
              -webkit-transform: scale(1.4);
              -ms-transform: scale(1.4);
              transform: scale(1.4);
              -webkit-animation: none;
              animation: none; }
              .contents_wrapper .area_contanier .map .bg .list .point > a.hover::before {
                -webkit-animation: map_icon 1.5s linear 0.5s infinite;
                animation: map_icon 1.5s linear 0.5s infinite; }
              .modalFixed .contents_wrapper .area_contanier .map .bg .list .point > a.hover {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1); }
                .modalFixed .contents_wrapper .area_contanier .map .bg .list .point > a.hover::before {
                  -webkit-animation: none;
                  animation: none; }
          .contents_wrapper .area_contanier .map .bg .list .point:nth-child(1) > a {
            -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; }
          .contents_wrapper .area_contanier .map .bg .list .point:nth-child(2) > a {
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
          .contents_wrapper .area_contanier .map .bg .list .point:nth-child(3) > a {
            -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s; }
          .contents_wrapper .area_contanier .map .bg .list .point:nth-child(4) > a {
            -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }
          .contents_wrapper .area_contanier .map .bg .list .point:nth-child(5) > a {
            -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s; }
          .contents_wrapper .area_contanier .map .bg .list .point:nth-child(6) > a {
            -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s; }
          .contents_wrapper .area_contanier .map .bg .list .point:nth-child(7) > a {
            -webkit-animation-delay: 1.05s;
            animation-delay: 1.05s; }
          .contents_wrapper .area_contanier .map .bg .list .point:nth-child(8) > a {
            -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s; }
          .contents_wrapper .area_contanier .map .bg .list .point:nth-child(9) > a {
            -webkit-animation-delay: 1.35s;
            animation-delay: 1.35s; }
          .contents_wrapper .area_contanier .map .bg .list .point:nth-child(10) > a {
            -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s; }
    .contents_wrapper .area_contanier .map .mCustomScrollBox {
      overflow: visible; }
      .contents_wrapper .area_contanier .map .mCustomScrollBox .mCSB_container {
        overflow: visible; }
      .contents_wrapper .area_contanier .map .mCustomScrollBox .mCSB_scrollTools {
        width: 14.334%;
        margin: 0 auto;
        bottom: 38px;
        opacity: 1; }
        .contents_wrapper .area_contanier .map .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
          width: 16px !important;
          min-width: auto !important;
          height: 16px;
          margin: -3px 0; }
          .contents_wrapper .area_contanier .map .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
            background: #fff;
            height: 16px;
            border-radius: 100%;
            margin: 0;
            opacity: 1; }
            .contents_wrapper .area_contanier .map .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar:hover {
              opacity: 0.7; }
        .contents_wrapper .area_contanier .map .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
          height: 10px;
          margin: 0; }
    .contents_wrapper .area_contanier .map.animation .bg .point {
      -webkit-animation: bounce 0.7s linear 1 forwards;
      animation: bounce 0.7s linear 1 forwards; }
      .contents_wrapper .area_contanier .map.animation .bg .point:nth-child(1) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s; }
      .contents_wrapper .area_contanier .map.animation .bg .point:nth-child(2) {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s; }
      .contents_wrapper .area_contanier .map.animation .bg .point:nth-child(3) {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s; }
      .contents_wrapper .area_contanier .map.animation .bg .point:nth-child(4) {
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s; }
      .contents_wrapper .area_contanier .map.animation .bg .point:nth-child(5) {
        -webkit-animation-delay: 1s;
        animation-delay: 1s; }
      .contents_wrapper .area_contanier .map.animation .bg .point:nth-child(6) {
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s; }
      .contents_wrapper .area_contanier .map.animation .bg .point:nth-child(7) {
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s; }
      .contents_wrapper .area_contanier .map.animation .bg .point:nth-child(8) {
        -webkit-animation-delay: 1.6s;
        animation-delay: 1.6s; }
      .contents_wrapper .area_contanier .map.animation .bg .point:nth-child(9) {
        -webkit-animation-delay: 1.8s;
        animation-delay: 1.8s; }
      .contents_wrapper .area_contanier .map.animation .bg .point:nth-child(10) {
        -webkit-animation-delay: 2s;
        animation-delay: 2s; }

.footer_container {
  position: relative;
  background: #fff;
  margin: -1px auto 0; }
  .footer_container .inner {
    padding: 5% 0 0;
    line-height: 0;
    text-align: center; }
    .footer_container .inner .logo {
      width: 22.334%;
      max-width: 268px;
      margin: 0 auto; }
    .footer_container .inner .links {
      width: 79.167%;
      max-width: 950px;
      margin: 2.5% auto 0.834%;
      text-align: right;
      vertical-align: middle; }
      .footer_container .inner .links .sns {
        display: inline-block;
        width: 300px;
        vertical-align: middle; }
        .footer_container .inner .links .sns > li {
          display: inline-block;
          margin: 0 3.334%;
          vertical-align: middle; }
          .footer_container .inner .links .sns > li > a {
            display: block;
            text-decoration: none; }
            .footer_container .inner .links .sns > li > a > img {
              vertical-align: middle; }
            .footer_container .inner .links .sns > li > a.hover {
              opacity: 0.7; }
          .footer_container .inner .links .sns > li.twitter > a {
            width: 1.834vw;
            max-width: 22px; }
          .footer_container .inner .links .sns > li.facebook > a {
            width: 1vw;
            max-width: 12px; }
          .footer_container .inner .links .sns > li.gplus > a {
            width: 2.5vw;
            max-width: 30px; }
          .footer_container .inner .links .sns > li.hateb > a {
            width: 1.75vw;
            max-width: 21px; }
          .footer_container .inner .links .sns > li.line > a {
            width: 2.25vw;
            max-width: 27px; }
      .footer_container .inner .links .pagetop {
        display: inline-block;
        padding: 0 0 0 0.834%;
        line-height: 1;
        vertical-align: middle; }
        .footer_container .inner .links .pagetop > a {
          font-size: 15px;
          text-decoration: none;
          color: #3e3a39; }
          .footer_container .inner .links .pagetop > a::after {
            content: "";
            display: inline-block;
            background: url(/image/jp/channel/town/index_button_11.png) center center no-repeat;
            background-size: contain;
            width: 1em;
            height: 1em;
            margin: 0 0 0 0.3em;
            vertical-align: top; }
          .footer_container .inner .links .pagetop > a.hover {
            opacity: 0.7; }
    .footer_container .inner .copylight {
      background: #e5e5e5;
      padding: 1.25% 0;
      line-height: 1; }
      .footer_container .inner .copylight > p {
        width: 97.5%;
        margin: 0 auto;
        font-size: 10px;
        text-align: right; }

.header_container {
  position: fixed;
  width: 100%;
  height: 1px;
  max-width: 1200px;
  right: 0;
  top: 0;
  z-index: 2500; }
  .header_container > a {
    position: absolute;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 20px;
    width: 3.334vw;
    max-width: 40px;
    height: 1.667vw;
    max-height: 20px;
    top: 0;
    right: 0;
    margin: 3.5% 7.167% 0 0;
    font-size: 0;
    color: #fff;
    -webkit-transition: background 0.15s ease 0s, margin 0.2s linear 0s;
    -o-transition: background 0.15s ease 0s, margin 0.2s linear 0s;
    transition: background 0.15s ease 0s, margin 0.2s linear 0s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .header_container > a::after {
      content: "";
      position: absolute;
      border: 2px solid #fff;
      border-radius: 20px;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0;
      -webkit-transition: opacity 0.15s linear 0s;
      -o-transition: opacity 0.15s linear 0s;
      transition: opacity 0.15s linear 0s;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .header_container > a.ja {
      background-image: url(/image/jp/channel/town/index_lang_01.png);
      margin-right: 11%; }
      .header_container > a.ja.current {
        background-image: url(/image/jp/channel/town/index_lang_on_01.png); }
    .header_container > a.en {
      background-image: url(/image/jp/channel/town/index_lang_02.png); }
      .header_container > a.en.current {
        background-image: url(/image/jp/channel/town/index_lang_on_02.png); }
    .fixed .header_container > a {
      margin-top: 7.667%; }
    .header_container > a.hover::after {
      opacity: 1; }
    .header_container > a.current {
      background-color: #fff;
      cursor: default; }
  .header_container .button1 {
    position: absolute;
    background: #fff;
    border-radius: 100%;
    width: 3.5%;
    height: 0;
    top: 0;
    right: 0;
    margin: 2.5% 2.5% 0 0;
    padding: 3.5% 0 0;
    -webkit-transition: margin 0.2s linear 0s;
    -o-transition: margin 0.2s linear 0s;
    transition: margin 0.2s linear 0s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer; }
    .header_container .button1 > i {
      position: absolute;
      background-color: #00a0e9;
      width: 47.62%;
      height: 7.143%;
      left: 0;
      right: 0;
      margin: 0 auto; }
      .header_container .button1 > i:nth-child(1) {
        top: 30.953%; }
      .header_container .button1 > i:nth-child(2) {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .header_container .button1 > i:nth-child(3) {
        bottom: 30.953%; }
    .fixed .header_container .button1 {
      margin-top: 6.667%; }
    .header_container .button1.hover {
      -webkit-animation: nav_opncls 0.25s linear 0s 1 forwards;
      animation: nav_opncls 0.25s linear 0s 1 forwards; }

.nav_container {
  position: fixed;
  width: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-perspective: 3000px;
  perspective: 3000px;
  z-index: 5000; }
  .nav_container::before {
    content: "";
    position: fixed;
    background: rgba(35, 35, 35, 0.6);
    width: 100vw;
    height: 100vh;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear 0s;
    -o-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
    pointer-events: none; }
  .nav_container.shown::before {
    opacity: 1; }
  .nav_container.shown .inner {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    pointer-events: all; }
  .nav_container .inner {
    position: fixed;
    width: 20vh;
    height: 100%;
    right: 0;
    top: 0;
    -webkit-transform: rotateY(-120deg);
    transform: rotateY(-120deg);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    transition: -webkit-transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    pointer-events: none; }
    .nav_container .inner .button1 {
      position: absolute;
      width: 3.5vw;
      max-width: 42px;
      height: 3.5vw;
      max-height: 42px;
      right: 100%;
      top: 0;
      opacity: 0;
      -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
      transform: translate(100%, 0);
      -webkit-transition: opacity 0.2s linear 0s, -webkit-transform 0.2s ease 0s;
      transition: opacity 0.2s linear 0s, -webkit-transform 0.2s ease 0s;
      -o-transition: opacity 0.2s linear 0s, transform 0.2s ease 0s;
      transition: opacity 0.2s linear 0s, transform 0.2s ease 0s;
      transition: opacity 0.2s linear 0s, transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
      pointer-events: none; }
      .nav_container .inner .button1 > div {
        position: absolute;
        background: #fff;
        border-radius: 100%;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        margin: 71.429% 71.429% 0 0;
        -webkit-transition: opacity 0.2s linear 0s, -webkit-transform 0.2s ease 0s;
        transition: opacity 0.2s linear 0s, -webkit-transform 0.2s ease 0s;
        -o-transition: opacity 0.2s linear 0s, transform 0.2s ease 0s;
        transition: opacity 0.2s linear 0s, transform 0.2s ease 0s;
        transition: opacity 0.2s linear 0s, transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
        cursor: pointer; }
        .nav_container .inner .button1 > div > i {
          position: absolute;
          background: #00a0e9;
          width: 47.62%;
          height: 7.143%;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
          .nav_container .inner .button1 > div > i:nth-child(1) {
            -webkit-transform: rotateZ(45deg);
            -ms-transform: rotate(45deg);
            transform: rotateZ(45deg); }
          .nav_container .inner .button1 > div > i:nth-child(2) {
            -webkit-transform: rotateZ(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotateZ(-45deg); }
        .nav_container .inner .button1 > div.hover {
          -webkit-animation: nav_opncls 0.25s linear 0s 1 forwards;
          animation: nav_opncls 0.25s linear 0s 1 forwards; }
      .nav_container .inner .button1.shown {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: opacity 0.2s linear 0.5s, -webkit-transform 0.2s ease 0.5s;
        transition: opacity 0.2s linear 0.5s, -webkit-transform 0.2s ease 0.5s;
        -o-transition: opacity 0.2s linear 0.5s, transform 0.2s ease 0.5s;
        transition: opacity 0.2s linear 0.5s, transform 0.2s ease 0.5s;
        transition: opacity 0.2s linear 0.5s, transform 0.2s ease 0.5s, -webkit-transform 0.2s ease 0.5s;
        pointer-events: all; }
    .nav_container .inner .list {
      position: absolute;
      width: 100%;
      height: 100%;
      right: 0;
      top: 0;
      margin: 0 auto 0 0; }
      .nav_container .inner .list > li {
        position: relative;
        width: 100%;
        height: 20%;
        line-height: 0;
        text-align: center; }
        .nav_container .inner .list > li > a {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0; }
          .nav_container .inner .list > li > a::before {
            content: "";
            position: absolute;
            background: #fff;
            width: 100%;
            height: 0;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            -webkit-transition: width 0.3s ease 0s, height 0.3s ease 0s;
            -o-transition: width 0.3s ease 0s, height 0.3s ease 0s;
            transition: width 0.3s ease 0s, height 0.3s ease 0s;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
          .nav_container .inner .list > li > a::after {
            content: "";
            position: absolute;
            background-position: center center;
            background-repeat: no-repeat;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            opacity: 0;
            -webkit-transition: opacity 0.3s linear 0s;
            -o-transition: opacity 0.3s linear 0s;
            transition: opacity 0.3s linear 0s; }
          .nav_container .inner .list > li > a > img {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
          .nav_container .inner .list > li > a.hover::before {
            height: 100%; }
          .nav_container .inner .list > li > a.hover::after {
            opacity: 1; }
        .nav_container .inner .list > li.top > a {
          background: #fff; }
          .nav_container .inner .list > li.top > a::before {
            background: #00a0e9; }
          .nav_container .inner .list > li.top > a::after {
            background-image: url(/image/jp/channel/town/index_nav_on_01.png);
            background-size: 21% auto; }
          .nav_container .inner .list > li.top > a > img {
            width: 21%; }
        .nav_container .inner .list > li.concept {
          display: none; }
          .nav_container .inner .list > li.concept > a {
            background: #efefef; }
            .nav_container .inner .list > li.concept > a::before {
              background: #00a0e9; }
        .nav_container .inner .list > li.coast > a {
          background: #00a0e9; }
          .nav_container .inner .list > li.coast > a::after {
            background-image: url(/image/jp/channel/town/index_nav_on_02.png);
            background-size: 31% auto; }
          .nav_container .inner .list > li.coast > a > img {
            width: 31%; }
        .nav_container .inner .list > li.office > a {
          background: #c5a982; }
          .nav_container .inner .list > li.office > a::after {
            background-image: url(/image/jp/channel/town/index_nav_on_03.png);
            background-size: 43.5% auto; }
          .nav_container .inner .list > li.office > a > img {
            width: 43.5%; }
        .nav_container .inner .list > li.urban > a {
          background: #44af35; }
          .nav_container .inner .list > li.urban > a::after {
            background-image: url(/image/jp/channel/town/index_nav_on_04.png);
            background-size: 35.5% auto; }
          .nav_container .inner .list > li.urban > a > img {
            width: 35.5%; }
        .nav_container .inner .list > li.suburb > a {
          background: #f08c00; }
          .nav_container .inner .list > li.suburb > a::after {
            background-image: url(/image/jp/channel/town/index_nav_on_05.png);
            background-size: 31% auto; }
          .nav_container .inner .list > li.suburb > a > img {
            width: 31%; }
        .nav_container .inner .list > li.current::after {
          content: "";
          position: absolute;
          border-width: 6px;
          border-style: solid;
          border-color: transparent;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          pointer-events: none; }
  .top .nav_container {
    top: 50px; }

.modal_container {
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear 0.2s;
  -o-transition: opacity 0.2s linear 0.2s;
  transition: opacity 0.2s linear 0.2s;
  z-index: 5000;
  pointer-events: none; }
  .modal_container.shown {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear 0s;
    -o-transition: opacity 0.2s linear 0s;
    transition: opacity 0.2s linear 0s;
    pointer-events: all; }
  .modal_container .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: scroll; }
    .modal_container .inner .content {
      position: absolute;
      width: 460px;
      left: 0;
      right: 0;
      top: 50%;
      margin: 0 auto;
      opacity: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
      transform-origin: center top; }
      .modal_container .inner .content.current {
        -webkit-animation: flipInX_sm 1s linear 0s 1 forwards;
        animation: flipInX_sm 1s linear 0s 1 forwards;
        z-index: 50; }
      .modal_container .inner .content .button {
        position: absolute;
        width: 3.479%;
        height: 3.479%;
        right: 2.609%;
        top: 2.609%;
        line-height: 0;
        cursor: pointer; }
        .modal_container .inner .content .button.hover {
          opacity: 0.7; }
      .modal_container .inner .content .area {
        position: absolute;
        width: 43.479%;
        height: 30px;
        left: 0;
        bottom: 100%;
        margin: 0; }
        .modal_container .inner .content .area::before {
          content: "";
          position: absolute;
          border-style: solid;
          border-width: 15px 20px;
          left: 100%;
          top: 0; }
        .modal_container .inner .content .area > img {
          position: absolute;
          left: 16.5%;
          top: 65%;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
      .modal_container .inner .content .card {
        width: 85.653%;
        margin: 0 auto;
        padding: 6.522% 0 4.348%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .modal_container .inner .content .card .name {
          background: none;
          margin: 0;
          padding: 0;
          line-height: 0;
          color: #fff; }
        .modal_container .inner .content .card .thumb {
          margin: 2.539% auto;
          line-height: 0;
          text-align: center; }
        .modal_container .inner .content .card .text {
          margin: 0 auto 5.077%;
          line-height: 1.92em;
          font-size: 16px;
          color: #fff;
          text-align: justify; }
        .modal_container .inner .content .card .links {
          width: 100%;
          line-height: 1; }
          .modal_container .inner .content .card .links::after {
            content: "";
            display: block;
            clear: both; }
          .modal_container .inner .content .card .links > li {
            display: block;
            float: left;
            position: relative;
            width: 50%;
            line-height: 1; }
            .modal_container .inner .content .card .links > li:nth-child(odd) > a {
              margin: 0 auto 0 0; }
            .modal_container .inner .content .card .links > li:nth-child(even) > a {
              margin: 0 0 0 auto; }
            .modal_container .inner .content .card .links > li:nth-child(n+3) {
              margin-top: 2.539%; }
            .modal_container .inner .content .card .links > li > a {
              display: block;
              position: relative;
              background: url(/image/jp/channel/town/index_button_05.png) center center no-repeat;
              background-size: 100% 100%;
              width: 96.955%;
              padding: 2.031% 0 2.031% 2.539%;
              font-size: 10px;
              text-decoration: none;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
              .modal_container .inner .content .card .links > li > a.hover {
                opacity: 0.7; }
    .modal_container .inner.seasideArea ::-moz-selection {
      background: #008acf;
      color: #fff; }
    .modal_container .inner.seasideArea ::selection {
      background: #008acf;
      color: #fff; }
    .modal_container .inner.seasideArea .content {
      background: #2096d5; }
    .modal_container .inner.seasideArea .area {
      background: #2096d5; }
      .modal_container .inner.seasideArea .area::before {
        border-color: transparent transparent #2096d5 #2096d5; }
      .modal_container .inner.seasideArea .area > img {
        width: 53%; }
    .modal_container .inner.seasideArea .links > li > a {
      color: #00a0e9; }
    .modal_container .inner.seasideArea [data-target="airport"] .name, .modal_container .inner.seasideArea [data-target="harbor"] .name {
      width: 12.392%; }
    .modal_container .inner.seasideArea [data-target="kombinat"] .name {
      width: 38.044%; }
    .modal_container .inner.seasideArea [data-target="steampower"] .name {
      width: 33.479%; }
    .modal_container .inner.seasideArea [data-target="semiconductor"] .name {
      width: 33.696%; }
    .modal_container .inner.seasideArea [data-target="exhibition"] .name, .modal_container .inner.seasideArea [data-target="chemicals"] .name {
      width: 26.522%; }
    .modal_container .inner.businessArea ::-moz-selection {
      background: #b7976b;
      color: #fff; }
    .modal_container .inner.businessArea ::selection {
      background: #b7976b;
      color: #fff; }
    .modal_container .inner.businessArea .content {
      background: #c2a681; }
    .modal_container .inner.businessArea .area {
      background: #c2a681; }
      .modal_container .inner.businessArea .area::before {
        border-color: transparent transparent #c2a681 #c2a681; }
      .modal_container .inner.businessArea .area > img {
        width: 73%; }
    .modal_container .inner.businessArea .links > li > a {
      color: #c5a982; }
    .modal_container .inner.businessArea [data-target="media"] .name {
      width: 22.174%; }
    .modal_container .inner.businessArea [data-target="univercity"] .name {
      width: 11.957%; }
    .modal_container .inner.businessArea [data-target="station"] .name {
      width: 24.131%; }
    .modal_container .inner.businessArea [data-target="building"] .name {
      width: 35%; }
    .modal_container .inner.urbanArea ::-moz-selection {
      background: #459c37;
      color: #fff; }
    .modal_container .inner.urbanArea ::selection {
      background: #459c37;
      color: #fff; }
    .modal_container .inner.urbanArea .content {
      background: #47a636; }
    .modal_container .inner.urbanArea .area {
      background: #47a636; }
      .modal_container .inner.urbanArea .area::before {
        border-color: transparent transparent #47a636 #47a636; }
      .modal_container .inner.urbanArea .area > img {
        width: 67%; }
    .modal_container .inner.urbanArea .links > li > a {
      color: #44af35; }
    .modal_container .inner.urbanArea [data-target="hospital"] .name {
      width: 12.392%; }
    .modal_container .inner.urbanArea [data-target="apartment"] .name {
      width: 29.131%; }
    .modal_container .inner.urbanArea [data-target="shoppingmall"] .name {
      width: 25.435%; }
    .modal_container .inner.urbanArea [data-target="themepark"] .name {
      width: 36.957%; }
    .modal_container .inner.suburbArea ::-moz-selection {
      background: #e07d00;
      color: #fff; }
    .modal_container .inner.suburbArea ::selection {
      background: #e07d00;
      color: #fff; }
    .modal_container .inner.suburbArea .content {
      background: #e68915; }
    .modal_container .inner.suburbArea .area {
      background: #e68915; }
      .modal_container .inner.suburbArea .area::before {
        border-color: transparent transparent #e68915 #e68915; }
      .modal_container .inner.suburbArea .area > img {
        width: 53%; }
    .modal_container .inner.suburbArea .links > li > a {
      color: #f08c00; }
    .modal_container .inner.suburbArea [data-target="warehouse"] .name {
      width: 12.174%; }
    .modal_container .inner.suburbArea [data-target="filterplant"] .name {
      width: 19.348%; }
    .modal_container .inner.suburbArea [data-target="carfactory"] .name {
      width: 32.609%; }
    .modal_container .inner.suburbArea [data-target="laboratory"] .name {
      width: 19.566%; }
    .modal_container .inner.suburbArea [data-target="foodfactory"] .name {
      width: 26.305%; }
    .modal_container .inner.suburbArea [data-target="garbagedisposal"] .name {
      width: 39.348%; }
  .modal_container .inner2 {
    display: none; }

@media (min-width: 1200px) {
  .contents_wrapper .area_contanier .caption .accordion .content .catalog > li .block .child {
    display: block !important; } }

@media (min-width: 751px) {
  .lg_none {
    display: none !important; } }

@media (max-width: 1199px) {
  .hero_container .icon {
    width: 4.171%; }
  .contents_wrapper {
    position: relative; }
    .contents_wrapper .area_contanier .caption .accordion {
      width: 62.553%; }
      .contents_wrapper .area_contanier .caption .accordion .button > a {
        width: 36%; }
      .contents_wrapper .area_contanier .caption .accordion .content {
        padding: 2.667% 2% 10.667%; }
        .contents_wrapper .area_contanier .caption .accordion .content .catalog {
          display: block;
          width: 100%; }
          .contents_wrapper .area_contanier .caption .accordion .content .catalog > li {
            display: block;
            width: 100%;
            margin: 8% 0 0; }
            .contents_wrapper .area_contanier .caption .accordion .content .catalog > li .block {
              margin-top: 8% !important; }
              .contents_wrapper .area_contanier .caption .accordion .content .catalog > li .block > h3 {
                margin: 0 auto; }
                .contents_wrapper .area_contanier .caption .accordion .content .catalog > li .block > h3::after {
                  content: "＋";
                  display: inline-block;
                  margin: 0 0 0 0.3em; }
                .contents_wrapper .area_contanier .caption .accordion .content .catalog > li .block > h3[data-button="cldcls"]::after {
                  content: "ー"; }
              .contents_wrapper .area_contanier .caption .accordion .content .catalog > li .block .child {
                display: none;
                padding: 0 0 4%; }
                .contents_wrapper .area_contanier .caption .accordion .content .catalog > li .block .child > li {
                  margin: 6% 0 0;
                  line-height: 1; }
                  .contents_wrapper .area_contanier .caption .accordion .content .catalog > li .block .child > li > a::after {
                    margin: 0 0 0 0.3em; }
    .contents_wrapper .area_contanier .caption .icon {
      width: 4.171%; }
    .contents_wrapper .area_contanier .frame {
      position: relative; }
      .contents_wrapper .area_contanier .frame .arrow {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%; }
        .contents_wrapper .area_contanier .frame .arrow::before, .contents_wrapper .area_contanier .frame .arrow::after {
          content: "";
          position: absolute;
          background-color: rgba(57, 57, 57, 0.4);
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain;
          border-radius: 100%;
          width: 3.337%;
          height: 0;
          padding: 3.337% 0 0;
          top: 0;
          bottom: 0;
          margin: auto 0;
          -webkit-animation: flash1 3s linear 0s infinite;
          animation: flash1 3s linear 0s infinite;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          z-index: 50;
          pointer-events: none; }
        .contents_wrapper .area_contanier .frame .arrow::before {
          background-image: url(/image/jp/channel/town/index_map_09.png);
          left: 0.835%; }
        .contents_wrapper .area_contanier .frame .arrow::after {
          background-image: url(/image/jp/channel/town/index_map_10.png);
          right: 0.835%; } }

@media (max-width: 750px) {
  .sm_none {
    display: none !important; } }

@media (max-width: 750px) and (orientation: portrait) {
  #SiteIdentityP p {
    padding: 0 0 0 2.667%; }
    #SiteIdentityP p > a {
      width: 45.48%; }
  .hero_container::before {
    background: url(/image/jp/channel/town/index_fv_03.jpg) center bottom no-repeat;
    background-size: 100% auto; }
  .hero_container.opening .inner {
    margin-top: 85.334%; }
  .hero_container .CloseButtonStyle {
    position: absolute; }
  .hero_container .loader .lines {
    width: 16vw;
    max-width: 120px;
    height: 16vw;
    max-height: 120px; }
  .hero_container .inner {
    top: 0 !important;
    margin: 106.667% auto 0;
    padding: 0;
    -webkit-transition: margin 2s ease 1.2s;
    -o-transition: margin 2s ease 1.2s;
    transition: margin 2s ease 1.2s; }
  .hero_container .title {
    width: 57.334%;
    max-width: 430px;
    height: auto;
    max-height: none;
    margin: 0 auto 10.667%; }
  .hero_container .icon {
    width: 8.8%;
    max-width: 66px; }
    .hero_container .icon img {
      max-height: 100%; }
  .hero_container .list {
    margin: 0 auto 9.6%; }
    .hero_container .list::after {
      content: "";
      display: block;
      clear: both; }
    .hero_container .list > li {
      display: block;
      float: left;
      width: 50%;
      margin: 0; }
      .hero_container .list > li:nth-child(odd) > a {
        margin: 0 5.334% 0 auto; }
      .hero_container .list > li:nth-child(even) > a {
        margin: 0 auto 0 5.334%; }
      .hero_container .list > li:nth-child(n+3) {
        margin-top: 5.334%; }
      .hero_container .list > li > a {
        width: 69.334%;
        font-size: 3.543vw; }
  .contents_wrapper .area_contanier.seasideArea .title {
    width: 49.6%;
    max-width: 372px; }
  .contents_wrapper .area_contanier.seasideArea .map .bg {
    width: 200%; }
    .contents_wrapper .area_contanier.seasideArea .map .bg .list .point {
      width: 7.2%; }
  .contents_wrapper .area_contanier.seasideArea .c_p1 {
    left: 10.867%; }
  .contents_wrapper .area_contanier.seasideArea .c_p2 {
    left: 17.4%; }
  .contents_wrapper .area_contanier.seasideArea .c_p3 {
    left: 36.334%; }
  .contents_wrapper .area_contanier.seasideArea .c_p4 {
    left: 50.067%; }
  .contents_wrapper .area_contanier.seasideArea .c_p5 {
    left: 62.867%; }
  .contents_wrapper .area_contanier.seasideArea .c_p6 {
    left: 67.134%; }
  .contents_wrapper .area_contanier.seasideArea .c_p7 {
    left: 83.934%; }
  .contents_wrapper .area_contanier.businessArea .title {
    width: 65.334%;
    max-width: 490px; }
  .contents_wrapper .area_contanier.businessArea .map .bg {
    width: 200%; }
    .contents_wrapper .area_contanier.businessArea .map .bg .list .point {
      width: 7.2%; }
  .contents_wrapper .area_contanier.businessArea .o_p1 {
    left: 13.6%; }
  .contents_wrapper .area_contanier.businessArea .o_p2 {
    left: 14.134%; }
  .contents_wrapper .area_contanier.businessArea .o_p3 {
    left: 39.467%; }
  .contents_wrapper .area_contanier.businessArea .o_p4 {
    left: 72.8%; }
  .contents_wrapper .area_contanier.urbanArea .title {
    width: 61.334%;
    max-width: 460px; }
  .contents_wrapper .area_contanier.urbanArea .map .bg {
    width: 260%; }
    .contents_wrapper .area_contanier.urbanArea .map .bg .list .point {
      width: 5.539%; }
  .contents_wrapper .area_contanier.urbanArea .u_p1 {
    left: 5.436%; }
  .contents_wrapper .area_contanier.urbanArea .u_p2 {
    left: 16.718%; }
  .contents_wrapper .area_contanier.urbanArea .u_p3 {
    left: 21.744%; }
  .contents_wrapper .area_contanier.urbanArea .u_p4 {
    left: 70.257%; }
  .contents_wrapper .area_contanier.suburbArea .title {
    width: 49.734%;
    max-width: 373px; }
  .contents_wrapper .area_contanier.suburbArea .map .bg {
    width: 220%; }
    .contents_wrapper .area_contanier.suburbArea .map .bg .list .point {
      width: 6.546%; }
  .contents_wrapper .area_contanier.suburbArea .s_p1 {
    left: 11.94%; }
  .contents_wrapper .area_contanier.suburbArea .s_p2 {
    left: 13.516%; }
  .contents_wrapper .area_contanier.suburbArea .s_p3 {
    left: 28.122%; }
  .contents_wrapper .area_contanier.suburbArea .s_p4 {
    left: 42.122%; }
  .contents_wrapper .area_contanier.suburbArea .s_p5 {
    left: 62.182%; }
  .contents_wrapper .area_contanier.suburbArea .s_p6 {
    left: 90.485%; }
  .contents_wrapper .area_contanier .caption {
    padding: 25.867% 0 26.667%; }
    .contents_wrapper .area_contanier .caption .title {
      margin: 0 auto 3.334%; }
    .contents_wrapper .area_contanier .caption .text {
      margin: 0 auto 8%;
      font-size: 3.067vw; }
    .contents_wrapper .area_contanier .caption .accordion {
      width: 62.667%;
      padding: 0 0 0.934%; }
      .contents_wrapper .area_contanier .caption .accordion .button > a {
        width: 57.447%;
        font-size: 3.65vw; }
      .contents_wrapper .area_contanier .caption .accordion .content {
        padding: 4.256% 3.192% 12.766%; }
        .contents_wrapper .area_contanier .caption .accordion .content .catalog > li {
          margin: 12.766% 0 0; }
          .contents_wrapper .area_contanier .caption .accordion .content .catalog > li .block {
            margin-top: 12.766% !important; }
            .contents_wrapper .area_contanier .caption .accordion .content .catalog > li .block > h3 {
              font-size: 4vw; }
            .contents_wrapper .area_contanier .caption .accordion .content .catalog > li .block .child {
              padding: 0 0 6.383%; }
              .contents_wrapper .area_contanier .caption .accordion .content .catalog > li .block .child > li {
                margin: 9.575% 0 0; }
                .contents_wrapper .area_contanier .caption .accordion .content .catalog > li .block .child > li > a {
                  font-size: 2.667vw; }
                .contents_wrapper .area_contanier .caption .accordion .content .catalog > li .block .child > li > p {
                  font-size: 2.667vw; }
    .contents_wrapper .area_contanier .caption .icon {
      width: 8.8%;
      max-width: 66px;
      margin: 0 auto 4%; }
    .contents_wrapper .area_contanier .caption .bottom > img {
      width: 102%;
      margin: 0 -1%; }
  .contents_wrapper .area_contanier .frame .arrow::before, .contents_wrapper .area_contanier .frame .arrow::after {
    width: 8.8%;
    padding: 8.8% 0 0; }
  .contents_wrapper .area_contanier .frame .arrow::before {
    left: 4%; }
  .contents_wrapper .area_contanier .frame .arrow::after {
    right: 4%; }
  .contents_wrapper .area_contanier .map {
    padding: 5.334% 0 0;
    overflow: scroll; }
    .contents_wrapper .area_contanier .map .bg {
      min-width: auto; }
      .contents_wrapper .area_contanier .map .bg .list .point {
        max-width: 108px;
        min-width: 54px; }
        .contents_wrapper .area_contanier .map .bg .list .point > a > p {
          top: 33.767%;
          font-size: 2.667vw; }
    .contents_wrapper .area_contanier .map.animation .bg .point {
      -webkit-animation: bounce 0.7s linear 1 forwards;
      animation: bounce 0.7s linear 1 forwards; }
      .contents_wrapper .area_contanier .map.animation .bg .point:nth-child(1) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s; }
      .contents_wrapper .area_contanier .map.animation .bg .point:nth-child(2) {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s; }
      .contents_wrapper .area_contanier .map.animation .bg .point:nth-child(3) {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s; }
      .contents_wrapper .area_contanier .map.animation .bg .point:nth-child(4) {
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s; }
      .contents_wrapper .area_contanier .map.animation .bg .point:nth-child(5) {
        -webkit-animation-delay: 1s;
        animation-delay: 1s; }
      .contents_wrapper .area_contanier .map.animation .bg .point:nth-child(6) {
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s; }
      .contents_wrapper .area_contanier .map.animation .bg .point:nth-child(7) {
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s; }
      .contents_wrapper .area_contanier .map.animation .bg .point:nth-child(8) {
        -webkit-animation-delay: 1.6s;
        animation-delay: 1.6s; }
      .contents_wrapper .area_contanier .map.animation .bg .point:nth-child(9) {
        -webkit-animation-delay: 1.8s;
        animation-delay: 1.8s; }
      .contents_wrapper .area_contanier .map.animation .bg .point:nth-child(10) {
        -webkit-animation-delay: 2s;
        animation-delay: 2s; }
  .footer_container .inner {
    padding: 11.467% 0 0; }
    .footer_container .inner .logo {
      width: 60.8%;
      max-width: 456px; }
    .footer_container .inner .links {
      width: 81.334%;
      max-width: 610px;
      margin: 9.334% auto 4%; }
      .footer_container .inner .links .sns {
        width: 100%;
        text-align: center; }
        .footer_container .inner .links .sns::after {
          content: "";
          display: block;
          clear: both; }
        .footer_container .inner .links .sns > li {
          display: block;
          float: left;
          width: 20%;
          margin: 0; }
          .footer_container .inner .links .sns > li > a {
            display: inline-block; }
          .footer_container .inner .links .sns > li.twitter > a {
            width: 36.066%;
            max-width: 44px; }
          .footer_container .inner .links .sns > li.facebook > a {
            width: 19.673%;
            max-width: 24px; }
          .footer_container .inner .links .sns > li.gplus > a {
            width: 49.181%;
            max-width: 60px; }
          .footer_container .inner .links .sns > li.hateb > a {
            width: 34.427%;
            max-width: 42px; }
          .footer_container .inner .links .sns > li.line > a {
            width: 44.263%;
            max-width: 54px; }
      .footer_container .inner .links .pagetop {
        display: none; }
    .footer_container .inner .copylight {
      width: 100%;
      padding: 4% 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .footer_container .inner .copylight .list > li {
        display: inline-block;
        padding: 0 7px 0 10px;
        margin: 0 0 5px; }
        .footer_container .inner .copylight .list > li > a {
          font-size: 1.467vw;
          text-decoration: none;
          color: #333; }
      .footer_container .inner .copylight > p {
        width: 100%;
        padding: 0 0.5em;
        font-size: 1.334vw;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    .footer_container .inner #PageTopBottom {
      font-size: 1.622vw; }
      .footer_container .inner #PageTopBottom > li {
        display: block; }
        .footer_container .inner #PageTopBottom > li > a {
          display: block;
          background: #262626;
          text-align: center;
          text-decoration: none;
          color: #fff; }
          .footer_container .inner #PageTopBottom > li > a > span {
            display: inline-block;
            padding: 0 20px 0 0;
            line-height: 50px;
            background: url(/image/common/jp/r1/icon/icon_link_top_white_hd.png) no-repeat center right;
            background-size: 16px 16px; }
  .header_container > a {
    width: 9.334vw;
    max-width: 70px;
    height: 4.267vw;
    max-height: 32px;
    margin: 17.334% 3.6% 0 0; }
    .header_container > a.ja {
      margin-right: 3.6%; }
    .header_container > a.en {
      margin-top: 25.334%; }
    .fixed .header_container > a {
      margin-top: 30.667%; }
      .fixed .header_container > a.en {
        margin-top: 38.667%; }
  .header_container .button1 {
    width: 9.334vw;
    max-width: 70px;
    height: 9.334vw;
    max-width: 70px;
    margin: 3.6% 3.6% 0 0;
    padding: 0; }
    .header_container .button1 > i {
      width: 48.572%;
      height: 5.715%; }
      .header_container .button1 > i:nth-child(1) {
        top: 32.858%; }
      .header_container .button1 > i:nth-child(2) {
        top: 50%; }
      .header_container .button1 > i:nth-child(3) {
        bottom: 32.858%; }
    .fixed .header_container .button1 {
      margin-top: 16.934%; }
  .nav_container .inner {
    width: 26.667vw; }
    .nav_container .inner .button1 {
      width: 9.334vw;
      max-width: 70px;
      height: 9.334vw;
      max-height: 70px; }
      .nav_container .inner .button1 > div {
        margin: 42.858% 42.858% 0 0; }
        .nav_container .inner .button1 > div > i {
          width: 48.572%;
          height: 5.715%; }
    .nav_container .inner .list {
      width: 100%;
      margin: 0 auto 0 0; }
      .nav_container .inner .list > li {
        height: calc(100%/6); }
        .nav_container .inner .list > li > a::before {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; }
        .nav_container .inner .list > li > a::after {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; }
        .nav_container .inner .list > li.top > a::after {
          background-image: url(/image/jp/channel/town/index_nav_on_01.png);
          background-size: 30% auto; }
        .nav_container .inner .list > li.top > a > img {
          width: 30%; }
        .nav_container .inner .list > li.concept {
          display: block; }
          .nav_container .inner .list > li.concept > a::after {
            background-image: url(/image/jp/channel/town/index_nav_on_06.png);
            background-size: 69.5% auto; }
          .nav_container .inner .list > li.concept > a > img {
            width: 69.5%; }
        .nav_container .inner .list > li.coast > a::after {
          background-image: url(/image/jp/channel/town/index_nav_on_02.png);
          background-size: 51% auto; }
        .nav_container .inner .list > li.coast > a > img {
          width: 51%; }
        .nav_container .inner .list > li.office > a {
          background: #c5a982; }
          .nav_container .inner .list > li.office > a::after {
            background-image: url(/image/jp/channel/town/index_nav_on_03.png);
            background-size: 63% auto; }
          .nav_container .inner .list > li.office > a > img {
            width: 63%; }
        .nav_container .inner .list > li.urban > a::after {
          background-image: url(/image/jp/channel/town/index_nav_on_04.png);
          background-size: 57% auto; }
        .nav_container .inner .list > li.urban > a > img {
          width: 57%; }
        .nav_container .inner .list > li.suburb > a::after {
          background-image: url(/image/jp/channel/town/index_nav_on_05.png);
          background-size: 51% auto; }
        .nav_container .inner .list > li.suburb > a > img {
          width: 51%; }
        .nav_container .inner .list > li.current::after {
          border-width: 3px; }
  .modal_container {
    position: fixed;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear 0.2s;
    -o-transition: opacity 0.2s linear 0.2s;
    transition: opacity 0.2s linear 0.2s;
    z-index: 5000;
    pointer-events: none; }
    .modal_container.shown {
      opacity: 1;
      -webkit-transition: opacity 0.2s linear 0s;
      -o-transition: opacity 0.2s linear 0s;
      transition: opacity 0.2s linear 0s;
      pointer-events: all; }
    .modal_container .inner {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      overflow: scroll; }
      .modal_container .inner .content {
        width: 72vw;
        max-width: 540px; }
        .modal_container .inner .content .button {
          width: 3.479%;
          height: 3.479%;
          right: 2.609%;
          top: 2.609%; }
        .modal_container .inner .content .area {
          width: 33.334%;
          height: 16px; }
          .modal_container .inner .content .area::before {
            border-width: 8px 8px; }
          .modal_container .inner .content .area > img {
            left: 19.445%; }
        .modal_container .inner .content .card {
          position: relative;
          width: 87.038%;
          height: auto;
          padding: 6.667% 0 4.815%; }
          .modal_container .inner .content .card .thumb {
            margin: 4.256% auto; }
          .modal_container .inner .content .card .text {
            font-size: 2.667vw; }
          .modal_container .inner .content .card .links {
            margin: 7.66% auto 0; }
            .modal_container .inner .content .card .links > li {
              float: left;
              width: 50%; }
              .modal_container .inner .content .card .links > li:nth-child(odd) > a {
                margin: 0 auto 0 0; }
              .modal_container .inner .content .card .links > li:nth-child(even) > a {
                margin: 0 0 0 auto; }
              .modal_container .inner .content .card .links > li:nth-child(1), .modal_container .inner .content .card .links > li:nth-child(2) {
                margin-top: 0; }
              .modal_container .inner .content .card .links > li:nth-child(n+3) {
                margin-top: 5.532%; }
              .modal_container .inner .content .card .links > li.wide {
                width: 100%;
                margin-top: 5.532%;
                clear: left; }
                .modal_container .inner .content .card .links > li.wide > a {
                  background: url(/image/jp/channel/town/index_button_13.png) center center no-repeat;
                  background-size: 100% 100%;
                  width: 100%;
                  margin: 0 auto;
                  padding: 0.639% 0 0.852% 2.128%; }
              .modal_container .inner .content .card .links > li > a {
                background: url(/image/jp/channel/town/index_button_12.png) center center no-repeat;
                background-size: 100% 100%;
                width: 97.873%;
                padding: 1.277% 0 1.703% 4.256%;
                font-size: 2.667vw; }
      .modal_container .inner.seasideArea .area > img {
        width: 62.223%; }
      .modal_container .inner.businessArea .area > img {
        width: 78.889%; }
      .modal_container .inner.urbanArea .area > img {
        width: 68.889%; }
      .modal_container .inner.suburbArea .area > img {
        width: 62.223%; }
    .modal_container .inner2 {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
      .modal_container .inner2 .content {
        position: absolute;
        width: 80%;
        left: 0;
        right: 0;
        top: 50%;
        margin: 0 auto;
        opacity: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transition: opacity 0.2s linear 0s;
        -o-transition: opacity 0.2s linear 0s;
        transition: opacity 0.2s linear 0s; }
        .modal_container .inner2 .content.current {
          opacity: 1; }
        .modal_container .inner2 .content .button {
          position: absolute;
          width: 4.334%;
          right: 5%;
          top: 0;
          margin: 5% 0 0;
          line-height: 0;
          cursor: pointer; }
          .modal_container .inner2 .content .button.hover {
            opacity: 0.7; }
        .modal_container .inner2 .content .panel {
          background: #00a0e9;
          border-radius: 2.5vw;
          padding: 0 0 5%; }
          .modal_container .inner2 .content .panel .logo {
            background: none;
            width: 45.5%;
            padding: 6.667% 0 0 6.667%; }
          .modal_container .inner2 .content .panel .text {
            width: 86.667%;
            margin: 0 auto;
            line-height: 2.032em;
            font-size: 4.267vw;
            text-align: justify;
            color: #fff; } }
