/* Scss Document */
/* sans-serif */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
/* monospace */
@font-face {
  font-family: "SourceHanCodeJP-Regular";
  src: local("SourceHanCodeJP-Regular");
}
@font-face {
  font-family: "Myrica M";
  src: local("Myrica M");
}
@font-face {
  font-family: "MyricaM M";
  src: local("MyricaM M");
}
@font-face {
  font-family: "Ricty Diminished Discord";
  src: local("Ricty Diminished Discord");
}
@font-face {
  font-family: "Migu 1M";
  src: local("Migu 1M");
}
@font-face {
  font-family: "Rounded M+ 1m regular";
  src: local("Rounded M+ 1m regular");
}
@font-face {
  font-family: "Rounded Mgen+ 1m regular";
  src: local("Rounded Mgen+ 1m regular");
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 414px) {
  html {
    font-size: 50%;
  }
}
html,
body {
  height: 100%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  color: #555;
  line-height: 1.75;
  /*font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', meiryo, sans-serif;*/
}

a {
  color: #225092;
  text-decoration: none;
  -moz-transition-duration: 0.1s ease-in-out;
  -o-transition-duration: 0.1s ease-in-out;
  -webkit-transition-duration: 0.1s ease-in-out;
  transition-duration: 0.1s ease-in-out;
}

/*-- slick navi --*/
.slicknav_btn {
  margin: 5px;
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 1em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  clear: both;
}
.slicknav_nav ul {
  display: block;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_menu {
  box-sizing: border-box;
  background: #fff;
  padding: 10px;
  font-size: 13px;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #666;
}

.slicknav_btn {
  margin: 5px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f2f2f2;
}
.slicknav_btn:hover {
  background-color: #e9e9e9;
}

.slicknav_nav {
  color: #fff;
  margin: 5px;
  padding: 0;
  list-style: none;
  overflow: hidden;
  text-align: center;
  background-color: #f2f2f2;
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
  background: #ccc;
  color: #fff;
}
.slicknav_nav a {
  padding: 20px 0;
  margin: 0;
  text-decoration: none;
  color: #225092;
  background: #f2f2f2;
  text-align: center;
  border-bottom: 1px #fff solid;
}
.slicknav_nav a:hover {
  background: #ccc;
  color: #222;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_item
.slicknav_nav:hover {
  background: #e3e3e3;
}
.slicknav_item
.slicknav_nav:hover a {
  padding: 10px;
  margin: 0;
}
.slicknav_item
.slicknav_nav:hover a:hover {
  background: #e9e9e9;
  color: #aaa;
}
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

.header_menubar {
  position: inherit;
  width: 100%;
  height: 78px;
  margin: 0 auto;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.header_menubar h1 img {
  width: auto;
  height: 16.46px;
  margin-left: 1em;
}
.header_menubar li {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
}
.header_menubar li a {
  display: block;
  text-decoration: none;
  height: 78px;
  line-height: 78px;
  padding: 0 30px;
  letter-spacing: .1em;
  -webkit-transition: .1s ease-in-out;
  -moz-transition: .1s ease-in-out;
  -ms-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}
.header_menubar li a:hover {
  background: #f2f2f2;
  color: #aaa;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 800px) {
  #menu {
    display: none;
  }

  .header_menubar {
    height: 0;
  }
  .header_menubar h1 {
    position: absolute;
    top: 10px;
    left: 15px;
  }
  .header_menubar h1 img {
    margin-left: 0;
  }

  .slicknav_menu {
    display: block;
  }
}
.footer {
  border: 1px solid #dedede;
  background: #dedede;
  margin-top: 100px;
  padding-top: 50px;
}
@media screen and (max-width: 414px) {
  .footer {
    background: #f2f2f2;
    padding: 0 0;
    margin-top: 50px;
  }
}
.footer .footer_link {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.footer .footer_link li {
  list-style: none;
}
.footer .footer_link li a {
  text-decoration: none;
  color: #454545;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}
@media screen and (max-width: 800px) {
  .footer .footer_link {
    width: 96%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .footer_link li {
    margin-bottom: 1em;
  }
  .footer .footer_link li a {
    padding: 1em 2.3em;
  }
}
@media screen and (max-width: 414px) {
  .footer .footer_link {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .footer .footer_link li {
    text-align: center;
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
  }
  .footer .footer_link li a {
    line-height: 4em;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0;
  }
}
.footer .copyright {
  font-size: 11px;
  font-size: 1.1rem;
  color: #919191;
  text-align: center;
  margin-bottom: 38px;
}
.footer .copyright s {
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .footer .copyright {
    margin-bottom: 0;
    padding-bottom: 38px;
  }
}

#page-top a {
  display: none;
}

@media screen and (max-width: 414px) {
  #page-top {
    background: #dedede;
    color: #fff;
    text-align: center;
  }
  #page-top a {
    display: block;
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 3em;
  }
}
