/* Scss Document */
/* Scss Document */
/* line 11, ../sass/index.scss */
a {
  color: #fff; }
  /* line 14, ../sass/index.scss */
  a:hover {
    text-decoration: none; }

/* line 21, ../sass/index.scss */
.TOP {
  background-color: #fff; }
  /* line 25, ../sass/index.scss */
  .TOP .__border--top {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FDD108;
    width: 100%;
    height: 27px;
    z-index: 100; }
  /* line 34, ../sass/index.scss */
  .TOP .__border--right {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #45B035;
    width: 27px;
    height: 100%;
    z-index: 200; }
  /* line 43, ../sass/index.scss */
  .TOP .__border--bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #007CC3;
    width: 100%;
    height: 27px;
    z-index: 300; }
  /* line 52, ../sass/index.scss */
  .TOP .__border--left {
    position: absolute;
    top: 27px;
    left: 0;
    background-color: #E83820;
    width: 27px;
    height: 100%;
    z-index: 400; }
  /* line 62, ../sass/index.scss */
  .TOP .trigger {
    color: #44403F; }

/* line 67, ../sass/index.scss */
.ABOUT {
  background-color: #FDD108; }

/* line 70, ../sass/index.scss */
.TOKYO {
  background-color: #E83820; }

/* line 73, ../sass/index.scss */
.AZUMINO {
  background-color: #45B035; }

/* line 76, ../sass/index.scss */
.CONTACT {
  background-color: #007CC3; }

/* line 80, ../sass/index.scss */
.center_icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30%;
  height: 100%; }
  /* line 88, ../sass/index.scss */
  .center_icon img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  /* line 101, ../sass/index.scss */
  .TOP .center_icon {
    margin-top: -4%; }
    /* line 103, ../sass/index.scss */
    .TOP .center_icon > img {
      cursor: pointer; }
  /* line 107, ../sass/index.scss */
  .ABOUT .center_icon {
    top: 80px;
    bottom: auto; }
    /* line 113, ../sass/index.scss */
    .ABOUT .center_icon img {
      bottom: auto; }
  /* line 117, ../sass/index.scss */
  .TOKYO .center_icon {
    margin-top: -2.5%; }
  /* line 120, ../sass/index.scss */
  .AZUMINO .center_icon {
    margin-top: -2.5%; }
  /* line 123, ../sass/index.scss */
  .CONTACT .center_icon {
    width: 24%; }

/* line 128, ../sass/index.scss */
#movieBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
  visibility: hidden;
  height: 100%;
  overflow: hidden; }
  /* line 142, ../sass/index.scss */
  #movieBox iframe {
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    margin: auto;
    -moz-transform: translateY(-9%);
    -ms-transform: translateY(-9%);
    -webkit-transform: translateY(-9%);
    transform: translateY(-9%); }

/* line 153, ../sass/index.scss */
.trigger {
  cursor: pointer;
  color: #fff;
  width: 200px;
  height: 150px;
  position: absolute;
  font-size: 14px;
  letter-spacing: 1px;
  overflow: hidden;
  z-index: 10000000; }
  /* line 167, ../sass/index.scss */
  .trigger > div {
    padding: 20px;
    width: 160px;
    height: 110px;
    display: table-cell;
    position: relative; }
    /* line 174, ../sass/index.scss */
    .trigger > div:hover {
      text-decoration: underline; }
  /* line 182, ../sass/index.scss */
  .trigger img.tri_arrow {
    padding: 8px;
    vertical-align: middle; }
  /* line 187, ../sass/index.scss */
  .trigger.__to_ceil {
    top: 27px;
    margin: auto;
    left: 0;
    right: 0; }
    /* line 192, ../sass/index.scss */
    .trigger.__to_ceil > div {
      text-align: center;
      vertical-align: top; }
      /* line 196, ../sass/index.scss */
      .trigger.__to_ceil > div.__slider {
        top: -35px; }
  /* line 201, ../sass/index.scss */
  .trigger.__to_right {
    right: 27px;
    margin: auto;
    top: 0;
    bottom: 0; }
    /* line 206, ../sass/index.scss */
    .trigger.__to_right > div {
      text-align: right;
      vertical-align: middle;
      white-space: nowrap; }
      /* line 211, ../sass/index.scss */
      .trigger.__to_right > div.__slider {
        text-align: left;
        right: -156px; }
  /* line 217, ../sass/index.scss */
  .trigger.__to_floor {
    bottom: 27px;
    margin: auto;
    left: 0;
    right: 0; }
    /* line 222, ../sass/index.scss */
    .trigger.__to_floor > div {
      text-align: center;
      vertical-align: bottom; }
      /* line 226, ../sass/index.scss */
      .trigger.__to_floor > div.__slider {
        bottom: -35px; }
  /* line 231, ../sass/index.scss */
  .trigger.__to_left {
    left: 27px;
    margin: auto;
    top: 0;
    bottom: 0; }
    /* line 236, ../sass/index.scss */
    .trigger.__to_left > div {
      text-align: left;
      vertical-align: middle;
      white-space: nowrap; }
      /* line 241, ../sass/index.scss */
      .trigger.__to_left > div.__slider {
        text-align: right;
        left: -156px; }

/* line 249, ../sass/index.scss */
.left_box, .right_box {
  position: absolute;
  top: 50%;
  width: 50%;
  margin: auto -9px;
  line-height: 1.5;
  white-space: nowrap; }
  /* line 257, ../sass/index.scss */
  .ABOUT .left_box, .ABOUT .right_box {
    top: auto;
    bottom: 90px;
    font-weight: bold;
    font-size: 13px;
    color: #44403f; }
    /* line 266, ../sass/index.scss */
    .ABOUT .left_box a, .ABOUT .right_box a {
      color: #44403f; }
    /* line 270, ../sass/index.scss */
    .ABOUT .left_box ul, .ABOUT .right_box ul {
      margin-bottom: 10px; }
    /* line 274, ../sass/index.scss */
    .ABOUT .left_box .caution, .ABOUT .right_box .caution {
      font-size: 11px; }
  /* line 278, ../sass/index.scss */
  .CONTACT .left_box, .CONTACT .right_box {
    margin-top: 12.5%; }

/* line 282, ../sass/index.scss */
.left_box {
  left: 0;
  text-align: right; }
  /* line 286, ../sass/index.scss */
  .ABOUT .left_box {
    letter-spacing: 3px; }

/* line 290, ../sass/index.scss */
.right_box {
  right: 0;
  text-align: left; }

/* line 295, ../sass/index.scss */
.upper_box, .under_box {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1.5;
  width: 40%; }

/* line 303, ../sass/index.scss */
.upper_box {
  bottom: 50%;
  margin-bottom: 15%; }

/* line 307, ../sass/index.scss */
.under_box {
  top: 50%;
  margin-top: 10%; }

@media screen and (max-width: 480px) {
  /* line 313, ../sass/index.scss */
  .trigger {
    width: 50px;
    height: 50px; }
    /* line 320, ../sass/index.scss */
    .trigger > div {
      padding: 0px;
      width: 50px;
      height: 50px;
      text-align: center !important;
      vertical-align: middle !important; }
      /* line 327, ../sass/index.scss */
      .trigger > div.__slider {
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
        text-align: center !important;
        vertical-align: middle !important; }
    /* line 338, ../sass/index.scss */
    .trigger.__to_left {
      left: 0 !important; }
      /* line 341, ../sass/index.scss */
      .TOP .trigger.__to_left {
        left: 27px !important; }
    /* line 345, ../sass/index.scss */
    .trigger.__to_right {
      right: 0 !important; }
      /* line 348, ../sass/index.scss */
      .TOP .trigger.__to_right {
        right: 27px !important; }
    /* line 352, ../sass/index.scss */
    .trigger.__to_floor {
      bottom: 0 !important; }
      /* line 355, ../sass/index.scss */
      .TOP .trigger.__to_floor {
        bottom: 27px !important; }
    /* line 359, ../sass/index.scss */
    .trigger.__to_ceil {
      top: 0 !important; }
      /* line 362, ../sass/index.scss */
      .TOP .trigger.__to_ceil {
        top: 27px !important; }

  /* line 368, ../sass/index.scss */
  .trigger__text {
    display: none; } }
@media screen and (max-device-width: 480px) and (orientation: landscape) {
  /* line 374, ../sass/index.scss */
  .no_landscape {
    display: none; }

  /* line 378, ../sass/index.scss */
  .center_icon {
    width: 30%; }
    /* line 381, ../sass/index.scss */
    .CONTACT .center_icon {
      width: 25%;
      -moz-transform: translate(0, -10%);
      -ms-transform: translate(0, -10%);
      -webkit-transform: translate(0, -10%);
      transform: translate(0, -10%); }

  /* line 388, ../sass/index.scss */
  .left_box, .right_box, .upper_box, .under_box {
    line-height: 1.1; }
    /* line 391, ../sass/index.scss */
    .CONTACT .left_box, .CONTACT .right_box, .CONTACT .upper_box, .CONTACT .under_box {
      margin-top: 8%;
      white-space: normal; }
    /* line 396, ../sass/index.scss */
    .ABOUT .left_box, .ABOUT .right_box, .ABOUT .upper_box, .ABOUT .under_box {
      white-space: normal;
      font-size: 11px; }
      /* line 402, ../sass/index.scss */
      .ABOUT .left_box .caution, .ABOUT .right_box .caution, .ABOUT .upper_box .caution, .ABOUT .under_box .caution {
        font-size: 9px; }
    /* line 407, ../sass/index.scss */
    .TOKYO .left_box, .AZUMINO .left_box, .TOKYO .right_box, .AZUMINO .right_box, .TOKYO .upper_box, .AZUMINO .upper_box, .TOKYO .under_box, .AZUMINO .under_box {
      width: 70%; }

  /* line 412, ../sass/index.scss */
  .ABOUT .left_box {
    letter-spacing: 0; }

  /* line 416, ../sass/index.scss */
  .upper_box {
    margin-bottom: 16%; }

  /* line 419, ../sass/index.scss */
  .under_box {
    margin-top: 10%; }

  /* line 423, ../sass/index.scss */
  .TOKYO .center_icon, .AZUMINO .center_icon {
    margin-top: -3%; } }
@media screen and (max-width: 480px) and (orientation: portrait) {
  /* line 429, ../sass/index.scss */
  .upper_box, .under_box {
    line-height: 1.2;
    width: 80%; }

  /* line 433, ../sass/index.scss */
  .upper_box {
    margin-bottom: 40%; }

  /* line 436, ../sass/index.scss */
  .under_box {
    margin-top: 20%; }

  /* line 440, ../sass/index.scss */
  .left_box, .right_box {
    position: absolute;
    top: 50%;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto; }
    /* line 449, ../sass/index.scss */
    .ABOUT .left_box, .ABOUT .right_box {
      text-align: left;
      line-height: 1.25;
      font-size: 11px; }
      /* line 455, ../sass/index.scss */
      .ABOUT .left_box .caution, .ABOUT .right_box .caution {
        font-size: 9px; }
    /* line 459, ../sass/index.scss */
    .CONTACT .left_box, .CONTACT .right_box {
      margin-top: 17%; }

  /* line 463, ../sass/index.scss */
  .left_box {
    left: 0;
    text-align: center;
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%); }
    /* line 468, ../sass/index.scss */
    .ABOUT .left_box {
      letter-spacing: 0;
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      margin-top: 10%;
      top: 0;
      bottom: auto; }
    /* line 477, ../sass/index.scss */
    .CONTACT .left_box {
      margin-top: -18%; }

  /* line 481, ../sass/index.scss */
  .right_box {
    right: 0;
    text-align: center;
    white-space: normal; }
    /* line 486, ../sass/index.scss */
    .ABOUT .right_box {
      bottom: 0;
      margin-bottom: 10%; }

  /* line 492, ../sass/index.scss */
  .TOKYO .center_icon, .AZUMINO .center_icon {
    width: 60%;
    margin-top: -10%; } }
