@charset "UTF-8";
/* ===================================================================*/
/* 設定*/
/* ===================================================================*/
/* HTML5の場合は値を「false」から「true」にする*/
/* 汎用クラスを使用するか*/
/* 簡易ロールオーバーの値*/
/* 余白調整用のクラスを使用するか*/
/* 画像のパス*/
/* ベースフォント*/
/* ページ全体の横幅*/
/* コンテンツの横幅（$base_widthとの差分がsidebarの幅）*/
/* ヘッダーの設定*/
/* 各コンテンツの設定*/
/* サイドバーの設定*/
/* メインカラー（ベースカラー）*/
/* サブカラー*/
/* アクセントカラー*/
/* ベーステキストカラー*/
/* ベースリンクカラー*/
/* 付与するベンダープレフィックス*/
/* 角丸の初期値*/
/* コンテンツの高さ*/
/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  clear: both;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea, label {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text], input[type=search], input[type=password] {
  width: 200px;
}
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  text-decoration-line: none;
  border: 1px solid #000;
  height: 2rem;
  line-height: 2rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

html {
  overflow: visible;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
  background-color: white;
}

.body-inner {
  position: fixed;
  min-width: 320px;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
}

.visual {
  background-position: right bottom;
  background-size: cover;
  height: 100%;
  position: fixed;
  width: 100%;
  pointer-events: none;
}
.visual > .view {
  height: 100%;
}
.visual > .view > .inner {
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-height: 600px) {
  .visual > .view > .inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 0;
    padding-bottom: 30px;
    height: 100%;
  }
}
.visual .overlay {
  margin: auto;
  width: 320px;
  height: 440px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 100px;
  position: relative;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  pointer-events: all;
}
@media (min-width: 650px) {
  .visual .overlay {
    width: 450px;
  }
}
@media (max-height: 670px) {
  .visual .overlay {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@media (max-height: 600px) {
  .visual .overlay {
    height: auto;
    padding-bottom: 0;
  }
}
.visual .overlay > .view {
  height: 100%;
}
.visual .overlay > .view > .inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.visual #active-background {
  visibility: hidden;
  position: absolute;
  top: 0;
}
.visual.start-background #active-background {
  visibility: visible;
}
.visual #active-logo {
  display: block;
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
}
@media (min-width: 768px) {
  .visual #active-logo {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@media (max-height: 600px) {
  .visual #active-logo {
    -webkit-transform: scale3d(0.6, 0.6, 1);
            transform: scale3d(0.6, 0.6, 1);
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
  }
}
.visual .links {
  position: absolute;
  bottom: 0px;
  height: 1px;
  -webkit-animation: fade-in 1.4s forwards;
          animation: fade-in 1.4s forwards;
  left: 0;
  width: 100%;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-height: 600px) {
  .visual .links {
    height: auto;
    bottom: auto;
    top: 230px;
  }
}
.visual .links > .view {
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.visual .links > .view > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.visual .links li {
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  margin: 0 4px 8px;
  padding: 0;
}
@media (min-width: 768px) {
  .visual .links li {
    width: calc(33.3333333333% - 8px);
  }
}
.visual .links li a {
  font-size: 13px;
  color: #333;
  padding: 5px 20px 7px 25px;
  line-height: 12px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-weight: bold;
  -webkit-filter: drop-shadow(1px 1px 6px rgba(255, 255, 255, 0.7));
          filter: drop-shadow(1px 1px 6px rgba(255, 255, 255, 0.7));
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 4px;
}
.visual .links li a:before {
  display: block;
  position: absolute;
  content: "";
  background: url(/images/blackarrow.gif) no-repeat center center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 14px;
  width: 12px;
  left: auto;
  top: auto;
  -webkit-transform: translateX(-16px);
      -ms-transform: translateX(-16px);
          transform: translateX(-16px);
}
.visual .links li a:hover {
  background-color: #333;
  color: white;
}
.visual .links li a:hover:before {
  background: url(/images/whitearrow.gif) no-repeat center center;
}
.visual.logo-move .links li {
  -webkit-animation: menu-in 1s ease-in-out forwards;
          animation: menu-in 1s ease-in-out forwards;
}
.visual.logo-move .links li:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.visual.logo-move .links li:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.visual.logo-move .links li:nth-of-type(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@-webkit-keyframes menu-in {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes menu-in {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

footer {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
footer p {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.type2 .header {
  position: absolute;
  width: 100%;
  top: 0px;
  text-align: center;
  z-index: 1;
  background-color: rgba(224, 224, 224, 0.4);
}
body.type2 .header h1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  line-height: 1.4;
  color: #666;
}
body.type2 footer {
  background-color: #333;
}
body.type2 footer .copy {
  color: white;
}
