@charset "UTF-8";
html {
  overflow-y: scroll; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

img {
  vertical-align: bottom; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%; }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }

del, ins {
  text-decoration: none; }

/******************************************************

 BASE
 
******************************************************/
body {
  background: #fff;
  font-family: "游ゴシック Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-weight: 300; }

p {
  line-height: 180%;
  color: #000; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

.cf::after {
  content: "";
  display: block;
  clear: both; }

.note {
  font-size: 10px;
  line-height: 160%; }

.imgauto img {
  width: 100%;
  height: auto; }

.aw {
  display: inline-block; }

sup {
  font-size: 8px;
  vertical-align: top; }

/******************************************************

 header
 
******************************************************/
@media screen and (max-width: 768px) {
  #top-head {
    height: 60px; } }

.logo-h1 {
  width: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 0 8px gray; }
  .logo-h1 a {
    display: block; }
    .logo-h1 a img {
      width: 100%;
      height: auto; }
  @media screen and (max-width: 768px) {
    .logo-h1 {
      width: 60px; } }

.head {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  height: 100px;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 768px) {
    .head {
      background: white;
      height: 60px; } }
  .head .head-body {
    width: 90%;
    margin: auto;
    min-height: 100px;
    position: relative;
    max-width: 1380px; }
    @media screen and (max-width: 768px) {
      .head .head-body {
        min-height: inherit;
        width: 100%;
        height: 60px; } }
    .head .head-body .s-nav {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 40%;
      /**width: 30%;**/ }
      @media screen and (max-width: 768px) {
        .head .head-body .s-nav {
          width: 380px;
          /**width: 280px;**/
          right: 75px; } }
      @media screen and (max-width: 600px) {
        .head .head-body .s-nav {
          width: 200px;
          /**width: 120px;**/ } }
      .head .head-body .s-nav ul {
        font-size: 0; }
        .head .head-body .s-nav ul li {
          display: inline-block;
          vertical-align: top;
          width: 33.3333333333%;
          /**width: 50%;**/ }
          .head .head-body .s-nav ul li a {
            display: block;
            height: 40px;
            width: 100%;
            position: relative;
            border: 1px solid rgba(255, 255, 255, 0.3);
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
            .head .head-body .s-nav ul li a .txt {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translateX(-50%) translateY(-50%);
              color: #fff;
              font-size: 14px;
              font-weight: bold;
              white-space: nowrap; }
              @media screen and (max-width: 1000px) {
                .head .head-body .s-nav ul li a .txt {
                  font-size: 12px; } }
          @media screen and (max-width: 600px) {
            .head .head-body .s-nav ul li {
              width: 50%;
              /**width: 100%;**/ }
              .head .head-body .s-nav ul li.login {
                display: none; } }
          .head .head-body .s-nav ul li.login a .txt b {
            display: block;
            font-size: 9px;
            margin-top: -2px;
            text-align: center; }
          .head .head-body .s-nav ul li.login a, .head .head-body .s-nav ul li.entry a {
            background: rgba(18, 48, 98, 0.8); }
          .head .head-body .s-nav ul li.reserve a {
            background: rgba(204, 122, 21, 0.8); }
          .head .head-body .s-nav ul li:hover.login a, .head .head-body .s-nav ul li:hover.entry a {
            background: #123062; }
          .head .head-body .s-nav ul li:hover.reserve a {
            background: #cc7a15; }

/******************************************************

 gnav
 
******************************************************/
.gnav {
  width: 65%;
  position: absolute;
  right: 43%;
  /**right: 33%;**/
  top: 50%;
  transform: translateY(-50%); }
  .gnav ul {
    font-size: 0;
    text-align: right; }
    .gnav ul li {
      display: inline-block;
      vertical-align: middle;
      margin: 5px 20px; }
      .gnav ul li a {
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        padding: 15px 0;
        position: relative;
        color: #fff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .gnav ul li a::after {
          content: "";
          height: 2px;
          width: 15px;
          background: #fff;
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%) translateY(10px);
          opacity: 0;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
        .gnav ul li a:hover::after, .gnav ul li a.current::after {
          transform: translateX(-50%) translateY(-5px);
          opacity: 1; }
      .gnav ul li.login, .gnav ul li.entry, .gnav ul li.reserve {
        display: none; }
  .gnav.blk ul li a {
    color: #000; }
    .gnav.blk ul li a::after {
      background: #000; }
  @media screen and (max-width: 768px) {
    .gnav {
      width: 100%;
      right: 0%;
      top: 60px;
      background: rgba(0, 0, 0, 0.8);
      transform: translateY(0%);
      display: none; }
      .gnav ul {
        padding: 1%; }
        .gnav ul li {
          width: 48%;
          margin: 1%;
          /**&.top{
              width: 98%;
          }**/ }
          .gnav ul li.login, .gnav ul li.entry {
            display: inline-block; }
            .gnav ul li.login a, .gnav ul li.entry a {
              background: #123062; }
          .gnav ul li.reserve {
            display: inline-block; }
            .gnav ul li.reserve a {
              background: #cc7a15; }
          .gnav ul li a {
            background: rgba(0, 0, 0, 0.8);
            display: block;
            border: 1px solid rgba(255, 255, 255, 0.25);
            height: 50px;
            box-sizing: border-box; }
            .gnav ul li a .txt {
              position: absolute;
              white-space: nowrap;
              left: 50%;
              top: 50%;
              transform: translateX(-50%) translateY(-50%); }
            .gnav ul li a::after {
              display: none; }
            .gnav ul li a.current {
              background: rgba(255, 255, 255, 0.8);
              border: 1px solid white; }
              .gnav ul li a.current .txt {
                color: #000; } }

.sp-menu {
  display: none;
  background: #fff;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0; }
  .sp-menu img {
    width: 100%;
    height: auto; }
  .sp-menu .menu-txt,
  .sp-menu .menu-close {
    width: 60px;
    height: 60px; }
  .sp-menu .menu-close {
    display: none;
    background: #444; }
  .sp-menu.on .menu-txt {
    display: none; }
  .sp-menu.on .menu-close {
    display: inline-block; }
  @media screen and (max-width: 768px) {
    .sp-menu {
      display: block; } }

.s-menu {
  position: fixed;
  display: table;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  opacity: 0; }
  .s-menu .sp-body {
    display: table-cell;
    vertical-align: middle;
    position: relative; }
    .s-menu .sp-body ul {
      width: 70%;
      max-width: 600px;
      margin: 0 auto;
      text-align: center;
      font-size: 0; }
      .s-menu .sp-body ul li {
        display: inline-block;
        width: 48%;
        margin: 1%; }
        .s-menu .sp-body ul li a {
          display: block;
          font-size: 16px;
          color: #ccc;
          text-decoration: none;
          height: 60px;
          box-sizing: border-box;
          position: relative;
          overflow: hidden;
          border: 1px solid rgba(255, 255, 255, 0.15);
          background: rgba(0, 0, 0, 0.5); }
          .s-menu .sp-body ul li a .txt {
            white-space: nowrap;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            line-height: 120%; }
          .s-menu .sp-body ul li a br {
            display: none; }
          @media screen and (max-width: 600px) {
            .s-menu .sp-body ul li a {
              font-size: 13px;
              height: 50px; }
              .s-menu .sp-body ul li a br {
                display: inline; } }
          .s-menu .sp-body ul li a::before {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            content: "";
            height: 2px;
            background: #fff;
            opacity: 0; }
          .s-menu .sp-body ul li a:hover {
            color: #fff;
            background: rgba(255, 255, 255, 0.2);
            border: 1px solid rgba(255, 255, 255, 0.3); }
          .s-menu .sp-body ul li a.current {
            color: #fff;
            background: rgba(255, 255, 255, 0.2);
            border: 1px solid rgba(255, 255, 255, 0.3); }
            .s-menu .sp-body ul li a.current::before {
              opacity: 1; }
        .s-menu .sp-body ul li.sm-close {
          position: absolute;
          top: 0;
          right: 0;
          width: 80px; }
          .s-menu .sp-body ul li.sm-close img {
            width: 100%;
            height: auto; }
      .s-menu .sp-body ul.sp-conver {
        margin-top: 30px; }
        @media screen and (max-width: 500px) {
          .s-menu .sp-body ul.sp-conver {
            margin-top: 15px; } }
        .s-menu .sp-body ul.sp-conver li.login {
          width: 98%; }
        .s-menu .sp-body ul.sp-conver li.login a, .s-menu .sp-body ul.sp-conver li.entry a {
          background: #123062; }
        .s-menu .sp-body ul.sp-conver li.reserve a {
          background: #cc7a15; }
        .s-menu .sp-body ul.sp-conver li:hover.login a, .s-menu .sp-body ul.sp-conver li:hover.entry a {
          background: rgba(18, 48, 98, 0.8); }
        .s-menu .sp-body ul.sp-conver li:hover.reserve a {
          background: rgba(204, 122, 21, 0.8); }
    .s-menu .sp-body .sm-logo {
      text-align: center;
      margin-bottom: 60px; }
      .s-menu .sp-body .sm-logo img {
        width: 120px;
        height: auto; }
      @media screen and (max-width: 500px) {
        .s-menu .sp-body .sm-logo {
          margin-bottom: 30px; } }
      @media screen and (max-width: 360px) {
        .s-menu .sp-body .sm-logo img {
          width: 60px; } }
    .s-menu .sp-body .sm-close {
      position: absolute;
      top: 0;
      right: 0;
      width: 60px;
      display: block;
      z-index: 101; }
      .s-menu .sp-body .sm-close img {
        width: 60px;
        height: auto; }

.open .s-menu {
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: visible;
  opacity: 1; }

/******************************************************

 scrollBody
 
******************************************************/
@media screen and (min-width: 769px) {
  .scrollBody .head {
    background: white; }
  .scrollBody .gnav ul li a {
    color: #000; }
    .scrollBody .gnav ul li a::after {
      background: #000; } }

/******************************************************

 membersBox
 
******************************************************/
.membersBox {
  position: relative;
  overflow: hidden; }
  .membersBox .mem-bg {
    width: 45%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 55%;
    background: url("../images/common/mem_bg.jpg") center center;
    background-size: cover; }
    @media screen and (max-width: 600px) {
      .membersBox .mem-bg {
        width: 100%;
        right: 0;
        height: 150px;
        position: relative; } }
  .membersBox .memBody {
    box-sizing: border-box;
    padding: 50px 10% 50px 0;
    text-align: left;
    position: relative;
    z-index: 5;
    text-align: left;
    width: 55%;
    margin-left: 45%; }
    .membersBox .memBody .blue {
      content: "";
      position: absolute;
      z-index: 0;
      background: #123062;
      height: 1000%;
      width: 150%;
      top: 50%;
      left: 0%;
      transform: translateX(-5%) translateY(-50%) rotate(25deg); }
    @media screen and (max-width: 600px) {
      .membersBox .memBody {
        width: 100%;
        margin-left: 0%;
        background: #123062;
        padding: 40px 5% 50px 5%; }
        .membersBox .memBody .blue {
          display: none; } }
    .membersBox .memBody .memTxt {
      position: relative;
      z-index: 2; }
      .membersBox .memBody .memTxt .mem-ttl {
        font-size: 22px;
        color: #fff;
        font-weight: bold; }
        .membersBox .memBody .memTxt .mem-ttl span {
          display: inline-block;
          vertical-align: middle; }
      .membersBox .memBody .memTxt .mem-txt {
        font-size: 14px;
        color: #fff;
        margin-top: 15px; }
      .membersBox .memBody .memTxt .mem-logo {
        padding: 0 !important;
        margin: 0 !important;
        font-size: 0; }
        .membersBox .memBody .memTxt .mem-logo img {
          width: 120px;
          height: auto;
          margin-right: 10px; }
      @media screen and (max-width: 600px) {
        .membersBox .memBody .memTxt {
          text-align: center; } }
      .membersBox .memBody .memTxt .members-btn {
        margin-top: 30px;
        width: 100%;
        max-width: 320px;
        display: inline-block;
        position: relative;
        vertical-align: top; }
        .membersBox .memBody .memTxt .members-btn a {
          display: block;
          position: relative;
          border: 1px solid;
          box-sizing: border-box;
          text-decoration: none;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          z-index: 3; }
          .membersBox .memBody .memTxt .members-btn a .txt {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            white-space: nowrap; }
        .membersBox .memBody .memTxt .members-btn::after {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: 0;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          transform: translateX(7px) translateY(7px);
          box-sizing: border-box;
          border: 1px solid;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
        .membersBox .memBody .memTxt .members-btn:hover::after {
          transform: translateX(0px) translateY(0px); }
        .membersBox .memBody .memTxt .members-btn a {
          height: 50px;
          background: #fff;
          color: #123062;
          border-color: #123062;
          font-size: 15px; }
          @media screen and (max-width: 600px) {
            .membersBox .memBody .memTxt .members-btn a {
              font-size: 13px; } }
        .membersBox .memBody .memTxt .members-btn::after {
          border-color: #fff; }
        .membersBox .memBody .memTxt .members-btn:hover a {
          color: #fff;
          background: #5a6f91;
          border-color: #fff; }

/******************************************************

 conversionBox
 
******************************************************/
.conversionBox {
  background: #e9e9e9;
  padding: 40px 0; }
  @media screen and (max-width: 600px) {
    .conversionBox {
      padding: 30px 0; } }
  .conversionBox .conBody {
    margin: auto;
    width: 90%;
    text-align: center; }
    .conversionBox .conBody .con-copy {
      margin: 20px;
      font-size: 16px;
      font-weight: bold; }
    .conversionBox .conBody .con-btn {
      font-size: 0; }
      .conversionBox .conBody .con-btn li {
        margin: 20px;
        max-width: 320px;
        width: 100%;
        display: inline-block;
        position: relative;
        vertical-align: top; }
        .conversionBox .conBody .con-btn li a {
          display: block;
          position: relative;
          border: 1px solid;
          box-sizing: border-box;
          text-decoration: none;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          z-index: 3; }
          .conversionBox .conBody .con-btn li a .txt {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            white-space: nowrap; }
        .conversionBox .conBody .con-btn li::after {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: 0;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          transform: translateX(7px) translateY(7px);
          box-sizing: border-box;
          border: 1px solid;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
        .conversionBox .conBody .con-btn li:hover::after {
          transform: translateX(0px) translateY(0px); }
        @media screen and (max-width: 600px) {
          .conversionBox .conBody .con-btn li {
            margin: 10px 0 20px; } }
        .conversionBox .conBody .con-btn li a {
          height: 55px;
          color: #fff;
          font-size: 15px;
          font-weight: bold; }
        .conversionBox .conBody .con-btn li:nth-child(1) a {
          background: #123062;
          border-color: #123062; }
        .conversionBox .conBody .con-btn li:nth-child(1)::after {
          border-color: #123062; }
        .conversionBox .conBody .con-btn li:nth-child(2) a {
          background: #cc7a15;
          border-color: #cc7a15; }
        .conversionBox .conBody .con-btn li:nth-child(2)::after {
          border-color: #cc7a15; }
        .conversionBox .conBody .con-btn li:hover:nth-child(1) a {
          background: #5a6f91;
          border-color: #123062; }
        .conversionBox .conBody .con-btn li:hover:nth-child(2) a {
          background: #dba25c;
          border-color: #cc7a15; }

/******************************************************

 instaBox
 
******************************************************/
.instaBox {
  background: url("../images/common/insta-bg.jpg") center center;
  background-size: cover;
  padding: 50px 0; }
  .instaBox .instaBody {
    margin: auto;
    width: 90%;
    max-width: 680px;
    box-sizing: border-box;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.75);
    text-align: center; }
    .instaBox .instaBody .insta-logo img {
      max-width: 260px;
      width: 100%;
      height: auto; }
    .instaBox .instaBody .insta-btn {
      margin-top: 20px;
      width: 100%;
      max-width: 320px;
      display: inline-block;
      position: relative;
      vertical-align: top; }
      .instaBox .instaBody .insta-btn a {
        display: block;
        position: relative;
        border: 1px solid;
        box-sizing: border-box;
        text-decoration: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 3; }
        .instaBox .instaBody .insta-btn a .txt {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translateX(-50%) translateY(-50%);
          white-space: nowrap; }
      .instaBox .instaBody .insta-btn::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transform: translateX(7px) translateY(7px);
        box-sizing: border-box;
        border: 1px solid;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .instaBox .instaBody .insta-btn:hover::after {
        transform: translateX(0px) translateY(0px); }
      .instaBox .instaBody .insta-btn a {
        height: 55px;
        background: #fff;
        color: #000;
        border-color: #000;
        font-size: 15px; }
        @media screen and (max-width: 600px) {
          .instaBox .instaBody .insta-btn a {
            font-size: 13px; } }
      .instaBox .instaBody .insta-btn::after {
        border-color: #000; }
      .instaBox .instaBody .insta-btn:hover a {
        color: #fff;
        background: #000; }

/******************************************************

 footer
 
******************************************************/
footer {
  background: #222222;
  color: #fff;
  padding: 50px 0; }
  footer .foot-name {
    text-align: center;
    margin-bottom: 40px; }
    footer .foot-name img {
      width: 104px;
      height: auto; }

.txt-nav ul {
  width: 90%;
  text-align: center;
  margin: auto;
  font-size: 0; }
  .txt-nav ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 160%;
    position: relative;
    padding: 0 20px;
    margin: 10px 0; }
    .txt-nav ul li a, .txt-nav ul li .soon {
      text-decoration: none; }
    .txt-nav ul li a {
      color: #fff; }
      .txt-nav ul li a.current {
        text-decoration: underline; }
    .txt-nav ul li .soon {
      color: #777; }
    .txt-nav ul li::after {
      content: "";
      position: absolute;
      width: 1px;
      height: 16px;
      right: 0;
      top: 50%;
      transform: translateY(-50%) rotate(30deg);
      background: #666; }
    .txt-nav ul li:last-child::after {
      display: none; }
    @media screen and (max-width: 600px) {
      .txt-nav ul li {
        font-size: 10px;
        padding: 0 15px; } }

.free {
  font-size: 0;
  text-align: center;
  margin-top: 30px; }
  .free li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 20px; }
  .free .logo img {
    width: 100px;
    height: auto; }
  .free .free-txt {
    text-align: left; }
    .free .free-txt p {
      display: inline-block;
      vertical-align: middle;
      color: #fff;
      text-align: left; }
    .free .free-txt .free-ttl {
      font-size: 15px; }
    .free .free-txt .free-div .free-num {
      margin-right: 10px;
      margin-top: 10px; }
      .free .free-txt .free-div .free-num img {
        width: 370px;
        height: auto; }
    .free .free-txt .free-div .free-cap {
      font-size: 12px;
      margin-top: 10px;
      line-height: 150%; }
    .free .free-txt .free-cap2 {
      font-size: 11px;
      margin-top: 18px;
      line-height: 150%;
      position: relative;
      padding-left: 14px; }
      .free .free-txt .free-cap2 .free-num {
        position: absolute;
        left: 0;
        top: 0px; }
      @media screen and (max-width: 600px) {
        .free .free-txt .free-cap2 .free-num {
          position: inherit;
          left: inherit;
          top: inherit; } }
    @media screen and (max-width: 768px) {
      .free .free-txt {
        text-align: center;
        margin-top: 30px; } }
    @media screen and (max-width: 600px) {
      .free .free-txt {
        display: block; }
        .free .free-txt p {
          text-align: center; }
        .free .free-txt .free-div .free-num {
          margin-right: 0px; }
          .free .free-txt .free-div .free-num img {
            max-width: 300px;
            width: 100%; }
        .free .free-txt .free-div .free-cap {
          margin-top: 15px;
          display: block; } }

.copyright {
  margin-top: 30px;
  text-align: center;
  color: #fff;
  font-size: 12px; }

.pagetop {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 46px; }

/******************************************************

 blk
 
******************************************************/
.blk {
  /**.arrowWrap {
      .arrowInner {
          p{
              color: #000;
          }
          .arrow {
              background-color: rgba(0,0,0,0);
              &::before {
                  background: #000;
              }
          }
          &::before{
              border-bottom: 1px solid #000;
              border-left: 1px solid #000;
          }
      }
  }**/ }
  .blk .gnav ul li a {
    color: #000; }
    .blk .gnav ul li a::after {
      background: #000; }
  .blk .insta-nav a .logo-w {
    opacity: 0; }
  .blk .insta-nav a .logo-b {
    opacity: 1; }

/******************************************************

 arrowWrap
 
******************************************************/
.arrowWrap {
  position: fixed;
  left: 20px;
  bottom: 30px;
  height: 140px;
  z-index: 103; }
  .arrowWrap .arrowInner {
    position: relative; }
    .arrowWrap .arrowInner p {
      font-size: 12px;
      text-align: end;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      color: #da8317; }
    .arrowWrap .arrowInner .arrow {
      width: 1px;
      height: 50px;
      margin: 30px auto 0;
      background-color: rgba(255, 255, 255, 0);
      position: relative;
      overflow: hidden; }
      .arrowWrap .arrowInner .arrow::before {
        content: '';
        width: 1px;
        height: 50px;
        margin: 50px auto 0;
        position: absolute;
        top: -100px;
        background: #da8317;
        left: 0;
        -webkit-animation: arrow 2s ease 0s infinite normal;
        animation: arrow 2s ease 0s infinite normal; }
    .arrowWrap .arrowInner::before {
      content: "";
      position: absolute;
      width: 12px;
      height: 12px;
      border-bottom: 1px solid #da8317;
      border-left: 1px solid #da8317;
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%) rotate(-45deg);
      -webkit-animation: arrow2 2s ease 0s infinite normal;
      animation: arrow2 2s ease 0s infinite normal; }

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 50px, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 50px, 0); } }
@keyframes arrow2 {
  0% {
    -webkit-transform: translate3d(-50%, -50px, 0) rotate(-45deg);
    transform: translate3d(-50%, -50px, 0) rotate(-45deg); }
  60% {
    -webkit-transform: translate3d(-50%, 0px, 0) rotate(-45deg);
    transform: translate3d(-50%, 0px, 0) rotate(-45deg); }
  100% {
    -webkit-transform: translate3d(-50%, 0px, 0) rotate(-45deg);
    transform: translate3d(-50%, 0px, 0) rotate(-45deg); } }
/******************************************************

 scrollBody
 
******************************************************/
.scrollBody {
  /**.arrowWrap {
      .arrowInner {
          p{
              color: #000;
          }
          .arrow {
              background-color: rgba(0,0,0,0);
              &::before {
                  background: #000;
              }
          }
          &::before{
              border-bottom: 1px solid #000;
              border-left: 1px solid #000;
          }
      }
  }**/ }
  @media screen and (min-width: 769px) {
    .scrollBody .head {
      background: white; }
    .scrollBody .gnav ul li a {
      color: #000; }
      .scrollBody .gnav ul li a::after {
        background: #000; }
    .scrollBody .insta-nav a .logo-w {
      opacity: 0; }
    .scrollBody .insta-nav a .logo-b {
      opacity: 1; } }
