@charset "UTF-8";
/*
Theme Name: Rising Tide vol 2.0
Author: Rising Tide team
Author URI: https://rising-tide.jp
*/
/* ▼▼▼ Scss reset Document ▼▼▼ */
/* line 2, assets/scss/_reset.scss */
* {
  box-sizing: border-box; }

/* line 5, assets/scss/_reset.scss */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  font-size: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 2em;
  vertical-align: baseline;
  background: transparent; }

/* line 16, assets/scss/_reset.scss */
body {
  color: #131313;
  line-height: 2em;
  letter-spacing: 1em;
  letter-spacing: 0.05em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial,Osaka,Sans-Serif;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 26, assets/scss/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 29, assets/scss/_reset.scss */
nav ul {
  list-style: none; }

/* line 32, assets/scss/_reset.scss */
blockquote, q {
  quotes: none; }

/* line 36, assets/scss/_reset.scss */
blockquote:before, blockquote:after {
  content: '';
  content: none; }

/* line 42, assets/scss/_reset.scss */
q:before, q:after {
  content: '';
  content: none; }

/* line 47, assets/scss/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }
  /* line 55, assets/scss/_reset.scss */
  a:hover {
    opacity: .5; }
  /* line 60, assets/scss/_reset.scss */
  a:focus {
    outline: none; }

/* line 66, assets/scss/_reset.scss */
ins {
  background-color: #ff9;
  text-decoration: none; }

/* line 71, assets/scss/_reset.scss */
mark {
  background-color: #ff9;
  font-style: italic;
  font-weight: bold; }

/* line 77, assets/scss/_reset.scss */
del {
  text-decoration: line-through; }

/* line 80, assets/scss/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/* line 84, assets/scss/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 88, assets/scss/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/* line 96, assets/scss/_reset.scss */
input, select {
  vertical-align: middle; }

/* line 99, assets/scss/_reset.scss */
ul {
  list-style-type: none;
  -webkit-padding-start: 0px;
  padding: 0px; }

/* line 104, assets/scss/_reset.scss */
img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: intrinsic; }

/* line 110, assets/scss/_reset.scss */
.grecaptcha-badge {
  display: none !important; }

/* ▲▲▲ Scss reset Document ▲▲▲ */
/* Slider */
/* line 45, assets/scss/_slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url("././assets/images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./assets/font/slick.eot");
  src: url("./assets/font/slick.eot?#iefix") format("embedded-opentype"), url("./assets/font/slick.woff") format("woff"), url("./assets/font/slick.ttf") format("truetype"), url("./assets/font/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
/* line 63, assets/scss/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  /* line 81, assets/scss/_slick-theme.scss */
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    /* line 85, assets/scss/_slick-theme.scss */
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  /* line 89, assets/scss/_slick-theme.scss */
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  /* line 92, assets/scss/_slick-theme.scss */
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

/* line 103, assets/scss/_slick-theme.scss */
.slick-prev {
  left: -25px; }
  /* line 105, assets/scss/_slick-theme.scss */
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  /* line 109, assets/scss/_slick-theme.scss */
  .slick-prev:before {
    content: "←"; }
    /* line 111, assets/scss/_slick-theme.scss */
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

/* line 117, assets/scss/_slick-theme.scss */
.slick-next {
  right: -25px; }
  /* line 119, assets/scss/_slick-theme.scss */
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  /* line 123, assets/scss/_slick-theme.scss */
  .slick-next:before {
    content: "→"; }
    /* line 125, assets/scss/_slick-theme.scss */
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
/* line 133, assets/scss/_slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

/* line 137, assets/scss/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  /* line 146, assets/scss/_slick-theme.scss */
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    /* line 154, assets/scss/_slick-theme.scss */
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      /* line 166, assets/scss/_slick-theme.scss */
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        /* line 168, assets/scss/_slick-theme.scss */
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      /* line 172, assets/scss/_slick-theme.scss */
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    /* line 189, assets/scss/_slick-theme.scss */
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

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

/* line 17, assets/scss/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  /* line 24, assets/scss/_slick.scss */
  .slick-list:focus {
    outline: none; }
  /* line 28, assets/scss/_slick.scss */
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

/* line 33, assets/scss/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 42, assets/scss/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  /* line 50, assets/scss/_slick.scss */
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  /* line 56, assets/scss/_slick.scss */
  .slick-track:after {
    clear: both; }
  /* line 60, assets/scss/_slick.scss */
  .slick-loading .slick-track {
    visibility: hidden; }

/* line 64, assets/scss/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  /* line 68, assets/scss/_slick.scss */
  [dir="rtl"] .slick-slide {
    float: right; }
  /* line 71, assets/scss/_slick.scss */
  .slick-slide img {
    display: block; }
  /* line 74, assets/scss/_slick.scss */
  .slick-slide.slick-loading img {
    display: none; }
  /* line 80, assets/scss/_slick.scss */
  .slick-slide.dragging img {
    pointer-events: none; }
  /* line 84, assets/scss/_slick.scss */
  .slick-initialized .slick-slide {
    display: block; }
  /* line 88, assets/scss/_slick.scss */
  .slick-loading .slick-slide {
    visibility: hidden; }
  /* line 92, assets/scss/_slick.scss */
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* line 98, assets/scss/_slick.scss */
.slick-arrow.slick-hidden {
  display: none; }

/* ▼▼▼ Scss Common Document ▼▼▼ */
/* line 2, assets/scss/_common.scss */
.RT-font {
  font-family: "LasEnter"; }

/* line 5, assets/scss/_common.scss */
header {
  position: fixed;
  top: 0px;
  max-height: 70px;
  z-index: 999;
  width: 100%;
  padding-top: 17px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding: 25px 14px 6px; }
  /* line 19, assets/scss/_common.scss */
  header .logo {
    width: 30%;
    font-size: 25px;
    color: #8f8f8f;
    float: left;
    display: block;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 10px; }

@media only screen and (max-width: 768px) {
  /* line 31, assets/scss/_common.scss */
  header {
    padding-top: 25px; }
    /* line 33, assets/scss/_common.scss */
    header .logo {
      width: 50%;
      float: none; } }
/* line 39, assets/scss/_common.scss */
.sticky {
  background-color: rgba(255, 255, 255, 0.93);
  opacity: 1;
  top: 0px;
  border-bottom: 1px solid gainsboro; }

/* line 45, assets/scss/_common.scss */
nav {
  float: right;
  width: 70%; }
  /* line 48, assets/scss/_common.scss */
  nav ul {
    list-style: none;
    overflow: hidden;
    text-align: right;
    float: right; }
    /* line 53, assets/scss/_common.scss */
    nav ul li {
      display: inline-block;
      margin-left: 35px;
      line-height: 1.5; }
      /* line 57, assets/scss/_common.scss */
      nav ul li a {
        color: #888888;
        text-transform: uppercase;
        font-size: 12px; }

@media only screen and (max-width: 768px) {
  /* line 66, assets/scss/_common.scss */
  nav {
    width: 100%; }
    /* line 68, assets/scss/_common.scss */
    nav ul {
      padding-top: 10px;
      margin-bottom: 22px;
      float: left;
      text-align: center;
      width: 100%; }
      /* line 74, assets/scss/_common.scss */
      nav ul li {
        width: 100%;
        padding: 7px 0;
        margin: 0; } }
/* line 82, assets/scss/_common.scss */
.mobile-toggle {
  display: none;
  transition: all .4s;
  box-sizing: border-box;
  position: relative;
  height: 25px;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px; }
  /* line 93, assets/scss/_common.scss */
  .mobile-toggle span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #8f8f8f;
    border-radius: 4px; }
    /* line 103, assets/scss/_common.scss */
    .mobile-toggle span:nth-of-type(1) {
      top: 0; }
    /* line 106, assets/scss/_common.scss */
    .mobile-toggle span:nth-of-type(2) {
      top: 11px; }
    /* line 109, assets/scss/_common.scss */
    .mobile-toggle span:nth-of-type(3) {
      bottom: 0; }

@media only screen and (max-width: 768px) {
  /* line 115, assets/scss/_common.scss */
  .mobile-toggle {
    top: 25px;
    display: block; } }
/* line 120, assets/scss/_common.scss */
.open-nav {
  max-height: 400px !important; }
  /* line 122, assets/scss/_common.scss */
  .open-nav .mobile-toggle {
    top: 12.5px;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    /* line 127, assets/scss/_common.scss */
    .open-nav .mobile-toggle span {
      margin-bottom: 15px; }
      /* line 129, assets/scss/_common.scss */
      .open-nav .mobile-toggle span:nth-of-type(1) {
        -webkit-transform: translateY(20px) rotate(-45deg);
        transform: translateY(20px) rotate(-45deg); }
      /* line 133, assets/scss/_common.scss */
      .open-nav .mobile-toggle span:nth-of-type(2) {
        top: 20px;
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg); }
      /* line 138, assets/scss/_common.scss */
      .open-nav .mobile-toggle span:nth-of-type(3) {
        opacity: 0; }

/* line 144, assets/scss/_common.scss */
section {
  padding: 50px 0; }
  /* line 146, assets/scss/_common.scss */
  section .container {
    margin: 0 10vw; }
    /* line 149, assets/scss/_common.scss */
    section .container h2 {
      text-transform: uppercase;
      font-size: 20px;
      line-height: 2em;
      font-weight: bold;
      color: #686868;
      margin: 0 0 55px; }
    /* line 157, assets/scss/_common.scss */
    section .container .flex-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }

@media only screen and (max-width: 768px) {
  /* line 165, assets/scss/_common.scss */
  section {
    padding: 50px 0; }
    /* line 167, assets/scss/_common.scss */
    section .container {
      width: 95%;
      max-width: 95%; } }
/* line 179, assets/scss/_common.scss */
.breadcrumb ol li {
  display: inline-block; }

/* line 184, assets/scss/_common.scss */
footer {
  background: #f9f9f9; }
  /* line 186, assets/scss/_common.scss */
  footer .container {
    margin: auto 10vw; }
    /* line 188, assets/scss/_common.scss */
    footer .container .flex-wrap {
      font-size: 12px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 70px 20px 55px; }
      /* line 194, assets/scss/_common.scss */
      footer .container .flex-wrap .logo {
        font-weight: bold;
        flex-basis: 30%;
        max-width: 30%;
        background-image: url(/wp-content/uploads/common/rising-tide-footer.png);
        background-position: top left;
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 152px; }
      /* line 204, assets/scss/_common.scss */
      footer .container .flex-wrap address {
        color: #999999;
        font-style: initial;
        flex-basis: 19%;
        max-width: 19%;
        padding: 0 .3333333333 0; }
        /* line 211, assets/scss/_common.scss */
        footer .container .flex-wrap address dl dt {
          font-weight: bold;
          margin: 0 0 1em; }
        /* line 215, assets/scss/_common.scss */
        footer .container .flex-wrap address dl dd {
          line-height: 1.8em;
          margin: 0 0 .5em; }
          /* line 218, assets/scss/_common.scss */
          footer .container .flex-wrap address dl dd a {
            color: #999999; }
      /* line 224, assets/scss/_common.scss */
      footer .container .flex-wrap .sns-recommend {
        flex-basis: 12%;
        max-width: 12%; }
        /* line 227, assets/scss/_common.scss */
        footer .container .flex-wrap .sns-recommend li {
          margin: 0 0 .5em; }
          /* line 229, assets/scss/_common.scss */
          footer .container .flex-wrap .sns-recommend li a {
            color: #999999; }
            /* line 231, assets/scss/_common.scss */
            footer .container .flex-wrap .sns-recommend li a i {
              margin: 0 0 0 .5em;
              font-size: .8em; }
        /* line 237, assets/scss/_common.scss */
        footer .container .flex-wrap .sns-recommend .privacypolicy {
          margin: 2em 0 0; }
  /* line 243, assets/scss/_common.scss */
  footer .breadcrumb {
    background: #fff; }
    /* line 245, assets/scss/_common.scss */
    footer .breadcrumb .container .flex-wrap {
      padding: 10px 20px 5px; }
      /* line 247, assets/scss/_common.scss */
      footer .breadcrumb .container .flex-wrap ol {
        overflow: hidden;
        padding: 0 0 0 1em; }
        /* line 248, assets/scss/_common.scss */
        footer .breadcrumb .container .flex-wrap ol * {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          list-style: none; }
          /* line 252, assets/scss/_common.scss */
          footer .breadcrumb .container .flex-wrap ol *:after, footer .breadcrumb .container .flex-wrap ol *:before {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            list-style: none; }
        /* line 260, assets/scss/_common.scss */
        footer .breadcrumb .container .flex-wrap ol li {
          display: inline-block;
          margin: 0 1.5em 0.5em 0; }
        /* line 264, assets/scss/_common.scss */
        footer .breadcrumb .container .flex-wrap ol a {
          position: relative;
          padding: 0.7em 1em;
          text-decoration: none;
          color: #ffffff;
          background: #579fb1;
          display: inline-block;
          height: 40px;
          line-height: 1em;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
          /* line 275, assets/scss/_common.scss */
          footer .breadcrumb .container .flex-wrap ol a:hover {
            background: #68b7cb; }
          /* line 278, assets/scss/_common.scss */
          footer .breadcrumb .container .flex-wrap ol a::before, footer .breadcrumb .container .flex-wrap ol a::after {
            position: absolute;
            top: 0;
            bottom: 0;
            padding: 1.21em 0.4em;
            content: '';
            transform: skew(-10deg);
            background: #579fb1;
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
          /* line 289, assets/scss/_common.scss */
          footer .breadcrumb .container .flex-wrap ol a::before {
            left: -0.5em;
            border-radius: 5px 0 0 5px; }
          /* line 293, assets/scss/_common.scss */
          footer .breadcrumb .container .flex-wrap ol a:hover::before {
            background: #68b7cb; }
          /* line 296, assets/scss/_common.scss */
          footer .breadcrumb .container .flex-wrap ol a::after {
            right: -0.5em;
            border-radius: 0 5px 5px 0; }
          /* line 300, assets/scss/_common.scss */
          footer .breadcrumb .container .flex-wrap ol a:hover::after {
            background: #68b7cb; }
        /* line 304, assets/scss/_common.scss */
        footer .breadcrumb .container .flex-wrap ol li:last-child a {
          font-style: italic;
          padding-left: 0;
          cursor: default;
          pointer-events: none;
          color: #333333;
          background: transparent !important; }
          /* line 311, assets/scss/_common.scss */
          footer .breadcrumb .container .flex-wrap ol li:last-child a:hover {
            background: none;
            opacity: .5; }
          /* line 315, assets/scss/_common.scss */
          footer .breadcrumb .container .flex-wrap ol li:last-child a::before, footer .breadcrumb .container .flex-wrap ol li:last-child a::after {
            content: normal; }
          /* line 318, assets/scss/_common.scss */
          footer .breadcrumb .container .flex-wrap ol li:last-child a span {
            border-bottom: double 4px #579fb1;
            padding: 0 0 0.25em; }
  /* line 326, assets/scss/_common.scss */
  footer .copyright {
    font-size: 10px;
    text-align: center;
    background: #131313;
    padding: 10px 0px; }
    /* line 331, assets/scss/_common.scss */
    footer .copyright a {
      color: #fff; }
      /* line 333, assets/scss/_common.scss */
      footer .copyright a i {
        color: #fff; }

@media only screen and (max-width: 578px) {
  /* line 342, assets/scss/_common.scss */
  footer .container .flex-wrap {
    padding: 70px 20px 20px;
    flex-direction: column; }
    /* line 345, assets/scss/_common.scss */
    footer .container .flex-wrap .logo {
      display: none; }
    /* line 348, assets/scss/_common.scss */
    footer .container .flex-wrap address {
      flex-basis: 100%;
      max-width: 100%;
      padding: 0 0 .5em;
      margin: 0 0 2em;
      border-bottom: 1px solid #999; }
    /* line 355, assets/scss/_common.scss */
    footer .container .flex-wrap .sns-recommend {
      flex-basis: 100%;
      max-width: 100%; } }
@font-face {
  font-family: LasEnter;
  src: url(assets/font/LasEnter_PersonalUseOnly.woff); }
@font-face {
  font-family: BebasNeue-Bold;
  src: url(assets/font/BebasNeue-Bold.woff); }
/* ▲▲▲ Scss Common Document ▲▲▲ */
/* ▼▼▼ Scss Common Document ▼▼▼ */
/* line 3, assets/scss/_index.scss */
#index #hero {
  position: relative;
  background: url(/wp-content/uploads/index/index-hero.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 0px;
  height: 100vh;
  min-height: 600px;
  letter-spacing: 2px;
  display: flex; }
  /* line 16, assets/scss/_index.scss */
  #index #hero h2 {
    font-family: "BebasNeue-Bold";
    width: fit-content;
    margin: auto;
    color: #fff;
    font-size: 60px;
    align-items: center; }
  /* line 24, assets/scss/_index.scss */
  #index #hero .mouse {
    display: block;
    margin: 0 auto;
    width: 26px;
    height: 46px;
    border-radius: 13px;
    border: 2px solid #4B9AE3;
    position: absolute;
    bottom: 40px;
    position: absolute;
    left: 50%;
    margin-left: -26px; }
    /* line 36, assets/scss/_index.scss */
    #index #hero .mouse span {
      display: block;
      margin: 6px auto;
      width: 4px;
      height: 8px;
      border-radius: 4px;
      background: #4B9AE3;
      border: 1px solid transparent;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-name: scroll;
      animation-name: scroll; }
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }
/* line 84, assets/scss/_index.scss */
#index #lede .container .flex-wrap .lede-text {
  flex-basis: 49%;
  max-width: 49%; }
/* line 88, assets/scss/_index.scss */
#index #lede .container .flex-wrap ul {
  flex-basis: 49%;
  max-width: 49%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
  /* line 94, assets/scss/_index.scss */
  #index #lede .container .flex-wrap ul li {
    margin: 0 0 2em;
    text-align: center;
    flex-basis: 32%;
    max-width: 32%; }
    /* line 99, assets/scss/_index.scss */
    #index #lede .container .flex-wrap ul li i {
      font-size: 45px; }
    /* line 102, assets/scss/_index.scss */
    #index #lede .container .flex-wrap ul li p {
      color: #999; }
@media (max-width: 576px) {
  /* line 113, assets/scss/_index.scss */
  #index #lede .container .flex-wrap {
    flex-direction: column; }
    /* line 115, assets/scss/_index.scss */
    #index #lede .container .flex-wrap .lede-text {
      flex-basis: 100%;
      max-width: 100%; }
    /* line 119, assets/scss/_index.scss */
    #index #lede .container .flex-wrap ul {
      margin: 3em 0 0;
      flex-basis: 100%;
      max-width: 100%;
      justify-content: center; }
      /* line 124, assets/scss/_index.scss */
      #index #lede .container .flex-wrap ul li {
        font-size: 12px; }
        /* line 126, assets/scss/_index.scss */
        #index #lede .container .flex-wrap ul li i {
          margin: 0 0 20px; }
        /* line 129, assets/scss/_index.scss */
        #index #lede .container .flex-wrap ul li p {
          font-size: 10px; } }
/* line 138, assets/scss/_index.scss */
#index #products {
  background: #131313; }
  /* line 142, assets/scss/_index.scss */
  #index #products .container #productsMenu dt {
    display: block;
    width: 100%;
    height: 300px;
    background-image: url(/wp-content/uploads/index/products-item-bg.png);
    background-size: cover;
    color: white;
    cursor: pointer;
    padding: 10px;
    position: relative; }
    /* line 152, assets/scss/_index.scss */
    #index #products .container #productsMenu dt h3 {
      position: absolute;
      bottom: .5em;
      left: 1em; }
  /* line 158, assets/scss/_index.scss */
  #index #products .container #productsMenu dd {
    background-color: #232323;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    display: none; }
    /* line 163, assets/scss/_index.scss */
    #index #products .container #productsMenu dd .inner {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; }
      /* line 167, assets/scss/_index.scss */
      #index #products .container #productsMenu dd .inner .item {
        opacity: 1;
        flex-basis: 33.333333333333333%;
        max-width: 33.3333333333333333%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        color: #fff;
        margin: 0 0 2em; }
        /* line 176, assets/scss/_index.scss */
        #index #products .container #productsMenu dd .inner .item .thumbnail {
          flex-basis: 40%;
          max-width: 40%;
          display: flex;
          position: initial; }
        /* line 182, assets/scss/_index.scss */
        #index #products .container #productsMenu dd .inner .item .about {
          padding: 1em;
          flex-basis: 60%;
          max-width: 60%; }
          /* line 186, assets/scss/_index.scss */
          #index #products .container #productsMenu dd .inner .item .about button {
            display: inline-block;
            border: solid 1px #fff;
            background: none;
            padding: 8px 14px;
            font-size: 12px;
            margin: 1em 0;
            color: #fff;
            box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); }
          /* line 196, assets/scss/_index.scss */
          #index #products .container #productsMenu dd .inner .item .about .in-charge {
            font-size: 12px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
        /* line 203, assets/scss/_index.scss */
        #index #products .container #productsMenu dd .inner .item:hover {
          opacity: .8; }
      /* line 207, assets/scss/_index.scss */
      #index #products .container #productsMenu dd .inner .grayscale .thumbnail, #index #products .container #productsMenu dd .inner .grayscale .about {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        filter: grayscale(0%); }
      /* line 214, assets/scss/_index.scss */
      #index #products .container #productsMenu dd .inner .grayscale:hover .thumbnail, #index #products .container #productsMenu dd .inner .grayscale:hover .about {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        filter: grayscale(100%);
        transition: 0.2s linear; }
      /* line 222, assets/scss/_index.scss */
      #index #products .container #productsMenu dd .inner .grayscale:hover .about {
        color: #fff; }
      /* line 225, assets/scss/_index.scss */
      #index #products .container #productsMenu dd .inner .grayscale:hover .about button {
        color: #fff;
        border: solid 1px #3c3c3c; }
    /* line 230, assets/scss/_index.scss */
    #index #products .container #productsMenu dd small {
      color: #999;
      text-align: right;
      flex-basis: 100%;
      max-width: 100%; }
  /* line 237, assets/scss/_index.scss */
  #index #products .container #productsMenu .web-label {
    background-color: #3A3A3A; }
  /* line 240, assets/scss/_index.scss */
  #index #products .container #productsMenu .web-wrap {
    background-color: #292929; }
  /* line 243, assets/scss/_index.scss */
  #index #products .container #productsMenu .dtp-label {
    background-color: #E4002B;
    margin: 30px 0 0 0; }
  /* line 247, assets/scss/_index.scss */
  #index #products .container #productsMenu .dtp-wrap {
    background-color: #AA042C; }
  /* line 250, assets/scss/_index.scss */
  #index #products .container #productsMenu .logo-label {
    background-color: #04A2BC;
    margin: 30px 0 0 0; }
  /* line 254, assets/scss/_index.scss */
  #index #products .container #productsMenu .logo-wrap {
    background-color: #04818E; }
  /* line 257, assets/scss/_index.scss */
  #index #products .container #productsMenu .among-label {
    background-color: #73BA22;
    margin: 30px 0 0 0; }
  /* line 261, assets/scss/_index.scss */
  #index #products .container #productsMenu .among-wrap {
    background-color: #599B04; }
  /* line 264, assets/scss/_index.scss */
  #index #products .container #productsMenu .bg {
    position: relative; }
@media (max-width: 768px) {
  /* line 271, assets/scss/_index.scss */
  #index #products {
    background: #131313; }
    /* line 277, assets/scss/_index.scss */
    #index #products .container #productsMenu dd .inner .item {
      flex-basis: 50%;
      max-width: 50%; } }
@media (max-width: 576px) {
  /* line 290, assets/scss/_index.scss */
  #index #products {
    background: #131313; }
    /* line 294, assets/scss/_index.scss */
    #index #products .container #productsMenu dt {
      height: 125px; }
      /* line 296, assets/scss/_index.scss */
      #index #products .container #productsMenu dt h3 {
        font-size: 12px; }
    /* line 302, assets/scss/_index.scss */
    #index #products .container #productsMenu dd .inner .item {
      flex-basis: 100%;
      max-width: 100%; } }

/* ▲▲▲ Scss Common Document ▲▲▲ */
/* ▼▼▼ Scss Detail Document ▼▼▼ */
/* line 3, assets/scss/_detail.scss */
#detail section {
  padding: 0; }
  /* line 5, assets/scss/_detail.scss */
  #detail section .container {
    display: flex;
    flex-direction: column; }
  /* line 10, assets/scss/_detail.scss */
  #detail section.hero h2 {
    font-size: 34px;
    color: #131313;
    margin: 2em 0 1em 0;
    text-align: center;
    font-weight: normal;
    letter-spacing: .2em;
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 22, assets/scss/_detail.scss */
  #detail section.lede h3 {
    font-size: 15px;
    color: #131313;
    text-align: center;
    font-weight: normal;
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 30, assets/scss/_detail.scss */
  #detail section.lede .deta {
    text-align: center;
    font-size: 13px;
    color: #999;
    margin: 0 0 25px;
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 40, assets/scss/_detail.scss */
  #detail section.product .slick-slide {
    margin: 0px;
    height: auto !important; }
    /* line 43, assets/scss/_detail.scss */
    #detail section.product .slick-slide img {
      border-radius: 8px;
      margin: auto;
      transition: all ease-in-out .3s; }
  /* line 49, assets/scss/_detail.scss */
  #detail section.product .slick-next {
    right: 20px; }
  /* line 52, assets/scss/_detail.scss */
  #detail section.product .slick-prev {
    left: 20px; }
  /* line 55, assets/scss/_detail.scss */
  #detail section.product .slick-prev, #detail section.product .slick-next {
    z-index: 2; }
    /* line 57, assets/scss/_detail.scss */
    #detail section.product .slick-prev:before, #detail section.product .slick-next:before {
      color: black; }
  /* line 61, assets/scss/_detail.scss */
  #detail section.product .slick-current {
    opacity: 1; }
  /* line 67, assets/scss/_detail.scss */
  #detail section.tags-wrap {
    margin: 2em 0 0; }
    /* line 69, assets/scss/_detail.scss */
    #detail section.tags-wrap ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      vertical-align: middle; }
      /* line 74, assets/scss/_detail.scss */
      #detail section.tags-wrap ul li {
        display: flex;
        vertical-align: middle;
        background: #579fb1;
        color: #fff;
        padding: .25em .75em;
        margin: 0 1em 0 0;
        font-size: 13px; }
  /* line 85, assets/scss/_detail.scss */
  #detail section.description {
    font-size: 15px;
    margin: 25px 0 100px; }
    /* line 88, assets/scss/_detail.scss */
    #detail section.description p {
      margin: 1em 0; }
    /* line 91, assets/scss/_detail.scss */
    #detail section.description .product-url {
      background: #292929;
      color: #fff;
      position: relative;
      padding: 1em;
      text-align: center;
      margin: 2em auto 0;
      width: 80%;
      font-family: "Font Awesome 5 Free";
      border-radius: 8px; }
      /* line 101, assets/scss/_detail.scss */
      #detail section.description .product-url:after {
        content: "\f24d";
        position: absolute;
        margin: 0 0 0 .5em; }
      /* line 106, assets/scss/_detail.scss */
      #detail section.description .product-url :hover {
        background: #524747; }
  /* line 112, assets/scss/_detail.scss */
  #detail section.recommend .no-article {
    font-size: 20px;
    text-align: center;
    padding: 20px; }

/* ▲▲▲ Scss Detail Document ▲▲▲ */
/* ▼▼▼ Scss about Document ▼▼▼ */
/* line 3, assets/scss/_about.scss */
#about #hero {
  color: #fff;
  width: 100%;
  position: relative;
  background: url(/wp-content/uploads/about/about-hero.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 0px;
  height: 330px;
  max-height: 330px;
  letter-spacing: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white; }
  /* line 22, assets/scss/_about.scss */
  #about #hero:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    content: ""; }
  /* line 33, assets/scss/_about.scss */
  #about #hero h2 {
    font-size: 40px;
    letter-spacing: 4px;
    z-index: 2; }
  /* line 38, assets/scss/_about.scss */
  #about #hero p {
    font-size: 12px;
    margin: 2px;
    z-index: 2; }
/* line 45, assets/scss/_about.scss */
#about .container h2 {
  margin: 0 0 50px; }
/* line 48, assets/scss/_about.scss */
#about .container .lead {
  width: 800px;
  margin: auto;
  padding-inline-start: 0px; }
  /* line 52, assets/scss/_about.scss */
  #about .container .lead li {
    margin: 0 0 30px; }
    /* line 54, assets/scss/_about.scss */
    #about .container .lead li h3 {
      font: 14px;
      color: #999;
      margin: 0 0 1em; }
      /* line 58, assets/scss/_about.scss */
      #about .container .lead li h3 strong {
        font-size: 18px;
        color: #131313; }
    /* line 63, assets/scss/_about.scss */
    #about .container .lead li ol {
      padding-inline-start: 0px;
      padding: 0px 0 0 1.5em;
      list-style-type: decimal-leading-zero; }
      /* line 67, assets/scss/_about.scss */
      #about .container .lead li ol li {
        margin: 0 0 1em .5em; }
@media (max-width: 576px) {
  /* line 77, assets/scss/_about.scss */
  #about .container .lead {
    width: 95%;
    max-width: 95%; } }
/* line 83, assets/scss/_about.scss */
#about .overview {
  color: #fff;
  background: #131313; }
  /* line 86, assets/scss/_about.scss */
  #about .overview .container {
    width: 800px;
    margin: auto; }
    /* line 89, assets/scss/_about.scss */
    #about .overview .container h2 {
      margin: 20px 0px; }
    /* line 92, assets/scss/_about.scss */
    #about .overview .container dl {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      padding: 1em 0 0 0; }
      /* line 97, assets/scss/_about.scss */
      #about .overview .container dl dt, #about .overview .container dl dd {
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 .5em 1em;
        border-bottom: 1px solid #999;
        margin: 0 0 1em; }
        /* line 103, assets/scss/_about.scss */
        #about .overview .container dl dt:last-child, #about .overview .container dl dd:last-child {
          border: none;
          margin: 0; }
        /* line 107, assets/scss/_about.scss */
        #about .overview .container dl dt:nth-last-child(2), #about .overview .container dl dd:nth-last-child(2) {
          border: none;
          margin: 0; }
        /* line 111, assets/scss/_about.scss */
        #about .overview .container dl dt a, #about .overview .container dl dd a {
          olor: #131313; }
      /* line 115, assets/scss/_about.scss */
      #about .overview .container dl dt {
        padding: 0 1.5em 1em .5em; }
      /* line 119, assets/scss/_about.scss */
      #about .overview .container dl dd:before {
        content: ":";
        margin: 0 .5em 0 -1em; }
      /* line 123, assets/scss/_about.scss */
      #about .overview .container dl dd i {
        margin: 0 0 0 .5em;
        font-size: .8em; }
      /* line 127, assets/scss/_about.scss */
      #about .overview .container dl dd ul {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: flex-start; }
        /* line 131, assets/scss/_about.scss */
        #about .overview .container dl dd ul li {
          display: inline-block;
          margin: 0 .35em .5em 0; }
          /* line 134, assets/scss/_about.scss */
          #about .overview .container dl dd ul li:after {
            content: ",";
            padding: 0 0 0 .15em; }
          /* line 138, assets/scss/_about.scss */
          #about .overview .container dl dd ul li:last-child {
            margin: 0 0 .5em 0; }
            /* line 140, assets/scss/_about.scss */
            #about .overview .container dl dd ul li:last-child:after {
              content: "";
              padding: 0; }
@media (max-width: 576px) {
  /* line 153, assets/scss/_about.scss */
  #about .overview .container {
    width: 95%;
    max-width: 95%; }
    /* line 160, assets/scss/_about.scss */
    #about .overview .container dl dt:last-child, #about .overview .container dl dd:last-child {
      flex-basis: 100%;
      max-width: 100%;
      padding: 0 0 0 2.5em; }
      /* line 164, assets/scss/_about.scss */
      #about .overview .container dl dt:last-child:before, #about .overview .container dl dd:last-child:before {
        content: ""; }
    /* line 168, assets/scss/_about.scss */
    #about .overview .container dl dt:nth-last-child(2), #about .overview .container dl dd:nth-last-child(2) {
      flex-basis: 100%;
      max-width: 100%; } }
/* line 178, assets/scss/_about.scss */
#about .place .container {
  width: 800px;
  margin: auto; }
  /* line 181, assets/scss/_about.scss */
  #about .place .container h2 {
    margin: 20px 0px; }
  /* line 184, assets/scss/_about.scss */
  #about .place .container dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-top: 2px solid #131313;
    border-bottom: 2px solid #131313;
    padding: 1em 0 0 0; }
    /* line 191, assets/scss/_about.scss */
    #about .place .container dl dt, #about .place .container dl dd {
      flex-basis: 50%;
      max-width: 50%;
      padding: 0 .5em 1em;
      border-bottom: 1px solid #999;
      margin: 0 0 1em; }
      /* line 197, assets/scss/_about.scss */
      #about .place .container dl dt:last-child, #about .place .container dl dd:last-child {
        border: none;
        margin: 0; }
      /* line 201, assets/scss/_about.scss */
      #about .place .container dl dt:nth-last-child(2), #about .place .container dl dd:nth-last-child(2) {
        border: none;
        margin: 0; }
      /* line 205, assets/scss/_about.scss */
      #about .place .container dl dt a, #about .place .container dl dd a {
        olor: #131313; }
    /* line 209, assets/scss/_about.scss */
    #about .place .container dl dt {
      padding: 0 1.5em 1em .5em; }
    /* line 213, assets/scss/_about.scss */
    #about .place .container dl dd:before {
      content: ":";
      margin: 0 .5em 0 -1em; }
    /* line 217, assets/scss/_about.scss */
    #about .place .container dl dd i {
      margin: 0 0 0 .5em;
      font-size: .8em; }
@media (max-width: 576px) {
  /* line 227, assets/scss/_about.scss */
  #about .place .container {
    width: 95%;
    max-width: 95%; } }
/* line 233, assets/scss/_about.scss */
#about .history {
  color: #fff;
  background: #131313; }
  /* line 236, assets/scss/_about.scss */
  #about .history .container {
    width: 800px;
    margin: auto; }
    /* line 239, assets/scss/_about.scss */
    #about .history .container h2 {
      margin: 20px 0px; }
    /* line 242, assets/scss/_about.scss */
    #about .history .container .history-grad-wrap {
      position: relative;
      padding: 0 0 50px;
      margin: 0 0 50px; }
      /* line 246, assets/scss/_about.scss */
      #about .history .container .history-grad-wrap .history-grad-btn {
        z-index: 2;
        position: absolute;
        right: 0;
        bottom: 1em;
        left: 0;
        width: 148px;
        margin: auto;
        padding: .5em 0;
        border-radius: 2px;
        background: #131313;
        color: #fff;
        font-size: 1.3rem;
        text-align: center;
        cursor: pointer;
        transition: .8s ease;
        box-shadow: 0 0 3px rgba(34, 34, 34, 0.3); }
        /* line 263, assets/scss/_about.scss */
        #about .history .container .history-grad-wrap .history-grad-btn:before {
          content: "MORE"; }
        /* line 266, assets/scss/_about.scss */
        #about .history .container .history-grad-wrap .history-grad-btn:hover {
          color: #131313;
          background: #fff; }
      /* line 271, assets/scss/_about.scss */
      #about .history .container .history-grad-wrap .history-grad-item {
        position: relative;
        overflow: hidden;
        height: 200px; }
        /* line 275, assets/scss/_about.scss */
        #about .history .container .history-grad-wrap .history-grad-item:before {
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          content: "";
          width: 100%;
          height: 100px;
          background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.9) 50%, rgba(34, 34, 34, 0.9) 50%, #131313 100%);
          background: linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.9) 50%, rgba(34, 34, 34, 0.9) 50%, #131313 100%); }
        /* line 286, assets/scss/_about.scss */
        #about .history .container .history-grad-wrap .history-grad-item dl {
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start;
          padding: 1em 0 0 0; }
          /* line 291, assets/scss/_about.scss */
          #about .history .container .history-grad-wrap .history-grad-item dl dt, #about .history .container .history-grad-wrap .history-grad-item dl dd {
            padding: 0 .5em 1em;
            border-bottom: 1px solid #999;
            margin: 0 0 1em; }
            /* line 295, assets/scss/_about.scss */
            #about .history .container .history-grad-wrap .history-grad-item dl dt:last-child, #about .history .container .history-grad-wrap .history-grad-item dl dd:last-child {
              border: none;
              margin: 0; }
            /* line 299, assets/scss/_about.scss */
            #about .history .container .history-grad-wrap .history-grad-item dl dt:nth-last-child(2), #about .history .container .history-grad-wrap .history-grad-item dl dd:nth-last-child(2) {
              border: none;
              margin: 0; }
            /* line 303, assets/scss/_about.scss */
            #about .history .container .history-grad-wrap .history-grad-item dl dt a, #about .history .container .history-grad-wrap .history-grad-item dl dd a {
              color: #131313; }
          /* line 307, assets/scss/_about.scss */
          #about .history .container .history-grad-wrap .history-grad-item dl dt {
            flex-basis: 25%;
            max-width: 25%;
            padding: 0 1.5em 1em .5em; }
          /* line 312, assets/scss/_about.scss */
          #about .history .container .history-grad-wrap .history-grad-item dl dd {
            flex-basis: 75%;
            max-width: 75%; }
            /* line 315, assets/scss/_about.scss */
            #about .history .container .history-grad-wrap .history-grad-item dl dd:before {
              content: ":";
              margin: 0 .5em 0 -1em; }
      /* line 322, assets/scss/_about.scss */
      #about .history .container .history-grad-wrap .history-grad-trigger {
        display: none; }
      /* line 326, assets/scss/_about.scss */
      #about .history .container .history-grad-wrap .history-grad-trigger:checked ~ .history-grad-btn:before {
        content: "CLOSE"; }
      /* line 330, assets/scss/_about.scss */
      #about .history .container .history-grad-wrap .history-grad-trigger:checked ~ .history-grad-item {
        height: auto;
        margin: 0 0 2em; }
        /* line 333, assets/scss/_about.scss */
        #about .history .container .history-grad-wrap .history-grad-trigger:checked ~ .history-grad-item:before {
          display: none; }
@media (max-width: 576px) {
  /* line 342, assets/scss/_about.scss */
  #about .history .container {
    width: 95%;
    max-width: 95%; } }

/* ▲▲▲ Scss about Document ▲▲▲ */
/* ▼▼▼ Scss Inquiries Document ▼▼▼ */
/* line 2, assets/scss/_inquiries.scss */
.inquiries {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1200px;
  background: #000; }
  @media (max-width: 768px) {
    /* line 9, assets/scss/_inquiries.scss */
    .inquiries .inquiries {
      height: 800px; } }
  /* line 13, assets/scss/_inquiries.scss */
  .inquiries .innerbox {
    min-width: 50%;
    margin: 0 10vw;
    padding: 20px;
    position: absolute;
    z-index: 1; }
    /* line 19, assets/scss/_inquiries.scss */
    .inquiries .innerbox .spaceinquiry {
      color: #131313;
      text-shadow: none;
      background: #fff;
      box-shadow: 0px 0px 14px 10px #424242;
      -moz-box-shadow: 0px 0px 14px 10px #424242;
      -webkit-box-shadow: 0px 0px 14px 10px #424242;
      padding: 30px 30px 60px 30px;
      text-align: center; }
      /* line 28, assets/scss/_inquiries.scss */
      .inquiries .innerbox .spaceinquiry h2 {
        padding: 0;
        background-color: transparent;
        font-size: 35px;
        margin: 1em 0em;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        line-height: 0.1em; }
        /* line 37, assets/scss/_inquiries.scss */
        .inquiries .innerbox .spaceinquiry h2 ruby > rt {
          font-size: 30%; }
      /* line 41, assets/scss/_inquiries.scss */
      .inquiries .innerbox .spaceinquiry .wpcf7 {
        width: 80%;
        margin: auto; }
        /* line 44, assets/scss/_inquiries.scss */
        .inquiries .innerbox .spaceinquiry .wpcf7 p {
          margin: 3em 0px 1em; }
        /* line 47, assets/scss/_inquiries.scss */
        .inquiries .innerbox .spaceinquiry .wpcf7 input, .inquiries .innerbox .spaceinquiry .wpcf7 textarea, .inquiries .innerbox .spaceinquiry .wpcf7 select {
          text-align: left;
          background: #ff0;
          margin: 0px 0% 10px 0%;
          width: 100%;
          height: 40px;
          padding: 10px;
          border: none;
          border-radius: 5px; }
        /* line 57, assets/scss/_inquiries.scss */
        .inquiries .innerbox .spaceinquiry .wpcf7 select {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
          /* line 61, assets/scss/_inquiries.scss */
          .inquiries .innerbox .spaceinquiry .wpcf7 select option:first-child {
            color: #ccc !important; }
        /* line 65, assets/scss/_inquiries.scss */
        .inquiries .innerbox .spaceinquiry .wpcf7 .for_arrow {
          position: relative; }
          /* line 67, assets/scss/_inquiries.scss */
          .inquiries .innerbox .spaceinquiry .wpcf7 .for_arrow:before {
            position: absolute;
            margin: .5em;
            right: 0;
            font-family: "Font Awesome 5 Free";
            content: "\f107";
            font-weight: 900;
            z-index: 1;
            pointer-events: none; }
        /* line 78, assets/scss/_inquiries.scss */
        .inquiries .innerbox .spaceinquiry .wpcf7 textarea {
          height: 140px; }
        /* line 82, assets/scss/_inquiries.scss */
        .inquiries .innerbox .spaceinquiry .wpcf7 .submit .wpcf7-submit {
          width: 40%;
          margin: .5em auto 0;
          font-size: 20px;
          font-weight: 600;
          font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial,Osaka,Sans-Serif;
          color: #fff;
          background: #131313;
          height: fit-content;
          text-align: center;
          border: solid 1px #fff;
          border-radius: 2px; }
          /* line 94, assets/scss/_inquiries.scss */
          .inquiries .innerbox .spaceinquiry .wpcf7 .submit .wpcf7-submit:hover {
            color: #131313;
            border: solid 1px #131313;
            background: #fff; }
        /* line 101, assets/scss/_inquiries.scss */
        .inquiries .innerbox .spaceinquiry .wpcf7 .ajax-loader {
          display: none; }
        /* line 104, assets/scss/_inquiries.scss */
        .inquiries .innerbox .spaceinquiry .wpcf7 span.wpcf7-not-valid-tip {
          color: #f35664;
          font-size: 12px;
          font-weight: normal;
          display: block;
          text-align: left;
          margin: 0 0 10px .5em; }
    /* line 114, assets/scss/_inquiries.scss */
    .inquiries .innerbox div.wpcf7-validation-errors, .inquiries .innerbox div.wpcf7-acceptance-missing {
      border: none;
      color: #131313;
      font-weight: 700;
      background: linear-gradient(transparent 60%, #ff6697 60%);
      width: fit-content;
      text-shadow: none;
      margin: 0em auto 0px; }
    /* line 123, assets/scss/_inquiries.scss */
    .inquiries .innerbox div.wpcf7-mail-sent-ok {
      border: none;
      text-shadow: 0px 0px 25px #ffffff; }
  @media (max-width: 768px) {
    /* line 129, assets/scss/_inquiries.scss */
    .inquiries .innerbox {
      width: 100%;
      max-width: 100%; }
      /* line 132, assets/scss/_inquiries.scss */
      .inquiries .innerbox .spaceinquiry {
        padding: 20px 0px; }
        /* line 134, assets/scss/_inquiries.scss */
        .inquiries .innerbox .spaceinquiry .wpcf7 {
          width: 100%;
          padding: 10px; }
          /* line 138, assets/scss/_inquiries.scss */
          .inquiries .innerbox .spaceinquiry .wpcf7 .submit .wpcf7-submit {
            width: 100%;
            margin: 0em auto .5em; }
      /* line 145, assets/scss/_inquiries.scss */
      .inquiries .innerbox div.wpcf7-mail-sent-ok {
        border: none;
        text-shadow: 0px 0px 25px #ffffff; } }

/* line 152, assets/scss/_inquiries.scss */
#particles-js {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

/* ▲▲▲ Scss Inquiries Document ▲▲▲ */
/* ▼▼▼ Scss life style Document ▼▼▼ */
/* line 4, assets/scss/_life-style.scss */
#life-style .article-list #hero {
  color: #fff;
  width: 100%;
  position: relative;
  background: url(/wp-content/uploads/life_style/life_common/lifestyle-hero.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 0px;
  height: 600px;
  letter-spacing: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white; }
  /* line 22, assets/scss/_life-style.scss */
  #life-style .article-list #hero:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    content: ""; }
  /* line 33, assets/scss/_life-style.scss */
  #life-style .article-list #hero h2 {
    font-size: 40px;
    letter-spacing: 4px;
    z-index: 2; }
  /* line 38, assets/scss/_life-style.scss */
  #life-style .article-list #hero p {
    margin: 2em 0 0;
    flex-basis: 48.5%;
    max-width: 48.5%;
    padding: 0;
    line-height: 0;
    max-height: fit-content;
    z-index: 2; }
/* line 49, assets/scss/_life-style.scss */
#life-style .article-list #archive .container {
  display: flex; }
  /* line 51, assets/scss/_life-style.scss */
  #life-style .article-list #archive .container .flex-wrap.archive-list {
    flex-basis: 75%;
    max-width: 75%;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0; }
    /* line 57, assets/scss/_life-style.scss */
    #life-style .article-list #archive .container .flex-wrap.archive-list li {
      margin: 0% 0% 1.5% 0%;
      flex-basis: 33%;
      max-width: 33%;
      padding: 0 1.5% 1.5%;
      box-sizing: border-box;
      position: relative; }
      /* line 64, assets/scss/_life-style.scss */
      #life-style .article-list #archive .container .flex-wrap.archive-list li a {
        color: #131313; }
        /* line 66, assets/scss/_life-style.scss */
        #life-style .article-list #archive .container .flex-wrap.archive-list li a .thumbnail {
          border-radius: 4px; }
        /* line 69, assets/scss/_life-style.scss */
        #life-style .article-list #archive .container .flex-wrap.archive-list li a .tag {
          font-size: 14px;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          /* line 74, assets/scss/_life-style.scss */
          #life-style .article-list #archive .container .flex-wrap.archive-list li a .tag .new {
            color: #ff0000;
            margin: 0 .5em 0 0; }
          /* line 78, assets/scss/_life-style.scss */
          #life-style .article-list #archive .container .flex-wrap.archive-list li a .tag .type-hideout812 {
            color: #0582ff; }
            /* line 80, assets/scss/_life-style.scss */
            #life-style .article-list #archive .container .flex-wrap.archive-list li a .tag .type-hideout812:after {
              content: "HIDEOUT812"; }
          /* line 84, assets/scss/_life-style.scss */
          #life-style .article-list #archive .container .flex-wrap.archive-list li a .tag .type-grocer {
            color: #0582ff; }
            /* line 86, assets/scss/_life-style.scss */
            #life-style .article-list #archive .container .flex-wrap.archive-list li a .tag .type-grocer:after {
              content: "宮城商店"; }
          /* line 90, assets/scss/_life-style.scss */
          #life-style .article-list #archive .container .flex-wrap.archive-list li a .tag .date {
            margin-left: auto; }
        /* line 94, assets/scss/_life-style.scss */
        #life-style .article-list #archive .container .flex-wrap.archive-list li a h3 {
          font-size: 14px;
          height: 1.5em;
          font-weight: bold;
          margin: .25em 0 .5em;
          display: -webkit-box;
          overflow: hidden;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical; }
        /* line 104, assets/scss/_life-style.scss */
        #life-style .article-list #archive .container .flex-wrap.archive-list li a .lede {
          font-size: 14px;
          height: 3em;
          display: -webkit-box;
          overflow: hidden;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
/* line 118, assets/scss/_life-style.scss */
#life-style .flex-wrap.sidebar {
  flex-basis: 25%;
  max-width: 25%;
  flex-direction: column; }
  /* line 122, assets/scss/_life-style.scss */
  #life-style .flex-wrap.sidebar .timeout-tokyo-magazine {
    display: block;
    position: relative;
    color: #131313;
    margin: 0 0 30px 0;
    border: solid 3px #131313;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    /* line 131, assets/scss/_life-style.scss */
    #life-style .flex-wrap.sidebar .timeout-tokyo-magazine:after {
      position: absolute;
      top: -12px;
      right: -10px;
      content: '';
      width: 16px;
      border-bottom: solid 3px #131313;
      height: 16px;
      background: #fff;
      transform: rotate(45deg); }
    /* line 142, assets/scss/_life-style.scss */
    #life-style .flex-wrap.sidebar .timeout-tokyo-magazine img {
      flex-basis: 48.5%;
      max-width: 48.5%;
      padding: 3%;
      box-sizing: border-box; }
    /* line 148, assets/scss/_life-style.scss */
    #life-style .flex-wrap.sidebar .timeout-tokyo-magazine div {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin: 0px;
      flex-basis: 48.5%;
      max-width: 48.5%;
      padding: 1.5%;
      box-sizing: border-box;
      text-align: center; }
      /* line 159, assets/scss/_life-style.scss */
      #life-style .flex-wrap.sidebar .timeout-tokyo-magazine div strong {
        font-size: 22px;
        line-height: 1em; }
      /* line 163, assets/scss/_life-style.scss */
      #life-style .flex-wrap.sidebar .timeout-tokyo-magazine div p {
        margin: 1em 0 0;
        font-size: 18px; }
        /* line 166, assets/scss/_life-style.scss */
        #life-style .flex-wrap.sidebar .timeout-tokyo-magazine div p.click {
          border-bottom: 1px #131313 solid; }
  /* line 172, assets/scss/_life-style.scss */
  #life-style .flex-wrap.sidebar .facebook {
    margin: 0 0 30px; }
    /* line 174, assets/scss/_life-style.scss */
    #life-style .flex-wrap.sidebar .facebook .facebook-wrapper > .fb-page {
      width: 100%; }
    /* line 177, assets/scss/_life-style.scss */
    #life-style .flex-wrap.sidebar .facebook .facebook-wrapper > .fb-page > span,
    #life-style .flex-wrap.sidebar .facebook .facebook-wrapper iframe {
      width: 100% !important; }
  /* line 182, assets/scss/_life-style.scss */
  #life-style .flex-wrap.sidebar .twitter {
    margin: 0 0 30px; }
  /* line 185, assets/scss/_life-style.scss */
  #life-style .flex-wrap.sidebar .sns-recommend {
    font-size: 10px;
    border-bottom: 1px solid #131313;
    border-top: 1px solid #131313;
    padding-top: 15px; }
    /* line 190, assets/scss/_life-style.scss */
    #life-style .flex-wrap.sidebar .sns-recommend ul {
      list-style: none; }
      /* line 192, assets/scss/_life-style.scss */
      #life-style .flex-wrap.sidebar .sns-recommend ul li {
        width: 100%;
        display: inline-block;
        margin-bottom: 15px; }
        /* line 196, assets/scss/_life-style.scss */
        #life-style .flex-wrap.sidebar .sns-recommend ul li a {
          color: #131313;
          padding: .5em; }
          /* line 199, assets/scss/_life-style.scss */
          #life-style .flex-wrap.sidebar .sns-recommend ul li a i {
            padding: 0 .5em 0 0; }
          /* line 202, assets/scss/_life-style.scss */
          #life-style .flex-wrap.sidebar .sns-recommend ul li a:hover {
            opacity: .5; }

/* ▲▲▲ Scss life style Document ▲▲▲ */
/* ▼▼▼ Scss privacypolicy Document ▼▼▼ */
/* line 4, assets/scss/_privacypolicy.scss */
#privacypolicy .container h2 {
  margin: 0 0 50px; }
/* line 7, assets/scss/_privacypolicy.scss */
#privacypolicy .container .lead {
  margin: 0 0 50px; }
/* line 10, assets/scss/_privacypolicy.scss */
#privacypolicy .container ol {
  padding-inline-start: 0px;
  padding: 0px 0 0 1.5em; }
  /* line 13, assets/scss/_privacypolicy.scss */
  #privacypolicy .container ol li {
    margin: 0 0 30px; }
    /* line 14, assets/scss/_privacypolicy.scss */
    #privacypolicy .container ol li h3 {
      color: #999; }

/* ▲▲▲ Scss privacypolicy Document ▲▲▲ */

/*# sourceMappingURL=style.css.map */
