/* Scss Document */
html {
  background-color: #fff; }

html {
  visibility: hidden; }

html.wf-active {
  visibility: visible; }

.flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

body {
  font-family: YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  color: #000;
  animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal; }
  @media (max-width: 1023px) {
    body {
      animation: fadeIn 4s ease 0s 1 normal; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
div.contents {
  padding-bottom: 40px;
  text-align: center; }

@media (min-width: 1024px) {
  label.menu-btn {
    display: none; } }

.effect section, .effect div, .effect ul {
  transition: .8s; }

@media (max-width: 1023px) {
  br.pc {
    display: none; } }

@media (min-width: 1200px) {
  br.sp {
    display: none; } }

h2 {
  font-family: "din-condensed", "a-otf-midashi-go-mb31-pr6n", sans-serif;
  color: #000;
  font-weight: normal;
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.1em; }
  @media (max-width: 599px) {
    h2 {
      font-size: 28px; } }

p, li {
  color: #000;
  line-height: 180%;
  margin: 0;
  padding: 0;
  font-size: 14px; }

a {
  color: #000;
  transition: all 0.8s ease; }
  a:hover {
    color: #8B9DA4;
    text-decoration: none;
    transition: all 0.8s ease; }

@media (max-width: 599px) {
  header {
    height: 100px; } }
header .icn {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100; }
header nav.gnav {
  background-color: #fff;
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  padding: 50px 0;
  margin: 0 auto; }
  @media (max-width: 599px) {
    header nav.gnav {
      padding: 10px 0 0;
      background: none; } }
header h1 {
  text-align: center;
  height: auto;
  padding: 0; }
  @media (max-width: 599px) {
    header h1 {
      padding-bottom: 20px; } }
  header h1 img {
    width: 170px;
    height: auto;
    transition: all 1s ease; }
    @media (max-width: 599px) {
      header h1 img {
        width: 100px; } }
header ul {
  width: 95%;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  margin: 50px auto 40px;
  padding: 0; }
  @media (max-width: 599px) {
    header ul {
      display: none;
      margin: 0; } }
header li {
  font-family: "din-condensed", "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-size: 24px;
  list-style: none;
  letter-spacing: 0.05em; }
  header li.icn a {
    padding-left: 5px; }
  header li a {
    color: #000; }

#drawermenu {
  display: none;
  z-index: 1500; }
  @media (max-width: 599px) {
    #drawermenu {
      display: block; } }
  #drawermenu li a {
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 5px;
    border-bottom: solid #000 1px;
    text-decoration: none;
    background-color: #000;
    color: #fff; }
    #drawermenu li a:hover {
      background-color: #686868; }

main {
  width: 100%;
  margin: 500px auto 0;
  text-align: left;
  padding-top: 80px;
  padding-bottom: 100px;
  background: #fff;
  position: relative;
  z-index: 1; }
  @media (max-width: 1023px) {
    main {
      margin: 300px auto 0; } }
  @media (max-width: 599px) {
    main {
      margin: 100px auto 0;
      padding-top: 10px;
      padding-bottom: 10px; } }

.smaller header nav.gnav {
  height: 120px;
  padding: 20px 0;
  transition: all 2s ease;
  top: 0;
  position: fixed;
  z-index: 2; }
  @media (max-width: 599px) {
    .smaller header nav.gnav {
      position: relative;
      height: 200px; } }
.smaller header h1 {
  margin: 0; }
  .smaller header h1 img {
    width: 80px;
    transition: all 1s ease;
    position: relative;
    z-index: 100; }
.smaller header ul {
  margin: 20px auto; }
  .smaller header ul li {
    font-size: 20px; }
.smaller main {
  margin: 700px auto 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 599px) {
    .smaller main {
      margin: 100px auto 0; } }

.photo {
  margin-top: 50px; }
  .photo div {
    margin-bottom: 30px; }

footer {
  clear: both;
  padding: 100px 0 0;
  text-align: center; }
  footer .link {
    display: flex;
    margin: 20px auto;
    justify-content: center; }
    footer .link p.fb {
      margin-right: 10px; }
  footer p {
    text-align: center;
    font-size: 13px; }
    @media (max-width: 599px) {
      footer p {
        font-size: 12px; } }

#topBtn {
  font-size: 40px;
  position: fixed;
  right: 10px;
  bottom: 10px; }
