@charset "UTF-8";
/* sans-serif */
@font-face {
  font-family: 'YakuHanJP';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/YakuHanJP/YakuHanJP-Regular.woff2) format("woff2"), url(../fonts/YakuHanJP/YakuHanJP-Regular.woff) format("woff"), url(../fonts/YakuHanJP/YakuHanJP-Regular.eot);
}

@font-face {
  font-family: 'YakuHanJP';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/YakuHanJP/YakuHanJP-Medium.woff2) format("woff2"), url(../fonts/YakuHanJP/YakuHanJP-Medium.woff) format("woff"), url(../fonts/YakuHanJP/YakuHanJP-Medium.eot);
}

@font-face {
  font-family: 'Hannari';
  font-style: normal;
  font-weight: 400;
  src: url("//fonts.gstatic.com/ea/hannari/v1/Hannari-Regular.eot");
  src: url("//fonts.gstatic.com/ea/hannari/v1/Hannari-Regular.eot?#iefix") format("embedded-opentype"), url("//fonts.gstatic.com/ea/hannari/v1/Hannari-Regular.woff2") format("woff2"), url("//fonts.gstatic.com/ea/hannari/v1/Hannari-Regular.woff") format("woff"), url("//fonts.gstatic.com/ea/hannari/v1/Hannari-Regular.ttf") format("truetype");
}

@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");
}

@font-face {
  font-family: "VL ゴシック";
  src: local("VL ゴシック");
}

/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
*/
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;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, 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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

body {
  font-size: 62.5%;
  color: #000000;
  background: #fff;
  min-width: 1000px;
  font-family: "Meiryo UI", Meiryo, "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "Hiragino Kaku Gothic ProN", sans-serif;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
button,
input,
select,
textarea {
  color: #000000;
  outline: none;
}

button {
  cursor: pointer;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  text-shadow: none;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

a {
  color: #363636;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 786px) {
  a:hover {
    text-decoration: none;
  }
}

a.rev {
  text-decoration: underline;
}

a.rev:hover {
  text-decoration: none;
}

p {
  margin: 0 0 1em;
}

label,
select,
input[type=submit] {
  cursor: pointer;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a:hover img.over {
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}

@media only screen and (max-width: 786px) {
  a:hover img.over {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

img {
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

address {
  font-style: normal;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media only screen and (max-width: 786px) {
  .animated {
    animation-duration: 0.4s;
  }
}

.animated-s {
  animation-duration: 1.5s;
}

.animated-m {
  animation-duration: 1.8s;
}

.animated-l {
  animation-duration: 2.1s;
}

.animated-ll {
  animation-duration: 2.4s;
}

.animate-1 {
  animation-delay: 0.03333s;
}

.animate-2 {
  animation-delay: 0.06667s;
}

.animate-3 {
  animation-delay: 0.1s;
}

.animate-4 {
  animation-delay: 0.13333s;
}

.animate-5 {
  animation-delay: 0.16667s;
}

.animate-6 {
  animation-delay: 0.2s;
}

.animate-7 {
  animation-delay: 0.23333s;
}

.animate-8 {
  animation-delay: 0.26667s;
}

.animate-9 {
  animation-delay: 0.3s;
}

.animate-10 {
  animation-delay: 0.33333s;
}

.animate-11 {
  animation-delay: 0.36667s;
}

.animate-12 {
  animation-delay: 0.4s;
}

.animate-13 {
  animation-delay: 0.43333s;
}

.animate-14 {
  animation-delay: 0.46667s;
}

.animate-15 {
  animation-delay: 0.5s;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: none;
    @media only screen and (max-width: 786px) {
      opacity: 1;
      filter: alpha(opacity=100);
    }
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

/*
 Container
----------------------------------------------------------- */
.container {
  width: 800px;
  margin: 0 auto;
  position: relative;
  font-size: 140%;
  line-height: 1.6;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

/*
 Header
----------------------------------------------------------- */
.header_logo-01 {
  position: absolute;
  top: 17px;
  left: 0;
}

.header_logo-01 img {
  width: auto;
  height: 42px;
}

.header_logo-02 {
  text-align: center;
  line-height: 85px;
}

.header_logo-02 img {
  width: auto;
  height: 28px;
}

.header_logo-03 {
  position: absolute;
  top: 15px;
  right: 0;
}

.header_logo-03 img {
  width: auto;
  height: 54px;
}

.pageTopBtn {
  position: fixed;
  bottom: 100px;
  right: 50px;
  width: 80px;
  height: 80px;
  display: none;
  z-index: 29;
}

.pageTopBtn a {
  display: block;
  transition: opacity .2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 786px) {
  .pageTopBtn a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.pageTopBtn a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 786px) {
  .pageTopBtn a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.footer {
  background: #003a75;
}

.footer .container {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  letter-spacing: 2px;
  font-size: 94%;
}

/*
 Container
----------------------------------------------------------- */
@media only screen and (max-width: 786px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.4rem;
    width: 100%;
    min-width: 320px !important;
    min-height: initial;
    -webkit-text-size-adjust: 100%;
  }
  .bodyNoScloll {
    position: fixed;
    z-index: 0;
    overflow: hidden;
  }
  .container {
    width: auto;
    max-width: initial;
    font-size: 1.4rem;
  }
  .container:after {
    content: "";
    display: block;
    clear: both;
  }
  .header_logo-01 {
    top: 17px;
    left: 10px;
  }
  .header_logo-01 img {
    width: auto;
    height: 22px;
  }
  .header_logo-02 {
    text-align: center;
    line-height: 60px;
  }
  .header_logo-02 img {
    width: auto;
    height: 18px;
  }
  .header_logo-03 {
    position: absolute;
    top: 12px;
    right: 10px;
  }
  .header_logo-03 img {
    height: 34px;
  }
  .pageTopBtn {
    position: fixed;
    bottom: 50px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: none;
    z-index: 29;
  }
  .pageTopBtn a {
    display: block;
    transition: opacity .2s ease-in-out;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (max-width: 786px) and (max-width: 786px) {
  .pageTopBtn a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (max-width: 786px) {
  .pageTopBtn a:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}

@media only screen and (max-width: 786px) and (max-width: 786px) {
  .pageTopBtn a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (max-width: 786px) {
  .footer .container {
    font-size: 0.8rem;
    letter-spacing: 1px;
  }
}

.spPic {
  display: none;
}

.top-color {
  background-color: #9A2D31;
}

.topMainV {
  text-align: center;
  background-size: cover;
  background-position: 50%;
}

.topMainV .pc {
  display: block;
}

.topMainV .sp {
  display: none;
}

.topMainV img.pc {
  width: 100%;
}

.topMainV .topMainV-caption {
  margin: 0 auto;
  padding-top: 10px;
  max-width: 800px;
  font-size: 14px !important;
  background-color: #9A2D31;
}

.topMainV .topMainV-caption figcaption {
  text-indent: 0em;
  text-align: left;
}

p {
  text-indent: 1em;
  line-height: 2.4;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.footer p {
  text-indent: unset;
  line-height: initial;
  letter-spacing: unset;
  margin: 0;
  padding: 0;
}

body {
  line-height: initial;
}

h2 {
  font-size: 20px;
  padding-left: 11px;
  border-left: solid 9px;
  line-height: 27px;
  font-family: sans-serif;
  margin-bottom: 20px;
  border-color: #80CAA2;
  color: #000;
}

h2.contact_head {
  padding-left: 12px;
  line-height: 20px;
}

.caption {
  margin-bottom: 24px;
}

.caption p {
  margin-top: 5px;
  margin-bottom: 0px;
  line-height: 130% !important;
}

._spSection {
  text-align: left;
  margin-bottom: 40px;
}

._spSection h3 {
  font-size: 24px;
  line-height: 140%;
  padding: 0px 70px 15px 0px;
  position: relative;
  display: inline-block;
}

._spSection h3:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50%;
  height: 5px;
}

._spSection h3:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 50%;
  height: 5px;
}

._spSection.green h3 {
  color: #007940;
}

._spSection.green h3:before {
  background: #007940;
}

._spSection.green h3:after {
  background: #99C9B3;
}

._spSection.brown h3:before {
  background: #804C2E;
}

._spSection.brown h3:after {
  background: #CCB7AB;
}

._spSection.parpul h3 {
  color: #9B0182;
}

._spSection.parpul h3:before {
  background: #9B0182;
}

._spSection.parpul h3:after {
  background: #D799CD;
}

.left {
  float: left;
}

.right {
  float: right;
}

.spSection .pic-center {
  margin: 0 auto;
  width: 100%;
}

.spSection .pic-center figcaption {
  text-align: left;
  margin-top: 10px;
}

.spSection figcaption {
  margin-top: 10px;
}

.spSection p:not(.footer p) {
  font-size: 16px;
}

.spSection .h2 {
  text-align: center;
}

.spSection .pic-right .text {
  float: left;
  color: #231815;
}

.spSection .pic-right .pic {
  float: right;
  color: #000;
}

.spSection .pic-right:after {
  content: "";
  display: block;
  clear: both;
}

.spSection .pic-left .pic {
  float: left;
}

.spSection .pic-left .text {
  float: right;
}

.spSection .pic-left:after {
  content: "";
  display: block;
  clear: both;
}

.spSection .indent p {
  padding-left: 1em;
  text-indent: -1em;
}

.spSection .half-block_right {
  float: right;
  width: 49%;
}

.spSection .half-block_left {
  float: left;
  width: 49%;
}

.spSection .half-block:after {
  content: "";
  display: block;
  clear: both;
}

.spSection .text {
  margin-top: 0px;
}

.flower-textbox {
  margin-top: 60px;
  background-image: url(../img/special/bg.png);
  background-size: cover;
}

.flower-textbox .pic-left {
  padding: 0 55px 50px 60px;
}

.flower-textbox .pic-left .pic {
  width: 355px;
  margin-top: 40px;
}

.flower-textbox .pic-left .text {
  width: 310px;
}

.flower-textbox .pic-left .text img {
  margin-top: -40px;
}

.flower-textbox .pic-left .text p {
  margin-right: 25px;
  margin-top: 20px;
  text-indent: 0em;
}

.under-text .pic-left {
  width: 650px;
  margin: 20px auto 50px;
}

.under-text .pic-left .pic {
  width: 245px;
}

.under-text .pic-left .text {
  width: 386px;
  margin: 0;
}

.under-text .pic-left .text p {
  text-indent: 0em;
  line-height: 1.8;
}

.spSection00 {
  background-size: cover;
  padding-bottom: 50px;
}

.spSection00 .cont01 p {
  text-indent: 0em;
  font-size: 18px !important;
}

.spSection01 {
  background-size: cover;
  padding: 30px 0 30px;
  background-color: #9A2D31;
}

.spSection01 .cont01 h2 {
  margin-bottom: 30px;
}

.spSection01 .cont01 figcaption {
  text-align: left;
}

.spSection01 .cont01 .annotation {
  margin-top: 30px;
}

.spSection01 .cont01 .annotation p {
  font-size: 14px !important;
  line-height: 1.8;
}

.spSection01 .cont01 .no-indent {
  font-size: 14px !important;
  text-indent: 0em;
  line-height: 1.5;
}

.spSection01 .cont01 .no-indent a {
  color: #0068B7;
  text-decoration: underline;
}

.spSection01 .cont01 .pic-center {
  margin: 40px auto 0;
  width: 800px;
  max-width: 100%;
}

.spSection01 .cont01 .pic-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.spSection01 .cont01 .pic-right .text {
  margin-top: 60px;
  color: #FFF;
  width: 450px;
  max-width: 100%;
}

.spSection01 .cont01 .pic-right .pic {
  margin: 60px auto 0;
  width: 292px;
  max-width: 100%;
}

.spSection01 .cont02 .half-block_left {
  margin: 40px auto 0;
  float: left;
  width: 361px;
  max-width: 100%;
}

.spSection01 .cont02 .half-block_right {
  margin: 40px auto 0;
  float: right;
  width: 361px;
  max-width: 100%;
}

.spSection01 .cont02 .half-block:after {
  content: "";
  display: block;
  clear: both;
}

.spSection02 {
  margin-top: 120px;
}

.spSection02 .cont01 {
  margin-top: 20px;
}

.spSection02 .cont01 .sub_title {
  margin: 0 auto 30px;
  width: 262px;
  max-width: 100%;
}

.spSection02 .cont01 .pic-center {
  margin: 40px auto 0;
  width: 520px;
  max-width: 100%;
}

.spSection02 .cont01 .pic-center figcaption p {
  font-size: 14px;
  line-height: 1.6;
  text-indent: -2em;
  padding-left: 2em;
}

.spSection02 .cont01 p.annotation {
  text-indent: 0em;
  font-size: 14px;
}

.spSection02 .cont02 {
  margin-top: 100px;
}

.spSection02 .cont02 .sub_title {
  margin: 0 auto 30px;
  width: 303px;
  max-width: 100%;
}

.spSection02 .cont02 .pic-center {
  margin: 40px auto 0;
  width: 520px;
  max-width: 100%;
}

.spSection02 .cont02 .pic-center figcaption p {
  padding-left: 2em;
  text-indent: -2em;
  font-size: 14px;
  line-height: 1.6;
}

.spSection02 .cont02 .half-block_left {
  margin: 40px auto 0;
  float: left;
  width: 251px;
  max-width: 100%;
}

.spSection02 .cont02 .half-block_right {
  margin: 40px auto 0;
  float: right;
  width: 521px;
  max-width: 100%;
}

.spSection02 .cont02 .half-block:after {
  content: "";
  display: block;
  clear: both;
}

.spSection02 .cont02 .three_image {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.spSection02 .cont02 .three_image .image_01 {
  margin-right: 25px;
  width: 295px;
  max-width: 100%;
}

.spSection02 .cont02 .three_image .image_02 {
  margin-right: 25px;
  width: 170px;
  max-width: 100%;
}

.spSection02 .cont02 .three_image .image_03 {
  width: 295px;
  max-width: 100%;
}

.spSection02 .cont03 {
  margin-top: 70px;
  padding: 80px 0;
}

.spSection02 .cont03 .sub_title {
  margin: 0 auto 30px;
  width: 262px;
  max-width: 100%;
}

.spSection02 .cont03 .pic-center {
  margin: 40px auto 0;
  width: 520px;
  max-width: 100%;
}

.spSection02 .cont03 .pic-center figcaption p {
  padding-left: 2em;
  text-indent: -2em;
  font-size: 14px;
  line-height: 1.6;
}

.spSection02 .cont03 p.annotation {
  font-size: 14px;
  padding-top: 20px;
  text-indent: 0em;
}

.spSection02 .cont03 .contact {
  margin-top: 80px;
}

.spSection02 .cont03 .contact .contact_head {
  border-color: #A7385B;
}

.spSection02 .cont04 {
  margin-top: 100px;
}

.spSection02 .cont04 .sub_title {
  margin: 0 auto 30px;
  width: 282px;
  max-width: 100%;
}

.spSection02 .cont04 .pic-center {
  margin: 40px auto 0;
  width: 400px;
  max-width: 100%;
}

.spSection02 .cont04 .pic-center figcaption p {
  padding-left: 2em;
  text-indent: -2em;
  font-size: 14px;
  line-height: 1.6;
}

.spSection02 .cont05 {
  margin-top: 100px;
}

.spSection02 .cont05 .sub_title {
  margin: 0 auto 30px;
  width: 282px;
  max-width: 100%;
}

.spSection02 .cont05 .pic-center {
  margin: 40px auto 0;
  width: 520px;
  max-width: 100%;
}

.spSection02 .cont05 .pic-center figcaption p {
  padding-left: 2em;
  text-indent: -2em;
  font-size: 14px;
  line-height: 1.6;
}

.spSection02 .cont05 p.annotation {
  font-size: 14px;
  padding-top: 20px;
  text-indent: 0em;
}

.spSection02 .cont05 .inner-cont {
  background-color: #FAF8E9;
  margin-top: 80px;
  padding: 20px 40px 30px;
}

.spSection02 .cont05 .inner-cont h2 {
  margin-bottom: 30px;
}

.spSection02 .cont05 .inner-cont .contact-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: 30px;
}

.spSection02 .cont05 .inner-cont .contact-text .de-mark {
  width: 15px;
  background: linear-gradient(to right, #000000 33.33%, #DD0000 33.33%, #DD0000 66.66%, #FFCE00 66.66%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* 横幅固定 */
}

.spSection02 .cont05 .inner-cont .contact-text .contact_head {
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 6px;
  border-left: 0;
}

.spSection02 .cont05 .inner-cont .contact table tr td {
  background-color: #FAF8E9;
}

.spSection02 .cont05 .pic-center-01 {
  margin: 60px auto 0;
  width: 372px;
  max-width: 100%;
}

.spSection02 .cont06 {
  margin-top: 80px;
  padding: 60px 40px 30px;
  background-color: #F1E0CA;
}

.spSection02 .cont06 .sub_title {
  margin: 0 auto 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D80A30;
}

.spSection02 .cont06 .sub_title img {
  display: block;
  margin: 0 auto;
  width: 608px;
  max-width: 100%;
}

.spSection02 .cont06 .contact table tr td {
  background-color: #F1E0CA;
}

.spSection02 .cont06 .pic-center {
  margin: 40px auto 0;
  width: 520px;
  max-width: 100%;
}

.spSection02 .cont06 .pic-center figcaption p {
  text-indent: -2em;
  padding-left: 2em;
  font-size: 14px;
  line-height: 1.6;
}

.spSection02 .cont07 {
  margin-top: 50px;
  padding-bottom: 50px;
}

.spSection02 .cont07 .sub_title {
  margin: 0 auto 30px;
  padding-top: 30px;
  width: 390px;
  max-width: 100%;
}

.spSection02 .cont07 .pic-center {
  margin: 40px auto 0;
  width: 800px;
  max-width: 100%;
}

.spSection02 .cont07 .pic-center .text {
  padding-top: 10px;
  text-align: left;
  padding-left: 3em;
}

.spSection02 .cont07 .pic-center .text p {
  font-size: 14px;
  text-indent: -3em;
  line-height: 1.8;
}

.spSection02 .cont07 .pic-center-01 {
  margin: 40px auto 0;
  width: 336px;
  max-width: 100%;
}

.spSection02 .cont07 .contact {
  margin-top: 80px;
}

.spSection02 .cont07 .contact .contact_head {
  border-color: #A7385B;
}

.spSection02 .contact {
  margin-top: 50px;
}

.spSection02 .contact table {
  margin-bottom: 0;
}

.spSection02 .contact p {
  padding-top: 10px;
  text-indent: 0em;
}

.spSection02 .contact iframe {
  width: 100%;
}

.spSection02 .contact .pic-center {
  margin: 0 auto;
  width: 631px;
  max-width: 100%;
}

.spSection02 .contact .pic-center figcaption {
  font-size: 14px;
}

.spSection03 {
  margin-top: 90px;
}

.spSection03 .cont01 .sub_title {
  margin: 0 auto 50px;
  padding-top: 40px;
  width: 270px;
  max-width: 100%;
}

.spSection03 .cont01 .pic-center {
  margin: 40px auto 30px;
  width: 406px;
  max-width: 100%;
}

.spSection03 .cont02 .pic-center {
  margin: 40px auto 0;
  width: 500px;
  max-width: 100%;
}

.spSection03 .cont03 .sub_title {
  margin: 0 auto 30px;
  padding-top: 40px;
  width: 350px;
  max-width: 100%;
}

.spSection03 .cont03 .half-block {
  margin: 0 auto;
  width: 500px;
  max-width: 100%;
}

.spSection03 .cont03 .half-block_left {
  margin: 40px auto 0;
  float: left;
  width: 235px;
  max-width: 100%;
}

.spSection03 .cont03 .half-block_right {
  margin: 40px auto 0;
  float: right;
  width: 235px;
  max-width: 100%;
}

.spSection03 .cont03 .half-block:after {
  content: "";
  display: block;
  clear: both;
}

.spSection03 .cont04 {
  margin-top: 50px;
}

.spSection03 .cont04 .sub_title {
  margin: 0 auto 20px;
  padding-top: 40px;
  width: 440px;
  max-width: 100%;
}

.spSection03 .cont05 {
  margin: 0 auto;
  width: 650px;
  max-width: 100%;
}

.spSection03 .cont05 .half-block_left {
  margin: 40px auto 0;
  float: left;
  width: 300px;
  max-width: 100%;
}

.spSection03 .cont05 .half-block_right {
  margin: 40px auto 0;
  float: right;
  width: 300px;
  max-width: 100%;
}

.spSection03 .cont05 .half-block:after {
  content: "";
  display: block;
  clear: both;
}

.spSection03 .cont06 .pic-center {
  margin: 40px auto 0;
  width: 110px;
  max-width: 100%;
}

.spSection03 .cont06 figcaption {
  margin: 10px auto 0;
  width: 300px;
  max-width: 100%;
}

.spSection04 {
  margin-top: 100px;
  background-color: #F3FAFE;
}

.spSection04 .cont01, .spSection04 .cont02, .spSection04 .cont03, .spSection04 .cont04 {
  padding-top: 20px;
  padding-bottom: 40px;
  border-bottom: 4px dotted;
  border-color: #007BBB;
}

.spSection04 .cont01 .sub_title, .spSection04 .cont02 .sub_title, .spSection04 .cont03 .sub_title, .spSection04 .cont04 .sub_title {
  margin: 0 auto 30px;
  width: 700px;
  max-width: 100%;
}

.spSection04 .cont01 .pic-center, .spSection04 .cont02 .pic-center, .spSection04 .cont03 .pic-center, .spSection04 .cont04 .pic-center {
  margin: 40px auto 20px;
  width: 406px;
  max-width: 100%;
}

.spSection04 .cont01 .pic-center-01, .spSection04 .cont02 .pic-center-01, .spSection04 .cont03 .pic-center-01, .spSection04 .cont04 .pic-center-01 {
  margin: 0 auto;
  width: 600px;
  max-width: 100%;
}

.spSection04 .cont01 .text, .spSection04 .cont02 .text, .spSection04 .cont03 .text, .spSection04 .cont04 .text {
  margin-top: 10px;
  margin-bottom: 20px;
}

.spSection04 .cont01 .text p, .spSection04 .cont02 .text p, .spSection04 .cont03 .text p, .spSection04 .cont04 .text p {
  text-indent: 0em;
}

.spSection04 .mask {
  font-size: 14px;
  text-indent: 0em;
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 30px;
}

table caption {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}

table caption:before {
  content: "●";
  position: relative;
  width: 1em;
  text-indent: 0;
  margin-right: 5px;
}

table tbody {
  color: #000;
}

table tbody p {
  text-indent: 0em;
}

table tbody tr {
  border: 1px solid #656464;
}

table tbody tr th {
  background: #656464;
  color: #fff;
  padding: 14px;
  width: 160px;
  border-bottom: 1px solid #fff;
  vertical-align: top;
  font-size: 14px;
  text-align: left;
}

table tbody tr td {
  border: 1px solid #656464;
  padding: 10px;
  word-break: break-all;
  font-size: 16px;
  background-color: #fff;
}

table tbody tr td iframe {
  width: 618px;
  height: 200px;
}

table tbody tr:last-child th {
  border-bottom: 1px solid #656464;
}

.present {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 70px;
}

a img:hover {
  opacity: 0.7;
}

.under-text p {
  text-indent: 0em;
}

.mt0 {
  margin-top: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pt0 {
  padding-top: 0px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.mt10 {
  margin-top: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt50 {
  margin-top: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt60 {
  margin-top: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt70 {
  margin-top: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt80 {
  margin-top: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt80 {
  padding-top: 80px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt90 {
  margin-top: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt90 {
  padding-top: 90px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt100 {
  margin-top: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt100 {
  padding-top: 100px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.animated {
  opacity: 0;
}

@media only screen and (max-width: 786px) {
  .spBr {
    display: block;
  }
  .pcPic {
    display: none;
  }
  .spPic {
    display: inline-block;
  }
}

@media only screen and (max-width: 786px) {
  padding: 0 20px 20px;
  .topMainV {
    text-align: center;
    width: 100%;
    background-size: cover;
    background-position: 50%;
  }
  .topMainV .pc {
    display: none;
  }
  .topMainV .sp {
    display: block;
    width: 100%;
  }
  .topMainV figcaption {
    padding: 0 20px;
  }
  .container {
    padding: 0 20px 20px;
  }
  p {
    text-indent: 1em;
    line-height: 2.4;
    letter-spacing: 1px;
    margin-bottom: 0px;
  }
  .footer p {
    text-indent: unset;
    line-height: initial;
    letter-spacing: unset;
    margin: 0;
    padding: 0;
  }
  body {
    line-height: initial;
  }
  h2 {
    font-size: 20px;
    padding-left: 11px;
    border-left: solid 9px;
    line-height: 27px;
    font-family: sans-serif;
    margin-bottom: 20px;
    border-color: #80CAA2;
  }
  h2.contact_head {
    padding-left: 12px;
    line-height: 20px;
  }
  .caption {
    margin-bottom: 24px;
  }
  .caption p {
    margin-top: 5px;
    margin-bottom: 0px;
    line-height: 130% !important;
  }
  ._spSection {
    text-align: left;
    margin-bottom: 40px;
  }
  ._spSection h3 {
    font-size: 24px;
    line-height: 140%;
    padding: 0px 70px 15px 0px;
    position: relative;
    display: inline-block;
  }
  ._spSection h3:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50%;
    height: 5px;
  }
  ._spSection h3:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 50%;
    height: 5px;
  }
  ._spSection.green h3 {
    color: #007940;
  }
  ._spSection.green h3:before {
    background: #007940;
  }
  ._spSection.green h3:after {
    background: #99C9B3;
  }
  ._spSection.brown h3:before {
    background: #804C2E;
  }
  ._spSection.brown h3:after {
    background: #CCB7AB;
  }
  ._spSection.parpul h3 {
    color: #9B0182;
  }
  ._spSection.parpul h3:before {
    background: #9B0182;
  }
  ._spSection.parpul h3:after {
    background: #D799CD;
  }
  .left {
    float: left;
  }
  .right {
    float: right;
  }
  .spSection .pic-center {
    margin: 0 auto;
    width: 100%;
  }
  .spSection .pic-right .text, .spSection .pic-right .pic {
    float: unset;
    float: none;
  }
  .spSection .pic-right .pic {
    margin: 0 auto;
  }
  .spSection .pic-right:after {
    content: "";
    display: block;
    clear: both;
  }
  .spSection figcaption {
    text-align: left;
    margin-top: 5px;
  }
  .spSection .h2 {
    margin: 0 auto;
  }
  .spSection p:not(.footer p) {
    font-size: 16px;
  }
  .spSection .pic-left:after {
    content: "";
    display: block;
    clear: both;
  }
  .spSection .half-block_right, .spSection .half-block_left {
    float: unset;
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 385px;
  }
  .spSection .half-block_right {
    margin-top: 40px;
  }
  .spSection .half-block:after {
    content: "";
    display: block;
    clear: both;
  }
  .spSection .contact {
    margin-top: 12px;
  }
  .spSection .pic-center {
    width: 100%;
  }
  .spSection .pic-center img {
    margin-top: 10px;
  }
  .spSection .pic-center .icon {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    max-width: 312px;
  }
  .spSection .text {
    margin-top: 20px;
  }
  .flower-textbox {
    margin-top: 60px;
    background-image: url(../img/special/bg_sp.png);
    background-size: cover;
  }
  .flower-textbox .pic-left {
    padding: 40px;
  }
  .flower-textbox .pic-left .pic {
    float: none;
    max-width: 355px;
    width: 100%;
    margin: 0 auto;
  }
  .flower-textbox .pic-left .text {
    width: 100%;
    margin-top: 0px;
    text-align: center;
  }
  .flower-textbox .pic-left .text img {
    margin: 0;
    width: 100%;
    max-width: 335px;
  }
  .flower-textbox .pic-left .text p {
    margin-right: 0;
    margin-top: 20px;
    text-indent: 0em;
    text-align: left;
  }
  .under-text .pic-left {
    width: 100%;
    margin: 20px auto 50px;
  }
  .under-text .pic-left .pic {
    max-width: 245px;
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .under-text .pic-left .text {
    width: 100%;
    margin: 0;
    margin-top: 10px;
    float: none;
  }
  .under-text .pic-left .text p {
    text-indent: 0em;
    line-height: 1.8;
  }
  .spSection00 {
    padding-bottom: 30px;
  }
  .spSection01 {
    background-size: cover;
    padding: 10px;
  }
  .spSection01 .cont01 {
    padding-bottom: 40px;
  }
  .spSection01 .cont01 h2 {
    margin-bottom: 30px;
  }
  .spSection01 .cont01 .annotation {
    margin-top: 20px;
  }
  .spSection01 .cont01 p {
    font-size: 16px !important;
  }
  .spSection01 .cont01 .pic-right {
    display: block;
  }
  .spSection01 .cont01 .pic-right .text {
    width: 100%;
  }
  .spSection01 .cont02 .half-block_left {
    float: none;
    margin: 40px auto 0;
    width: 361px;
    max-width: 100%;
  }
  .spSection01 .cont02 .half-block_right {
    float: none;
    margin: 40px auto 0;
    width: 361px;
    max-width: 100%;
  }
  .spSection01 .cont02 .half-block:after {
    content: "";
    display: block;
    clear: both;
  }
  .spSection02 .cont01 .text {
    margin: 0;
  }
  .spSection02 .cont02 .half-block_left {
    float: none;
    margin: 40px auto 0;
    max-width: 100%;
  }
  .spSection02 .cont02 .half-block_right {
    float: none;
    margin: 40px auto 0;
    max-width: 100%;
  }
  .spSection02 .cont02 .half-block:after {
    content: "";
    display: block;
    clear: both;
  }
  .spSection02 .cont02 .three_image {
    padding: 0;
    display: inline;
  }
  .spSection02 .cont02 .three_image .image_01 {
    margin: 40px auto 0;
    width: 385px;
    max-width: 100%;
  }
  .spSection02 .cont02 .three_image .image_02 {
    margin: 40px auto 0;
    width: 170px;
    max-width: 100%;
  }
  .spSection02 .cont02 .three_image .image_03 {
    margin: 40px auto 0;
    width: 385px;
    max-width: 100%;
  }
  .spSection02 .cont04 .text {
    margin: 0;
    padding: 0;
  }
  .spSection02 .cont04 .pic-center {
    max-width: 100%;
  }
  .spSection02 .cont05 .inner-cont {
    padding: 20px 20px 40px;
  }
  .spSection02 .cont05 .pic-center {
    margin: 40px auto 0;
    max-width: 100%;
  }
  .spSection02 .contact {
    margin-top: 40px;
  }
  .spSection02 .cont06 {
    padding: 60px 20px;
  }
  .spSection03 {
    margin-top: 70px;
  }
  .spSection03 .cont01 .sub_title {
    margin: 0 auto 30px;
    max-width: 100%;
    width: 440px;
    height: auto;
  }
  .spSection03 .cont02 .pic-center {
    margin: 40px auto 0;
    width: 500px;
    max-width: 100%;
  }
  .spSection03 .cont03 .half-block_left {
    float: none;
    margin: 40px auto 0;
    width: 235px;
    max-width: 100%;
  }
  .spSection03 .cont03 .half-block_right {
    float: none;
    margin: 40px auto 0;
    width: 235px;
    max-width: 100%;
  }
  .spSection03 .cont03 .half-block:after {
    content: "";
    display: block;
    clear: both;
  }
  .spSection03 .cont04 .sub_title {
    margin: 0 auto 30px;
    max-width: 100%;
    width: 440px;
    height: auto;
  }
  .spSection03 .cont05 .half-block_left {
    float: none;
    margin: 40px auto 0;
    width: 300px;
    max-width: 100%;
  }
  .spSection03 .cont05 .half-block_right {
    float: none;
    margin: 40px auto 0;
    width: 300px;
    max-width: 100%;
  }
  .spSection03 .cont05 .half-block:after {
    content: "";
    display: block;
    clear: both;
  }
  .kome {
    padding-left: 1em;
    text-indent: -1em;
    line-height: unset;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 0;
  }
  table caption {
    text-align: unset;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  table caption:before {
    content: "●";
    position: relative;
    width: 1em;
    text-indent: 0;
    margin-right: 5px;
  }
  table tbody p {
    text-indent: 0em;
  }
  table tbody tr {
    border: 1px solid #656464;
  }
  table tbody tr th {
    background: #656464;
    color: #fff;
    padding: 14px;
    width: 70px;
    border-bottom: 1px solid #fff;
    vertical-align: top;
    font-size: 14px;
    text-align: unset;
  }
  table tbody tr td {
    border: 1px solid #656464;
    padding: 10px 17px;
    word-break: break-all;
    background-color: #fff;
  }
  table tbody tr td iframe {
    width: 100%;
    height: 200px;
  }
  table tbody tr:last-child th {
    border-bottom: 1px solid #656464;
  }
}

/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

.vbox-overlay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1040000;
  transform: translateZ(1000px);
  transform-style: preserve-3d;
}

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 40px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 1050000;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 1060000;
}

.vbox-num {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  display: none;
  z-index: 1060000;
}

/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 1050;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #B6B6B6;
  border-right-color: #B6B6B6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  transform: rotate(-135deg);
}

.vbox-next span {
  transform: rotate(45deg);
  right: 10px;
}

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh;
}

.venoframe.vbvid {
  height: 260px;
}

@media (min-width: 768px) {
  .venoframe, .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 640px;
    height: 360px;
  }
}

@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 960px;
    height: 540px;
  }
}

/*
Please do NOT edit this part!
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.figlio {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
}

img.figlio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.animated {
  webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out;
}

.animate-in {
  opacity: 1;
}

.animate-out {
  opacity: 0;
}

/* ---------- preloader ----------
 * SPINKIT
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce, .sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-rotating-plane {
  background-color: #333;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@keyframes sk-rotatePlane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.sk-double-bounce {
  position: relative;
}

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-double-bounce .sk-double-bounce2 {
  animation-delay: -1s;
}

@keyframes sk-doubleBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

.sk-wave {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  margin: 40px auto;
}

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 4px;
  margin: 0 1px;
  display: inline-block;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
  animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
  animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
  animation-delay: -1s;
}

.sk-wave .sk-rect4 {
  animation-delay: -.9s;
}

.sk-wave .sk-rect5 {
  animation-delay: -.8s;
}

@keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}

.sk-three-bounce {
  margin: 40px auto;
  width: 100px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 16px;
  height: 16px;
  background-color: #333;
  border-radius: 100%;
  margin: 4px;
  display: inline-block;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-cube-grid, .sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-three-bounce .sk-bounce1 {
  animation-delay: -.32s;
}

.sk-three-bounce .sk-bounce2 {
  animation-delay: -.16s;
}

@keyframes sk-three-bounce {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

.sk-spinner-pulse {
  background-color: #333;
  border-radius: 100%;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@keyframes sk-pulseScaleOut {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  animation-delay: .2s;
}

.sk-cube-grid .sk-cube2 {
  animation-delay: .3s;
}

.sk-cube-grid .sk-cube3 {
  animation-delay: .4s;
}

.sk-cube-grid .sk-cube4 {
  animation-delay: .1s;
}

.sk-cube-grid .sk-cube5 {
  animation-delay: .2s;
}

.sk-cube-grid .sk-cube6 {
  animation-delay: .3s;
}

.sk-cube-grid .sk-cube7 {
  animation-delay: 0ms;
}

.sk-cube-grid .sk-cube8 {
  animation-delay: .1s;
}

.sk-cube-grid .sk-cube9 {
  animation-delay: .2s;
}

@keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}

.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-wandering-cubes .sk-cube2 {
  animation-delay: -.9s;
}

@keyframes sk-wanderingCube {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
  }
}
