/*
Theme Name:   plantsgift
Description:  
Author:       SHIN Inc.
Author URI:   https://plantsgift.com/
Version:      1.0
Template:     archetype4-4.2
*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?455ckt");
  src: url("fonts/icomoon.eot?455ckt#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?455ckt") format("truetype"), url("fonts/icomoon.woff?455ckt") format("woff"), url("fonts/icomoon.svg?455ckt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*
Theme Name:   plantsgift
Description:  
Author:       SHIN Inc.
Author URI:   https://plantsgift.com/
Version:      1.0
Template:     archetype4-4.2
*/
/*
Theme Name:   plantsgift
Description:  
Author:       SHIN Inc.
Author URI:   https://plantsgift.com/
Version:      1.0
Template:     archetype4-4.2
*/
/* Normalize
--------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*:first-child {
  margin-top: 0;
}
*:last-child {
  margin-bottom: 0;
}

html, body, div,
header, footer, main, article, section, aside, nav, figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.75;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  line-break: strict;
}
@media print, screen and (min-width: 768px) {
  html {
    font-size: 1.25vw;
  }
}
@media print, screen and (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}

body {
  overflow-x: clip;
  background: #fff;
  color: #111;
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:before, a:after {
  text-align: inherit;
  text-decoration: inherit;
}
@media print, screen and (min-width: 1280px) {
  a[href^="tel:"] {
    text-decoration: inherit;
  }
}

abbr {
  text-decoration: inherit;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-style: solid;
  border-width: 1px 0;
}

del {
  opacity: 0.8;
}

em {
  font-style: inherit;
  font-weight: bolder;
}

figcaption {
  font-weight: 700;
}

img,
iframe {
  max-width: 100%;
  min-height: 1px;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

p {
  margin: 1em 0;
}
header p, footer p {
  margin: 0;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0;
}
dd + dt {
  margin-top: 1em;
}

section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 768px) {
  section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: center;
}

th,
td {
  vertical-align: baseline;
  padding: 6px;
  border: 1px solid #666;
  text-align: left;
}

th {
  font-weight: 700;
  white-space: nowrap;
}

button,
input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.4;
  margin: 0;
  font-family: inherit;
  font-size: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

button,
[type=submit],
[type=button],
[type=reset] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  text-shadow: none;
}

[type=text],
[type=tel],
[type=email],
[type=url],
[type=search],
[type=number],
[type=date],
[type=password],
textarea,
select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
[type=text]:focus,
[type=tel]:focus,
[type=email]:focus,
[type=url]:focus,
[type=search]:focus,
[type=number]:focus,
[type=date]:focus,
[type=password]:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

[type=radio],
[type=checkbox] {
  vertical-align: baseline;
}

button,
[type=submit],
[type=button],
[type=reset],
[type=radio],
[type=checkbox] {
  cursor: pointer;
}

[disabled] {
  opacity: 0.3;
  cursor: default;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
}

/* Extends
--------------------------------*/
.post:first-child, .widget:first-child, .paragraph:first-child {
  margin-top: 0;
}

.post:last-child, .widget:last-child, .paragraph:last-child {
  margin-bottom: 0;
}

.site-content, .site-footer-content, .site-header-content {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}
@media print, screen and (min-width: 1280px) {
  .site-content, .site-footer-content, .site-header-content {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.entry-content:after {
  display: block;
  clear: both;
  content: "";
}

.wpcf7-submit, .btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  line-height: 1.5;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 auto;
  padding: 1em;
  border: 0;
  border-radius: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

/* Heading
--------------------------------*/
h2, h3, h4, h5, h6 {
  line-height: 1.25;
  font-weight: 700;
}

/* Site Width
--------------------------------*/
.site {
  margin: auto;
}

.home-bg {
  overflow: hidden;
}
.home-bg video {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 100dvh;
  z-index: -100;
  background: url(images/hero.jpg) no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1280px) {
  .home-bg video {
    width: auto;
    min-height: 120%;
  }
}
.home-bg--header video {
  z-index: -100;
}
.home-bg--footer video {
  background: url(images/hero.jpg) no-repeat;
  z-index: -101;
}

/* Common
--------------------------------*/
.image {
  text-align: center;
}

.tagline {
  text-align: center;
}

.link {
  margin-top: 1.5rem;
  text-align: center;
}

.paragraph {
  margin: 1em 0;
}
.paragraph > p {
  margin-top: 0;
  margin-bottom: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.screen-reader-text:focus {
  clip: auto !important;
  background-color: #ddd;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.screen-reader-text:before, .screen-reader-text:after {
  content: none;
}

.break {
  display: inline;
}
@media print, screen and (min-width: 768px) {
  .break {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .break-sp:before {
    white-space: pre;
    content: "\a";
  }
}
#logo .st0 {
  fill: #fff;
}
#logo .st1 {
  fill: #fff;
}
#logo.logo-w .st0 {
  fill: #fff;
}
#logo.logo-w .st1 {
  fill: #fff;
}
#logo.logo-c .st0 {
  fill: #6eaf2e;
}
#logo.logo-c .st1 {
  fill: #231815;
}

.page #logo .st0 {
  fill: #6eaf2e;
}
.page #logo .st1 {
  fill: #231815;
}
.page #logo.logo-w .st0 {
  fill: #fff;
}
.page #logo.logo-w .st1 {
  fill: #fff;
}
.page #logo.logo-c .st0 {
  fill: #6eaf2e;
}
.page #logo.logo-c .st1 {
  fill: #231815;
}

.fadein {
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.fadein.left {
  -webkit-transform: translate(-60px, 0);
          transform: translate(-60px, 0);
}
.fadein.right {
  -webkit-transform: translate(60px, 0);
          transform: translate(60px, 0);
}
.fadein.up {
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px);
}
.fadein.down {
  -webkit-transform: translate(0, -60px);
          transform: translate(0, -60px);
}
.fadein.scroll {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/* Header
--------------------------------*/
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
}
.site-header-content {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 23px;
}
@media print, screen and (min-width: 768px) {
  .site-header-content {
    padding: 50px 3.125vw;
  }
}
@media print, screen and (min-width: 1280px) {
  .site-header-content {
    padding: 50px 0;
  }
}
.site-header.page #logo .st0 {
  fill: #6eaf2e;
}
.site-header.page #logo .st1 {
  fill: #231815;
}

.site-title {
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

.header-logo {
  margin: auto auto;
  padding-left: 40px;
}
@media print, screen and (min-width: 768px) {
  .header-logo {
    margin: 0;
    padding: 0;
  }
}
.header-logo a {
  display: block;
  width: 55px;
}
@media print, screen and (min-width: 768px) {
  .header-logo a {
    width: 89px;
  }
}
.header-logo img {
  width: 100%;
  height: auto;
}

.global-nav-content {
  display: none;
  padding: 100px 0 100px 30px;
}
@media print, screen and (min-width: 768px) {
  .global-nav-content {
    padding: 130px 0 130px;
  }
}
.no-js .global-nav-content {
  display: block;
}
.global-nav__inner {
  min-height: 100%;
}
@media print, screen and (min-width: 768px) {
  .global-nav__inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 3.125vw;
  }
}
@media print, screen and (min-width: 1280px) {
  .global-nav__inner {
    padding: 0;
  }
}
.global-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .global-nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 7.8125vw;
  }
}
@media print, screen and (min-width: 1280px) {
  .global-nav__list {
    margin-bottom: 100px;
  }
}
.global-nav__item {
  width: 50%;
  margin-bottom: 20px;
  font-size: 0.75em;
}
@media print, screen and (min-width: 768px) {
  .global-nav__item {
    width: 50%;
    margin-bottom: 30px;
  }
}
.global-nav__link {
  display: block;
  text-decoration: none;
}
.global-nav__link::before {
  content: attr(data-en);
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 1em;
}
@media print, screen and (min-width: 768px) {
  .global-nav__link::before {
    font-size: 64px;
  }
}
.global-nav__link span {
  display: none;
}
.global-nav__link:hover {
  opacity: 0.6;
}

.menu-button {
  position: relative;
  background: transparent;
  color: inherit;
}
.menu-button[aria-expanded=true] {
  z-index: 100001;
}
.menu-icon {
  display: block;
}
.menu-icon__bar {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  fill: #fff;
}
.menu-icon__bar:first-child {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.menu-icon__bar:nth-child(2) {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.menu-icon__bar:nth-child(3) {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
[aria-expanded=true] .menu-icon__bar {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
[aria-expanded=true] .menu-icon__bar:first-child {
  -webkit-transform: translateX(0) translateY(0) rotate(45deg);
  transform: translateX(0) translateY(0) rotate(45deg);
}
[aria-expanded=true] .menu-icon__bar:nth-child(2) {
  -webkit-transform: translateX(0) translateY(2px) rotate(-45deg);
  transform: translateX(0) translateY(2px) rotate(-45deg);
}
[aria-expanded=true] .menu-icon__bar:nth-child(3) {
  -webkit-transform: translateX(0) translateY(2px) rotate(-45deg);
  transform: translateX(0) translateY(2px) rotate(-45deg);
  opacity: 0;
}
.menu-icon.black .menu-icon__bar {
  fill: #000;
}

.page .menu-icon .menu-icon__bar {
  fill: #000;
}

.drawer {
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100000;
  width: 100%;
  overflow: auto;
  background: rgba(100, 100, 100, 0.7);
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media print, screen and (min-width: 601px) {
  .admin-bar .drawer {
    top: 46px;
  }
}
@media print, screen and (min-width: 783px) {
  .admin-bar .drawer {
    top: 32px;
  }
}

.hero {
  height: 100vh;
  margin-bottom: 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .hero {
    margin-bottom: 0;
  }
}
.hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  margin: auto;
  height: 100%;
}
.hero-content span {
  display: block;
}
.hero-content::after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
}

.hero-catch {
  margin: auto auto 170px 0;
  padding: 0 3.125vw;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .hero-catch {
    margin-bottom: 10.15625vw;
    padding: 0 0 0 3.125vw;
  }
}
@media print, screen and (min-width: 1280px) {
  .hero-catch {
    margin-bottom: 130px;
    padding: 0;
  }
}
.hero-catch .en {
  display: block;
  margin-bottom: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.844em;
  word-wrap: break-word;
}
@media print, screen and (min-width: 768px) {
  .hero-catch .en {
    margin-bottom: 20px;
    font-size: 1.875vw;
  }
}
@media print, screen and (min-width: 1280px) {
  .hero-catch .en {
    font-size: 24px;
  }
}
.hero-catch .text {
  margin: 0;
  font-family: "Zen Old Mincho", "Yu Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.75em;
  letter-spacing: 0.15em;
  word-wrap: break-word;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}
@media print, screen and (min-width: 768px) {
  .hero-catch .text {
    font-size: 3.75vw;
    font-weight: 400;
    line-height: 166.667%;
  }
}
@media print, screen and (min-width: 1280px) {
  .hero-catch .text {
    font-size: 48px;
  }
}

.hero-logo {
  width: 228px;
  height: 155px;
  top: 0;
  right: 0;
  bottom: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .hero-logo {
    bottom: 7.8125vw;
  }
}
.hero-logo img {
  width: 100%;
  height: auto;
}

.hero-scroll {
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  position: absolute;
  font-family: "Libre Baskerville", serif;
  font-weight: 500;
  font-style: normal;
}
.hero-scroll a {
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
}
.hero-scroll a::after {
  content: "";
  display: block;
  margin: auto auto 0 auto;
  height: 40px;
  width: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hero-scroll a:hover::after {
  height: 30px;
}

.header-org {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", Meiryo, sans-serif;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .header-org {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 0.75em;
  }
}
.header-org__address {
  margin-right: 2em;
}
.header-org__tel {
  margin-right: 2em;
}
.header-org a {
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .header-org a {
    text-decoration: none;
  }
}
.header-org a:hover {
  text-decoration: underline;
}

/* Footer
--------------------------------*/
.site-footer {
  padding-bottom: 25px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", Meiryo, sans-serif;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .site-footer {
    padding-top: 80px;
    padding-bottom: 25px;
  }
}
.site-footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .site-footer-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 20px;
  }
}
.site-footer.page {
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.6);
}

.footer-logo {
  width: 180px;
  margin: 20px 0 40px;
}
@media print, screen and (min-width: 768px) {
  .footer-logo {
    width: 123px;
    margin: 0;
  }
}
.footer-logo img {
  width: 100%;
  height: auto;
}

.organization {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.813em;
  letter-spacing: 0.088em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .organization {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 3.90625vw;
    font-size: 0.75em;
    text-align: left;
  }
}
@media print, screen and (min-width: 1280px) {
  .organization {
    padding-left: 50px;
  }
}
.organization__postcode {
  margin-right: 0.5em;
  margin: 0 0 5px;
}
@media print, screen and (min-width: 768px) {
  .organization__postcode {
    margin: 0;
  }
}
.organization__address {
  margin-right: 1em;
  margin: 0 0 20px;
}
@media print, screen and (min-width: 768px) {
  .organization__address {
    margin: 0;
  }
}
.organization__open {
  margin-right: 1em;
  margin: 0 0 20px;
}
@media print, screen and (min-width: 768px) {
  .organization__open {
    margin: 0;
  }
}
.organization__tel {
  margin-right: 1em;
  margin: 0 0 20px;
}
@media print, screen and (min-width: 768px) {
  .organization__tel {
    margin: 0;
  }
}
.organization__tel:hover {
  text-decoration: underline;
}

.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto;
}
@media print, screen and (min-width: 768px) {
  .footer-sns {
    margin: 0 0 0 auto;
  }
}
.footer-sns__item a {
  text-decoration: none;
  font-size: 1.5em;
}
.footer-sns__item a:hover {
  opacity: 0.6;
}

.sns-instagram::before {
  font-family: icomoon;
  content: "\e900";
}

.copyright {
  text-align: center;
  font-size: 0.625em;
}

/* Site Content
--------------------------------*/
main.page {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media print, screen and (min-width: 768px) {
  main.page {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

.no-posts {
  font-weight: 700;
  text-align: center;
}

/* 404
--------------------------------*/
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
}
.search-form__field[type=search] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0;
}
.search-form__submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4em;
          flex: 0 0 4em;
  border: solid #ccc;
  border-width: 1px 1px 1px 0;
  border-radius: 0;
}

/* Sidebar
--------------------------------*/
/* Breadcrumbs
--------------------------------*/
.breadcrumbs {
  overflow: auto;
  margin: 0.5rem 0;
  font-size: 0.875em;
}
.breadcrumbs > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs li {
  display: inline-block;
  white-space: nowrap;
}
.breadcrumbs li:first-child {
  text-transform: uppercase;
}
.breadcrumbs li + li:before {
  margin: 0 0.3em;
  content: ">";
}

/* Home
--------------------------------*/
.common-title {
  margin-bottom: 25px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", Meiryo, sans-serif;
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.15em;
  word-wrap: break-word;
}
@media print, screen and (min-width: 768px) {
  .common-title {
    margin-bottom: 33px;
  }
}
.common-title .en {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
}
@media print, screen and (min-width: 768px) {
  .common-title .en {
    font-size: 5vw;
  }
}
@media print, screen and (min-width: 1280px) {
  .common-title .en {
    font-size: 64px;
  }
}

.common-catch {
  font-family: "Zen Old Mincho", "Yu Mincho", serif;
  font-size: 1.313em;
  line-height: 1.8em;
  letter-spacing: 0.15em;
}
.common-catch span {
  display: block;
}
.common-catch.center {
  text-align: center;
}

.common-catch2 {
  font-family: "Zen Old Mincho", "Yu Mincho", serif;
  font-size: 0.938em;
  line-height: 1.8em;
  letter-spacing: 0.15em;
}
.common-catch2 span {
  display: block;
}

.common-lead {
  margin: 20px 0;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", Meiryo, sans-serif;
  font-size: 0.813em;
  line-height: 1.688em;
  letter-spacing: 0.088em;
}
.common-lead.margin-top {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .common-lead.margin-top {
    margin-top: 50px;
  }
}
.common-lead span {
  display: block;
}
.common-lead span.tel {
  margin: 10px 0;
}
.common-lead span.open {
  margin: 10px 0;
}
.common-lead span.parking {
  margin: 10px 0;
}
.common-lead span.title {
  display: block;
  font-weight: bold;
}

.common-btn {
  display: block;
  width: 230px;
  padding: 15px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  font-size: 0.75em;
}
.common-btn:hover {
  opacity: 0.6;
}
.common-btn--service {
  width: 100%;
  margin-top: 30px;
  background-color: #fff;
  color: #000;
}
@media print, screen and (min-width: 768px) {
  .common-btn--service {
    margin-top: 70px;
  }
}
.common-btn--concept {
  margin-top: 30px;
  background-color: #fff;
  color: #000;
}
@media print, screen and (min-width: 768px) {
  .common-btn--concept {
    margin-top: 70px;
  }
}

.home-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .home-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.catcharea {
  width: 100%;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .catcharea {
    width: 34.921875vw;
    padding: 150px 25px 0 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .catcharea {
    width: 447px;
  }
}

.sticky {
  top: 0;
}
@media print, screen and (min-width: 768px) {
  .sticky {
    position: sticky;
  }
}

.contentsarea {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .contentsarea {
    width: calc(100% - 34.921875vw);
    padding-top: 150px;
  }
}
@media print, screen and (min-width: 1280px) {
  .contentsarea {
    width: calc(100% - 447px);
  }
}

.home-concept {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  min-height: 100dvh;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
}
.home-concept .home-content {
  padding-top: 80px;
}
@media print, screen and (min-width: 768px) {
  .home-concept .home-content {
    padding-top: 0;
  }
}
.home-concept__textarea {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .home-concept__textarea .sticky {
    top: 150px;
    padding-bottom: 7.03125vw;
  }
}
@media print, screen and (min-width: 1280px) {
  .home-concept__textarea .sticky {
    padding-bottom: 90px;
  }
}
.home-concept {
  /*
  &::before {
      content: "";
      display: block;
      height: 50px;
      width: 100%;
      margin-top: -50px;
      right: 0;
      left: 0;
      position: absolute;
      background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.6) 100%);
      @include mq-tablet {
          height: 100px;
          margin-top: -100px;
      }
  }
  */
}

.concept-image {
  height: auto;
  min-height: 650px;
  margin-top: 60px;
  margin-right: -3.125vw;
  margin-left: -3.125vw;
  padding-bottom: 100px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .concept-image {
    min-height: 900px;
    margin: 0;
    padding-top: 9.140625vw;
    padding-bottom: 7.03125vw;
  }
}
@media print, screen and (min-width: 1280px) {
  .concept-image {
    min-height: 1100px;
    padding-top: 117px;
    padding-bottom: 90px;
  }
}
.concept-image .img01 {
  top: 0;
  left: 0;
  margin: 0 auto auto auto;
  width: 53.90625vw;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .concept-image .img01 {
    margin: 9.140625vw auto auto auto;
    width: 32.65625vw;
  }
}
@media print, screen and (min-width: 1280px) {
  .concept-image .img01 {
    margin: 117px auto auto auto;
    width: 418px;
  }
}
.concept-image .img02 {
  top: 0;
  right: 0;
  margin: 58.59375vw auto auto auto;
  width: 31.25vw;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .concept-image .img02 {
    margin: 44.296875vw auto auto auto;
    width: 18.90625vw;
  }
}
@media print, screen and (min-width: 1280px) {
  .concept-image .img02 {
    margin: 567px auto auto auto;
    width: 242px;
  }
}
.concept-image .img03 {
  top: 0;
  right: 0;
  margin: 93.75vw 32.8125vw auto auto;
  width: 35.15625vw;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .concept-image .img03 {
    margin: 63.28125vw 20.859375vw auto auto;
    width: 22.421875vw;
  }
}
@media print, screen and (min-width: 1280px) {
  .concept-image .img03 {
    margin: 810px 267px auto auto;
    width: 287px;
  }
}

.home-about {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  height: auto;
  background-color: #f1f1f1;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .home-about {
    background-color: #fff;
    overflow: visible;
  }
}
.home-about .home-content {
  padding-top: 80px;
}
@media print, screen and (min-width: 768px) {
  .home-about .home-content {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-top: 0;
  }
}
.home-about__textarea {
  height: auto;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .home-about__textarea {
    margin-left: -3.125vw;
    padding-right: 3.125vw;
    padding-left: 3.125vw;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media print, screen and (min-width: 768px) {
  .home-about__textarea .sticky {
    top: 150px;
    padding-bottom: 7.03125vw;
  }
}
@media print, screen and (min-width: 1280px) {
  .home-about__textarea .sticky {
    padding-bottom: 90px;
  }
}
.home-about .contentsarea {
  padding-top: 0;
}
.home-about__img {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .home-about__img {
    display: block;
    margin-right: calc(50% - 35.7vw);
  }
}
@media print, screen and (min-width: 1280px) {
  .home-about__img {
    margin-right: calc(50% - 42vw);
  }
}
.home-about__img-sp {
  display: block;
  margin-top: 40px;
  margin-right: -3.125vw;
  margin-left: -3.125vw;
}
@media print, screen and (min-width: 768px) {
  .home-about__img-sp {
    display: none;
  }
}
.home-about__slide {
  margin-right: -3.125vw;
  margin-left: -3.125vw;
  position: relative;
  z-index: 0;
  background-color: #000;
}
@media print, screen and (min-width: 768px) {
  .home-about__slide {
    margin-right: calc(50% - 35.7vw);
    margin-left: calc(50% - 50vw - 447px);
  }
}
@media print, screen and (min-width: 1280px) {
  .home-about__slide {
    margin-right: calc(50% - 42vw);
  }
}

.about-catch {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2em;
  letter-spacing: 0.15em;
  text-align: center;
}

.home-about__slide01 .swiper-wrapper,
.home-about__slide02 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.home-service {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  min-height: 100dvh;
  background-color: #646464;
  color: #fff;
  top: 0;
  position: relative;
}
.home-service .home-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media print, screen and (min-width: 768px) {
  .home-service .home-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .home-service__textarea .sticky {
    top: 150px;
    padding-bottom: 7.03125vw;
  }
}
@media print, screen and (min-width: 1280px) {
  .home-service__textarea .sticky {
    padding-bottom: 90px;
  }
}

.service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .service-item {
    margin-top: 0;
    padding-bottom: 2.734375vw;
  }
}
@media print, screen and (min-width: 1280px) {
  .service-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 35px;
  }
}
.service-item__img {
  width: 100%;
}
@media print, screen and (min-width: 1280px) {
  .service-item__img {
    width: 522px;
  }
}
.service-item__text {
  width: 100%;
}
@media print, screen and (min-width: 1280px) {
  .service-item__text {
    width: calc(100% - 522px);
    padding-left: 35px;
  }
}
.service-item__title {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", Meiryo, sans-serif;
  font-size: 0.75em;
  font-weight: normal;
}
@media print, screen and (min-width: 1280px) {
  .service-item__title {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.service-item__title .en {
  display: inline-block;
  margin-right: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.667em;
  font-weight: 400;
}
.service-item__description {
  font-family: "Zen Kaku Gothic New", "Yu Gothic", Meiryo, sans-serif;
  font-size: 0.813em;
  line-height: 1.688em;
  letter-spacing: 0.088em;
}
.home-products {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background-color: #f1f1f1;
  top: 0;
  position: relative;
}
.home-products .home-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media print, screen and (min-width: 768px) {
  .home-products .home-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .home-products__textarea .sticky {
    top: 150px;
    padding-bottom: 7.03125vw;
  }
}
@media print, screen and (min-width: 1280px) {
  .home-products__textarea .sticky {
    padding-bottom: 90px;
  }
}
.home-products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 0 30px 0;
  overflow-x: scroll;
}
@media print, screen and (min-width: 768px) {
  .home-products__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: auto;
    margin-bottom: 50px;
    padding: 0;
    overflow-x: auto;
  }
}
.home-products__list::-webkit-scrollbar {
  height: 4px;
}
@media print, screen and (min-width: 768px) {
  .home-products__list::-webkit-scrollbar {
    display: none;
  }
}
.home-products__list::-webkit-scrollbar-thumb {
  background: #717171;
  border-radius: 0px;
}
@media print, screen and (min-width: 768px) {
  .home-products__list::-webkit-scrollbar-thumb {
    display: none;
  }
}
.home-products__list::-webkit-scrollbar-track {
  background-color: #D7D7D7;
  border-radius: 0px;
}
@media print, screen and (min-width: 768px) {
  .home-products__list::-webkit-scrollbar-track {
    display: none;
  }
}
.home-products__item {
  width: 100%;
  min-width: 217px;
  margin: 0 27px 0 0;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", Meiryo, sans-serif;
  font-size: 0.75em;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .home-products__item {
    width: 48%;
    min-height: auto;
    margin: 0 0 30px 0;
  }
}
.home-products__item:last-child {
  margin-right: 0;
}

.home-access {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background-color: #fff;
  top: 0;
  position: relative;
}
.home-access .home-content {
  padding-top: 80px;
}
@media print, screen and (min-width: 768px) {
  .home-access .home-content {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .home-access__textarea .sticky {
    top: 150px;
    padding-bottom: 7.03125vw;
  }
}
@media print, screen and (min-width: 1280px) {
  .home-access__textarea .sticky {
    padding-bottom: 90px;
  }
}
.home-access__movie-sp {
  display: block;
  margin-right: -3.125vw;
  margin-left: -3.125vw;
}
@media print, screen and (min-width: 768px) {
  .home-access__movie-sp {
    display: none;
  }
}
.home-access__img-sp {
  display: block;
  margin-right: -3.125vw;
  margin-left: -3.125vw;
}
@media print, screen and (min-width: 768px) {
  .home-access__img-sp {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .home-access__contentsarea {
    padding-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .access-maparea {
    margin-right: calc(50% - 32.7vw);
  }
}
@media print, screen and (min-width: 1280px) {
  .access-maparea {
    margin-right: calc(50% - 38vw);
  }
}
.access-maparea__img, .access-maparea__movie {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .access-maparea__img, .access-maparea__movie {
    display: block;
  }
}
.access-maparea__map {
  margin: 30px 0 90px;
}
@media print, screen and (min-width: 768px) {
  .access-maparea__map {
    margin: 0;
  }
}
.access-maparea__map iframe {
  width: 100%;
  height: 250px;
}
@media print, screen and (min-width: 768px) {
  .access-maparea__map iframe {
    height: 470px;
  }
}

.movie-content {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-content video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movie-content img {
  width: 100%;
  height: auto;
}
.movie-content {
  /*
  &::before {
      content: "";
      display: grid;
      place-items: center;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='2'%3E%3Crect width='1' height='1' fill='black' opacity='0.3'/%3E%3Crect x='2' width='1' height='1' fill='none'/%3E%3C/svg%3E");
      background-size: 4px 4px;
      top: 0;
      @include mq-tablet {
          background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Crect width='2' height='2' fill='black' opacity='0.3'/%3E%3Crect x='2' width='2' height='2' fill='none'/%3E%3C/svg%3E");
      }
  }
  */
}

.home-instagram {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  min-height: 100dvh;
  background-color: #F1F1F1;
  top: 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .home-instagram {
    min-height: auto;
  }
}
.home-instagram .home-content {
  padding-top: 80px;
}
@media print, screen and (min-width: 768px) {
  .home-instagram .home-content {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .home-instagram__textarea .sticky {
    top: 150px;
  }
}
.home-instagram .catcharea {
  padding-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .home-instagram .catcharea {
    padding-bottom: 150px;
  }
}
.home-instagram .contentsarea {
  padding-bottom: 90px;
}
@media print, screen and (min-width: 768px) {
  .home-instagram .contentsarea {
    padding-bottom: 150px;
  }
}

.home-contact {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  min-height: 100dvh;
  background-color: #fff;
  top: 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .home-contact {
    min-height: auto;
  }
}
.home-contact .home-content {
  padding-top: 80px;
  padding-bottom: 90px;
}
@media print, screen and (min-width: 768px) {
  .home-contact .home-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .home-contact__textarea .sticky {
    top: 150px;
  }
}
.home-contact .catcharea {
  padding-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .home-contact .catcharea {
    padding-bottom: 150px;
  }
}
.home-contact .contentsarea {
  padding-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .home-contact .contentsarea {
    padding-bottom: 150px;
  }
}

.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .contact-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contact-list__item {
  margin-bottom: 17px;
}
.contact-list__title {
  margin-bottom: 6px;
  font-size: 0.813em;
  font-weight: bold;
}
.contact-list__left {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .contact-list__left {
    width: 48%;
  }
}
.contact-list__right {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .contact-list__right {
    width: 48%;
  }
}
.contact-list__acceptance {
  width: 100%;
  margin-top: 25px;
  font-size: 0.75em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .contact-list__acceptance {
    margin-top: 50px;
  }
}
.contact-list__acceptance label {
  font-weight: bold;
}
.contact-list__btn {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .contact-list__btn {
    margin-top: 25px;
  }
}
.contact-list__btn input[type=submit] {
  display: block;
  width: 225px;
  padding: 15px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
}
.contact-list__btn input[type=submit]:hover {
  opacity: 0.6;
}

.home-gallery {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background-color: #646464;
  color: #fff;
  top: 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .home-gallery {
    min-height: auto;
  }
}
.home-gallery .home-content {
  padding-top: 80px;
}
@media print, screen and (min-width: 768px) {
  .home-gallery .home-content {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .home-gallery__textarea .sticky {
    top: 150px;
  }
}
.home-gallery .catcharea {
  padding-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .home-gallery .catcharea {
    padding-bottom: 150px;
  }
}
.home-gallery .contentsarea {
  padding-bottom: 90px;
}
@media print, screen and (min-width: 768px) {
  .home-gallery .contentsarea {
    padding-bottom: 150px;
  }
}

.home-gallery-slide {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .home-gallery-slide {
    margin-bottom: 35px;
  }
}

.home-gallery-prev::after,
.home-gallery-next::after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}

.home-gallery-prev::after {
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  rotate: -45deg;
}

.home-gallery-next::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  rotate: 45deg;
}

.home-gallery-thumbs .swiper-slide {
  opacity: 0.4;
  outline: solid 2px transparent;
  outline-offset: -2px;
}
.home-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  outline: solid 2px #6EAF2E;
}

.home-footarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100dvh;
  max-width: 1200px;
  margin: 0 auto;
  top: 0;
}
@media print, screen and (min-width: 768px) {
  .home-footarea {
    min-height: 100vh;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.home-footarea-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  margin-bottom: 33px;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .home-footarea-content {
    padding-left: 3.125vw;
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1280px) {
  .home-footarea-content {
    padding: 0;
  }
}
.home-footarea__catch {
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .home-footarea__catch {
    text-align: left;
  }
}
.home-footarea__catch .en {
  display: block;
  margin-bottom: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
  letter-spacing: 0.15em;
  word-wrap: break-word;
}
@media print, screen and (min-width: 768px) {
  .home-footarea__catch .en {
    margin-bottom: 20px;
    font-size: 1.875vw;
    font-size: 0.844em;
  }
}
@media print, screen and (min-width: 1280px) {
  .home-footarea__catch .en {
    font-size: 24px;
  }
}
.home-footarea__catch .text {
  margin: 0;
  font-family: "Zen Old Mincho", "Yu Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.75em;
  letter-spacing: 0.15em;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}
@media print, screen and (min-width: 768px) {
  .home-footarea__catch .text {
    font-size: 3.75vw;
    font-weight: 400;
    line-height: 166.667%;
  }
}
@media print, screen and (min-width: 1280px) {
  .home-footarea__catch .text {
    font-size: 48px;
  }
}
.home-footarea__catch .text span {
  display: block;
}

/* Page
--------------------------------*/
/* Post
--------------------------------*/
.post {
  margin: 4rem 0;
}

.entry-title {
  margin: 0;
}
.entry-title > a {
  text-decoration: none;
}
.entry-title > a:hover, .entry-title > a:focus {
  text-decoration: underline;
}

.entry-meta {
  margin-top: 3px;
  color: #666;
  font-size: 0.9375em;
}

.entry-content {
  margin-top: 40px;
}
.attachment .entry-content {
  text-align: center;
}
.entry-content strong {
  color: inherit;
}
.entry-content em {
  color: inherit;
  font-style: italic;
  font-weight: inherit;
}

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

.post-share {
  margin-top: 2.5rem;
}
.post-share__heading {
  display: block;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.post-share__heading:focus {
  clip: auto !important;
  background-color: #ddd;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.post-share__heading {
  margin: 0;
  padding: 0;
  border: 0;
}

/*** Wordpress Native Classes ***/
.wp-caption {
  max-width: 100%;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  margin: 1em auto;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 1em 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 1em;
  }
}

.aligncenter {
  clear: both;
}

.alignnone {
  clear: both;
  vertical-align: baseline;
}

.gallery {
  display: -ms-grid;
  display: grid;
  clear: both;
  gap: 0.5em;
  margin: 1.5em auto;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}

div.wpcf7 {
  width: 100%;
  margin: 0 auto;
}

.field {
  margin-bottom: 1.5rem;
}
.field__label {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .field__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12em;
            flex: 0 0 12em;
    padding: 3px 8px;
    text-align: right;
  }
  .field__control {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.required,
.optional {
  display: inline-block;
  vertical-align: text-bottom;
  padding: 0 0.5em;
  background: #ff3b3b;
  color: #fff;
  font-size: 0.75em;
}

.optional {
  background: #3b61ff;
}

.acceptance {
  margin: 2.5em 0;
  text-align: center;
}
.acceptance__label {
  display: inline-block;
  padding: 0.5em;
  cursor: pointer;
}

.submit {
  display: -ms-grid;
  display: grid;
      grid-template-areas: ". btn spinner";
  -ms-grid-columns: 24px 1rem 1fr 1rem 24px;
  grid-template-columns: 24px 1fr 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media print, screen and (min-width: 768px) {
  .submit {
    -ms-grid-columns: 24px 1.5rem auto 1.5rem 24px;
    grid-template-columns: 24px auto 24px;
    gap: 1.5rem;
  }
}

label[for], .wpcf7-list-item > label {
  cursor: pointer;
}

.wpcf7-submit {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: btn;
  width: 100%;
  min-width: 0;
}
@media print, screen and (min-width: 768px) {
  .wpcf7-submit {
    width: auto;
    min-width: 20em;
  }
}

.wpcf7-spinner {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: spinner;
  margin: 0;
}

.wpcf7-text.wpcf7-not-valid,
.wpcf7-textarea.wpcf7-not-valid {
  background: #fcc;
}

@media screen and (max-width: 767px) {
  .wpcf7-text {
    width: 100%;
  }
}

.wpcf7-textarea {
  width: 100%;
}

.wpcf7-checkbox,
.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 1em;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-acceptance span {
  display: inline;
  position: static;
  margin: 0;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7-recaptcha > div {
  margin: 2rem auto;
}

/* Page Navigation
--------------------------------*/
.navigation {
  margin: 4rem auto 0;
  text-align: center;
}

.post-navigation .nav-links {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "next prev";
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
}

.post-navigation a {
  display: block;
  text-decoration: none;
}

.nav-next {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: next;
  margin-right: auto;
}
.nav-next > a:before {
  font-family: FontAwesome;
  content: "\f104";
}

.nav-previous {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: prev;
  margin-left: auto;
}
.nav-previous > a:after {
  font-family: FontAwesome;
  content: "\f105";
}

.page-numbers {
  display: block;
  min-width: calc(1.5em + 2px);
  line-height: 1.5;
  padding: 0.25em;
  border: 1px solid #000;
  text-decoration: none;
}
.page-numbers:before {
  vertical-align: top;
  font-family: FontAwesome;
}
.page-numbers.prev:before {
  content: "\f104";
}
.page-numbers.next:before {
  content: "\f105";
}

/* Social
--------------------------------*/
.share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
}
.share-buttons__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 4px;
}
.share-buttons__link {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  text-decoration: none;
}
.share-buttons__link:before {
  display: block;
  font: 20px/2.4 FontAwesome, sans-serif;
  content: "\e911";
  speak: none;
}
.share-buttons__link.facebook {
  background-color: #3b5998;
}
.share-buttons__link.twitter {
  background-color: #1da1f3;
}
.share-buttons__link.googleplus {
  background-color: #dd4b39;
}
.share-buttons__link.tumblr {
  background-color: #36465d;
}
.share-buttons__link.pocket {
  background-color: #ef4056;
}
.share-buttons__link.hatena {
  background-color: #00a5de;
}
.share-buttons__link.line {
  background-color: #00c300;
}
.share-buttons__title {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.share-buttons__title:focus {
  clip: auto !important;
  background-color: #ddd;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.share-buttons__link.facebook:before {
  content: "\f09a";
}

.share-buttons__link.twitter:before {
  content: "\f099";
}

.share-buttons__link.googleplus:before {
  content: "\f0d5";
}

.share-buttons__link.tumblr:before {
  content: "\f173";
}

.share-buttons__link.pocket:before {
  content: "\f265";
}

.share-buttons__link.hatena:before {
  content: "B!";
  font-family: Verdana, sans-serif;
  font-weight: 700;
}

.share-buttons__link.line:before {
  content: "\f3c0";
}

/* Extra
--------------------------------*/
.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  list-style: none;
  margin: 0;
  padding: 0;
}
.skip-link a {
  display: block;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  border-radius: 0 0 0.5em 0;
  background: #fff;
  -webkit-transition: none;
  transition: none;
  color: rgb(0, 81, 255);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.skip-link a:focus {
  height: auto;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 16px 24px;
}

/* Media Queries
--------------------------------*/
@media print {
  body {
    min-width: 1280px;
  }
  h1, h2, h3, h4, h5, h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  figure,
  table {
    page-break-inside: avoid;
  }
}