@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

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

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

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before, q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

/*---clearFix ------------------*/
/** overflow:hiddenを使用しないclearfix  extendをして使用 */
.clearfix:after {
  content: url("data:image/gif;base64,R0lGODlhZAAUAIAAAAD//wAAACH5BAEAAAAALAAAAABkABQAAAIshI+py+0Po5y02ouz3rz7D4biSJbmiabqyrbuC8fyTNf2jef6zvf+DwwKZwUAOw==");
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  zoom: 100%;
}

.clearfix {
  display: block;
}

body, select, input, textarea {
  color: #000;
  font-family: "A1明朝", "A1 Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer;
}

a:active, a:focus {
  outline: none;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*-js-display: flex;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  /*-webkit-flex-grow: 1;
  flex-grow: 1;*/
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  /*height: 100%;*/
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  /*-js-display: flex;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 36%;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: 36%;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@media all and (max-width: 758px) {
  /* Style adjustments for viewports 768px and under go here */
  html {
    height: 100%;
  }
  body {
    background: #fff;
    border-top: 0;
  }
  h1, h2, h3, h4, h5, h6 {
    margin: 0;
    letter-spacing: 0.04rem;
  }
  li {
    list-style-type: none;
  }
  ul {
    padding: 0;
  }
  p {
    margin: 0;
    letter-spacing: 0.04rem;
  }
  iframe {
    border: 0;
  }
  .pc {
    display: none !important;
  }
  #wrap {
    width: 100%;
    position: relative;
    border-top: transparent 1px solid;
    box-sizing: border-box;
  }
  /*--------------------------------------------------
* Navi Area
* --------------------------------------------------*/
  #navi-area {
    position: fixed;
    z-index: 300;
    width: 100%;
    top: 0;
  }
  #navi-area .navi-button {
    width: 10.0260416667%;
    padding-top: 10.0260416667%;
    margin-top: 3.125%;
    height: 0;
    position: absolute;
    display: block;
    top: 0;
    background: #0e357f;
    border-radius: 50%;
    right: 4.6875%;
  }
  #navi-area .navi-button .bar {
    background: #fff;
    height: 0;
    padding-top: 5.1948051948%;
    width: 58.4415584416%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    moz-transform-origin: 50%;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
  }
  #navi-area .navi-button .bar1 {
    top: -31.1688311688%;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #navi-area .navi-button .bar2 {
    -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1) 50ms;
    transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1) 50ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #navi-area .navi-button .bar3 {
    top: 31.1688311688%;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
    transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #navi-area .navi-button:hover .bar1,
  #navi-area .navi-button:hover .bar2,
  #navi-area .navi-button:hover .bar3 {
    -webkit-transform: scaleX(1.1);
    transform: scaleX(1.1);
  }
  #navi-area .navi-button.close-button {
    background: transparent;
  }
  #navi-area .navi-button.close-button .bar {
    background: #000;
    padding-top: 5.1948051948%;
    width: 64.9350649351%;
  }
  #navi-area .navi-button.close-button .bar2 {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  #navi-area .navi-button.close-button .bar1 {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #navi-area .navi-button.close-button .bar3 {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /*--------------------------------------------------
* Common
* --------------------------------------------------*/
  .topto {
    width: 13.0208333333%;
    padding-top: 13.0208333333%;
    height: 0;
    margin: auto;
    left: 0;
    right: 0;
    top: 89.5%;
    position: absolute;
    z-index: 10;
  }
  .topto a {
    width: 100%;
    height: 0;
    padding-top: 100%;
    display: block;
    background: #FFF;
    position: absolute;
    top: 0;
    border-radius: 50%;
    -webkit-transition: all 460ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 460ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    /* easeOutQuint */
  }
  .topto img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 63%;
  }
  .topto .arrow {
    width: 22%;
    position: absolute;
    left: 0;
    right: 0;
    top: -2%;
    margin: auto;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all 460ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 460ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    /* easeOutQuint */
  }
  .topto .arrow img {
    width: 100%;
  }
  .topto:hover .arrow {
    top: -6.6666666667%;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
  body.gallery-opened #navi-area .navi-button.close-button .bar {
    background: #FFF;
  }
  /*--------------------------------------------------
* Modal
* --------------------------------------------------*/
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    display: none;
    opacity: 0;
  }
  .modal .close-button {
    position: absolute;
    width: percentatge(0.03125);
    display: block;
  }
  .modal .close-button img {
    width: 100%;
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
  }
  /*--------------------------------------------------
* modal-navi
* --------------------------------------------------*/
  #modal {
    height: 100%;
    display: none;
    opacity: 0;
    z-index: 200;
    /*  */
  }
  #modal.opened {
    display: block;
    opacity: 1;
  }
  #modal.opened nav {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    background-position: 0 150%;
    background-repeat: repeat-y;
  }
  #modal.opened nav ul,
  #modal.opened nav .share-area {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  #modal nav {
    width: 90.4947916667%;
    background: url("../../images/navi/navi-bg.png");
    background-size: 32.5520833333% 160%;
    background-position: 0 0;
    background-repeat: repeat-y;
    position: absolute;
    right: 0;
    left: auto;
    height: 100%;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #modal nav div.nav-inner {
    height: 100%;
    background: #FFF;
    margin-left: 10.071942446%;
  }
  #modal nav ul {
    -webkit-transform: translate(30%, 0);
    transform: translate(30%, 0);
    -webkit-transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1) 200ms;
    transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1) 200ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0 12.48% 0 0;
    width: 88%;
  }
  #modal nav ul.contents-navi {
    border-bottom: #1a1a1a dashed 1px;
    padding-top: 16.64%;
    background: #FFF;
  }
  #modal nav ul.contents-navi .li {
    padding-left: 75px;
  }
  #modal nav ul.link-navi {
    background: #FFF;
    padding-top: 11.52%;
    border-bottom: #1a1a1a dashed 1px;
  }
  #modal nav li {
    padding-bottom: 13.6363636364%;
    padding-left: 13.6363636364%;
    line-height: 0;
    text-align: left;
  }
  #modal nav li a {
    display: block;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #modal nav li a:hover {
    opacity: 0.7;
  }
  #modal nav li img {
    width: 100%;
  }
  #modal nav #nav-top {
    width: 16%;
  }
  #modal nav #nav-about {
    width: 28.3636363636%;
  }
  #modal nav #nav-lineup {
    width: 33.8181818182%;
  }
  #modal nav #nav-mekongblue {
    width: 62.9090909091%;
  }
  #modal nav #onlineshop {
    width: 72.7272727273%;
    position: relative;
  }
  #modal nav #onlineshop span {
    position: absolute;
    left: 1.5%;
    background: url("../../images/box.svg") top left no-repeat;
    background-size: contain;
    display: inline-block;
    line-height: 0;
    margin-top: -4%;
    width: 10.5%;
    padding-top: 12.5%;
  }
  #modal .share-area {
    text-align: left;
    margin-top: 9.28%;
  }
  #modal .share-area a {
    display: inline-block;
    background: #0e357f;
    width: 10.88%;
    padding-top: 10.88%;
    height: 0;
    margin: 0 4%;
    position: relative;
    border-radius: 50%;
  }
  #modal .share-area a img {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    vertical-align: middle;
  }
  #modal .share-area a.shareFB {
    margin-left: 12%;
  }
  #modal .share-area a.shareFB img {
    width: 26.4705882353%;
  }
  #modal .share-area a.shareTW img {
    width: 55.8823529412%;
  }
  #modal .share-area a.shareLN img {
    width: 70.5882352941%;
  }
  /*--------------------------------------------------
* gallery-modal
* --------------------------------------------------*/
  #modal-gallery {
    height: 100%;
    display: none;
    opacity: 0;
  }
  #modal-gallery.opened {
    display: block;
    opacity: 1;
  }
  #modal-gallery .image-target {
    line-height: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 45%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-size: contain;
    background-repeat: no-repeat;
  }
  #modal-gallery .image-target img {
    margin: 0 auto;
    display: block;
    width: 88.5416666667%;
  }
  #modal-gallery .image-target .image {
    position: absolute;
    width: 100%;
    height: 100%;
    width: 88.5416666667%;
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
  }
  #modal-gallery .image-target #certtarget {
    position: absolute;
    height: 0;
    left: 0;
    right: 0;
    background-position: center center;
    margin: auto;
    padding-top: 100%;
    opacity: 0;
  }
  #modal-gallery .image-target #invisible {
    opacity: 0;
  }
  #modal-gallery .controlls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-bottom: -7.421875%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #modal-gallery .controlls a {
    display: block;
    position: absolute;
    width: 4.3333333333%;
    line-height: 0;
  }
  #modal-gallery .controlls a img {
    width: 100%;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #modal-gallery .controlls a.prev {
    left: 0;
    padding: 6.5104166667% 7.8125% 6.5104166667% 6.5104166667%;
  }
  #modal-gallery .controlls a.next {
    right: 0;
    padding: 6.5104166667% 6.5104166667% 6.5104166667% 7.8125%;
  }
  #modal-gallery .controlls a.disabled {
    opacity: 0.3;
    cursor: default;
  }
  #modal-gallery .buttons {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 12.3697916667%;
  }
  #modal-gallery .buttons .send-button {
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    width: 61.6666666667%;
  }
  #modal-gallery .buttons .send-button img {
    width: 100%;
  }
  #modal-gallery .buttons .print-button {
    display: none;
  }
  #modal-gallery .buttons .close-button {
    width: 6.5104166667%;
    left: 0;
    right: 0;
    margin: 6.5104166667% auto;
  }
  #modal-gallery .buttons .close-button img {
    width: 100%;
  }
  /*--------------------------------------------------
* footer
* --------------------------------------------------*/
  footer {
    position: relative;
  }
  footer .print {
    display: none;
  }
  footer .footer-logo {
    width: 11.9791666667%;
    display: block;
    line-height: 0;
    margin: 0 auto;
  }
  footer .footer-logo img {
    width: 100%;
  }
  footer .copyright {
    margin-top: 3.90625%;
    margin-right: 3.90625%;
    text-align: center;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  footer .copyright {
    font-size: 10px;
    font-size: 2.34375vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  footer .copyright {
    font-size: 11.25px;
    font-size: 2.34375vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  footer .copyright {
    font-size: 15px;
    font-size: 2.34375vw;
  }
}

@media all and (max-width: 758px) {
  footer .topto {
    position: absolute;
    right: 4.1666666667%;
    left: auto;
    bottom: 0;
    margin-bottom: 7.2916666667%;
    display: block;
    border-radius: 50%;
    background: #0e357f;
    width: 9.1145833333%;
    height: 0;
    line-height: 0;
    padding-top: 9.1145833333%;
    -webkit-transition: all 460ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 460ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  footer .topto img {
    left: 0;
    right: 0;
    top: 35%;
    width: 59.0909090909%;
    position: absolute;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  footer .topto:hover {
    background: #61639C;
  }
}

@media all and (min-width: 759px) {
  /* Style adjustments for viewports 769px and over go here */
  body {
    background: #fff;
  }
  h1, h2, h3, h4, h5, h6 {
    margin: 0;
    letter-spacing: 0.04rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  li {
    list-style-type: none;
  }
  ul {
    padding: 0;
  }
  p {
    margin: 0;
    letter-spacing: 0.04rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  iframe {
    border: 0;
  }
  .sp {
    display: none !important;
  }
  body.page-fixed {
    overflow: hidden;
  }
  /*--------------------------------------------------
* Overwrite
* --------------------------------------------------*/
  #wrap {
    width: 100%;
    position: relative;
    border-top: transparent 1px solid;
    box-sizing: border-box;
  }
  /*---------------------------------------------------
* Navi Area
* --------------------------------------------------*/
  #navi-area {
    position: fixed;
    z-index: 300;
    width: 100%;
    top: 0;
    -webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    /* easeOutQuint */
  }
  #navi-area .navi-button {
    width: 52px;
    height: 52px;
    background: #0e357f;
    border-radius: 50%;
    position: absolute;
    display: block;
    top: 26px;
    right: 32px;
  }
  #navi-area .navi-button .bar {
    background: #fff;
    height: 3px;
    width: 28px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    moz-transform-origin: 50%;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
  }
  #navi-area .navi-button .bar1 {
    top: -16px;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #navi-area .navi-button .bar2 {
    -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1) 50ms;
    transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1) 50ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #navi-area .navi-button .bar3 {
    top: 16px;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
    transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #navi-area .navi-button:hover .bar1,
  #navi-area .navi-button:hover .bar2,
  #navi-area .navi-button:hover .bar3 {
    -webkit-transform: scaleX(1.26);
    transform: scaleX(1.26);
  }
  #navi-area .navi-button.close-button {
    background: transparent;
  }
  #navi-area .navi-button.close-button .bar {
    background: #000;
    height: 3px;
    width: 30px;
  }
  #navi-area .navi-button.close-button .bar2 {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  #navi-area .navi-button.close-button .bar1 {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  #navi-area .navi-button.close-button .bar3 {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  body.gallery-opened #navi-area .navi-button.close-button .bar {
    background: #FFF;
  }
  /*--------------------------------------------------
* Modal
* --------------------------------------------------*/
  .modal {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  .modal .close-button {
    position: absolute;
    width: 24px;
    display: block;
  }
  .modal .close-button img {
    width: 100%;
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
  }
  /*--------------------------------------------------
* modal-navi
* --------------------------------------------------*/
  #modal {
    height: 100%;
    display: none;
    opacity: 0;
    z-index: 200;
  }
  #modal.opened {
    display: block;
    opacity: 1;
  }
  #modal.opened nav {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    background-position: 0 100%;
    background-repeat: repeat-y;
  }
  #modal.opened nav ul,
  #modal.opened nav .share-area {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  #modal nav {
    width: 59.375%;
    background: url("../../images/navi/navi-bg.png");
    background-size: 250px 200%;
    background-position: 0 0;
    background-repeat: repeat-y;
    max-width: 760px;
    position: absolute;
    right: 0;
    left: auto;
    height: 100%;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 1800ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
    transition: all 1800ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #modal nav div.nav-inner {
    height: 100%;
    background: #FFF;
    margin-left: 7.8947368421%;
  }
  #modal nav ul {
    -webkit-transform: translate(30%, 0);
    transform: translate(30%, 0);
    -webkit-transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1) 200ms;
    transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1) 200ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0 7.8947368421% 0 auto;
    width: 78.9473684211%;
  }
  #modal nav ul.contents-navi {
    border-bottom: #1a1a1a dashed 1px;
    padding-top: 100px;
    background: #FFF;
  }
  #modal nav ul.contents-navi .li {
    padding-left: 75px;
  }
  #modal nav ul.link-navi {
    background: #FFF;
    padding-top: 45px;
    border-bottom: #1a1a1a dashed 1px;
  }
  #modal nav li {
    padding-bottom: 10%;
    padding-left: 12.5%;
    line-height: 0;
    text-align: left;
  }
  #modal nav li a {
    -webkit-transition: opacity 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: opacity 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    background: #FFF;
  }
  #modal nav li a:hover {
    opacity: 0.7;
  }
  #modal nav li img {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
  }
  #modal nav #nav-top {
    width: 11%;
  }
  #modal nav #nav-about {
    width: 19.6666666667%;
  }
  #modal nav #nav-lineup {
    width: 23.3333333333%;
  }
  #modal nav #nav-mekongblue {
    width: 42.5%;
  }
  #modal nav #onlineshop {
    width: 50%;
    position: relative;
  }
  #modal nav #onlineshop span {
    position: absolute;
    left: 1.6666666667%;
    background: url("../../images/box.svg") top left no-repeat;
    background-size: contain;
    display: inline-block;
    margin-top: -5.3333333333%;
    width: 12.3333333333%;
    max-width: 37px;
    padding-top: 15%;
  }
  #modal .share-area {
    -webkit-transform: translate(30%, 0);
    transform: translate(30%, 0);
    -webkit-transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1) 200ms;
    transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1) 200ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #FFF;
    margin: 0 7.8947368421% 0 auto;
    width: 78.9473684211%;
    padding-top: 4.6052631579%;
  }
  #modal .share-area a {
    display: inline-block;
    width: 8.6666666667%;
    padding-top: 8.6666666667%;
    height: 0;
    background: #0e357f;
    border-radius: 50%;
    margin: 0 3%;
    position: relative;
  }
  #modal .share-area a img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 460ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 460ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #modal .share-area a:hover img {
    opacity: 0.7;
  }
  #modal .share-area .shareFB {
    margin-left: 12.3333333333%;
  }
  #modal .share-area .shareFB img {
    width: 26.9230769231%;
  }
  #modal .share-area .shareTW img {
    width: 57.6923076923%;
  }
  /*--------------------------------------------------
* gallery-modal
* --------------------------------------------------*/
  #modal-gallery {
    height: 100%;
    display: none;
    z-index: 201;
    opacity: 0;
  }
  #modal-gallery.opened {
    display: block;
    opacity: 1;
  }
  #modal-gallery .image-target {
    line-height: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 43%;
    width: 59.375%;
    max-width: 760px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-size: contain;
    background-repeat: no-repeat;
  }
  #modal-gallery .image-target .image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #modal-gallery .image-target #certtarget {
    position: absolute;
    height: 0;
    padding-top: 100%;
    opacity: 0;
  }
  #modal-gallery .image-target #invisible {
    opacity: 0;
  }
  #modal-gallery .image-target img {
    width: 100%;
  }
  #modal-gallery .controlls {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-width: 906px;
  }
  #modal-gallery .controlls a {
    display: block;
    position: absolute;
    width: 26px;
    line-height: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #modal-gallery .controlls a img {
    width: 100%;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #modal-gallery .controlls a.prev {
    left: -60px;
    padding: 15px 15px 15px 0;
  }
  #modal-gallery .controlls a.next {
    right: -60px;
    padding: 15px 0 15px 15px;
  }
  #modal-gallery .controlls a:hover.prev img {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
  #modal-gallery .controlls a:hover.next img {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  #modal-gallery .controlls a.disabled {
    opacity: 0.3;
    cursor: default;
  }
  #modal-gallery .controlls a.disabled:hover.prev img {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #modal-gallery .controlls a.disabled:hover.next img {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #modal-gallery .buttons {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 4.4150110375%;
    padding-top: 6.6225165563%;
  }
  #modal-gallery .buttons a {
    display: block;
    line-height: 0;
    position: absolute;
    border-radius: 15px;
    margin: auto;
    top: 0;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #modal-gallery .buttons a img {
    width: 100%;
  }
  #modal-gallery .buttons a:hover {
    opacity: 0.7;
  }
  #modal-gallery .buttons .send-button {
    left: 0;
    right: 0;
    width: 36.4238410596%;
  }
  #modal-gallery .buttons .print-button {
    right: 0;
    width: 14.9006622517%;
  }
  #modal-gallery .buttons .close-button {
    display: none;
  }
  /*--------------------------------------------------
* footer
* --------------------------------------------------*/
  footer {
    padding-bottom: 30px;
    position: relative;
  }
  footer .print {
    display: none;
  }
  footer .footer-logo {
    width: 92px;
    display: block;
    line-height: 0;
    margin: 0 auto;
  }
  footer .footer-logo img {
    width: 100%;
  }
  footer .copyright {
    margin-top: 30px;
    margin-right: 30px;
    font-size: 11px;
    text-align: right;
  }
  footer .topto {
    position: absolute;
    right: 32px;
    bottom: 82px;
    display: block;
    border-radius: 50%;
    background: #0e357f;
    width: 52px;
    height: 52px;
    line-height: 0;
    -webkit-transition: all 460ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 460ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  footer .topto img {
    left: 0;
    right: 0;
    top: 50%;
    width: 30px;
    position: absolute;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  footer .topto:hover {
    background: #61639C;
  }
}

@media print {
  body,
  html {
    overflow: hidden;
    height: 100%;
    width: 100%;
  }
  header#navi-area,
  #contents {
    display: none;
  }
  footer .print {
    margin: 40px;
    display: block;
    font-size: 24px;
    color: #000;
    text-align: center;
  }
  #modal-gallery .image-target {
    width: 100%;
    height: 100%;
    max-width: none;
    background: none;
    top: 50%;
  }
  #modal-gallery .image-target #certtarget {
    width: 100%;
    height: auto;
    padding-top: 0;
    opacity: 1;
  }
}

@media all and (max-width: 758px) {
  html {
    overflow: auto;
  }
  body {
    background: url("../../images/wood.jpg") top left repeat;
  }
  body.page-fixed {
    /* overflow: hidden;
  height: 100%;
  background: none;
  #contents {
    pointer-events: none;
  } */
  }
  #contents {
    overflow: hidden;
    width: 100%;
  }
  /*--------------------------------------------------
* Section
* --------------------------------------------------*/
  section {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  section .section-inner {
    margin: 0 auto;
    width: 100%;
  }
  section h2 {
    line-height: 0;
    margin: 0 auto;
  }
  section h2 img {
    width: 100%;
  }
  section h3 {
    text-align: center;
    padding-bottom: 9.1145833333%;
    line-height: 1.8;
    background: #FFF;
    letter-spacing: 0.08rem;
  }
  section h3 span {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  section h3 span {
    font-size: 12.7777777778px;
    font-size: 2.9947916667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  section h3 span {
    font-size: 14.375px;
    font-size: 2.9947916667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  section h3 span {
    font-size: 19.1666666667px;
    font-size: 2.9947916667vw;
  }
}

@media all and (max-width: 758px) {
  section h3 p {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  section h3 p {
    font-size: 19.4444444444px;
    font-size: 4.5572916667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  section h3 p {
    font-size: 21.875px;
    font-size: 4.5572916667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  section h3 p {
    font-size: 29.1666666667px;
    font-size: 4.5572916667vw;
  }
}

@media all and (max-width: 758px) {
  /*--------------------------------------------------
* Main Area
* --------------------------------------------------*/
  #main-area {
    line-height: 0;
  }
  #main-area #main-image {
    background: #FFF;
    width: 100%;
    height: 94vh;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #main-area #main-image .slick-track,
  #main-area #main-image .slick-list {
    height: 100%;
  }
  #main-area #main-image .img1 {
    height: 100%;
    background: url("../../images/sp/mainimage/image1.jpg") center center no-repeat;
    background-size: cover;
  }
  #main-area #main-image .img2 {
    height: 100%;
    background: url("../../images/sp/mainimage/image2.jpg") center center no-repeat;
    background-size: cover;
  }
  #main-area #main-image .img3 {
    height: 100%;
    background: url("../../images/sp/mainimage/image3.jpg") center center no-repeat;
    background-size: cover;
  }
  #main-area #main-image.invisible {
    opacity: 0;
  }
  #main-area .dum {
    display: none;
    pointer-events: none;
    position: relative;
    opacity: 0.8;
    height: 94vh;
  }
  #main-area .dum img {
    width: auto;
    opacity: 0;
    height: 100%;
  }
  #main-area img {
    width: 100%;
  }
  #main-area .inner {
    pointer-events: none;
    margin-top: -120px;
    padding-top: 1px;
    position: relative;
    z-index: 2;
  }
  #main-area .inner .head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #main-area .slick-dots {
    position: absolute;
    bottom: 50px;
    margin-bottom: 19.53125%;
  }
  #main-area .slick-dots li {
    width: 2.6041666667%;
    height: 0;
    padding-top: 2.6041666667%;
    position: relative;
    margin: 0 2.2135416667%;
  }
  #main-area .slick-dots li button {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #main-area .slick-dots li button:before {
    display: none;
  }
  #main-area .slick-dots li.slick-active button, #main-area .slick-dots li:hover button {
    background: #5F5F5F;
  }
  #main-area h1 {
    position: relative;
    pointer-events: none;
    line-height: 0;
    margin-top: 3.125%;
  }
  #main-area h1 img {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 114.583333333%;
    margin-left: -7.421875%;
  }
  /*--------------------------------------------------
* About Area
* --------------------------------------------------*/
  section#about {
    background: url("../../images/foot0.png") bottom left no-repeat;
    background-size: 100% auto;
    padding-bottom: 8.3333333333%;
    z-index: 2;
  }
  section#about .section-inner {
    padding-top: 11.0677083333%;
    padding-bottom: 10.4166666667%;
    background: #FFF;
  }
  section#about h2 {
    width: 11.4583333333%;
    margin-bottom: 9.765625%;
  }
  section#about h3 {
    background: transparent;
    position: relative;
  }
  section#about p.text {
    width: 88.5416666667%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    line-height: 3;
    border-bottom: #808080 1px dashed;
    padding-bottom: 9.1145833333%;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  section#about p.text {
    font-size: 11.6666666667px;
    font-size: 2.734375vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  section#about p.text {
    font-size: 13.125px;
    font-size: 2.734375vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  section#about p.text {
    font-size: 17.5px;
    font-size: 2.734375vw;
  }
}

@media all and (max-width: 758px) {
  section#about h4 {
    padding-top: 11.71875%;
    font-size: spfontsize(23px);
    text-align: center;
    margin-bottom: 3.2552083333%;
  }
  section#about .howto {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 78.125%;
    font-size: 0;
    text-align: center;
    line-height: 0;
  }
  section#about .howto .step1,
  section#about .howto .step2 {
    width: 78.125%;
    display: block;
    vertical-align: middle;
    margin: 6.25% auto;
  }
  section#about .howto .step1 .image-area,
  section#about .howto .step2 .image-area {
    line-height: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.3333333333%;
    width: 86.6666666667%;
  }
  section#about .howto .step1 .image-area img,
  section#about .howto .step2 .image-area img {
    width: 100%;
  }
  section#about .howto .step1 .text-area,
  section#about .howto .step2 .text-area {
    text-align: center;
    line-height: 2;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  section#about .howto .step1 .text-area,
  section#about .howto .step2 .text-area {
    font-size: 11.1111111111px;
    font-size: 2.6041666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  section#about .howto .step1 .text-area,
  section#about .howto .step2 .text-area {
    font-size: 12.5px;
    font-size: 2.6041666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  section#about .howto .step1 .text-area,
  section#about .howto .step2 .text-area {
    font-size: 16.6666666667px;
    font-size: 2.6041666667vw;
  }
}

@media all and (max-width: 758px) {
  section#about .howto .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 8.4635416667%;
    display: block;
    vertical-align: middle;
    margin: 0 auto;
  }
  section#about .package {
    bottom: 0;
    left: -11.71875%;
    width: 41.6666666667%;
    padding-bottom: 19.53125%;
    position: absolute;
  }
  section#about .flower1 {
    top: 37.5%;
    right: -15.625%;
    width: 46.875%;
    pointer-events: none;
    position: absolute;
    z-index: 1;
  }
  /*--------------------------------------------------
* Lineup Area
* --------------------------------------------------*/
  section#lineup {
    z-index: 6;
    overflow: visible;
    background: url("../../images/head1.svg") top left -3px no-repeat;
    background-size: 103% auto;
    margin-top: -3.90625%;
    padding-top: 10.4166666667%;
  }
  section#lineup .flower2 {
    bottom: -5.2083333333%;
    right: 2.6041666667%;
    width: 18.2291666667%;
    pointer-events: none;
    position: absolute;
    z-index: 2;
  }
  section#lineup .flower3 {
    top: 1.3020833333%;
    left: 13.0208333333%;
    width: 14.3229166667%;
    pointer-events: none;
    position: absolute;
  }
  section#lineup .flower4 {
    top: 10.4166666667%;
    left: 1.3020833333%;
    width: 13.0208333333%;
    pointer-events: none;
    position: absolute;
  }
  section#lineup .section-inner {
    background: url("../../images/foot1.svg") bottom left -3px no-repeat;
    background-size: 103% auto;
    padding-top: 0%;
    padding-bottom: 9.1145833333%;
  }
  section#lineup h2 {
    padding-top: 9.1145833333%;
    background: #FFF;
    padding-bottom: 5.2083333333%;
  }
  section#lineup h2 img {
    display: block;
    margin: 0 auto;
    width: 14.3229166667%;
  }
  section#lineup h3 {
    background: #FFF;
    padding-bottom: 12.3697916667%;
  }
  section#lineup h3 p {
    letter-spacing: 0.1rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  section#lineup .cert-wrap {
    width: 100%;
    background: #FFF;
  }
  section#lineup .cert-list {
    background: #FFF;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
  }
  section#lineup .cert-list .cert {
    display: inline-block;
    vertical-align: top;
    width: 93.75%;
    margin: 0 auto 13.0208333333%;
  }
  section#lineup .cert-list .cert .image-area {
    position: relative;
    width: 88%;
    margin: 0 auto 5.7142857143%;
    overflow: hidden;
  }
  section#lineup .cert-list .cert .image-area .illust {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  section#lineup .cert-list .cert .image-area .frame {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  section#lineup .cert-list .cert .text-area {
    text-align: center;
    color: #0e357f;
  }
  section#lineup .cert-list .cert .text-area p {
    color: #0e357f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: nowrap;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  section#lineup .cert-list .cert .text-area p {
    font-size: 16.6666666667px;
    font-size: 3.90625vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  section#lineup .cert-list .cert .text-area p {
    font-size: 18.75px;
    font-size: 3.90625vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  section#lineup .cert-list .cert .text-area p {
    font-size: 25px;
    font-size: 3.90625vw;
  }
}

@media all and (max-width: 758px) {
  section#lineup .cert-image {
    position: absolute;
    width: 43.6197916667%;
    right: -6.5104166667%;
    margin-bottom: -23.9583333333%;
    bottom: 0%;
  }
  /*--------------------------------------------------
* Mekong Blue Area
* --------------------------------------------------*/
  section#mekongblue {
    margin-top: -3.90625%;
    z-index: 5;
    background: url("../../images/head2.svg") top left -3px no-repeat;
    background-size: 103% auto;
    padding-top: 10.4166666667%;
  }
  section#mekongblue .section-inner {
    background: url("../../images/foot2.svg") bottom left no-repeat;
    background-size: 100% auto;
    padding-bottom: 6.5104166667%;
  }
  section#mekongblue .section-inner .wrap {
    background: #FFF;
    margin: 0 auto;
  }
  section#mekongblue .section-inner .inner {
    padding-top: 15.625%;
    width: 84.6354166667%;
    margin: 0 auto;
    border: #FFF 1px solid;
    position: relative;
  }
  section#mekongblue h2 {
    background: #FFF;
    width: 30%;
    text-align: center;
    margin: 0 auto 4.6153846154%;
  }
  section#mekongblue .text-area {
    margin: 0 auto 14.3229166667%;
    line-height: 2.5;
  }
  section#mekongblue .text-area h3 {
    padding-bottom: 9.2307692308%;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  section#mekongblue .text-area h3 p {
    text-align: center;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  section#mekongblue .text-area h3 p {
    font-size: 20px;
    font-size: 4.6875vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  section#mekongblue .text-area h3 p {
    font-size: 22.5px;
    font-size: 4.6875vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  section#mekongblue .text-area h3 p {
    font-size: 30px;
    font-size: 4.6875vw;
  }
}

@media all and (max-width: 758px) {
  section#mekongblue .text-area p {
    text-align: center;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  section#mekongblue .text-area p {
    font-size: 11.6666666667px;
    font-size: 2.734375vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  section#mekongblue .text-area p {
    font-size: 13.125px;
    font-size: 2.734375vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  section#mekongblue .text-area p {
    font-size: 17.5px;
    font-size: 2.734375vw;
  }
}

@media all and (max-width: 758px) {
  section#mekongblue .image-area {
    margin: 0 auto 6.5104166667% auto;
    line-height: 0;
    position: relative;
    width: 100%;
    display: inline-block;
    zoom: 100%;
    display: block;
  }
  section#mekongblue .image-area:after {
    content: url("data:image/gif;base64,R0lGODlhZAAUAIAAAAD//wAAACH5BAEAAAAALAAAAABkABQAAAIshI+py+0Po5y02ouz3rz7D4biSJbmiabqyrbuC8fyTNf2jef6zvf+DwwKZwUAOw==");
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  section#mekongblue .image-area .image1 {
    width: 36%;
    float: left;
    opacity: 0;
    margin-right: 2.6153846154%;
  }
  section#mekongblue .image-area .image2 {
    width: 60.7692307692%;
    margin-bottom: 2.7692307692%;
  }
  section#mekongblue .image-area .image3 {
    width: 60.7692307692%;
  }
  section#mekongblue .brand-link-button {
    display: block;
    width: 33.8461538462%;
    background: #0e357f;
    border-radius: 6px;
    margin: 10.7692307692% auto 7.6923076923%;
    padding: 2.6178010471% 7.3298429319%;
  }
  section#mekongblue .brand-link-button img {
    width: 100%;
  }
  section#mekongblue .stole {
    position: absolute;
    bottom: 0;
    margin-bottom: 18.4615384615%;
    left: -40%;
    width: 77.5384615385%;
  }
  /*--------------------------------------------------
* Send Area
* --------------------------------------------------*/
  section#send-area {
    z-index: 4;
    background: url("../../images/stole.svg") top left no-repeat;
    background-size: 100% auto;
    margin-top: -6.5104166667%;
    padding-bottom: 12.3697916667%;
  }
  section#send-area a {
    display: block;
    background: #FFF;
    width: 53.90625%;
    border-radius: 10px;
    margin: 11.71875% auto 14.3229166667%;
    padding: 2.5925925926% 5.5555555556% 3.3333333333%;
    line-height: 0;
    box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.8);
  }
  section#send-area a img {
    width: 100%;
  }
  /*--------------------------------------------------
* Campaign Area
* --------------------------------------------------*/
  section#campaign-area .info-area {
    background: #FFF;
    width: 78.125%;
    padding: 5.2083333333% 6.5104166667%;
    margin: 0 auto;
    text-align: center;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
  section#campaign-area .info-area h2 {
    color: #0e357f;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.08rem;
    margin-bottom: 6.4516129032%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  section#campaign-area .info-area h2 {
    font-size: 13.8888888889px;
    font-size: 3.2552083333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  section#campaign-area .info-area h2 {
    font-size: 15.625px;
    font-size: 3.2552083333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  section#campaign-area .info-area h2 {
    font-size: 20.8333333333px;
    font-size: 3.2552083333vw;
  }
}

@media all and (max-width: 758px) {
  section#campaign-area .info-area h2 span {
    width: 6.6129032258%;
    display: block;
    margin: 0 auto 4.0322580645%;
    line-height: 1;
  }
  section#campaign-area .info-area h2 span img {
    width: 100%;
  }
  section#campaign-area .info-area p {
    line-height: 2.2;
    margin-bottom: 30px;
    text-align: left;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  section#campaign-area .info-area p {
    font-size: 11.1111111111px;
    font-size: 2.6041666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  section#campaign-area .info-area p {
    font-size: 12.5px;
    font-size: 2.6041666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  section#campaign-area .info-area p {
    font-size: 16.6666666667px;
    font-size: 2.6041666667vw;
  }
}

@media all and (max-width: 758px) {
  section#campaign-area .info-area p:last-child {
    margin-bottom: 0;
  }
  section#campaign-area .info-area p a {
    text-decoration: underline;
  }
  /*--------------------------------------------------
* Share Area
* --------------------------------------------------*/
  section#share-area {
    padding-top: 0;
    padding-bottom: 9.1145833333%;
  }
  section#share-area .section-inner {
    text-align: center;
  }
  section#share-area .section-inner a {
    display: inline-block;
    position: relative;
    width: 10.6770833333%;
    height: 0;
    padding-top: 10.6770833333%;
    background: #FFF;
    border-radius: 50%;
    margin: 0 3.6458333333%;
    line-height: 0;
    position: relative;
  }
  section#share-area .section-inner a img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  section#share-area .section-inner .shareFB img {
    width: 28.0487804878%;
  }
  section#share-area .section-inner .shareTW img {
    width: 54.8780487805%;
  }
  section#share-area .section-inner .shareLN img {
    width: 69.512195122%;
  }
  @-webkit-keyframes top-scroll {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    45% {
      -webkit-transform: translate(0, 7px);
      transform: translate(0, 7px);
    }
    55% {
      -webkit-transform: translate(0, 7px);
      transform: translate(0, 7px);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @keyframes top-scroll {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    45% {
      -webkit-transform: translate(0, 7px);
      transform: translate(0, 7px);
    }
    55% {
      -webkit-transform: translate(0, 7px);
      transform: translate(0, 7px);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
}

@media all and (min-width: 759px) {
  body {
    background: url("../../images/wood.jpg") top left repeat;
    background-attachment: fixed;
  }
  #contents {
    overflow: hidden;
    width: 100%;
  }
  /*--------------------------------------------------
* Section
* --------------------------------------------------*/
  section {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  section .section-inner {
    margin: 0 auto;
    width: 100%;
  }
  section h2 {
    line-height: 0;
    margin: 0 auto;
  }
  section h2 img {
    width: 100%;
  }
  section h3 {
    text-align: center;
    padding-bottom: 40px;
    line-height: 1.8;
    background: #FFF;
    letter-spacing: 0.08rem;
  }
  section h3 span {
    font-size: 23px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  section h3 p {
    font-size: 35px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  /*--------------------------------------------------
* Main Area
* --------------------------------------------------*/
  #main-area {
    line-height: 0;
  }
  #main-area #main-image {
    position: fixed;
    background: #FFF;
    width: 100%;
    height: 90vh;
    top: 0;
    left: 0;
  }
  #main-area #main-image .slick-track,
  #main-area #main-image .slick-list {
    height: 100%;
  }
  #main-area #main-image .img1 {
    height: 100%;
    background: url("../../images/mainimage/image1.jpg") center center no-repeat;
    background-size: cover;
  }
  #main-area #main-image .img2 {
    height: 100%;
    background: url("../../images/mainimage/image2.jpg") center center no-repeat;
    background-size: cover;
  }
  #main-area #main-image .img3 {
    height: 100%;
    background: url("../../images/mainimage/image3.jpg") center center no-repeat;
    background-size: cover;
  }
  #main-area #main-image.invisible {
    opacity: 0;
  }
  #main-area .dum {
    pointer-events: none;
    position: relative;
    opacity: 0.8;
    border: #cc0;
    height: 90vh;
  }
  #main-area .dum img {
    width: auto;
    opacity: 0;
    height: 100%;
  }
  #main-area img {
    width: 100%;
  }
  #main-area .inner {
    pointer-events: none;
    margin-top: -120px;
    padding-top: 1px;
    position: relative;
    -webkit-transform: translate(0, 1px);
            transform: translate(0, 1px);
    border-bottom: 1px solid #FFF;
  }
  #main-area .inner .head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #main-area .slick-dots {
    position: absolute;
    bottom: 120px;
  }
  #main-area .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
  }
  #main-area .slick-dots li button {
    border-radius: 50%;
    background: #FFF;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #main-area .slick-dots li button:before {
    display: none;
  }
  #main-area .slick-dots li.slick-active button, #main-area .slick-dots li:hover button {
    background: #5d5d5d;
  }
  #main-area h1 {
    pointer-events: none;
    position: relative;
    line-height: 0;
    margin-top: 1.875%;
  }
  #main-area h1 img {
    position: relative;
    margin: 0 auto 1px;
    display: block;
    width: 67.8125%;
    max-width: 868px;
  }
  /*--------------------------------------------------
* About Area
* --------------------------------------------------*/
  section#about {
    background: url("../../images/foot0.svg") bottom left -4px no-repeat;
    background-size: 103% auto;
    -webkit-transform: translate(0, -1px);
    transform: translate(0, -1px);
    padding-bottom: 7.8125%;
  }
  section#about .section-inner {
    padding-top: 85px;
    padding-bottom: 80px;
    background: #FFF;
  }
  section#about h2 {
    width: 6.875%;
    max-width: 88px;
    margin-bottom: 58px;
  }
  section#about h3 {
    background: transparent;
    position: relative;
    padding-bottom: 46px;
  }
  section#about p.text {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    line-height: 3.2;
    font-size: 17px;
    max-width: 680px;
    position: relative;
    border-bottom: #808080 1px dashed;
    padding-bottom: 55px;
    z-index: 1;
    text-shadow: 0 0 6px #FFF;
  }
  section#about h4 {
    padding-top: 70px;
    font-size: 23px;
    text-align: center;
    margin-bottom: 25px;
  }
  section#about .howto {
    margin: 0 auto;
    width: 100%;
    max-width: 680px;
    font-size: 0;
    text-align: center;
    line-height: 0;
  }
  section#about .howto .step1,
  section#about .howto .step2 {
    width: 270px;
    display: inline-block;
    vertical-align: middle;
  }
  section#about .howto .step1 .image-area,
  section#about .howto .step2 .image-area {
    width: 250px;
    margin: 0 auto 25px;
  }
  section#about .howto .step1 .image-area img,
  section#about .howto .step2 .image-area img {
    width: 100%;
  }
  section#about .howto .step1 .text-area,
  section#about .howto .step2 .text-area {
    text-align: center;
    font-size: 12px;
    line-height: 2;
  }
  section#about .howto .arrow {
    width: 34px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
  }
  section#about .package {
    bottom: 80px;
    right: 75%;
    width: 39.0625%;
    max-width: 500px;
    pointer-events: none;
    position: absolute;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
  section#about .flower1 {
    top: 6.25%;
    right: -10.15625%;
    width: 39.0625%;
    pointer-events: none;
    position: absolute;
  }
  section#about .flower2 {
    top: 60.9375%;
    right: 3.90625%;
    width: 10.15625%;
    pointer-events: none;
    position: absolute;
  }
  /*--------------------------------------------------
* Lineup Area
* --------------------------------------------------*/
  section#lineup {
    z-index: 6;
    overflow: visible;
    background: url("../../images/head1.svg") top left -4px no-repeat;
    background-size: 103% auto;
    margin-top: -3.90625%;
    padding-top: 5.46875%;
  }
  section#lineup .flower3 {
    top: -3.125%;
    left: 12.1875%;
    width: 11.71875%;
    pointer-events: none;
    position: absolute;
  }
  section#lineup .flower4 {
    top: 2.34375%;
    left: 1.5625%;
    width: 8.59375%;
    pointer-events: none;
    position: absolute;
  }
  section#lineup .section-inner {
    background: url("../../images/foot1.svg") bottom left -4px no-repeat;
    background-size: 103% auto;
    padding-bottom: 9.375%;
  }
  section#lineup h2 {
    width: 106px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  section#lineup .cert-wrap {
    width: 100%;
    background: #FFF;
  }
  section#lineup .cert-list {
    background: #FFF;
    width: 100%;
    max-width: 1088px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
  }
  section#lineup .cert-list .cert {
    display: inline-block;
    vertical-align: top;
    width: 85.8455882353%;
    margin: 0 auto 8.2720588235%;
    /* &:hover {
        .image-area {
          transform: scale(1.14);
        }
      } */
  }
  section#lineup .cert-list .cert .image-area {
    position: relative;
    width: 100%;
    margin: 0 auto 10px;
    overflow: hidden;
  }
  section#lineup .cert-list .cert .image-area .illust {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  section#lineup .cert-list .cert .image-area .frame {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  section#lineup .cert-list .cert .text-area {
    text-align: center;
    color: #0e357f;
  }
  section#lineup .cert-list .cert .text-area p {
    color: #0e357f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: nowrap;
  }
}

@media all and (min-width: 759px) and (max-width: 1023px) {
  section#lineup .cert-list .cert .text-area p {
    font-size: 13.125px;
    font-size: 1.9301470588vw;
  }
}

@media all and (min-width: 759px) and (min-width: 1024px) {
  section#lineup .cert-list .cert .text-area p {
    font-size: 21px;
  }
}

@media all and (min-width: 759px) {
  section#lineup .cert-image {
    position: absolute;
    max-width: 490px;
    width: 38.28125%;
    right: -7.03125%;
    bottom: 0;
    margin-bottom: -19.53125%;
  }
  /*--------------------------------------------------
* Mekong Blue Area
* --------------------------------------------------*/
  section#mekongblue {
    margin-top: -40px;
    z-index: 5;
    background: url("../../images/head2.svg") top left -4px no-repeat;
    background-size: 104% auto;
    padding-top: 7.8125%;
  }
  section#mekongblue .section-inner {
    background: url("../../images/foot2.svg") bottom left -4px no-repeat;
    background-size: 104% auto;
    padding-bottom: 9.84375%;
  }
  section#mekongblue .section-inner .wrap {
    background: #FFF;
    padding-top: 50px;
    margin: 0 auto;
  }
  section#mekongblue .section-inner .inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    border: #FFF 1px solid;
    position: relative;
  }
  section#mekongblue h2 {
    width: 30.7936507937%;
    text-align: left;
    margin: 0 0 3.9682539683%;
  }
  section#mekongblue h3 {
    padding-bottom: 7.1428571429%;
    text-align: left;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  section#mekongblue .text-area {
    margin: 0 2.34375% 3.90625% auto;
    width: 49.21875%;
    max-width: 630px;
    line-height: 2;
  }
  section#mekongblue .text-area p {
    text-align: left;
  }
  section#mekongblue .image-area {
    margin: 0 2.34375% 7.03125% auto;
    line-height: 0;
    position: relative;
    width: 49.21875%;
    max-width: 630px;
    display: inline-block;
    zoom: 100%;
    display: block;
  }
  section#mekongblue .image-area:after {
    content: url("data:image/gif;base64,R0lGODlhZAAUAIAAAAD//wAAACH5BAEAAAAALAAAAABkABQAAAIshI+py+0Po5y02ouz3rz7D4biSJbmiabqyrbuC8fyTNf2jef6zvf+DwwKZwUAOw==");
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  section#mekongblue .image-area .image1 {
    width: 34.9206349206%;
    float: left;
    margin-right: 2.6984126984%;
  }
  section#mekongblue .image-area .image2 {
    width: 62.2222222222%;
    margin-bottom: 2.8571428571%;
  }
  section#mekongblue .image-area .image3 {
    width: 62.2222222222%;
  }
  section#mekongblue .brand-link-button {
    display: block;
    width: 30.4761904762%;
    background: #0e357f;
    border-radius: 6px;
    margin: 32px auto 0;
    padding: 10px 32px 10px 40px;
    -webkit-transition: all 460ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 460ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  section#mekongblue .brand-link-button img {
    width: 100%;
  }
  section#mekongblue .brand-link-button:hover {
    background: #61639C;
  }
  section#mekongblue .stole {
    position: absolute;
    max-width: 720px;
    top: 23px;
    left: -120px;
    width: 56.25%;
  }
  /*--------------------------------------------------
* Send Area
* --------------------------------------------------*/
  section#send-area {
    z-index: 4;
    background: url("../../images/stole.svg") bottom left no-repeat;
    background-size: 98% auto;
    margin-top: -7.8125%;
    padding-top: 1px;
    padding-bottom: 7.8125%;
  }
  section#send-area .section-inner {
    padding-top: 1px;
  }
  section#send-area a {
    display: block;
    background: #FFF;
    width: 37.5%;
    max-width: 540px;
    border-radius: 20px;
    margin: 12.5% auto 8.984375%;
    padding: 1.5625% 5.46875% 1.953125%;
    line-height: 0;
    box-shadow: 10px 10px 25px black;
  }
  section#send-area a img {
    width: 100%;
    -webkit-transition: all 460ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 460ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  section#send-area a:hover img {
    opacity: 0.7;
  }
  /*--------------------------------------------------
* Campaign Area
* --------------------------------------------------*/
  section#campaign-area {
    padding-top: 58px;
  }
  section#campaign-area .info-area {
    background: #FFF;
    width: 67.96875%;
    padding: 35px 35px;
    max-width: 870px;
    margin: 0 auto;
    text-align: center;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
  section#campaign-area .info-area h2 {
    color: #0e357f;
    line-height: 1;
    margin-bottom: 24px;
    font-size: 20px;
  }
  section#campaign-area .info-area h2 span {
    width: 24px;
    position: relative;
    top: 3px;
    display: inline-block;
    line-height: 0;
  }
  section#campaign-area .info-area h2 span img {
    width: 100%;
  }
  section#campaign-area .info-area p {
    line-height: 2;
    margin-bottom: 30px;
    font-size: 15px;
    text-align: left;
  }
  section#campaign-area .info-area p:last-child {
    margin-bottom: 0;
  }
  section#campaign-area .info-area p a {
    text-decoration: underline;
  }
  /*--------------------------------------------------
* Share Area
* --------------------------------------------------*/
  section#share-area {
    padding-top: 0;
    padding-bottom: 35px;
  }
  section#share-area .section-inner {
    text-align: center;
  }
  section#share-area .section-inner a {
    display: inline-block;
    width: 62px;
    height: 62px;
    background: #FFF;
    border-radius: 50%;
    margin: 0 22px;
    position: relative;
  }
  section#share-area .section-inner a img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 460ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 460ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  section#share-area .section-inner a:hover img {
    opacity: 0.7;
  }
  section#share-area .section-inner .shareFB img {
    width: 17px;
  }
  section#share-area .section-inner .shareTW img {
    width: 34px;
  }
  @-webkit-keyframes top-scroll {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    45% {
      -webkit-transform: translate(0, 7px);
      transform: translate(0, 7px);
    }
    55% {
      -webkit-transform: translate(0, 7px);
      transform: translate(0, 7px);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @keyframes top-scroll {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    45% {
      -webkit-transform: translate(0, 7px);
      transform: translate(0, 7px);
    }
    55% {
      -webkit-transform: translate(0, 7px);
      transform: translate(0, 7px);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
}
