* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  color: #4D4D4D;
  text-decoration: none; }

/*html { 
    scroll-behavior: smooth;
}*/
.en {
  font-family: 'Sorts Mill Goudy', serif; }

.title {
  font-size: 40px;
  text-align: center;
  color: #4D4D4D; }

.subTitle {
  font-size: 13px;
  text-align: center;
  color: #4D4D4D; }

#js-menu {
  display: none; }

header {
  padding: 50px 0;
  position: relative; }
  header .sns {
    position: absolute;
    top: 50px;
    left: 50px; }
    header .sns ul {
      font-size: 0; }
      header .sns ul li {
        display: inline-block; }
        header .sns ul li i {
          font-size: 30px;
          width: 30px;
          transition: .3s; }
          header .sns ul li i:hover {
            transform: translateY(-8px); }
        header .sns ul li .youtubeLogo {
          width: 100px;
          display: block;
          margin-left: 25px;
          padding-top: 10px;
          transition: .3s; }
          header .sns ul li .youtubeLogo:hover {
            transform: translateY(-8px); }
  header .logo {
    display: block;
    margin: 0 auto;
    width: 120px; }
  header nav {
    position: absolute;
    top: 50px;
    right: 50px; }
    header nav ul {
      width: 300px; }
      header nav ul li {
        display: inline-block;
        vertical-align: top;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: upright;
        -webkit-text-orientation: upright;
        margin-left: 25px;
        height: 140px;
        font-size: 18px;
        width: 18px;
        letter-spacing: normal;
        transition: .3s; }
        header nav ul li:hover {
          transform: translateY(-8px); }
        header nav ul li a {
          text-decoration: none; }

footer {
  width: 100%;
  background: #009EB5;
  padding: 80px 0 100px 0;
  position: relative; }
  footer .information {
    padding-left: 100px; }
    footer .information .footerLogo {
      width: 145px;
      display: inline-block;
      margin-right: 45px; }
    footer .information ul {
      display: inline-block;
      vertical-align: bottom; }
      footer .information ul li {
        font-size: 18px;
        color: white;
        line-height: 1.5; }
        footer .information ul li a {
          text-decoration: none;
          color: white; }
  footer nav {
    position: absolute;
    top: 80px;
    right: 100px; }
    footer nav ul {
      width: 380px; }
      footer nav ul li {
        display: inline-block;
        vertical-align: top;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: upright;
        -webkit-text-orientation: upright;
        margin-left: 25px;
        border-right: solid thin white;
        padding-right: 10px;
        font-size: 20px;
        width: 32px;
        height: 140px;
        transition: .3s; }
        footer nav ul li:hover {
          transform: translateY(-8px); }
        footer nav ul li a {
          color: white; }
  footer .sns {
    position: absolute;
    top: 270px;
    right: 40px;
    width: 490px; }
    footer .sns p {
      color: white;
      font-size: 15px;
      display: inline-block;
      vertical-align: bottom;
      margin-right: 10px; }
    footer .sns img {
      display: inline-block;
      width: 130px;
      vertical-align: bottom;
      margin-right: 30px; }
    footer .sns a {
      color: white;
      display: inline-block;
      vertical-align: bottom;
      margin-right: 30px; }
      footer .sns a i {
        width: 30px;
        height: 32px;
        transition: .3s; }
        footer .sns a i:hover {
          transform: translateY(-8px); }
    footer .sns img.youtubeLogo {
      height: 32px;
      width: 150px;
      transition: .3s; }
      footer .sns img.youtubeLogo:hover {
        transform: translateY(-8px); }

.pc {
  display: block; }

.sp {
  display: none; }

@media (max-width: 768px) {
  #js-menu {
    display: block; }

  html {
    scroll-behavior: unset; }

  header {
    display: none; }

  footer {
    width: 100%;
    background: #009EB5;
    padding: 50px 0;
    position: relative; }
    footer .information {
      padding-left: 0;
      display: table;
      margin: 0 auto; }
      footer .information .footerLogo {
        width: 100px;
        display: inline-block;
        margin-right: 20px; }
      footer .information ul {
        display: inline-block;
        vertical-align: bottom; }
        footer .information ul li {
          font-size: 15px;
          color: white;
          line-height: 1.5; }
    footer nav {
      display: none; }
    footer .sns {
      display: none; }

  .pc {
    display: none; }

  .sp {
    display: block; } }
