@charset "UTF-8";
/* reset
   =================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap");
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, th, td, article, section, aside, header, nav {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

object, embed {
  vertical-align: top;
}

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

h1 {
  line-height: 1.5em;
}

img, abbr, acronym, fieldset, hr {
  border: 0;
}

li {
  list-style-type: none;
}

p {
  margin: 0;
  padding: 0;
}

/* form */
button, fieldset, form, input, label, legend, select, textarea {
  font-size: 100%;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* common
=================================================================== */
@font-face {
  font-family: "Alinaregular";
  src: url("/webfonts/38F0A3_0_0.eot");
  src: url("/webfonts/38F0A3_0_0.eot?#iefix") format("embedded-opentype"), url("/webfonts/38F0A3_0_0.woff2") format("woff2"), url("/webfonts/38F0A3_0_0.woff") format("woff"), url("/webfonts/38F0A3_0_0.ttf") format("truetype");
}
/* color
================================================*/
/* top opening animation
================================================*/
/* layout
=================================================================== */
/* animation delay
=================================================================== */
/* font
=================================================================== */
/* font-ag
================================================*/
/* vw font
=================================================================== */
/* vw
================================================*/
/* vh
================================================*/
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
}

html {
  font-size: 62.5%;
  font-family: "Shippori Mincho", serif;
}

body {
  position: relative;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  cursor: none;
  color: #000;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.3em;
}

body::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}
p.small {
  font-size: 1.1rem;
}

* {
  box-sizing: border-box;
}

@media (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }

  p.small {
    font-size: 1rem;
  }
}
/* common
=================================================================== */
@font-face {
  font-family: "Alinaregular";
  src: url("/webfonts/38F0A3_0_0.eot");
  src: url("/webfonts/38F0A3_0_0.eot?#iefix") format("embedded-opentype"), url("/webfonts/38F0A3_0_0.woff2") format("woff2"), url("/webfonts/38F0A3_0_0.woff") format("woff"), url("/webfonts/38F0A3_0_0.ttf") format("truetype");
}
/* color
================================================*/
/* top opening animation
================================================*/
/* layout
=================================================================== */
/* animation delay
=================================================================== */
/* font
=================================================================== */
/* font-ag
================================================*/
/* vw font
=================================================================== */
/* vw
================================================*/
/* vh
================================================*/
body.menuActive {
  overflow: hidden;
}

#page {
  margin: 0;
}

#control {
  position: fixed;
  bottom: 24vh;
  right: calc(-24vh + 2vw);
  margin-left: -250px;
  width: 24vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 210;
  transform: rotate(90deg);
  transform-origin: 0 0;
  opacity: 0;
  transition: opacity 1.2s 4s;
}
#control > div {
  text-align: center;
  margin: 0 10px;
  font-size: 1rem;
}
@media (min-width: 1400px) {
  #control #control-on:hover,
#control #control-off:hover {
    cursor: pointer;
  }
}
#control .loader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 22px;
  position: relative;
  top: 0;
  left: 0;
  margin-right: 10px;
}
#control .loader .stroke {
  position: absolute;
  display: block;
  background-color: #dddddd;
  width: 1px;
  overflow: hidden;
}
#control .loader .stroke:nth-child(1) {
  left: 0px;
}
#control .loader .stroke:nth-child(2) {
  left: 4px;
}
#control .loader .stroke:nth-child(3) {
  left: 8px;
}
#control .loader .stroke:nth-child(4) {
  left: 12px;
}
#control .loader .stroke:nth-child(5) {
  left: 16px;
}
#control .loader .stroke:nth-child(6) {
  left: 20px;
}
#control .loader .stroke:nth-child(7) {
  left: 24px;
  top: 0px;
  height: 22px;
}
#control .loader .stroke:nth-child(8) {
  left: 28px;
  top: 0px;
  height: 22px;
}
#control .loader .stroke:nth-child(9) {
  left: 32px;
}
#control .loader .stroke:nth-child(10) {
  left: 36px;
}
#control .loader .stroke:nth-child(11) {
  left: 40px;
}
#control .loader .stroke:nth-child(12) {
  left: 44px;
}
#control .loader .stroke:nth-child(13) {
  left: 48px;
}
#control .loader .stroke:nth-child(14) {
  left: 52px;
}
#control .loader .stroke:nth-child(15) {
  left: 56px;
}
#control .loader .stroke:nth-child(1), #control .loader .stroke:nth-child(15) {
  top: 8px;
  height: 7px;
}
#control .loader .stroke:nth-child(2), #control .loader .stroke:nth-child(14) {
  top: 6px;
  height: 10px;
}
#control .loader .stroke:nth-child(3), #control .loader .stroke:nth-child(6), #control .loader .stroke:nth-child(13) {
  top: 1px;
  height: 18px;
}
#control .loader .stroke:nth-child(4), #control .loader .stroke:nth-child(9), #control .loader .stroke:nth-child(11) {
  top: 2px;
  height: 18px;
}
#control .loader .stroke:nth-child(5), #control .loader .stroke:nth-child(10), #control .loader .stroke:nth-child(12) {
  top: 4px;
  height: 14px;
}
#control .loader .stroke::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #94A7A6;
  transition-property: transform;
  transition-duration: 2s;
  transform: translateY(22px);
}
#control .loader.active .stroke {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#control .loader.active .stroke:nth-child(1)::before {
  -webkit-animation: p_volume__wave_1 1s linear infinite;
  animation: p_volume__wave_1 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@-webkit-keyframes p_volume__wave_1 {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes p_volume__wave_1 {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
  }
}
#control .loader.active .stroke:nth-child(2)::before {
  -webkit-animation: p_volume__wave_2 1s linear infinite;
  animation: p_volume__wave_2 1s linear infinite;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@-webkit-keyframes p_volume__wave_2 {
  0% {
    transform: translateY(7px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(7px);
  }
}
@keyframes p_volume__wave_2 {
  0% {
    transform: translateY(7px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(7px);
  }
}
#control .loader.active .stroke:nth-child(3)::before {
  -webkit-animation: p_volume__wave_3 1s linear infinite;
  animation: p_volume__wave_3 1s linear infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes p_volume__wave_3 {
  0% {
    transform: translateY(11px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(11px);
  }
}
@keyframes p_volume__wave_3 {
  0% {
    transform: translateY(11px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(11px);
  }
}
#control .loader.active .stroke:nth-child(4)::before {
  -webkit-animation: p_volume__wave_4 1s linear infinite;
  animation: p_volume__wave_4 1s linear infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes p_volume__wave_4 {
  0% {
    transform: translateY(18px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(18px);
  }
}
@keyframes p_volume__wave_4 {
  0% {
    transform: translateY(18px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(18px);
  }
}
#control .loader.active .stroke:nth-child(5)::before {
  -webkit-animation: p_volume__wave_5 1s linear infinite;
  animation: p_volume__wave_5 1s linear infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@-webkit-keyframes p_volume__wave_5 {
  0% {
    transform: translateY(7px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(7px);
  }
}
@keyframes p_volume__wave_5 {
  0% {
    transform: translateY(7px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(7px);
  }
}
#control .loader.active .stroke:nth-child(6)::before {
  -webkit-animation: p_volume__wave_6 1s linear infinite;
  animation: p_volume__wave_6 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes p_volume__wave_6 {
  0% {
    transform: translateY(11px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(11px);
  }
}
@keyframes p_volume__wave_6 {
  0% {
    transform: translateY(11px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(11px);
  }
}
#control .loader.active .stroke:nth-child(7)::before {
  -webkit-animation: p_volume__wave_7 1s linear infinite;
  animation: p_volume__wave_7 1s linear infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes p_volume__wave_7 {
  0% {
    transform: translateY(7px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(7px);
  }
}
@keyframes p_volume__wave_7 {
  0% {
    transform: translateY(7px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(7px);
  }
}
#control .loader.active .stroke:nth-child(8)::before {
  -webkit-animation: p_volume__wave_8 1s linear infinite;
  animation: p_volume__wave_8 1s linear infinite;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
@-webkit-keyframes p_volume__wave_8 {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes p_volume__wave_8 {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
  }
}
#control .loader.active .stroke:nth-child(8)::before {
  -webkit-animation: p_volume__wave_8 1s linear infinite;
  animation: p_volume__wave_8 1s linear infinite;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
@-webkit-keyframes p_volume__wave_8 {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes p_volume__wave_8 {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
  }
}
#control .loader.active .stroke:nth-child(9)::before {
  -webkit-animation: p_volume__wave_9 1s linear infinite;
  animation: p_volume__wave_9 1s linear infinite;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@-webkit-keyframes p_volume__wave_9 {
  0% {
    transform: translateY(11px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(11px);
  }
}
@keyframes p_volume__wave_9 {
  0% {
    transform: translateY(11px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(11px);
  }
}
#control .loader.active .stroke:nth-child(10)::before {
  -webkit-animation: p_volume__wave_10 1s linear infinite;
  animation: p_volume__wave_10 1s linear infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes p_volume__wave_10 {
  0% {
    transform: translateY(18px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(18px);
  }
}
@keyframes p_volume__wave_10 {
  0% {
    transform: translateY(18px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(18px);
  }
}
#control .loader.active .stroke:nth-child(11)::before {
  -webkit-animation: p_volume__wave_11 1s linear infinite;
  animation: p_volume__wave_11 1s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@-webkit-keyframes p_volume__wave_11 {
  0% {
    transform: translateY(11px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(11px);
  }
}
@keyframes p_volume__wave_11 {
  0% {
    transform: translateY(11px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(11px);
  }
}
#control .loader.active .stroke:nth-child(12)::before {
  -webkit-animation: p_volume__wave_12 1s linear infinite;
  animation: p_volume__wave_12 1s linear infinite;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
@-webkit-keyframes p_volume__wave_12 {
  0% {
    transform: translateY(9px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(9px);
  }
}
@keyframes p_volume__wave_12 {
  0% {
    transform: translateY(9px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(9px);
  }
}
#control .loader.active .stroke:nth-child(13)::before {
  -webkit-animation: p_volume__wave_13 1s linear infinite;
  animation: p_volume__wave_13 1s linear infinite;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
@-webkit-keyframes p_volume__wave_13 {
  0% {
    transform: translateY(7px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(7px);
  }
}
@keyframes p_volume__wave_13 {
  0% {
    transform: translateY(7px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(7px);
  }
}
#control .loader.active .stroke:nth-child(14)::before {
  -webkit-animation: p_volume__wave_14 1s linear infinite;
  animation: p_volume__wave_14 1s linear infinite;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
@-webkit-keyframes p_volume__wave_14 {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes p_volume__wave_14 {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
  }
}
#control .loader.active .stroke:nth-child(15)::before {
  -webkit-animation: p_volume__wave_15 1s linear infinite;
  animation: p_volume__wave_15 1s linear infinite;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
@-webkit-keyframes p_volume__wave_15 {
  0% {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(4px);
  }
}
@keyframes p_volume__wave_15 {
  0% {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(4px);
  }
}

/* マウスカーソル */
.cursor,
.follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.cursor {
  width: 5px;
  height: 5px;
  background-color: #A1A1A1;
  z-index: 1001;
}

.follower {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: solid 1px #A1A1A1;
  z-index: 1000;
  transition: transform ease 0.1s;
  text-align: center;
}

.follower span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  transform: scale(0);
}

.follower.is-active {
  transform: scale(1.5);
}

.cursor.navActive {
  background-color: #ffffff;
}

.follower.navActive {
  border: solid 1px #ffffff;
}

#nav-btn {
  position: fixed;
  width: 50px;
  height: 50px;
  left: 55px;
  top: 50px;
  cursor: pointer;
  overflow: hidden;
  z-index: 210;
  opacity: 0;
  transition: opacity 1.2s 4s;
}
#nav-btn > span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  background: #A1A1A1;
  transition: 0.2s all ease-out;
}
#nav-btn > span.-t {
  top: 32px;
  transform: translateY(-12px) rotate(-10deg);
}
#nav-btn > span.-b {
  top: 18px;
  transform: translateY(12px) rotate(-10deg);
}
#nav-btn.-open > span {
  background: #676767;
}
#nav-btn.-open > span.-t {
  top: 23px;
  transform: translateY(0) rotate(15deg);
}
#nav-btn.-open > span.-b {
  top: 23px;
  transform: translateY(0) rotate(-15deg);
}
#nav-btn.list > span {
  background: #A1A1A1;
}

.nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  pointer-events: none;
  background: #FFF;
  z-index: 200;
}
.nav .nav-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #FFF;
}
.nav .nav-obj {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 20);
  transition: 0.5s all ease-in;
}
.nav.-show {
  display: block;
  pointer-events: auto;
}
.nav.-show .nav-bg {
  background: url("/assets/images/common/bg-nav.png") no-repeat right top;
  background-color: #A0A0A0;
  background-size: contain;
}
.nav.-show .nav-obj {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.nav-main {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  padding-left: 20%;
}
.nav-main .nav-list .gmenu {
  display: flex;
}
.nav-main .nav-list .gmenu ul {
  list-style-type: none;
}
.nav-main .nav-list .gmenu ul:first-of-type {
  margin-right: 8vw;
}
.nav-main .nav-list .gmenu ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5vh;
  transition: all 300ms 0s ease;
}
.nav-main .nav-list .gmenu ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #FFF;
  left: 0;
  top: 15px;
  transition: all 300ms 0s ease;
}
@media (min-width: 1400px) {
  .nav-main .nav-list .gmenu ul li:hover {
    cursor: pointer;
    transition: all 300ms 0s ease;
  }
  .nav-main .nav-list .gmenu ul li:hover:before {
    width: 5px;
    margin-left: 5px;
    transition: all 300ms 0s ease;
  }
}
.nav-main .nav-list .gmenu ul .guest:before {
  position: absolute;
  content: "";
  background: url("/assets/images/common/icon_guest.svg") no-repeat left top;
  background-size: contain;
  width: 14px;
  height: 7px;
  left: 0;
  top: 15px;
  transition: all 300ms 0s ease;
}
.nav-main .nav-list .gmenu .gmenu01 li:last-of-type {
  margin-bottom: 10vh;
}
.nav-main .nav-list ul {
  list-style-type: none;
}
.nav-main .nav-list ul.links li {
  position: relative;
  margin-bottom: 3vh;
  font-size: 1.2rem;
  padding-left: 20px;
}
@media (min-width: 1400px) {
  .nav-main .nav-list ul.links li:hover {
    cursor: pointer;
  }
}
.nav-main .nav-list ul.links li a {
  position: relative;
  padding-left: 20px;
}
.nav-main .nav-list ul.links li a:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 3px;
  width: 7px;
  height: 7px;
  background: url("/assets/images/common/ico_square.svg") no-repeat left top;
  background-size: contain;
}
.nav-main .nav-list ul.links li a.link:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: url("/assets/images/common/ico_link.svg") no-repeat left top;
  background-size: contain;
}

#aboutModal {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  pointer-events: none;
  background: #FFF;
  z-index: 200;
}
#aboutModal .about-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/assets/images/common/bg_about.jpg");
  background-size: cover;
  transition: 0.4s all ease-out;
}
#aboutModal .about-bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #4C4E4E;
  outline: 20px solid #A1A1A1;
  outline-offset: -20px;
  mix-blend-mode: multiply;
}
#aboutModal.-show {
  display: block;
  pointer-events: auto;
}
#aboutModal .about-inner {
  position: absolute;
  color: #FFF;
  margin: 15vh 13vw 15vh 15vw;
  padding-right: 2vw;
  width: 72vw;
  height: 70vh;
  overflow-y: scroll;
  /* IE, Edge 対応 */
  -ms-overflow-style: 2px;
  /* Firefox 対応 */
  scrollbar-width: 2px;
  /* Chrome, Safari 対応 */
}
#aboutModal .about-inner::-webkit-scrollbar {
  width: 2px;
}
#aboutModal .about-inner::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
#aboutModal .about-inner::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}
#aboutModal .about-inner p:first-of-type {
  margin-bottom: 40px;
}
#aboutModal .about-inner .about-txts {
  font-size: 12px;
}
#aboutModal .about-inner .about-name {
  float: right;
}
#aboutModal .about-inner .member {
  margin: 8vw auto 0;
  display: flex;
  justify-content: space-between;
}
#aboutModal .about-inner .member dl {
  font-size: 12px;
  margin-bottom: 1em;
  width: calc(100% / 3);
  max-width: 300px;
  padding-right: 3%;
}
#aboutModal .about-inner .member dl .name {
  font-size: 14px;
}
#aboutModal .about-inner .member dl dd a {
  display: inline-block;
  color: #FFF;
  text-decoration: underline;
}
#aboutModal .about-inner .member dl dt, #aboutModal .about-inner .member dl dd {
  margin-bottom: 20px;
}

aside {
  position: fixed;
  top: 30vh;
  left: 0;
  z-index: 50;
  height: 0;
  width: 0;
  opacity: 0;
  transition: opacity 1.2s 4s;
}
aside .newsWrap {
  width: 70vh;
  transform: rotate(90deg);
  transform-origin: 70px 0vh;
  display: flex;
  justify-content: flex-end;
  height: 1em;
  font-size: 1.2rem;
}
aside .newsWrap .ttl_news {
  margin-right: 2em;
  color: #919191;
}
aside .newsWrap .news_item {
  position: relative;
}
aside .newsWrap .news_item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #B6C7C6;
  bottom: -10px;
  left: 0;
}
@media (min-width: 1400px) {
  aside .newsWrap .news_item:hover {
    cursor: pointer;
  }
}

#linkfixed {
  position: fixed;
  display: flex;
  justify-content: space-around;
  width: 20vh;
  right: calc(-20vh + 2vw);
  top: 2vw;
  font-size: 1rem;
  letter-spacing: 4px;
  transform: rotate(90deg);
  transform-origin: 0 0;
  height: 28px;
  z-index: 110;
  opacity: 0;
  transition: opacity 1.2s 4s;
}
#linkfixed div {
  display: flex;
  justify-content: center;
  align-items: center;
}
#linkfixed div a {
  color: #868686;
}
#linkfixed div:last-of-type::after {
  display: none;
}
#linkfixed:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background: #868686;
  left: 50%;
  top: 10px;
}
#linkfixed div.current a {
  color: #ACACAC;
}
#linkfixed .guest {
  width: 16vh;
}
#linkfixed .guest a {
  width: 100%;
  line-height: 10px;
  display: flex;
  justify-content: center;
  border-left: 1px solid #868686;
  border-right: 1px solid #868686;
  padding-bottom: 4px;
}
#linkfixed a {
  display: block;
}

.copyright {
  font-size: 1rem;
  color: #868686;
}

#page.loaded #nav-btn,
#page.loaded #linkfixed,
#page.loaded #control,
#page.loaded aside {
  opacity: 1;
}

#pageTop {
  position: relative;
  width: 147px;
  height: 40px;
  -webkit-transform: rotate(90deg);
  transform-origin: 0px 100px;
  font-size: 1.2rem;
  margin: 0 auto;
  padding-left: 50px;
  color: #717171;
}
#pageTop:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/assets/images/common/ico_gotoparw.svg) no-repeat left bottom;
  left: 0;
  top: 0;
}

@media (max-width: 1024px) {
  .about-inner {
    overflow: scroll;
  }
  .about-inner .about-name {
    float: left !important;
  }
  .about-inner .member {
    margin: 14vh auto 0 !important;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .about-inner .member dl {
    display: block;
    margin-bottom: 5em !important;
    width: 100% !important;
    max-width: auto;
    padding-right: 0;
  }
  .about-inner .member dl dd:nth-of-type(3) {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #control {
    justify-content: center;
    width: 100%;
    margin-left: 0;
    bottom: 2vh;
    right: auto;
    transform: none;
  }

  #nav-btn {
    width: 40px;
    height: 40px;
    left: 25px;
    top: 10px;
  }

  .nav.-show .nav-bg {
    background: url("/assets/images/common/bg-nav_sp.png") no-repeat right bottom;
    background-color: #A0A0A0;
    background-size: contain;
  }

  .nav-main {
    padding-top: 12%;
    padding-left: 12%;
    display: block;
  }
  .nav-main .nav-list .gmenu {
    display: block;
  }
  .nav-main .nav-list .gmenu ul {
    margin-bottom: 4vh;
  }
  .nav-main .nav-list .gmenu ul:first-of-type {
    margin-right: 0;
    margin-bottom: 0;
  }
  .nav-main .nav-list .gmenu ul li {
    margin-bottom: 3vh;
    font-size: 1.3rem;
  }
  .nav-main .nav-list .gmenu ul .guest:before {
    top: 13px;
  }
  .nav-main .nav-list .gmenu .gmenu01 li:last-of-type {
    margin-bottom: 3vh;
  }
  .nav-main .nav-list .gmenu .gmenu02 {
    display: flex;
  }
  .nav-main .nav-list .gmenu .gmenu02 .gmenuChild:first-of-type {
    margin-right: 19.2857142857%;
  }
  .nav-main .nav-list ul.links li {
    font-size: 0.9rem;
    padding-left: 10px;
  }

  #aboutModal .about-inner {
    margin: 15vh 10vw 15vh 15vw;
    padding-right: 2vw;
    width: 75vw;
  }
  #aboutModal .about-inner .about-txts {
    margin-bottom: 160px;
  }
  #aboutModal .about-inner .about-txts p :first-of-type {
    margin-bottom: 30px;
  }
  #aboutModal .about-inner .member {
    margin: 5vh auto 0;
    width: 100%;
    align-items: center;
  }
  #aboutModal .about-inner .member dl {
    display: block;
    margin-bottom: 3em;
    width: 100%;
    max-width: auto;
    padding-right: 0;
  }
  #aboutModal .about-inner .member dl dd:nth-of-type(3) {
    margin-bottom: 10px;
  }

  aside .newsWrap {
    transform-origin: 40px 0vh;
  }

  #linkfixed {
    display: none;
  }

  #pageTop {
    transform-origin: 23px 12vh;
  }

  .cursor,
.follower {
    display: none;
  }

  #pageTop {
    transform-origin: 23px 12vh;
  }
}