@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
  line-height: 1.8;
  box-sizing: border-box; }
  body .smp-disp {
    display: none !important; }
  body .pc-disp {
    display: block; }
  body a {
    transition: 0.5s;
    text-decoration: none; }

.content_wrapper {
  width: 980px;
  margin: 0 auto; }

header {
  width: 100%;
  padding: 10px 0; }
  header .content_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center; }
    header .content_wrapper h1 {
      width: 20%;
      line-height: 0;
      padding: 5px;
      transition: 0.5s ease-out; }
      header .content_wrapper h1 img {
        width: 100%; }
    header .content_wrapper nav {
      width: 80%;
      background-color: transparent; }
      header .content_wrapper nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        list-style-type: none; }
        header .content_wrapper nav ul li {
          font-size: 90%;
          margin: 0 10px; }
          header .content_wrapper nav ul li i {
            display: none; }
          header .content_wrapper nav ul li:nth-child(1) {
            display: none; }
          header .content_wrapper nav ul li a {
            color: #0a0909; }

#fix-header {
  background-color: #e6e6e6;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 990; }

#section_faq_wrapper .title {
  margin-bottom: 50px; }

#section_faq_wrapper h2 {
  font-size: 80%;
  display: inline-block;
  margin-bottom: 10px; }
  #section_faq_wrapper h2 span {
    display: inline-block;
    padding-left: 5px; }

#section_faq_wrapper .title {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 30px; }

#section_faq_wrapper h3 {
  position: relative;
  padding-left: 1.2em;
  /*アイコン分のスペース*/
  line-height: 1.4;
  font-size: 130%;
  margin-bottom: 30px; }

#section_faq_wrapper h3:before {
  content: 'ー';
  /*アイコンのユニコード*/
  position: absolute;
  /*絶対位置*/
  font-size: 1em;
  /*サイズ*/
  left: 0;
  /*アイコンの位置*/
  top: 0;
  /*アイコンの位置*/
  font-weight: bold; }

#section_faq_wrapper .faq_wrapper > div {
  margin-bottom: 50px; }

#section_faq_wrapper .faq_wrapper dl {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 40px 40px;
  transition: 0.5s ease-out;
  margin-bottom: 20px; }
  #section_faq_wrapper .faq_wrapper dl dt span {
    display: block;
    padding: 20px 70px 22px 76px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    font-size: 16px;
    cursor: pointer;
    transition: 0.5s ease-out; }
  #section_faq_wrapper .faq_wrapper dl dd {
    display: none; }
    #section_faq_wrapper .faq_wrapper dl dd p {
      margin: 0 20px 20px;
      padding: 23px 65px 22px 103px;
      line-height: 2;
      background-repeat: no-repeat;
      background-position: 40px 20px;
      background-size: 40px 40px; }

#section_faq_wrapper .faq_wrapper .active span {
  transition: 0.5s ease-out; }

#jtcc_wrapper {
  padding: 80px 0;
  background-size: cover; }
  #jtcc_wrapper .content_wrapper {
    padding: 30px 0; }
    #jtcc_wrapper .content_wrapper .title {
      width: 200px;
      margin: 0 auto; }
      #jtcc_wrapper .content_wrapper .title img {
        width: 100%; }
    #jtcc_wrapper .content_wrapper h2 {
      font-weight: normal;
      text-align: center;
      margin-bottom: 30px; }
    #jtcc_wrapper .content_wrapper .text {
      width: 80%;
      margin: 0 auto 50px auto; }
    #jtcc_wrapper .content_wrapper .button p {
      text-align: center; }

html.is-fixed,
html.is-fixed body {
  overflow: hidden;
  height: 100%; }

.modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); }

.modal-bg.is-show {
  display: block;
  z-index: 997; }

.modal-contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 400px;
  height: 80%;
  transform: translate(-50%, -50%);
  background: #ffffff; }

.modal-contents.is-show {
  display: block;
  z-index: 999;
  transition: 0.5s ease-out; }

.modal-scroll {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

.modal-body {
  display: none; }

.modal-body.is-show {
  display: block; }

.modal-close {
  position: absolute;
  top: -30px;
  right: 0; }

html {
  font-size: 62.5%; }

body {
  color: #0a0909;
  background-color: #e6e6e6;
  font-family: ten-mincho, serif; }
  body a {
    color: #ffffff; }

section .content_wrapper {
  margin: 0px auto 0px auto;
  padding: 80px 0 80px 0; }

#svg_animation svg {
  height: 30vh;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto; }

.animetion {
  fill: none;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  animation: DASH 4s ease-in 1s forwards;
  -webkit-animation: DASH 4s ease-in 1s forwards; }

@keyframes DASH {
  0% {
    stroke-dashoffset: 3000;
    fill: rgba(0, 0, 0, 0); }
  50% {
    stroke-dashoffset: 2000;
    fill: rgba(0, 0, 0, 0.2); }
  70% {
    stroke-dashoffset: 1000;
    fill: rgba(0, 0, 0, 0.4); }
  100% {
    stroke-dashoffset: 0;
    fill: black; } }

#svg_animation {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ffffff;
  z-index: 3000005; }

#slider {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  background-color: #111c1d;
  transition: 0.5s ease-out; }
  #slider .sl-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important; }
    #slider .sl-slider .sl-content-wrapper {
      width: 100% !important; }
    #slider .sl-slider .sl-slide-inner {
      background-size: cover;
      background-position: 50% 50%;
      opacity: 0.5;
      filter: alpha(opacity=50); }
    #slider .sl-slider .sl-slide-inner01 {
      background-image: url(../images/tobikou/h_slider_01.jpg); }
    #slider .sl-slider .sl-slide-inner02 {
      background-image: url(../images/tobikou/h_slider_02.jpg); }
    #slider .sl-slider .sl-slide-inner03 {
      background-image: url(../images/tobikou/h_slider_03.jpg); }

#slider_wrapper {
  position: relative; }
  #slider_wrapper .slider_content_wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    color: #ffffff; }
    #slider_wrapper .slider_content_wrapper > div {
      width: 980px;
      margin: 0 auto;
      padding: 50px 0;
      text-align: center; }
      #slider_wrapper .slider_content_wrapper > div h1 {
        display: inline-block;
        width: 100%;
        max-width: 150px;
        margin-bottom: 30px; }
        #slider_wrapper .slider_content_wrapper > div h1 img {
          width: 100%; }
      #slider_wrapper .slider_content_wrapper > div dl {
        margin-bottom: 30px; }
        #slider_wrapper .slider_content_wrapper > div dl dt span {
          font-size: 90%; }
        #slider_wrapper .slider_content_wrapper > div dl dt p {
          font-size: 130%;
          white-space: nowrap; }
        #slider_wrapper .slider_content_wrapper > div dl dt .line {
          margin: 30px auto;
          width: 35%; }
        #slider_wrapper .slider_content_wrapper > div dl dd {
          width: 55%;
          margin: 0 auto;
          line-height: 1.8; }
          #slider_wrapper .slider_content_wrapper > div dl dd p {
            text-align: left; }

.line {
  background-color: #877a47;
  height: 3px;
  box-shadow: 8px 2px 10px 0px rgba(255, 255, 255, 0.4); }

.button p a {
  color: #111c1d;
  padding: 10px 20px;
  display: inline-block;
  background-color: #877a47;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-transition: 30px;
  border-radius: 30px;
  transition: 0.5s ease-out; }
  .button p a:hover {
    transition: 0.5s ease-out;
    letter-spacing: 2px;
    background-color: #d4c27e; }

#tobi_sec01 {
  background-color: #4b4b4b;
  background-image: url(../images/tobikou/s01_back.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: -100px 0%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #ffffff;
  position: relative; }
  #tobi_sec01 .img_wrapper {
    width: 50%;
    max-width: 680px;
    position: absolute;
    top: 15%;
    right: 0; }
    #tobi_sec01 .img_wrapper img {
      width: 100%; }
  #tobi_sec01 .text_wrapper {
    width: 50%;
    padding: 0 50px; }
    #tobi_sec01 .text_wrapper > p {
      padding: 0 10px; }
  #tobi_sec01 h2 {
    font-weight: normal;
    margin-bottom: 5px; }
  #tobi_sec01 .line {
    margin-bottom: 30px;
    display: inline-block;
    width: 50px; }

.tobi_desc_01 {
  background-image: url(../images/tobikou/s02_back.png);
  background-position: 35% 0; }
  .tobi_desc_01 .content_wrapper {
    flex-wrap: wrap; }

.tobi_desc_02 {
  background-image: url(../images/tobikou/s03_back.png);
  background-position: 65% 0; }
  .tobi_desc_02 .content_wrapper {
    flex-direction: row-reverse; }

.tobi_desc_03 {
  background-image: url(../images/tobikou/s04_back.png);
  background-position: 35% 0; }
  .tobi_desc_03 .content_wrapper {
    flex-wrap: wrap; }

section[class^="tobi_desc"] {
  background-color: #111c1d;
  background-size: cover;
  background-repeat: no-repeat; }
  section[class^="tobi_desc"] .content_wrapper {
    display: flex; }
  section[class^="tobi_desc"] .text_wrapper {
    width: 40%; }
    section[class^="tobi_desc"] .text_wrapper dl {
      margin-bottom: 30px; }
      section[class^="tobi_desc"] .text_wrapper dl dt {
        text-align: center;
        margin: 0 auto 50px auto; }
        section[class^="tobi_desc"] .text_wrapper dl dt h2 {
          display: inline-block;
          color: #ffffff;
          font-weight: normal; }
        section[class^="tobi_desc"] .text_wrapper dl dt .line {
          width: 15%;
          margin: 10px auto 20px auto; }
        section[class^="tobi_desc"] .text_wrapper dl dt .title_images {
          width: 40px;
          margin: 0 auto; }
          section[class^="tobi_desc"] .text_wrapper dl dt .title_images img {
            width: 100%; }
      section[class^="tobi_desc"] .text_wrapper dl dd {
        color: #ffffff; }
  section[class^="tobi_desc"] .button {
    text-align: center; }
  section[class^="tobi_desc"] .space_wrapper {
    width: 60%; }

#section_faq_wrapper {
  font-family: 'Noto Sans Japanese', sans-serif; }
  #section_faq_wrapper h2 {
    color: #111c1d;
    border-left: 4px solid #111c1d; }
  #section_faq_wrapper h3:before {
    color: #111c1d;
    /*アイコン色*/ }
  #section_faq_wrapper .faq_wrapper > div {
    margin-bottom: 50px; }
  #section_faq_wrapper .faq_wrapper dl {
    background-image: url(../images/tobikou/faq_q.jpg);
    background-color: #ffffff; }
    #section_faq_wrapper .faq_wrapper dl dt span {
      background-image: url(../images/tobikou/faq_plus.png); }
    #section_faq_wrapper .faq_wrapper dl dd {
      display: none; }
      #section_faq_wrapper .faq_wrapper dl dd p {
        background-image: url(../images/tobikou/faq_a.png);
        background-color: #ffffff; }
  #section_faq_wrapper .faq_wrapper .active {
    background-color: #6f8082; }
    #section_faq_wrapper .faq_wrapper .active span {
      background-image: url(../images/tobikou/faq_minus.png); }

#jtcc_wrapper {
  background-image: url(../images/tobikou/s05_back.jpg); }
  #jtcc_wrapper .content_wrapper {
    background-color: rgba(17, 28, 29, 0.5);
    color: #ffffff; }

footer {
  background-color: #111c1d; }
  footer p {
    text-align: center;
    padding: 5px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 80%; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.sl-slider-wrapper {
  width: 800px;
  height: 400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

.sl-slider {
  position: absolute;
  top: 0;
  left: 0; }

/* Slide wrapper and slides */
.sl-slide, .sl-slides-wrapper, .sl-slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.sl-slide {
  z-index: 1; }

/* The duplicate parts/slices */
.sl-content-slice {
  overflow: hidden;
  position: absolute;
  box-sizing: content-box;
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1; }

/* Horizontal slice */
.sl-slide-horizontal .sl-content-slice {
  width: 100%;
  height: 50%;
  left: -200px;
  transform: translateY(0%) scale(1); }

.sl-slide-horizontal .sl-content-slice:first-child {
  top: -200px;
  padding: 200px 200px 0px 200px; }

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
  top: 50%;
  padding: 0px 200px 200px 200px; }

/* Vertical slice */
.sl-slide-vertical .sl-content-slice {
  width: 50%;
  height: 100%;
  top: -200px;
  transform: translateX(0%) scale(1); }

.sl-slide-vertical .sl-content-slice:first-child {
  left: -200px;
  padding: 200px 0px 200px 200px; }

.sl-slide-vertical .sl-content-slice:nth-child(2) {
  left: 50%;
  padding: 200px 200px 200px 0px; }

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
  position: absolute; }

.sl-content {
  width: 100%;
  height: 100%;
  background: #111c1d; }

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
  background: #111c1d; }

.sl-slide-vertical .sl-slide-inner {
  background: #111c1d; }

/* Custom navigation arrows */
.nav-arrows span {
  position: absolute;
  z-index: 2000;
  top: 50%;
  width: 40px;
  height: 40px;
  border: 8px solid #ddd;
  border: 8px solid rgba(150, 150, 150, 0.4);
  text-indent: -90000px;
  margin-top: -40px;
  cursor: pointer;
  transform: rotate(45deg); }

.nav-arrows span:hover {
  border-color: rgba(150, 150, 150, 0.9); }

.nav-arrows span.nav-arrow-prev {
  left: 5%;
  border-right: none;
  border-top: none; }

.nav-arrows span.nav-arrow-next {
  right: 5%;
  border-left: none;
  border-bottom: none; }

/* Custom navigation dots */
.nav-dots {
  text-align: center;
  position: absolute;
  bottom: 2%;
  height: 30px;
  width: 100%;
  left: 0;
  z-index: 1000; }

.nav-dots span {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 3px;
  background: #ddd;
  background: rgba(150, 150, 150, 0.4);
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4), inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.nav-dots span.nav-dot-current:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8); }

/* Animations for content elements */
.sl-trans-elems .deco {
  animation: roll 1s ease-out both, fadeIn 1s ease-out both; }

.sl-trans-elems h2 {
  animation: moveUp 1s ease-in-out both; }

.sl-trans-elems blockquote {
  animation: fadeIn 0.5s linear 0.5s both; }

.sl-trans-back-elems .deco {
  animation: scaleDown 1s ease-in-out both; }

.sl-trans-back-elems h2 {
  animation: fadeOut 1s ease-in-out both; }

.sl-trans-back-elems blockquote {
  animation: fadeOut 1s linear both; }

@keyframes roll {
  0% {
    transform: translateX(500px) rotate(360deg);
    opacity: 0; }
  100% {
    transform: translateX(0px) rotate(0deg);
    opacity: 1; } }

@keyframes moveUp {
  0% {
    transform: translateY(40px); }
  100% {
    transform: translateY(0px); } }

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

@keyframes scaleDown {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.5); } }

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

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.hinge {
  animation-duration: 2s; }

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

.bounce {
  animation-name: bounce; }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.pulse {
  animation-name: pulse; }

@keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }

.shake {
  animation-name: shake; }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  0% {
    transform: scale(1); }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }

.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }

.wobble {
  animation-name: wobble; }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

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

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

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

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

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

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    transform: translateY(0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    transform: translateX(0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    transform: translateX(0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideOutLeft {
  0% {
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  0% {
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  0% {
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.slideOutUp {
  animation-name: slideOutUp; }

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  animation-name: rollOut; }

@media screen and (max-width: 768px) {
  body .smp-disp {
    display: block !important; }
  body .pc-disp {
    display: none; }
  header h1 {
    width: 50%; }
    header h1 img {
      width: 100%; }
  .content_wrapper {
    width: 90%;
    min-width: 320px;
    margin: 0 auto; }
  header {
    width: 100%;
    padding: 10px 0; }
    header .content_wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center; }
      header .content_wrapper h1 {
        width: 20%;
        min-width: 200px; }
      header .content_wrapper nav {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        z-index: 999;
        background-color: #d8063b;
        border-top: 1px solid rgba(255, 255, 255, 0.4); }
        header .content_wrapper nav ul {
          justify-content: space-between; }
          header .content_wrapper nav ul li {
            font-size: 90%;
            margin: 0;
            text-align: center;
            width: 25%;
            line-height: 1;
            box-sizing: border-box;
            padding: 10px 0;
            border-right: 1px solid rgba(255, 255, 255, 0.4); }
            header .content_wrapper nav ul li i {
              display: block;
              font-size: 180%; }
            header .content_wrapper nav ul li span {
              font-size: 60%; }
            header .content_wrapper nav ul li:nth-child(1) {
              display: none; }
            header .content_wrapper nav ul li:last-child {
              border-right: none; }
            header .content_wrapper nav ul li a {
              color: #ffffff; }
  #fix-header {
    display: none; }
  #section_faq_wrapper .faq_wrapper dl dt span {
    padding: 20px 50px 22px 55px;
    background-size: 30px; }
  #section_faq_wrapper .faq_wrapper dl dd p {
    padding: 35px 10px 15px 10px;
    background-position: 5px 5px; }
  body .smp-disp {
    display: block !important; }
  body .pc-disp {
    display: none; }
  .content_wrapper {
    width: 90%;
    min-width: 320px;
    margin: 0 auto; }
  .button_wrapper_slider {
    width: 100%;
    margin: 0 auto; }
  .button p a {
    height: 50px;
    padding: 10px 50px; }
  #slider_wrapper .slider_content_wrapper > div {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center; }
    #slider_wrapper .slider_content_wrapper > div h1 {
      display: inline-block;
      width: 100%;
      max-width: 150px;
      margin-bottom: 30px; }
      #slider_wrapper .slider_content_wrapper > div h1 img {
        width: 100%; }
    #slider_wrapper .slider_content_wrapper > div dl {
      margin-bottom: 30px; }
      #slider_wrapper .slider_content_wrapper > div dl dt p {
        font-size: 120%; }
      #slider_wrapper .slider_content_wrapper > div dl dt .line {
        width: 50%; }
      #slider_wrapper .slider_content_wrapper > div dl dd {
        width: 90%; }
  #tobi_sec01 {
    background-image: none;
    background-color: #111c1d; }
    #tobi_sec01 .img_wrapper {
      width: 80%;
      position: relative;
      top: 25px;
      right: 0; }
      #tobi_sec01 .img_wrapper p {
        width: 100%; }
      #tobi_sec01 .img_wrapper img {
        width: 100%; }
    #tobi_sec01 .text_wrapper {
      width: 100%;
      padding: 0 0; }
    #tobi_sec01 h2 {
      font-weight: normal;
      margin-bottom: 5px; }
  .tobi_desc_01, .tobi_desc_03 {
    background-position: 0% 0; }
  .tobi_desc_02 {
    background-position: 100% 0; }
  section[class^="tobi_desc"] {
    background-size: auto 220px;
    background-repeat: no-repeat; }
    section[class^="tobi_desc"] .text_wrapper {
      width: 100%;
      padding-top: 230px; }
    section[class^="tobi_desc"] .button {
      text-align: center; }
    section[class^="tobi_desc"] .space_wrapper {
      display: none; } }

@media screen and (max-width: 480px) {
  #slider {
    height: 750px;
    transition: 0.5s ease-out; } }

/*# sourceMappingURL=maps/tobikou.css.map */
