#wrap {
  position: relative;
  padding: 100px 0 20px;
  background-color: #fff;
  z-index: 1;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #wrap {
    padding: 70px 0 20px;
  }
}
#pageSetup {
  position: absolute;
  z-index: -1;
  top: 700px;
  left: 0;
  width: 1px;
  height: 1px
}

#pageTrigger {
  position: absolute;
  z-index: -1;
  top: 410px;
  left: 0;
  width: 1px;
  height: 1px
}

#header {
  position: fixed;
  z-index: 1002;
  top: 0;
  width: 100%;
  height: 84px;
  transition: all 0.3s ease;
  opacity: 0;
}

#header .logo {
  position: absolute;
  top: 10px;
  left: 10px
}

#header .logo img {
  width: 141px;
  transition: all 0.3s ease
}

#header nav {
  position: absolute;
  top: 30px;
  right: 30px
}

#header nav .globalNav {
  display: inline-block;
  vertical-align: middle
}

#header nav .globalNav li {
  display: inline-block;
  margin-left: 40px;
  font-size: 16px;
  font-family: A1 Mincho, 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "Sawarabi Mincho", “メイリオ”, Meiryo, serif;
  line-height: 1;
  transition: all 0.3s ease
}

#header nav .sns {
  display: inline-block;
  margin-left: 100px;
  vertical-align: middle
}

#header nav .sns li {
  display: inline-block;
  width: 25px;
  margin-left: 30px
}

#header nav .sns li img {
  width: 100%
}

#header.on {
  background-color: #fff;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  opacity: 1;
  z-index: 1000;
}

#header.on .logo img {
  width: 119px
}

@media only screen and (max-width: 900px) {
  #header nav .globalNav li {
    margin-left: 20px
  }

  #header nav .sns {
    margin-left: 50px
  }

  #header nav .sns li {
    margin-left: 15px
  }
}

@media only screen and (max-width: 768px) {
  #header {
    display: none;
  }

  #header .logo {
    position: static;
    width: calc(141/640*100%);
    max-width: 141px;
    padding: 5px 0 0 10px
  }

  #header .logo img {
    width: 100%
  }

  #header nav {
    display: none
  }

  #header.on {
    position: static;
    background: none;
    box-shadow: none
  }
}

#aside {
  position: fixed;
  z-index: 5;
  top: 35%;
  right: 10px
}

#aside p {
  margin-bottom: 5px;
  font-size: 14px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #000f73
}

#aside span {
  display: block;
  content: '';
  width: 1px;
  height: 40px;
  margin: 0 auto 20px;
  background-color: #000f73
}

#aside .sns li {
  width: 25px;
  margin-bottom: 20px
}

#aside .sns li img {
  width: 100%
}

@media only screen and (max-width: 768px) {
  #aside {
    display: none
  }
}

#sns {
  position: relative;
  z-index: 1;
  /*margin-bottom: 20;*/
  text-align: center;
  color: #000f73
}

#sns .logo {
  width: 197px;
  margin: 0 auto 20px
}

#sns .logo path {
  fill: #000f73
}

#sns .sns {
  margin-bottom: 10px
}

#sns .sns li {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 10px
}

#sns .sns li img {
  width: 100%
}

#sns nav {
  margin-bottom: 5px
}

#sns nav.navigation li {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle
}

#sns nav.navigation li::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #000f73
}

#sns nav.navigation li a {
  padding: 0 10px
}

#sns nav.navigation li:last-child::after {
  display: none
}

#sns .jasrac {
  width: 100px;
  margin: 10px auto;
}
#sns .jasrac + p {
  font-size: 14px;
}

#sns .notice {
  font-size: 14px;
  margin-bottom: 20px
}

#footer {
  position: relative;
  padding: 15px 0;
  background-color: #000f73;
  text-align: center
}

#footer small {
  font-size: 14px;
  line-height: 1.5;
  color: #fff
}

#footer .pagetop {
  position: fixed;
  opacity: 0;
  z-index: 1000;
  right: 10px;
  bottom: 60px;
  transform: translateY(200px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1)
}

#footer .pagetop.on {
  opacity: 1;
  transform: translateY(0)
}

#footer .pagetop.off {
  opacity: 0;
  transform: translateY(200px)
}

#footerNavigation {
  display: none
}

#footerNavigation .bg {
  position: fixed;
  opacity: 0;
  z-index: 1000;
  bottom: -200px;
  width: 100%;
  height: 70px;
  background-color: #fff;
  transform: skew(0deg, -2deg);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1)
}

#footerNavigation .bg::before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, #acd1e9, #f6b6c2)
}

#footerNavigation .inner {
  position: fixed;
  opacity: 0;
  z-index: 1001;
  bottom: -200px;
  width: 100%;
  background-color: #fff;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1)
}

#footerNavigation .inner .sns {
  font-size: 0;
  padding: 10px
}

#footerNavigation .inner .sns li {
  display: inline-block;
  margin-right: 5px
}

#footerNavigation .inner .sns li img {
  width: 35px
}

#footerNavigation .inner .logo {
  position: absolute;
  bottom: 10px;
  right: 75px
}

#footerNavigation .inner .logo img {
  width: 110px
}

#footerNavigation .inner .menu {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 54px;
  background-image: url(../images/global/menu@2x.png);
  background-size: 50px 54px
}

#footerNavigation.on .bg {
  opacity: 1;
  bottom: 0
}

#footerNavigation.on .inner {
  opacity: 1;
  bottom: 0
}

#spNavigation {
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 90vh;
  background-color: #fff;
  background-image: url(../images/global/menuBg.png);
  background-size: cover;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2)
}

#spNavigation .close {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 50px;
  height: 64px;
  background-image: url(../images/global/close@2x.png);
  background-size: 50px 64px
}

#spNavigation nav>ul {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0 auto;
  text-align: center
}

#spNavigation nav>ul>li {
  line-height: 3;
  font-family: A1 Mincho, 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "Sawarabi Mincho", “メイリオ”, Meiryo, serif
}

#spNavigation nav>ul>li::before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, #acd1e9, #f6b6c2);
  transform: skew(0deg, -2deg)
}

#spNavigation nav>ul>li a {
  font-size: 26px;
  font-size: 4.23177vw;
  color: #00176f
}

#spNavigation nav>ul>li.logo img {
  width: 40%
}

#spNavigation nav>ul>li.logo::before {
  display: none
}

#spNavigation nav>ul>li ul {
  font-size: 0
}

#spNavigation nav>ul>li ul li {
  display: inline-block;
  margin: 0 5px;
  padding-top: 5vw;
  width: 35px
}

#spNavigation nav>ul>li ul li img {
  width: 100%
}

@media only screen and (max-width: 768px) {
  #footer {
    padding-bottom: 110px
  }

  #footer .pagetop {
    bottom: 140px
  }

  #footer .pagetop img {
    width: 23.5px
  }

  #footerNavigation {
    display: block
  }
}

@media only screen and (max-width: 500px) {
  #footerNavigation .inner .logo {
    right: 75px
  }
}

@media only screen and (max-width: 479px) {
  #footerNavigation .inner .logo {
    display: none;
    right: 75px
  }
}

/*-----------------------------------------------
 .footerLine
-----------------------------------------------*/
.footerLine {
  position: relative;
  height: 45px;
  margin-bottom: 20px;
  background-image: url(../images/global/line@2x.png);
  background-size: auto 45px;
  background-position: right 68px top;
  background-repeat: no-repeat;
}
.footerLine .pagetop {
  position: absolute;
  z-index: 1;
  bottom: -31px;
  right: 10px;
}
.footerLine .notes {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 45px;
}
.footerLine .notes .note {
  position: absolute;
  bottom: -45px;
  width: 40px;
  -webkit-transform: scale(0.001);
          transform: scale(0.001);
}
.footerLine .notes .note1 {
  left: 10%;
}
.footerLine .notes .note2 {
  left: 20%;
}
.footerLine .notes .note3 {
  left: 30%;
}
.footerLine .notes .note4 {
  left: 50%;
  width: 20px;
}
.footerLine .notes .note5 {
  left: 65%;
  width: 20px;
}
.footerLine .notes .note6 {
  left: 74%;
  width: 20px;
}
.footerLine .notes .note7 {
  left: 74%;
  width: 20px;
}
.footerLine .notes .note8 {
  left: 84%;
  width: 30px;
}
.footerLine .notes .note9 {
  left: 14%;
  width: 20px;
}
.footerLine .notes .note10 {
  left: 54%;
}
.footerLine .notes .note11 {
  left: 60%;
}
.footerLine .notes .note12 {
  left: 90%;
}

@media only screen and (max-width: 768px) {
  .footerLine {
    background-position: right 48px top;
  }
  .footerLine .pagetop {
    bottom: -17px;
  }
  .footerLine .pagetop img {
    width: 23.5px;
  }
  .footerLine .notes {
    width: 92%;
  }
}
