@charset "UTF-8";
/******************VARIABLES*********************/
@-webkit-keyframes loading-anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes loading-anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes loading-anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes loading-anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeout-anime {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeout-anime {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-ms-keyframes fadeout-anime {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeout-anime {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/
/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/
body {
  min-width: 960px; }

/* `Container
----------------------------------------------------------------------------------------------------*/
.container_12,
.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px; }

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15 {
  position: relative; }

.container_12 .grid_3,
.container_16 .grid_4 {
  width: 220px; }

.container_12 .grid_6,
.container_16 .grid_8 {
  width: 460px; }

.container_12 .grid_9,
.container_16 .grid_12 {
  width: 700px; }

.container_12 .grid_12,
.container_16 .grid_16 {
  width: 940px; }

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0; }

.omega {
  margin-right: 0; }

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 {
  width: 60px; }

.container_12 .grid_2 {
  width: 140px; }

.container_12 .grid_4 {
  width: 300px; }

.container_12 .grid_5 {
  width: 380px; }

.container_12 .grid_7 {
  width: 540px; }

.container_12 .grid_8 {
  width: 620px; }

.container_12 .grid_10 {
  width: 780px; }

.container_12 .grid_11 {
  width: 860px; }

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .grid_1 {
  width: 40px; }

.container_16 .grid_2 {
  width: 100px; }

.container_16 .grid_3 {
  width: 160px; }

.container_16 .grid_5 {
  width: 280px; }

.container_16 .grid_6 {
  width: 340px; }

.container_16 .grid_7 {
  width: 400px; }

.container_16 .grid_9 {
  width: 520px; }

.container_16 .grid_10 {
  width: 580px; }

.container_16 .grid_11 {
  width: 640px; }

.container_16 .grid_13 {
  width: 760px; }

.container_16 .grid_14 {
  width: 820px; }

.container_16 .grid_15 {
  width: 880px; }

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_3,
.container_16 .prefix_4 {
  padding-left: 240px; }

.container_12 .prefix_6,
.container_16 .prefix_8 {
  padding-left: 480px; }

.container_12 .prefix_9,
.container_16 .prefix_12 {
  padding-left: 720px; }

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1 {
  padding-left: 80px; }

.container_12 .prefix_2 {
  padding-left: 160px; }

.container_12 .prefix_4 {
  padding-left: 320px; }

.container_12 .prefix_5 {
  padding-left: 400px; }

.container_12 .prefix_7 {
  padding-left: 560px; }

.container_12 .prefix_8 {
  padding-left: 640px; }

.container_12 .prefix_10 {
  padding-left: 800px; }

.container_12 .prefix_11 {
  padding-left: 880px; }

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .prefix_1 {
  padding-left: 60px; }

.container_16 .prefix_2 {
  padding-left: 120px; }

.container_16 .prefix_3 {
  padding-left: 180px; }

.container_16 .prefix_5 {
  padding-left: 300px; }

.container_16 .prefix_6 {
  padding-left: 360px; }

.container_16 .prefix_7 {
  padding-left: 420px; }

.container_16 .prefix_9 {
  padding-left: 540px; }

.container_16 .prefix_10 {
  padding-left: 600px; }

.container_16 .prefix_11 {
  padding-left: 660px; }

.container_16 .prefix_13 {
  padding-left: 780px; }

.container_16 .prefix_14 {
  padding-left: 840px; }

.container_16 .prefix_15 {
  padding-left: 900px; }

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_3,
.container_16 .suffix_4 {
  padding-right: 240px; }

.container_12 .suffix_6,
.container_16 .suffix_8 {
  padding-right: 480px; }

.container_12 .suffix_9,
.container_16 .suffix_12 {
  padding-right: 720px; }

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1 {
  padding-right: 80px; }

.container_12 .suffix_2 {
  padding-right: 160px; }

.container_12 .suffix_4 {
  padding-right: 320px; }

.container_12 .suffix_5 {
  padding-right: 400px; }

.container_12 .suffix_7 {
  padding-right: 560px; }

.container_12 .suffix_8 {
  padding-right: 640px; }

.container_12 .suffix_10 {
  padding-right: 800px; }

.container_12 .suffix_11 {
  padding-right: 880px; }

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .suffix_1 {
  padding-right: 60px; }

.container_16 .suffix_2 {
  padding-right: 120px; }

.container_16 .suffix_3 {
  padding-right: 180px; }

.container_16 .suffix_5 {
  padding-right: 300px; }

.container_16 .suffix_6 {
  padding-right: 360px; }

.container_16 .suffix_7 {
  padding-right: 420px; }

.container_16 .suffix_9 {
  padding-right: 540px; }

.container_16 .suffix_10 {
  padding-right: 600px; }

.container_16 .suffix_11 {
  padding-right: 660px; }

.container_16 .suffix_13 {
  padding-right: 780px; }

.container_16 .suffix_14 {
  padding-right: 840px; }

.container_16 .suffix_15 {
  padding-right: 900px; }

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .push_3,
.container_16 .push_4 {
  left: 240px; }

.container_12 .push_6,
.container_16 .push_8 {
  left: 480px; }

.container_12 .push_9,
.container_16 .push_12 {
  left: 720px; }

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1 {
  left: 80px; }

.container_12 .push_2 {
  left: 160px; }

.container_12 .push_4 {
  left: 320px; }

.container_12 .push_5 {
  left: 400px; }

.container_12 .push_7 {
  left: 560px; }

.container_12 .push_8 {
  left: 640px; }

.container_12 .push_10 {
  left: 800px; }

.container_12 .push_11 {
  left: 880px; }

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .push_1 {
  left: 60px; }

.container_16 .push_2 {
  left: 120px; }

.container_16 .push_3 {
  left: 180px; }

.container_16 .push_5 {
  left: 300px; }

.container_16 .push_6 {
  left: 360px; }

.container_16 .push_7 {
  left: 420px; }

.container_16 .push_9 {
  left: 540px; }

.container_16 .push_10 {
  left: 600px; }

.container_16 .push_11 {
  left: 660px; }

.container_16 .push_13 {
  left: 780px; }

.container_16 .push_14 {
  left: 840px; }

.container_16 .push_15 {
  left: 900px; }

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_3,
.container_16 .pull_4 {
  left: -240px; }

.container_12 .pull_6,
.container_16 .pull_8 {
  left: -480px; }

.container_12 .pull_9,
.container_16 .pull_12 {
  left: -720px; }

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1 {
  left: -80px; }

.container_12 .pull_2 {
  left: -160px; }

.container_12 .pull_4 {
  left: -320px; }

.container_12 .pull_5 {
  left: -400px; }

.container_12 .pull_7 {
  left: -560px; }

.container_12 .pull_8 {
  left: -640px; }

.container_12 .pull_10 {
  left: -800px; }

.container_12 .pull_11 {
  left: -880px; }

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .pull_1 {
  left: -60px; }

.container_16 .pull_2 {
  left: -120px; }

.container_16 .pull_3 {
  left: -180px; }

.container_16 .pull_5 {
  left: -300px; }

.container_16 .pull_6 {
  left: -360px; }

.container_16 .pull_7 {
  left: -420px; }

.container_16 .pull_9 {
  left: -540px; }

.container_16 .pull_10 {
  left: -600px; }

.container_16 .pull_11 {
  left: -660px; }

.container_16 .pull_13 {
  left: -780px; }

.container_16 .pull_14 {
  left: -840px; }

.container_16 .pull_15 {
  left: -900px; }

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.clearfix:after,
.container_12:after,
.container_16:after {
  clear: both; }

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix,
.container_12,
.container_16 {
  zoom: 1; }

/****************************　MOBILE　****************************/
@media screen and (max-width: 567px) {
  body {
    min-width: 1px; }

  .container_12 {
    width: 100%; }
    .container_12 .grid_1, .container_12 .grid_2, .container_12 .grid_3, .container_12 .grid_4, .container_12 .grid_5, .container_12 .grid_6, .container_12 .grid_7, .container_12 .grid_8, .container_12 .grid_9, .container_12 .grid_10, .container_12 .grid_11, .container_12 .grid_12 {
      float: none;
      width: 100%;
      display: block;
      margin: 0;
      padding-left: 10px;
      padding-right: 10px;
      box-sizing: border-box; }
    .container_12 .push_1, .container_12 .push_2, .container_12 .push_3, .container_12 .push_4, .container_12 .push_5, .container_12 .push_6, .container_12 .push_7, .container_12 .push_8, .container_12 .push_9, .container_12 .push_10, .container_12 .push_11, .container_12 .push_12 {
      left: 0; } }
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/*************************** customize ******************************/
.owl-carousel {
  position: relative; }
  .owl-carousel .owl-prev, .owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -26px;
    width: 26px;
    height: 52px;
    text-indent: -9999px;
    overflow: hidden; }
  .owl-carousel .owl-prev {
    background: url("/images/prev.png") 0 0 no-repeat;
    left: 3%; }
  .owl-carousel .owl-next {
    background: url("/images/next.png") 0 0 no-repeat;
    right: 3%; }
  .owl-carousel .owl-dots {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 3%;
    text-align: center; }
    .owl-carousel .owl-dots .owl-dot {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 10px; }
      .owl-carousel .owl-dots .owl-dot span {
        display: block;
        width: 10px;
        height: 10px;
        background: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }
      .owl-carousel .owl-dots .owl-dot.active span {
        background: #9E9E9E; }

@media screen and (max-width: 567px) {
  .owl-carousel .owl-prev, .owl-carousel .owl-next {
    margin-top: -18px;
    width: 18px;
    height: 36px; }
  .owl-carousel .owl-prev {
    background: url("/images/prev.png") 0 0 no-repeat;
    background-size: 18px 36px; }
  .owl-carousel .owl-next {
    background: url("/images/next.png") 0 0 no-repeat;
    background-size: 18px 36px; }
  .owl-carousel .owl-dots .owl-dot {
    width: 5px;
    height: 5px;
    margin: 5px; }
    .owl-carousel .owl-dots .owl-dot span {
      width: 5px;
      height: 5px; } }
.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center; }

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 190px;
  max-width: 480px;
  max-height: 360px;
  width: 48%;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer; }

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8; }

.grid figure figcaption {
  box-sizing: border-box;
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none; }

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300; }

.grid figure h2 span {
  font-weight: 800; }

.grid figure h2,
.grid figure p {
  margin: 0; }

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%; }

/* Individual effects */
/*---------------*/
/***** Julia *****/
/*---------------*/
figure.effect-julia {
  background: #2f3238; }

figure.effect-julia img {
  max-width: none;
  height: 400px;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-julia figcaption {
  text-align: left; }

figure.effect-julia h2 {
  position: relative;
  padding: 0.5em 0; }

figure.effect-julia p {
  display: inline-block;
  margin: 0 0 0.25em;
  padding: 0.4em 1em;
  background: rgba(255, 255, 255, 0.9);
  color: #2f3238;
  text-transform: none;
  font-weight: 500;
  font-size: 75%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0); }

figure.effect-julia p:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

figure.effect-julia p:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

figure.effect-julia p:nth-of-type(3) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

figure.effect-julia:hover p:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

figure.effect-julia:hover p:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

figure.effect-julia:hover p:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

figure.effect-julia:hover img {
  opacity: 0.4;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1); }

figure.effect-julia:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*-----------------*/
/***** Goliath *****/
/*-----------------*/
figure.effect-goliath {
  background: #df4e4e; }

figure.effect-goliath img,
figure.effect-goliath h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s; }

figure.effect-goliath img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-goliath h2,
figure.effect-goliath p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px; }

figure.effect-goliath p {
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }

figure.effect-goliath:hover img {
  -webkit-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0); }

figure.effect-goliath:hover h2 {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0); }

figure.effect-goliath:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*-----------------*/
/***** Hera *****/
/*-----------------*/
figure.effect-hera {
  background: #303fa9; }

figure.effect-hera h2 {
  font-size: 158.75%; }

figure.effect-hera h2,
figure.effect-hera p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%; }

figure.effect-hera figcaption::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  border: 2px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%; }

figure.effect-hera p {
  width: 100px;
  text-transform: none;
  font-size: 121%;
  line-height: 2; }

figure.effect-hera p a {
  color: #fff; }

figure.effect-hera p a:hover,
figure.effect-hera p a:focus {
  opacity: 0.6; }

figure.effect-hera p a i {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-hera p a:first-child i {
  -webkit-transform: translate3d(-60px, -60px, 0);
  transform: translate3d(-60px, -60px, 0); }

figure.effect-hera p a:nth-child(2) i {
  -webkit-transform: translate3d(60px, -60px, 0);
  transform: translate3d(60px, -60px, 0); }

figure.effect-hera p a:nth-child(3) i {
  -webkit-transform: translate3d(-60px, 60px, 0);
  transform: translate3d(-60px, 60px, 0); }

figure.effect-hera p a:nth-child(4) i {
  -webkit-transform: translate3d(60px, 60px, 0);
  transform: translate3d(60px, 60px, 0); }

figure.effect-hera:hover figcaption::before {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1); }

figure.effect-hera:hover h2 {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1); }

figure.effect-hera:hover p i:empty {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* just because it's stronger than nth-child */
  opacity: 1; }

/*-----------------*/
/***** Winston *****/
/*-----------------*/
figure.effect-winston {
  background: #162633;
  text-align: left; }

figure.effect-winston img {
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-winston figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/triangle.svg) no-repeat center center;
  background-size: 100% 100%;
  content: '';
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s, transform 0.45s;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }

figure.effect-winston h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); }

figure.effect-winston p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1.5em 7% 0; }

figure.effect-winston a {
  margin: 0 10px;
  color: #5d504f;
  font-size: 170%; }

figure.effect-winston a:hover,
figure.effect-winston a:focus {
  color: #cc6055; }

figure.effect-winston p a i {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }

figure.effect-winston:hover img {
  opacity: 0.6; }

figure.effect-winston:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-winston:hover figcaption::before {
  opacity: 0.7;
  -webkit-transform: rotate3d(0, 0, 1, 20deg);
  transform: rotate3d(0, 0, 1, 20deg); }

figure.effect-winston:hover p i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-winston:hover p a:nth-child(3) i {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

figure.effect-winston:hover p a:nth-child(2) i {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

figure.effect-winston:hover p a:first-child i {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

/*-----------------*/
/***** Selena *****/
/*-----------------*/
figure.effect-selena {
  background: #fff; }

figure.effect-selena img {
  opacity: 0.95;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

figure.effect-selena:hover img {
  -webkit-transform: scale3d(0.95, 0.95, 1);
  transform: scale3d(0.95, 0.95, 1); }

figure.effect-selena h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); }

figure.effect-selena p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%; }

figure.effect-selena:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-selena:hover p {
  opacity: 1;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0); }

/*-----------------*/
/***** Terry *****/
/*-----------------*/
figure.effect-terry {
  background: #34495e; }

figure.effect-terry figcaption {
  padding: 1em; }

figure.effect-terry figcaption::before,
figure.effect-terry figcaption::after {
  position: absolute;
  width: 200%;
  height: 200%;
  border-style: solid;
  border-color: #101010;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s; }

figure.effect-terry figcaption::before {
  right: 0;
  bottom: 0;
  border-width: 0 70px 60px 0;
  -webkit-transform: translate3d(70px, 60px, 0);
  transform: translate3d(70px, 60px, 0); }

figure.effect-terry figcaption::after {
  top: 0;
  left: 0;
  border-width: 15px 0 0 15px;
  -webkit-transform: translate3d(-15px, -15px, 0);
  transform: translate3d(-15px, -15px, 0); }

figure.effect-terry img,
figure.effect-terry p a {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-terry img {
  opacity: 0.85; }

figure.effect-terry h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.4em 10px;
  width: 50%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

@media screen and (max-width: 920px) {
  figure.effect-terry h2 {
    padding: 0.75em 10px;
    font-size: 120%; } }
figure.effect-terry p {
  float: right;
  clear: both;
  text-align: left;
  text-transform: none;
  font-size: 111%; }

figure.effect-terry p a {
  display: block;
  margin-bottom: 1em;
  color: #fff;
  opacity: 0;
  -webkit-transform: translate3d(90px, 0, 0);
  transform: translate3d(90px, 0, 0); }

figure.effect-terry p a:hover,
figure.effect-terry p a:focus {
  color: #f3cf3f; }

figure.effect-terry:hover figcaption::before,
figure.effect-terry:hover figcaption::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-terry:hover img {
  opacity: 0.6; }

figure.effect-terry:hover h2,
figure.effect-terry:hover p a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-terry:hover p a {
  opacity: 1; }

figure.effect-terry:hover p a:first-child {
  -webkit-transition-delay: 0.025s;
  transition-delay: 0.025s; }

figure.effect-terry:hover p a:nth-child(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

figure.effect-terry:hover p a:nth-child(3) {
  -webkit-transition-delay: 0.075s;
  transition-delay: 0.075s; }

figure.effect-terry:hover p a:nth-child(4) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

/*-----------------*/
/***** Phoebe *****/
/*-----------------*/
figure.effect-phoebe {
  background: #675983; }

figure.effect-phoebe img {
  opacity: 0.85;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-phoebe:hover img {
  opacity: 0.6; }

figure.effect-phoebe figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/triangle2.svg) no-repeat center center;
  background-size: 100% 100%;
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(5, 2.5, 1);
  transform: scale3d(5, 2.5, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

figure.effect-phoebe:hover figcaption::before {
  opacity: 0.6;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

figure.effect-phoebe h2 {
  margin-top: 1em;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0); }

figure.effect-phoebe:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-phoebe p a {
  color: #fff;
  font-size: 140%;
  opacity: 0;
  position: relative;
  display: inline-block;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-phoebe p a:first-child {
  -webkit-transform: translate3d(-60px, -60px, 0);
  transform: translate3d(-60px, -60px, 0); }

figure.effect-phoebe p a:nth-child(2) {
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0); }

figure.effect-phoebe p a:nth-child(3) {
  -webkit-transform: translate3d(60px, -60px, 0);
  transform: translate3d(60px, -60px, 0); }

figure.effect-phoebe:hover p a {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*-----------------*/
/***** Apollo *****/
/*-----------------*/
figure.effect-apollo {
  background: #3498db; }

figure.effect-apollo img {
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1); }

figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }

figure.effect-apollo p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 3em;
  padding: 0 1em;
  max-width: 150px;
  border-right: 4px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-apollo h2 {
  text-align: left; }

figure.effect-apollo:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

figure.effect-apollo:hover figcaption::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

figure.effect-apollo:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

/*-----------------*/
/***** Kira *****/
/*-----------------*/
figure.effect-kira {
  background: #fff;
  text-align: left; }

figure.effect-kira img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-kira figcaption {
  z-index: 1; }

figure.effect-kira p {
  padding: 2.25em 0.5em;
  font-weight: 600;
  font-size: 100%;
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

figure.effect-kira p a {
  margin: 0 0.5em;
  color: #101010; }

figure.effect-kira p a:hover,
figure.effect-kira p a:focus {
  opacity: 0.6; }

figure.effect-kira figcaption::before {
  position: absolute;
  top: 0;
  right: 2em;
  left: 2em;
  z-index: -1;
  height: 3.5em;
  background: #fff;
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 4em, 0) scale3d(1, 0.023, 1);
  transform: translate3d(0, 4em, 0) scale3d(1, 0.023, 1);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

figure.effect-kira:hover img {
  opacity: 0.5; }

figure.effect-kira:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-kira:hover figcaption::before {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 5em, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 5em, 0) scale3d(1, 1, 1); }

/*-----------------*/
/***** Steve *****/
/*-----------------*/
figure.effect-steve {
  z-index: auto;
  overflow: visible;
  background: #000; }

figure.effect-steve:before,
figure.effect-steve h2:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-steve:before {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
  opacity: 0; }

figure.effect-steve figcaption {
  z-index: 1; }

figure.effect-steve img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0); }

figure.effect-steve h2,
figure.effect-steve p {
  background: #fff;
  color: #2d434e; }

figure.effect-steve h2 {
  position: relative;
  margin-top: 2em;
  padding: 0.25em; }

figure.effect-steve h2:before {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5); }

figure.effect-steve p {
  margin-top: 1em;
  padding: 0.5em;
  font-weight: 800;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1); }

figure.effect-steve:hover:before {
  opacity: 1; }

figure.effect-steve:hover img {
  -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
  transform: perspective(1000px) translate3d(0, 0, 21px); }

figure.effect-steve:hover h2:before {
  opacity: 0; }

figure.effect-steve:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/*-----------------*/
/***** Moses *****/
/*-----------------*/
figure.effect-moses {
  background: -webkit-linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%);
  background: linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%); }

figure.effect-moses img {
  opacity: 0.85;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-moses h2,
figure.effect-moses p {
  padding: 20px;
  width: 50%;
  height: 50%;
  border: 2px solid #fff; }

figure.effect-moses h2 {
  padding: 20px;
  width: 50%;
  height: 50%;
  text-align: left;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0); }

figure.effect-moses p {
  float: right;
  padding: 20px;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

figure.effect-moses:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-moses:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-moses:hover img {
  opacity: 0.6; }

/*---------------*/
/***** Jazz *****/
/*---------------*/
figure.effect-jazz {
  background: -webkit-linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
  background: linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%); }

figure.effect-jazz img {
  opacity: 0.9; }

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-jazz figcaption::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

figure.effect-jazz h2,
figure.effect-jazz p {
  opacity: 1;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1); }

figure.effect-jazz h2 {
  padding-top: 26%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s; }

figure.effect-jazz p {
  padding: 0.5em 2em;
  text-transform: none;
  font-size: 0.85em;
  opacity: 0; }

figure.effect-jazz:hover img {
  opacity: 0.7;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1); }

figure.effect-jazz:hover figcaption::after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1); }

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/*---------------*/
/***** Ming *****/
/*---------------*/
figure.effect-ming {
  background: #030c17; }

figure.effect-ming img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-ming figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1); }

figure.effect-ming h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s; }

figure.effect-ming p {
  /*	padding: 1em;*/
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5); }

figure.effect-ming:hover h2 {
  -webkit-transform: scale(0.9);
  transform: scale(0.9); }

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

figure.effect-ming:hover figcaption {
  background-color: rgba(58, 52, 42, 0); }

figure.effect-ming:hover img {
  opacity: 0.4; }

/*---------------*/
/***** Lexi *****/
/*---------------*/
figure.effect-lexi {
  background: -webkit-linear-gradient(-45deg, #000 0%, #fff 100%);
  background: linear-gradient(-45deg, #000 0%, #fff 100%); }

figure.effect-lexi img {
  margin: -10px 0 0 -10px;
  max-width: none;
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  opacity: 0.9;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-lexi figcaption::before {
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 300px;
  height: 300px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
  content: '';
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

figure.effect-lexi:hover img {
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-lexi h2 {
  text-align: left;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(5px, 5px, 0);
  transform: translate3d(5px, 5px, 0); }

figure.effect-lexi p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1.5em 1.5em 0;
  width: 140px;
  text-align: right;
  opacity: 0;
  -webkit-transform: translate3d(20px, 20px, 0);
  transform: translate3d(20px, 20px, 0); }

figure.effect-lexi:hover figcaption::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

figure.effect-lexi:hover h2,
figure.effect-lexi:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Duke *****/
/*---------------*/
figure.effect-duke {
  background: -webkit-linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
  background: linear-gradient(-45deg, #34495e 0%, #cc6055 100%); }

figure.effect-duke img,
figure.effect-duke p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-duke:hover img {
  opacity: 0.1;
  -webkit-transform: scale3d(2, 2, 1);
  transform: scale3d(2, 2, 1); }

figure.effect-duke h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

figure.effect-duke p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 20px;
  padding: 30px;
  border: 2px solid #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% -100%;
  transform-origin: 50% -100%; }

figure.effect-duke:hover h2,
figure.effect-duke:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* Media queries */
@media screen and (max-width: 50em) {
  .content {
    padding: 0 10px;
    text-align: center; }

  .grid figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%; } }
/********************BASE**********************/
body {
  background: #fff;
  color: #3e3a39;
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", YuGothic, "游ゴシック", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.8em;
  font-size: 14px;
  font-size: 0.875rem;
  word-break: break-word; }

a {
  text-decoration: none;
  opacity: 1;
  color: #00a89c; }
  a:hover {
    opacity: 0.5;
    transition: opacity .2s ease 0; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
  margin: 0; }

section {
  padding: 30px 0; }
  section.x2-section {
    padding: 60px 0; }

p {
  margin: 20px 0 0; }

rt {
  color: #00a89c;
  font-size: 11px;
  font-size: 0.6875rem; }

ol.normal-ol {
  margin: 0;
  padding: 0; }
  ol.normal-ol li {
    margin-left: 1.5em;
    margin-top: 20px; }
    @media (max-width: 568px) {
      ol.normal-ol li {
        margin-top: 10px; } }

/***********************LAYOUT************************/
header {
  padding: 20px 0 0;
  border-bottom: 1px dotted #ccc;
  position: relative;
  background: #fff;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2)); }
  header .logo-wrap {
    display: inline-block;
    margin: 18px 0 0 -30px; }
    header .logo-wrap .logo {
      display: block;
      width: auto;
      height: 36px; }
  header a.logo-wrap {
    padding-bottom: 15px;
    transition: transform .15s linear; }
    header a.logo-wrap:hover {
      transform: translateY(-5px);
      transition: transform .2s linear;
      opacity: 1; }
  header .top-h1 {
    display: inline-block;
    margin: 0; }
  header .grand-nav {
    float: right; }
    header .grand-nav .grand-nav__unit {
      display: inline-block;
      padding: 20px 15px 30px;
      vertical-align: top;
      transition: transform .15s linear;
      position: relative; }
      header .grand-nav .grand-nav__unit > img {
        height: 35px; }
      header .grand-nav .grand-nav__unit .nav-active {
        display: none; }
      header .grand-nav .grand-nav__unit:hover {
        opacity: 1;
        transform: translateY(-10px);
        transition: transform .2s linear; }
        header .grand-nav .grand-nav__unit:hover .nav-normal {
          display: none; }
        header .grand-nav .grand-nav__unit:hover .nav-active {
          display: block; }
      header .grand-nav .grand-nav__unit.js-drawer-wrap:hover {
        transform: translateY(-20px); }
    header .grand-nav .sub-nav {
      position: absolute;
      top: 60px;
      left: 0;
      display: none; }
      header .grand-nav .sub-nav .sub-nav__unit {
        display: block;
        border: 1px dotted #ccc;
        background-color: #fff;
        padding: 6px 20px;
        margin-top: 5px; }
        header .grand-nav .sub-nav .sub-nav__unit img {
          height: 10px;
          display: block; }
        header .grand-nav .sub-nav .sub-nav__unit .nav-profile-active, header .grand-nav .sub-nav .sub-nav__unit .nav-history-active {
          display: none; }
        header .grand-nav .sub-nav .sub-nav__unit:hover {
          opacity: 1; }
          header .grand-nav .sub-nav .sub-nav__unit:hover .nav-profile, header .grand-nav .sub-nav .sub-nav__unit:hover .nav-history {
            display: none; }
          header .grand-nav .sub-nav .sub-nav__unit:hover .nav-profile-active, header .grand-nav .sub-nav .sub-nav__unit:hover .nav-history-active {
            display: block; }
  header .sns-nav {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 140px; }

body.index header {
  border: none; }

.sns-nav .sns-nav__unit {
  display: inline-block;
  margin-left: 10px; }
  .sns-nav .sns-nav__unit img {
    height: 26px; }

body.works-detail #main {
  padding-top: 30px; }

footer {
  padding: 20px 0;
  border-top: 1px dotted #ccc;
  margin-top: 30px; }
  footer .company-nav {
    float: left; }
    footer .company-nav .company-nav__unit {
      color: #9E9E9E;
      font-size: 12px;
      font-size: 0.75rem; }
  footer .copyright {
    color: #9E9E9E;
    font-size: 10px;
    font-size: 0.625rem;
    float: right; }

body.index footer {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.7));
  border: none;
  z-index: 10; }
  body.index footer .company-nav .company-nav__unit {
    color: #535252; }
  body.index footer .copyright {
    color: #535252; }

body.news .grand-nav .grand-nav__unit .nav-news {
  display: none; }
body.news .grand-nav .grand-nav__unit .nav-news-active {
  display: block;
  opacity: 1; }

body.concept .grand-nav .grand-nav__unit .nav-concept {
  display: none; }
body.concept .grand-nav .grand-nav__unit .nav-concept-active {
  display: block;
  opacity: 1; }

body.works .grand-nav .grand-nav__unit .nav-works {
  display: none; }
body.works .grand-nav .grand-nav__unit .nav-works-active {
  display: block;
  opacity: 1; }

body.about .grand-nav .grand-nav__unit .nav-about {
  display: none; }
body.about .grand-nav .grand-nav__unit .nav-about-active {
  display: block;
  opacity: 1; }

body.contact .grand-nav .grand-nav__unit .nav-contact {
  display: none; }
body.contact .grand-nav .grand-nav__unit .nav-contact-active {
  display: block;
  opacity: 1; }

.contact-form .error {
  color: #ff0000;
  font-size: 12px; }

.tel {
  width: 400px; }

/********************MODULE************************/
.intro-text {
  padding: 60px 0 0; }

.bordered-section {
  border-top: 1px dotted #ccc; }

.ghost-btn--micro {
  border: 1px solid #000;
  display: inline-block;
  color: #3e3a39;
  font-size: 12px;
  padding: 0 1em; }
  .ghost-btn--micro:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 9px;
    background: url("/images/arw.png") center center no-repeat;
    background-size: contain; }
  @media (min-width: 568px) {
    .ghost-btn--micro:hover {
      color: #00a89c;
      border-color: #00a89c;
      background: #00a89c;
      color: #fff;
      opacity: 1;
      transition: color .2s linear, border-color .2s linear, background-color .2s linear; } }

.img-flow {
  width: 500px;
  max-width: 100%;
  margin: 10px 0 -20px;
  display: block; }

@media (min-width: 568px) {
  .link-arwed-wrap {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8; } }

table th, table td {
  vertical-align: top;
  padding: 3px 0; }
table td.date {
  min-width: 80px; }

table.tbl-business {
  display: inline-block; }
  table.tbl-business td {
    vertical-align: top;
    line-height: 1em; }
    table.tbl-business td input[type="radio"] {
      vertical-align: top; }

.wave {
  background: url("/images/wave.png") center bottom no-repeat;
  padding-bottom: 5px; }

/***** z-index *****/
header {
  z-index: 10; }
  header .sub-nav {
    z-index: 20; }

/***** buttons *****/
.ghost-btn {
  display: inline-block;
  color: #3e3a39;
  padding: 0.5em 3em;
  border: 1px solid #ccc;
  transition: color .2s linear, border-color .2s linear, background-color .2s linear; }
  .ghost-btn:hover, .ghost-btn.current {
    color: #00a89c;
    border-color: #00a89c;
    background: #00a89c;
    color: #fff;
    opacity: 1;
    transition: color .2s linear, border-color .2s linear, background-color .2s linear; }

.normal-btn {
  display: inline-block;
  color: #fff;
  padding: 0.5em 3em;
  border: 1px solid #b2b2b2;
  background: #b2b2b2;
  transition: border-color .2s linear, background-color .2s linear; }
  .normal-btn:hover {
    opacity: 1;
    border-color: #00a89c;
    background-color: #00a89c;
    transition: border-color .2s linear, background-color .2s linear; }

/***** form *****/
.form-description {
  margin-bottom: 10px; }

.form-unit {
  border: 1px dotted #ccc;
  background: #f9f9f9;
  color: #9E9E9E;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  line-height: 1.8em; }

input[type="text"] {
  -webkit-appearance: none; }

input[type="radio"] {
  margin: 0 5px; }

label {
  margin-right: 10px; }

textarea {
  height: 200px;
  -webkit-appearance: none; }

/***** lists *****/
ul.three-thumbs-list {
  margin: 0 -10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  ul.three-thumbs-list > a {
    display: block;
    width: 33.33333%; }
  ul.three-thumbs-list .unit {
    display: block;
    color: #3e3a39; }
    ul.three-thumbs-list .unit .grid {
      padding: 0; }
      ul.three-thumbs-list .unit .grid figure {
        width: 100%;
        margin: 0; }
        ul.three-thumbs-list .unit .grid figure img {
          min-height: 1px; }
    ul.three-thumbs-list .unit .overlay, ul.three-thumbs-list .unit .link-text-wrap {
      display: none; }
    ul.three-thumbs-list .unit:hover {
      opacity: 1;
      color: #00a89c; }
      ul.three-thumbs-list .unit:hover .overlay, ul.three-thumbs-list .unit:hover .link-text-wrap {
        display: block;
        -webkit-animation-name: loading-anime;
        -moz-animation-name: loading-anime;
        -ms-animation-name: loading-anime;
        -o-animation-name: loading-anime;
        animation-name: loading-anime;
        -webkit-animation-duration: 0.2s;
        -moz-animation-duration: 0.2s;
        -ms-animation-duration: 0.2s;
        -o-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 0;
        -moz-animation-delay: 0;
        -ms-animation-delay: 0;
        -o-animation-delay: 0;
        animation-delay: 0;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -ms-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-direction: alternate;
        -moz-animation-direction: alternate;
        -ms-animation-direction: alternate;
        -o-animation-direction: alternate;
        animation-direction: alternate; }
  ul.three-thumbs-list li {
    list-style-type: none;
    padding: 30px 18px 20px;
    box-sizing: border-box;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.4em; }
    ul.three-thumbs-list li .thumb {
      position: relative; }
      ul.three-thumbs-list li .thumb > img {
        display: block; }
      ul.three-thumbs-list li .thumb .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0; }
      ul.three-thumbs-list li .thumb .link-text-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block; }
        ul.three-thumbs-list li .thumb .link-text-wrap .tbl-container {
          width: 100%;
          height: 100%;
          display: table; }
          ul.three-thumbs-list li .thumb .link-text-wrap .tbl-container .tbl-cell-container {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            color: #fff; }
            ul.three-thumbs-list li .thumb .link-text-wrap .tbl-container .tbl-cell-container .link-text {
              letter-spacing: 0.1em; }
    ul.three-thumbs-list li .title {
      font-size: 14px;
      font-size: 0.875rem; }
    ul.three-thumbs-list li p {
      color: #666666; }

figure.effect-ming img {
  opacity: 1; }

ul.four-thums-list {
  margin: 0 -5px;
  padding: 0; }
  ul.four-thums-list:after {
    content: ".";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
    clear: both; }
  ul.four-thums-list li {
    list-style-type: none;
    padding: 0 5px;
    float: left;
    width: 25%;
    box-sizing: border-box; }

/***** titles *****/
.main-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4; }
  .main-title.-smaller {
    font-size: 16px;
    font-size: 1rem; }

.sub-title {
  font-size: 16px;
  font-size: 1rem; }

.margined-title {
  margin-top: 20px; }

.bordered-title {
  border-bottom: 2px solid #3e3a39;
  padding-bottom: 5px; }
  .bordered-title > img {
    height: 15px; }

/***** pagination *****/
.page {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 5px; }

.pagination {
  text-align: center; }
  .pagination .paginator {
    display: inline-block;
    border: 1px solid #bebebe;
    padding: 0 8px;
    height: 25px;
    line-height: 25px;
    margin: 0 5px;
    color: #9E9E9E;
    position: relative; }
    .pagination .paginator.current, .pagination .paginator:hover {
      opacity: 1;
      border-color: #00a89c;
      background-color: #00a89c;
      color: #fff;
      transition: background-color .2s linear, color .2s linear, border-color .2s linear; }
    .pagination .paginator.prev.-disabled, .pagination .paginator.next.-disabled {
      opacity: 0;
      pointer-events: none; }
    .pagination .paginator.prev {
      border-left: none;
      padding-left: 5px; }
      .pagination .paginator.prev .arw-prev, .pagination .paginator.prev .arw-prev-active {
        position: absolute;
        left: -10px;
        top: -1px;
        height: 27px; }
      .pagination .paginator.prev .arw-prev-active {
        display: none; }
      .pagination .paginator.prev:hover .arw-prev {
        display: none; }
      .pagination .paginator.prev:hover .arw-prev-active {
        display: inline;
        -webkit-animation-name: loading-anime;
        -moz-animation-name: loading-anime;
        -ms-animation-name: loading-anime;
        -o-animation-name: loading-anime;
        animation-name: loading-anime;
        -webkit-animation-duration: 0.2s;
        -moz-animation-duration: 0.2s;
        -ms-animation-duration: 0.2s;
        -o-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 0;
        -moz-animation-delay: 0;
        -ms-animation-delay: 0;
        -o-animation-delay: 0;
        animation-delay: 0;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -ms-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-direction: alternate;
        -moz-animation-direction: alternate;
        -ms-animation-direction: alternate;
        -o-animation-direction: alternate;
        animation-direction: alternate; }
    .pagination .paginator.next {
      border-right: none;
      padding-right: 5px; }
      .pagination .paginator.next .arw-next, .pagination .paginator.next .arw-next-active {
        position: absolute;
        right: -10px;
        top: -1px;
        height: 27px; }
      .pagination .paginator.next .arw-next-active {
        display: none; }
      .pagination .paginator.next:hover .arw-next {
        display: none; }
      .pagination .paginator.next:hover .arw-next-active {
        display: inline;
        -webkit-animation-name: loading-anime;
        -moz-animation-name: loading-anime;
        -ms-animation-name: loading-anime;
        -o-animation-name: loading-anime;
        animation-name: loading-anime;
        -webkit-animation-duration: 0.2s;
        -moz-animation-duration: 0.2s;
        -ms-animation-duration: 0.2s;
        -o-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 0;
        -moz-animation-delay: 0;
        -ms-animation-delay: 0;
        -o-animation-delay: 0;
        animation-delay: 0;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -ms-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-direction: alternate;
        -moz-animation-direction: alternate;
        -ms-animation-direction: alternate;
        -o-animation-direction: alternate;
        animation-direction: alternate; }

/***** TOP *****/
.top-bb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  box-sizing: border-box; }
  .top-bb .owl-carousel {
    width: 100%;
    height: 100%; }
  .top-bb .owl-stage-outer, .top-bb .owl-stage, .top-bb .owl-item {
    height: 100%; }
  .top-bb .owl-dots {
    display: none !important; }
  .top-bb .owl-item {
    overflow: hidden;
    position: relative; }
    .top-bb .owl-item .bb-pc {
      width: 100%;
      height: 100%;
      display: block; }
      .top-bb .owl-item .bb-pc.bb1 {
        background: url("/images/bb1.jpg") center 50% no-repeat;
        background-size: cover; }
      .top-bb .owl-item .bb-pc.bb2 {
        background: url("/images/bb2.jpg") center 50% no-repeat;
        background-size: cover; }
      .top-bb .owl-item .bb-pc.bb3 {
        background: url("/images/bb3.jpg") center 50% no-repeat;
        background-size: cover; }
      .top-bb .owl-item .bb-pc.bb4 {
        background: url("/images/bb4.jpg") center 50% no-repeat;
        background-size: cover; }
      .top-bb .owl-item .bb-pc.bb-tabisuru-butsudan {
        background: url("/images/works/tabisuru-butsudan-1.jpg") center 65% no-repeat;
        background-size: cover; }
      .top-bb .owl-item .bb-pc.bb-sumida-artisan {
        background: url("/images/works/sumida-artisan-1.jpg?20180618") center 70% no-repeat;
        background-size: cover; }
      .top-bb .owl-item .bb-pc.bb-cafe-sucre {
        background: url("/images/works/cafe-sucre-1.jpg") center 85% no-repeat;
        background-size: cover; }
      .top-bb .owl-item .bb-pc.bb-rattan {
        background: url("/images/works/rattan-and-line-1.jpg") center 80% no-repeat;
        background-size: cover; }
      .top-bb .owl-item .bb-pc.bb-maruyama {
        background: url("/images/works/maruyama-animal-clinic-1.jpg") center 55% no-repeat;
        background-size: cover; }
      .top-bb .owl-item .bb-pc.bb-perch-clock {
        background: url("/images/works/perch-clock-new-1.jpg") center 100% no-repeat;
        background-size: cover; }
      .top-bb .owl-item .bb-pc.bb-perch-clock-mini {
        background: url("/images/bb-perch-clock-mini202307.jpg") 20% center no-repeat;
        background-size: cover; }
      .top-bb .owl-item .bb-pc.bb-vachement {
        background: url("/images/bb-vachement.jpg") center 66%/cover no-repeat; }
      .top-bb .owl-item .bb-pc.bb-recolle {
        background: url("/images/bb-recolle.jpg?202409") center 70%/cover no-repeat; }
      .top-bb .owl-item .bb-pc.bb-turning-lamp {
        background: url("/images/bb-turning-lamp.jpg") center center no-repeat;
        background-size: cover; }
      .top-bb .owl-item .bb-pc.bb-dancing-lamp {
        background: url("/images/bb-dancing-lamp.jpg?202501") center center/cover no-repeat; }
      .top-bb .owl-item .bb-pc.bb-border-lamp {
        background: url("/images/bb-border-lamp.jpg") center center no-repeat;
        background-size: cover; }
      .top-bb .owl-item .bb-pc.bb-dancing-lantern {
        background: url("/images/bb-dancing-lantern.jpg?202512") center center/cover no-repeat; }
      .top-bb .owl-item .bb-pc.bb-perch-clock-limited {
        background: url("/images/bb-perch-clock-limited.jpg") center 75%/cover no-repeat; }
      .top-bb .owl-item .bb-pc.bb-perch-clock-ruri {
        background: url("/images/bb-perch-clock-ruri.jpg?202512") center 55%/cover no-repeat; }
      .top-bb .owl-item .bb-pc.bb-house {
        background: url("/images/bb-house.jpg?202512") center 60%/cover no-repeat; }
      .top-bb .owl-item .bb-pc.bb-dance-hall-lamp {
        background: url("/images/bb-dance-hall-lamp.jpg") center 60%/cover no-repeat; }
      .top-bb .owl-item .bb-pc.bb-dancing-lamp {
        background: url("/images/bb-dancing-lamp2025.jpg") center 85%/cover no-repeat; }
      .top-bb .owl-item .bb-pc.bb-dancing-lamp-mini {
        background: url("/images/bb-dancing-lamp-mini.jpg") center center/cover no-repeat; }
      .top-bb .owl-item .bb-pc:hover {
        opacity: 1; }

/***** works *****/
.works-tab-nav-section {
  padding: 60px 0 0; }
  @media (max-width: 568px) {
    .works-tab-nav-section {
      padding: 30px 0 0; } }

.works-tab-nav {
  display: flex; }
  @media (min-width: 569px) {
    .works-tab-nav {
      justify-content: space-between; } }
  @media (max-width: 568px) {
    .works-tab-nav {
      flex-wrap: wrap;
      justify-content: center;
      margin: 35px -5px 0; } }
  @media (max-width: 568px) {
    .works-tab-nav-item {
      box-sizing: border-box;
      padding: 5px;
      text-align: center;
      font-size: 12px;
      font-size: 0.75rem; } }
  .works-tab-nav-item a {
    display: block;
    color: #3e3a39;
    font-weight: bold; }
    .works-tab-nav-item a.current {
      color: #00a89c; }

.works-detail-movie {
  display: block; }
  @media (max-width: 568px) {
    .works-detail-movie {
      width: 100%;
      height: calc(56.25vw - 11.25px); } }

.work-article-body {
  max-width: 624px;
  margin: 0 auto; }

/***** article *****/
article {
  padding: 40px 0;
  border-bottom: 1px dotted #ccc; }
  article .article-title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal; }
  article .tags {
    color: #9E9E9E;
    margin-top: 10px;
    font-weight: bold;
    font-size: 12px;
    font-size: 0.75rem; }
  article .article-img {
    max-width: 100%;
    margin-bottom: 20px;
    display: block; }

.article-mov {
  width: 100%;
  height: 438.75px;
  display: block;
  margin-bottom: 20px; }
  @media (max-width: 567px) {
    .article-mov {
      height: 50.625vw; } }

.news-item {
  display: block;
  color: #000;
  padding: 40px 0;
  border-bottom: 1px dotted #ccc;
  position: relative; }
  .news-item .news-title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal; }
  .news-item .tags {
    color: #9E9E9E;
    margin-top: 10px;
    font-weight: bold;
    font-size: 12px;
    font-size: 0.75rem; }
  .news-item .news-img {
    max-width: 100%;
    margin-bottom: 20px;
    display: block; }
    @media (max-width: 567px) {
      .news-item .news-img {
        margin-bottom: 10px; } }
  .news-item .read-more {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9e9e9e;
    font-size: 12px;
    padding: 8px 27px 8px 10px;
    line-height: 1;
    transition: all .2s linear;
    border: 1px solid #bebebe; }
    @media (min-width: 569px) {
      .news-item .read-more {
        position: absolute;
        top: 60px;
        right: 0; } }
    @media (max-width: 568px) {
      .news-item .read-more {
        position: relative;
        padding: .8em;
        color: #000; } }
    .news-item .read-more:before, .news-item .read-more:after {
      position: absolute;
      top: 50%;
      right: 10px;
      content: "";
      display: block;
      box-sizing: border-box;
      transition: all .2s linear; }
    .news-item .read-more:before {
      width: 12px;
      height: 12px;
      background: #b2b2b2;
      border-radius: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .news-item .read-more:after {
      width: 4px;
      height: 4px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      margin: -2px 4.5px 0 0px; }

a.news-item:hover {
  opacity: 1; }
  @media (min-width: 568px) {
    a.news-item:hover .read-more {
      color: #00a89c;
      border-color: #00a89c;
      background: #00a89c;
      color: #fff;
      opacity: 1;
      transition: all .2s linear; }
      a.news-item:hover .read-more:before {
        background: #fff;
        transition: all .2s linear; }
      a.news-item:hover .read-more:after {
        border-color: #00a89c; } }

/***** about *****/
.portrait-kikuchi {
  width: 220px;
  margin-left: 40px; }

/***** others *****/
body.concept h1.main-title, body.profile h1.main-title, body.faq h1.main-title {
  margin-bottom: 40px; }

body.history .main-title {
  margin-bottom: 20px; }

body.contact .main-title {
  margin-bottom: 40px; }

.title-philosophy {
  height: 20px; }

/********************STATE************************/
.align-center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  display: block; }

.align-right {
  text-align: right; }

.font-s {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5em; }

.font-m {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em; }

.font-l {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.5em; }

.font-ll {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.5em; }

.font-gray {
  color: #9E9E9E; }

.font-darkgray02 {
  color: #595757; }

.display-none {
  display: none; }

.mincho {
  font-family: "Hervetica Neue","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho","Ubuntu",serif !important; }

.no-margin {
  margin: 0; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.show-on-mobile {
  display: none !important; }

.subsection {
  padding-top: 20px; }

.subsection--half {
  padding-top: 10px; }

.underlined--accent-color {
  border-bottom: 2px solid #00a89c; }

.w100 {
  width: 100%; }

ul.reset {
  margin: 0;
  padding: 0;
  list-style-type: none; }

@media screen and (max-width: 567px) {
  p {
    margin: 10px 0 0; }

  section.x2-section {
    padding: 30px 0; }

  /***********************LAYOUT mobile************************/
  header {
    padding: 10px 0 0; }
    header .logo-wrap {
      display: block;
      width: 195px;
      margin: 0 auto; }
      header .logo-wrap .logo {
        height: 30px;
        margin: 0 auto; }
    header .logo-wrap {
      padding-bottom: 10px; }
    header a.logo-wrap {
      padding-bottom: 10px; }
      header a.logo-wrap:hover {
        transform: translateY(0); }
    header .top-h1 {
      display: block; }
    header .icon-home {
      position: absolute;
      top: 7px;
      left: 20px; }
      header .icon-home img {
        width: 16px; }
    header .m-menu {
      position: absolute;
      top: 2px;
      right: 20px;
      padding-left: 20px; }
      header .m-menu > img {
        width: 27px; }
    header .grand-nav {
      float: none;
      border-top: 2px solid #3e3a39;
      overflow: hidden;
      display: none; }
      header .grand-nav .grand-nav__unit {
        display: block;
        padding: 15px 0;
        border-bottom: 1px dotted #ccc; }
        header .grand-nav .grand-nav__unit > img {
          height: 12px;
          display: block;
          margin: 0 auto; }
        header .grand-nav .grand-nav__unit:hover {
          transform: translateY(0); }
        header .grand-nav .grand-nav__unit.js-drawer-wrap {
          padding-bottom: 0; }
          header .grand-nav .grand-nav__unit.js-drawer-wrap > .nav-m {
            margin-bottom: 15px; }
        header .grand-nav .grand-nav__unit.js-drawer-wrap:after {
          content: "";
          display: block;
          background: url("/images/arw-circled-down.png") 0 0 no-repeat;
          width: 14px;
          height: 14px;
          position: absolute;
          top: 15px;
          right: 15px;
          background-size: 14px 14px; }
        header .grand-nav .grand-nav__unit.js-drawer-wrap:hover {
          transform: translateY(0); }
        header .grand-nav .grand-nav__unit:last-child {
          border-bottom: none; }
      header .grand-nav .sub-nav {
        position: static;
        display: none; }
        header .grand-nav .sub-nav .sub-nav__unit {
          display: block;
          border-top: 1px dotted #ccc;
          border-left: none;
          border-bottom: none;
          border-right: none;
          background-color: #f4f6f3;
          padding: 15px 0;
          margin-top: 0; }
          header .grand-nav .sub-nav .sub-nav__unit img {
            height: 12px;
            display: block;
            margin: 0 auto; }

  .bottom-nav {
    margin-bottom: -1px;
    overflow: hidden; }
    .bottom-nav .bottom-nav__unit {
      display: block;
      padding: 17px 0;
      border-bottom: 1px dotted #ccc;
      position: relative; }
      .bottom-nav .bottom-nav__unit:after {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        background: url("/images/arw-circled-right.png") 0 0 no-repeat;
        background-size: 12px 12px;
        position: absolute;
        top: 17px;
        right: 15px; }
      .bottom-nav .bottom-nav__unit .nav-m {
        height: 12px;
        display: block;
        margin: 0 auto; }
      .bottom-nav .bottom-nav__unit.js-drawer-wrap {
        padding-bottom: 0; }
        .bottom-nav .bottom-nav__unit.js-drawer-wrap:after {
          background: url("/images/arw-circled-down.png") 0 0 no-repeat;
          background-size: 12px 12px; }
        .bottom-nav .bottom-nav__unit.js-drawer-wrap > .nav-m {
          margin-bottom: 15px; }
      .bottom-nav .bottom-nav__unit .sub-nav {
        display: none; }
        .bottom-nav .bottom-nav__unit .sub-nav .sub-nav__unit {
          display: block;
          background: #f4f6f3;
          padding: 15px 0;
          border-top: 1px dotted #ccc;
          position: relative; }
          .bottom-nav .bottom-nav__unit .sub-nav .sub-nav__unit:after {
            content: "";
            display: block;
            width: 12px;
            height: 12px;
            background: url("/images/arw-circled-right.png") 0 0 no-repeat;
            background-size: 12px 12px;
            position: absolute;
            top: 15px;
            right: 15px; }

  body.works-detail #main {
    padding-top: 0; }

  footer {
    margin-top: 0;
    background: #f4f6f3;
    border-top: 1px solid #ccc;
    padding: 20px 0; }
    footer .company-nav {
      float: none;
      text-align: center; }
    footer .m-footer-row2 {
      text-align: center;
      padding: 25px 0 20px; }
      footer .m-footer-row2 .sns-nav {
        display: inline-block; }
        footer .m-footer-row2 .sns-nav .sns-nav__unit {
          display: inline-block;
          margin: 0 10px; }
          footer .m-footer-row2 .sns-nav .sns-nav__unit img {
            display: block;
            margin-bottom: -2px; }
      footer .m-footer-row2 .totop {
        display: inline-block;
        color: #9E9E9E;
        margin-left: 10px; }
        footer .m-footer-row2 .totop:before {
          content: "";
          display: block;
          width: 10px;
          height: 10px;
          border-right: 1px solid;
          border-top: 1px solid;
          -webkit-transform: rotate(-45deg);
          margin: 0 auto -2px; }
    footer .copyright {
      float: none;
      display: block;
      text-align: center; }
      footer .copyright:before {
        content: ".";
        width: 0;
        height: 0;
        display: block;
        clear: both;
        visibility: hidden; }

  body.index footer {
    position: static; }

  /********************MODULE mobile************************/
  .img-flow {
    margin: 0; }

  .intro-text {
    padding: 30px 0 0; }

  .kikuchi-name {
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: -20px; }

  .link-arwed {
    border-bottom: 1px dotted #ccc;
    padding: 15px 0;
    color: #3e3a39;
    position: relative;
    display: block; }
    .link-arwed span {
      display: block;
      text-align: center;
      line-height: 1em;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: bold; }
    .link-arwed:after {
      content: "";
      display: block;
      position: absolute;
      width: 14px;
      height: 14px;
      top: 15px;
      right: 15px;
      background: url("/images/arw-circled-right.png") 0 0 no-repeat;
      background-size: 14px 14px; }

  .portrait-kikuchi {
    display: block;
    margin: 0 auto 30px; }

  .title-recent-works {
    display: block;
    margin: -15px 0 5px; }

  body.contact .link-arwed-wrap {
    margin-bottom: -30px;
    margin-top: 30px; }
    body.contact .link-arwed-wrap .link-arwed {
      border-top: 1px dotted #ccc;
      border-bottom: none; }

  /***** form mobile *****/
  .form-description {
    margin-bottom: 30px; }

  .form-section .grid_4 {
    padding: 0; }
  .form-section p.form-unit {
    padding: 10px 5px; }
  .form-section .normal-btn {
    width: 100%; }

  /***** lists mobile *****/
  ul.three-thumbs-list {
    margin: 0; }
    ul.three-thumbs-list > a {
      width: 100%; }
    ul.three-thumbs-list .unit .overlay, ul.three-thumbs-list .unit .link-text-wrap {
      display: none; }
    ul.three-thumbs-list .unit:hover .overlay, ul.three-thumbs-list .unit:hover .link-text-wrap, ul.three-thumbs-list .unit:hover figcaption {
      display: none; }
    ul.three-thumbs-list li {
      width: 100%;
      padding: 35px 0 25px;
      float: none;
      border-bottom: 1px dotted #ccc;
      font-size: 14px;
      font-size: 0.875rem; }
      ul.three-thumbs-list li .grid {
        padding: 0; }
        ul.three-thumbs-list li .grid figure img {
          min-height: inherit; }
      ul.three-thumbs-list li .title {
        font-weight: bold;
        margin-top: 20px;
        font-size: 16px;
        font-size: 1rem; }

  ul.four-thums-list {
    margin: 0 -5px;
    padding: 0; }
    ul.four-thums-list li {
      width: 50%; }

  /***** pagination mobile *****/
  .page {
    float: right;
    margin-top: 5px; }

  .pagination {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
    margin-top: -15px;
    font-weight: bold;
    line-height: 1em;
    font-size: 14px;
    font-size: 0.875rem; }
    .pagination .paginator {
      border: none;
      height: auto;
      line-height: 1em;
      padding: 0;
      margin: 0;
      color: #3e3a39;
      display: none; }
      .pagination .paginator.current, .pagination .paginator.last, .pagination .paginator.prev, .pagination .paginator.next {
        display: inline-block; }
      .pagination .paginator.current, .pagination .paginator:hover {
        background-color: transparent;
        color: #3e3a39; }
      .pagination .paginator.last:before {
        content: "/";
        display: block;
        width: 15px;
        height: 100%;
        float: left; }
      .pagination .paginator.prev {
        float: left;
        position: relative;
        padding-left: 19px; }
        .pagination .paginator.prev:before {
          background: url("/images/arw-circled-down.png") 0 0 no-repeat;
          background-size: 14px 14px;
          content: "";
          width: 14px;
          height: 14px;
          display: block;
          -webkit-transform: rotate(90deg);
          position: absolute;
          top: 0;
          left: 0; }
      .pagination .paginator.next {
        float: right;
        position: relative;
        padding-right: 19px; }
        .pagination .paginator.next:before {
          background: url("/images/arw-circled-down.png") 0 0 no-repeat;
          background-size: 14px 14px;
          content: "";
          width: 14px;
          height: 14px;
          display: block;
          -webkit-transform: rotate(-90deg);
          position: absolute;
          top: 0;
          right: 0; }

  /***** titles mobile *****/
  .margined-title {
    margin-top: 10px; }

  /***** top mobile *****/
  .top-news a {
    color: #3e3a39; }
  .top-news .article-img {
    margin-bottom: 0; }

  .top-works .bordered-title {
    margin-bottom: -5px; }
  .top-works a {
    color: #3e3a39; }
  .top-works article {
    padding: 35px 0 25px; }
    .top-works article .sub-title {
      margin-top: 20px; }

  .top-bb {
    position: static;
    height: auto;
    padding-top: 0;
    padding-bottom: 0; }
    .top-bb .owl-carousel {
      height: auto; }
    .top-bb .owl-stage-outer, .top-bb .owl-stage, .top-bb .owl-item {
      height: auto; }

  .top-bb-m-item {
    display: block;
    width: 100vw;
    height: 88.8vw;
    overflow: hidden; }
    .top-bb-m-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

  /***** article mobile *****/
  article {
    padding: 30px 0; }
    article .article-title {
      font-weight: bold; }

  /***** works mobile *****/
  body.works h1.bordered-title {
    margin-bottom: -5px; }

  body.works-detail h1.main-title {
    margin-top: -25px;
    margin-bottom: -20px; }
  body.works-detail p {
    margin: 25px 0 0; }

  /***** concept mobile *****/
  body.concept h1.main-title {
    margin-bottom: 25px; }

  ol.normal-ol.concept__normal-ol {
    margin-bottom: 20px; }
    ol.normal-ol.concept__normal-ol li {
      margin-top: 20px; }

  /***** about mobile *****/
  body.profile .main-title {
    margin-bottom: 25px; }
  body.profile h1.main-title {
    margin-bottom: 25px; }

  /***** history *****/
  body.history table th, body.history table td {
    padding: 5px 0; }

  /***** contact mobile *****/
  body.contact h1.main-title {
    margin-bottom: 25px; }
  body.contact .main-title {
    margin-bottom: 25px; }

  .form-section .main-title {
    margin-bottom: 25px; }

  .tel {
    max-width: 90%;
    display: block;
    margin: 20px auto; }

  /***** faq mobile *****/
  body.faq h1.main-title {
    margin-bottom: 25px; }

  /***** history *****/
  body.history .main-title {
    margin-bottom: 0px; }

  /********************STATE mobile************************/
  .center-on-mobile {
    display: block;
    text-align: center; }

  .hide-on-mobile {
    display: none !important; }

  .show-on-mobile {
    display: block !important; } }
/******************** BLOG ADMIN ************************/
header.css-8zenuf-AppHeader-css {
  padding: 0;
  border: none; }

/******************** BLOG LAYOUT ************************/
body.surumedia {
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", YuGothic, "游ゴシック", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif; }

body.noscroll {
  overflow: hidden !important;
  touch-action: none; }

.menu {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 120;
  width: 32px;
  height: 32px;
  -webkit-transition: ease .5s;
  transition: ease .5s;
  cursor: pointer;
  color: #1a1918;
  border: 1px solid;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box; }
  @media (min-width: 569px) {
    .menu {
      display: none !important; } }
  .menu .txt {
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -6px) scale(0.6);
    font-size: 10px;
    font-family: "Lora", "Helvetica Neue", Arial, serif; }
  .menu .bar {
    background: #1a1918;
    width: 14px;
    height: 2px;
    position: absolute;
    left: 50%;
    border-radius: 1px;
    transform: translate(-50%, 50%);
    transition: ease .5s; }
    .menu .bar:nth-child(1) {
      top: 27%; }
    .menu .bar:nth-child(2) {
      top: 42%; }
  .menu.active .bar {
    top: 39%; }
  .menu.active .bar:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg); }
  .menu.active .bar:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg); }

.menu-container {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  box-sizing: border-box;
  padding: 80px 30px 30px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px); }
  .menu-container .menu-nav {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    .menu-container .menu-nav .nav-item {
      font-size: 16px;
      font-weight: bold;
      color: #1a1918; }
      .menu-container .menu-nav .nav-item a {
        color: #1a1918; }
      .menu-container .menu-nav .nav-item:not(:last-child):after {
        content: "";
        display: block;
        width: 1em;
        height: 1px;
        margin: 24px 0 0;
        background: #e8343a; }
  .menu-container .menu-logo-box {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 40px; }
  .menu-container .menu-logo {
    height: 55px;
    display: block;
    margin: 0 auto; }

.surumedia-header {
  padding: 0 60px;
  background: transparent;
  border: none;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100; }
  @media (max-width: 568px) {
    .surumedia-header {
      padding: 0 15px; } }
  .surumedia-header .header-logo {
    height: 60px;
    display: block; }
    @media (max-width: 568px) {
      .surumedia-header .header-logo {
        height: 40px; } }
  .surumedia-header .header-nav {
    display: flex;
    align-items: center;
    margin-top: -5px; }
    @media (max-width: 568px) {
      .surumedia-header .header-nav {
        display: none; } }
    .surumedia-header .header-nav .nav-item {
      color: #1a1918;
      font-size: 14px;
      font-weight: bold; }
      .surumedia-header .header-nav .nav-item:not(:last-child):after {
        content: "/";
        display: inline-block;
        margin: 0 .8em;
        color: #e8343a;
        font-weight: normal; }
      .surumedia-header .header-nav .nav-item a {
        color: #1a1918;
        transition: all .15s ease; }
        .surumedia-header .header-nav .nav-item a:hover {
          color: #387b9b;
          transition: all .15s ease;
          opacity: 1; }

.surumedia-header-container {
  padding: 10px 0 0;
  display: flex;
  align-items: center;
  gap: 30px;
  box-sizing: border-box;
  justify-content: space-between;
  position: relative; }
  @media (max-width: 568px) {
    .surumedia-header-container {
      gap: 10px; } }

body.surumedia-index .surumedia-header, body.surumedia-index .menu {
  display: none; }

.surumedia-footer {
  background: #f0ece7;
  border: none;
  margin: 0;
  padding: 30px 0; }
  .surumedia-footer .footer-cell01 {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 70%; }
    @media (max-width: 568px) {
      .surumedia-footer .footer-cell01 {
        width: 100%;
        gap: 30px; } }
  .surumedia-footer .footer-cell02 {
    width: 30%; }
    @media (max-width: 568px) {
      .surumedia-footer .footer-cell02 {
        width: 100%;
        max-width: 280px; } }
  .surumedia-footer .footer-logo {
    height: 45px; }
    @media (max-width: 568px) {
      .surumedia-footer .footer-logo {
        display: block;
        margin: 0 auto; } }
  .surumedia-footer .footer-nav {
    display: flex;
    align-items: center; }
    @media (max-width: 568px) {
      .surumedia-footer .footer-nav {
        flex-wrap: wrap;
        gap: 10px 20px;
        border-top: 1px solid rgba(26, 25, 24, 0.1);
        border-bottom: 1px solid rgba(26, 25, 24, 0.1);
        padding: 15px; } }
    .surumedia-footer .footer-nav .nav-item {
      color: #1a1918;
      font-size: 12px;
      font-weight: bold;
      line-height: 1.4; }
      .surumedia-footer .footer-nav .nav-item:not(:last-child):after {
        content: "/";
        display: inline-block;
        margin: 0 .8em;
        color: #e8343a;
        font-weight: normal; }
        @media (max-width: 568px) {
          .surumedia-footer .footer-nav .nav-item:not(:last-child):after {
            display: none; } }
      .surumedia-footer .footer-nav .nav-item a {
        color: #1a1918;
        transition: all .15s ease; }
        .surumedia-footer .footer-nav .nav-item a:hover {
          color: #387b9b;
          transition: all .15s ease;
          opacity: 1; }
  .surumedia-footer .footer-brand-logo-box {
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
    padding: 10px;
    color: #1a1918;
    font-weight: bold;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    gap: 8px;
    box-sizing: border-box; }
    @media (max-width: 568px) {
      .surumedia-footer .footer-brand-logo-box {
        font-size: 10px;
        height: 60px; } }
  .surumedia-footer .footer-brand-logo {
    height: 30px; }
    @media (max-width: 568px) {
      .surumedia-footer .footer-brand-logo {
        height: 24px; } }

.surumedia-footer-container {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 60px;
  margin: 0 auto;
  box-sizing: border-box; }
  @media (max-width: 568px) {
    .surumedia-footer-container {
      padding: 0 30px;
      flex-direction: column;
      align-items: center;
      gap: 30px; } }

/******************** BLOG INDEX ************************/
.fv-logo {
  height: 120px;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: block;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1; }
  @media (max-width: 568px) {
    .fv-logo {
      height: auto;
      width: 80vw;
      max-width: 450px; } }

.fv-logo.is-fade {
  opacity: 0;
  pointer-events: none; }

.blog-index-fv {
  background: linear-gradient(to bottom, #fff 90%, #f0ece7); }

.blog-index-hero-wrap {
  padding: 10px;
  height: calc(100dvh - 20px);
  max-height: 800px; }
  @media (max-width: 568px) {
    .blog-index-hero-wrap {
      height: calc(100dvh - 20px - env(safe-area-inset-bottom, 0px));
      height: calc(100dvh - 20px - constant(safe-area-inset-bottom, 0px)); } }

.blog-index-hero {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  margin: 0 auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 10px 30px rgba(0, 0, 0, 0.1); }
  .blog-index-hero:hover {
    opacity: 1; }
  .blog-index-hero__image {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover; }
    @media (max-width: 568px) {
      .blog-index-hero__image {
        height: 100%; } }
  .blog-index-hero__text-box {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #fff;
    z-index: 5;
    width: 40%;
    height: 100%;
    max-width: 600px;
    padding: 30px 30px 60px 90px;
    box-sizing: border-box;
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2));
    display: flex;
    justify-content: flex-end;
    flex-direction: column; }
    @media (max-width: 568px) {
      .blog-index-hero__text-box {
        width: 100%;
        height: auto;
        padding: 30px;
        background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.2)); } }
    .blog-index-hero__text-box::after {
      content: "";
      position: absolute;
      right: 30px;
      bottom: 60px;
      width: 60px;
      height: 12px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 12'%3E%3Cline x1='0' y1='6' x2='50' y2='6' stroke='rgba(255,255,255,0.9)' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M50 6 Q48 6.5 45 1 M50 6 Q48 5.5 45 11' stroke='rgba(255,255,255,0.9)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      transition: all 0.3s ease;
      transform: translateY(-50%); }
      @media (max-width: 568px) {
        .blog-index-hero__text-box::after {
          bottom: 30px; } }
    .blog-index-hero__text-box:hover::after {
      transform: translate(5px, -50%);
      opacity: 1; }
    .blog-index-hero__text-box .blog-title {
      font-size: 24px;
      margin: 0 0 20px;
      font-weight: bold;
      letter-spacing: .03em;
      line-height: 1.4; }
    .blog-index-hero__text-box .blog-category {
      font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "MS PMincho", serif;
      font-size: 16px;
      position: relative; }
      @media (max-width: 568px) {
        .blog-index-hero__text-box .blog-category {
          font-size: 12px; } }
  .blog-index-hero a:hover {
    opacity: 1; }

.blog-index-latest {
  background: linear-gradient(to bottom, #f0ece7 20%, #fff);
  padding: 130px 60px 60px;
  display: flex;
  flex-direction: column;
  gap: 60px; }
  @media (max-width: 568px) {
    .blog-index-latest {
      padding: 100px 30px 60px; } }
  .blog-index-latest.of-top {
    padding: 60px;
    background: #f0ece7; }
    @media (max-width: 568px) {
      .blog-index-latest.of-top {
        padding: 60px 10px;
        gap: 30px; } }

.blog-top-index-latest-title {
  font-family: "Lora", "Helvetica Neue", Arial, serif;
  font-size: 42px;
  letter-spacing: 0.33em;
  font-weight: 400;
  margin: 0;
  position: relative;
  font-feature-settings: "palt" 1;
  line-height: 1.2;
  color: #1a1918;
  text-align: center; }
  @media (max-width: 568px) {
    .blog-top-index-latest-title {
      font-size: 30px; } }
  .blog-top-index-latest-title__char {
    display: inline-block;
    opacity: 0;
    transform: translateY(0.4em);
    color: #1a1918; }
  .blog-top-index-latest-title.is-visible .blog-top-index-latest-title__char {
    animation: blog-index-title-char-in 0.5s ease forwards; }

.blog-index-latest-title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-size: 36px;
  letter-spacing: 0.03em;
  text-align: left;
  font-weight: 600;
  margin: 0;
  position: relative;
  font-feature-settings: "palt" 1;
  line-height: 1.2;
  color: #1a1918;
  text-align: center; }
  @media (max-width: 568px) {
    .blog-index-latest-title {
      font-size: 24px; } }
  .blog-index-latest-title__char {
    display: inline-block;
    opacity: 0;
    transform: translateY(0.4em);
    color: #1a1918; }
  .blog-index-latest-title.is-visible .blog-index-latest-title__char {
    animation: blog-index-title-char-in 0.5s ease forwards; }

@keyframes blog-index-title-char-in {
  from {
    opacity: 0;
    transform: translateY(0.4em); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes blog-index-title-bar-in {
  from {
    transform: scaleX(0);
    opacity: 0; }
  to {
    transform: scaleX(1);
    opacity: 1; } }
@keyframes blog-index-category-bar-in {
  from {
    transform: scaleX(0);
    opacity: 0; }
  to {
    transform: scaleX(1);
    opacity: 1; } }
@keyframes blog-index-category-border-in {
  0% {
    stroke-dashoffset: var(--border-path-length, 1000);
    opacity: 0; }
  1% {
    opacity: 1; }
  100% {
    stroke-dashoffset: 0;
    opacity: 1; } }
.blog-thumb-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 568px) {
    .blog-thumb-list {
      grid-template-columns: repeat(2, 1fr);
      gap: 30px 10px; } }
  .surumedia-index .blog-thumb-list {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 20px; }
    @media (max-width: 568px) {
      .surumedia-index .blog-thumb-list {
        grid-template-columns: repeat(2, 1fr); } }
  .blog-thumb-list .list-item {
    display: flex;
    flex-direction: column;
    position: relative; }
    .blog-thumb-list .list-item:hover {
      opacity: 1; }
      .blog-thumb-list .list-item:hover .title {
        border-color: #e8343a;
        transition: all 0.3s ease; }
    .blog-thumb-list .list-item .thumb {
      display: block;
      width: 100%;
      aspect-ratio: 1 / 1;
      overflow: hidden;
      position: relative;
      text-decoration: none; }
      .blog-thumb-list .list-item .thumb:hover {
        opacity: 1; }
        .blog-thumb-list .list-item .thumb:hover img {
          transform: scale(1.1); }
      .blog-thumb-list .list-item .thumb img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease; }
      .blog-thumb-list .list-item .thumb .thumb-category-badge {
        position: absolute;
        top: 0;
        right: 0;
        color: #1a1918;
        font-size: 12px;
        height: 21px;
        font-weight: bold;
        line-height: 1.2;
        letter-spacing: 0.1em;
        padding: 4px 5px 4px 6px;
        border-radius: 0 0 0 2px;
        background: rgba(255, 255, 255, 0.5);
        z-index: 1;
        box-sizing: border-box; }
        @media (max-width: 568px) {
          .blog-thumb-list .list-item .thumb .thumb-category-badge {
            font-size: 10px;
            height: 16px;
            padding: 2px 3px 2px 4px; } }
      .blog-thumb-list .list-item .thumb .thumb-date-badge {
        position: absolute;
        top: 0;
        right: 0;
        color: #1a1918;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.2;
        letter-spacing: 0.1em;
        padding: 5px 6px 4px 2px;
        border-radius: 0 0 2px 0;
        background: rgba(255, 255, 255, 0.5);
        z-index: 1;
        transform: translateY(21px) rotate(90deg) translate(100%, -3%);
        transform-origin: top right;
        white-space: nowrap; }
        @media (max-width: 568px) {
          .blog-thumb-list .list-item .thumb .thumb-date-badge {
            font-size: 10px;
            height: 14px;
            padding: 2px 3px 2px 4px;
            transform: translateY(16px) rotate(90deg) translate(100%, -3%); } }
    .blog-thumb-list .list-item .title {
      font-size: 16px;
      font-weight: bold;
      color: #1a1918;
      line-height: 1.5;
      flex: 1;
      border-left: 1px solid #fff;
      padding: 20px 0 8px 8px;
      margin: -12px 0 0 8px;
      position: relative;
      transition: all 0.3s ease; }
      @media (max-width: 568px) {
        .blog-thumb-list .list-item .title {
          font-size: 12px;
          padding-bottom: 0; } }
    .blog-thumb-list .list-item .info {
      display: flex;
      font-size: 11px;
      color: #666;
      margin-top: auto; }
    .blog-thumb-list .list-item .info-item:not(:last-child):after {
      content: "/";
      margin: 0 .5em; }
  @media (max-width: 568px) {
    .blog-thumb-list.of-vertical-on-mobile {
      display: flex;
      flex-direction: column;
      gap: 12px; } }
  @media (max-width: 568px) {
    .blog-thumb-list.of-vertical-on-mobile .list-item {
      flex-direction: row;
      gap: 12px;
      align-items: center; } }
  @media (max-width: 568px) {
    .blog-thumb-list.of-vertical-on-mobile .list-item .thumb {
      width: 120px;
      aspect-ratio: 3 / 2; } }
  @media (max-width: 568px) {
    .blog-thumb-list.of-vertical-on-mobile .list-item .title {
      font-size: 12px;
      border: none;
      margin: 0;
      padding: 0; } }
  @media (max-width: 568px) {
    .blog-thumb-list.of-vertical-on-mobile .list-item .info {
      font-size: 10px; } }
  .blog-thumb-list.of-vertical-on-mobile .list-item .thumb-category-badge {
    display: none; }
  .blog-thumb-list.of-vertical-on-mobile .list-item .thumb-date-badge {
    right: auto;
    left: 0;
    transform: translateY(0) rotate(90deg) translate(0px, -100%);
    transform-origin: left top; }

.blog-btn-box {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  .blog-btn-box.of-center {
    justify-content: center; }
  .blog-btn-box.of-right {
    justify-content: flex-end; }
  .blog-btn-box .blog-btn {
    font-size: 14px;
    font-weight: bold;
    color: #1a1918;
    padding: 16px 24px;
    min-width: 180px;
    background: #fff;
    border: 1px solid;
    box-shadow: 2px 2px 0 #1a1918;
    border-radius: 3px; }
    @media (max-width: 568px) {
      .blog-btn-box .blog-btn {
        font-size: 12px;
        padding: 10px 16px;
        min-width: 140px; } }
    .blog-btn-box .blog-btn:hover {
      opacity: 1;
      box-shadow: 5px 5px 0 #1a1918; }
    .blog-btn-box .blog-btn .with-arw {
      display: block;
      position: relative; }
      .blog-btn-box .blog-btn .with-arw:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 60px;
        height: 12px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 12'%3E%3Cline x1='0' y1='6' x2='50' y2='6' stroke='%231a1918' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M50 6 Q48 6.5 45 1 M50 6 Q48 5.5 45 11' stroke='%231a1918' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transition: all 0.3s ease;
        transform: translateY(-50%); }
        @media (max-width: 568px) {
          .blog-btn-box .blog-btn .with-arw:after {
            width: 40px;
            height: 8px; } }
      .blog-btn-box .blog-btn .with-arw:hover::after {
        transform: translate(5px, -50%); }

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px; }
  .blog-pagination a:hover {
    opacity: 1; }
  .blog-pagination .paginator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #1a1918;
    text-decoration: none;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #fff;
    border: 1px solid #1a1918;
    box-shadow: 2px 2px 0 #1a1918;
    transition: all 0.2s ease;
    position: relative;
    border-radius: 50%;
    min-width: 40px; }
    .blog-pagination .paginator:hover {
      box-shadow: 4px 4px 0 #1a1918;
      transform: translate(-2px, -2px); }
    .blog-pagination .paginator.current {
      background: #1a1918;
      color: #fff;
      box-shadow: none;
      cursor: default; }
      .blog-pagination .paginator.current:hover {
        box-shadow: 2px 2px 0 #1a1918;
        transform: none; }
    .blog-pagination .paginator.prev, .blog-pagination .paginator.next {
      border-radius: 5px;
      width: auto;
      min-width: auto;
      padding: 0 16px; }
    .blog-pagination .paginator.prev {
      padding-left: 56px; }
      .blog-pagination .paginator.prev::before {
        content: "";
        position: absolute;
        left: 10px;
        top: 50%;
        width: 46px;
        height: 12px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 12'%3E%3Cline x1='10' y1='6' x2='50' y2='6' stroke='%231a1918' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10 6 Q12 6.5 15 1 M10 6 Q12 5.5 15 11' stroke='%231a1918' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transform: translateY(-50%);
        pointer-events: none; }
    .blog-pagination .paginator.next {
      padding-right: 56px; }
      .blog-pagination .paginator.next::after {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        width: 46px;
        height: 12px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 12'%3E%3Cline x1='10' y1='6' x2='50' y2='6' stroke='%231a1918' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M50 6 Q48 6.5 45 1 M50 6 Q48 5.5 45 11' stroke='%231a1918' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transform: translateY(-50%);
        pointer-events: none; }
    .blog-pagination .paginator.-disabled {
      opacity: 0;
      pointer-events: none;
      cursor: not-allowed; }
  .blog-pagination .paginator-dots {
    display: inline-block;
    color: #1a1918;
    font-size: 16px;
    line-height: 40px;
    vertical-align: middle; }
  @media (max-width: 568px) {
    .blog-pagination {
      gap: 4px; }
      .blog-pagination .paginator {
        font-size: 12px;
        width: 36px;
        height: 36px;
        padding: 0;
        min-width: 36px; }
        .blog-pagination .paginator.prev, .blog-pagination .paginator.next {
          width: 36px;
          height: 36px;
          border-radius: 50%;
          padding: 0;
          box-sizing: border-box; }
        .blog-pagination .paginator.prev::before {
          left: 50%;
          transform: translate(-50%, -50%) scale(0.75); }
        .blog-pagination .paginator.next::after {
          right: 50%;
          transform: translate(50%, -50%) scale(0.75); } }

.blog-index-category-latest {
  background: #fff;
  display: flex;
  flex-direction: column; }
  .blog-index-category-latest .category-latest-item {
    position: relative;
    overflow: hidden;
    padding: 120px 0 60px; }
    @media (max-width: 568px) {
      .blog-index-category-latest .category-latest-item {
        padding: 0 0 60px; } }
    .blog-index-category-latest .category-latest-item:not(:last-child) {
      background: linear-gradient(to bottom, transparent 75%, #f0ece7); }
    .blog-index-category-latest .category-latest-item:nth-child(even) .category-latest-large {
      flex-direction: row-reverse; }
      .blog-index-category-latest .category-latest-item:nth-child(even) .category-latest-large .txt-box .category {
        right: -45px;
        left: auto; }
        @media (max-width: 568px) {
          .blog-index-category-latest .category-latest-item:nth-child(even) .category-latest-large .txt-box .category {
            right: 30px;
            left: auto; } }
      .blog-index-category-latest .category-latest-item:nth-child(even) .category-latest-large .img-box::after {
        right: auto;
        left: 0;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, transparent 100%); }
    @media (min-width: 569px) {
      .blog-index-category-latest .category-latest-item:nth-child(odd) .category-latest-large .txt-box .category {
        left: -45px;
        right: auto; } }
    .blog-index-category-latest .category-latest-item .item-container {
      max-width: 1500px;
      margin: 0 auto;
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 60px;
      box-sizing: border-box; }
      @media (max-width: 568px) {
        .blog-index-category-latest .category-latest-item .item-container {
          gap: 30px; } }
  .blog-index-category-latest .category-latest-large {
    display: flex; }
    @media (max-width: 568px) {
      .blog-index-category-latest .category-latest-large {
        display: block;
        position: relative; } }
    .blog-index-category-latest .category-latest-large .img-box {
      flex: 2;
      aspect-ratio: 8 / 5;
      overflow: hidden;
      position: relative;
      display: block;
      z-index: 1; }
      @media (max-width: 568px) {
        .blog-index-category-latest .category-latest-large .img-box {
          aspect-ratio: 1 / 1; } }
      .blog-index-category-latest .category-latest-large .img-box::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 120px;
        height: 100%;
        background: linear-gradient(to left, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
        pointer-events: none;
        z-index: 2; }
        @media (max-width: 568px) {
          .blog-index-category-latest .category-latest-large .img-box::after {
            width: 100%;
            height: 120px;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
            top: auto;
            bottom: 0; } }
      .blog-index-category-latest .category-latest-large .img-box img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease; }
      .blog-index-category-latest .category-latest-large .img-box:hover {
        opacity: 1; }
        .blog-index-category-latest .category-latest-large .img-box:hover img {
          transform: scale(1.05); }
    .blog-index-category-latest .category-latest-large .txt-box {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      position: relative;
      z-index: 1;
      padding: 0 60px 60px;
      box-sizing: border-box; }
      @media (max-width: 568px) {
        .blog-index-category-latest .category-latest-large .txt-box {
          padding: 30px 30px 0; } }
      .blog-index-category-latest .category-latest-large .txt-box .category {
        font-size: 6vw;
        letter-spacing: 0.03em;
        font-feature-settings: "palt" 1;
        position: absolute;
        top: 50%;
        white-space: nowrap;
        font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "MS PMincho", serif;
        font-weight: 600;
        line-height: 1.2;
        color: #1a1918;
        transform: translateY(calc(-100% - 30px)); }
        @media (min-width: 1501px) {
          .blog-index-category-latest .category-latest-large .txt-box .category {
            font-size: 90px; } }
        @media (max-width: 568px) {
          .blog-index-category-latest .category-latest-large .txt-box .category {
            text-align: right;
            font-size: 45px;
            top: auto;
            bottom: calc(100% - 12px);
            transform: none;
            right: 30px;
            left: auto; } }
        .blog-index-category-latest .category-latest-large .txt-box .category .category__char {
          display: inline-block;
          line-height: 1;
          vertical-align: baseline;
          padding: 0 !important; }
        .blog-index-category-latest .category-latest-large .txt-box .category__char {
          display: inline-block;
          opacity: 0;
          transform: translateY(0.4em);
          color: #1a1918;
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-image: linear-gradient(to right, #1a1918 0%, #1a1918 100%); }
        .blog-index-category-latest .category-latest-large .txt-box .category.is-visible .category__char {
          animation: blog-index-title-char-in 0.5s ease forwards; }
      .blog-index-category-latest .category-latest-large .txt-box .title {
        font-size: 24px;
        font-weight: bold;
        color: #1a1918;
        line-height: 1.5;
        margin-bottom: 12px;
        text-decoration: none; }
        @media (max-width: 568px) {
          .blog-index-category-latest .category-latest-large .txt-box .title {
            font-size: 18px;
            margin-bottom: 8px; } }
        .blog-index-category-latest .category-latest-large .txt-box .title:hover {
          opacity: 0.7; }
      .blog-index-category-latest .category-latest-large .txt-box .date {
        font-size: 12px;
        color: #666; }
  .blog-index-category-latest .blog-thumb-list, .blog-index-category-latest .blog-btn-box {
    max-width: 1320px;
    padding: 0 60px;
    box-sizing: border-box; }
    @media (max-width: 568px) {
      .blog-index-category-latest .blog-thumb-list, .blog-index-category-latest .blog-btn-box {
        padding: 0 30px; } }

/******************** BLOG SHOW ************************/
.blog-article-header {
  position: relative;
  overflow: hidden; }
  .blog-article-header:before {
    content: "";
    display: block;
    width: 200%;
    height: 600px;
    background: linear-gradient(to bottom, #f0ece7 80%, rgba(240, 236, 231, 0.3));
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translate(-50%, 0) rotate(-12deg); }
    @media (max-width: 568px) {
      .blog-article-header:before {
        height: 530px; } }

.blog-article-header-container {
  width: 100%;
  max-width: 1500px;
  padding: 135px 60px 30px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box; }
  @media (max-width: 568px) {
    .blog-article-header-container {
      padding: 100px 30px 30px; } }

.blog-article-container {
  max-width: 1200px;
  box-sizing: border-box;
  padding: 60px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 60px;
  position: relative; }
  @media (max-width: 568px) {
    .blog-article-container {
      padding: 30px;
      flex-direction: column; } }

.blog-article-title {
  color: #1a1918;
  font-size: 45px;
  font-weight: bold;
  margin: 0;
  letter-spacing: .05em; }
  @media (max-width: 568px) {
    .blog-article-title {
      font-size: 30px; } }

.blog-article-title-box {
  padding: 0 120px;
  margin: 0 auto 60px; }
  @media (max-width: 568px) {
    .blog-article-title-box {
      padding: 0;
      margin: 0 auto 30px; } }
  .blog-article-title-box .blog-category {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "MS PMincho", serif;
    font-size: 24px;
    letter-spacing: 0.03em;
    font-weight: 600;
    margin: 0;
    position: relative;
    font-feature-settings: "palt" 1;
    line-height: 1.2;
    color: #1a1918;
    display: flex;
    align-items: center; }
    @media (max-width: 568px) {
      .blog-article-title-box .blog-category {
        font-size: 18px; } }
    .blog-article-title-box .blog-category:before {
      content: "";
      display: inline-block;
      width: 90px;
      height: 1px;
      background: #1a1918;
      margin: 0 1em 0 0; }
      @media (max-width: 568px) {
        .blog-article-title-box .blog-category:before {
          width: 60px; } }
  .blog-article-title-box-container {
    width: 80%;
    max-width: 960px;
    display: flex;
    flex-direction: column;
    gap: 30px; }
    @media (max-width: 568px) {
      .blog-article-title-box-container {
        width: 100%;
        gap: 24px; } }

.blog-category--animated__char {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.4em);
  color: #1a1918; }

.blog-category--animated.is-visible .blog-category--animated__char {
  animation: blog-index-title-char-in 0.5s ease forwards; }

.blog-info {
  display: flex;
  align-items: center;
  gap: 32px; }
  @media (max-width: 568px) {
    .blog-info {
      font-size: 12px;
      gap: 24px; } }

.blog-share-buttons {
  display: inline-flex;
  align-items: center;
  gap: 12px; }

.blog-share-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #1a1918;
  border: 1px solid #1a1918;
  background: #fff;
  cursor: pointer;
  font-size: 12px; }

.blog-share-btn:hover {
  background: #e9e6df; }

.blog-article-mainimage {
  height: 90vh;
  max-height: 800px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 568px) {
    .blog-article-mainimage {
      height: calc(100vw - 60px); } }

.blog-article-mainimage img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  object-fit: cover;
  min-height: 100%;
  min-width: 100%; }

.blog-article-main {
  width: 70%;
  padding: 0 60px 0 0;
  box-sizing: border-box; }
  @media (max-width: 568px) {
    .blog-article-main {
      width: 100%;
      padding: 0; } }

.blog-article-sidebar {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  gap: 30px;
  position: sticky;
  top: 70px; }
  @media (max-width: 568px) {
    .blog-article-sidebar {
      width: 100%;
      position: static; } }
  .blog-article-sidebar .sidebar-section-title {
    font-family: "Lora", "Helvetica Neue", Arial, serif;
    letter-spacing: 0.33em;
    font-weight: 400;
    font-feature-settings: "palt" 1;
    line-height: 1.2;
    font-size: 24px;
    text-align: center;
    margin: 0 0 20px; }

.sidebar-tranding-articles .sidebar-section-title {
  margin: 0;
  padding: 26px 0; }

.sidebar-trending-article-list {
  padding: 0;
  margin: 0; }
  .sidebar-trending-article-list .list-item {
    list-style: none;
    padding: 20px 0;
    border-bottom: 1px solid rgba(26, 25, 24, 0.1); }
    .sidebar-trending-article-list .list-item a {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #1a1918; }
      .sidebar-trending-article-list .list-item a:hover {
        opacity: 1; }
    .sidebar-trending-article-list .list-item .thumb-box {
      width: 80px;
      height: 80px;
      aspect-ratio: 1 / 1; }
      .sidebar-trending-article-list .list-item .thumb-box img {
        display: block;
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .sidebar-trending-article-list .list-item .list-item-title {
      font-weight: bold;
      font-size: 14px;
      line-height: 1.5;
      margin: 0 0 8px; }
    .sidebar-trending-article-list .list-item .list-item-category {
      font-size: 11px;
      line-height: 1.2;
      color: #1a1918; }
  .sidebar-trending-article-list .list-item--hidden {
    display: none; }

.sidebar-trending-articles-bottom {
  padding: 20px 0 0;
  text-align: right; }
  .sidebar-trending-articles-bottom .more-link.with-arw {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 13px;
    color: #1a1918;
    font-weight: bold;
    text-decoration: none; }
    .sidebar-trending-articles-bottom .more-link.with-arw:after {
      display: block;
      content: "";
      width: 40px;
      height: 12px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 12'%3E%3Cline x1='0' y1='6' x2='50' y2='6' stroke='%231a1918' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M50 6 Q48 6.5 45 1 M50 6 Q48 5.5 45 11' stroke='%231a1918' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      transition: transform 0.2s;
      margin: 0 0 0 .5em; }
    .sidebar-trending-articles-bottom .more-link.with-arw:hover {
      opacity: 1; }
      .sidebar-trending-articles-bottom .more-link.with-arw:hover:after {
        transform: translate(8px, 0); }

.sidebar-brand-logo-box {
  text-align: center; }
  .sidebar-brand-logo-box .brand-logo {
    height: 72px; }

.blog-article-contents {
  font-size: 16px; }
  .blog-article-contents h2, .blog-article-contents h3, .blog-article-contents h4, .blog-article-contents h5, .blog-article-contents h6 {
    color: #1a1918;
    line-height: 1.6;
    margin: 0 0 40px; }
  .blog-article-contents h2 {
    font-size: 150%;
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: .8em 8px; }
  .blog-article-contents h3 {
    font-size: 140%;
    border-left: 8px solid;
    padding: .1em 0 .1em 1em; }
  .blog-article-contents h4 {
    font-size: 130%;
    padding: 0 8px; }
  .blog-article-contents h5 {
    font-size: 120%;
    padding: 0 8px; }
  .blog-article-contents h6 {
    font-size: 110%;
    padding: 0 8px; }
  .blog-article-contents p {
    line-height: 1.6;
    margin: 0 0 30px;
    padding: 0 8px; }
  .blog-article-contents img {
    max-width: 100%;
    margin: 10px auto; }
  .blog-article-contents code {
    background: #f0ece7;
    display: inline-block;
    padding: 0.05em 0.3em;
    border-radius: 0.2em;
    font-size: 0.9em;
    font-family: "Helvetica Neue", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", YuGothic, "游ゴシック", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    color: #e8343a; }
  .blog-article-contents a {
    font-weight: bold;
    text-decoration: underline; }
  .blog-article-contents blockquote {
    margin: 0 0 40px;
    padding: 0 0 0 2.5em;
    position: relative;
    color: #947c76; }
    .blog-article-contents blockquote:before {
      content: "";
      display: block;
      position: absolute;
      top: -.25em;
      left: 0;
      font-family: 'FontAwesome', 'Font Awesome 6 Free', 'fa';
      font-weight: 900;
      font-size: 36px;
      color: #c0b09c;
      width: 1em;
      height: 1em;
      line-height: 1em;
      content: "\f10d";
      text-align: center;
      opacity: .5; }
    .blog-article-contents blockquote p {
      margin: 0; }
  .blog-article-contents ul, .blog-article-contents ol {
    margin: 0 0 40px;
    padding: 0 0 0 1.5em; }
    .blog-article-contents ul li, .blog-article-contents ol li {
      line-height: 1.6; }
      .blog-article-contents ul li:not(:last-child), .blog-article-contents ol li:not(:last-child) {
        margin: 0 0 10px; }
  .blog-article-contents pre {
    margin: 0 0 40px;
    background: #f7f7f7;
    border-radius: 6px;
    padding: 1.2em 1em;
    margin: 1.5em 0;
    font-family: "Helvetica Neue", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", YuGothic, "游ゴシック", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
    overflow-x: auto;
    line-height: 1.6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    border: 1px solid #e0e0e0; }
    .blog-article-contents pre code {
      width: 100%;
      color: #3e3a39;
      background: transparent;
      padding: 0; }
  .blog-article-contents iframe {
    margin: 0 0 40px;
    max-width: 100%; }

.blog-article-bottom-info {
  background: #f0ece7;
  padding: 20px;
  margin: 60px 0 0;
  display: flex;
  align-items: center;
  font-size: 12px; }
  @media (max-width: 568px) {
    .blog-article-bottom-info {
      flex-wrap: wrap; } }
  .blog-article-bottom-info .info-item:not(:last-child):after {
    content: "/";
    margin: 0 12px; }
  @media (max-width: 568px) {
    .blog-article-bottom-info .info-item:nth-last-child(2):after {
      display: none; } }
  @media (max-width: 568px) {
    .blog-article-bottom-info .blog-share-buttons {
      width: 100%;
      margin-top: 6px; } }
