@charset "UTF-8";
/*!
Theme Name: cclean
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cclean
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://use.typekit.net/hil6mgw.css");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,700;1,400&display=swap");
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format("opentype");
}
@font-face {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Trajan Pro Regular"), url("TrajanPro-Regular.woff") format("woff");
}
@font-face {
  font-family: "Trajan Pro Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Trajan Pro Bold"), url("TrajanPro-Bold.woff") format("woff");
}
.hidden-sm {
  display: block;
}
@media screen and (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
}

.visible-sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .visible-sm {
    display: block;
  }
}

.flex, .meta_info div {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .flex, .meta_info div {
    flex-wrap: wrap;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.row.no-gap {
  margin: 0;
}
.row.no-gap div[class^=col-] {
  padding: 0;
}
.row.gap15 {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.row.gap15 div[class^=col-] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.row.gap20 {
  margin-right: -10px;
  margin-left: -10px;
}
.row.gap20 div[class^=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
.row.gap30 {
  margin-right: -15px;
  margin-left: -15px;
}
.row.gap30 div[class^=col-] {
  padding-right: 15px;
  padding-left: 15px;
}
.row.gap40 {
  margin-right: -20px;
  margin-left: -20px;
}
.row.gap40 div[class^=col-] {
  padding-right: 20px;
  padding-left: 20px;
}
.row.gap80 {
  margin-right: -40px;
  margin-left: -40px;
}
.row.gap80 div[class^=col-] {
  padding-right: 40px;
  padding-left: 40px;
}
.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }

  .col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    align-items: flex-start;
  }

  .middle-sm {
    align-items: center;
  }

  .bottom-sm {
    align-items: flex-end;
  }

  .around-sm {
    justify-content: space-around;
  }

  .between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }

  .col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .start-md {
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    justify-content: center;
    text-align: center;
  }

  .end-md {
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    align-items: flex-start;
  }

  .middle-md {
    align-items: center;
  }

  .bottom-md {
    align-items: flex-end;
  }

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 74rem) {
  .container {
    width: 75rem;
  }

  .col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    align-items: flex-start;
  }

  .middle-lg {
    align-items: center;
  }

  .bottom-lg {
    align-items: flex-end;
  }

  .around-lg {
    justify-content: space-around;
  }

  .between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
body {
  background: #EBEBEB;
  color: #1A1A1A;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

a {
  color: #1A1A1A;
}

img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 80.1045%;
  max-width: 960px;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .site-header {
    padding: 0 0.625rem;
  }
}
.site-header .flex, .site-header .meta_info div, .meta_info .site-header div {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .site-header .flex, .site-header .meta_info div, .meta_info .site-header div {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .site-branding {
    z-index: 4;
  }
}

.site-title {
  margin: 20px 0;
}

.menus {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  padding: 0 0.625rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
@media screen and (min-width: 767px) {
  .menus {
    display: none;
  }
}

.menu-trigger {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #9CB6C7;
  transition: all 0.5s 0.2s;
}
.menu-trigger.active span {
  background-color: #9CB6C7;
  z-index: 100;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-13px) rotate(45deg);
}

@media screen and (max-width: 767px) {
  nav {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    color: #fff;
    text-align: center;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }
  nav .menu-gnav-container {
    min-height: 100vh;
  }
  nav ul {
    margin-top: 90px;
    padding: 20px 0;
  }
  nav ul li {
    padding: 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .main-navigation {
    display: none;
  }
}

ul.menu {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 767px) {
  ul.menu {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  ul.menu {
    flex-direction: column;
    margin-top: 90px;
  }
}
ul.menu li a {
  align-items: center;
  color: #1A1A1A;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.844rem 1.3rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  ul.menu li a {
    color: #fff;
  }
}
ul.menu li a:hover {
  background: #9CB6C7;
  color: #fff;
}
ul.menu li a:hover span {
  color: #fff;
}
ul.menu li a span {
  color: #9CB6C7;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  margin-top: 2px;
  transition: all 0.3s ease;
}

#video-area {
  position: relative;
}

#video {
  width: 100vw;
  height: auto;
  min-height: 100%;
  min-width: 100%;
}
@media screen and (max-width: 767px) {
  #video {
    position: relative;
    z-index: 0;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
    height: auto;
    min-height: auto;
  }
}

.catch-area {
  position: absolute;
  top: 15%;
  left: 8%;
}
@media screen and (max-width: 767px) {
  .catch-area {
    display: none;
  }
}
.catch-area h2,
.catch-area p {
  font-family: "Noto Serif JP", serif;
}
.catch-area h2 span,
.catch-area p span {
  background: #fff;
  display: inline-block;
  padding: 6px 20px;
}
.catch-area h2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.4375;
}
.catch-area p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.3888888889;
  margin-top: 25px;
}
.catch-area p span {
  margin-top: 6px;
  padding: 0 20px;
}

.catch-area-sm {
  display: inherit;
  padding: 0 0.625rem;
  margin-top: 30px;
}
.catch-area-sm h2 {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 767px) {
  .catch-area-sm {
    display: none;
  }
}

.update-area {
  margin-top: 28px;
}
.update-area .flex, .update-area .meta_info div, .meta_info .update-area div {
  justify-content: space-between;
}
.update-area .area {
  width: 43.75%;
}
@media screen and (max-width: 767px) {
  .update-area .area {
    margin-bottom: 40px;
    padding: 0 0.625rem;
    width: 100%;
  }
}
.update-area .area .title h3 {
  font-size: 32px;
  font-size: 2rem;
  color: #00214B;
  font-family: "Lora", serif;
  line-height: 1.34375;
}
.update-area .area .news,
.update-area .area .recruit {
  margin-top: 15px;
}
.update-area .area .news div,
.update-area .area .recruit div {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .update-area .area .news div,
.update-area .area .recruit div {
    flex-direction: row;
  }
}
.update-area .area .news div + div,
.update-area .area .recruit div + div {
  margin-top: 20px;
}
.update-area .area .news div dd,
.update-area .area .recruit div dd {
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  .update-area .area .news div dd,
.update-area .area .recruit div dd {
    margin-top: 6px;
    margin-left: 0;
  }
}
.update-area .area .news div dd a,
.update-area .area .recruit div dd a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.update-area .area .news div dd a::after,
.update-area .area .recruit div dd a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #1A1A1A;
  bottom: -2px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: left top;
}
.update-area .area .news div dd a:hover::after,
.update-area .area .recruit div dd a:hover::after {
  transform: scale(1, 1);
}
.update-area .area .news .cate-all {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 4px 6px;
  margin-left: 6px;
  color: #fff;
}
.update-area .area .news .cate-event {
  background: #579F7B;
}
.update-area .area .news .cate-news {
  background: #878CCB;
}
.update-area .news-all {
  text-align: right;
}
.update-area .news-all a {
  display: inline-block;
  margin-top: 12px;
  padding-right: 70px;
  position: relative;
  text-decoration: none;
}
.update-area .news-all a::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 60%;
  width: 35%;
  height: 1px;
  background: #120c0f;
  transition: all 0.3s;
}
.update-area .news-all a::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: auto;
  right: 7px;
  width: 15px;
  height: 1px;
  background: #120c0f;
  transform: rotate(35deg);
  transition: all 0.3s;
  transform-origin: bottom;
}
.update-area .news-all a:hover::before {
  left: 63%;
}
.update-area .news-all a:hover::after {
  right: 3px;
}

.heading-top {
  font-size: 32px;
  font-size: 2rem;
  font-weight: normal;
  padding-top: 45px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .heading-top {
    margin-bottom: 60px;
    padding-bottom: 70px;
  }
}

.heading-top span {
  position: relative;
  z-index: 2;
}

.heading-top::before {
  content: attr(data-en);
  font-size: 70px;
  font-size: 4.375rem;
  color: rgba(26, 26, 26, 0.1);
  font-family: "Lora", serif;
  font-style: italic;
  left: 26%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .heading-top::before {
    left: 0;
    transform: translateX(0%);
  }
}

.heading-top::after {
  content: "";
  position: absolute;
  bottom: 35%;
  left: 118%;
  transform: translate(-50%) rotate(30deg);
  width: 1px;
  height: 40px;
  background-color: #707070;
}
@media screen and (max-width: 767px) {
  .heading-top::after {
    bottom: 0%;
    left: 50%;
  }
}

.about-top {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .about-top {
    padding: 0 0.625rem;
    margin-top: 0;
  }
}
.about-top .flex, .about-top .meta_info div, .meta_info .about-top div {
  justify-content: space-between;
  align-items: center;
}

.company-table table th {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .company-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
    padding-bottom: 20px;
  }
}

.service {
  margin-top: 100px;
  padding: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .service {
    margin-top: 40px;
  }
}
.service .flex, .service .meta_info div, .meta_info .service div {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .service .flex, .service .meta_info div, .meta_info .service div {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .service-left img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 767px) {
  .service-right {
    margin-bottom: 40px;
  }
}
.service-right-box {
  background: #fff;
  padding: 30px 68px;
  margin-left: -34%;
}
.service-right-box .heading-top::before {
  left: 23%;
}
@media screen and (max-width: 767px) {
  .service-right-box .heading-top::before {
    transform: translateX(0%);
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .service-right-box {
    margin-left: 0;
    padding: 10px;
  }
}
.service-right p {
  margin-top: 20px;
}
.service-right .detail-link {
  text-align: right;
}
.service-right .detail-link a {
  display: inline-block;
  margin-top: 12px;
  padding-right: 70px;
  position: relative;
  text-decoration: none;
}
.service-right .detail-link a::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 60%;
  width: 35%;
  height: 1px;
  background: #120c0f;
  transition: all 0.3s;
}
.service-right .detail-link a::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: auto;
  right: 7px;
  width: 15px;
  height: 1px;
  background: #120c0f;
  transform: rotate(35deg);
  transition: all 0.3s;
  transform-origin: bottom;
}
.service-right .detail-link a:hover::before {
  left: 63%;
}
.service-right .detail-link a:hover::after {
  right: 3px;
}

.careers-top {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .careers-top {
    margin-top: 0;
    padding: 0 0.625rem;
  }
}
.careers-top .flex, .careers-top .meta_info div, .meta_info .careers-top div {
  align-items: center;
}
.careers-top-left {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .careers-top-left {
    margin-bottom: 40px;
  }
}
.careers-top-left-box {
  background: #fff;
  padding: 30px 68px;
  margin-right: -34%;
}
.careers-top-left-box .heading-top::before {
  right: 23%;
}
@media screen and (max-width: 767px) {
  .careers-top-left-box .heading-top::before {
    left: 0%;
    right: auto;
    transform: translateX(0%);
  }
}
@media screen and (max-width: 767px) {
  .careers-top-left-box {
    margin-right: 0;
    padding: 10px;
  }
}
.careers-top-left p {
  margin-top: 20px;
}
.careers-top-left .detail-link {
  text-align: right;
}
.careers-top-left .detail-link a {
  display: inline-block;
  margin-top: 12px;
  padding-right: 70px;
  position: relative;
  text-decoration: none;
}
.careers-top-left .detail-link a::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 60%;
  width: 35%;
  height: 1px;
  background: #120c0f;
  transition: all 0.3s;
}
.careers-top-left .detail-link a::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: auto;
  right: 7px;
  width: 15px;
  height: 1px;
  background: #120c0f;
  transform: rotate(35deg);
  transition: all 0.3s;
  transform-origin: bottom;
}
.careers-top-left .detail-link a:hover::before {
  left: 63%;
}
.careers-top-left .detail-link a:hover::after {
  right: 3px;
}

.access-top {
  margin-top: 100px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .access-top {
    margin-bottom: 3.75rem;
    margin-top: 0;
    padding: 0 0.625rem;
  }
  .home .access-top {
    margin-top: 40px;
  }
}
.access-top .flex, .access-top .meta_info div, .meta_info .access-top div {
  align-items: center;
  margin-top: 60px;
}
.home .access-top .flex, .home .access-top .meta_info div, .meta_info .home .access-top div {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .access-top .flex, .access-top .meta_info div, .meta_info .access-top div {
    align-items: flex-start;
    padding: 0 10px;
    margin-top: 0;
  }
  .home .access-top .flex, .home .access-top .meta_info div, .meta_info .home .access-top div {
    flex-direction: column-reverse;
    margin-top: 40px;
    padding: 10px;
  }
}
.access-top-title {
  text-align: center;
}
.access-top-title h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #00214B;
  font-family: "Lora", serif;
}
.access-top-title p {
  margin-top: 0;
}
.access-top-left {
  display: block;
  width: 50%;
  flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  .access-top-left {
    width: 100%;
    flex-basis: 100%;
  }
}
.access-top-right {
  align-items: center;
  margin-left: 100px;
}
@media screen and (max-width: 767px) {
  .access-top-right {
    margin-left: 0;
  }
}
.access-top-info {
  color: #707070;
}
@media screen and (max-width: 767px) {
  .access-top-info {
    margin-bottom: 40px;
  }
}
.access-top-info h3 {
  font-size: 20px;
  font-size: 1.25rem;
}
.access-top-info .address {
  margin-top: 2rem;
}
.access-top-info .tel {
  margin-top: 2rem;
}
.access-top-info .station {
  margin-top: 2rem;
}

.footer-contact {
  background: #fff;
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .footer-contact {
    margin-top: 3.75rem;
  }
}
.footer-contact .flex, .footer-contact .meta_info div, .meta_info .footer-contact div {
  align-items: center;
}
.footer-contact-left {
  background: #00214B;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  padding: 89px 0;
}
@media screen and (max-width: 767px) {
  .footer-contact-left {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact-left figure img {
    width: 50%;
    margin-inline: auto;
  }
}
.footer-contact-left h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
.footer-contact-right {
  font-size: 24px;
  font-size: 1.5rem;
  margin-left: 100px;
}
@media screen and (max-width: 767px) {
  .footer-contact-right {
    font-size: 16px;
    font-size: 1rem;
    margin-left: 0;
    margin-top: 40px;
    width: 100%;
    padding: 10px 10px 20px;
  }
}
.footer-contact-right .info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-contact-right .info {
    align-items: flex-start;
    flex-direction: column;
    padding: 0 0.625rem;
  }
}
.footer-contact-right .info .mail {
  margin-left: 48px;
}
@media screen and (max-width: 767px) {
  .footer-contact-right .info .mail {
    margin-left: 0;
    margin-top: 20px;
  }
}

.site-info {
  margin-top: 160px;
  margin-right: 3%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .site-info {
    margin-top: 60px;
  }
}
.site-info small {
  font-size: 14px;
  font-size: 0.875rem;
  color: #707070;
}

article .container {
  background: #fff;
  margin-top: -64px;
  padding: 20px 40px 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  article .container {
    padding: 20px 10px 40px;
    margin-top: 0;
  }
}
article .container .flex, article .container .meta_info div, .meta_info article .container div {
  align-items: center;
}
@media screen and (max-width: 767px) {
  article .wp-block-column {
    margin-bottom: 40px;
  }
  article .wp-block-image img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .entry-header {
    display: none;
  }
}
.entry-header .entry-title {
  text-transform: uppercase;
}

.entry-header-sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .entry-header-sm {
    display: block;
  }
}
.entry-header-sm .entry-title {
  text-transform: uppercase;
}

.catch-area-page-sm {
  display: inherit;
}
@media screen and (min-width: 767px) {
  .catch-area-page-sm {
    display: none;
  }
}

.page-description {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2;
  margin-left: 38px;
  padding-left: 36px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-description {
    line-height: 1.6;
    margin-left: 0;
    padding-left: 0;
    padding-top: 1rem;
  }
  .page-description br {
    display: none;
  }
}
.page-description::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 76px;
  background: #1A1A1A;
}
@media screen and (max-width: 767px) {
  .page-description::before {
    top: 6px;
    left: 0;
    width: 76px;
    height: 1px;
  }
}

.entry-content {
  margin-top: 66px;
}

.about-table th {
  font-weight: normal;
}

.meta_info {
  margin: 66px auto 1rem;
}
.meta_info div dt {
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .meta_info div dd {
    margin-left: 0;
  }
}

.news .cate-all {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 4px 6px;
  margin-left: 6px;
  color: #fff;
}
.news .cate-event {
  background: #579F7B;
}
.news .cate-news {
  background: #878CCB;
}

.breadcrumb-wrap {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}
.breadcrumb-wrap a {
  color: #0071B1;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb-wrap a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #1A1A1A;
  bottom: -2px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: left top;
}
.breadcrumb-wrap a:hover::after {
  transform: scale(1, 1);
}
.breadcrumb-wrap a::after {
  background: #0071B1;
}

.wp-pagenavi {
  margin-top: 40px;
  text-align: center;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  margin: 4px;
  padding: 10px 12px;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  text-decoration: none;
  background: #1A1A1A;
  border: 1px solid #1A1A1A;
}
.wp-pagenavi span.current, .wp-pagenavi span:hover,
.wp-pagenavi a.current,
.wp-pagenavi a:hover {
  background: #fff;
  color: #1A1A1A;
  border-color: #00214B;
}
.wp-pagenavi span.current::after, .wp-pagenavi span:hover::after,
.wp-pagenavi a.current::after,
.wp-pagenavi a:hover::after {
  content: none;
}

.entry-footer {
  margin-top: 150px;
}

.single-footer-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-footer-link a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #1A1A1A;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.single-footer-link a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #1A1A1A;
  bottom: -2px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: left top;
}
.single-footer-link a:hover::after {
  transform: scale(1, 1);
}
.single-footer-link a::after {
  background: #1A1A1A;
}
@media screen and (max-width: 767px) {
  .single-footer-link .prev {
    max-width: 33.3333333333%;
  }
}
.single-footer-link time {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .single-footer-link .all {
    max-width: 33.3333333333%;
  }
}
.single-footer-link .next {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .single-footer-link .next {
    max-width: 33.3333333333%;
  }
}
.single-footer-link .arrow-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.single-footer-link .arrow-link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  height: 10px;
  width: 10px;
}
.single-footer-link .arrow-link-left::after {
  content: "";
  border-left: 1px solid #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
  left: -16px;
  margin-right: 10px;
  transform: rotate(45deg);
}
.single-footer-link .arrow-link-right::after {
  border-right: 1px solid #1A1A1A;
  border-top: 1px solid #1A1A1A;
  content: "";
  margin-left: 10px;
  right: -18px;
  transform: rotate(45deg);
  transform: rotate(45deg);
}

.services-row:nth-of-type(n+2) {
  margin-top: 60px;
}
.services-row h3 {
  font-size: 18px;
  font-size: 1.125rem;
}
.services-row p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 8px;
}

.careers-blk1 p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #EE4936;
  margin-top: 0.75rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .careers-blk1 p {
    text-align: left;
  }
}

.careers-blk2,
.contact-blk3 {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .careers-blk2 .smf-select-control__control,
.contact-blk3 .smf-select-control__control {
    width: 100%;
  }
  .careers-blk2 .smf-form .smf-item .smf-text-control__control,
.contact-blk3 .smf-form .smf-item .smf-text-control__control {
    width: 100%;
  }
}

.snow-monkey-form {
  margin-top: 3.4375rem;
}

.access-gmap {
  margin-top: 2.5rem;
}
.access-gmap .gmap {
  max-width: 100%;
}

.contact-blk2 {
  margin-top: 1.25rem;
}

.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  opacity: 0;
  display: block;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.bgappear2 {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before,
.bgLRextend2::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1A1A1A;
}

.bgLRextend2::before {
  -webkit-animation-name: bgLRextendAnime2;
          animation-name: bgLRextendAnime2;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@-webkit-keyframes bgLRextendAnime2 {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes bgLRextendAnime2 {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger,
.bgappearTrigger2,
.bgLRextendTrigger2 {
  opacity: 0;
}
/*# sourceMappingURL=style.css.map */