@charset "UTF-8";
/* ============================================================
   common.css - サイト共通スタイル
   --------------------------------------------------------------
   読み込み条件: 全ページで読み込み
   役割: リセット・ベース・タイポグラフィ・共通UI部品
   含むもの: フローティングCTAバー(フォーム以外の全ページで表示)

   構成:
     1. 共通スタイル(全デバイス共通)
     2. PC版スタイル(@media min-width: 769px)
     3. スマホ版スタイル(@media max-width: 768px)
     4. その他のメディアクエリ(画面サイズ別の微調整)
     5. アニメーション(@keyframes)

   ルール:
     - font-family / font-size はサイト共通CSS(common.css)で管理
     - 個別フォント指定はアイコン用(FontAwesome等)・装飾用(Roboto等)のみ
     - ブレークポイント: PC ≥ 769px / SP ≤ 768px
   ============================================================ */


@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,500,700,900|Noto+Serif+JP:200,300,500,700,900|Questrial);


/* ============================================================
   1. 共通スタイル
   ============================================================ */


/* --- リセット・ベース --- */


html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

:root {
  --brand-blue: #1a73b8;
  --brand-blue-light: #2d8fd4;
  --brand-pink: #e8406a;
  --white: #ffffff;
}

body {
  font-family: 'Noto Sans JP', 'Meiryo UI', メイリオ, Meiryo, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
  margin: 0;
  position: relative;
  min-width: 320px;
  min-height: 480px;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}


/* --- タイポグラフィ(見出し・本文) --- */


h1 {
  margin: .67em 0;
  font-size: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em;
  font-weight: 700;
}

li,
p {
  margin: 0 0 1em;
}

a,
article,
dd,
div,
dl,
dt,
figcaption,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
li,
p,
section,
table,
td,
th {
  box-sizing: border-box;
}

.table-01 th.need p,
.table-01 th.no-need p {
  position: relative;
  padding-left: 50px;
}

.table-01 th.need p:before,
.table-01 th.no-need p:before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 35px;
  background-color: #0097BE;
  color: #FFF;
  text-align: center;
  line-height: 1.8em;
  content: "必須";
}

.table-01 th.no-need p:before {
  background: transparent;
  content: none;
}

#contents .no-mt,
#contents h2.no-mt,
#contents h4.no-mt,
#contents h5.no-mt,
#contents p.no-mt,
#contents li.no-mt,
.no-mt {
  margin-top: 0;
}

#main h2 {
  line-height: 1;
  font-size: 2.143em;
}

#main h2 img {
  width: auto;
  height: 1.167em;
  vertical-align: text-top;
}

#main h2 span {
  padding: 0.25em 0.5em;
  border-left: solid 6px #0AA0E7;
}

#section h3 {
  padding: 1.2em;
  background: #11A0E5;
  color: #fff;
  border-radius: .25em;
  letter-spacing: .05em;
  font-size: 1.5em;
  font-weight: 100;
}

.section h3 {
  padding: 1.2em;
  background: #11A0E5;
  color: #fff;
  border-radius: .25em;
  letter-spacing: .05em;
  font-size: 1.5em;
  font-weight: 100;
}

#main h4 {
  position: relative;
  margin-bottom: 25px;
  padding: 1.2em;
  background: #e0edff;
  font-size: 1.2em;
  font-weight: 100;
}

#main h4:after {
  position: absolute;
  top: 100%;
  left: 30px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  content: '';
}

#page-ttl .inner h1 {
  margin: 0;
  color: #333;
  letter-spacing: .05em;
  font-weight: 500;
}


/* --- リンク・ボタン --- */


audio,
canvas,
progress,
video {
  display: inline-block;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

article,
figcaption,
figure,
footer,
header,
section {
  display: block;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

address,
em {
  font-style: normal;
}

a.skip-main {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -999px;
  z-index: -999;
  width: 1px;
  height: 1px;
  outline: 0;
}

a.skip-main:active,
a.skip-main:focus {
  overflow: auto;
  top: auto;
  left: auto;
  z-index: 999;
  width: 30%;
  height: auto;
  margin: 10px 35%;
  padding: 5px;
  background-color: #000;
  color: #fff;
  border: 4px solid;
  border-radius: 15px;
  text-align: center;
  font-size: 1.2em;
}

.btn-top {
  display: none;
  position: fixed;
  right: 0;
  bottom: 2em;
  left: 0;
  z-index: 9;
  width: 3em;
  height: 3em;
  margin: 0 1em 0 auto;
  -webkit-animation: fadeIn .4s ease-in 0s 1 alternate;
  animation: fadeIn .4s ease-in 0s 1 alternate;
}

.pagetop-show .btn-top {
  display: block;
}

.pagetop-fixed .btn-top {
  position: absolute;
  top: -1.5em;
  bottom: auto;
}

.scroll .btn-top {
  display: none;
}

.btn-top a {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-color: #00a0e9;
  background-image: url(/img/svg/ico-arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 10em;
  outline: 0;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}

.btn-top a:focus,
.btn-top a:hover {
  background-color: #50c8ff;
}

a.links {
  color: #001BA0;
  border-bottom: 3px dotted #001BA0;
  text-decoration: none;
}

a[href$=".pdf"] {
  position: relative;
}

.link-btn {
  display: block;
  position: relative;
  width: 340px;
  max-width: 100%;
  padding: 15px;
  background-image: url(/img/btn_bg_blue.png);
  color: #FFF;
  border-radius: 32px;
  transition: .3s;
  text-align: center;
  letter-spacing: .05em;
  font-size: 18px;
  font-weight: 500;
}

.link-btn:hover {
  opacity: .7;
  transition: .3s;
  text-decoration: none;
}

.link-btn::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  background-image: url(/img/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  content: "";
}

.link-btn.anchor {
  width: 100%;
  margin-top: 30px;
}

.link-btn.anchor::after {
  transform: rotate(90deg);
}

.link-btn.center {
  margin: 0 auto;
}

.link-btn.anchor.not-recruit {
  background-color: #CCC;
  background-image: none;
}

.floating-cta-btn {
  display: inline-block;
  padding: 10px 24px;
  background: #fa436e;
  color: #fff;
  border: none;
  border-radius: 24px;
  transition: opacity 0.3s;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 700;
}

.floating-cta-btn:hover {
  opacity: 0.85;
}


/* --- ユーティリティクラス --- */


.center {
  text-align: center!important;
}

.pc {
  display: none;
}

#contents .flex.center {
  justify-content: center;
}

.txt-2box {
  width: 48%;
  margin-right: 4%;
}

.txt-2box.end {
  margin-right: 0;
}

.txt-3box {
  width: calc(100% / 3 - 20px);
  margin-right: 30px;
}

.txt-3box.end {
  margin-right: 0;
}

.txt-blue {
  color: #2999CB;
}

.txt-85 {
  font-size: 85%;
}

#contents .txt-mb {
  margin-bottom: 15px;
}

/* --- その他 --- */


button,
hr,
input {
  overflow: visible;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

[type=checkbox],
[type=radio],
legend {
  box-sizing: border-box;
  padding: 0;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  box-sizing: content-box;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  line-height: 0;
  font-size: 75%;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  line-height: 1.15;
  font-size: 100%;
}

button,
select {
  text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

body:before {
  position: absolute;
  top: -200px;
  right: 0;
  left: 0;
  height: 200px;
  background-color: #fff;
  content: '';
}

body,
html {
  height: 100%;
  background: #d5f4ff;
  scroll-behavior: smooth;
}

table,
td,
th {
  border-collapse: collapse;
}

ol,
ul {
  padding: 0;
}

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

video {
  background: #000;
}

dd,
dl,
dt,
ol,
ul {
  margin: 0;
}

em {
  font-weight: 100;
}

small {
  font-size: 1em;
}

input[type=text],
textarea {
  padding: .8em;
  border: 1px solid #ddd;
  border-radius: 3px;
  outline: 0;
  font-size: 16px;
}

input[type=text]:focus,
textarea:focus {
  border: 1px solid #3498db;
  box-shadow: 0 0 7px #3498db;
}

input[type=text] {
  max-width: 200px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transition-property: width;
  transition-property: width;
}

input[type=text]:focus {
  max-width: 300px;
}

input.sysNextSubmit {
  padding: 10px 30px;
  background: #fff;
  background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#eee));
  background: -webkit-linear-gradient(top,#fff 0%,#eee 100%);
  background: linear-gradient(to bottom,#fff 0%,#eee 100%);
  color: #111;
  border: 1px solid #ddd;
  border-radius: 3px;
}

input.sysNextSubmit:hover {
  background: #efefef;
  background: -webkit-gradient(linear,left top,left bottom,from(#efefef),to(#eee));
  background: -webkit-linear-gradient(top,#efefef 0%,#eee 100%);
  background: linear-gradient(to bottom,#efefef 0%,#eee 100%);
}

.wbr,
span[class*=ico-] {
  display: inline-block;
}

.right {
  text-align: right!important;
}

.left {
  text-align: left!important;
}

span[class*=ico-] {
  overflow: hidden;
  position: relative;
  width: 3em;
  height: 3em;
  font-size: 8px!important;
}

span[class*=ico-] .ico {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0;
  outline: 0;
}

span.ico-arrow .ico {
  background-image: url(/img/svg/ico-arrow.svg);
}

#header {
  position: relative;
}

.tagmanager {
  visibility: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
}

#wrapper,
.wrap {
  position: relative;
}

.wrap {
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

#wrapper {
  background-color: #fff;
}

.ready #wrapper {
  display: block;
  overflow-x: hidden;
}

.menu-open #main,
[data-link=telephone] {
  pointer-events: none;
}

.mobile-device [data-link=telephone] {
  pointer-events: auto!important;
}

#main {
  padding-top: 3em;
  padding-bottom: 5em;
}

.menu-open #main {
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -ms-touch-action: none;
  touch-action: none;
}

#main .mod-article {
  margin-bottom: 3em;
}

#main .mod-article .wrap {
  position: relative;
  max-width: 95%;
}

#main .section {
  overflow: hidden;
  padding-bottom: 1em;
}

svg[role=img] {
  width: 100%;
  height: auto;
}

#loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #fff -webkit-radial-gradient(center,ellipse,#fff 50%,#e9f8ff 100%);
  background: #fff radial-gradient(ellipse at center,#fff 50%,#e9f8ff 100%);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.onload #loading {
  opacity: 0;
}

.ready #loading {
  display: none;
}

#loading #loading-center {
  position: relative;
  width: 100%;
  height: 100%;
}

#loading #loading-center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
}

#loading #loading-center-absolute:before {
  width: 120px;
  height: 120px;
  margin: auto;
  background-image: url(/img/svg/preload-1.svg);
  -webkit-animation: rotateLeft 1s ease-in-out 0s infinite alternate;
  animation: rotateLeft 1s ease-in-out 0s infinite alternate;
  content: '';
}

#loading #loading-center-absolute:after,
#loading #loading-center-absolute:before,
.content-decorate {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#loading #loading-center-absolute:after {
  width: 120px;
  height: 120px;
  margin: auto;
  background-image: url(/img/svg/preload-2.svg);
  -webkit-animation: rotateRight 1s ease-in-out -.5s infinite alternate;
  animation: rotateRight 1s ease-in-out -.5s infinite alternate;
  content: '';
}

#loading #loading-object {
  width: 80px;
  height: 80px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  background: url(/img/svg/logo-bioka-mark-1.svg) no-repeat center;
  background-size: contain;
  -webkit-animation: pulse .5s ease-in-out 0s infinite;
  animation: pulse .5s ease-in-out 0s infinite;
}

.telephone .link-telephone {
  display: inline-block;
  margin-bottom: 0;
  white-space: nowrap;
  line-height: 1;
  font-weight: 900;
}

.telephone .link-telephone a {
  position: relative;
  padding-left: 1em;
}

.telephone .link-telephone a .ico {
  position: absolute;
  top: .15em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #00a0e9;
  border-radius: 1em;
  font-size: .775em;
}

.telephone .link-telephone a .ico svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: .6em;
  margin: auto;
  fill: #fff;
}

.telephone .link-telephone a .txt {
  display: inline-block;
  overflow: hidden;
  color: #333;
  vertical-align: text-top;
  font-family: 'Questrial','Century Gothic',CenturyGothic,AppleGothic,sans-serif;
}

.content-decorate {
  display: none;
}

.content-decorate.content-decorate-1 {
  background-image: url(/img/bg-main-decorate-1.png);
}

.content-decorate.content-decorate-2 {
  background-image: url(/img/bg-main-decorate-2.png);
}

.sub {
  font-size: .75em;
}

u {
  border-bottom: 1px #000000 dotted;
  text-decoration: none;
}

hr {
  margin: 50px 0;
  border-top: 1px dashed #bbb;
  border-bottom: 1px dashed #fff;
}

.end {
  text-align: end;
}

br.br-1300,
br.br-1140,
br.br-1400,
br.br-640,
br.br-559 {
  display: none;
}

#contents .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}

#contents .flex.start {
  justify-content: start;
}

.table-over {
  overflow: auto;
  width: 100%;
}

.table-over::-webkit-scrollbar {
  height: 5px;
}

.table-over table.table-01,
.table-over table.table-02 {
  width: 100%;
  min-width: 690px;
}

.table-01 {
  width: 100%;
  border-width: 0;
  border-collapse: collapse;
}

.table-01 tr:first-child {
  border-top: 1px solid #D4D4D4;
}

.table-01 th {
  padding: 15px 20px;
  background-color: #F0F7FB;
  color: #333;
  border-bottom: 1px solid #D4D4D4;
  font-weight: 500;
}

.table-01 th.lft {
  text-align: left;
}

.table-01 tr:first-child td,
.table-01 tr:first-child th {
  border-top-width: 0;
}

.table-01 th.need {
  min-width: 200px;
  border-left: 0;
}

table th.start {
  vertical-align: baseline;
}

.table-01 td {
  padding: 15px 20px;
  background-color: #FFF;
  border-right: 0;
  border-bottom: 1px solid #D4D4D4;
  font-weight: 400;
}

.table-01.w-100 {
  width: 100%;
}

.table-02 {
  line-height: 1.6em;
  vertical-align: middle;
  border-bottom-width: 0;
  border-collapse: collapse;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}

.table-02 th {
  padding: 15px 20px;
  background-color: #F0F7FB;
  border: 1px solid #D4D4D4;
  vertical-align: middle;
  border-right-width: 0;
  font-weight: 500;
}

.table-02 td {
  padding: 15px 20px;
  background-color: #FFF;
  border: 1px solid #D4D4D4;
  line-height: 28px;
  vertical-align: middle;
  border-left-width: 0;
  font-weight: 400;
}

.table-02 th.need {
  min-width: 200px;
}

.table-02 th.need:before {
  display: block;
  float: left;
  width: 30px;
  margin-right: 10px;
  background-color: #E08752;
  color: #FFF;
  text-align: center;
  content: "必須";
  font-weight: normal;
}

.table-02 th.no-need {
  padding-left: 50px;
}

.table-02 tr:first-child th:last-child,
.table-02 tr th {
  border-right: 1px solid #D4D4D4;
}

.table-02 td {
  border-left: 1px solid #D4D4D4;
}

tr.ver-top td {
  vertical-align: top;
}

.look-red {
  color: #DF4656;
}

.bg-blue {
  padding: 80px 0;
  background-color: #F0F7FB;
}

#contents .no-mb,
#contents .bg-gray.no-mb,
#contents .bg-blue.no-mb {
  margin-bottom: 0;
}

#contents .mb-20 {
  margin-bottom: 20px;
}

#contents .mb-30 {
  margin-bottom: 30px;
}

#contents .mb-40 {
  margin-bottom: 40px;
}

#contents .mb-50 {
  margin-bottom: 50px;
}

#contents .mb-65 {
  margin-bottom: 65px;
}

#contents .box-mb {
  margin-bottom: 80px;
}

#contents .mb-100 {
  margin-bottom: 100px;
}

#page-ttl {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 55px 0;
  background-color: #E1F0F7;
}

#page-ttl .inner {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.section table {
  width: 100%;
  margin-bottom: 30px;
}

.section table th,
.section table td {
  padding: 10px;
  border: 1px solid #ddd;
}

.section table th {
  width: 30%;
  text-align: left;
}

table.main {
  width: 100%;
  margin-bottom: 30px;
}

table.main th,
table.main td {
  padding: 10px;
  border: 1px solid #ddd;
}

table.main th {
  width: 30%;
  background: #f4f4f4;
  text-align: left;
}


/* ============================================================
   2. PC版スタイル(画面幅 769px 以上)
   ============================================================ */


@media screen and (min-width: 769px) {
  .floating-cta-bar {
    left: 50%;
    flex-direction: unset;
    gap: 0;
    max-width: 600px;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
    transform: translate(-50%, 100%);
  }

  .floating-cta-bar.is-visible {
    transform: translate(-50%, 0);
  }
}


/* ============================================================
   3. スマホ版スタイル(画面幅 768px 以下)
   ============================================================ */


@media screen and (max-width: 768px) {
  #wrapper,
  .wrap {
    overflow: hidden;
  }
}


/* ============================================================
   4. その他のメディアクエリ
   ============================================================ */


@media screen and (max-width: 559px) {
  br.br-559 {
    display: block;
  }

  .table-01 {
    width: 100%;
  }

  .table-01 tr {
    border-bottom: 1px solid #D4D4D4;
  }

  .table-01 th {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 10px 15px;
    border: none;
  }

  .table-01 td {
    display: block;
    padding: 10px 15px;
    border: none;
  }

  .table-01 textarea {
    width: 100%;
    max-width: 100%;
  }

  .table-01.w-100 th {
    width: 100%;
    box-sizing: border-box;
  }

  #page-ttl {
    margin-top: 65px;
    padding: 43px 0 38px;
  }
}

@media screen and (max-width: 959px) {
  #page-ttl {
    margin-top: 75px;
    padding: 45px 0 39px;
    text-align: center;
  }

  #page-ttl .inner h1 {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 480px) {
  .section table {
    margin: 0 auto;
  }

  .section table th,
  .section table td {
    display: block;
    width: 100%;
    border-top: none;
  }

  .section table tr:first-child th {
    border-top: 1px solid #ddd;
  }

  .section .access table {
    margin: 0 auto;
  }

  .section .access table th,
  .section .access table td {
    display: block;
    width: 100%;
    border-top: none;
  }

  .section .access table tr:first-child th {
    border-top: 1px solid #ddd;
  }

  table.main {
    margin: 0 auto;
  }

  table.main th,
  table.main td {
    display: block;
    width: 100%;
    border-top: none;
  }

  table.main tr:first-child th {
    border-top: 1px solid #ddd;
  }
}


/* ============================================================
   5. アニメーション / フォント定義 等
   ============================================================ */


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInRight_fadeOutLeft {
  0% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
  }
  10%,90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 0;
  }
}

@keyframes fadeInRight_fadeOutLeft {
  0% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
  }
  10%,90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 0;
  }
}

@-webkit-keyframes downInFadeOut {
  0% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
  }
  10%,90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
}

@keyframes downInFadeOut {
  0% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
  }
  10%,90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
}

@-webkit-keyframes zoomInDown {
  0% {
    -webkit-transform: scale(.1) translateY(-200%);
    transform: scale(.1) translateY(-200%);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(.475) translateY(0);
    transform: scale(.475) translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

@keyframes zoomInDown {
  0% {
    -webkit-transform: scale(.1) translateY(-200%);
    transform: scale(.1) translateY(-200%);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(.475) translateY(0);
    transform: scale(.475) translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@-webkit-keyframes carousel {
  0%,to {
    background-size: cover,0,0,0,0;
  }
  20% {
    background-size: 0,cover,0,0,0;
  }
  40% {
    background-size: 0,0,cover,0,0;
  }
  60% {
    background-size: 0,0,0,cover,0;
  }
  80% {
    background-size: 0,0,0,0,cover;
  }
}

@keyframes carousel {
  0%,to {
    background-size: cover,0,0,0,0;
  }
  20% {
    background-size: 0,cover,0,0,0;
  }
  40% {
    background-size: 0,0,cover,0,0;
  }
  60% {
    background-size: 0,0,0,cover,0;
  }
  80% {
    background-size: 0,0,0,0,cover;
  }
}

@-webkit-keyframes fadeInDownfaceOutUp {
  0%,10.5%,to {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  .5%,10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInDownfaceOutUp {
  0%,10.5%,to {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  .5%,10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeInFadeOut {
  0%,to {
    opacity: 0;
  }
  10%,90% {
    opacity: 1;
  }
}

@keyframes fadeInFadeOut {
  0%,to {
    opacity: 0;
  }
  10%,90% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-2em);
    transform: translateX(-2em);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-2em);
    transform: translateX(-2em);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes preload {
  0% {
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
  }
  25% {
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
  75% {
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(-180deg);
    transform: perspective(160px) rotateX(0deg) rotateY(-180deg);
  }
}

@keyframes preload {
  0% {
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
  }
  25% {
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
  75% {
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(-180deg);
    transform: perspective(160px) rotateX(0deg) rotateY(-180deg);
  }
}

@-webkit-keyframes bounce {
  0%,20%,50%,80%,to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,20%,50%,80%,to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes modTitle {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes modTitle {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@-webkit-keyframes pulse {
  0%,10%,20%,to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  15%,25%,5% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes pulse {
  0%,10%,20%,to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  15%,25%,5% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes rotateLeft {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: .6;
  }
}

@keyframes rotateLeft {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: .6;
  }
}

@-webkit-keyframes rotateRight {
  0% {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: .6;
  }
}

@keyframes rotateRight {
  0% {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: .6;
  }
}
