/*
    Bootstrap 5 と合わせる為の定義
*/
/***********************************************************/
/*      このファイルはLESSにより自動生成しています.        */
/***********************************************************/
@keyframes kf_BLINK {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes kf_FIREFLY {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.25;
  }
}
@keyframes kf_TEXT_BLINK {
  from {
    color: inherit;
  }
  to {
    color: transparent;
  }
}
@keyframes kf_FADEIN {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes kf_SLIDEIN_LEFT {
  from {
    opacity: 0;
    margin-left: -20px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}
@keyframes kf_SLIDEIN_RIGHT {
  from {
    opacity: 0;
    margin-left: 20px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}
@keyframes kf_SLIDEOUT_LEFT {
  from {
    opacity: 1;
    margin-left: 0;
  }
  to {
    opacity: 0;
    margin-left: -20px;
  }
}
@keyframes kf_SLIDEOUT_RIGHT {
  from {
    opacity: 1;
    margin-left: 0;
  }
  to {
    opacity: 0;
    margin-left: 20px;
  }
}
@keyframes kf_SPIN {
  from {
    -webkit-transform: rotate( 0deg );
    -moz-transform: rotate( 0deg );
    -ms-transform: rotate( 0deg );
    transform: rotate( 0deg );
  }
  to {
    -webkit-transform: rotate( 360deg );
    -moz-transform: rotate( 360deg );
    -ms-transform: rotate( 360deg );
    transform: rotate( 360deg );
  }
}
@keyframes kf_SWAY {
  from {
    -webkit-transform: rotate( 0deg );
    -moz-transform: rotate( 0deg );
    -ms-transform: rotate( 0deg );
    transform: rotate( 0deg );
  }
  25% {
    -webkit-transform: rotate( 6deg );
    -moz-transform: rotate( 6deg );
    -ms-transform: rotate( 6deg );
    transform: rotate( 6deg );
  }
  75% {
    -webkit-transform: rotate( -6deg );
    -moz-transform: rotate( -6deg );
    -ms-transform: rotate( -6deg );
    transform: rotate( -6deg );
  }
  to {
    -webkit-transform: rotate( 0deg );
    -moz-transform: rotate( 0deg );
    -ms-transform: rotate( 0deg );
    transform: rotate( 0deg );
  }
}
.hide {
  display: none !important;
}
.nobreak {
  white-space: nowrap;
}
.nobreak:before {
  white-space: normal;
  content: " ";
  font-size: 0;
}
html.ie .nobreak:before {
  font-size: 1px;
}
.show-partial {
  white-space: nowrap;
  overflow: hidden;
}
.word-break-enable {
  word-wrap: break-word;
  word-break: break-all;
}
.word-break-disable {
  word-wrap: normal;
  word-break: normal;
}
.is-mobile .hidden-mobile {
  display: none !important;
}
.only-mobile-inline,
.only-mobile-block {
  display: none;
}
.is-mobile .only-mobile-inline {
  display: inline;
}
.is-mobile .only-mobile-block {
  display: block;
}
@media (min-width: 768px) and (min-height: 768px) {
  .hide-screen-pc {
    display: none !important;
  }
  .show-screen-mobile {
    display: none !important;
  }
}
@media (max-width: 767px), (max-height: 767px) {
  .show-screen-pc {
    display: none !important;
  }
  .hide-screen-mobile {
    display: none !important;
  }
}
@font-face {
  font-family: webfont_BebasNeue;
  src: url('../fonts/bebasneue-regular-webfont.woff2') format('woff2'), url('../fonts/bebasneue-regular-webfont.woff') format('woff');
}
* {
  box-sizing: border-box;
}
:root {
  font-size: 15px;
}
:root.is-mobile {
  font-size: 15px;
}
.font-family-default {
  font-family: 'Noto Sans JP', "Yu Gothic UI", "Meiryo UI", "MS PGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Osaka, sans-serif;
}
body {
  font-family: 'Noto Sans JP', "Yu Gothic UI", "Meiryo UI", "MS PGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Osaka, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 1.7;
}
th,
td {
  font-size: 1rem;
}
small,
.small {
  font-size: 13px;
}
b,
strong {
  font-weight: bold;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
}
a:disabled,
button:disabled,
input:disabled,
select:disabled,
textarea:disabled,
a.disabled,
button.disabled,
input.disabled,
select.disabled,
textarea.disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}
a:not([class]) {
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 1px;
  text-decoration-color: #529e85;
}
a:not([class]),
a:not([class]):visited,
a:not([class]):focus {
  color: currentColor;
  text-decoration-style: dotted;
}
a:not([class]):hover,
a:not([class]):active {
  color: #529e85;
  text-decoration-style: solid;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}
ul li > *,
ol li > * {
  text-indent: 0em;
}
fieldset {
  margin: 23px 0 15px;
  padding: 8px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
fieldset:first-child {
  margin-top: 0;
}
fieldset legend {
  all: initial;
  margin: 0 0 0 15px;
  padding: 0 15px;
  color: #cccccc;
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 1;
}
.clickable {
  cursor: pointer;
}
.clickable img {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.clickable:hover img {
  opacity: 0.9;
}
.banner {
  cursor: pointer;
  max-width: 100%;
}
.banner img {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.banner:hover img {
  opacity: 0.9;
}
.banner img {
  -webkit-transition: opacity 0.4s , filter 0.4s;
  -moz-transition: opacity 0.4s , filter 0.4s;
  -ms-transition: opacity 0.4s , filter 0.4s;
  transition: opacity 0.4s , filter 0.4s;
}
.banner:hover img {
  -webkit-filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, 0.2) );
  -moz-filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, 0.2) );
  -ms-filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, 0.2) );
  filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, 0.2) );
}
.button-primary {
  color: inherit;
  display: inline-block;
  min-width: 80px;
  padding: 8px 15px;
  border: solid 1px #529e85;
  background: #4a4a4a;
  background-image: -webkit-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -moz-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -ms-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: linear-gradient(to bottom, #545454 , #3f3f3f);
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -ms-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  cursor: pointer;
}
.button-primary,
.button-primary:hover,
.button-primary:active,
.button-primary:visited,
.button-primary:focus {
  color: inherit;
  text-decoration: none;
}
.button-primary:focus {
  outline: none;
}
.button-primary,
.button-primary:hover,
.button-primary:active,
.button-primary:visited {
  color: #529e85 !important;
}
.button-primary:hover,
.button-primary:active {
  text-decoration: none !important;
  box-shadow: 0 0 1px 2px rgba(82, 158, 133, 0.5);
}
.button-primary[disabled] {
  background: #656565;
  cursor: not-allowed;
}
.button-primary-block {
  color: inherit;
  display: block;
  min-width: 80px;
  padding: 8px 15px;
  border: solid 1px #529e85;
  background: #4a4a4a;
  background-image: -webkit-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -moz-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -ms-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: linear-gradient(to bottom, #545454 , #3f3f3f);
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -ms-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  cursor: pointer;
}
.button-primary-block,
.button-primary-block:hover,
.button-primary-block:active,
.button-primary-block:visited,
.button-primary-block:focus {
  color: inherit;
  text-decoration: none;
}
.button-primary-block:focus {
  outline: none;
}
.button-primary-block,
.button-primary-block:hover,
.button-primary-block:active,
.button-primary-block:visited {
  color: #529e85 !important;
}
.button-primary-block:hover,
.button-primary-block:active {
  text-decoration: none !important;
  box-shadow: 0 0 1px 2px rgba(82, 158, 133, 0.5);
}
.button-primary-block[disabled] {
  background: #656565;
  cursor: not-allowed;
}
.button-primary-small {
  color: inherit;
  display: inline-block;
  min-width: 80px;
  padding: 8px 15px;
  border: solid 1px #529e85;
  background: #4a4a4a;
  background-image: -webkit-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -moz-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -ms-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: linear-gradient(to bottom, #545454 , #3f3f3f);
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -ms-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  cursor: pointer;
  min-width: 0;
  padding: 4px 8px;
  font-size: 13px;
  letter-spacing: 0;
}
.button-primary-small,
.button-primary-small:hover,
.button-primary-small:active,
.button-primary-small:visited,
.button-primary-small:focus {
  color: inherit;
  text-decoration: none;
}
.button-primary-small:focus {
  outline: none;
}
.button-primary-small,
.button-primary-small:hover,
.button-primary-small:active,
.button-primary-small:visited {
  color: #529e85 !important;
}
.button-primary-small:hover,
.button-primary-small:active {
  text-decoration: none !important;
  box-shadow: 0 0 1px 2px rgba(82, 158, 133, 0.5);
}
.button-primary-small[disabled] {
  background: #656565;
  cursor: not-allowed;
}
.button-secondary {
  color: inherit;
  display: inline-block;
  min-width: 80px;
  padding: 8px 15px;
  border: solid 1px #888888;
  background: #4a4a4a;
  background-image: -webkit-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -moz-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -ms-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: linear-gradient(to bottom, #545454 , #3f3f3f);
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -ms-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  cursor: pointer;
}
.button-secondary,
.button-secondary:hover,
.button-secondary:active,
.button-secondary:visited,
.button-secondary:focus {
  color: inherit;
  text-decoration: none;
}
.button-secondary:focus {
  outline: none;
}
.button-secondary,
.button-secondary:hover,
.button-secondary:active,
.button-secondary:visited {
  color: #aaaaaa !important;
}
.button-secondary:hover,
.button-secondary:active {
  text-decoration: none !important;
  box-shadow: 0 0 1px 2px rgba(136, 136, 136, 0.5);
}
.button-secondary[disabled] {
  background: #656565;
  cursor: not-allowed;
}
.button-secondary-block {
  color: inherit;
  display: block;
  min-width: 80px;
  padding: 8px 15px;
  border: solid 1px #888888;
  background: #4a4a4a;
  background-image: -webkit-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -moz-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -ms-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: linear-gradient(to bottom, #545454 , #3f3f3f);
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -ms-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  cursor: pointer;
}
.button-secondary-block,
.button-secondary-block:hover,
.button-secondary-block:active,
.button-secondary-block:visited,
.button-secondary-block:focus {
  color: inherit;
  text-decoration: none;
}
.button-secondary-block:focus {
  outline: none;
}
.button-secondary-block,
.button-secondary-block:hover,
.button-secondary-block:active,
.button-secondary-block:visited {
  color: #aaaaaa !important;
}
.button-secondary-block:hover,
.button-secondary-block:active {
  text-decoration: none !important;
  box-shadow: 0 0 1px 2px rgba(136, 136, 136, 0.5);
}
.button-secondary-block[disabled] {
  background: #656565;
  cursor: not-allowed;
}
.button-secondary-small {
  color: inherit;
  display: inline-block;
  min-width: 80px;
  padding: 8px 15px;
  border: solid 1px #888888;
  background: #4a4a4a;
  background-image: -webkit-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -moz-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -ms-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: linear-gradient(to bottom, #545454 , #3f3f3f);
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -ms-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  cursor: pointer;
  min-width: 0;
  padding: 4px 8px;
  font-size: 13px;
  letter-spacing: 0;
}
.button-secondary-small,
.button-secondary-small:hover,
.button-secondary-small:active,
.button-secondary-small:visited,
.button-secondary-small:focus {
  color: inherit;
  text-decoration: none;
}
.button-secondary-small:focus {
  outline: none;
}
.button-secondary-small,
.button-secondary-small:hover,
.button-secondary-small:active,
.button-secondary-small:visited {
  color: #aaaaaa !important;
}
.button-secondary-small:hover,
.button-secondary-small:active {
  text-decoration: none !important;
  box-shadow: 0 0 1px 2px rgba(136, 136, 136, 0.5);
}
.button-secondary-small[disabled] {
  background: #656565;
  cursor: not-allowed;
}
.button-yellow {
  color: inherit;
  display: inline-block;
  border: none;
  padding: 15px 30px;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  color: #303030 !important;
  background: #ecc12f;
  cursor: pointer;
  transition: background-color 0.4s;
  box-shadow: 1px 1px 1px #eabb1c;
}
.button-yellow,
.button-yellow:hover,
.button-yellow:active,
.button-yellow:visited,
.button-yellow:focus {
  color: inherit;
  text-decoration: none;
}
.button-yellow:hover {
  background: #f3da83;
}
.button-yellow span {
  font-family: webfont_BebasNeue;
  font-size: 25px;
  letter-spacing: 1px;
  vertical-align: middle;
}
.button-yellow small {
  color: #808080 !important;
  margin-left: 8px;
}
.button-yellow .fa {
  color: #529e85;
}
.button-yellow-small {
  color: inherit;
  display: inline-block;
  border: none;
  padding: 15px 30px;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  color: #303030 !important;
  background: #ecc12f;
  cursor: pointer;
  transition: background-color 0.4s;
  box-shadow: 1px 1px 1px #eabb1c;
  min-width: 0;
  padding: 4px 8px;
  font-size: 13px;
  letter-spacing: 0;
}
.button-yellow-small,
.button-yellow-small:hover,
.button-yellow-small:active,
.button-yellow-small:visited,
.button-yellow-small:focus {
  color: inherit;
  text-decoration: none;
}
.button-yellow-small:hover {
  background: #f3da83;
}
.button-yellow-small span {
  font-family: webfont_BebasNeue;
  font-size: 25px;
  letter-spacing: 1px;
  vertical-align: middle;
}
.button-yellow-small small {
  color: #808080 !important;
  margin-left: 8px;
}
.button-yellow-small .fa {
  color: #529e85;
}
/**
// インデント
.BLOCK_INDENT(@level:1) {
    margin-left: @INDENT_SIZE * @level !important;
}

.block-indent-1 {
    .BLOCK_INDENT(1);
}

.block-indent-2 {
    .BLOCK_INDENT(2);
}

.block-indent-3 {
    .BLOCK_INDENT(3);
}

.text-indent {
    text-indent: @INDENT_SIZE;
}

// 要素上下のマージン
.TOP_MARGIN(@margin) {
    margin-top: @margin !important;
}

.top-margin-1 {
    .TOP_MARGIN(@MARGIN_TIGHT);
}

.top-margin-2 {
    .TOP_MARGIN(@MARGIN_DEFAULT);
}

.top-margin-3 {
    .TOP_MARGIN(@MARGIN_LOOSE);
}

.BOTTOM_MARGIN(@margin) {
    margin-bottom: @margin !important;

    &:last-child {
        margin-bottom: 0 !important;
    }
}

.bottom-margin-1 {
    .BOTTOM_MARGIN(@MARGIN_TIGHT);
}

.bottom-margin-2 {
    .BOTTOM_MARGIN(@MARGIN_DEFAULT);
}

.bottom-margin-3 {
    .BOTTOM_MARGIN(@MARGIN_LOOSE);
}

.bottom-margin-0 {
    margin-bottom: 0;
}
**/
/**
// Bootstrap Row間隔
.row:not(:first-child) {
    margin-top: @MARGIN_DEFAULT;
}

@media (max-width: @SCREEN_M_MAX) {

    [class^="col-lg-"]:not(:first-child) {
        margin-top: @MARGIN_DEFAULT;
    }
}

@media (max-width: @SCREEN_S_MAX) { 

    [class^="col-md-"]:not(:first-child) {
        margin-top: @MARGIN_DEFAULT;
    }
}

@media (max-width: @SCREEN_XS_MAX) { 

    [class^="col-sm-"]:not(:first-child) {
        margin-top: @MARGIN_DEFAULT;
    }
}
**/
.screen-height-fit {
  min-height: 100vh;
}
/**
// スクロールし画面内に入った時点で表示
@keyframes kf_DELAYED_FADE_IN {
    from {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.DELAYED_FADE_IN(@time: 2s) {
    animation: kf_DELAYED_FADE_IN @time linear 1 normal both;
}

@APPEAR_FADE_TIME : 1s;
.appear-by-scroll {

    &:not(.appear-parent),
    &.appear-parent .appear-child {
        opacity: 0;

        &.fade-in {
            .DELAYED_FADE_IN(@APPEAR_FADE_TIME);
        }
    }
}
**/
#ie-warning {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 100000;
  padding: 100px 20px 0;
  text-align: center;
  background: #303030;
  color: #cccccc;
}
.grecaptcha-badge {
  margin-bottom: 100px;
  z-index: 1000;
}
#goto-top {
  display: none;
  position: fixed;
  bottom: 8px;
  right: 8px;
  z-index: 2000;
  /**
    background: @SYMBOLIC_COLOR_GREEN;
    color: fade(@COLOR_WHITE, 50%);
    font-size: 25px;
    line-height: 1;
    padding: 10px;
    border: solid 1px @COLOR_DARKWHITE;
    border-radius: 4px;
    cursor: pointer;
    .TRANSITION(color @ANIME_NORMAL);

    &:hover {
        color: @COLOR_WHITE;
    }
**/
}
:root.is-ios #goto-top {
  /** 3D変換をやめたので不要
        transform-style: preserve-3d;

        & > *, &:before, &:after {
            transform: ~"translate3D(0,0," (5cm + @z) ~")"; // 5cmはテキトー
        }
**/
}
#goto-top button {
  color: inherit;
  display: inline-block;
  min-width: 80px;
  padding: 8px 15px;
  border: solid 1px #529e85;
  background: #4a4a4a;
  background-image: -webkit-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -moz-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -ms-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: linear-gradient(to bottom, #545454 , #3f3f3f);
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -ms-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  cursor: pointer;
}
#goto-top button,
#goto-top button:hover,
#goto-top button:active,
#goto-top button:visited,
#goto-top button:focus {
  color: inherit;
  text-decoration: none;
}
#goto-top button:focus {
  outline: none;
}
#goto-top button,
#goto-top button:hover,
#goto-top button:active,
#goto-top button:visited {
  color: #529e85 !important;
}
#goto-top button:hover,
#goto-top button:active {
  text-decoration: none !important;
  box-shadow: 0 0 1px 2px rgba(82, 158, 133, 0.5);
}
#goto-top button[disabled] {
  background: #656565;
  cursor: not-allowed;
}
#page-loading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 20000;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
:root.is-ios #page-loading {
  /** 3D変換をやめたので不要
        transform-style: preserve-3d;

        & > *, &:before, &:after {
            transform: ~"translate3D(0,0," (5cm + @z) ~")"; // 5cmはテキトー
        }
**/
}
#page-loading:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(24, 24, 24, 0.9);
}
#page-loading .busy {
  color: #ecc12f;
  font-family: webfont_BebasNeue;
  font-size: 30px;
  letter-spacing: 1px;
  -webkit-filter: drop-shadow( 5px 5px 2px #303030 );
  -moz-filter: drop-shadow( 5px 5px 2px #303030 );
  -ms-filter: drop-shadow( 5px 5px 2px #303030 );
  filter: drop-shadow( 5px 5px 2px #303030 );
}
#page-loading .busy .fa {
  font-size: 40px;
  vertical-align: middle;
  margin-right: 8px;
}
/**
.ICON_YOUTUBE() {
    padding: 2px;
    .FONTAWESOME_BY_CODE(f167); // fa-youtube
    font-size: 25px;
    background: white;
    color: red;
    border-radius: 3px;
}
**/
.tooltip {
  font-family: inherit;
  -webkit-filter: drop-shadow( 2px 2px 1px rgba(0, 0, 0, 0.2) );
  -moz-filter: drop-shadow( 2px 2px 1px rgba(0, 0, 0, 0.2) );
  -ms-filter: drop-shadow( 2px 2px 1px rgba(0, 0, 0, 0.2) );
  filter: drop-shadow( 2px 2px 1px rgba(0, 0, 0, 0.2) );
}
.tooltip.show {
  opacity: 1;
}
.tooltip[data-popper-placement^="top"] > .tooltip-arrow:before {
  border-top-color: #ffffff;
}
.tooltip[data-popper-placement^="bottom"] > .tooltip-arrow:before {
  border-bottom-color: #ffffff;
}
.tooltip[data-popper-placement^="left"] > .tooltip-arrow:before {
  border-left-color: #ffffff;
}
.tooltip[data-popper-placement^="right"] > .tooltip-arrow:before {
  border-right-color: #ffffff;
}
.tooltip .tooltip-inner {
  border-radius: 3px;
  padding: 6px 8px;
  background-color: #ffffff;
  color: #181818;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.2;
}
body {
  background: #303030;
}
:root:not(.is-localhost) body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body #page {
  max-width: 100%;
  min-width: 375px;
  padding-left: 15px;
  padding-right: 15px;
  background: #303030;
  color: #cccccc;
  position: relative;
}
:root:not(.is-fullwidth) body #page {
  margin: 0 auto;
  width: 1850px;
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /**
    &.header-compact .header-inner {
        border-top-width: 0;

        .header-left {
            padding-top: 12px;
        }
    }
**/
}
#header .header-inner {
  max-width: 100%;
  min-width: 375px;
  padding-left: 15px;
  padding-right: 15px;
  height: 15px;
  background: #303030;
  position: relative;
  -webkit-transition: border-top-width 0.4s;
  -moz-transition: border-top-width 0.4s;
  -ms-transition: border-top-width 0.4s;
  transition: border-top-width 0.4s;
}
:root:not(.is-fullwidth) #header .header-inner {
  margin: 0 auto;
  width: 1850px;
}
#header .header-inner .header-left {
  position: absolute;
  top: 100%;
  left: 15px;
  width: 195px;
  height: 50px;
  background: url("../images/header-logo-bg.png?v=2") left top no-repeat;
  padding: 3px 0 0 10px;
  -webkit-transition: padding-top 0.4s;
  -moz-transition: padding-top 0.4s;
  -ms-transition: padding-top 0.4s;
  transition: padding-top 0.4s;
}
#header .header-inner .header-left #logo img {
  width: 150px;
}
#footer {
  z-index: 1000;
  position: relative;
}
#footer.section-yellow {
  color: #303030;
}
@media (min-width: 1921px) {
  #footer.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-gray-2.png") left -1px top -0.5px no-repeat, url("../images/section-top-right-gray-2.png") right -1px top -0.5px no-repeat, #efcc54;
  }
}
@media (max-width: 1920px) and (min-width: 1001px) {
  #footer.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-gray-2.png") left -1px top -0.5px no-repeat, url("../images/section-top-right-gray-2.png") right -1px top -0.5px no-repeat, #efcc54;
  }
}
@media (max-width: 1000px) and (min-width: 651px) {
  #footer.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-gray-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-gray-2.png") right -80px top -0.5px no-repeat, #efcc54;
  }
}
@media (max-width: 650px) {
  #footer.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-gray-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-gray-2.png") right -80px top -0.5px no-repeat, #efcc54;
  }
}
@media (min-width: 651px) {
  :root.is-ios #footer.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-gray-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-gray-2.png") right -80px top -0.5px no-repeat, #efcc54;
  }
}
@media (max-width: 650px) {
  :root.is-ios #footer.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-gray-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-gray-2.png") right -80px top -0.5px no-repeat, #efcc54;
  }
}
#footer.section-yellow .section-title {
  -webkit-filter: drop-shadow( 8px 10px 0 rgba(236, 193, 47, 0.75) );
  -moz-filter: drop-shadow( 8px 10px 0 rgba(236, 193, 47, 0.75) );
  -ms-filter: drop-shadow( 8px 10px 0 rgba(236, 193, 47, 0.75) );
  filter: drop-shadow( 8px 10px 0 rgba(236, 193, 47, 0.75) );
}
@media (min-width: 1921px) {
  #footer.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-yellow-2.png") left -1px top -0.5px no-repeat, url("../images/section-top-right-yellow-2.png") right -1px top -0.5px no-repeat, #303030;
  }
}
@media (max-width: 1920px) and (min-width: 1001px) {
  #footer.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-yellow-2.png") left -1px top -0.5px no-repeat, url("../images/section-top-right-yellow-2.png") right -1px top -0.5px no-repeat, #303030;
  }
}
@media (max-width: 1000px) and (min-width: 651px) {
  #footer.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-yellow-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-yellow-2.png") right -80px top -0.5px no-repeat, #303030;
  }
}
@media (max-width: 650px) {
  #footer.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-yellow-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-yellow-2.png") right -80px top -0.5px no-repeat, #303030;
  }
}
@media (min-width: 651px) {
  :root.is-ios #footer.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-yellow-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-yellow-2.png") right -80px top -0.5px no-repeat, #303030;
  }
}
@media (max-width: 650px) {
  :root.is-ios #footer.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-yellow-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-yellow-2.png") right -80px top -0.5px no-repeat, #303030;
  }
}
#footer.section-gray .section-title {
  border: solid 1px #4a4a4a;
  -webkit-filter: drop-shadow( 8px 10px 1px rgba(38, 38, 38, 0.75) );
  -moz-filter: drop-shadow( 8px 10px 1px rgba(38, 38, 38, 0.75) );
  -ms-filter: drop-shadow( 8px 10px 1px rgba(38, 38, 38, 0.75) );
  filter: drop-shadow( 8px 10px 1px rgba(38, 38, 38, 0.75) );
}
#footer.screen-fit {
  padding: 120px 0;
}
#footer.compact {
  padding: 60px 0 40px;
}
#footer .section-inner {
  height: 100%;
}
#footer .section-inner .section-columns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  height: 100%;
}
#footer .section-inner .section-columns .column-left {
  -ms-flex: 0 0 500px;
  -webkit-flex: 0 0 500px;
  flex: 0 0 500px;
  overflow: hidden;
}
#footer .section-inner .section-columns .column-left .section-title {
  margin: 120px 120px 10px -15px;
  width: 400px;
  border-radius: 5px 5px;
  padding: 12px 30px 12px 60px;
  -webkit-transform: skewX( -10deg );
  -moz-transform: skewX( -10deg );
  -ms-transform: skewX( -10deg );
  transform: skewX( -10deg );
  text-align: right;
  line-height: 1;
  background: #303030;
  color: #efcc54;
}
#footer .section-inner .section-columns .column-left .section-title span {
  font-family: webfont_BebasNeue;
  font-size: 60px;
  text-transform: uppercase;
}
#footer .section-inner .section-columns .column-left .section-title small {
  margin-left: 8px;
  font-family: 'Noto Sans JP', "Yu Gothic UI", "Meiryo UI", "MS PGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Osaka, sans-serif;
  font-size: 13px;
  color: #d3d3d3;
  vertical-align: 4px;
  white-space: nowrap;
}
#footer .section-inner .section-columns .column-left .section-title small:before {
  white-space: normal;
  content: " ";
  font-size: 0;
}
html.ie #footer .section-inner .section-columns .column-left .section-title small:before {
  font-size: 1px;
}
#footer .section-inner .section-columns .column-right {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding-right: 60px;
}
@media (min-width: 1501px) {
  #footer .section-inner.gallery .section-title {
    margin-top: 0px !important;
  }
}
@media (max-width: 1500px) {
  #footer .section-inner .section-columns {
    display: block;
  }
  #footer .section-inner .section-columns .column-left .section-title {
    width: 350px;
    max-width: 85%;
    margin-top: 0;
    margin-bottom: 100px;
  }
  #footer .section-inner .section-columns .column-right {
    padding: 0 15px;
  }
}
@media (max-width: 1500px) and (min-width: 700px) {
  #footer .section-inner .section-columns .column-left .section-title {
    margin-left: auto;
    margin-right: -15px;
    padding-left: 30px;
    text-align: left;
  }
}
@media (max-width: 991px) {
  #footer .section-inner .section-columns .column-right {
    padding: 0 15px;
  }
}
#footer .footer-inner {
  text-align: center;
}
#footer .footer-inner #site-admin a {
  color: inherit;
  display: inline-block;
  font-size: 13px;
  color: #888888 !important;
  line-height: 1.4;
}
#footer .footer-inner #site-admin a,
#footer .footer-inner #site-admin a:hover,
#footer .footer-inner #site-admin a:active,
#footer .footer-inner #site-admin a:visited,
#footer .footer-inner #site-admin a:focus {
  color: inherit;
  text-decoration: none;
}
#footer .footer-inner #site-admin a .desc #admin-logo {
  vertical-align: -3px;
  margin-right: 8px;
  width: 30px;
}
@media (max-width: 600px) {
  #footer .footer-inner #site-admin a .desc #admin-logo {
    display: block;
    margin: 0 auto 8px;
  }
}
#footer .footer-inner #site-admin a #copyright {
  margin-top: 15px;
}
#drawer-backdrop {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 3000;
}
:root.is-ios #drawer-backdrop {
  /** 3D変換をやめたので不要
        transform-style: preserve-3d;

        & > *, &:before, &:after {
            transform: ~"translate3D(0,0," (5cm + @z) ~")"; // 5cmはテキトー
        }
**/
}
#drawer-backdrop:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.7) url("../images/black-twill.png") repeat;
}
#drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 240px;
  min-width: none;
  height: 100%;
  background: #303030;
  border-right: solid 1px #808080;
  line-height: 1;
  z-index: 3001;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  transition: transform 0.4s;
}
:root.is-ios #drawer {
  /** 3D変換をやめたので不要
        transform-style: preserve-3d;

        & > *, &:before, &:after {
            transform: ~"translate3D(0,0," (5cm + @z) ~")"; // 5cmはテキトー
        }
**/
}
#drawer.opened {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
#drawer .drawer-toggler {
  position: absolute;
  top: 50vh;
  left: 100%;
  width: 40px;
  height: 70px;
  margin-top: -35px;
  background: url("../images/drawer-handle-bg.png") left center no-repeat;
  padding: 25px 0 0 7px;
  color: #808080;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}
#drawer .drawer-toggler:hover {
  color: #dcdcdc;
}
#drawer .drawer-toggler .fa {
  font-size: 22px;
  text-shadow: 0 0 5px #303030;
}
#drawer .drawer-toggler .fa.close-icon {
  display: none;
}
#drawer.opened .drawer-toggler .fa.open-icon {
  display: none;
}
#drawer.opened .drawer-toggler .fa.close-icon {
  display: inline;
}
#drawer .drawer-menu {
  position: relative;
  background: #303030;
  padding: 60px 15px;
  z-index: 0;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#drawer .drawer-menu .menu-title {
  color: #bbbbbb;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
}
#drawer .drawer-menu .menu-title:after {
  content: "";
  display: block;
  margin: 9px auto 0;
  width: 30px;
  height: 3px;
  background: #529e85;
}
#drawer .drawer-menu ul {
  display: block;
}
#drawer .drawer-menu ul li {
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  border-top: solid 1px #3d3d3d;
}
#drawer .drawer-menu ul li a {
  color: inherit;
  display: block;
  padding: 12px 8px;
  color: #efcc54 !important;
  letter-spacing: 1px;
  line-height: 1.2;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -ms-transition: background 0.4s;
  transition: background 0.4s;
}
#drawer .drawer-menu ul li a,
#drawer .drawer-menu ul li a:hover,
#drawer .drawer-menu ul li a:active,
#drawer .drawer-menu ul li a:visited,
#drawer .drawer-menu ul li a:focus {
  color: inherit;
  text-decoration: none;
}
#drawer .drawer-menu ul li a:before,
#drawer .drawer-menu ul li a:after {
  display: table;
  content: "";
}
#drawer .drawer-menu ul li a:after {
  clear: both;
}
#drawer .drawer-menu ul li a:hover,
#drawer .drawer-menu ul li a:active {
  text-decoration: none;
  background: #3d3d3d;
}
#drawer .drawer-menu ul li > ul {
  margin-left: 15px;
}
#drawer .drawer-menu ul li > ul li a {
  font-size: 13px;
}
#drawer .drawer-menu .menu > li:first-child {
  border-top: none;
}
#drawer .drawer-menu .menu > li.current_page_item > a {
  background: #3d3d3d;
}
body.admin-bar #drawer {
  top: 45px;
}
#content,
.content {
  /*--------------------------------------//
//  {X^C                        //
//--------------------------------------*/
  /*--------------------------------------//
//  テキスト装飾                        //
//--------------------------------------*/
  /**
a {
    color: inherit;
    text-decoration: none;

    &:not([class]) {
        border-bottom: dotted 1px @PAGE_TEXT_COLOR_BRIGHT;

        &:hover, &:active {
            border-bottom: solid 1px @PAGE_TEXT_COLOR_DARK;
            color: inherit;
        }
    }
}

[class*="button-"] > a {
    border-bottom: none !important;
    color: inherit !important;
}
**/
  /*--------------------------------------//
//  見出し                              //
//--------------------------------------*/
  /*--------------------------------------//
//  コンテンツ基本部品                  //
//--------------------------------------*/
}
#content p,
.content p {
  margin: 0 0 8px;
  padding: 0 8px;
}
#content p:not([class*="has-text-align"]),
.content p:not([class*="has-text-align"]) {
  text-indent: 0.8rem;
}
#content p:not([class*="has-text-align"]) > *,
.content p:not([class*="has-text-align"]) > * {
  text-indent: 0;
}
#content [class*="button-"] > a,
.content [class*="button-"] > a {
  color: inherit;
}
#content [class*="button-"] > a,
.content [class*="button-"] > a,
#content [class*="button-"] > a:hover,
.content [class*="button-"] > a:hover,
#content [class*="button-"] > a:active,
.content [class*="button-"] > a:active,
#content [class*="button-"] > a:visited,
.content [class*="button-"] > a:visited,
#content [class*="button-"] > a:focus,
.content [class*="button-"] > a:focus {
  color: inherit;
  text-decoration: none;
}
#content .has-regular-font-size,
.content .has-regular-font-size {
  font-size: 1rem !important;
}
#content .has-small-font-size,
.content .has-small-font-size {
  font-size: 13px !important;
}
#content .has-larger-font-size,
.content .has-larger-font-size {
  font-size: 17px !important;
}
#content .has-larger-font-size small,
.content .has-larger-font-size small {
  font-size: 1rem !important;
}
#content .has-largest-font-size,
.content .has-largest-font-size {
  font-size: 20px !important;
}
#content .has-largest-font-size small,
.content .has-largest-font-size small {
  font-size: 17px !important;
}
#content .has-darkblue-color,
.content .has-darkblue-color {
  color: #38678f !important;
}
#content .has-darkblue-background-color,
.content .has-darkblue-background-color {
  background: #38678f !important;
}
#content .has-lightblue-color,
.content .has-lightblue-color {
  color: #c4d8e8 !important;
}
#content .has-lightblue-background-color,
.content .has-lightblue-background-color {
  background: #c4d8e8 !important;
}
#content .has-darkgreen-color,
.content .has-darkgreen-color {
  color: #228b22 !important;
}
#content .has-darkgreen-background-color,
.content .has-darkgreen-background-color {
  background: #228b22 !important;
}
#content .has-palered-color,
.content .has-palered-color {
  color: #d87093 !important;
}
#content .has-palered-background-color,
.content .has-palered-background-color {
  background: #d87093 !important;
}
#content .has-lightgray-color,
.content .has-lightgray-color {
  color: #dcdcdc !important;
}
#content .has-lightgray-background-color,
.content .has-lightgray-background-color {
  background: #dcdcdc !important;
}
#content .has-white-color,
.content .has-white-color {
  color: #ffffff !important;
}
#content .has-white-background-color,
.content .has-white-background-color {
  background: #ffffff !important;
}
#content .font-mincho,
.content .font-mincho {
  font-family: "Yu Mincho", "Songti SC Black", serif;
  font-weight: bold;
}
#content h2,
.content h2,
#content h3,
.content h3,
#content h4,
.content h4 {
  padding: 0;
  line-height: 1.2;
}
#content h2 small,
.content h2 small,
#content h3 small,
.content h3 small,
#content h4 small,
.content h4 small {
  font-size: 1rem;
  letter-spacing: 0px;
}
#content h2,
.content h2 {
  font-size: 40px;
  padding: 0 15px 5px;
  background: url("../images/h2-bg-yellow.png") left bottom repeat-x;
  font-style: oblique;
  letter-spacing: 2px;
  text-shadow: 2px 0 1px #f3da83, 0 2px 1px #f3da83, -2px 0 1px #f3da83, 0 -2px 1px #f3da83, 2px 2px 1px #f3da83, -2px 2px 1px #f3da83, 2px -2px 1px #f3da83, -2px -2px 1px #f3da83;
  text-align: right;
}
:root.dark-theme #content h2,
:root.dark-theme .content h2 {
  background-image: url("../images/h2-bg-gray.png");
  text-shadow: none;
}
#content h3,
.content h3 {
  font-size: 26px;
  display: inline-block;
}
#content h3:before,
.content h3:before {
  display: inline-block;
  width: 6px;
  height: 1.2em;
  background: #808080;
  vertical-align: top;
  margin-right: 12px;
  content: "";
  -webkit-transform: skewX( -10deg );
  -moz-transform: skewX( -10deg );
  -ms-transform: skewX( -10deg );
  transform: skewX( -10deg );
}
:root.dark-theme #content h3:before,
:root.dark-theme .content h3:before {
  background: #efcc54;
}
#content h4,
.content h4 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}
#content table,
.content table {
  width: auto;
}
#content table th,
.content table th,
#content table td,
.content table td {
  text-align: left;
  vertical-align: top;
}
#content table th.has-text-align-center,
.content table th.has-text-align-center,
#content table td.has-text-align-center,
.content table td.has-text-align-center {
  text-align: center;
}
#content table th.has-text-align-right,
.content table th.has-text-align-right,
#content table td.has-text-align-right,
.content table td.has-text-align-right {
  text-align: right;
}
#content table tbody th:first-child b,
.content table tbody th:first-child b,
#content table tbody td:first-child b,
.content table tbody td:first-child b,
#content table tbody th:first-child strong,
.content table tbody th:first-child strong,
#content table tbody td:first-child strong,
.content table tbody td:first-child strong {
  color: #808080;
}
#content table tbody th,
.content table tbody th {
  font-weight: bold;
}
#content table thead th,
.content table thead th,
#content table tfoot th,
.content table tfoot th,
#content table thead td,
.content table thead td,
#content table tfoot td,
.content table tfoot td {
  font-weight: bold;
  color: #808080;
  text-align: center !important;
}
#content ul,
.content ul,
#content ol,
.content ol {
  margin: 0 !important;
  padding: 0 !important;
}
#content ul li,
.content ul li,
#content ol li,
.content ol li {
  list-style-position: inside;
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 8px;
}
#content ul li > *,
.content ul li > *,
#content ol li > *,
.content ol li > * {
  text-indent: 0;
}
#content ul ul,
.content ul ul,
#content ol ul,
.content ol ul,
#content ul ol,
.content ul ol,
#content ol ol,
.content ol ol {
  margin: 8px 0 0 0 !important;
}
#content ul ul li,
.content ul ul li,
#content ol ul li,
.content ol ul li,
#content ul ol li,
.content ul ol li,
#content ol ol li,
.content ol ol li {
  margin-left: 0.7em;
}
#content ol,
.content ol {
  counter-reset: item;
}
#content ol > li,
.content ol > li {
  list-style-type: none;
}
#content ol > li:before,
.content ol > li:before {
  counter-increment: item;
  content: counters(item, "-", decimal) ". ";
}
#content ol ul ol,
.content ol ul ol,
#content ol > li > ol > li > ol,
.content ol > li > ol > li > ol {
  counter-reset: subitem;
}
#content ol ul ol > li:before,
.content ol ul ol > li:before,
#content ol > li > ol > li > ol > li:before,
.content ol > li > ol > li > ol > li:before {
  counter-increment: subitem;
  content: counter(subitem, lower-alpha) ". ";
}
#content ul > li,
.content ul > li {
  list-style-type: none;
}
#content ul > li:before,
.content ul > li:before {
  font-family: FontAwesome;
  font-weight: normal;
  content: "" "\f111" "";
  color: #808080;
  font-size: 8px;
  vertical-align: middle;
  margin: 0 8px 0 1px;
}
#content .wp-block-separator,
.content .wp-block-separator {
  display: block;
  margin: 15px 0;
  max-width: 100%;
  border: none;
}
#content .wp-block-separator:not([class*="is-style-"]),
.content .wp-block-separator:not([class*="is-style-"]),
#content .wp-block-separator.is-style-default,
.content .wp-block-separator.is-style-default {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 2px;
  background: rgba(0, 0, 0, 0.25);
}
#content .wp-block-separator.is-style-wide,
.content .wp-block-separator.is-style-wide {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.25);
}
#content .wp-block-separator.is-style-dots,
.content .wp-block-separator.is-style-dots {
  width: 100%;
  height: 0;
}
#content .wp-block-separator.is-style-dots:before,
.content .wp-block-separator.is-style-dots:before {
  display: block;
  position: relative;
  top: -2px;
  left: 0;
  width: 100%;
  height: 0;
  content: "●●●●●●●●●";
  color: #808080;
  font-size: 5px;
  letter-spacing: 25px;
  padding-left: 25px;
  line-height: 1;
  font-size: 10px;
  transform: scale(0.5);
  transform-origin: 50%;
}
#content .wp-block-button:not([class*="is-style-"]) .wp-block-button__link,
.content .wp-block-button:not([class*="is-style-"]) .wp-block-button__link,
#content .wp-block-button.is-style-fill .wp-block-button__link,
.content .wp-block-button.is-style-fill .wp-block-button__link {
  color: inherit;
  display: inline-block;
  border: none;
  padding: 15px 30px;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  color: #303030 !important;
  background: #ecc12f;
  cursor: pointer;
  transition: background-color 0.4s;
  box-shadow: 1px 1px 1px #eabb1c;
}
#content .wp-block-button:not([class*="is-style-"]) .wp-block-button__link,
.content .wp-block-button:not([class*="is-style-"]) .wp-block-button__link,
#content .wp-block-button.is-style-fill .wp-block-button__link,
.content .wp-block-button.is-style-fill .wp-block-button__link,
#content .wp-block-button:not([class*="is-style-"]) .wp-block-button__link:hover,
.content .wp-block-button:not([class*="is-style-"]) .wp-block-button__link:hover,
#content .wp-block-button.is-style-fill .wp-block-button__link:hover,
.content .wp-block-button.is-style-fill .wp-block-button__link:hover,
#content .wp-block-button:not([class*="is-style-"]) .wp-block-button__link:active,
.content .wp-block-button:not([class*="is-style-"]) .wp-block-button__link:active,
#content .wp-block-button.is-style-fill .wp-block-button__link:active,
.content .wp-block-button.is-style-fill .wp-block-button__link:active,
#content .wp-block-button:not([class*="is-style-"]) .wp-block-button__link:visited,
.content .wp-block-button:not([class*="is-style-"]) .wp-block-button__link:visited,
#content .wp-block-button.is-style-fill .wp-block-button__link:visited,
.content .wp-block-button.is-style-fill .wp-block-button__link:visited,
#content .wp-block-button:not([class*="is-style-"]) .wp-block-button__link:focus,
.content .wp-block-button:not([class*="is-style-"]) .wp-block-button__link:focus,
#content .wp-block-button.is-style-fill .wp-block-button__link:focus,
.content .wp-block-button.is-style-fill .wp-block-button__link:focus {
  color: inherit;
  text-decoration: none;
}
#content .wp-block-button:not([class*="is-style-"]) .wp-block-button__link:hover,
.content .wp-block-button:not([class*="is-style-"]) .wp-block-button__link:hover,
#content .wp-block-button.is-style-fill .wp-block-button__link:hover,
.content .wp-block-button.is-style-fill .wp-block-button__link:hover {
  background: #f3da83;
}
#content .wp-block-button:not([class*="is-style-"]) .wp-block-button__link span,
.content .wp-block-button:not([class*="is-style-"]) .wp-block-button__link span,
#content .wp-block-button.is-style-fill .wp-block-button__link span,
.content .wp-block-button.is-style-fill .wp-block-button__link span {
  font-family: webfont_BebasNeue;
  font-size: 25px;
  letter-spacing: 1px;
  vertical-align: middle;
}
#content .wp-block-button:not([class*="is-style-"]) .wp-block-button__link small,
.content .wp-block-button:not([class*="is-style-"]) .wp-block-button__link small,
#content .wp-block-button.is-style-fill .wp-block-button__link small,
.content .wp-block-button.is-style-fill .wp-block-button__link small {
  color: #808080 !important;
  margin-left: 8px;
}
#content .wp-block-button:not([class*="is-style-"]) .wp-block-button__link .fa,
.content .wp-block-button:not([class*="is-style-"]) .wp-block-button__link .fa,
#content .wp-block-button.is-style-fill .wp-block-button__link .fa,
.content .wp-block-button.is-style-fill .wp-block-button__link .fa {
  color: #529e85;
}
#content .wp-block-button.is-style-outline .wp-block-button__link,
.content .wp-block-button.is-style-outline .wp-block-button__link {
  color: inherit;
  display: inline-block;
  min-width: 80px;
  padding: 8px 15px;
  border: solid 1px #888888;
  background: #4a4a4a;
  background-image: -webkit-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -moz-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -ms-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: linear-gradient(to bottom, #545454 , #3f3f3f);
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -ms-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  cursor: pointer;
}
#content .wp-block-button.is-style-outline .wp-block-button__link,
.content .wp-block-button.is-style-outline .wp-block-button__link,
#content .wp-block-button.is-style-outline .wp-block-button__link:hover,
.content .wp-block-button.is-style-outline .wp-block-button__link:hover,
#content .wp-block-button.is-style-outline .wp-block-button__link:active,
.content .wp-block-button.is-style-outline .wp-block-button__link:active,
#content .wp-block-button.is-style-outline .wp-block-button__link:visited,
.content .wp-block-button.is-style-outline .wp-block-button__link:visited,
#content .wp-block-button.is-style-outline .wp-block-button__link:focus,
.content .wp-block-button.is-style-outline .wp-block-button__link:focus {
  color: inherit;
  text-decoration: none;
}
#content .wp-block-button.is-style-outline .wp-block-button__link:focus,
.content .wp-block-button.is-style-outline .wp-block-button__link:focus {
  outline: none;
}
#content .wp-block-button.is-style-outline .wp-block-button__link,
.content .wp-block-button.is-style-outline .wp-block-button__link,
#content .wp-block-button.is-style-outline .wp-block-button__link:hover,
.content .wp-block-button.is-style-outline .wp-block-button__link:hover,
#content .wp-block-button.is-style-outline .wp-block-button__link:active,
.content .wp-block-button.is-style-outline .wp-block-button__link:active,
#content .wp-block-button.is-style-outline .wp-block-button__link:visited,
.content .wp-block-button.is-style-outline .wp-block-button__link:visited {
  color: #aaaaaa !important;
}
#content .wp-block-button.is-style-outline .wp-block-button__link:hover,
.content .wp-block-button.is-style-outline .wp-block-button__link:hover,
#content .wp-block-button.is-style-outline .wp-block-button__link:active,
.content .wp-block-button.is-style-outline .wp-block-button__link:active {
  text-decoration: none !important;
  box-shadow: 0 0 1px 2px rgba(136, 136, 136, 0.5);
}
#content .wp-block-button.is-style-outline .wp-block-button__link[disabled],
.content .wp-block-button.is-style-outline .wp-block-button__link[disabled] {
  background: #656565;
  cursor: not-allowed;
}
#content .wp-block-button.is-style-movb-fill-sm .wp-block-button__link,
.content .wp-block-button.is-style-movb-fill-sm .wp-block-button__link {
  color: inherit;
  display: inline-block;
  border: none;
  padding: 15px 30px;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  color: #303030 !important;
  background: #ecc12f;
  cursor: pointer;
  transition: background-color 0.4s;
  box-shadow: 1px 1px 1px #eabb1c;
  min-width: 0;
  padding: 4px 8px;
  font-size: 13px;
  letter-spacing: 0;
}
#content .wp-block-button.is-style-movb-fill-sm .wp-block-button__link,
.content .wp-block-button.is-style-movb-fill-sm .wp-block-button__link,
#content .wp-block-button.is-style-movb-fill-sm .wp-block-button__link:hover,
.content .wp-block-button.is-style-movb-fill-sm .wp-block-button__link:hover,
#content .wp-block-button.is-style-movb-fill-sm .wp-block-button__link:active,
.content .wp-block-button.is-style-movb-fill-sm .wp-block-button__link:active,
#content .wp-block-button.is-style-movb-fill-sm .wp-block-button__link:visited,
.content .wp-block-button.is-style-movb-fill-sm .wp-block-button__link:visited,
#content .wp-block-button.is-style-movb-fill-sm .wp-block-button__link:focus,
.content .wp-block-button.is-style-movb-fill-sm .wp-block-button__link:focus {
  color: inherit;
  text-decoration: none;
}
#content .wp-block-button.is-style-movb-fill-sm .wp-block-button__link:hover,
.content .wp-block-button.is-style-movb-fill-sm .wp-block-button__link:hover {
  background: #f3da83;
}
#content .wp-block-button.is-style-movb-fill-sm .wp-block-button__link span,
.content .wp-block-button.is-style-movb-fill-sm .wp-block-button__link span {
  font-family: webfont_BebasNeue;
  font-size: 25px;
  letter-spacing: 1px;
  vertical-align: middle;
}
#content .wp-block-button.is-style-movb-fill-sm .wp-block-button__link small,
.content .wp-block-button.is-style-movb-fill-sm .wp-block-button__link small {
  color: #808080 !important;
  margin-left: 8px;
}
#content .wp-block-button.is-style-movb-fill-sm .wp-block-button__link .fa,
.content .wp-block-button.is-style-movb-fill-sm .wp-block-button__link .fa {
  color: #529e85;
}
#content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link,
.content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link {
  color: inherit;
  display: inline-block;
  min-width: 80px;
  padding: 8px 15px;
  border: solid 1px #888888;
  background: #4a4a4a;
  background-image: -webkit-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -moz-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -ms-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: linear-gradient(to bottom, #545454 , #3f3f3f);
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -ms-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  cursor: pointer;
  min-width: 0;
  padding: 4px 8px;
  font-size: 13px;
  letter-spacing: 0;
}
#content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link,
.content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link,
#content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link:hover,
.content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link:hover,
#content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link:active,
.content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link:active,
#content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link:visited,
.content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link:visited,
#content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link:focus,
.content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link:focus {
  color: inherit;
  text-decoration: none;
}
#content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link:focus,
.content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link:focus {
  outline: none;
}
#content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link,
.content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link,
#content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link:hover,
.content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link:hover,
#content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link:active,
.content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link:active,
#content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link:visited,
.content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link:visited {
  color: #aaaaaa !important;
}
#content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link:hover,
.content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link:hover,
#content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link:active,
.content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link:active {
  text-decoration: none !important;
  box-shadow: 0 0 1px 2px rgba(136, 136, 136, 0.5);
}
#content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link[disabled],
.content .wp-block-button.is-style-movb-outline-sm .wp-block-button__link[disabled] {
  background: #656565;
  cursor: not-allowed;
}
#content .wp-block-image figcaption,
.content .wp-block-image figcaption {
  font-size: 13px;
  text-align: center;
}
#content .wp-block-gallery ul.blocks-gallery-grid,
.content .wp-block-gallery ul.blocks-gallery-grid {
  padding: 0 !important;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
#content .wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item,
.content .wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item {
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
  margin: 0;
  text-indent: 0;
}
#content .wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item:before,
.content .wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item:before {
  display: none;
}
#content .wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item a,
.content .wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item a {
  display: block;
  width: 100%;
}
#content .wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item img,
.content .wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item img {
  width: auto;
  margin: 0 auto;
}
#content .wp-block-gallery.columns-1 li.blocks-gallery-item,
.content .wp-block-gallery.columns-1 li.blocks-gallery-item {
  width: 100%;
}
#content .wp-block-gallery.columns-2 li.blocks-gallery-item,
.content .wp-block-gallery.columns-2 li.blocks-gallery-item {
  width: 50%;
}
#content .wp-block-gallery.columns-3 li.blocks-gallery-item,
.content .wp-block-gallery.columns-3 li.blocks-gallery-item {
  width: 33.33333333%;
}
#content .wp-block-gallery.columns-4 li.blocks-gallery-item,
.content .wp-block-gallery.columns-4 li.blocks-gallery-item {
  width: 25%;
}
#content .wp-block-gallery.columns-5 li.blocks-gallery-item,
.content .wp-block-gallery.columns-5 li.blocks-gallery-item {
  width: 20%;
}
#content .wp-block-gallery.columns-6 li.blocks-gallery-item,
.content .wp-block-gallery.columns-6 li.blocks-gallery-item {
  width: 16.66666667%;
}
#content .wp-block-gallery.columns-7 li.blocks-gallery-item,
.content .wp-block-gallery.columns-7 li.blocks-gallery-item {
  width: 14.28571429%;
}
#content .wp-block-gallery.columns-8 li.blocks-gallery-item,
.content .wp-block-gallery.columns-8 li.blocks-gallery-item {
  width: 12.5%;
}
#content .wp-block-columns,
.content .wp-block-columns {
  margin: 0;
}
#content .wp-block-columns:first-child,
.content .wp-block-columns:first-child {
  margin-top: 0;
}
#content .wp-block-columns:last-child > .wp-block-column:last-child,
.content .wp-block-columns:last-child > .wp-block-column:last-child {
  margin-bottom: 0;
}
#content .wp-block-columns > .wp-block-column,
.content .wp-block-columns > .wp-block-column {
  margin: 0;
  padding: 0 15px;
  flex-basis: 50%;
}
#content .wp-block-columns > .wp-block-column:first-child,
.content .wp-block-columns > .wp-block-column:first-child {
  padding-left: 0;
  padding-right: 30px;
}
#content .wp-block-columns > .wp-block-column:last-child,
.content .wp-block-columns > .wp-block-column:last-child {
  padding-left: 30px;
  padding-right: 0;
}
#content .wp-block-columns.movb-column-order-reverse,
.content .wp-block-columns.movb-column-order-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
@media (max-width: 1200px) {
  #content .entry-content > .wp-block-columns,
  .content .entry-content > .wp-block-columns {
    display: block;
    margin: 0;
  }
  #content .entry-content > .wp-block-columns > .wp-block-column,
  .content .entry-content > .wp-block-columns > .wp-block-column {
    padding: 0 !important;
  }
  #content .entry-content > .wp-block-columns > .wp-block-column:empty,
  .content .entry-content > .wp-block-columns > .wp-block-column:empty {
    display: none;
  }
  #content .entry-content > .wp-block-columns:first-child > .wp-block-column:first-child,
  .content .entry-content > .wp-block-columns:first-child > .wp-block-column:first-child {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #content .entry-content > .wp-block-columns .wp-block-columns,
  .content .entry-content > .wp-block-columns .wp-block-columns {
    display: block;
    margin: 0;
  }
  #content .entry-content > .wp-block-columns .wp-block-columns > .wp-block-column,
  .content .entry-content > .wp-block-columns .wp-block-columns > .wp-block-column {
    padding: 0 !important;
  }
  #content .entry-content > .wp-block-columns .wp-block-columns > .wp-block-column:empty,
  .content .entry-content > .wp-block-columns .wp-block-columns > .wp-block-column:empty {
    display: none;
  }
  #content .entry-content > .wp-block-columns .wp-block-columns:first-child > .wp-block-column:first-child,
  .content .entry-content > .wp-block-columns .wp-block-columns:first-child > .wp-block-column:first-child {
    margin-top: 0;
  }
}
#content p:empty,
.content p:empty {
  display: none;
}
#content h2:first-child,
.content h2:first-child {
  margin-top: 0;
}
#content h2,
.content h2 {
  margin: 120px 0 40px;
}
@media (max-width: 767px) {
  #content h2,
  .content h2 {
    font-size: 32px;
    letter-spacing: 0;
  }
}
#content h3,
.content h3 {
  margin: 60px 0 30px;
}
#content h4,
.content h4 {
  margin: 40px 0 25px;
}
#content h3 + h4,
.content h3 + h4 {
  margin-top: 0;
}
#content table,
.content table {
  border-collapse: collapse;
  width: 100%;
  background: transparent !important;
}
#content table th,
.content table th,
#content table td,
.content table td {
  min-width: 80px;
  border: none;
  padding: 8px;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  background: transparent;
}
#content table thead th,
.content table thead th,
#content table thead td,
.content table thead td {
  padding-top: 0;
  border-bottom: solid 2px rgba(0, 0, 0, 0.25);
}
#content table tfoot th,
.content table tfoot th,
#content table tfoot td,
.content table tfoot td {
  border-top: solid 2px rgba(0, 0, 0, 0.25);
  padding-bottom: 0;
}
#content .wp-block-table,
.content .wp-block-table {
  width: 100%;
}
#content .wp-block-table:not([class*="is-style-"]) table tbody th,
.content .wp-block-table:not([class*="is-style-"]) table tbody th,
#content .wp-block-table.is-style-regular table tbody th,
.content .wp-block-table.is-style-regular table tbody th,
#content .wp-block-table:not([class*="is-style-"]) table tbody td,
.content .wp-block-table:not([class*="is-style-"]) table tbody td,
#content .wp-block-table.is-style-regular table tbody td,
.content .wp-block-table.is-style-regular table tbody td {
  border-bottom: solid 1px rgba(0, 0, 0, 0.25);
}
#content .wp-block-table:not([class*="is-style-"]) table tbody tr:last-of-type th,
.content .wp-block-table:not([class*="is-style-"]) table tbody tr:last-of-type th,
#content .wp-block-table.is-style-regular table tbody tr:last-of-type th,
.content .wp-block-table.is-style-regular table tbody tr:last-of-type th,
#content .wp-block-table:not([class*="is-style-"]) table tbody tr:last-of-type td,
.content .wp-block-table:not([class*="is-style-"]) table tbody tr:last-of-type td,
#content .wp-block-table.is-style-regular table tbody tr:last-of-type td,
.content .wp-block-table.is-style-regular table tbody tr:last-of-type td {
  border-bottom: none;
}
#content .wp-block-table.is-style-stripes,
.content .wp-block-table.is-style-stripes {
  border: none !important;
}
#content .wp-block-table.is-style-stripes table tbody th,
.content .wp-block-table.is-style-stripes table tbody th,
#content .wp-block-table.is-style-stripes table tbody td,
.content .wp-block-table.is-style-stripes table tbody td {
  padding: 8px;
  border: none;
}
#content .wp-block-table.is-style-stripes table tbody tr:nth-child(2n+1),
.content .wp-block-table.is-style-stripes table tbody tr:nth-child(2n+1) {
  background: rgba(255, 255, 255, 0.5);
}
#content .wp-block-table.is-style-stripes table tbody tr:nth-child(2n),
.content .wp-block-table.is-style-stripes table tbody tr:nth-child(2n) {
  background: none;
}
#content .wp-block-table.aligncenter > table,
.content .wp-block-table.aligncenter > table,
#content .wp-block-table.alignleft > table,
.content .wp-block-table.alignleft > table,
#content .wp-block-table.alignright > table,
.content .wp-block-table.alignright > table {
  width: auto;
}
#content .wp-block-table.alignright > table,
.content .wp-block-table.alignright > table {
  margin-left: auto;
}
#content .wp-block-table.aligncenter > table,
.content .wp-block-table.aligncenter > table {
  margin-left: auto;
  margin-right: auto;
}
#content .wp-block-table:not(.movb-table-responsive-vertical),
.content .wp-block-table:not(.movb-table-responsive-vertical) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575px) {
  #content .wp-block-table.movb-table-responsive-vertical table,
  .content .wp-block-table.movb-table-responsive-vertical table,
  #content .wp-block-table.movb-table-responsive-vertical table tbody,
  .content .wp-block-table.movb-table-responsive-vertical table tbody,
  #content .wp-block-table.movb-table-responsive-vertical table tr,
  .content .wp-block-table.movb-table-responsive-vertical table tr,
  #content .wp-block-table.movb-table-responsive-vertical table th,
  .content .wp-block-table.movb-table-responsive-vertical table th,
  #content .wp-block-table.movb-table-responsive-vertical table td,
  .content .wp-block-table.movb-table-responsive-vertical table td {
    display: block;
  }
  #content .wp-block-table.movb-table-responsive-vertical table tr,
  .content .wp-block-table.movb-table-responsive-vertical table tr {
    padding: 8px;
  }
  #content .wp-block-table.movb-table-responsive-vertical table tbody th,
  .content .wp-block-table.movb-table-responsive-vertical table tbody th,
  #content .wp-block-table.movb-table-responsive-vertical table tbody td,
  .content .wp-block-table.movb-table-responsive-vertical table tbody td {
    padding: 0 !important;
  }
  #content .wp-block-table.movb-table-responsive-vertical table thead,
  .content .wp-block-table.movb-table-responsive-vertical table thead,
  #content .wp-block-table.movb-table-responsive-vertical table tfoot,
  .content .wp-block-table.movb-table-responsive-vertical table tfoot {
    display: none;
  }
  #content .wp-block-table.movb-table-responsive-vertical:not([class*="is-style-"]) table tr,
  .content .wp-block-table.movb-table-responsive-vertical:not([class*="is-style-"]) table tr,
  #content .wp-block-table.movb-table-responsive-vertical.is-style-regular table tr,
  .content .wp-block-table.movb-table-responsive-vertical.is-style-regular table tr {
    border-bottom: solid 1px rgba(0, 0, 0, 0.25);
  }
  #content .wp-block-table.movb-table-responsive-vertical:not([class*="is-style-"]) table tr:last-child,
  .content .wp-block-table.movb-table-responsive-vertical:not([class*="is-style-"]) table tr:last-child,
  #content .wp-block-table.movb-table-responsive-vertical.is-style-regular table tr:last-child,
  .content .wp-block-table.movb-table-responsive-vertical.is-style-regular table tr:last-child {
    border-bottom: none;
  }
  #content .wp-block-table.movb-table-responsive-vertical:not([class*="is-style-"]) table th,
  .content .wp-block-table.movb-table-responsive-vertical:not([class*="is-style-"]) table th,
  #content .wp-block-table.movb-table-responsive-vertical.is-style-regular table th,
  .content .wp-block-table.movb-table-responsive-vertical.is-style-regular table th,
  #content .wp-block-table.movb-table-responsive-vertical:not([class*="is-style-"]) table td,
  .content .wp-block-table.movb-table-responsive-vertical:not([class*="is-style-"]) table td,
  #content .wp-block-table.movb-table-responsive-vertical.is-style-regular table td,
  .content .wp-block-table.movb-table-responsive-vertical.is-style-regular table td {
    border: none !important;
  }
}
#content .wp-block-image a,
.content .wp-block-image a {
  display: block;
  border: none !important;
}
#content .wp-block-image a[href$=".jpg"],
.content .wp-block-image a[href$=".jpg"],
#content .wp-block-image a[href$=".JPG"],
.content .wp-block-image a[href$=".JPG"],
#content .wp-block-image a[href$=".png"],
.content .wp-block-image a[href$=".png"],
#content .wp-block-image a[href$=".PNG"],
.content .wp-block-image a[href$=".PNG"] {
  cursor: zoom-in;
}
#content .wp-block-image a:not([href$=".jpg"]):not([href$=".JPG"]):not([href$=".png"]):not([href$=".PNG"]),
.content .wp-block-image a:not([href$=".jpg"]):not([href$=".JPG"]):not([href$=".png"]):not([href$=".PNG"]) {
  cursor: pointer;
  max-width: 100%;
}
#content .wp-block-image a:not([href$=".jpg"]):not([href$=".JPG"]):not([href$=".png"]):not([href$=".PNG"]) img,
.content .wp-block-image a:not([href$=".jpg"]):not([href$=".JPG"]):not([href$=".png"]):not([href$=".PNG"]) img {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#content .wp-block-image a:not([href$=".jpg"]):not([href$=".JPG"]):not([href$=".png"]):not([href$=".PNG"]):hover img,
.content .wp-block-image a:not([href$=".jpg"]):not([href$=".JPG"]):not([href$=".png"]):not([href$=".PNG"]):hover img {
  opacity: 0.9;
}
#content .wp-block-image a:not([href$=".jpg"]):not([href$=".JPG"]):not([href$=".png"]):not([href$=".PNG"]) img,
.content .wp-block-image a:not([href$=".jpg"]):not([href$=".JPG"]):not([href$=".png"]):not([href$=".PNG"]) img {
  -webkit-transition: opacity 0.4s , filter 0.4s;
  -moz-transition: opacity 0.4s , filter 0.4s;
  -ms-transition: opacity 0.4s , filter 0.4s;
  transition: opacity 0.4s , filter 0.4s;
}
#content .wp-block-image a:not([href$=".jpg"]):not([href$=".JPG"]):not([href$=".png"]):not([href$=".PNG"]):hover img,
.content .wp-block-image a:not([href$=".jpg"]):not([href$=".JPG"]):not([href$=".png"]):not([href$=".PNG"]):hover img {
  -webkit-filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, 0.2) );
  -moz-filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, 0.2) );
  -ms-filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, 0.2) );
  filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, 0.2) );
}
#content .wp-block-image figure.alignleft,
.content .wp-block-image figure.alignleft {
  margin: 0 30px 20px 0;
}
#content .wp-block-image figure.alignright,
.content .wp-block-image figure.alignright {
  margin: 0 0 20px 30px;
}
#content .wp-block-image figcaption,
.content .wp-block-image figcaption {
  margin: 8px 0 0;
  line-height: 1;
}
#content .wp-block-image.movb-screen-small,
.content .wp-block-image.movb-screen-small {
  display: none;
}
@media (max-width: 575px) {
  #content .wp-block-image.movb-screen-large,
  .content .wp-block-image.movb-screen-large {
    display: none;
  }
  #content .wp-block-image.movb-screen-small,
  .content .wp-block-image.movb-screen-small {
    display: block;
  }
}
#content .wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item figure a,
.content .wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item figure a {
  border: none;
}
#content .wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item figure img,
.content .wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item figure img {
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#content .wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item figure figcaption,
.content .wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item figure figcaption {
  padding: 4px 8px 8px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 1.1;
}
#content .wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item figure:hover img,
.content .wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item figure:hover img {
  opacity: 0.9;
}
#content .wp-block-gallery .blocks-gallery-caption,
.content .wp-block-gallery .blocks-gallery-caption {
  margin-top: 8px;
  padding-left: 6px;
  border-left: solid 8px #181818;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}
#content .wp-block-gallery.is-cropped ul.blocks-gallery-grid,
.content .wp-block-gallery.is-cropped ul.blocks-gallery-grid {
  width: 100%;
}
#content .wp-block-gallery.is-cropped ul.blocks-gallery-grid li.blocks-gallery-item,
.content .wp-block-gallery.is-cropped ul.blocks-gallery-grid li.blocks-gallery-item {
  position: relative;
  height: auto;
  overflow: hidden;
}
#content .wp-block-gallery.is-cropped ul.blocks-gallery-grid li.blocks-gallery-item:before,
.content .wp-block-gallery.is-cropped ul.blocks-gallery-grid li.blocks-gallery-item:before {
  content: "";
  display: block;
  padding-top: 66.66666667%;
}
#content .wp-block-gallery.is-cropped ul.blocks-gallery-grid li.blocks-gallery-item figure,
.content .wp-block-gallery.is-cropped ul.blocks-gallery-grid li.blocks-gallery-item figure {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
#content .wp-block-gallery.is-cropped ul.blocks-gallery-grid li.blocks-gallery-item figure img,
.content .wp-block-gallery.is-cropped ul.blocks-gallery-grid li.blocks-gallery-item figure img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
#content .wp-block-file a:not(.wp-block-file__button),
.content .wp-block-file a:not(.wp-block-file__button) {
  color: inherit;
  display: inline-block;
  min-width: 80px;
  padding: 8px 15px;
  border: solid 1px #888888;
  background: #4a4a4a;
  background-image: -webkit-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -moz-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -ms-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: linear-gradient(to bottom, #545454 , #3f3f3f);
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -ms-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  cursor: pointer;
  min-width: 180px;
}
#content .wp-block-file a:not(.wp-block-file__button),
.content .wp-block-file a:not(.wp-block-file__button),
#content .wp-block-file a:not(.wp-block-file__button):hover,
.content .wp-block-file a:not(.wp-block-file__button):hover,
#content .wp-block-file a:not(.wp-block-file__button):active,
.content .wp-block-file a:not(.wp-block-file__button):active,
#content .wp-block-file a:not(.wp-block-file__button):visited,
.content .wp-block-file a:not(.wp-block-file__button):visited,
#content .wp-block-file a:not(.wp-block-file__button):focus,
.content .wp-block-file a:not(.wp-block-file__button):focus {
  color: inherit;
  text-decoration: none;
}
#content .wp-block-file a:not(.wp-block-file__button):focus,
.content .wp-block-file a:not(.wp-block-file__button):focus {
  outline: none;
}
#content .wp-block-file a:not(.wp-block-file__button),
.content .wp-block-file a:not(.wp-block-file__button),
#content .wp-block-file a:not(.wp-block-file__button):hover,
.content .wp-block-file a:not(.wp-block-file__button):hover,
#content .wp-block-file a:not(.wp-block-file__button):active,
.content .wp-block-file a:not(.wp-block-file__button):active,
#content .wp-block-file a:not(.wp-block-file__button):visited,
.content .wp-block-file a:not(.wp-block-file__button):visited {
  color: #aaaaaa !important;
}
#content .wp-block-file a:not(.wp-block-file__button):hover,
.content .wp-block-file a:not(.wp-block-file__button):hover,
#content .wp-block-file a:not(.wp-block-file__button):active,
.content .wp-block-file a:not(.wp-block-file__button):active {
  text-decoration: none !important;
  box-shadow: 0 0 1px 2px rgba(136, 136, 136, 0.5);
}
#content .wp-block-file a:not(.wp-block-file__button)[disabled],
.content .wp-block-file a:not(.wp-block-file__button)[disabled] {
  background: #656565;
  cursor: not-allowed;
}
#content .wp-block-file a:not(.wp-block-file__button)[href$=".pdf"]:after,
.content .wp-block-file a:not(.wp-block-file__button)[href$=".pdf"]:after,
#content .wp-block-file a:not(.wp-block-file__button)[href$=".PDF"]:after,
.content .wp-block-file a:not(.wp-block-file__button)[href$=".PDF"]:after {
  content: url("../images/ico_pdf.gif");
  vertical-align: middle;
  margin-left: 3px;
}
#content .wp-block-file a.wp-block-file__button,
.content .wp-block-file a.wp-block-file__button {
  color: inherit;
  display: inline-block;
  min-width: 80px;
  padding: 8px 15px;
  border: solid 1px #529e85;
  background: #4a4a4a;
  background-image: -webkit-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -moz-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -ms-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: linear-gradient(to bottom, #545454 , #3f3f3f);
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -ms-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  cursor: pointer;
  min-width: 0;
  padding: 4px 8px;
  font-size: 13px;
  letter-spacing: 0;
  border-radius: 8px;
}
#content .wp-block-file a.wp-block-file__button,
.content .wp-block-file a.wp-block-file__button,
#content .wp-block-file a.wp-block-file__button:hover,
.content .wp-block-file a.wp-block-file__button:hover,
#content .wp-block-file a.wp-block-file__button:active,
.content .wp-block-file a.wp-block-file__button:active,
#content .wp-block-file a.wp-block-file__button:visited,
.content .wp-block-file a.wp-block-file__button:visited,
#content .wp-block-file a.wp-block-file__button:focus,
.content .wp-block-file a.wp-block-file__button:focus {
  color: inherit;
  text-decoration: none;
}
#content .wp-block-file a.wp-block-file__button:focus,
.content .wp-block-file a.wp-block-file__button:focus {
  outline: none;
}
#content .wp-block-file a.wp-block-file__button,
.content .wp-block-file a.wp-block-file__button,
#content .wp-block-file a.wp-block-file__button:hover,
.content .wp-block-file a.wp-block-file__button:hover,
#content .wp-block-file a.wp-block-file__button:active,
.content .wp-block-file a.wp-block-file__button:active,
#content .wp-block-file a.wp-block-file__button:visited,
.content .wp-block-file a.wp-block-file__button:visited {
  color: #529e85 !important;
}
#content .wp-block-file a.wp-block-file__button:hover,
.content .wp-block-file a.wp-block-file__button:hover,
#content .wp-block-file a.wp-block-file__button:active,
.content .wp-block-file a.wp-block-file__button:active {
  text-decoration: none !important;
  box-shadow: 0 0 1px 2px rgba(82, 158, 133, 0.5);
}
#content .wp-block-file a.wp-block-file__button[disabled],
.content .wp-block-file a.wp-block-file__button[disabled] {
  background: #656565;
  cursor: not-allowed;
}
#content .wp-block-button:not([class*="align"]),
.content .wp-block-button:not([class*="align"]) {
  padding-left: calc( 8px  + 0.8rem);
}
@keyframes kf_SLIDER_FADEIN {
  from {
    top: -3%;
    left: -3%;
    width: 106%;
    height: 106%;
  }
  to {
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
  }
}
body.home #main section#introduction {
  overflow: hidden;
}
body.home #main section#introduction .section-back {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
}
body.home #main section#introduction .section-back .back-body {
  max-width: 100%;
  min-width: 375px;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}
:root:not(.is-fullwidth) body.home #main section#introduction .section-back .back-body {
  margin: 0 auto;
  width: 1850px;
}
body.home #main section#introduction .section-front {
  position: relative;
  z-index: 1;
}
body.home #main section#introduction .section-columns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: solid 60px #303030;
}
body.home #main section#introduction .section-columns .section-left {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  height: 100vh;
  min-height: 460px;
  position: relative;
}
:root.is-pc body.home #main section#introduction .section-columns .section-left {
  max-height: 900px;
}
body.home #main section#introduction .section-columns .section-left:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/transparent.png") repeat;
  z-index: 0;
}
body.home #main section#introduction .section-columns .section-left #main-visual {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
body.home #main section#introduction .section-columns .section-left #main-visual #mv-slider {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
body.home #main section#introduction .section-columns .section-left #main-visual #mv-slider .slider-item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-position: center center;
  background-size: cover;
  z-index: -2;
}
body.home #main section#introduction .section-columns .section-left #main-visual #mv-slider .slider-item.fade-in {
  z-index: -1;
}
:root.is-pc body.home #main section#introduction .section-columns .section-left #main-visual #mv-slider .slider-item.fade-in {
  animation: kf_SLIDER_FADEIN 2s linear 1 normal both;
}
:root.is-pc body.home #main section#introduction .section-columns .section-left #main-visual #mv-slider .slider-item.fade-out {
  animation: kf_SLIDER_FADEIN 2s linear 1 reverse both;
}
body.home #main section#introduction .section-columns .section-left #member-login {
  position: absolute;
  top: 15px;
  right: 0;
  width: 195px;
  height: 50px;
  background: url("../images/member-login-bg.png?v=2") right top no-repeat;
  text-align: right;
  z-index: 1;
}
body.home #main section#introduction .section-columns .section-left #member-login button {
  color: inherit;
  display: inline-block;
  min-width: 80px;
  padding: 8px 15px;
  border: solid 1px #529e85;
  background: #4a4a4a;
  background-image: -webkit-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -moz-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -ms-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: linear-gradient(to bottom, #545454 , #3f3f3f);
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -ms-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  cursor: pointer;
  margin: 0;
  width: 160px;
}
body.home #main section#introduction .section-columns .section-left #member-login button,
body.home #main section#introduction .section-columns .section-left #member-login button:hover,
body.home #main section#introduction .section-columns .section-left #member-login button:active,
body.home #main section#introduction .section-columns .section-left #member-login button:visited,
body.home #main section#introduction .section-columns .section-left #member-login button:focus {
  color: inherit;
  text-decoration: none;
}
body.home #main section#introduction .section-columns .section-left #member-login button:focus {
  outline: none;
}
body.home #main section#introduction .section-columns .section-left #member-login button,
body.home #main section#introduction .section-columns .section-left #member-login button:hover,
body.home #main section#introduction .section-columns .section-left #member-login button:active,
body.home #main section#introduction .section-columns .section-left #member-login button:visited {
  color: #529e85 !important;
}
body.home #main section#introduction .section-columns .section-left #member-login button:hover,
body.home #main section#introduction .section-columns .section-left #member-login button:active {
  text-decoration: none !important;
  box-shadow: 0 0 1px 2px rgba(82, 158, 133, 0.5);
}
body.home #main section#introduction .section-columns .section-left #member-login button[disabled] {
  background: #656565;
  cursor: not-allowed;
}
body.home #main section#introduction .section-columns .section-left #member-login button#login-btn {
  animation: kf_FIREFLY 1s ease-in-out infinite alternate both;
}
@media (max-width: 550px) {
  body.home #main section#introduction .section-columns .section-left #member-login {
    top: 90px;
    width: 100%;
    height: auto;
    background: none;
    padding: 0;
    text-align: center;
  }
}
body.home #main section#introduction .section-columns .section-left .desc-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 60px;
  background-image: -webkit-linear-gradient(bottom, transparent , #303030);
  background-image: -moz-linear-gradient(bottom, transparent , #303030);
  background-image: -ms-linear-gradient(bottom, transparent , #303030);
  background-image: linear-gradient(to bottom, transparent , #303030);
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}
body.home #main section#introduction .section-columns .section-left .desc-area:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #303030;
  content: "";
}
body.home #main section#introduction .section-columns .section-left .desc-area > * {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
body.home #main section#introduction .section-columns .section-left .desc-area #catch-copy {
  font-family: webfont_BebasNeue;
  font-size: 100px;
  color: rgba(24, 24, 24, 0.8);
  letter-spacing: 0.03em;
  line-height: 0.85;
  animation: kf_SLIDEIN_LEFT 2s linear 1 normal both;
}
body.home #main section#introduction .section-columns .section-left .desc-area #catch-copy b {
  color: rgba(239, 204, 84, 0.8);
  font-weight: normal;
}
body.home #main section#introduction .section-columns .section-left .desc-area #catch-copy small {
  display: block;
  margin-top: 5px;
  color: #d3d3d3;
  font-family: 'Noto Sans JP', "Yu Gothic UI", "Meiryo UI", "MS PGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Osaka, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-left: 2px;
}
body.home #main section#introduction .section-columns .section-left .desc-area #announce {
  padding-top: 15px;
  color: #d3d3d3;
  font-size: 13px;
  line-height: 1.4;
  text-align: right;
}
body.home #main section#introduction .section-columns .section-left .desc-area #announce li {
  list-style-type: none;
}
body.home #main section#introduction .section-columns .section-right {
  -ms-flex: 0 0 450px;
  -webkit-flex: 0 0 450px;
  flex: 0 0 450px;
  max-width: 33%;
  padding: 15px 0 0 15px;
  background: #303030;
  position: relative;
}
body.home #main section#introduction .section-columns .section-right #latest-posts {
  line-height: 1;
}
body.home #main section#introduction .section-columns .section-right #latest-posts .heading {
  border: solid 1px #4a4a4a;
  padding: 8px;
  background: #262626;
  background-image: -webkit-linear-gradient(right, #303030 , #262626 50% , #303030);
  background-image: -moz-linear-gradient(right, #303030 , #262626 50% , #303030);
  background-image: -ms-linear-gradient(right, #303030 , #262626 50% , #303030);
  background-image: linear-gradient(to right, #303030 , #262626 50% , #303030);
  color: #888888;
  text-align: center;
}
body.home #main section#introduction .section-columns .section-right #latest-posts .heading span {
  font-family: webfont_BebasNeue;
  font-size: 20px;
  letter-spacing: 3px;
  vertical-align: middle;
}
body.home #main section#introduction .section-columns .section-right #latest-posts .heading small {
  letter-spacing: 2px;
  margin-left: 15px;
}
body.home #main section#introduction .section-columns .section-right #latest-posts .post-list {
  margin-top: 15px;
}
body.home #main section#introduction .section-columns .section-right #latest-posts .post-list .post-item {
  position: relative;
  margin-bottom: 15px;
}
body.home #main section#introduction .section-columns .section-right #latest-posts .post-list .post-item:nth-child(4) {
  display: none;
}
body.home #main section#introduction .section-columns .section-right #latest-posts .post-list .post-item .title {
  position: relative;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  padding-right: 0.4em;
  background: #303030;
  color: #d3d3d3;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1;
  font-style: oblique;
}
body.home #main section#introduction .section-columns .section-right #latest-posts .post-list .post-item .title:after {
  position: absolute;
  top: 0;
  right: -14.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 15px 0 0;
  border-color: #303030 transparent transparent transparent;
  content: "";
}
body.home #main section#introduction .section-columns .section-right #latest-posts .post-list .post-item .title .date {
  font-family: webfont_BebasNeue;
  font-size: 26px !important;
  font-weight: normal !important;
  line-height: 1;
}
body.home #main section#introduction .section-columns .section-right #latest-posts .post-list .post-item .title .date small {
  font-size: 0.8em;
  vertical-align: baseline;
}
body.home #main section#introduction .section-columns .section-right #latest-posts .post-list .post-item .title .point {
  margin-left: 8px;
  display: inline-block;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: "..";
}
body.home #main section#introduction .section-columns .section-right #latest-posts .post-list .post-item .post-thumbnail {
  margin: 0;
  position: relative;
}
body.home #main section#introduction .section-columns .section-right #latest-posts .post-list .post-item .post-thumbnail:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/transparent.png") repeat;
  z-index: 1;
}
body.home #main section#introduction .section-columns .section-right #latest-posts .post-list .post-item .post-thumbnail:before {
  background-color: rgba(239, 204, 84, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
body.home #main section#introduction .section-columns .section-right #latest-posts .post-list .post-item .post-thumbnail:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  content: "CLICK FOR GO TO GALLERY";
  font-family: webfont_BebasNeue;
  font-size: 18px;
  color: #303030;
  letter-spacing: 1px;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -ms-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
body.home #main section#introduction .section-columns .section-right #latest-posts .post-list .post-item .post-thumbnail img {
  width: 100%;
  -webkit-filter: drop-shadow( 2px 3px 1px #262626 );
  -moz-filter: drop-shadow( 2px 3px 1px #262626 );
  -ms-filter: drop-shadow( 2px 3px 1px #262626 );
  filter: drop-shadow( 2px 3px 1px #262626 );
}
body.home #main section#introduction .section-columns .section-right #latest-posts .post-list .post-item:hover .post-thumbnail:before,
body.home #main section#introduction .section-columns .section-right #latest-posts .post-list .post-item:hover .post-thumbnail:after {
  opacity: 1;
}
body.home #main section#introduction .section-columns .section-right #latest-posts .more .more-btn {
  color: inherit;
  display: inline-block;
  border: none;
  padding: 15px 30px;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  color: #303030 !important;
  background: #ecc12f;
  cursor: pointer;
  transition: background-color 0.4s;
  box-shadow: 1px 1px 1px #eabb1c;
  width: 100%;
}
body.home #main section#introduction .section-columns .section-right #latest-posts .more .more-btn,
body.home #main section#introduction .section-columns .section-right #latest-posts .more .more-btn:hover,
body.home #main section#introduction .section-columns .section-right #latest-posts .more .more-btn:active,
body.home #main section#introduction .section-columns .section-right #latest-posts .more .more-btn:visited,
body.home #main section#introduction .section-columns .section-right #latest-posts .more .more-btn:focus {
  color: inherit;
  text-decoration: none;
}
body.home #main section#introduction .section-columns .section-right #latest-posts .more .more-btn:hover {
  background: #f3da83;
}
body.home #main section#introduction .section-columns .section-right #latest-posts .more .more-btn span {
  font-family: webfont_BebasNeue;
  font-size: 25px;
  letter-spacing: 1px;
  vertical-align: middle;
}
body.home #main section#introduction .section-columns .section-right #latest-posts .more .more-btn small {
  color: #808080 !important;
  margin-left: 8px;
}
body.home #main section#introduction .section-columns .section-right #latest-posts .more .more-btn .fa {
  color: #529e85;
}
@media (max-width: 1100px) {
  body.home #main section#introduction .section-columns {
    display: block;
  }
  body.home #main section#introduction .section-columns .section-right {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
    max-width: none;
  }
  body.home #main section#introduction .section-columns .section-right #latest-posts .post-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
  }
  body.home #main section#introduction .section-columns .section-right #latest-posts .post-list .post-item {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 15px 15px 0;
    margin: 0;
  }
  body.home #main section#introduction .section-columns .section-right #latest-posts .post-list .post-item:nth-child(4) {
    display: block;
  }
  body.home #main section#introduction .section-columns .section-right #latest-posts .more {
    /**
                            text-align: center;

                            .more-btn {
                                width: 300px;
                            }
**/
  }
}
@media (max-width: 800px) {
  body.home #main section#introduction .section-columns .section-left .desc-area {
    padding: 60px 15px;
  }
  body.home #main section#introduction .section-columns .section-left .desc-area #catch-copy {
    font-size: 70px;
  }
}
@media (max-width: 650px) {
  body.home #main section#introduction .section-columns .section-right #latest-posts .post-list .post-item {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
body.home #main section#video {
  position: relative;
}
body.home #main section#video.section-yellow {
  color: #303030;
}
@media (min-width: 1921px) {
  body.home #main section#video.section-yellow {
    background: url("../images/section-top-left-gray-2.png") left -1px top -0.5px no-repeat, url("../images/section-top-right-gray-2.png") right -1px top -0.5px no-repeat, url("../images/brilliant.png") repeat, url("../images/section-insert-1.png") left top no-repeat scroll, #efcc54;
  }
}
@media (max-width: 1920px) and (min-width: 1001px) {
  body.home #main section#video.section-yellow {
    background: url("../images/section-top-left-gray-2.png") left -1px top -0.5px no-repeat, url("../images/section-top-right-gray-2.png") right -1px top -0.5px no-repeat, url("../images/brilliant.png") repeat, url("../images/section-insert-1.png") left top no-repeat fixed, #efcc54;
  }
}
@media (max-width: 1000px) and (min-width: 651px) {
  body.home #main section#video.section-yellow {
    background: url("../images/section-top-left-gray-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-gray-2.png") right -80px top -0.5px no-repeat, url("../images/brilliant.png") repeat, url("../images/section-insert-1.png") left top no-repeat fixed, #efcc54;
  }
}
@media (max-width: 650px) {
  body.home #main section#video.section-yellow {
    background: url("../images/section-top-left-gray-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-gray-2.png") right -80px top -0.5px no-repeat, url("../images/brilliant.png") repeat, url("../images/section-insert-1.png") left top / 100% auto no-repeat fixed, #efcc54;
  }
}
@media (min-width: 651px) {
  :root.is-ios body.home #main section#video.section-yellow {
    background: url("../images/section-top-left-gray-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-gray-2.png") right -80px top -0.5px no-repeat, url("../images/brilliant.png") repeat, url("../images/section-insert-1.png") left top no-repeat scroll, #efcc54;
  }
}
@media (max-width: 650px) {
  :root.is-ios body.home #main section#video.section-yellow {
    background: url("../images/section-top-left-gray-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-gray-2.png") right -80px top -0.5px no-repeat, url("../images/brilliant.png") repeat, url("../images/section-insert-1.png") left top / 100% auto no-repeat scroll, #efcc54;
  }
}
body.home #main section#video.section-yellow .section-title {
  -webkit-filter: drop-shadow( 8px 10px 0 rgba(236, 193, 47, 0.75) );
  -moz-filter: drop-shadow( 8px 10px 0 rgba(236, 193, 47, 0.75) );
  -ms-filter: drop-shadow( 8px 10px 0 rgba(236, 193, 47, 0.75) );
  filter: drop-shadow( 8px 10px 0 rgba(236, 193, 47, 0.75) );
}
@media (min-width: 1921px) {
  body.home #main section#video.section-gray {
    background: url("../images/section-top-left-yellow-2.png") left -1px top -0.5px no-repeat, url("../images/section-top-right-yellow-2.png") right -1px top -0.5px no-repeat, url("../images/brilliant.png") repeat, url("../images/section-insert-1.png") left top no-repeat scroll, #303030;
  }
}
@media (max-width: 1920px) and (min-width: 1001px) {
  body.home #main section#video.section-gray {
    background: url("../images/section-top-left-yellow-2.png") left -1px top -0.5px no-repeat, url("../images/section-top-right-yellow-2.png") right -1px top -0.5px no-repeat, url("../images/brilliant.png") repeat, url("../images/section-insert-1.png") left top no-repeat fixed, #303030;
  }
}
@media (max-width: 1000px) and (min-width: 651px) {
  body.home #main section#video.section-gray {
    background: url("../images/section-top-left-yellow-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-yellow-2.png") right -80px top -0.5px no-repeat, url("../images/brilliant.png") repeat, url("../images/section-insert-1.png") left top no-repeat fixed, #303030;
  }
}
@media (max-width: 650px) {
  body.home #main section#video.section-gray {
    background: url("../images/section-top-left-yellow-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-yellow-2.png") right -80px top -0.5px no-repeat, url("../images/brilliant.png") repeat, url("../images/section-insert-1.png") left top / 100% auto no-repeat fixed, #303030;
  }
}
@media (min-width: 651px) {
  :root.is-ios body.home #main section#video.section-gray {
    background: url("../images/section-top-left-yellow-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-yellow-2.png") right -80px top -0.5px no-repeat, url("../images/brilliant.png") repeat, url("../images/section-insert-1.png") left top no-repeat scroll, #303030;
  }
}
@media (max-width: 650px) {
  :root.is-ios body.home #main section#video.section-gray {
    background: url("../images/section-top-left-yellow-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-yellow-2.png") right -80px top -0.5px no-repeat, url("../images/brilliant.png") repeat, url("../images/section-insert-1.png") left top / 100% auto no-repeat scroll, #303030;
  }
}
body.home #main section#video.section-gray .section-title {
  border: solid 1px #4a4a4a;
  -webkit-filter: drop-shadow( 8px 10px 1px rgba(38, 38, 38, 0.75) );
  -moz-filter: drop-shadow( 8px 10px 1px rgba(38, 38, 38, 0.75) );
  -ms-filter: drop-shadow( 8px 10px 1px rgba(38, 38, 38, 0.75) );
  filter: drop-shadow( 8px 10px 1px rgba(38, 38, 38, 0.75) );
}
body.home #main section#video.screen-fit {
  padding: 120px 0;
}
body.home #main section#video.compact {
  padding: 60px 0 40px;
}
body.home #main section#video .section-inner {
  height: 100%;
}
body.home #main section#video .section-inner .section-columns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  height: 100%;
}
body.home #main section#video .section-inner .section-columns .column-left {
  -ms-flex: 0 0 500px;
  -webkit-flex: 0 0 500px;
  flex: 0 0 500px;
  overflow: hidden;
}
body.home #main section#video .section-inner .section-columns .column-left .section-title {
  margin: 120px 120px 10px -15px;
  width: 400px;
  border-radius: 5px 5px;
  padding: 12px 30px 12px 60px;
  -webkit-transform: skewX( -10deg );
  -moz-transform: skewX( -10deg );
  -ms-transform: skewX( -10deg );
  transform: skewX( -10deg );
  text-align: right;
  line-height: 1;
  background: #303030;
  color: #efcc54;
}
body.home #main section#video .section-inner .section-columns .column-left .section-title span {
  font-family: webfont_BebasNeue;
  font-size: 60px;
  text-transform: uppercase;
}
body.home #main section#video .section-inner .section-columns .column-left .section-title small {
  margin-left: 8px;
  font-family: 'Noto Sans JP', "Yu Gothic UI", "Meiryo UI", "MS PGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Osaka, sans-serif;
  font-size: 13px;
  color: #d3d3d3;
  vertical-align: 4px;
  white-space: nowrap;
}
body.home #main section#video .section-inner .section-columns .column-left .section-title small:before {
  white-space: normal;
  content: " ";
  font-size: 0;
}
html.ie body.home #main section#video .section-inner .section-columns .column-left .section-title small:before {
  font-size: 1px;
}
body.home #main section#video .section-inner .section-columns .column-right {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding-right: 60px;
}
@media (min-width: 1501px) {
  body.home #main section#video .section-inner.gallery .section-title {
    margin-top: 0px !important;
  }
}
@media (max-width: 1500px) {
  body.home #main section#video .section-inner .section-columns {
    display: block;
  }
  body.home #main section#video .section-inner .section-columns .column-left .section-title {
    width: 350px;
    max-width: 85%;
    margin-top: 0;
    margin-bottom: 100px;
  }
  body.home #main section#video .section-inner .section-columns .column-right {
    padding: 0 15px;
  }
}
@media (max-width: 1500px) and (min-width: 700px) {
  body.home #main section#video .section-inner .section-columns .column-left .section-title {
    margin-left: auto;
    margin-right: -15px;
    padding-left: 30px;
    text-align: left;
  }
}
@media (max-width: 991px) {
  body.home #main section#video .section-inner .section-columns .column-right {
    padding: 0 15px;
  }
}
body.home #main section#video #video-showcase .showcase-items {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
}
body.home #main section#video #video-showcase .showcase-items a {
  color: inherit;
}
body.home #main section#video #video-showcase .showcase-items a,
body.home #main section#video #video-showcase .showcase-items a:hover,
body.home #main section#video #video-showcase .showcase-items a:active,
body.home #main section#video #video-showcase .showcase-items a:visited,
body.home #main section#video #video-showcase .showcase-items a:focus {
  color: inherit;
  text-decoration: none;
}
body.home #main section#video #video-showcase .showcase-items .item {
  -ms-flex: 0 0 33.33333333%;
  -webkit-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  padding: 0 10px 60px 0;
}
@media (max-width: 1000px) {
  body.home #main section#video #video-showcase .showcase-items .item {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 500px) {
  body.home #main section#video #video-showcase .showcase-items .item {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-bottom: 40px;
  }
}
body.home #main section#video #video-showcase .showcase-items .item .item-container {
  position: relative;
}
:root.is-pc body.home #main section#video #video-showcase .showcase-items .item .item-container {
  transform-style: preserve-3d;
  perspective: 30cm;
  perspective-origin: center 20%;
}
:root.is-pc body.home #main section#video #video-showcase .showcase-items .item .item-container > .item-content {
  transform: rotateY(-25deg);
  transform-origin: 33% center;
}
:root.is-pc body.home #main section#video #video-showcase .showcase-items .item .item-container > .item-content {
  transition: transform 0.4s;
}
:root.is-pc body.home #main section#video #video-showcase .showcase-items .item .item-container > .item-content:hover,
:root.is-pc body.home #main section#video #video-showcase .showcase-items .item .item-container > .item-content:focus,
:root.is-pc body.home #main section#video #video-showcase .showcase-items .item .item-container > .item-content:focus-within {
  transform: rotateY(0);
}
body.home #main section#video #video-showcase .showcase-items .item .item-container .item-title {
  font-size: 20px;
  text-align: center;
  line-height: 1;
  margin-bottom: 8px;
}
body.home #main section#video #video-showcase .showcase-items .item .item-container .item-title .subtitle {
  margin-left: 8px;
  display: inline-block;
  font-size: 1rem;
}
body.home #main section#video #video-showcase .showcase-items .item .item-container .item-content .item-frame {
  padding: 6px;
  min-height: 100px;
  background: #ecc12f;
  cursor: pointer;
  transition: background-color 0.4s;
  position: relative;
}
body.home #main section#video #video-showcase .showcase-items .item .item-container .item-content .item-frame:hover {
  background: #f3da83;
}
:root.dark-theme body.home #main section#video #video-showcase .showcase-items .item .item-container .item-content .item-frame {
  background: #262626;
  cursor: pointer;
  transition: background-color 0.4s;
}
:root.dark-theme body.home #main section#video #video-showcase .showcase-items .item .item-container .item-content .item-frame:hover {
  background: #f3da83;
}
body.home #main section#video #video-showcase .showcase-items .item .item-container .item-content .item-frame:before {
  position: absolute;
  top: 35px;
  left: 50%;
  z-index: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  color: #4a4a4a;
  font-family: FontAwesome;
  font-weight: normal;
  content: "" "\f110" "";
  font-size: 30px;
  line-height: 1;
}
body.home #main section#video #video-showcase .showcase-items .item .item-container .item-content .item-frame > * {
  position: relative;
  z-index: 1;
}
body.home #main section#video #video-showcase .showcase-items .item .item-container .item-content .item-frame:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/transparent.png") repeat;
  z-index: 2;
}
body.home #main section#video #video-showcase .showcase-items .item .item-container:before {
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -25%;
  width: 50%;
  height: 20px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  -webkit-filter: blur( 4px );
  -moz-filter: blur( 4px );
  -ms-filter: blur( 4px );
  filter: blur( 4px );
  content: "";
}
:root.dark-theme body.home #main section#video #video-showcase .showcase-items .item .item-container:before {
  background: rgba(0, 0, 0, 0.2);
}
body.home #main section#video #video-showcase .member-only-icon {
  position: absolute;
  top: -10px;
  left: 25px;
  padding: 5px;
  background: #529e85;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.1;
  cursor: help;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: skewY( -7deg );
  -moz-transform: skewY( -7deg );
  -ms-transform: skewY( -7deg );
  transform: skewY( -7deg );
  z-index: 10;
}
body.home #main section#video #video-showcase .goto-youtube {
  margin-top: 15px;
  text-align: center;
}
body.home #main section#video #video-showcase .goto-youtube .link-btn {
  color: inherit;
  display: inline-block;
  border: none;
  padding: 15px 30px;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  color: #303030 !important;
  background: #ecc12f;
  cursor: pointer;
  transition: background-color 0.4s;
  box-shadow: 1px 1px 1px #eabb1c;
  width: 300px;
  /**
                    &:before {
                        .ICON_YOUTUBE;
                        vertical-align: middle;
                        margin-right: @MARGIN_DEFAULT;
                    }
**/
}
body.home #main section#video #video-showcase .goto-youtube .link-btn,
body.home #main section#video #video-showcase .goto-youtube .link-btn:hover,
body.home #main section#video #video-showcase .goto-youtube .link-btn:active,
body.home #main section#video #video-showcase .goto-youtube .link-btn:visited,
body.home #main section#video #video-showcase .goto-youtube .link-btn:focus {
  color: inherit;
  text-decoration: none;
}
body.home #main section#video #video-showcase .goto-youtube .link-btn:hover {
  background: #f3da83;
}
body.home #main section#video #video-showcase .goto-youtube .link-btn span {
  font-family: webfont_BebasNeue;
  font-size: 25px;
  letter-spacing: 1px;
  vertical-align: middle;
}
body.home #main section#video #video-showcase .goto-youtube .link-btn small {
  color: #808080 !important;
  margin-left: 8px;
}
body.home #main section#video #video-showcase .goto-youtube .link-btn .fa {
  color: #529e85;
}
body.home #main section#surfer {
  position: relative;
}
body.home #main section#surfer.section-yellow {
  color: #303030;
}
@media (min-width: 1921px) {
  body.home #main section#surfer.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-gray-2.png") left -1px top -0.5px no-repeat, url("../images/section-top-right-gray-2.png") right -1px top -0.5px no-repeat, url("../images/section-insert-4.png") left top no-repeat scroll, #efcc54;
  }
}
@media (max-width: 1920px) and (min-width: 1001px) {
  body.home #main section#surfer.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-gray-2.png") left -1px top -0.5px no-repeat, url("../images/section-top-right-gray-2.png") right -1px top -0.5px no-repeat, url("../images/section-insert-4.png") left top no-repeat fixed, #efcc54;
  }
}
@media (max-width: 1000px) and (min-width: 651px) {
  body.home #main section#surfer.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-gray-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-gray-2.png") right -80px top -0.5px no-repeat, url("../images/section-insert-4.png") left top no-repeat fixed, #efcc54;
  }
}
@media (max-width: 650px) {
  body.home #main section#surfer.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-gray-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-gray-2.png") right -80px top -0.5px no-repeat, url("../images/section-insert-4.png") left top / 100% auto no-repeat fixed, #efcc54;
  }
}
@media (min-width: 651px) {
  :root.is-ios body.home #main section#surfer.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-gray-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-gray-2.png") right -80px top -0.5px no-repeat, url("../images/section-insert-4.png") left top no-repeat scroll, #efcc54;
  }
}
@media (max-width: 650px) {
  :root.is-ios body.home #main section#surfer.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-gray-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-gray-2.png") right -80px top -0.5px no-repeat, url("../images/section-insert-4.png") left top / 100% auto no-repeat scroll, #efcc54;
  }
}
body.home #main section#surfer.section-yellow .section-title {
  -webkit-filter: drop-shadow( 8px 10px 0 rgba(236, 193, 47, 0.75) );
  -moz-filter: drop-shadow( 8px 10px 0 rgba(236, 193, 47, 0.75) );
  -ms-filter: drop-shadow( 8px 10px 0 rgba(236, 193, 47, 0.75) );
  filter: drop-shadow( 8px 10px 0 rgba(236, 193, 47, 0.75) );
}
@media (min-width: 1921px) {
  body.home #main section#surfer.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-yellow-2.png") left -1px top -0.5px no-repeat, url("../images/section-top-right-yellow-2.png") right -1px top -0.5px no-repeat, url("../images/section-insert-4.png") left top no-repeat scroll, #303030;
  }
}
@media (max-width: 1920px) and (min-width: 1001px) {
  body.home #main section#surfer.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-yellow-2.png") left -1px top -0.5px no-repeat, url("../images/section-top-right-yellow-2.png") right -1px top -0.5px no-repeat, url("../images/section-insert-4.png") left top no-repeat fixed, #303030;
  }
}
@media (max-width: 1000px) and (min-width: 651px) {
  body.home #main section#surfer.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-yellow-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-yellow-2.png") right -80px top -0.5px no-repeat, url("../images/section-insert-4.png") left top no-repeat fixed, #303030;
  }
}
@media (max-width: 650px) {
  body.home #main section#surfer.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-yellow-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-yellow-2.png") right -80px top -0.5px no-repeat, url("../images/section-insert-4.png") left top / 100% auto no-repeat fixed, #303030;
  }
}
@media (min-width: 651px) {
  :root.is-ios body.home #main section#surfer.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-yellow-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-yellow-2.png") right -80px top -0.5px no-repeat, url("../images/section-insert-4.png") left top no-repeat scroll, #303030;
  }
}
@media (max-width: 650px) {
  :root.is-ios body.home #main section#surfer.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-yellow-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-yellow-2.png") right -80px top -0.5px no-repeat, url("../images/section-insert-4.png") left top / 100% auto no-repeat scroll, #303030;
  }
}
body.home #main section#surfer.section-gray .section-title {
  border: solid 1px #4a4a4a;
  -webkit-filter: drop-shadow( 8px 10px 1px rgba(38, 38, 38, 0.75) );
  -moz-filter: drop-shadow( 8px 10px 1px rgba(38, 38, 38, 0.75) );
  -ms-filter: drop-shadow( 8px 10px 1px rgba(38, 38, 38, 0.75) );
  filter: drop-shadow( 8px 10px 1px rgba(38, 38, 38, 0.75) );
}
body.home #main section#surfer.screen-fit {
  padding: 120px 0;
}
body.home #main section#surfer.compact {
  padding: 60px 0 40px;
}
body.home #main section#surfer .section-inner {
  height: 100%;
}
body.home #main section#surfer .section-inner .section-columns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  height: 100%;
}
body.home #main section#surfer .section-inner .section-columns .column-left {
  -ms-flex: 0 0 500px;
  -webkit-flex: 0 0 500px;
  flex: 0 0 500px;
  overflow: hidden;
}
body.home #main section#surfer .section-inner .section-columns .column-left .section-title {
  margin: 120px 120px 10px -15px;
  width: 400px;
  border-radius: 5px 5px;
  padding: 12px 30px 12px 60px;
  -webkit-transform: skewX( -10deg );
  -moz-transform: skewX( -10deg );
  -ms-transform: skewX( -10deg );
  transform: skewX( -10deg );
  text-align: right;
  line-height: 1;
  background: #303030;
  color: #efcc54;
}
body.home #main section#surfer .section-inner .section-columns .column-left .section-title span {
  font-family: webfont_BebasNeue;
  font-size: 60px;
  text-transform: uppercase;
}
body.home #main section#surfer .section-inner .section-columns .column-left .section-title small {
  margin-left: 8px;
  font-family: 'Noto Sans JP', "Yu Gothic UI", "Meiryo UI", "MS PGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Osaka, sans-serif;
  font-size: 13px;
  color: #d3d3d3;
  vertical-align: 4px;
  white-space: nowrap;
}
body.home #main section#surfer .section-inner .section-columns .column-left .section-title small:before {
  white-space: normal;
  content: " ";
  font-size: 0;
}
html.ie body.home #main section#surfer .section-inner .section-columns .column-left .section-title small:before {
  font-size: 1px;
}
body.home #main section#surfer .section-inner .section-columns .column-right {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding-right: 60px;
}
@media (min-width: 1501px) {
  body.home #main section#surfer .section-inner.gallery .section-title {
    margin-top: 0px !important;
  }
}
@media (max-width: 1500px) {
  body.home #main section#surfer .section-inner .section-columns {
    display: block;
  }
  body.home #main section#surfer .section-inner .section-columns .column-left .section-title {
    width: 350px;
    max-width: 85%;
    margin-top: 0;
    margin-bottom: 100px;
  }
  body.home #main section#surfer .section-inner .section-columns .column-right {
    padding: 0 15px;
  }
}
@media (max-width: 1500px) and (min-width: 700px) {
  body.home #main section#surfer .section-inner .section-columns .column-left .section-title {
    margin-left: auto;
    margin-right: -15px;
    padding-left: 30px;
    text-align: left;
  }
}
@media (max-width: 991px) {
  body.home #main section#surfer .section-inner .section-columns .column-right {
    padding: 0 15px;
  }
}
body.home #main section#link {
  position: relative;
}
body.home #main section#link.section-yellow {
  color: #303030;
}
@media (min-width: 1921px) {
  body.home #main section#link.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-gray-2.png") left -1px top -0.5px no-repeat, url("../images/section-top-right-gray-2.png") right -1px top -0.5px no-repeat, url("../images/section-insert-5.png") left top no-repeat scroll, #efcc54;
  }
}
@media (max-width: 1920px) and (min-width: 1001px) {
  body.home #main section#link.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-gray-2.png") left -1px top -0.5px no-repeat, url("../images/section-top-right-gray-2.png") right -1px top -0.5px no-repeat, url("../images/section-insert-5.png") left top no-repeat fixed, #efcc54;
  }
}
@media (max-width: 1000px) and (min-width: 651px) {
  body.home #main section#link.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-gray-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-gray-2.png") right -80px top -0.5px no-repeat, url("../images/section-insert-5.png") left top no-repeat fixed, #efcc54;
  }
}
@media (max-width: 650px) {
  body.home #main section#link.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-gray-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-gray-2.png") right -80px top -0.5px no-repeat, url("../images/section-insert-5.png") left top / 100% auto no-repeat fixed, #efcc54;
  }
}
@media (min-width: 651px) {
  :root.is-ios body.home #main section#link.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-gray-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-gray-2.png") right -80px top -0.5px no-repeat, url("../images/section-insert-5.png") left top no-repeat scroll, #efcc54;
  }
}
@media (max-width: 650px) {
  :root.is-ios body.home #main section#link.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-gray-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-gray-2.png") right -80px top -0.5px no-repeat, url("../images/section-insert-5.png") left top / 100% auto no-repeat scroll, #efcc54;
  }
}
body.home #main section#link.section-yellow .section-title {
  -webkit-filter: drop-shadow( 8px 10px 0 rgba(236, 193, 47, 0.75) );
  -moz-filter: drop-shadow( 8px 10px 0 rgba(236, 193, 47, 0.75) );
  -ms-filter: drop-shadow( 8px 10px 0 rgba(236, 193, 47, 0.75) );
  filter: drop-shadow( 8px 10px 0 rgba(236, 193, 47, 0.75) );
}
@media (min-width: 1921px) {
  body.home #main section#link.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-yellow-2.png") left -1px top -0.5px no-repeat, url("../images/section-top-right-yellow-2.png") right -1px top -0.5px no-repeat, url("../images/section-insert-5.png") left top no-repeat scroll, #303030;
  }
}
@media (max-width: 1920px) and (min-width: 1001px) {
  body.home #main section#link.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-yellow-2.png") left -1px top -0.5px no-repeat, url("../images/section-top-right-yellow-2.png") right -1px top -0.5px no-repeat, url("../images/section-insert-5.png") left top no-repeat fixed, #303030;
  }
}
@media (max-width: 1000px) and (min-width: 651px) {
  body.home #main section#link.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-yellow-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-yellow-2.png") right -80px top -0.5px no-repeat, url("../images/section-insert-5.png") left top no-repeat fixed, #303030;
  }
}
@media (max-width: 650px) {
  body.home #main section#link.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-yellow-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-yellow-2.png") right -80px top -0.5px no-repeat, url("../images/section-insert-5.png") left top / 100% auto no-repeat fixed, #303030;
  }
}
@media (min-width: 651px) {
  :root.is-ios body.home #main section#link.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-yellow-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-yellow-2.png") right -80px top -0.5px no-repeat, url("../images/section-insert-5.png") left top no-repeat scroll, #303030;
  }
}
@media (max-width: 650px) {
  :root.is-ios body.home #main section#link.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-top-left-yellow-2.png") left -80px top -0.5px no-repeat, url("../images/section-top-right-yellow-2.png") right -80px top -0.5px no-repeat, url("../images/section-insert-5.png") left top / 100% auto no-repeat scroll, #303030;
  }
}
body.home #main section#link.section-gray .section-title {
  border: solid 1px #4a4a4a;
  -webkit-filter: drop-shadow( 8px 10px 1px rgba(38, 38, 38, 0.75) );
  -moz-filter: drop-shadow( 8px 10px 1px rgba(38, 38, 38, 0.75) );
  -ms-filter: drop-shadow( 8px 10px 1px rgba(38, 38, 38, 0.75) );
  filter: drop-shadow( 8px 10px 1px rgba(38, 38, 38, 0.75) );
}
body.home #main section#link.screen-fit {
  padding: 120px 0;
}
body.home #main section#link.compact {
  padding: 60px 0 40px;
}
body.home #main section#link .section-inner {
  height: 100%;
}
body.home #main section#link .section-inner .section-columns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  height: 100%;
}
body.home #main section#link .section-inner .section-columns .column-left {
  -ms-flex: 0 0 500px;
  -webkit-flex: 0 0 500px;
  flex: 0 0 500px;
  overflow: hidden;
}
body.home #main section#link .section-inner .section-columns .column-left .section-title {
  margin: 120px 120px 10px -15px;
  width: 400px;
  border-radius: 5px 5px;
  padding: 12px 30px 12px 60px;
  -webkit-transform: skewX( -10deg );
  -moz-transform: skewX( -10deg );
  -ms-transform: skewX( -10deg );
  transform: skewX( -10deg );
  text-align: right;
  line-height: 1;
  background: #303030;
  color: #efcc54;
}
body.home #main section#link .section-inner .section-columns .column-left .section-title span {
  font-family: webfont_BebasNeue;
  font-size: 60px;
  text-transform: uppercase;
}
body.home #main section#link .section-inner .section-columns .column-left .section-title small {
  margin-left: 8px;
  font-family: 'Noto Sans JP', "Yu Gothic UI", "Meiryo UI", "MS PGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Osaka, sans-serif;
  font-size: 13px;
  color: #d3d3d3;
  vertical-align: 4px;
  white-space: nowrap;
}
body.home #main section#link .section-inner .section-columns .column-left .section-title small:before {
  white-space: normal;
  content: " ";
  font-size: 0;
}
html.ie body.home #main section#link .section-inner .section-columns .column-left .section-title small:before {
  font-size: 1px;
}
body.home #main section#link .section-inner .section-columns .column-right {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding-right: 60px;
}
@media (min-width: 1501px) {
  body.home #main section#link .section-inner.gallery .section-title {
    margin-top: 0px !important;
  }
}
@media (max-width: 1500px) {
  body.home #main section#link .section-inner .section-columns {
    display: block;
  }
  body.home #main section#link .section-inner .section-columns .column-left .section-title {
    width: 350px;
    max-width: 85%;
    margin-top: 0;
    margin-bottom: 100px;
  }
  body.home #main section#link .section-inner .section-columns .column-right {
    padding: 0 15px;
  }
}
@media (max-width: 1500px) and (min-width: 700px) {
  body.home #main section#link .section-inner .section-columns .column-left .section-title {
    margin-left: auto;
    margin-right: -15px;
    padding-left: 30px;
    text-align: left;
  }
}
@media (max-width: 991px) {
  body.home #main section#link .section-inner .section-columns .column-right {
    padding: 0 15px;
  }
}
@media (min-width: 901px) {
  body.home #main section#link .section-content {
    margin: 40px 5% 0 0;
  }
  :root.is-pc body.home #main section#link .section-content {
    transform-style: preserve-3d;
    perspective: 30cm;
    perspective-origin: center 30%;
  }
  :root.is-pc body.home #main section#link .section-content > #link-list {
    transform: rotateY(-5deg);
    transform-origin: left center;
  }
  :root.is-mobile body.home #main section#link .section-content {
    margin-right: 0;
  }
}
body.home #main section#link #link-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
}
body.home #main section#link #link-list a.link-item {
  color: inherit;
  -ms-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  flex: 0 0 20%;
  padding: 0 15px 15px 0;
  position: relative;
}
body.home #main section#link #link-list a.link-item,
body.home #main section#link #link-list a.link-item:hover,
body.home #main section#link #link-list a.link-item:active,
body.home #main section#link #link-list a.link-item:visited,
body.home #main section#link #link-list a.link-item:focus {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 1650px) {
  body.home #main section#link #link-list a.link-item {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media (max-width: 1500px) {
  body.home #main section#link #link-list a.link-item {
    -ms-flex: 0 0 16.66666667%;
    -webkit-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
  }
}
@media (max-width: 1300px) {
  body.home #main section#link #link-list a.link-item {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
@media (max-width: 1100px) {
  body.home #main section#link #link-list a.link-item {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media (max-width: 900px) {
  body.home #main section#link #link-list a.link-item {
    -ms-flex: 0 0 33.33333333%;
    -webkit-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
  }
}
@media (max-width: 650px) {
  body.home #main section#link #link-list a.link-item {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
body.home #main section#link #link-list a.link-item .link-inner {
  padding: 15px 8px;
  text-align: center;
  background: #ecc12f;
  cursor: pointer;
  transition: background-color 0.4s;
}
body.home #main section#link #link-list a.link-item .link-inner:hover {
  background: #f3da83;
}
body.home #main section#link #link-list a.link-item .link-inner .link-name {
  height: 2em;
  font-size: 13px;
}
body.home #main section#link #link-list a.link-item .link-inner .link-name span {
  white-space: nowrap;
}
body.home #main section#link #link-list a.link-item .link-inner .link-name span:before {
  white-space: normal;
  content: " ";
  font-size: 0;
}
html.ie body.home #main section#link #link-list a.link-item .link-inner .link-name span:before {
  font-size: 1px;
}
body.home #main section#link #link-list a.link-item .link-inner .link-img {
  min-height: 120px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
}
body.home #main section#link #link-list a.link-item .link-inner .link-img:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/transparent.png") repeat;
  z-index: 0;
}
body.home #main section#link #link-list a.link-item .link-inner .link-img img {
  max-width: 140px;
  max-height: 90px;
}
@media (max-width: 450px) {
  body.home #main section#link #link-list a.link-item .link-inner .link-img img {
    max-width: 120px;
  }
}
body.home #main section#link #link-list a.link-item[href*="facebook.com"]:after,
body.home #main section#link #link-list a.link-item[href*="instagram.com"]:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 50px;
  line-height: 43px;
  -webkit-filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, 0.2) );
  -moz-filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, 0.2) );
  -ms-filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, 0.2) );
  filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, 0.2) );
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
body.home #main section#link #link-list a.link-item[href*="facebook.com"]:after {
  font-size: 50px;
  line-height: 43px;
  -webkit-filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, 0.2) );
  -moz-filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, 0.2) );
  -ms-filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, 0.2) );
  filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, 0.2) );
  font-family: FontAwesome;
  font-weight: normal;
  content: "" "\f230" "";
  background: white;
  color: steelblue;
  border-radius: 3px;
}
body.home #main section#link #link-list a.link-item[href*="instagram.com"]:after {
  font-size: 50px;
  line-height: 43px;
  -webkit-filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, 0.2) );
  -moz-filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, 0.2) );
  -ms-filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, 0.2) );
  filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, 0.2) );
  font-family: FontAwesome;
  font-weight: normal;
  content: "" "\f16d" "";
  background: #181818;
  color: white;
  border-radius: 12px;
}
body.home #main section#link #link-list a.link-item:hover[href*="facebook.com"]:after,
body.home #main section#link #link-list a.link-item:active[href*="facebook.com"]:after,
body.home #main section#link #link-list a.link-item:hover[href*="instagram.com"]:after,
body.home #main section#link #link-list a.link-item:active[href*="instagram.com"]:after {
  opacity: 1;
}
body.home #main #link-desc {
  margin-top: 60px;
  text-align: center;
}
body.sub-page #main {
  position: relative;
}
body.sub-page #main #member-login {
  position: absolute;
  top: 15px;
  right: 0;
  width: 195px;
  height: 50px;
  background: url("../images/member-login-bg.png?v=2") right top no-repeat;
  text-align: right;
  z-index: 1;
}
body.sub-page #main #member-login button {
  color: inherit;
  display: inline-block;
  min-width: 80px;
  padding: 8px 15px;
  border: solid 1px #529e85;
  background: #4a4a4a;
  background-image: -webkit-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -moz-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -ms-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: linear-gradient(to bottom, #545454 , #3f3f3f);
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -ms-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  cursor: pointer;
  margin: 0;
  width: 160px;
}
body.sub-page #main #member-login button,
body.sub-page #main #member-login button:hover,
body.sub-page #main #member-login button:active,
body.sub-page #main #member-login button:visited,
body.sub-page #main #member-login button:focus {
  color: inherit;
  text-decoration: none;
}
body.sub-page #main #member-login button:focus {
  outline: none;
}
body.sub-page #main #member-login button,
body.sub-page #main #member-login button:hover,
body.sub-page #main #member-login button:active,
body.sub-page #main #member-login button:visited {
  color: #529e85 !important;
}
body.sub-page #main #member-login button:hover,
body.sub-page #main #member-login button:active {
  text-decoration: none !important;
  box-shadow: 0 0 1px 2px rgba(82, 158, 133, 0.5);
}
body.sub-page #main #member-login button[disabled] {
  background: #656565;
  cursor: not-allowed;
}
body.sub-page #main #member-login button#login-btn {
  animation: kf_FIREFLY 1s ease-in-out infinite alternate both;
}
@media (max-width: 550px) {
  body.sub-page #main #member-login {
    top: 90px;
    width: 100%;
    height: auto;
    background: none;
    padding: 0;
    text-align: center;
  }
}
body.sub-page #main section.page-section {
  min-height: calc(100vh - 160px);
}
:root.is-fullwidth body.sub-page #main section.page-section {
  position: relative;
}
:root.is-fullwidth body.sub-page #main section.page-section.section-yellow {
  color: #303030;
}
@media (min-width: 1921px) {
  :root.is-fullwidth body.sub-page #main section.page-section.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-insert-4.png") left top / 40% auto no-repeat fixed, #efcc54;
  }
}
@media (max-width: 1920px) and (min-width: 1001px) {
  :root.is-fullwidth body.sub-page #main section.page-section.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-insert-4.png") left top / 50% auto no-repeat fixed, #efcc54;
  }
}
@media (max-width: 1000px) and (min-width: 651px) {
  :root.is-fullwidth body.sub-page #main section.page-section.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-insert-4.png") left top no-repeat fixed, #efcc54;
  }
}
@media (max-width: 650px) {
  :root.is-fullwidth body.sub-page #main section.page-section.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-insert-4.png") left top / 100% auto no-repeat fixed, #efcc54;
  }
}
@media (min-width: 651px) {
  :root.is-ios :root.is-fullwidth body.sub-page #main section.page-section.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-insert-4.png") left top no-repeat scroll, #efcc54;
  }
}
@media (max-width: 650px) {
  :root.is-ios :root.is-fullwidth body.sub-page #main section.page-section.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-insert-4.png") left top / 100% auto no-repeat scroll, #efcc54;
  }
}
:root.is-fullwidth body.sub-page #main section.page-section.section-yellow .section-title {
  -webkit-filter: drop-shadow( 8px 10px 0 rgba(236, 193, 47, 0.75) );
  -moz-filter: drop-shadow( 8px 10px 0 rgba(236, 193, 47, 0.75) );
  -ms-filter: drop-shadow( 8px 10px 0 rgba(236, 193, 47, 0.75) );
  filter: drop-shadow( 8px 10px 0 rgba(236, 193, 47, 0.75) );
}
@media (min-width: 1921px) {
  :root.is-fullwidth body.sub-page #main section.page-section.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-insert-4.png") left top / 40% auto no-repeat fixed, #303030;
  }
}
@media (max-width: 1920px) and (min-width: 1001px) {
  :root.is-fullwidth body.sub-page #main section.page-section.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-insert-4.png") left top / 50% auto no-repeat fixed, #303030;
  }
}
@media (max-width: 1000px) and (min-width: 651px) {
  :root.is-fullwidth body.sub-page #main section.page-section.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-insert-4.png") left top no-repeat fixed, #303030;
  }
}
@media (max-width: 650px) {
  :root.is-fullwidth body.sub-page #main section.page-section.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-insert-4.png") left top / 100% auto no-repeat fixed, #303030;
  }
}
@media (min-width: 651px) {
  :root.is-ios :root.is-fullwidth body.sub-page #main section.page-section.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-insert-4.png") left top no-repeat scroll, #303030;
  }
}
@media (max-width: 650px) {
  :root.is-ios :root.is-fullwidth body.sub-page #main section.page-section.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-insert-4.png") left top / 100% auto no-repeat scroll, #303030;
  }
}
:root.is-fullwidth body.sub-page #main section.page-section.section-gray .section-title {
  border: solid 1px #4a4a4a;
  -webkit-filter: drop-shadow( 8px 10px 1px rgba(38, 38, 38, 0.75) );
  -moz-filter: drop-shadow( 8px 10px 1px rgba(38, 38, 38, 0.75) );
  -ms-filter: drop-shadow( 8px 10px 1px rgba(38, 38, 38, 0.75) );
  filter: drop-shadow( 8px 10px 1px rgba(38, 38, 38, 0.75) );
}
:root.is-fullwidth body.sub-page #main section.page-section.screen-fit {
  padding: 120px 0;
}
:root.is-fullwidth body.sub-page #main section.page-section.compact {
  padding: 60px 0 40px;
}
:root.is-fullwidth body.sub-page #main section.page-section .section-inner {
  height: 100%;
}
:root.is-fullwidth body.sub-page #main section.page-section .section-inner .section-columns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  height: 100%;
}
:root.is-fullwidth body.sub-page #main section.page-section .section-inner .section-columns .column-left {
  -ms-flex: 0 0 500px;
  -webkit-flex: 0 0 500px;
  flex: 0 0 500px;
  overflow: hidden;
}
:root.is-fullwidth body.sub-page #main section.page-section .section-inner .section-columns .column-left .section-title {
  margin: 120px 120px 10px -15px;
  width: 400px;
  border-radius: 5px 5px;
  padding: 12px 30px 12px 60px;
  -webkit-transform: skewX( -10deg );
  -moz-transform: skewX( -10deg );
  -ms-transform: skewX( -10deg );
  transform: skewX( -10deg );
  text-align: right;
  line-height: 1;
  background: #303030;
  color: #efcc54;
}
:root.is-fullwidth body.sub-page #main section.page-section .section-inner .section-columns .column-left .section-title span {
  font-family: webfont_BebasNeue;
  font-size: 60px;
  text-transform: uppercase;
}
:root.is-fullwidth body.sub-page #main section.page-section .section-inner .section-columns .column-left .section-title small {
  margin-left: 8px;
  font-family: 'Noto Sans JP', "Yu Gothic UI", "Meiryo UI", "MS PGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Osaka, sans-serif;
  font-size: 13px;
  color: #d3d3d3;
  vertical-align: 4px;
  white-space: nowrap;
}
:root.is-fullwidth body.sub-page #main section.page-section .section-inner .section-columns .column-left .section-title small:before {
  white-space: normal;
  content: " ";
  font-size: 0;
}
html.ie :root.is-fullwidth body.sub-page #main section.page-section .section-inner .section-columns .column-left .section-title small:before {
  font-size: 1px;
}
:root.is-fullwidth body.sub-page #main section.page-section .section-inner .section-columns .column-right {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding-right: 60px;
}
@media (min-width: 1501px) {
  :root.is-fullwidth body.sub-page #main section.page-section .section-inner.gallery .section-title {
    margin-top: 0px !important;
  }
}
@media (max-width: 1500px) {
  :root.is-fullwidth body.sub-page #main section.page-section .section-inner .section-columns .column-left {
    display: none;
  }
  :root.is-fullwidth body.sub-page #main section.page-section .section-inner .section-columns .column-right {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  :root.is-fullwidth body.sub-page #main section.page-section .section-inner .section-columns .column-right {
    padding: 0 15px;
  }
}
:root:not(.is-fullwidth) body.sub-page #main section.page-section {
  position: relative;
}
:root:not(.is-fullwidth) body.sub-page #main section.page-section.section-yellow {
  color: #303030;
}
@media (min-width: 1921px) {
  :root:not(.is-fullwidth) body.sub-page #main section.page-section.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-insert-4.png") left top no-repeat scroll, #efcc54;
  }
}
@media (max-width: 1920px) and (min-width: 1001px) {
  :root:not(.is-fullwidth) body.sub-page #main section.page-section.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-insert-4.png") left top no-repeat fixed, #efcc54;
  }
}
@media (max-width: 1000px) and (min-width: 651px) {
  :root:not(.is-fullwidth) body.sub-page #main section.page-section.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-insert-4.png") left top no-repeat fixed, #efcc54;
  }
}
@media (max-width: 650px) {
  :root:not(.is-fullwidth) body.sub-page #main section.page-section.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-insert-4.png") left top / 100% auto no-repeat fixed, #efcc54;
  }
}
@media (min-width: 651px) {
  :root.is-ios :root:not(.is-fullwidth) body.sub-page #main section.page-section.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-insert-4.png") left top no-repeat scroll, #efcc54;
  }
}
@media (max-width: 650px) {
  :root.is-ios :root:not(.is-fullwidth) body.sub-page #main section.page-section.section-yellow {
    background: url("../images/brilliant.png") repeat, url("../images/section-insert-4.png") left top / 100% auto no-repeat scroll, #efcc54;
  }
}
:root:not(.is-fullwidth) body.sub-page #main section.page-section.section-yellow .section-title {
  -webkit-filter: drop-shadow( 8px 10px 0 rgba(236, 193, 47, 0.75) );
  -moz-filter: drop-shadow( 8px 10px 0 rgba(236, 193, 47, 0.75) );
  -ms-filter: drop-shadow( 8px 10px 0 rgba(236, 193, 47, 0.75) );
  filter: drop-shadow( 8px 10px 0 rgba(236, 193, 47, 0.75) );
}
@media (min-width: 1921px) {
  :root:not(.is-fullwidth) body.sub-page #main section.page-section.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-insert-4.png") left top no-repeat scroll, #303030;
  }
}
@media (max-width: 1920px) and (min-width: 1001px) {
  :root:not(.is-fullwidth) body.sub-page #main section.page-section.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-insert-4.png") left top no-repeat fixed, #303030;
  }
}
@media (max-width: 1000px) and (min-width: 651px) {
  :root:not(.is-fullwidth) body.sub-page #main section.page-section.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-insert-4.png") left top no-repeat fixed, #303030;
  }
}
@media (max-width: 650px) {
  :root:not(.is-fullwidth) body.sub-page #main section.page-section.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-insert-4.png") left top / 100% auto no-repeat fixed, #303030;
  }
}
@media (min-width: 651px) {
  :root.is-ios :root:not(.is-fullwidth) body.sub-page #main section.page-section.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-insert-4.png") left top no-repeat scroll, #303030;
  }
}
@media (max-width: 650px) {
  :root.is-ios :root:not(.is-fullwidth) body.sub-page #main section.page-section.section-gray {
    background: url("../images/brilliant.png") repeat, url("../images/section-insert-4.png") left top / 100% auto no-repeat scroll, #303030;
  }
}
:root:not(.is-fullwidth) body.sub-page #main section.page-section.section-gray .section-title {
  border: solid 1px #4a4a4a;
  -webkit-filter: drop-shadow( 8px 10px 1px rgba(38, 38, 38, 0.75) );
  -moz-filter: drop-shadow( 8px 10px 1px rgba(38, 38, 38, 0.75) );
  -ms-filter: drop-shadow( 8px 10px 1px rgba(38, 38, 38, 0.75) );
  filter: drop-shadow( 8px 10px 1px rgba(38, 38, 38, 0.75) );
}
:root:not(.is-fullwidth) body.sub-page #main section.page-section.screen-fit {
  padding: 120px 0;
}
:root:not(.is-fullwidth) body.sub-page #main section.page-section.compact {
  padding: 60px 0 40px;
}
:root:not(.is-fullwidth) body.sub-page #main section.page-section .section-inner {
  height: 100%;
}
:root:not(.is-fullwidth) body.sub-page #main section.page-section .section-inner .section-columns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  height: 100%;
}
:root:not(.is-fullwidth) body.sub-page #main section.page-section .section-inner .section-columns .column-left {
  -ms-flex: 0 0 500px;
  -webkit-flex: 0 0 500px;
  flex: 0 0 500px;
  overflow: hidden;
}
:root:not(.is-fullwidth) body.sub-page #main section.page-section .section-inner .section-columns .column-left .section-title {
  margin: 120px 120px 10px -15px;
  width: 400px;
  border-radius: 5px 5px;
  padding: 12px 30px 12px 60px;
  -webkit-transform: skewX( -10deg );
  -moz-transform: skewX( -10deg );
  -ms-transform: skewX( -10deg );
  transform: skewX( -10deg );
  text-align: right;
  line-height: 1;
  background: #303030;
  color: #efcc54;
}
:root:not(.is-fullwidth) body.sub-page #main section.page-section .section-inner .section-columns .column-left .section-title span {
  font-family: webfont_BebasNeue;
  font-size: 60px;
  text-transform: uppercase;
}
:root:not(.is-fullwidth) body.sub-page #main section.page-section .section-inner .section-columns .column-left .section-title small {
  margin-left: 8px;
  font-family: 'Noto Sans JP', "Yu Gothic UI", "Meiryo UI", "MS PGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Osaka, sans-serif;
  font-size: 13px;
  color: #d3d3d3;
  vertical-align: 4px;
  white-space: nowrap;
}
:root:not(.is-fullwidth) body.sub-page #main section.page-section .section-inner .section-columns .column-left .section-title small:before {
  white-space: normal;
  content: " ";
  font-size: 0;
}
html.ie :root:not(.is-fullwidth) body.sub-page #main section.page-section .section-inner .section-columns .column-left .section-title small:before {
  font-size: 1px;
}
:root:not(.is-fullwidth) body.sub-page #main section.page-section .section-inner .section-columns .column-right {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding-right: 60px;
}
@media (min-width: 1501px) {
  :root:not(.is-fullwidth) body.sub-page #main section.page-section .section-inner.gallery .section-title {
    margin-top: 0px !important;
  }
}
@media (max-width: 1500px) {
  :root:not(.is-fullwidth) body.sub-page #main section.page-section .section-inner .section-columns .column-left {
    display: none;
  }
  :root:not(.is-fullwidth) body.sub-page #main section.page-section .section-inner .section-columns .column-right {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  :root:not(.is-fullwidth) body.sub-page #main section.page-section .section-inner .section-columns .column-right {
    padding: 0 15px;
  }
}
@media (max-width: 550px) {
  body.sub-page #main section.page-section .section-inner {
    padding-top: 60px;
  }
}
@media (min-width: 1501px) {
  .section-inner.gallery #gallery-content .gallery-ctrl.ctrl-top {
    margin-top: 30px;
  }
  .section-inner.gallery #gallery-content .gallery-ctrl.ctrl-top:empty + #post-list {
    margin-top: 40px;
  }
  .section-inner.gallery #gallery-content #post-list,
  .section-inner.gallery #gallery-content #photo-list,
  .section-inner.gallery #gallery-content .gallery-ctrl {
    margin-left: -440px;
  }
}
#gallery-content h2 {
  line-height: 1;
}
#gallery-content h2 .subtitle {
  display: inline-block;
  font-size: 1.4rem;
}
#gallery-content h2 .date-title {
  margin-left: 15px;
  font-family: webfont_BebasNeue;
  font-size: 45px !important;
  font-weight: normal !important;
  line-height: 1;
  white-space: nowrap;
}
#gallery-content h2 .date-title small {
  font-size: 0.8em;
  vertical-align: baseline;
}
#gallery-content #post-list .showcase-items {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
}
#gallery-content #post-list .showcase-items a {
  color: inherit;
}
#gallery-content #post-list .showcase-items a,
#gallery-content #post-list .showcase-items a:hover,
#gallery-content #post-list .showcase-items a:active,
#gallery-content #post-list .showcase-items a:visited,
#gallery-content #post-list .showcase-items a:focus {
  color: inherit;
  text-decoration: none;
}
#gallery-content #post-list .showcase-items .item {
  -ms-flex: 0 0 33.33333333%;
  -webkit-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  padding: 0 10px 60px 0;
}
@media (min-width: 2400px) {
  #gallery-content #post-list .showcase-items .item {
    -ms-flex: 0 0 16.66666667%;
    -webkit-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
  }
}
@media (max-width: 2399px) and (min-width: 1921px) {
  #gallery-content #post-list .showcase-items .item {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
@media (max-width: 1920px) and (min-width: 1501px) {
  #gallery-content #post-list .showcase-items .item {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media (max-width: 1000px) {
  #gallery-content #post-list .showcase-items .item {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 500px) {
  #gallery-content #post-list .showcase-items .item {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-bottom: 40px;
  }
}
#gallery-content #post-list .showcase-items .item .item-container {
  position: relative;
}
:root.is-pc #gallery-content #post-list .showcase-items .item .item-container {
  transform-style: preserve-3d;
  perspective: 30cm;
  perspective-origin: center 20%;
}
:root.is-pc #gallery-content #post-list .showcase-items .item .item-container > .item-content {
  transform: rotateY(-25deg);
  transform-origin: 33% center;
}
:root.is-pc #gallery-content #post-list .showcase-items .item .item-container > .item-content {
  transition: transform 0.4s;
}
:root.is-pc #gallery-content #post-list .showcase-items .item .item-container > .item-content:hover,
:root.is-pc #gallery-content #post-list .showcase-items .item .item-container > .item-content:focus,
:root.is-pc #gallery-content #post-list .showcase-items .item .item-container > .item-content:focus-within {
  transform: rotateY(0);
}
#gallery-content #post-list .showcase-items .item .item-container .item-title {
  font-size: 20px;
  text-align: center;
  line-height: 1;
  margin-bottom: 8px;
}
#gallery-content #post-list .showcase-items .item .item-container .item-title .subtitle {
  margin-left: 8px;
  display: inline-block;
  font-size: 1rem;
}
#gallery-content #post-list .showcase-items .item .item-container .item-content .item-frame {
  padding: 6px;
  min-height: 100px;
  background: #ecc12f;
  cursor: pointer;
  transition: background-color 0.4s;
  position: relative;
}
#gallery-content #post-list .showcase-items .item .item-container .item-content .item-frame:hover {
  background: #f3da83;
}
:root.dark-theme #gallery-content #post-list .showcase-items .item .item-container .item-content .item-frame {
  background: #262626;
  cursor: pointer;
  transition: background-color 0.4s;
}
:root.dark-theme #gallery-content #post-list .showcase-items .item .item-container .item-content .item-frame:hover {
  background: #f3da83;
}
#gallery-content #post-list .showcase-items .item .item-container .item-content .item-frame:before {
  position: absolute;
  top: 35px;
  left: 50%;
  z-index: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  color: #4a4a4a;
  font-family: FontAwesome;
  font-weight: normal;
  content: "" "\f110" "";
  font-size: 30px;
  line-height: 1;
}
#gallery-content #post-list .showcase-items .item .item-container .item-content .item-frame > * {
  position: relative;
  z-index: 1;
}
#gallery-content #post-list .showcase-items .item .item-container .item-content .item-frame:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/transparent.png") repeat;
  z-index: 2;
}
#gallery-content #post-list .showcase-items .item .item-container:before {
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -25%;
  width: 50%;
  height: 20px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  -webkit-filter: blur( 4px );
  -moz-filter: blur( 4px );
  -ms-filter: blur( 4px );
  filter: blur( 4px );
  content: "";
}
:root.dark-theme #gallery-content #post-list .showcase-items .item .item-container:before {
  background: rgba(0, 0, 0, 0.2);
}
#gallery-content #post-list .showcase-items .item .item-title {
  font-family: webfont_BebasNeue;
  font-size: 26px !important;
  font-weight: normal !important;
  line-height: 1;
}
#gallery-content #post-list .showcase-items .item .item-title small {
  font-size: 0.8em;
  vertical-align: baseline;
}
#gallery-content #photo-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
}
#gallery-content #photo-list .photo-item {
  -ms-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  flex: 0 0 20%;
  padding: 0 8px 30px 0;
  position: relative;
}
@media (max-width: 1920px) {
  #gallery-content #photo-list .photo-item {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media (max-width: 1500px) {
  #gallery-content #photo-list .photo-item {
    -ms-flex: 0 0 33.33333333%;
    -webkit-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
  }
}
@media (max-width: 1000px) {
  #gallery-content #photo-list .photo-item {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 500px) {
  #gallery-content #photo-list .photo-item {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
#gallery-content #photo-list .photo-item a.photo-container {
  color: inherit;
}
#gallery-content #photo-list .photo-item a.photo-container,
#gallery-content #photo-list .photo-item a.photo-container:hover,
#gallery-content #photo-list .photo-item a.photo-container:active,
#gallery-content #photo-list .photo-item a.photo-container:visited,
#gallery-content #photo-list .photo-item a.photo-container:focus {
  color: inherit;
  text-decoration: none;
}
#gallery-content #photo-list .photo-item a.photo-container[href] {
  cursor: zoom-in;
}
#gallery-content #photo-list .photo-item a.photo-container .photo-thumbnail {
  min-height: 40px;
  position: relative;
}
#gallery-content #photo-list .photo-item a.photo-container .photo-thumbnail:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/transparent.png") repeat;
  z-index: 2;
}
#gallery-content #photo-list .photo-item a.photo-container .photo-thumbnail:before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  color: #4a4a4a;
  font-family: FontAwesome;
  font-weight: normal;
  content: "" "\f110" "";
  font-size: 30px;
  line-height: 1;
}
#gallery-content #photo-list .photo-item a.photo-container .photo-thumbnail img {
  position: relative;
  z-index: 1;
}
#gallery-content #photo-list .photo-item a.photo-container .title {
  margin-top: 4px;
  height: 1em;
  line-height: 1;
  text-align: center;
}
#gallery-content #photo-list .photo-item a.photo-container .title .point {
  margin-left: 0.5em;
}
#gallery-content #photo-list .photo-item a.photo-container .title .hashtag {
  font-size: 13px;
}
#gallery-content #photo-list .photo-item .member-only-icon {
  position: absolute;
  top: -10px;
  left: 15px;
  padding: 5px;
  background: #529e85;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.1;
  cursor: help;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: skewY( -7deg );
  -moz-transform: skewY( -7deg );
  -ms-transform: skewY( -7deg );
  transform: skewY( -7deg );
  z-index: 2;
}
#gallery-content .gallery-ctrl {
  line-height: 1;
  text-align: center;
}
#gallery-content .gallery-ctrl:before,
#gallery-content .gallery-ctrl:after {
  display: table;
  content: "";
}
#gallery-content .gallery-ctrl:after {
  clear: both;
}
#gallery-content .gallery-ctrl:empty {
  display: none;
}
#gallery-content .gallery-ctrl.ctrl-top {
  margin-bottom: 30px;
}
@media (min-width: 501px) {
  #gallery-content .gallery-ctrl .ws-toolbar {
    float: left;
  }
  #gallery-content .gallery-ctrl .page-nav:not(:only-child) {
    float: right;
  }
}
@media (max-width: 500px) {
  #gallery-content .gallery-ctrl {
    background: rgba(48, 48, 48, 0.2);
  }
  :root.dark-theme #gallery-content .gallery-ctrl {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
#gallery-content .gallery-ctrl .ws-toolbar,
#gallery-content .gallery-ctrl .page-nav {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin: 8px 0;
}
@media (min-width: 501px) {
  #gallery-content .gallery-ctrl .ws-toolbar,
  #gallery-content .gallery-ctrl .page-nav {
    background: rgba(48, 48, 48, 0.2);
  }
  :root.dark-theme #gallery-content .gallery-ctrl .ws-toolbar,
  :root.dark-theme #gallery-content .gallery-ctrl .page-nav {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
#gallery-content .gallery-ctrl .ws-toolbar:empty,
#gallery-content .gallery-ctrl .page-nav:empty {
  display: none;
}
#gallery-content .gallery-ctrl .ws-toolbar a,
#gallery-content .gallery-ctrl .page-nav a {
  color: inherit;
}
#gallery-content .gallery-ctrl .ws-toolbar a,
#gallery-content .gallery-ctrl .page-nav a,
#gallery-content .gallery-ctrl .ws-toolbar a:hover,
#gallery-content .gallery-ctrl .page-nav a:hover,
#gallery-content .gallery-ctrl .ws-toolbar a:active,
#gallery-content .gallery-ctrl .page-nav a:active,
#gallery-content .gallery-ctrl .ws-toolbar a:visited,
#gallery-content .gallery-ctrl .page-nav a:visited,
#gallery-content .gallery-ctrl .ws-toolbar a:focus,
#gallery-content .gallery-ctrl .page-nav a:focus {
  color: inherit;
  text-decoration: none;
}
#gallery-content .gallery-ctrl .ws-toolbar .item,
#gallery-content .gallery-ctrl .page-nav .item {
  border-radius: 0;
  width: 36px;
  height: 36px;
  color: rgba(38, 38, 38, 0.5);
  font-size: 18px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: not-allowed;
}
#gallery-content .gallery-ctrl .ws-toolbar .item.clickable:not(.disabled),
#gallery-content .gallery-ctrl .page-nav .item.clickable:not(.disabled) {
  color: #303030;
  cursor: pointer;
  -webkit-transition: background-color 0.2s , color 0.2s;
  -moz-transition: background-color 0.2s , color 0.2s;
  -ms-transition: background-color 0.2s , color 0.2s;
  transition: background-color 0.2s , color 0.2s;
}
:root.dark-theme #gallery-content .gallery-ctrl .ws-toolbar .item.clickable:not(.disabled),
:root.dark-theme #gallery-content .gallery-ctrl .page-nav .item.clickable:not(.disabled) {
  color: #d3d3d3;
}
#gallery-content .gallery-ctrl .ws-toolbar .item.clickable:not(.disabled):hover,
#gallery-content .gallery-ctrl .page-nav .item.clickable:not(.disabled):hover,
#gallery-content .gallery-ctrl .ws-toolbar .item.clickable:not(.disabled):active,
#gallery-content .gallery-ctrl .page-nav .item.clickable:not(.disabled):active {
  background: #efcc54;
  color: #262626 !important;
}
#gallery-content .gallery-ctrl .ws-toolbar .item.current,
#gallery-content .gallery-ctrl .page-nav .item.current {
  background: #f3da83;
  color: #4a4a4a;
  animation: kf_FIREFLY 0.4s ease-in-out infinite alternate both;
}
#gallery-content .gallery-ctrl .ws-toolbar .item.date-select,
#gallery-content .gallery-ctrl .page-nav .item.date-select {
  width: 130px;
  background: #d3d3d3;
  color: #303030;
  font-size: 1rem;
  /**
                    border: solid 2px @BG_COLOR;
                    :root.dark-theme & {
                        border-color: @BG_COLOR_DARK_THEME;
                    }
**/
  border: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
:root:not(.is-mobile) #gallery-content .gallery-ctrl .ws-toolbar .item.date-select,
:root:not(.is-mobile) #gallery-content .gallery-ctrl .page-nav .item.date-select {
  width: auto;
}
#gallery-content .gallery-ctrl .ws-toolbar .item.date-select:hover,
#gallery-content .gallery-ctrl .page-nav .item.date-select:hover {
  border-color: #efcc54;
}
#gallery-content .gallery-ctrl .ws-toolbar .item.date-select option,
#gallery-content .gallery-ctrl .page-nav .item.date-select option {
  text-align: center;
}
#gallery-content .gallery-ctrl .ws-pagination .item.omit {
  width: 1em;
}
#gallery-content .gallery-ctrl .ws-pager .item.next,
#gallery-content .gallery-ctrl .ws-pager .item.prev {
  width: 90px;
}
#gallery-content .gallery-ctrl .ws-pager .item.next small,
#gallery-content .gallery-ctrl .ws-pager .item.prev small {
  margin: 0 3px 3px;
}
#gallery-content .gallery-ctrl .ws-pager .item.page-no {
  color: #529e85;
}
#gallery-content .gallery-empty {
  margin: 60px 0;
  color: #cccccc;
  font-size: 20px;
  text-align: center;
  animation: kf_FIREFLY 1s ease-in-out infinite alternate both;
}
#surfers-link {
  margin: 0 auto;
  max-width: 100%;
}
#surfers-link .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
}
#surfers-link .inner .person {
  -ms-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0 15px 50px 0;
}
@media (max-width: 1650px) {
  #surfers-link .inner .person {
    -ms-flex: 0 0 33.33333333%;
    -webkit-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
  }
}
@media (max-width: 1500px) {
  #surfers-link .inner .person {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media (max-width: 1000px) {
  #surfers-link .inner .person {
    -ms-flex: 0 0 33.33333333%;
    -webkit-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
  }
}
@media (max-width: 850px) {
  #surfers-link .inner .person {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 550px) {
  #surfers-link .inner .person {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
:root.is-pc #surfers-link .inner .person {
  transform-style: preserve-3d;
  perspective: 30cm;
  perspective-origin: center 30%;
}
:root.is-pc #surfers-link .inner .person > .container {
  transform: rotateY(25deg);
  transform-origin: 66% center;
}
:root.is-pc #surfers-link .inner .person > .container {
  transition: transform 0.4s;
}
:root.is-pc #surfers-link .inner .person > .container:hover,
:root.is-pc #surfers-link .inner .person > .container:focus,
:root.is-pc #surfers-link .inner .person > .container:focus-within {
  transform: rotateY(0);
}
#surfers-link .inner .person .container {
  max-width: 300px;
  padding: 6px;
  background: #303030;
  position: relative;
}
#surfers-link .inner .person .container .portrait {
  margin: 0;
  cursor: pointer;
  position: relative;
}
#surfers-link .inner .person .container .portrait img {
  width: 100%;
  height: auto;
}
#surfers-link .inner .person .container .portrait .link-menu {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(24, 24, 24, 0.5) url("../images/fake-brick.png") repeat;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.4s , z-index 0.2s;
  -moz-transition: opacity 0.4s , z-index 0.2s;
  -ms-transition: opacity 0.4s , z-index 0.2s;
  transition: opacity 0.4s , z-index 0.2s;
}
#surfers-link .inner .person .container .portrait .link-menu .menu-inner {
  width: 80%;
}
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item {
  width: 100%;
}
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item:not(:last-child) {
  margin-bottom: 15px !important;
}
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.gallery {
  color: inherit;
  display: inline-block;
  min-width: 80px;
  padding: 8px 15px;
  border: solid 1px #529e85;
  background: #4a4a4a;
  background-image: -webkit-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -moz-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -ms-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: linear-gradient(to bottom, #545454 , #3f3f3f);
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -ms-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  cursor: pointer;
}
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.gallery,
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.gallery:hover,
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.gallery:active,
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.gallery:visited,
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.gallery:focus {
  color: inherit;
  text-decoration: none;
}
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.gallery:focus {
  outline: none;
}
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.gallery,
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.gallery:hover,
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.gallery:active,
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.gallery:visited {
  color: #529e85 !important;
}
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.gallery:hover,
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.gallery:active {
  text-decoration: none !important;
  box-shadow: 0 0 1px 2px rgba(82, 158, 133, 0.5);
}
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.gallery[disabled] {
  background: #656565;
  cursor: not-allowed;
}
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.external {
  color: inherit;
  display: inline-block;
  min-width: 80px;
  padding: 8px 15px;
  border: solid 1px #888888;
  background: #4a4a4a;
  background-image: -webkit-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -moz-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -ms-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: linear-gradient(to bottom, #545454 , #3f3f3f);
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -ms-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  cursor: pointer;
}
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.external,
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.external:hover,
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.external:active,
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.external:visited,
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.external:focus {
  color: inherit;
  text-decoration: none;
}
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.external:focus {
  outline: none;
}
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.external,
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.external:hover,
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.external:active,
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.external:visited {
  color: #aaaaaa !important;
}
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.external:hover,
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.external:active {
  text-decoration: none !important;
  box-shadow: 0 0 1px 2px rgba(136, 136, 136, 0.5);
}
#surfers-link .inner .person .container .portrait .link-menu .menu-inner .menu-item.external[disabled] {
  background: #656565;
  cursor: not-allowed;
}
#surfers-link .inner .person .container .portrait .name {
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  padding-right: 0.4em;
  background: #303030;
  color: #d3d3d3;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1;
  top: -6px;
  left: -15px;
  padding-top: 2px;
  padding-left: 4px;
  z-index: 11;
}
#surfers-link .inner .person .container .portrait .name:after {
  position: absolute;
  top: 0;
  right: -23.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 48px 24px 0 0;
  border-color: #303030 transparent transparent transparent;
  content: "";
}
#surfers-link .inner .person .container .portrait .name:first-letter {
  font-size: 1.3em;
  vertical-align: baseline;
}
#surfers-link .inner .person .container .portrait .name small {
  font-size: 1rem;
}
#surfers-link .inner .person .container .portrait .name .roma-ji {
  margin-top: 4px;
  display: block;
  font-size: 11px;
  color: #efcc54;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#surfers-link .inner .person .container:hover .portrait .link-menu,
#surfers-link .inner .person .container:focus .portrait .link-menu,
#surfers-link .inner .person .container:focus-within .portrait .link-menu {
  opacity: 1;
  z-index: 10;
}
#surfers-link .inner .person.female .name .roma-ji {
  color: #d87093 !important;
}
body.sub-page #surfers-link {
  margin-top: 80px;
}
:root:not(.dark-theme) body.sub-page #surfers-link .inner .container {
  background: #efcc54;
}
:root:not(.dark-theme) body.sub-page #surfers-link .inner .container .portrait .name {
  background: #efcc54;
  color: #303030;
}
:root:not(.dark-theme) body.sub-page #surfers-link .inner .container .portrait .name:after {
  border-top-color: #efcc54;
}
:root:not(.dark-theme) body.sub-page #surfers-link .inner .container .portrait .name .roma-ji {
  color: #4682b4;
}
#surfer-info {
  background: url("../images/h2-bg-yellow.png") left bottom repeat-x;
  margin-bottom: 60px;
}
:root.dark-theme #surfer-info {
  background-image: url("../images/h2-bg-gray.png");
}
#surfer-info .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}
#surfer-info .inner > * {
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
}
#surfer-info .inner .bio {
  line-height: 1;
  text-align: right;
}
#surfer-info .inner .bio .name {
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}
#surfer-info .inner .bio .name span {
  font-size: 35px;
  letter-spacing: 2px;
}
#surfer-info .inner .bio .name span:first-letter {
  font-size: 1.3em;
  vertical-align: baseline;
}
#surfer-info .inner .bio .name small {
  display: inline-block;
  margin-top: 4px;
  font-size: 17px;
}
#surfer-info .inner .bio .roma-ji {
  margin-top: 10px;
  color: #4682b4;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 5px 3px;
}
#surfer-info .inner .portrait {
  width: 150px;
  margin: 0 5% 0 25px;
}
@media (max-width: 500px) {
  #surfer-info .inner .portrait {
    width: 130px;
    margin: 0 0 0 20px;
  }
}
#surfer-info.female .inner .bio .roma-ji {
  color: #d87093;
}
#page-not-found {
  text-align: center;
}
#page-not-found ul {
  display: inline-block;
  text-align: left;
}
#page-not-found .fa {
  font-size: 100px;
  color: #dc143c;
  margin-bottom: 15px;
  animation: kf_SWAY 1.5s linear infinite normal both;
}
.wpcf7 .wpcf7-form {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 15px;
  background: #efcc54;
  border: solid 2px #ecc12f;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wpcf7 .wpcf7-form p {
  margin: 0 !important;
  text-indent: 0 !important;
}
.wpcf7 .wpcf7-form .form-row {
  margin: 0 0 10px;
  position: relative;
}
.wpcf7 .wpcf7-form label {
  display: inline-block;
  width: 25%;
  margin: 11px 0 0;
  font-weight: bold;
  color: #303030;
  text-align: right;
  line-height: 1.1;
  padding-right: 15px;
  vertical-align: top;
}
.wpcf7 .wpcf7-form label.require:after {
  content: "(必須)";
  font-size: 11px;
  color: #529e85;
  margin-left: 4px;
  white-space: nowrap;
}
.wpcf7 .wpcf7-form label.require:after:before {
  white-space: normal;
  content: " ";
  font-size: 0;
}
html.ie .wpcf7 .wpcf7-form label.require:after:before {
  font-size: 1px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  display: inline-block;
  width: 75%;
  vertical-align: top;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap.contact_type,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap.your_name,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap.name_ruby,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap.depart,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap.position {
  width: 250px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap.postalcode_1,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap.postalcode_2,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap.phone_1,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap.phone_2,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap.phone_3 {
  width: 60px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap.postalcode_1 .wpcf7-form-control,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap.postalcode_2 .wpcf7-form-control,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap.phone_1 .wpcf7-form-control,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap.phone_2 .wpcf7-form-control,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap.phone_3 .wpcf7-form-control {
  text-align: center;
}
.wpcf7 .wpcf7-form .wpcf7-form-control {
  width: 100%;
  /***
            &[disabled] {

                &.wpcf7-select,
                &.wpcf7-number,
                &.wpcf7-text,
                &.wpcf7-textarea {
                    background: @COLOR_DARKWHITE;
                    border: solid 1px @COLOR_LIGHTGRAY;
                    cursor: not-allowed;
                }
            }

***/
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-select,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-number,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-text,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  /**
                padding: 5px @MARGIN_TIGHT;
                background: @COLOR_WHITE;
                border-style: solid;
                border-width: 1px;
                border-color: darken(@COLOR_SILVER, 5%) lighten(@COLOR_SILVER, 5%) lighten(@COLOR_SILVER, 5%) darken(@COLOR_SILVER, 5%);
                border-radius: 3px;
                line-height: 1.2;

                &:focus {
                    border-color: @COLOR_BLUE;
                    box-shadow: inset 0 0 2px @COLOR_LIGHTBLUE;
                    outline: none;
                }
**/
  border: solid 1px #808080;
  border-radius: 0;
  margin: 0;
  padding: 8px 15px;
  background: #f4f4f4;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-select:not([readonly]),
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-number:not([readonly]),
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-text:not([readonly]),
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-textarea:not([readonly]) {
  box-shadow: inset 1px 1px 1px #d3d3d3;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-select:focus,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-number:focus,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-text:focus,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-textarea:focus {
  box-shadow: none;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-select.wpcf7c-conf,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-number.wpcf7c-conf,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-text.wpcf7c-conf,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-textarea.wpcf7c-conf {
  border-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  appearance: textfield;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-select.wpcf7c-conf.wpcf7-select,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-number.wpcf7c-conf.wpcf7-select,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-text.wpcf7c-conf.wpcf7-select,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-textarea.wpcf7c-conf.wpcf7-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-select.wpcf7c-conf.wpcf7-textarea,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-number.wpcf7c-conf.wpcf7-textarea,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-text.wpcf7c-conf.wpcf7-textarea,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-textarea.wpcf7c-conf.wpcf7-textarea {
  resize: none;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-select.wpcf7c-conf:focus,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-number.wpcf7c-conf:focus,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-text.wpcf7c-conf:focus,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-textarea.wpcf7c-conf:focus {
  box-shadow: none;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-number {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  appearance: textfield;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-number::-webkit-inner-spin-button,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-number::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-confirm,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-back,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit {
  width: auto;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-confirm,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit {
  color: inherit;
  display: inline-block;
  border: none;
  padding: 15px 30px;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  color: #303030 !important;
  background: #ecc12f;
  cursor: pointer;
  transition: background-color 0.4s;
  box-shadow: 1px 1px 1px #eabb1c;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-confirm,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-confirm:hover,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-confirm:active,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit:active,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-confirm:visited,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit:visited,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-confirm:focus,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit:focus {
  color: inherit;
  text-decoration: none;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-confirm:hover,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
  background: #f3da83;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-confirm span,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit span {
  font-family: webfont_BebasNeue;
  font-size: 25px;
  letter-spacing: 1px;
  vertical-align: middle;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-confirm small,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit small {
  color: #808080 !important;
  margin-left: 8px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-confirm .fa,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit .fa {
  color: #529e85;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-back {
  color: inherit;
  display: inline-block;
  min-width: 80px;
  padding: 8px 15px;
  border: solid 1px #888888;
  background: #4a4a4a;
  background-image: -webkit-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -moz-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -ms-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: linear-gradient(to bottom, #545454 , #3f3f3f);
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -ms-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  cursor: pointer;
  padding: 15px;
  margin-right: 8px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-back,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-back:hover,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-back:active,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-back:visited,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-back:focus {
  color: inherit;
  text-decoration: none;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-back:focus {
  outline: none;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-back,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-back:hover,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-back:active,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-back:visited {
  color: #aaaaaa !important;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-back:hover,
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-back:active {
  text-decoration: none !important;
  box-shadow: 0 0 1px 2px rgba(136, 136, 136, 0.5);
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-back[disabled] {
  background: #656565;
  cursor: not-allowed;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 13px;
  font-weight: bold;
  color: #dc143c;
  animation: kf_FIREFLY 0.8s ease-in-out infinite alternate both;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 15px 0 0;
  padding: 8px;
  text-align: center;
  border: none;
}
.wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  background: #dc143c;
  color: #ffffff;
}
.wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #ffffff;
}
@media (max-width: 520px) {
  .wpcf7 .wpcf7-form label,
  .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
  }
  .wpcf7 .wpcf7-form label {
    text-align: left;
    line-height: 1;
    margin: 15px 0 10px;
  }
  .wpcf7 .wpcf7-form label:empty {
    display: none;
  }
  .wpcf7 .wpcf7-form .form-row.margin-top-none label {
    margin-top: 0;
  }
}
.page-template-page-admin .form-group.row:not(:first-child) {
  margin-top: 8px;
}
.page-template-page-admin .form-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.page-template-page-admin .form-control {
  border: solid 1px #808080;
  border-radius: 0;
  margin: 0;
  padding: 3px 15px;
  background: #f4f4f4;
  max-width: 180px;
}
.page-template-page-admin .form-control:not([readonly]) {
  box-shadow: inset 1px 1px 1px #d3d3d3;
}
.page-template-page-admin .form-control:focus {
  box-shadow: none;
}
.page-template-page-admin select.form-control {
  appearance: menulist !important;
}
.page-template-page-admin #login-form .form-inner {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px;
  border: solid 2px #ecc12f;
  background: #efcc54;
}
.page-template-page-admin #login-form .form-inner .submit {
  margin-top: 60px;
}
.page-template-page-admin #login-form .form-inner .submit button {
  color: inherit;
  display: inline-block;
  border: none;
  padding: 15px 30px;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  color: #303030 !important;
  background: #ecc12f;
  cursor: pointer;
  transition: background-color 0.4s;
  box-shadow: 1px 1px 1px #eabb1c;
  width: 100%;
}
.page-template-page-admin #login-form .form-inner .submit button,
.page-template-page-admin #login-form .form-inner .submit button:hover,
.page-template-page-admin #login-form .form-inner .submit button:active,
.page-template-page-admin #login-form .form-inner .submit button:visited,
.page-template-page-admin #login-form .form-inner .submit button:focus {
  color: inherit;
  text-decoration: none;
}
.page-template-page-admin #login-form .form-inner .submit button:hover {
  background: #f3da83;
}
.page-template-page-admin #login-form .form-inner .submit button span {
  font-family: webfont_BebasNeue;
  font-size: 25px;
  letter-spacing: 1px;
  vertical-align: middle;
}
.page-template-page-admin #login-form .form-inner .submit button small {
  color: #808080 !important;
  margin-left: 8px;
}
.page-template-page-admin #login-form .form-inner .submit button .fa {
  color: #529e85;
}
.page-template-page-admin #admin-page #top-bar {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.page-template-page-admin #admin-page #top-bar:before,
.page-template-page-admin #admin-page #top-bar:after {
  display: table;
  content: "";
}
.page-template-page-admin #admin-page #top-bar:after {
  clear: both;
}
.page-template-page-admin #admin-page #top-bar .logout {
  float: left;
}
.page-template-page-admin #admin-page #top-bar .logout a {
  color: inherit;
  display: inline-block;
  min-width: 80px;
  padding: 8px 15px;
  border: solid 1px #888888;
  background: #4a4a4a;
  background-image: -webkit-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -moz-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -ms-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: linear-gradient(to bottom, #545454 , #3f3f3f);
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -ms-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  cursor: pointer;
}
.page-template-page-admin #admin-page #top-bar .logout a,
.page-template-page-admin #admin-page #top-bar .logout a:hover,
.page-template-page-admin #admin-page #top-bar .logout a:active,
.page-template-page-admin #admin-page #top-bar .logout a:visited,
.page-template-page-admin #admin-page #top-bar .logout a:focus {
  color: inherit;
  text-decoration: none;
}
.page-template-page-admin #admin-page #top-bar .logout a:focus {
  outline: none;
}
.page-template-page-admin #admin-page #top-bar .logout a,
.page-template-page-admin #admin-page #top-bar .logout a:hover,
.page-template-page-admin #admin-page #top-bar .logout a:active,
.page-template-page-admin #admin-page #top-bar .logout a:visited {
  color: #aaaaaa !important;
}
.page-template-page-admin #admin-page #top-bar .logout a:hover,
.page-template-page-admin #admin-page #top-bar .logout a:active {
  text-decoration: none !important;
  box-shadow: 0 0 1px 2px rgba(136, 136, 136, 0.5);
}
.page-template-page-admin #admin-page #top-bar .logout a[disabled] {
  background: #656565;
  cursor: not-allowed;
}
.page-template-page-admin #admin-page #top-bar .welcome {
  float: right;
  font-size: 17px;
}
.page-template-page-admin #admin-page #top-bar .welcome .account {
  font-size: 20px;
  font-weight: bold;
}
.page-template-page-admin #admin-page section {
  padding: 60px;
}
.page-template-page-admin #admin-page form {
  width: 100%;
}
.page-template-page-admin #admin-page .control-label {
  text-align: right;
}
.page-template-page-admin #admin-page .input-date {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.page-template-page-admin #admin-page .input-date select {
  width: 80px;
  text-align: center;
  margin: 0px;
}
.page-template-page-admin #admin-page .input-date select:nth-of-type(1) {
  border-radius: 4px 0 0 4px;
}
.page-template-page-admin #admin-page .input-date select:nth-of-type(2) {
  margin-left: -1px;
  border-radius: 0;
}
.page-template-page-admin #admin-page .input-date select:nth-of-type(3) {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
.page-template-page-admin #admin-page .file-drop-box {
  border: dashed 1px #808080;
  border-radius: 6px;
  background: rgba(24, 24, 24, 0.1);
  padding: 50px 0;
  text-align: center;
  position: relative;
}
.page-template-page-admin #admin-page .file-drop-box input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
}
.page-template-page-admin #admin-page .submit {
  margin-top: 60px;
  text-align: center;
}
.page-template-page-admin #admin-page .submit button {
  color: inherit;
  display: inline-block;
  border: none;
  padding: 15px 30px;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  color: #303030 !important;
  background: #ecc12f;
  cursor: pointer;
  transition: background-color 0.4s;
  box-shadow: 1px 1px 1px #eabb1c;
}
.page-template-page-admin #admin-page .submit button,
.page-template-page-admin #admin-page .submit button:hover,
.page-template-page-admin #admin-page .submit button:active,
.page-template-page-admin #admin-page .submit button:visited,
.page-template-page-admin #admin-page .submit button:focus {
  color: inherit;
  text-decoration: none;
}
.page-template-page-admin #admin-page .submit button:hover {
  background: #f3da83;
}
.page-template-page-admin #admin-page .submit button span {
  font-family: webfont_BebasNeue;
  font-size: 25px;
  letter-spacing: 1px;
  vertical-align: middle;
}
.page-template-page-admin #admin-page .submit button small {
  color: #808080 !important;
  margin-left: 8px;
}
.page-template-page-admin #admin-page .submit button .fa {
  color: #529e85;
}
.page-template-page-admin #admin-page .select-submit {
  color: inherit;
  display: inline-block;
  min-width: 80px;
  padding: 8px 15px;
  border: solid 1px #888888;
  background: #4a4a4a;
  background-image: -webkit-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -moz-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -ms-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: linear-gradient(to bottom, #545454 , #3f3f3f);
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -ms-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  cursor: pointer;
}
.page-template-page-admin #admin-page .select-submit,
.page-template-page-admin #admin-page .select-submit:hover,
.page-template-page-admin #admin-page .select-submit:active,
.page-template-page-admin #admin-page .select-submit:visited,
.page-template-page-admin #admin-page .select-submit:focus {
  color: inherit;
  text-decoration: none;
}
.page-template-page-admin #admin-page .select-submit:focus {
  outline: none;
}
.page-template-page-admin #admin-page .select-submit,
.page-template-page-admin #admin-page .select-submit:hover,
.page-template-page-admin #admin-page .select-submit:active,
.page-template-page-admin #admin-page .select-submit:visited {
  color: #aaaaaa !important;
}
.page-template-page-admin #admin-page .select-submit:hover,
.page-template-page-admin #admin-page .select-submit:active {
  text-decoration: none !important;
  box-shadow: 0 0 1px 2px rgba(136, 136, 136, 0.5);
}
.page-template-page-admin #admin-page .select-submit[disabled] {
  background: #656565;
  cursor: not-allowed;
}
.page-template-page-admin #admin-page .fa-arrow-left {
  margin: 0 5px;
}
.page-template-page-admin #admin-page .preview-area {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.page-template-page-admin #admin-page .preview-area .quantum {
  width: 100%;
  text-align: center;
  padding-bottom: 8px;
}
.page-template-page-admin #admin-page .preview-area .photo-item {
  width: 25%;
  padding: 1px;
}
.page-template-page-admin #admin-page .batch-tool {
  margin-top: 60px;
  padding: 8px;
}
.page-template-page-admin #admin-page .photo-edit-list {
  margin-top: 15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-template-page-admin #admin-page .photo-edit-list .photo-edit-item {
  margin-top: 15px;
  width: 50%;
}
.page-template-page-admin #admin-page .photo-edit-list .photo-edit-item:nth-child(2n+1) {
  padding-right: 7.5px;
}
.page-template-page-admin #admin-page .photo-edit-list .photo-edit-item:nth-child(2n) {
  padding-left: 7.5px;
}
.page-template-page-admin #admin-page .photo-edit-list .photo-edit-item label {
  font-size: 13px;
}
.admin-err {
  margin-top: 15px;
}
.admin-err .err-msg {
  font-weight: bold;
  text-align: center;
}
.admin-err .err-msg:before {
  color: #dc143c;
  font-family: FontAwesome;
  font-weight: normal;
  content: "" "\f071" "";
  font-size: 25px;
  margin-right: 5px;
}
.popup-window .admin-err {
  margin: 0;
  padding: 15px;
  border: solid 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.pswp {
  /**20220422 Del - これ最近のPCでは意味無いかも
    // webkitの画像レンダリング改善
    .pswp__img {
        @media (min-width: 1600px) and (max-width: 1920px) and (min-height: 900px) and (max-height: 1080px) { // フルHDのみ適用(4Kでは不要)
            image-rendering: pixelated;
        }
    }

    &.pswp--zoomed-in .pswp__img { // これは意味ないかも
        image-rendering: pixelated;
    }
**/
}
.pswp .pswp__bg {
  background: rgba(0, 0, 0, 0.7) url("../images/black-twill.png") repeat;
}
.pswp .pswp__top-bar,
.pswp .pswp__caption {
  background: #262626;
}
.pswp .pswp__top-bar {
  background-color: #262626 !important;
}
.pswp .pswp__top-bar .pswp__counter:before {
  content: "# ";
}
.pswp .pswp__top-bar .pswp__button {
  background-color: #262626 !important;
  opacity: 1 !important;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.pswp .pswp__top-bar .pswp__button:hover,
.pswp .pswp__top-bar .pswp__button:active {
  background-color: #4a4a4a !important;
}
.pswp .pswp__top-bar .pswp__button--share {
  background: none;
}
.pswp .pswp__top-bar .pswp__button--share:before {
  font-family: FontAwesome;
  font-weight: normal;
  content: "" "\f0c9" "";
  color: #ffffff;
  font-size: 18px;
}
.pswp .pswp__share-modal .pswp__share-tooltip > *:before {
  position: static;
  display: inline;
  border: none;
  margin-right: 6px;
}
.pswp .pswp__share-modal .pswp__share-tooltip .pswp__share--custom:before {
  font-family: FontAwesome;
  font-weight: normal;
  content: "" "\f0ed" "";
  color: currentColor;
  font-size: 18px;
}
.pswp .pswp__button--arrow--left,
.pswp .pswp__button--arrow--right {
  background: #ecc12f !important;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.pswp .pswp__button--arrow--left.pswp__element--disabled,
.pswp .pswp__button--arrow--right.pswp__element--disabled {
  display: block !important;
  opacity: 0;
  pointer-events: none;
}
.pswp .pswp__button--arrow--left:before,
.pswp .pswp__button--arrow--right:before {
  background-color: transparent !important;
}
.pswp .pswp__button--arrow--left:hover,
.pswp .pswp__button--arrow--right:hover {
  background: #262626;
}
.pswp .pswp__button--arrow--left {
  border-radius: 0 6px 6px 0;
}
.pswp .pswp__button--arrow--right {
  border-radius: 6px 0 0 6px;
}
.pswp .pswp__caption {
  background: #262626 !important;
}
.pswp .pswp__caption .pswp__caption__text {
  font-size: 1rem;
  letter-spacing: 0.5px;
}
:root:not(.member-logged-in) .pswp .pswp__item:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/transparent.png") repeat;
  z-index: 1;
}
:root:not(.member-logged-in) .pswp .pswp__top-bar .pswp__button--share {
  display: none !important;
}
.popup-backdrop {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
:root.is-ios .popup-backdrop {
  /** 3D変換をやめたので不要
        transform-style: preserve-3d;

        & > *, &:before, &:after {
            transform: ~"translate3D(0,0," (5cm + @z) ~")"; // 5cmはテキトー
        }
**/
}
.popup-backdrop:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.7) url("../images/black-twill.png") repeat;
}
.popup-window {
  position: fixed;
  top: 50vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  min-width: 350px;
}
:root.is-ios .popup-window {
  /** 3D変換をやめたので不要
        transform-style: preserve-3d;

        & > *, &:before, &:after {
            transform: ~"translate3D(0,0," (5cm + @z) ~")"; // 5cmはテキトー
        }
**/
}
.popup-window .window-body {
  padding: 60px 15px;
  border: solid 2px #efcc54;
  background: #303030;
  color: #cccccc;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.popup-window .popup-scroll {
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.popup-window .popup-head {
  padding: 15px 45px 8px 15px;
  min-height: 40px;
}
.popup-window .popup-body {
  padding: 15px;
}
.popup-window .popup-body .popup-ctrl {
  margin-top: 15px;
  text-align: center;
  /**
            .btn {
                margin: 0 (@MARGIN_DEFAULT / 2);

                &.pull-left, &.pull-right {
                    margin: 0;
                }
            }
**/
}
.popup-window .popup-body .popup-ctrl:before,
.popup-window .popup-body .popup-ctrl:after {
  display: table;
  content: "";
}
.popup-window .popup-body .popup-ctrl:after {
  clear: both;
}
.popup-window .popup-body .popup-ctrl .button:not(:first-child) {
  margin-left: 30px;
}
.popup-window .button-ok,
.popup-window .button-cancel,
.popup-window .popup-close {
  cursor: pointer;
}
.popup-window .popup-default-close {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 6px;
}
.popup-window .popup-default-close .popup-close {
  color: #808080;
  border-radius: 4px;
  font-size: 40px;
  line-height: 30px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}
.popup-window .popup-default-close .popup-close:hover,
.popup-window .popup-default-close .popup-close:active {
  color: #529e85;
}
.popup-window.dialog {
  min-width: 375px;
}
.popup-window.dialog .popup-body .popup-content {
  padding: 15px 0;
  text-align: center;
}
.popup-window.dialog .popup-body .popup-content .additional-msg {
  margin-top: 15px;
}
.popup-window.dialog .popup-body .popup-content .alert-msg {
  color: #dc143c;
}
.popup-window.member-login-popup .login-form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.popup-window.member-login-popup .login-form input {
  border: solid 1px #808080;
  border-radius: 0;
  margin: 0;
  padding: 3px 15px;
  background: #f4f4f4;
  width: 200px;
}
.popup-window.member-login-popup .login-form input:not([readonly]) {
  box-shadow: inset 1px 1px 1px #d3d3d3;
}
.popup-window.member-login-popup .login-form input:focus {
  box-shadow: none;
}
.popup-window.member-login-popup .login-form button {
  color: inherit;
  display: inline-block;
  min-width: 80px;
  padding: 8px 15px;
  border: solid 1px #529e85;
  background: #4a4a4a;
  background-image: -webkit-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -moz-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: -ms-linear-gradient(bottom, #545454 , #3f3f3f);
  background-image: linear-gradient(to bottom, #545454 , #3f3f3f);
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -ms-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  cursor: pointer;
  margin: 0;
}
.popup-window.member-login-popup .login-form button,
.popup-window.member-login-popup .login-form button:hover,
.popup-window.member-login-popup .login-form button:active,
.popup-window.member-login-popup .login-form button:visited,
.popup-window.member-login-popup .login-form button:focus {
  color: inherit;
  text-decoration: none;
}
.popup-window.member-login-popup .login-form button:focus {
  outline: none;
}
.popup-window.member-login-popup .login-form button,
.popup-window.member-login-popup .login-form button:hover,
.popup-window.member-login-popup .login-form button:active,
.popup-window.member-login-popup .login-form button:visited {
  color: #529e85 !important;
}
.popup-window.member-login-popup .login-form button:hover,
.popup-window.member-login-popup .login-form button:active {
  text-decoration: none !important;
  box-shadow: 0 0 1px 2px rgba(82, 158, 133, 0.5);
}
.popup-window.member-login-popup .login-form button[disabled] {
  background: #656565;
  cursor: not-allowed;
}
.popup-window.member-login-popup .description {
  margin-top: 30px;
}
.popup-window.media-popup .window-body {
  padding-bottom: 15px;
}
.popup-window.media-popup .video-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  width: 1280px;
  max-width: 90vw;
}
.popup-window.media-popup .video-container > * {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
#member-login-intro {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 300px;
}
:root:not(.is-mobile) #member-login-intro {
  font-size: 17px;
}
/***
@media print {

    #header, #footer, #sidebar,
    .no-print {
        display: none !important;
    }

    * {
        &, &:before, &:after {
            color: @COLOR_TRUEBLACK         !important;
            background: transparent none    !important;
            border: none                    !important;
            .TEXT_SHADOW(none)              !important;
            .BOX_SHADOW(none)               !important;
            .FILTER(none)                   !important;
        }
    }
}
***/
