@charset "utf-8";
@import "//fonts.googleapis.com/earlyaccess/notosansjapanese.css";
@import "//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic";
/**------------------------------------
* import */
/**------------------------------------
* import less */
/**
 * [ lib ]
 * ver. 1.6
 */
/**------------------------------------
/* default variable*/
/**------------------------------------
* mixin */
/**------------------------------------
* for vender prefix */
/**
 * LESS http://lesscss.org/
 */
/**------------------------------------
* import */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}
/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}
/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}
/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * [ cssLoader ]
 */
.ppup-wrap {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  display: none;
  height: 100%;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.ppup-wrap p {
  margin: 0;
}
.ppup-wrap .ppup-bg {
  background-color: #000;
  filter: alpha(opacity=10);
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
}
.ppup-wrap .ppup-content {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: none;
  left: 50%;
  line-height: 1.6;
  position: absolute;
  top: 50%;
  z-index: 0;
}
[data-useCssTransform="0"].ppup-wrap .ppup-content {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
.ppup-wrap .ppup-content.is-active {
  display: block;
}
.ppup-wrap .alert {
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 4px;
  max-height: 80%;
  max-width: 80%;
  min-width: 360px;
  overflow-y: auto;
  padding: 20px;
}
@media all and (min-width: 1px) {
  .ppup-wrap .alert {
    border-color: transparent;
  }
}
@media all and (max-width: 450px) {
  .ppup-wrap .alert {
    min-width: initial;
    min-width: auto;
    width: 80%;
  }
}
.ppup-wrap .alert .alert-btns {
  margin-top: 1em;
  text-align: right;
}
.ppup-wrap .alert .alert-btn {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 1px #aaa solid;
  color: inherit;
  line-height: 1;
  outline: none;
  padding: .5em;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
}
@media all and (max-width: 667px) {
  .ppup-wrap .alert .alert-btn {
    padding: 1em 2em;
  }
}
.ppup-wrap .alert .alert-btn:focus {
  border-color: #009de0;
}
.ppup-wrap .alert .alert-btn.btn-ok {
  min-width: 4em;
}
.ppup-wrap .alert .alert-btn > span {
  text-decoration: inherit;
}
.ppup-wrap .alert .alert-btn + .alert-btn {
  margin-left: .2em;
}
/**------------------------------------
* default setting */
/**------------------------------------
* global style */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
@media screen and (min-width: 668px) {
  html {
    min-width: 100%;
  }
}
body {
  background-color: #ffffff;
  color: #4d4d4d;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}
var {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
}
ol,
ul {
  list-style: none;
  padding: 0;
}
iframe {
  border-width: 0;
}
.media-flv {
  display: inline-block;
}
.hide {
  display: none !important;
}
.break-word {
  overflow-wrap: break-word;
  word-break: break-all;
  word-wrap: break-word;
}
.template {
  display: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
.indent-down,
.attention {
  padding-left: 1em;
}
.indent-up {
  margin-left: -1em;
}
.period-splitter {
  display: inline-block;
  margin-left: .5em;
  margin-right: .5em;
}
.period-splitter:before {
  content: "～";
}
.time-splitter {
  display: inline-block;
  margin-left: .1em;
  margin-right: .1em;
}
.time-splitter:before {
  content: "：";
}
.type-datetime .time {
  margin-left: .5em;
}
.type-period.is-same-date .period-splitter,
.type-period.is-same-date [data-period="end"] {
  display: none;
}
.type-period.is-same-day [data-period="end"] .day {
  display: none;
}
.type-period.is-same-day [data-period="end"] .time {
  margin-left: 0;
}
.content {
  margin: 0 auto;
  max-width: 100%;
}
code,
pre {
  font-family: inherit;
}
code {
  display: inline-block;
  background-color: #f8f8f8;
  border: 1px solid #d9ddda;
  border-radius: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 2px;
  padding: 0 5px 1px;
  position: relative;
  top: -0.15em;
}
pre {
  background-color: #f8f8f8;
  border: 1px solid #d9ddda;
  border-radius: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 1em auto;
  padding: .5em;
}
pre code {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  top: 0;
}
/**------------------------------------
* for Klass Vuw */
.vuw-fade {
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
}
.vuw-fade[data-visible] {
  opacity: 0;
}
.vuw-fade[data-visible=""],
.vuw-fade[data-visible="0"] {
  height: 0;
}
.vuw-fade[data-visible="0"] {
  overflow: hidden;
}
.vuw-fade[data-visible="1"] {
  opacity: 1;
}
/**------------------------------------
* common mixin */
.underline-on-hover {
  position: relative;
}
.underline-on-hover:after {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  border-top: 1px solid #4d4d4d;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}
.underline-on-hover.is-hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
/* for lt jbCMS ver.2.0 */
/**------------------------------------
* icon font */
@font-face {
  font-family: "icomoon";
  src: url("../../../framework/base/css/fonts/icomoon.eot?8jrxif");
  src: url("../../../framework/base/css/fonts/icomoon.eot?#iefix8jrxif") format("embedded-opentype"), url("../../../framework/base/css/fonts/icomoon.ttf?8jrxif") format("truetype"), url("../../../framework/base/css/fonts/icomoon.woff?8jrxif") format("woff"), url("../../../framework/base/css/fonts/icomoon.svg?8jrxif#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-common,
.icon-before:before,
.icon-after:after,
a[target="_blank"]:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  position: relative;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-before:before {
  margin-right: .4em;
}
.icon-after:after,
a[target="_blank"]:after {
  margin-left: .4em;
}
.icon-before[data-icon="home"]:before,
.icon-after[data-icon="home"]:after {
  content: "\e900";
}
.icon-before[data-icon="image"]:before,
.icon-after[data-icon="image"]:after {
  content: "\e90d";
}
.icon-before[data-icon="print"]:before,
.icon-after[data-icon="print"]:after {
  content: "\e954";
}
.icon-before[data-icon="download"]:before,
.icon-after[data-icon="download"]:after {
  content: "\e95e";
}
.icon-before[data-icon="upload"]:before,
.icon-after[data-icon="upload"]:after {
  content: "\e95f";
}
.icon-before[data-icon="mail"]:before,
.icon-after[data-icon="mail"]:after {
  content: "\e0e1";
}
.icon-before[data-icon="config"]:before,
.icon-after[data-icon="config"]:after {
  content: "\e994";
}
.icon-before[data-icon="close"]:before,
.icon-after[data-icon="close"]:after {
  content: "\e90f";
}
.icon-before[data-icon="delete"]:before,
.icon-after[data-icon="delete"]:after {
  content: "\e9ad";
}
.icon-before[data-icon="minus"]:before,
.icon-after[data-icon="minus"]:after {
  content: "\ea0b";
}
.icon-before[data-icon="plus"]:before,
.icon-after[data-icon="plus"]:after {
  content: "\ea0a";
}
.icon-before[data-icon="menu"]:before,
.icon-after[data-icon="menu"]:after {
  content: "\e5d2";
}
.icon-before[data-icon="search"]:before,
.icon-after[data-icon="search"]:after {
  content: "\e8b6";
}
.icon-before[data-icon="calendar"]:before,
.icon-after[data-icon="calendar"]:after {
  content: "\e901";
}
.icon-before[data-icon="external"]:before,
.icon-after[data-icon="external"]:after,
a[target="_blank"]:after {
  content: "\ea7e";
}
/* arrow icons */
.icon-before[data-icon="arrow-t"]:before,
.icon-after[data-icon="arrow-t"]:after {
  content: "\e912";
}
.icon-before[data-icon="arrow-r"]:before,
.icon-after[data-icon="arrow-r"]:after {
  content: "\e913";
}
.icon-before[data-icon="arrow-b"]:before,
.icon-after[data-icon="arrow-b"]:after {
  content: "\e914";
}
.icon-before[data-icon="arrow-l"]:before,
.icon-after[data-icon="arrow-l"]:after {
  content: "\e915";
}
.icon-before[data-icon="arrow-bold-r"]:before,
.icon-after[data-icon="arrow-bold-r"]:after {
  content: "\e910";
}
.icon-before[data-icon="arrow-bold-l"]:before,
.icon-after[data-icon="arrow-bold-l"]:after {
  content: "\e911";
}
/**------------------------------------
* override global setting */
/**------------------------------------
* setting for form */
/**------------------------------------
* setting for manage */
/**------------------------------------
* import google web fonts */
/**------------------------------------
* common style */
body {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 80px;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 667px) {
  body {
    font-size: 14px;
    padding-top: 46px;
  }
}
body > .position-tracker:first-child {
  position: absolute;
  z-index: -1;
}
.hx,
h1,
h2,
h3,
h4,
h5,
h6 {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  cursor: default;
  line-height: 1.2;
  margin: 0 auto 20px;
}
h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 200;
  margin-bottom: 80px;
}
@media screen and (max-width: 667px) {
  h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 667px) {
  h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
h2 .en-title {
  color: #9fa0a0;
  display: block;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1;
  position: relative;
}
h2 .en-title:after {
  content: "";
  border-bottom: 3px solid #d2d3d3;
  height: 3px;
  width: 200px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: auto;
}
@media screen and (max-width: 667px) {
  h2 .en-title {
    font-size: 12px;
  }
  h2 .en-title:after {
    border-bottom-width: 1px;
    height: 1px;
    bottom: -10px;
  }
}
h2 .jp-title {
  display: block;
  font-weight: 400;
  line-height: 1;
  margin-top: 30px;
}
@media screen and (max-width: 667px) {
  h2 .jp-title {
    margin-top: 26px;
  }
}
h3 {
  border-bottom: 1px solid #00b2dc;
  font-size: 20px;
  padding-bottom: 2px;
}
@media screen and (max-width: 667px) {
  h3 {
    font-size: 18px;
  }
}
h4 {
  font-size: 18px;
  padding-bottom: 2px;
}
@media screen and (max-width: 667px) {
  h4 {
    font-size: 16px;
  }
}
h5 {
  font-size: 1em;
  font-weight: 400;
}
h6 {
  font-size: 1em;
}
p {
  margin: 0;
  line-height: 1.5;
}
dl,
dd {
  margin: 0;
}
a {
  color: #68a9cf;
  text-decoration: none;
}
a > span {
  text-decoration: underline;
}
a.is-hover {
  color: #66cccc;
}
.indent-down,
.attention {
  padding-left: 1em;
}
.indent-up {
  margin-left: -1em;
}
.attention {
  text-indent: -1em;
}
.attention:before {
  content: "※";
}
.btn {
  transition: all 0.1s ease 0s;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  background-color: transparent;
  border: 1px transparent solid;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  display: table;
  line-height: 1;
  min-height: 44px;
  min-width: 44px;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  border-color: #00b2dc;
  border-radius: 0;
  color: #00b2dc;
  font-weight: 500;
  min-width: 288px;
}
.btn.is-hover,
.btn.is-active {
  background-color: #00b2dc;
  color: #ffffff;
}
.btn:active {
  background-color: #00b2dc;
  color: #ffffff;
}
.btn.is-disable {
  background-color: rgba(38, 38, 38, 0);
  cursor: default;
  pointer-events: none;
}
.btn.is-disable > * {
  cursor: default;
}
.btn > * {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  color: inherit;
  cursor: pointer;
  display: table-cell;
  padding: .2em .5em;
  vertical-align: middle;
}
.browser-firefox .btn > * {
  padding-bottom: .5em;
  padding-top: .4em;
}
.btn > a {
  text-decoration: none;
}
@media all and (min-width: 668px) {
  .btn {
    min-height: 2em;
    min-width: 2em;
  }
}
@media all and (min-width: 668px) {
  .btn {
    min-height: 50px;
  }
  body.browser-firefox .btn {
    height: 50px;
  }
}
a.btn > span {
  text-decoration: none;
}
.btn.is-hover {
  color: #ffffff;
}
.area-btns {
  border-collapse: separate;
  display: table;
  line-height: 1;
  margin: auto;
  min-height: 44px;
  text-align: center;
  border-spacing: 20px 0;
  font-weight: 500;
  margin-top: 60px;
}
@media all and (min-width: 668px) {
  .area-btns {
    min-height: 2em;
  }
}
.area-btns a {
  color: inherit;
  text-decoration: none;
}
.area-btns > * {
  transition: all 0.1s ease 0s;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  background-color: transparent;
  border: 1px transparent solid;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  display: table-cell;
  min-width: 44px;
  padding: .2em .5em;
  vertical-align: middle;
  white-space: nowrap;
}
.browser-firefox .area-btns > * {
  padding-bottom: .5em;
  padding-top: .4em;
}
.area-btns > *.is-hover,
.area-btns > *.is-active {
  background-color: #00b2dc;
}
.area-btns > *:active {
  background-color: #00b2dc;
}
.area-btns > *.is-disable {
  background-color: rgba(38, 38, 38, 0);
  cursor: default;
  pointer-events: none;
}
.area-btns > *.is-disable > * {
  cursor: default;
}
@media all and (min-width: 668px) {
  .area-btns > * {
    min-height: 2em;
  }
}
@media all and (min-width: 668px) {
  .area-btns {
    min-height: 50px;
  }
  body.browser-firefox .area-btns {
    height: 50px;
  }
}
.area-btns > * {
  transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  border-color: #00b2dc;
  border-radius: 0;
  color: #00b2dc;
  min-width: 120px;
}
@media all and (min-width: 668px) {
  .area-btns > * {
    min-width: 288px;
  }
}
.area-btns > *.is-hover {
  color: #ffffff;
}
.area-btns > a {
  color: #00b2dc;
}
.area-btns > a > span {
  text-decoration: none;
}
.see-more-btn {
  border: 1px solid #00b2dc;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 50px;
  margin: 20px auto 0;
  text-align: center;
  width: 288px;
}
@media screen and (max-width: 667px) {
  .see-more-btn {
    line-height: 44px;
  }
}
.see-more-btn > a {
  transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  color: #00b2dc;
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.see-more-btn > a:after {
  content: "";
  background-image: url('../../../common/img/arrow_off.png');
  background-repeat: no-repeat;
  background-size: 6px 10px;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 667px) {
  .see-more-btn > a:after {
    top: 16px;
  }
}
.see-more-btn > a.is-hover {
  background-color: #00b2dc;
  color: #ffffff;
}
.see-more-btn > a.is-hover:after {
  background-image: url('../../../common/img/arrow_on.png');
}
.see-more-btn.only-btn {
  margin-top: 40px;
}
@media screen and (max-width: 667px) {
  .see-more-btn.only-btn {
    margin-bottom: 120px;
  }
}
/**------------------------------------
* content */
.content {
  padding: 0;
  margin-bottom: 240px;
}
@media screen and (max-width: 667px) {
  .content {
    margin-bottom: 80px;
  }
}
/**------------------------------------
* section */
.section {
  margin-top: 240px;
}
@media screen and (max-width: 667px) {
  .section {
    margin-top: 80px;
  }
  .section + .section {
    margin-top: 80px;
  }
  .section + .section-howto {
    margin-top: 0;
  }
}
.section.add-margin {
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 667px) {
  .section.add-margin {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.section h1 {
  margin-bottom: 50px;
}
.section-360degrees {
  margin-top: 160px;
}
.section-drone {
  margin-top: 200px;
}
.section-note {
  margin-top: 160px;
}
.section-howto {
  margin-top: 0;
}
.section-detail {
  margin-top: 140px;
}
.move-in-content {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}
@media screen and (max-width: 667px) {
  .move-in-content {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
.move-in-content.move-in-effect {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.zoom-in-content {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
}
@media screen and (max-width: 667px) {
  .zoom-in-content {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.zoom-in-content.zoom-in-effect {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
/**------------------------------------
* header */
/**------------------------------------
* header */
.site-header {
  background-color: #333333;
  height: 80px;
  left: 0;
  line-height: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 667px) {
  .site-header {
    height: 46px;
  }
}
.site-header.is-fixed {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.site-header .header-logo {
  height: 100%;
  left: 20px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 667px) {
  .site-header .header-logo {
    margin: 3px 0;
    height: 40px;
  }
}
.site-header .header-logo > a {
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  display: block;
  height: 100%;
  line-height: 0;
  width: 100%;
}
.site-header .header-logo > a > img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 667px) {
  .site-header .header-logo > a > img {
    height: 100%;
  }
}
.site-header .header-logo > a.is-hover {
  opacity: .8;
  filter: alpha(opacity=80);
}
.site-header .contact-btn {
  position: absolute;
  top: 22px;
  right: 10px;
  border: 1px solid #fff;
  width: 150px;
}
@media screen and (max-width: 667px) {
  .site-header .contact-btn {
    top: 6px;
    width: 72px;
  }
}
.site-header .contact-btn > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
}
.site-header .contact-btn > a:hover {
  background-color: #fff;
  color: #4d4d4d;
}
@media screen and (max-width: 667px) {
  .site-header .contact-btn > a {
    font-size: 12px;
    line-height: 32px;
  }
}
.page-header {
  color: #333333;
}
/**------------------------------------
* footer */
/**------------------------------------
* footer */
.site-footer {
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  background-color: #a1a1a1;
  color: #fff;
  line-height: 48px;
  opacity: 0;
  width: 100%;
}
.ie8under .site-footer {
  filter: alpha(opacity=0);
}
.site-footer.fixed-bottom {
  opacity: 1;
}
.ie8under .site-footer.fixed-bottom {
  filter: alpha(opacity=100);
}
.site-footer .copyright {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 667px) {
  .site-footer .copyright {
    font-size: 10px;
  }
}
.site-footer .copyright .toyear:before {
  content: "-";
  margin: 0 2px;
}
/**------------------------------------
* scroll to pageTop */
.scroll-to-pageTop {
  transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  bottom: 16px;
  height: 46px;
  position: fixed;
  right: 16px;
  width: 46px;
  z-index: 99;
}
.scroll-to-pageTop .scroll-trigger {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  background-color: #000;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  filter: alpha(opacity=80);
  height: 100%;
  line-height: 46px;
  opacity: .8;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.scroll-to-pageTop .scroll-trigger.is-hover {
  filter: alpha(opacity=70);
  opacity: .7;
}
.scroll-to-pageTop .scroll-trigger > span {
  text-decoration: none;
}
.scroll-to-pageTop .scroll-trigger > span:before {
  font-size: 14px;
  line-height: 46px;
  margin-right: auto;
  top: -1px;
}
/**------------------------------------
* loading */
.loader,
.page-loader,
.block-loader {
  left: 50%;
  position: absolute;
  top: 50%;
}
.loader .loading,
.page-loader .loading,
.block-loader .loading {
  display: block;
  line-height: 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1px) {
  .loader .loading > img,
  .page-loader .loading > img,
  .block-loader .loading > img {
    display: none;
  }
}
.loader .css-loader,
.page-loader .css-loader,
.block-loader .css-loader {
  margin: 0 auto;
}
.page-loader {
  margin: -64px auto 0 -64px;
  position: fixed;
  z-index: 99;
}
.page-loader .css-loader {
  position: relative;
  height: 128px;
  width: 128px;
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
}
.page-loader .css-loader .loader-circle {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  height: 23px;
  width: 23px;
  border-radius: 11.5px;
  animation-name: loadingAnm;
  -moz-animation-name: loadingAnm;
  -webkit-animation-name: loadingAnm;
  -ms-animation-name: loadingAnm;
  -o-animation-name: loadingAnm;
  animation-duration: 0.96s;
  -moz-animation-duration: 0.96s;
  -webkit-animation-duration: 0.96s;
  -ms-animation-duration: 0.96s;
  -o-animation-duration: 0.96s;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-direction: linear;
  -moz-animation-direction: linear;
  -webkit-animation-direction: linear;
  -ms-animation-direction: linear;
  -o-animation-direction: linear;
}
.page-loader .css-loader .loader-circle:nth-child(1) {
  left: 0;
  top: 52px;
  animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -ms-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
}
.page-loader .css-loader .loader-circle:nth-child(2) {
  left: 15px;
  top: 15px;
  animation-delay: 0.24s;
  -moz-animation-delay: 0.24s;
  -webkit-animation-delay: 0.24s;
  -ms-animation-delay: 0.24s;
  -o-animation-delay: 0.24s;
}
.page-loader .css-loader .loader-circle:nth-child(3) {
  left: 52px;
  top: 0;
  animation-delay: 0.36s;
  -moz-animation-delay: 0.36s;
  -webkit-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  -o-animation-delay: 0.36s;
}
.page-loader .css-loader .loader-circle:nth-child(4) {
  top: 15px;
  right: 15px;
  animation-delay: 0.48s;
  -moz-animation-delay: 0.48s;
  -webkit-animation-delay: 0.48s;
  -ms-animation-delay: 0.48s;
  -o-animation-delay: 0.48s;
}
.page-loader .css-loader .loader-circle:nth-child(5) {
  top: 52px;
  right: 0;
  animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
}
.page-loader .css-loader .loader-circle:nth-child(6) {
  bottom: 15px;
  right: 15px;
  animation-delay: 0.72s;
  -moz-animation-delay: 0.72s;
  -webkit-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  -o-animation-delay: 0.72s;
}
.page-loader .css-loader .loader-circle:nth-child(7) {
  bottom: 0;
  left: 52px;
  animation-delay: 0.84s;
  -moz-animation-delay: 0.84s;
  -webkit-animation-delay: 0.84s;
  -ms-animation-delay: 0.84s;
  -o-animation-delay: 0.84s;
}
.page-loader .css-loader .loader-circle:nth-child(8) {
  bottom: 15px;
  left: 15px;
  animation-delay: 0.96s;
  -moz-animation-delay: 0.96s;
  -webkit-animation-delay: 0.96s;
  -ms-animation-delay: 0.96s;
  -o-animation-delay: 0.96s;
}
@-moz-keyframes loadingAnm {
  0% {
    background-color: #00b2dc;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes loadingAnm {
  0% {
    background-color: #00b2dc;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@-ms-keyframes loadingAnm {
  0% {
    background-color: #00b2dc;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@-o-keyframes loadingAnm {
  0% {
    background-color: #00b2dc;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@keyframes loadingAnm {
  0% {
    background-color: #00b2dc;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media screen and (min-width: 668px) {
  .page-loader .css-loader {
    top: -10px;
  }
}
.block-loader {
  margin: 0 auto 0 -32px;
  top: 0;
  z-index: 9;
}
.block-loader .css-loader {
  position: relative;
  height: 64px;
  width: 64px;
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
}
.block-loader .css-loader .loader-circle {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  height: 12px;
  width: 12px;
  border-radius: 6px;
  animation-name: loadingAnm;
  -moz-animation-name: loadingAnm;
  -webkit-animation-name: loadingAnm;
  -ms-animation-name: loadingAnm;
  -o-animation-name: loadingAnm;
  animation-duration: 0.96s;
  -moz-animation-duration: 0.96s;
  -webkit-animation-duration: 0.96s;
  -ms-animation-duration: 0.96s;
  -o-animation-duration: 0.96s;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-direction: linear;
  -moz-animation-direction: linear;
  -webkit-animation-direction: linear;
  -ms-animation-direction: linear;
  -o-animation-direction: linear;
}
.block-loader .css-loader .loader-circle:nth-child(1) {
  left: 0;
  top: 26px;
  animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -ms-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
}
.block-loader .css-loader .loader-circle:nth-child(2) {
  left: 8px;
  top: 8px;
  animation-delay: 0.24s;
  -moz-animation-delay: 0.24s;
  -webkit-animation-delay: 0.24s;
  -ms-animation-delay: 0.24s;
  -o-animation-delay: 0.24s;
}
.block-loader .css-loader .loader-circle:nth-child(3) {
  left: 26px;
  top: 0;
  animation-delay: 0.36s;
  -moz-animation-delay: 0.36s;
  -webkit-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  -o-animation-delay: 0.36s;
}
.block-loader .css-loader .loader-circle:nth-child(4) {
  top: 8px;
  right: 8px;
  animation-delay: 0.48s;
  -moz-animation-delay: 0.48s;
  -webkit-animation-delay: 0.48s;
  -ms-animation-delay: 0.48s;
  -o-animation-delay: 0.48s;
}
.block-loader .css-loader .loader-circle:nth-child(5) {
  top: 26px;
  right: 0;
  animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
}
.block-loader .css-loader .loader-circle:nth-child(6) {
  bottom: 8px;
  right: 8px;
  animation-delay: 0.72s;
  -moz-animation-delay: 0.72s;
  -webkit-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  -o-animation-delay: 0.72s;
}
.block-loader .css-loader .loader-circle:nth-child(7) {
  bottom: 0;
  left: 26px;
  animation-delay: 0.84s;
  -moz-animation-delay: 0.84s;
  -webkit-animation-delay: 0.84s;
  -ms-animation-delay: 0.84s;
  -o-animation-delay: 0.84s;
}
.block-loader .css-loader .loader-circle:nth-child(8) {
  bottom: 8px;
  left: 8px;
  animation-delay: 0.96s;
  -moz-animation-delay: 0.96s;
  -webkit-animation-delay: 0.96s;
  -ms-animation-delay: 0.96s;
  -o-animation-delay: 0.96s;
}
@-moz-keyframes loadingAnm {
  0% {
    background-color: #00b2dc;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes loadingAnm {
  0% {
    background-color: #00b2dc;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@-ms-keyframes loadingAnm {
  0% {
    background-color: #00b2dc;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@-o-keyframes loadingAnm {
  0% {
    background-color: #00b2dc;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@keyframes loadingAnm {
  0% {
    background-color: #00b2dc;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
/**------------------------------------
* pager */
.area-pager {
  margin-top: 20px;
  text-align: center;
}
.area-pager .ttl-pager {
  margin-right: .5em;
}
.area-pager a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.area-pager a > span {
  text-decoration: none;
}
.area-pager a.is-hover {
  opacity: .6;
}
.area-pager .pager-num,
.area-pager .pager-shift {
  font-weight: 700;
  padding: 4px 6px;
}
.area-pager .pager-none {
  color: #aaa;
}
.area-pager .now {
  color: #333333;
}
.area-pager .pager-shift .icon-before[data-icon^="arrow-bold"]:before {
  font-size: smaller;
  margin-right: 0;
}
/**------------------------------------
* gallery */
.gallery-area {
  zoom: 1;
}
.gallery-area:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
.gallery-area:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
.gallery-area .gallery-item {
  float: left;
  height: auto;
}
.gallery-area .gallery-item .gallery-item-img {
  line-height: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.gallery-area .gallery-item .gallery-item-img > a {
  display: block;
}
.gallery-area .gallery-item .gallery-item-img img.thumb {
  position: absolute;
  top: 0;
  left: 0;
  max-width: initial;
  max-width: none;
  width: 100%;
  height: 100%;
  transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
}
.gallery-area .gallery-item .gallery-item-img img.movie-icon {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 667px) {
  .gallery-area .gallery-item .gallery-item-img img.movie-icon {
    width: 45px;
    height: 45px;
  }
}
.gallery-area .gallery-item .gallery-item-img.is-hover img.thumb {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.gallery-area.two-column .gallery-item {
  margin-left: 1.6%;
  margin-bottom: 30px;
  width: 49.2%;
}
@media (min-width: 668px) {
  .gallery-area.two-column .gallery-item:nth-child(odd) {
    margin-left: 0;
  }
}
@media screen and (max-width: 667px) {
  .gallery-area.two-column .gallery-item {
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
.gallery-area.two-column .gallery-item .gallery-item-img {
  padding: 49%;
}
@media screen and (max-width: 667px) {
  .gallery-area.two-column .gallery-item .gallery-item-img {
    float: left;
    padding: 35%;
    width: 70%;
  }
}
.gallery-area.two-column .gallery-item-caption {
  margin-top: 2px;
}
@media screen and (max-width: 667px) {
  .gallery-area.two-column .gallery-item-caption {
    float: right;
    margin-top: 0;
    width: 28%;
  }
}
@media screen and (max-width: 667px) {
  .gallery-area.two-column .gallery-item-caption .caption {
    font-size: 12px;
  }
}
.gallery-area.three-column .gallery-item {
  margin-left: 2px;
  margin-bottom: 2px;
  width: 33%;
  position: relative;
}
@media screen and (max-width: 667px) {
  .gallery-area.three-column .gallery-item {
    width: 49%;
    margin-left: 1px;
    margin-right: 1px;
  }
}
@media (min-width: 668px) {
  .gallery-area.three-column .gallery-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
.gallery-area.three-column .gallery-item .gallery-item-img {
  padding: 50%;
}
.gallery-area.three-column .gallery-item .gallery-item-img .gallery-item-caption {
  background-color: rgba(51, 51, 51, 0.5);
  color: #ffffff;
  padding: 6px 10px;
  text-decoration: none;
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 667px) {
  .gallery-area.three-column .gallery-item .gallery-item-img .gallery-item-caption {
    font-size: 10px;
    padding: 5px 10px;
  }
}
.gallery-area.top-column .gallery-item {
  margin-left: 1.1%;
  margin-bottom: 30px;
  width: 32.6%;
}
@media (min-width: 668px) {
  .gallery-area.top-column .gallery-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 667px) {
  .gallery-area.top-column .gallery-item {
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
.gallery-area.top-column .gallery-item .gallery-item-img {
  padding: 50%;
}
@media screen and (max-width: 667px) {
  .gallery-area.top-column .gallery-item .gallery-item-img {
    width: 100%;
  }
}
.gallery-area.top-column .gallery-item-caption {
  margin-top: 2px;
}
@media screen and (max-width: 667px) {
  .gallery-area.top-column .gallery-item-caption .caption {
    font-size: 12px;
  }
}
.gallery-area.irr-360 .gallery-item {
  float: none;
  margin-right: auto;
  margin-left: auto !important;
}
.gallery-area.irr-drone .gallery-item {
  display: inline;
}
.gallery-area.irr-drone .gallery-item:first-child {
  margin-left: 16.8%;
}
@media screen and (max-width: 667px) {
  .gallery-area.irr-drone .gallery-item:first-child {
    margin-left: auto;
  }
}
.gallery-movie-area {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.gallery-movie-area .gallery-movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 667px) {
  .gallery-movie-area.pc-only {
    display: none;
  }
}
@media screen and (max-width: 667px) {
  .gallery-movie-area.tour-sp {
    padding-top: 100%;
  }
}
.gallery-movie-area-sp {
  display: none;
  height: auto;
}
.gallery-movie-area-sp .gallery-movie-link {
  line-height: 0;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.gallery-movie-area-sp .gallery-movie-link img.thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
}
.gallery-movie-area-sp .gallery-movie-link img.movie-icon {
  width: 220px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gallery-movie-area-sp .gallery-movie-link:hover img.thumb {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.gallery-movie-area-sp .gallery-movie-link > a:after {
  display: none;
}
@media screen and (max-width: 667px) {
  .gallery-movie-area-sp {
    display: block;
  }
}
.gallery-comment {
  background-color: #f1f1f1;
  border-bottom: 1px solid #9fa0a0;
  padding: 40px 80px;
}
@media screen and (max-width: 667px) {
  .gallery-comment {
    padding: 20px 16px;
  }
}
.gallery-comment h1.title {
  font-size: 24px;
  font-weight: 500;
  margin: 10px 0 0 0;
  text-align: left;
}
@media screen and (max-width: 667px) {
  .gallery-comment h1.title {
    font-size: 17px;
  }
}
.gallery-comment .place {
  font-size: 14px;
  margin-top: 6px;
}
@media screen and (max-width: 667px) {
  .gallery-comment .place {
    font-size: 13px;
  }
}
.gallery-comment .txt {
  margin-top: 16px;
}
@media screen and (max-width: 667px) {
  .gallery-comment .txt {
    margin-top: 10px;
  }
}
.gallery-comment .name {
  color: #9fa0a0;
  font-size: 14px;
  margin-top: 16px;
}
@media screen and (max-width: 667px) {
  .gallery-comment .name {
    font-size: 12px;
    margin-top: 10px;
  }
}
.other-gallery-area {
  zoom: 1;
  margin: 0 auto;
  max-width: 700px;
}
.other-gallery-area:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
.other-gallery-area:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
.other-gallery-area .other-gallery-item {
  line-height: 0;
  width: 100%;
}
.other-gallery-area .other-gallery-item .other-gallery-title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 4px;
}
@media screen and (max-width: 667px) {
  .other-gallery-area .other-gallery-item .other-gallery-title {
    font-size: 14px;
    line-height: 14px;
    margin-top: 20px;
  }
}
.other-gallery-area .other-gallery-item .see-more-gallery-btn {
  display: block;
}
.other-gallery-area .other-gallery-item .see-more-gallery-btn .other-gallery-img {
  margin-bottom: 50px;
  height: 160px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 667px) {
  .other-gallery-area .other-gallery-item .see-more-gallery-btn .other-gallery-img {
    height: 90px;
  }
}
.other-gallery-area .other-gallery-item .see-more-gallery-btn .other-gallery-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
}
.other-gallery-area .other-gallery-item .see-more-gallery-btn .other-gallery-txt {
  border: 1px solid #00b2dc;
  color: #00b2dc;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  width: 288px;
  position: relative;
  transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
}
.other-gallery-area .other-gallery-item .see-more-gallery-btn .other-gallery-txt:after {
  content: "";
  background-image: url('../../../common/img/arrow_off.png');
  background-repeat: no-repeat;
  background-size: 6px 10px;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 667px) {
  .other-gallery-area .other-gallery-item .see-more-gallery-btn .other-gallery-txt {
    line-height: 44px;
  }
  .other-gallery-area .other-gallery-item .see-more-gallery-btn .other-gallery-txt:after {
    top: 16px;
  }
}
.other-gallery-area .other-gallery-item .see-more-gallery-btn.is-hover .other-gallery-img img {
  top: 50%;
  left: 50%;
  max-width: 120%;
  width: 120%;
}
.other-gallery-area .other-gallery-item .see-more-gallery-btn.is-hover .other-gallery-txt {
  background-color: #00b2dc;
  color: #ffffff;
}
.other-gallery-area .other-gallery-item .see-more-gallery-btn.is-hover .other-gallery-txt:after {
  background-image: url('../../../common/img/arrow_on.png');
}
.gallery-tag {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 667px) {
  .gallery-tag.recommend-only {
    width: 80px;
  }
}
.gallery-tag li {
  background-color: #000;
  color: #ffffff;
  display: inline;
  font-size: 13px;
  line-height: 1;
  padding: 2px 8px;
}
@media screen and (max-width: 667px) {
  .gallery-tag li {
    display: inline-block;
    font-size: 10px;
    padding: 4px 8px;
  }
}
.gallery-tag li + li {
  margin-left: 6px;
}
@media screen and (max-width: 667px) {
  .gallery-tag li + li {
    margin-left: 0;
  }
}
.gallery-tag.movie li {
  background-color: #808080;
}
@media screen and (max-width: 667px) {
  .pcbr {
    display: none;
  }
}
.spbr {
  display: none;
}
@media screen and (max-width: 667px) {
  .spbr {
    display: block;
    line-height: 0;
  }
}
/**------------------------------------
* page unique style */
.gallery-content {
  line-height: 0;
}
.gallery-content img {
  width: 100%;
}
#vrview iframe {
  width: 100%;
  height: 86vh;
}
.jikoji-body {
  background-color: #f1f1f1;
}
.jikoji-body .header-logo img {
  line-height: 0;
  height: auto;
}
@media screen and (max-width: 667px) {
  .jikoji-body .header-logo img {
    height: 100%;
  }
}
.jikoji-body .gallery-comment {
  border-bottom: none;
  padding-bottom: 0;
}
