@charset "UTF-8";
/*!
Theme Name: spazioedra-tokyo-aoyama
Theme URI: -
Author: spazioedra-tokyo-aoyama
Author URI: spazioedra-tokyo-aoyama
Description: spazioedra-tokyo-aoyama
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: spazioedra-tokyo-aoyama
Tags:
*/
/**
 # Vendor CSS
 */
/**
 # Foundation
 */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

main {
  display: block;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*
	SASS Vars
---------------------------------------------------------------------------- */
/*
	CSS Vars
---------------------------------------------------------------------------- */
:root {
  --color-primary: #0A0A0A;
  --color-secondary: #FFF;
  --font-base: "Helvetica Neue", "Roboto", sans-serif;
  --font-ls-base: 0.02em;
  --container-width: 1140px;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック', '游ゴシック体', '游ゴシック Medium', 'Yu Gothic Medium', YuGothic, 'Lato', sans-serif;
  color: #FFF;
  text-align: left;
  background-color: #0A0A0A;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.0em;
  overflow-wrap: break-word;
  position: relative;
}

.transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}

.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.smp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .smp {
    display: block !important;
  }
}

a:focus {
  outline: 0;
}

/**
 # Layout
 */
/*--------------------------------------------------------------
    # content.scss
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    # footer.scss
--------------------------------------------------------------*/
/*
    Footer
--------------------------------------------------------------*/
.l--footer {
  background-color: var(--color-primary);
  padding: 124px 24px;
  position: relative;
  z-index: 1;
}

.l--footer__inner {
  max-width: 1520px;
  margin: 0 auto;
}

.l--footer-logo {
  width: calc(240 / 1430 * 100%);
  display: block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.l--footer-logo svg {
  max-width: 228px;
  height: auto;
}

.l--footer-logo:hover {
  opacity: 0.45;
}

.l--footer-list {
  display: flex;
  justify-content: flex-end;
  width: calc(960 / 1430 * 100%);
  flex-wrap: wrap;
}

.l--footer-list > li {
  margin-right: calc(40 / 1430 * 100%);
}

.l--footer-list > li > a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  font-family: var(--font-base);
  letter-spacing: var(--font-ls-base);
  font-size: 2.1rem;
  font-weight: 300;
  position: relative;
}

.l--footer-list > li > a:link {
  text-decoration: none;
  color: #FFF;
}

.l--footer-list > li > a:visited {
  text-decoration: none;
  color: #FFF;
}

.l--footer-list > li > a:hover {
  text-decoration: none;
  color: #FFF;
}

.l--footer-list > li > a:hover:after {
  width: 100%;
}

.l--footer-list > li > a:after {
  content: "";
  background-color: #FFF;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.l--footer-list > li > a.link--disabled {
  pointer-events: none;
  cursor: default;
  color: #646464;
}

.l--footer-snslist {
  display: flex;
  flex-wrap: wrap;
}

.l--footer-snslist > li {
  margin: 0 20px 0 0;
}

.l--footer-snslist > li > a {
  display: block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  width: calc(32 / 1920 * 100vw);
}

.l--footer-snslist > li > a:hover {
  opacity: 0.45;
}

.l--footer-snslist > li > a svg {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

.l--footer__address {
  width: calc(360 / 1430 * 100%);
  display: flex;
  min-height: 175px;
  align-items: center;
  font-style: normal;
  font-family: var(--font-base);
  color: #FFF;
  font-size: 1.3rem;
  letter-spacing: var(--font-ls-base);
  font-weight: 300;
  line-height: 1.61538;
}

.l--footer__copyright {
  width: calc(600 / 1430 * 100%);
  display: flex;
  min-height: 175px;
  align-items: center;
  font-style: normal;
  font-family: var(--font-base);
  color: #FFF;
  font-size: 1.3rem;
  letter-spacing: var(--font-ls-base);
  font-weight: 300;
  line-height: 1.61538;
  position: relative;
}

.l--footer__copyright:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #FFF;
  display: block;
}

.l--footer__meta {
  width: calc(470 / 1430 * 100%);
  display: flex;
  padding: 0 0 0 calc(75 / 1430 * 100%);
  align-items: center;
  position: relative;
  min-height: 175px;
}

.l--footer__meta-caution {
  position: absolute;
  display: block;
  color: #FFF;
  font-size: 1.3rem;
  letter-spacing: var(--font-ls-base);
  right: 0;
  bottom: 0;
}

.l--footer__meta-logo {
  width: 150px;
  margin-right: calc(60 / 470 * 100%);
  display: block;
}

.l--footer__meta-logo svg {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

.l--footer-primary {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 60px 45px;
  margin: 0 0 15px;
}

.l--footer-primary__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l--footer-secondry {
  padding: 0 45px;
  min-height: 175px;
}

.l--footer-secondry__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l--footer {
    padding: calc(80 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
  .l--footer__inner {
    max-width: initial;
  }
  .l--footer-logo {
    width: calc(240 / 390 * 100vw);
    margin: 0 auto calc(30 / 390 * 100vw);
  }
  .l--footer-logo svg {
    max-width: calc(240 / 390 * 100vw);
    height: auto;
  }
  .l--footer-list {
    display: flex;
    justify-content: center;
    width: auto;
    flex-wrap: wrap;
    margin: 0 0 calc(16 / 390 * 100vw);
  }
  .l--footer-list > li {
    margin: 0 calc(8 / 390 * 100vw) calc(16 / 390 * 100vw);
  }
  .l--footer-list > li > a {
    font-size: calc(15 / 390 * 100vw);
  }
  .l--footer-list > li > a:after {
    display: none;
  }
  .l--footer-snslist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .l--footer-snslist > li {
    margin: 0 calc(10 / 390 * 100vw) 0;
  }
  .l--footer-snslist > li > a {
    display: block;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all  0.25s ease;
    width: calc(32 / 390 * 100vw);
  }
  .l--footer-snslist > li > a:hover {
    opacity: 0.45;
  }
  .l--footer-snslist > li > a svg {
    width: 100%;
    vertical-align: bottom;
    height: auto;
  }
  .l--footer__address {
    width: auto;
    display: block;
    font-size: calc(13 / 390 * 100vw);
    letter-spacing: var(--font-ls-base);
    min-height: auto;
    margin: 0 0 6.15385vw;
    padding: 0 calc(20 / 390 * 100vw);
  }
  .l--footer__copyright {
    width: auto;
    display: block;
    min-height: auto;
    font-style: normal;
    font-size: calc(13 / 390 * 100vw);
    letter-spacing: var(--font-ls-base);
    font-weight: 300;
    line-height: 1.61538;
    position: relative;
    padding: 0 calc(20 / 390 * 100vw) calc(40 / 390 * 100vw);
    border-bottom: 1px solid #FFF;
  }
  .l--footer__copyright:after {
    display: none;
  }
  .l--footer__meta {
    width: auto;
    display: block;
    padding: calc(40 / 390 * 100vw) 0 0;
    min-height: inherit;
  }
  .l--footer__meta-caution {
    position: relative;
    font-size: calc(13 / 390 * 100vw);
    right: inherit;
    bottom: inherit;
    display: block;
    text-align: center;
    margin: calc(16 / 390 * 100vw) 0 0;
  }
  .l--footer__meta-logo {
    width: calc(140 / 390 * 100vw);
    margin: 0 auto calc(32 / 390 * 100vw);
    display: block;
  }
  .l--footer-primary {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: calc(40 / 390 * 100vw) calc(10 / 390 * 100vw);
    margin: 0;
  }
  .l--footer-primary .l--footer-snslist {
    justify-content: center;
  }
  .l--footer-primary .l--footer-snslist > li {
    margin: 0;
  }
  .l--footer-primary__inner {
    display: block;
  }
  .l--footer-secondry {
    padding: calc(40 / 390 * 100vw) 0;
    min-height: initial;
  }
  .l--footer-secondry__inner {
    display: block;
  }
}

/*--------------------------------------------------------------
    # header.scss
--------------------------------------------------------------*/
/*
    Header
--------------------------------------------------------------*/
.l--header {
  width: 100%;
  position: relative;
}

.l--header__inner {
  min-height: 145px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l--header-logo a {
  width: 190px;
  display: block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.l--header-logo a svg {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

.l--header-logo a:hover {
  opacity: 0.45;
}

@media screen and (max-width: 768px) {
  .l--header__inner {
    min-height: calc(120 / 390 * 100vw);
  }
  .l--header-logo a {
    width: calc(190 / 390 * 100vw);
  }
}

/**
 # Objects -  Compornent -
 */
/*
	blockquote.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper blockquote {
  margin: 30px 0px 30px 5px;
  padding: 30px 15px 30px 20px;
  margin-top: 20px;
  font-style: normal;
  border-left: 5px solid #cccccc;
  background-color: #f6f6f6;
  position: relative;
}

.edit-post-layout .editor-styles-wrapper blockquote p {
  position: relative;
  z-index: 3;
}

.edit-post-layout .editor-styles-wrapper blockquote p:last-child {
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper blockquote:before {
  content: "”";
  font-size: 300%;
  font-weight: bold;
  line-height: 0.8em;
  font-family: 'Times New Roman', "ＭＳ Ｐゴシック", sans-serif;
  color: #cccccc;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper blockquote {
    margin: calc(30 / 390 * 100vw) 0px calc(30 / 390 * 100vw) 5px;
    padding: calc(30 / 390 * 100vw) calc(15 / 390 * 100vw) calc(30 / 390 * 100vw) calc(20 / 390 * 100vw);
    margin-top: calc(20 / 390 * 100vw);
    border-left: calc(5 / 390 * 100vw) solid #cccccc;
  }
}

/*
    display.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .wp-block-column img {
  width: 100%;
  vertical-align: bottom;
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .wp-block-columns {
    gap: 0;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-column .wp-block-image {
    margin: 0 auto calc(20 / 390 * 100vw);
  }
}

/*
    headline.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper h1 {
  font-size: 3.4rem;
  font-weight: 300;
  color: #FFF;
  margin: 0 0 40px;
  line-height: 1.08824;
}

.edit-post-layout .editor-styles-wrapper h2 {
  font-size: 2.2rem;
  color: #FFF;
  margin: 2.5em 0 1.5em;
  line-height: 1.36364;
  position: relative;
  font-weight: 400;
  position: relative;
}

.edit-post-layout .editor-styles-wrapper h2:first-child {
  margin: 0 0 1.5em;
}

.edit-post-layout .editor-styles-wrapper h3 {
  font-size: 2.0rem;
  color: #FFF;
  line-height: 1.3;
  font-weight: 400;
  margin: 2.5em 0 1.5em;
  padding: 0 0 15px;
  border-bottom: 1px solid #2B2B2B;
}

.edit-post-layout .editor-styles-wrapper h3:first-child {
  margin: 0 0 1.5em;
}

.edit-post-layout .editor-styles-wrapper h4 {
  font-size: 1.8rem;
  color: #FFF;
  line-height: 1.3;
  font-weight: 400;
  margin: 2.5em 0 1.5em;
}

.edit-post-layout .editor-styles-wrapper h4:first-child {
  margin: 0 0 1.5em;
}

.edit-post-layout .editor-styles-wrapper h5 {
  font-size: 1.8rem;
  color: #FFF;
  line-height: 1.3;
  font-weight: 400;
  margin: 2.5em 0 1.5em;
}

.edit-post-layout .editor-styles-wrapper h5:first-child {
  margin: 0 0 1.5em;
}

.edit-post-layout .editor-styles-wrapper h6 {
  font-size: 1.8rem;
  color: #FFF;
  line-height: 1.3;
  font-weight: 400;
  margin: 2.5em 0 1.5em;
}

.edit-post-layout .editor-styles-wrapper h6:first-child {
  margin: 0 0 1.5em;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper h1 {
    font-size: calc(34 / 390 * 100vw);
    margin: 0 0 calc(40 / 390 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper h2 {
    font-size: calc(22 / 390 * 100vw);
    color: #FFF;
    margin: 2.5em 0 1.5em;
  }
  .edit-post-layout .editor-styles-wrapper h2:first-child {
    margin: 0 0 1.5em;
  }
  .edit-post-layout .editor-styles-wrapper h3 {
    font-size: calc(20 / 390 * 100vw);
    margin: 2.5em 0 1.5em;
    padding: 0 0 calc(15 / 390 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper h3:first-child {
    margin: 0 0 1.5em;
  }
  .edit-post-layout .editor-styles-wrapper h4 {
    font-size: calc(18 / 390 * 100vw);
    margin: 2.5em 0 1.5em;
  }
  .edit-post-layout .editor-styles-wrapper h4:first-child {
    margin: 0 0 1.5em;
  }
  .edit-post-layout .editor-styles-wrapper h5 {
    font-size: calc(18 / 390 * 100vw);
    margin: 2.5em 0 1.5em;
  }
  .edit-post-layout .editor-styles-wrapper h5:first-child {
    margin: 0 0 1.5em;
  }
  .edit-post-layout .editor-styles-wrapper h6 {
    font-size: calc(18 / 390 * 100vw);
    margin: 2.5em 0 1.5em;
  }
  .edit-post-layout .editor-styles-wrapper h6:first-child {
    margin: 0 0 1.5em;
  }
}

/*
	hr.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  max-width: initial;
}

.wp-block-separator {
  border-bottom: 1px solid #FFF;
}

/*
	images.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .wp-block-image {
  clear: both;
  margin: 0 auto 30px;
}

.edit-post-layout .editor-styles-wrapper .wp-element-caption {
  line-height: 1.35;
}

.edit-post-layout .editor-styles-wrapper .wp-block-image .aligncenter {
  margin: 0 auto;
}

.edit-post-layout .editor-styles-wrapper .wp-block-image .aligncenter img {
  max-width: 100%;
  width: auto;
}

.wp-block-media-text__media img {
  height: auto;
}

.wp-block-image img {
  height: auto;
}

.wp-block {
  margin-top: 0;
}

.edit-post-layout .editor-styles-wrapper img.size-full {
  width: auto;
  margin: 0 auto;
  height: auto;
  display: block;
}

.edit-post-layout .editor-styles-wrapper .wp-block-image .size-full {
  width: auto;
  margin: 0 auto;
  height: auto;
}

/*
    list.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .block-library-list ol, .edit-post-layout .editor-styles-wrapper .block-library-list ul {
  padding-left: 0;
}

.edit-post-layout .editor-styles-wrapper ul {
  margin: 0 0 2.5em;
  padding: 0;
  counter-reset: number;
}

.edit-post-layout .editor-styles-wrapper ul li {
  font-size: 1.5rem;
  color: #FFF;
  position: relative;
  line-height: 1.5;
  padding: 0 0 15px 0;
  margin: 0 0 15px;
  list-style: none;
  list-style-position: outside;
  border-bottom: 1px solid #2B2B2B;
}

.edit-post-layout .editor-styles-wrapper ul li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.edit-post-layout .editor-styles-wrapper ul li.list-02 {
  padding: 0 0 15px 1.5em;
  text-indent: -0.0em;
  position: relative;
}

.edit-post-layout .editor-styles-wrapper ul li.list-02:before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  display: block;
  background-color: #FFF;
  left: 0;
  top: 10px;
  border-radius: 50%;
}

.edit-post-layout .editor-styles-wrapper ul li.list-num {
  list-style-position: outside;
  padding: 0 0 15px 35px;
  position: relative;
}

.edit-post-layout .editor-styles-wrapper ul li.list-num:before {
  counter-increment: number;
  content: counter(number) "";
  display: block;
  position: absolute;
  font-size: 1.5rem;
  text-align: center;
  left: 0;
  top: 0px;
  color: #FFF;
  margin-right: .5em;
}

.edit-post-layout .editor-styles-wrapper ol {
  margin: 0 0 2.5em;
  padding: 0;
  list-style: none;
  counter-reset: number;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper ol li {
  font-size: 1.5rem;
  color: #FFF;
  padding: 0 0 15px 35px;
  margin: 0 0 15px;
  line-height: 1.5;
  position: relative;
  list-style: none;
  list-style-position: outside;
  border-bottom: 1px solid #2B2B2B;
}

.edit-post-layout .editor-styles-wrapper ol li:before {
  counter-increment: number;
  content: counter(number) "";
  display: block;
  position: absolute;
  font-size: 1.4rem;
  background-color: #2B2B2B;
  border-radius: 50%;
  text-align: center;
  left: 0;
  top: 0px;
  color: #FFF;
  margin-right: .5em;
  width: 20px;
  height: 20px;
  line-height: 2.0rem;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .block-library-list ol, .edit-post-layout .editor-styles-wrapper .block-library-list ul {
    padding-left: 0;
  }
  .edit-post-layout .editor-styles-wrapper ul li {
    font-size: calc(15 / 390 * 100vw);
    padding: 0 0 calc(15 / 390 * 100vw) 0;
    margin: 0 0 calc(15 / 390 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper ul li.list-num {
    padding: 0 0 calc(15 / 390 * 100vw) calc(35 / 390 * 100vw);
    position: relative;
  }
  .edit-post-layout .editor-styles-wrapper ul li.list-num:before {
    font-size: calc(15 / 390 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper ol li {
    font-size: calc(15 / 390 * 100vw);
    padding: 0 0 calc(15 / 390 * 100vw) calc(35 / 390 * 100vw);
    margin: 0 0 calc(15 / 390 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper ol li:before {
    font-size: calc(14 / 390 * 100vw);
    width: calc(20 / 390 * 100vw);
    height: calc(20 / 390 * 100vw);
    line-height: calc(20 / 390 * 100vw);
  }
}

/*
    table.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper table {
  margin: 0 0 2.5em;
  width: 100%;
}

.edit-post-layout .editor-styles-wrapper table p {
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper table thead th {
  border: 1px solid #2B2B2B;
  padding: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #FFF;
  line-height: 1.5;
  background-color: #F2F2F2;
}

.edit-post-layout .editor-styles-wrapper table th {
  border: 1px solid #2B2B2B;
  padding: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #FFF;
  line-height: 1.5;
  background-color: #F2F2F2;
}

.edit-post-layout .editor-styles-wrapper table th.head__a {
  background-color: #EDF1F9;
}

.edit-post-layout .editor-styles-wrapper table td {
  color: #FFF;
  padding: 20px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border: 1px solid #2B2B2B;
}

.edit-post-layout .editor-styles-wrapper table td.head__a {
  background-color: #EDF1F9;
}

.edit-post-layout .editor-styles-wrapper .wp-block-table tr td:nth-child(1) {
  border: none;
  background-color: #2B2B2B;
  padding: 30px 20px 20px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  width: 15%;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper table thead th {
    padding: calc(20 / 390 * 100vw);
    font-size: calc(15 / 390 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper table th {
    border: 1px solid #2B2B2B;
    padding: calc(20 / 390 * 100vw);
    font-size: calc(15 / 390 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper table td {
    padding: calc(20 / 390 * 100vw);
    font-size: calc(15 / 390 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-table tr td:nth-child(1) {
    padding: calc(30 / 390 * 100vw) calc(20 / 390 * 100vw) calc(20 / 390 * 100vw);
    font-size: calc(15 / 390 * 100vw);
  }
}

/*
    _text.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper p {
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 300;
  word-break: break-all;
  margin: 0 0 1.0em;
  letter-spacing: 0.021em;
}

.edit-post-layout .editor-styles-wrapper p em {
  font-style: italic;
}

.edit-post-layout .editor-styles-wrapper p strong {
  font-weight: 700;
}

.edit-post-layout .editor-styles-wrapper p mark {
  font-weight: normal;
  font-style: normal;
}

.edit-post-layout .editor-styles-wrapper p a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  color: #FFF;
}

.edit-post-layout .editor-styles-wrapper p a:link {
  color: #FFF;
  text-decoration: underline;
}

.edit-post-layout .editor-styles-wrapper p a:visited {
  color: #FFF;
  text-decoration: underline;
}

.edit-post-layout .editor-styles-wrapper p a:hover {
  color: #FFF;
  text-decoration: none;
  opacity: 0.50;
}

.edit-post-layout .editor-styles-wrapper .style-interview {
  font-weight: 700;
  color: #0337AC;
}

.edit-post-layout .editor-styles-wrapper .style-yellowMarker {
  background: #FFF25C;
  display: inline;
  padding: 3px 5px;
  font-style: normal;
  color: #000;
}

.edit-post-layout .editor-styles-wrapper .style-yellowMarker-normal {
  background: linear-gradient(transparent 55%, #FEF4BF 55%);
  font-weight: 700;
}

.edit-post-layout .editor-styles-wrapper .style-yellowMarker-line {
  border-bottom: 2px solid #FDEA80;
  font-weight: 700;
}

.edit-post-layout .editor-styles-wrapper .style-yellow-marker {
  background: #FFF25C;
  display: inline;
  padding: 3px 5px;
  font-style: normal;
  color: #000;
}

.edit-post-layout .editor-styles-wrapper .style-yellow-marker-normal {
  background: linear-gradient(transparent 55%, #FEF4BF 55%);
  font-weight: 700;
}

.edit-post-layout .editor-styles-wrapper .style-yellow-marker-line {
  border-bottom: 2px solid #FDEA80;
  font-weight: 700;
}

.edit-post-layout .editor-styles-wrapper .style-caption-left {
  display: block;
  text-align: left;
}

.edit-post-layout .editor-styles-wrapper .style-letter-annotation {
  font-size: 1.2rem;
  font-weight: 400;
}

.edit-post-layout .editor-styles-wrapper .style-serif {
  font-family: var(--font-serif);
}

.edit-post-layout .editor-styles-wrapper .style-catch {
  display: block;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  margin: 0 0 30px;
}

.edit-post-layout .editor-styles-wrapper .tax_saving-headline {
  border: 1px solid #000000;
  padding: 5px 10px;
  display: inline-block;
  font-size: 2.0rem;
  font-weight: 700;
}

.edit-post-layout .editor-styles-wrapper .text-right {
  text-align: right;
}

.edit-post-layout .editor-styles-wrapper .style-caption-left {
  display: block;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper p {
    font-size: calc(15 / 390 * 100vw);
    line-height: 1.4;
  }
}

/*
    _module.scss
---------------------------------------------------------------------------- */
/**
 # Objects -  Module -
 */
/*
   pager.scss
---------------------------------------------------------------------------- */
/*
    Single Pager
--------------------------------------------------------------*/
.p--single__nav {
  margin: 60px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p--single__nav-index a {
  letter-spacing: normal;
  display: inline-block;
  line-height: 1.0;
  font-size: 1.5rem;
  font-weight: 300;
  font-family: var(--font-base);
  color: #FFF;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.p--single__nav-index a:link {
  text-decoration: none;
}

.p--single__nav-index a:visited {
  text-decoration: none;
}

.p--single__nav-index a:hover {
  border: none;
  opacity: 0.65;
}

.p--single__nav-prev a {
  font-weight: 300;
  font-family: var(--font-base);
  display: block;
  margin: 0 50px 0 0;
  padding: 0 0 0 30px;
  line-height: 1;
  border-radius: 0;
  font-size: 1.5rem;
  width: auto;
  height: auto;
  border: none;
  overflow: hidden;
  color: #FFF;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  position: relative;
}

.p--single__nav-prev a:link {
  text-decoration: none;
}

.p--single__nav-prev a:visited {
  text-decoration: none;
}

.p--single__nav-prev a:hover {
  text-decoration: none;
  opacity: 0.65;
}

.p--single__nav-prev {
  position: relative;
}

.p--single__nav-prev i {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  background-image: url(assets/images/common/arrow--left__wh.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p--single__nav-next a {
  font-weight: 300;
  font-family: var(--font-base);
  display: block;
  margin: 0 0 0 50px;
  padding: 0 30px 0 0;
  line-height: 1;
  border-radius: 0;
  font-size: 1.5rem;
  width: auto;
  height: auto;
  border: none;
  overflow: hidden;
  color: #FFF;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  position: relative;
}

.p--single__nav-next a:link {
  text-decoration: none;
}

.p--single__nav-next a:visited {
  text-decoration: none;
}

.p--single__nav-next a:hover {
  text-decoration: none;
  opacity: 0.65;
}

.p--single__nav-next {
  position: relative;
}

.p--single__nav-next i {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 0;
  right: 0;
  background-image: url(assets/images/common/arrow--right__wh.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .p--single__nav {
    margin: 0 0 calc(60 / 390 * 100vw);
  }
  .p--single__nav-index a {
    font-size: calc(15 / 390 * 100vw);
    text-align: center;
    line-height: 1.25;
  }
  .p--single__nav-prev a {
    margin: 0 calc(40 / 390 * 100vw) 0 0;
    padding: 0 0 0 calc(20 / 390 * 100vw);
    line-height: 1;
    border-radius: 0;
    font-size: calc(15 / 390 * 100vw);
  }
  .p--single__nav-prev {
    position: relative;
  }
  .p--single__nav-prev i {
    width: calc(15 / 390 * 100vw);
    height: calc(15 / 390 * 100vw);
  }
  .p--single__nav-next a {
    margin: 0 0 0 calc(40 / 390 * 100vw);
    padding: 0 calc(20 / 390 * 100vw) 0 0;
    font-size: calc(15 / 390 * 100vw);
  }
  .p--single__nav-next {
    position: relative;
  }
  .p--single__nav-next i {
    width: calc(15 / 390 * 100vw);
    height: calc(15 / 390 * 100vw);
  }
}

/*
    Archives Pager
--------------------------------------------------------------*/
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 60px 0 0;
  position: relative;
}

.wp-pagenavi__inner {
  max-width: 1140px;
  margin: 0 auto;
}

.wp-pagenavi .first {
  display: none;
}

.wp-pagenavi .last {
  display: none;
}

.wp-pagenavi .nextpostslink {
  display: none;
}

.wp-pagenavi .pages {
  position: absolute;
  left: 0;
  transform: translateY(-250%);
  display: block;
  font-weight: 300;
  font-size: 1.5rem;
  font-family: var(--font-base);
  letter-spacing: 0.021em;
  padding: 0;
  border: none;
}

.wp-pagenavi a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 32px;
  margin: 0 2.5px;
  box-sizing: border-box;
  padding: 0;
  border: none;
  font-size: 1.3rem;
  font-weight: 300;
  font-family: var(--font-base);
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  border: 1px solid #626262;
}

.wp-pagenavi a:link {
  color: #FFF;
  text-decoration: none;
}

.wp-pagenavi a:visited {
  color: #FFF;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #0A0A0A;
  text-decoration: none;
  background-color: #DDDDDD;
  border: 1px solid #626262;
}

.wp-pagenavi span.current {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 300;
  font-family: var(--font-base);
  margin: 0 2.5px;
  color: #0A0A0A;
  padding: 0;
  border: none;
  position: relative;
  background-color: #DDDDDD;
  border: 1px solid #626262;
  width: 24px;
  height: 32px;
}

.wp-pagenavi span.extend {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-family: var(--font-main);
  margin: 0 5px;
  color: #626262;
  font-weight: 400;
  padding: 0;
  border: none;
  position: relative;
  background-color: #FFF;
  border: none;
  width: 27px;
  height: 27px;
}

.wp-pagenavi .previouspostslink {
  display: none;
}

.wp-pagenavi .nextpostslink {
  display: none;
}

@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin: calc(60 / 390 * 100vw) 0 0;
  }
  .wp-pagenavi__inner {
    max-width: initial;
  }
  .wp-pagenavi .pages {
    font-size: calc(15 / 390 * 100vw);
  }
  .wp-pagenavi a {
    width: calc(24 / 390 * 100vw);
    height: calc(32 / 390 * 100vw);
    margin: 0 calc(2.5 / 390 * 100vw);
    font-size: calc(13 / 390 * 100vw);
  }
  .wp-pagenavi span.current {
    font-size: calc(13 / 390 * 100vw);
    margin: 0 calc(2.5 / 390 * 100vw);
    width: calc(24 / 390 * 100vw);
    height: calc(32 / 390 * 100vw);
  }
}

/*--------------------------------------------------------------
    # _topic_path.scss
--------------------------------------------------------------*/
/*
	btn.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .cmn--button__wrap {
  text-align: center;
  display: flex;
  justify-content: center;
}

.edit-post-layout .editor-styles-wrapper .cmn--button__wrap a {
  margin: 0 auto;
}

.edit-post-layout .editor-styles-wrapper .cmn--button__wrap li {
  margin: 0;
  padding: 0;
  border: none;
  margin: 0 15px;
}

.edit-post-layout .editor-styles-wrapper .cmn--button__wrap li:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .cmn--button__wrap li:last-child {
  margin: 0;
}

.cmn--button__wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0;
}

.cmn--button__wrap a {
  margin: 0 auto;
}

.cmn--button__wrap li {
  margin: 0 15px;
  border: none;
  margin: 0;
  padding: 0;
}

.cmn--button__wrap li:before {
  display: none;
}

.cmn--button__wrap li:last-child {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .cmn--button__wrap {
    display: block;
  }
  .edit-post-layout .editor-styles-wrapper .cmn--button__wrap li {
    margin: 0 0 5.12821vw;
  }
  .cmn--button__wrap {
    display: block;
  }
  .cmn--button__wrap li {
    margin: 0 0 5.12821vw;
  }
}

.cmn--button__wrap {
  text-align: center;
  display: flex;
  justify-content: center;
}

.cmn--button__wrap a {
  margin: 0 auto;
}

.cmn--button__wrap li {
  margin: 0;
  padding: 0;
  border: none;
  margin: 0 15px;
}

.cmn--button__wrap li:before {
  display: none;
}

.cmn--button__wrap li:last-child {
  margin: 0;
}

.cmn--button01 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2B2B2B;
  border: 1px solid #2B2B2B;
  width: 206px;
  height: 40px;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.cmn--button01 div {
  display: flex;
  align-items: center;
}

.cmn--button01 span {
  display: block;
  font-weight: 300;
  font-family: var(--font-base);
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  color: #FFF;
}

.cmn--button01:link {
  text-decoration: none;
}

.cmn--button01:visited {
  text-decoration: none;
}

.cmn--button01:hover {
  text-decoration: none;
  background-color: #FFF;
  border: 1px solid #2B2B2B;
}

.cmn--button01:hover span {
  color: #2B2B2B;
}

@media screen and (max-width: 768px) {
  .cmn--button01 {
    width: calc(200 / 390 * 100vw);
    height: calc(38 / 390 * 100vw);
  }
  .cmn--button01 span {
    font-size: calc(13 / 390 * 100vw);
  }
}

/**
 # Objects -  project -
 */
/*--------------------------------------------------------------
    # _home.scss
--------------------------------------------------------------*/
/*
    Common & Config
--------------------------------------------------------------*/
.h--main {
  background-color: #0A0A0A;
  z-index: 1;
  position: relative;
}

.ancur--links {
  position: relative;
}

.ancur--links:before {
  content: "";
  margin-top: -120px;
  height: 120px;
  display: block;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .ancur--links {
    position: relative;
  }
  .ancur--links:before {
    content: "";
    margin-top: -21.33333vw;
    height: 20.51282vw;
    display: block;
    visibility: hidden;
  }
}

/*
    Hero [.h--hero]
--------------------------------------------------------------*/
.h--hero {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  margin: 0 0 9.375vw;
}

.h--hero__inner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.h--hero-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 9.375vw;
  z-index: 3;
}

.h--hero-title {
  max-width: 483px;
  margin: 0 auto 160px;
}

.h--hero-title svg {
  width: 100%;
  height: auto;
}

.h--hero-text {
  max-width: 670px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: justify;
}

.video.slide-media {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

#vc--hero {
  position: absolute;
  bottom: 4.6875vw;
  right: 13.02083333vw;
  z-index: 10;
}

#vc--hero .vc--hero-text i {
  display: block;
  width: 27px;
  height: 21px;
  background-image: url(assets/images/pages/home/icon__sound__on.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

#vc--hero .vc--hero-text i img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

#vc--hero.mute .vc--hero-text i {
  background-image: url(assets/images/pages/home/icon__sound__off.svg);
}

#vc--hero.play .vc--hero-text i {
  background-image: url(assets/images/pages/home/icon__sound__on.svg);
}

@media screen and (max-width: 768px) {
  .h--hero {
    margin: 0 0 calc(160 / 390 * 100vw);
  }
  .h--hero-content {
    bottom: calc(235 / 390 * 100vw);
  }
  .h--hero-title {
    max-width: calc(275 / 390 * 100vw);
    margin: 0 auto calc(40 / 390 * 100vw);
  }
  .h--hero-text {
    max-width: calc(310 / 390 * 100vw);
    font-size: calc(13 / 390 * 100vw);
    line-height: 1.61538;
  }
  .h--hero-text br {
    display: none;
  }
  .video.slide-media {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
  }
  #vc--hero {
    bottom: calc(80 / 390 * 100vw);
    right: calc(20 / 390 * 100vw);
  }
  #vc--hero .vc--hero-text i {
    width: calc(27 / 390 * 100vw);
    height: calc(21 / 390 * 100vw);
  }
}

/*
    Information [.h--information]
--------------------------------------------------------------*/
.h--information {
  position: relative;
  padding: 0 24px;
  margin: 0 0 170px;
}

.h--information__inner {
  max-width: 670px;
  margin: 0 auto;
}

.h--information-title {
  text-align: center;
  margin: 0 0 40px;
}

.h--information-title span {
  border-bottom: 1px solid #FFF;
  padding: 0 0 20px;
  font-weight: 200;
  font-size: 3.4rem;
  font-family: var(--font-base);
  letter-spacing: 0.037em;
  display: inline-block;
}

.h--information-list {
  margin: 0 0 40px;
}

.h--information-list > li {
  margin: 0 0 20px;
}

.h--information-box {
  display: flex;
  justify-content: space-between;
}

.h--information-box-date {
  display: block;
  width: calc(130 / 945 * 100%);
  font-size: 1.4rem;
  font-weight: 300;
  font-family: var(--font-base);
  letter-spacing: 0.02em;
}

.h--information-box-text {
  display: block;
  width: calc(815 / 945 * 100%);
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.h--information-box-text:link {
  text-decoration: none;
  color: #FFF;
}

.h--information-box-text:visited {
  text-decoration: none;
  color: #FFF;
}

.h--information-box-text:hover {
  text-decoration: none;
  color: #FFF;
  opacity: 0.45;
}

@media screen and (max-width: 768px) {
  .h--information {
    padding: 0;
    margin: 0 0 calc(80 / 390 * 100vw);
  }
  .h--information__inner {
    max-width: initial;
    margin: 0 auto;
  }
  .h--information-title {
    text-align: center;
    margin: 0 0 calc(30 / 390 * 100vw);
  }
  .h--information-title span {
    padding: 0 0 calc(20 / 390 * 100vw);
    font-size: calc(34 / 390 * 100vw);
  }
  .h--information-list {
    margin: 0 0 calc(32 / 390 * 100vw);
  }
  .h--information-list > li {
    margin: 0 0 calc(12 / 390 * 100vw);
  }
  .h--information-box-date {
    display: block;
    width: calc(70 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
  }
  .h--information-box-text {
    display: block;
    width: calc(240 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
  }
  .h--information .clamp-one-line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

/*
    Introduce [.h--introduce]
--------------------------------------------------------------*/
.h--introduce {
  padding: 0 24px;
}

.h--introduce__inner {
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.h--introduce-info {
  width: calc(310 / 1520 * 100%);
  padding: 75px 0 0;
}

.h--introduce-info-title {
  margin: 0 0 20px;
  border-bottom: 1px solid #FFF;
}

.h--introduce-info-title__main {
  font-family: var(--font-base);
  font-weight: 200;
  font-size: 1.3rem;
  color: #FFF;
  display: block;
  margin: 0 0 15px;
  letter-spacing: 0.15em;
}

.h--introduce-info-title__sub {
  font-family: var(--font-base);
  font-weight: 200;
  font-size: 3.4rem;
  color: #FFF;
  display: block;
  margin: 0 0 15px;
  letter-spacing: 0.037em;
}

.h--introduce-info-text {
  margin: 0 0 40px;
  font-weight: 300;
  letter-spacing: 0.021em;
  line-height: 1.4;
  font-size: 1.4rem;
}

.h--introduce-info-meta {
  margin: 0 0 40px;
}

.h--introduce-info-meta__address {
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  letter-spacing: 0.021em;
  line-height: 1.4;
  display: block;
  margin: 0 0 12px;
}

.h--introduce-info-meta__tel {
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  letter-spacing: 0.021em;
  line-height: 1.4;
  display: block;
  margin: 0 0 12px;
}

.h--introduce-info-meta__email {
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  letter-spacing: 0.021em;
  line-height: 1.4;
  display: block;
  margin: 0 0 12px;
}

.h--introduce-info-meta__holiday {
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  letter-spacing: 0.021em;
  line-height: 1.4;
  display: block;
}

.h--introduce-info-meta__buttonlist > li {
  margin: 0 0 10px;
}

.h--introduce-carousel {
  width: calc(1180 / 1520 * 100%);
}

.h--introduce-carousel-main {
  margin: 0 0 10px;
}

.h--introduce-carousel-caution {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}

.h--introduce-carousel-main li {
  position: relative;
}

.h--introduce-carousel-main li img {
  width: 100%;
  vertical-align: bottom;
}

.h--introduce-carousel-thumb {
  display: flex;
}

.h--introduce-carousel-thumb li {
  width: calc(148 / 1180 * 100%) !important;
  margin: 0 10px 0 0;
  cursor: pointer;
  opacity: 1.0;
  transition: opacity 0.3s;
}

.h--introduce-carousel-thumb li img {
  width: 100%;
  vertical-align: bottom;
}

.h--introduce-carousel-thumb li.is-active {
  opacity: 1;
  position: relative;
}

.h--introduce-carousel-thumb li.is-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .h--introduce {
    padding: 0;
  }
  .h--introduce__inner {
    max-width: initial;
    margin: 0 auto;
    display: block;
  }
  .h--introduce-info {
    width: auto;
    padding: calc(40 / 390 * 100vw) 0 0;
  }
  .h--introduce-info-title {
    margin: 0 0 calc(20 / 390 * 100vw);
  }
  .h--introduce-info-title__main {
    font-size: calc(13 / 390 * 100vw);
    margin: 0 0 calc(15 / 390 * 100vw);
  }
  .h--introduce-info-title__sub {
    font-size: calc(34 / 390 * 100vw);
    margin: 0 0 calc(15 / 390 * 100vw);
  }
  .h--introduce-info-text {
    margin: 0 0 calc(40 / 390 * 100vw);
    font-size: calc(15 / 390 * 100vw);
  }
  .h--introduce-info-meta {
    margin: 0 0 calc(40 / 390 * 100vw);
  }
  .h--introduce-info-meta__address {
    font-size: calc(14 / 390 * 100vw);
    margin: 0 0 calc(10 / 390 * 100vw);
  }
  .h--introduce-info-meta__tel {
    font-size: calc(14 / 390 * 100vw);
    margin: 0 0 calc(10 / 390 * 100vw);
  }
  .h--introduce-info-meta__email {
    font-size: calc(14 / 390 * 100vw);
    margin: 0 0 calc(10 / 390 * 100vw);
  }
  .h--introduce-info-meta__holiday {
    font-size: calc(14 / 390 * 100vw);
  }
  .h--introduce-info-meta__buttonlist > li {
    margin: 0 0 calc(12 / 390 * 100vw);
  }
  .h--introduce-carousel {
    width: auto;
    margin: 0 calc(-20 / 390 * 100vw);
  }
  .h--introduce-carousel-main {
    margin: 0 0 10px;
  }
  .h--introduce-carousel-caution {
    position: absolute;
    bottom: calc(5 / 390 * 100vw);
    right: calc(5 / 390 * 100vw);
    font-size: calc(8 / 390 * 100vw);
  }
  .h--introduce-carousel-thumb {
    display: none;
  }
}

/*--------------------------------------------------------------
    # _pages01.scss
--------------------------------------------------------------*/
/*
    Config & Common
--------------------------------------------------------------*/
.l--headline {
  padding: 55px 24px 80px;
}

.l--headline__inner {
  display: flex;
  justify-content: center;
}

.l--headline-title {
  display: inline-block;
  border-bottom: 1px solid #FFF;
  padding: 0 0 20px;
  font-weight: 200;
  font-size: 3.4rem;
  font-family: var(--font-base);
  letter-spacing: 0.037em;
}

.l--wrapper {
  width: auto;
  position: relative;
  padding: 0 24px;
}

.l--container {
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l--headline {
    padding: calc(40 / 390 * 100vw);
  }
  .l--headline-title {
    padding: 0 0 calc(20 / 390 * 100vw);
    font-size: calc(34 / 390 * 100vw);
  }
  .l--wrapper {
    width: auto;
    position: relative;
    padding: 0 calc(40 / 390 * 100vw);
  }
  .l--container {
    max-width: initial;
    margin: 0 auto;
  }
}

/*
    Access
--------------------------------------------------------------*/
.p--access-maps iframe {
  width: 100%;
  height: 450px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* Safari対応 */
}

/*
    Contact
--------------------------------------------------------------*/
.p--contact-confirm,
.p--contact-thanks {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

.p--contact-box {
  margin: 0 0 30px;
}

.p--contact-box:last-of-type {
  margin: 0 0 10px;
}

.p--contact-half {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}

.p--contact-half li {
  width: calc(560 / 1140 * 100%);
}

.p--contact-flexed {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
}

.p--contact-expcaution {
  font-size: 1.1rem;
}

.p--contact .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.5em;
  cursor: pointer;
  margin-right: 1.0em;
}

.p--contact .wpcf7-list-item input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #FFF;
  border-radius: 50%;
  background: #fff;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}

.p--contact .wpcf7-list-item input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
}

.p--contact .wpcf7-list-item input[type="radio"]:checked {
  border-color: #000;
}

.p--contact input[type=tel],
.p--contact input[type=email],
.p--contact input[type=text] {
  width: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
  background-color: #2B2B2B;
  border: none;
  color: #FFF;
  font-weight: 300;
  font-size: 1.5rem;
}

.p--contact input[type=tel]:focus,
.p--contact input[type=email]:focus,
.p--contact input[type=text]:focus {
  outline: none;
}

.p--contact input[type=tel]::placeholder,
.p--contact input[type=email]::placeholder,
.p--contact input[type=text]::placeholder {
  color: #FFF;
  font-weight: 300;
  font-size: 1.5rem;
}

.p--contact select {
  width: 100%;
  background-color: #2B2B2B;
  border: none;
  padding: 15px 10px;
  color: #FFF;
  font-weight: 300;
  font-size: 1.5rem;
  appearance: none;
  /* Firefox, Safari */
  -webkit-appearance: none;
  /* Safari */
  -moz-appearance: none;
  /* Firefox */
  background-image: url(assets/images/common/icon__arrow01__under.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center right 1.0em;
  padding-right: 2rem;
  /* アイコン分の余白 */
}

.p--contact textarea {
  width: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
  background-color: #2B2B2B;
  border: none;
  color: #FFF;
  font-weight: 300;
  font-size: 1.5rem;
  height: 150px;
}

.p--contact textarea:focus {
  outline: none;
}

.p--contact textarea::placeholder {
  color: #FFF;
  font-weight: 300;
  font-size: 1.5rem;
}

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

.p--contact .wpcf7-not-valid-tip {
  display: inline-block;
  padding: 10px;
  font-size: 1.2rem;
  margin: 1.0em 0 0;
  border: 1px solid #FFF;
  color: #FFF;
}

.p--contact-caution {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  margin: 0 0 30px;
}

.p--contact-caution a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.p--contact-caution a:link {
  color: #FFF;
}

.p--contact-caution a:visited {
  color: #FFF;
}

.p--contact-caution a:hover {
  color: #FFF;
  opacity: 0.45;
}

.p--contact-button__wrap {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
}

.p--contact-button__wrap li {
  margin: 0 10px;
}

.p--contact-button {
  width: 206px;
  height: 40px;
  margin: 0 auto;
  background-color: #2B2B2B;
  border: none;
  border-radius: 0;
  display: block;
  font-size: 1.3rem;
  font-family: var(--font-base);
  letter-spacing: 0.02em;
}

.p--contact-button:not(:disabled) {
  background-color: #2B2B2B;
  border: 1px solid #2B2B2B;
  color: #fff;
  cursor: pointer;
}

.p--contact-button:disabled {
  background-color: #000;
  border: 1px solid #2B2B2B;
  color: #555;
  cursor: not-allowed;
}

.p--contact-button.back--button {
  background-color: #000;
  border: 1px solid #2B2B2B;
}

.p--contact .wpcf7-spinner {
  display: none;
}

.p--contact-confirm-text {
  text-align: center;
  margin: 0 0 30px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.p--contact-confirm-title {
  display: none;
}

.p--contact-confirm .p--contact-flexed {
  border-bottom: 2px solid #2B2B2B;
  padding: 15px 10px;
  display: block;
}

.p--contact-confirm .p--contact-box {
  border-bottom: 2px solid #2B2B2B;
  padding: 15px 10px;
}

.p--contact-confirm .p--contact-half li {
  border-bottom: 2px solid #2B2B2B;
  padding: 15px 10px;
}

@media screen and (max-width: 768px) {
  .p--contact-box {
    margin: 0 0 calc(20 / 390 * 100vw);
  }
  .p--contact-box:last-of-type {
    margin: 0 0 calc(20 / 390 * 100vw);
  }
  .p--contact-half {
    display: block;
    margin: 0 0 calc(20 / 390 * 100vw);
  }
  .p--contact-half li {
    width: auto;
    margin: 0 0 calc(20 / 390 * 100vw);
  }
  .p--contact-flexed {
    margin: 0 0 calc(20 / 390 * 100vw);
  }
  .p--contact-expcaution {
    font-size: calc(11 / 390 * 100vw);
  }
  .p--contact .wpcf7-list-item input[type="radio"] {
    width: calc(12 / 390 * 100vw);
    height: calc(12 / 390 * 100vw);
  }
  .p--contact .wpcf7-list-item-label {
    font-size: calc(12 / 390 * 100vw);
  }
  .p--contact .wpcf7-list-item input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    top: calc(2 / 390 * 100vw);
    left: calc(2 / 390 * 100vw);
    width: calc(6 / 390 * 100vw);
    height: calc(6 / 390 * 100vw);
  }
  .p--contact input[type=tel],
  .p--contact input[type=email],
  .p--contact input[type=text] {
    padding: calc(15 / 390 * 100vw) calc(10 / 390 * 100vw);
    font-size: calc(15 / 390 * 100vw);
  }
  .p--contact input[type=tel]::placeholder,
  .p--contact input[type=email]::placeholder,
  .p--contact input[type=text]::placeholder {
    font-size: calc(15 / 390 * 100vw);
  }
  .p--contact select {
    padding: calc(15 / 390 * 100vw) calc(10 / 390 * 100vw);
    font-size: calc(15 / 390 * 100vw);
    background-size: calc(12 / 390 * 100vw);
  }
  .p--contact textarea {
    padding: calc(15 / 390 * 100vw) calc(10 / 390 * 100vw);
    font-size: calc(15 / 390 * 100vw);
    height: calc(100 / 390 * 100vw);
  }
  .p--contact textarea::placeholder {
    font-size: calc(15 / 390 * 100vw);
  }
  .p--contact .wpcf7-not-valid-tip {
    padding: calc(10 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
  }
  .p--contact-caution {
    font-size: calc(12 / 390 * 100vw);
    margin: 0 0 calc(40 / 390 * 100vw);
    line-height: 1.75;
  }
  .p--contact-button__wrap {
    margin: calc(40 / 390 * 100vw) 0 0;
  }
  .p--contact-button__wrap li {
    margin: 0 calc(10 / 390 * 100vw);
  }
  .p--contact-button {
    width: calc(160 / 390 * 100vw);
    height: calc(40 / 390 * 100vw);
    font-size: calc(13 / 390 * 100vw);
  }
  .p--contact .wpcf7-spinner {
    display: none;
  }
  .p--contact-confirm-text {
    margin: 0 0 calc(30 / 390 * 100vw);
    font-size: calc(15 / 390 * 100vw);
  }
  .p--contact-confirm .p--contact-flexed {
    padding: calc(15 / 390 * 100vw) calc(20 / 390 * 100vw);
    display: block;
  }
  .p--contact-confirm .p--contact-box {
    padding: calc(15 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
  .p--contact-confirm .p--contact-half li {
    padding: calc(15 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
}

/*--------------------------------------------------------------
    # _post.scss
--------------------------------------------------------------*/
/*
    Product [Information]
--------------------------------------------------------------*/
.p--information-main {
  margin: 0 0 120px;
}

.p--information-main-box {
  display: flex;
  justify-content: space-between;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.p--information-main-box:link {
  text-decoration: none;
}

.p--information-main-box:visited {
  text-decoration: none;
}

.p--information-main-box:hover {
  text-decoration: none;
  opacity: 0.85;
}

.p--information-main-photo {
  display: block;
  width: calc(864 / 1440 * 100%);
}

.p--information-main-photo img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

.p--information-main-content {
  display: block;
  width: calc(576 / 1440 * 100%);
}

.p--information-main-content__inner {
  padding: 0 calc(20 / 576 * 100%);
}

.p--information-main-date {
  font-size: 1.3rem;
  font-weight: 300;
  font-family: var(--font-base);
  letter-spacing: 0.021em;
  color: #FFF;
  display: block;
  margin: 0 0 20px;
}

.p--information-main-title {
  color: #FFF;
  font-size: 3.4rem;
  font-weight: 300;
  letter-spacing: 0.037em;
  line-height: 1.08824;
}

.p--information--container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 48px;
}

.p--information-list {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.p--information-list > li {
  width: calc(270 / 1140 * 100%);
  margin: 0 calc(20 / 1140 * 100%) 20px 0;
}

.p--information-list > li:nth-child(4n) {
  margin: 0 0 20px 0;
}

.p--information-list-box {
  display: block;
  aspect-ratio: 270 / 480;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.p--information-list-photo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.p--information-list-photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.p--information-list-photo img:hover {
  transform: scale(1.05);
}

.p--information-list-contents {
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #4b4b4b 50%, #141414 100%);
}

.p--information-list-contents__inner {
  padding: 20px;
}

.p--information-list-date {
  border-bottom: 1px solid #FFF;
  padding: 0 0 10px;
  margin: 0 0 10px;
  display: block;
  font-size: 1.3rem;
  letter-spacing: var(--font-ls-base);
  font-family: var(--font-base);
  font-weight: 300;
  color: #FFF;
}

.p--information-list-title {
  font-size: 1.5rem;
  letter-spacing: var(--font-ls-base);
  font-weight: 300;
  color: #FFF;
  line-height: 1.4;
}

.p--information-single {
  padding: 55px 0;
}

.p--information-single-main-photo {
  margin: 0 0 80px;
}

.p--information-single-main-photo img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

.p--information-single-meta {
  margin: 0;
}

.p--information-single-meta-date {
  font-size: 1.3rem;
  font-weight: 300;
  font-family: var(--font-base);
  letter-spacing: 0.021em;
  display: block;
  margin: 0 0 20px;
}

.p--information-single-nav-list {
  margin: 0 0 55px;
}

@media screen and (max-width: 768px) {
  .p--information .slick-arrow {
    display: none !important;
  }
  .p--information-main {
    margin: 0 0 calc(110 / 390 * 100vw);
  }
  .p--information-main__inner {
    padding: 0 calc(34 / 390 * 100vw);
  }
  .p--information-main-box {
    display: block;
  }
  .p--information-main-photo {
    width: auto;
    margin: 0 0 calc(28 / 390 * 100vw);
  }
  .p--information-main-photo img {
    width: 100%;
    vertical-align: bottom;
    height: auto;
  }
  .p--information-main-content {
    width: auto;
  }
  .p--information-main-content__inner {
    padding: 0;
  }
  .p--information-main-date {
    font-size: calc(13 / 390 * 100vw);
    margin: 0 0 calc(8 / 390 * 100vw);
  }
  .p--information-main-title {
    font-size: calc(34 / 390 * 100vw);
    line-height: 1.08824;
  }
  .p--information--container {
    max-width: initial;
    margin: 0 auto;
    padding: 0;
  }
  .p--information-list {
    max-width: initial;
    display: block;
    flex-wrap: wrap;
  }
  .p--information-list > li {
    width: auto;
    margin: 0 0 calc(40 / 390 * 100vw);
  }
  .p--information-list > li:nth-child(4n) {
    margin: 0 0 calc(40 / 390 * 100vw);
  }
  .p--information-list-box {
    display: block;
    aspect-ratio: 310 / 550;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .p--information-list-photo {
    display: block;
    aspect-ratio: 310 / 550;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
  }
  .p--information-list-photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transform: scale(1);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all  0.25s ease;
  }
  .p--information-list-contents__inner {
    padding: calc(20 / 390 * 100vw);
  }
  .p--information-list-date {
    padding: 0 0 calc(10 / 390 * 100vw);
    margin: 0 0 calc(10 / 390 * 100vw);
    font-size: calc(17 / 390 * 100vw);
  }
  .p--information-list-title {
    font-size: calc(17 / 390 * 100vw);
    line-height: 1.23529;
  }
  .p--information-single {
    padding: calc(40 / 390 * 100vw) 0;
  }
  .p--information-single-main-photo {
    margin: 0 0 calc(28 / 390 * 100vw);
  }
  .p--information-single-main-photo img {
    width: 100%;
    vertical-align: bottom;
    height: auto;
  }
  .p--information-single-meta-date {
    font-size: calc(13 / 390 * 100vw);
    margin: 0 0 calc(8 / 390 * 100vw);
  }
  .p--information-single-nav-list {
    margin: 0 0 55px;
  }
}

/*--------------------------------------------------------------
    # _page_styles.scss
--------------------------------------------------------------*/
/*
     Config [gutenberg Adjust]
--------------------------------------------------------------*/
body.acf_content {
  padding: 1.56vw;
}

body.acf_content p {
  font-size: 15px !important;
  line-height: 1.5;
  margin: 0 0 25px;
}

.wp-block {
  max-width: 100%;
}

.editor-post-title__block .editor-post-title__input {
  color: #FFF;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  margin: 0 0 2.56vw;
  position: relative;
  font-size: 3.6rem;
}

.wp-admin .edit-post-layout .editor-styles-wrapper {
  width: 80%;
  background-color: #0A0A0A;
  padding: 0 60px;
  max-width: 772px;
  margin: 0 auto;
}

.editor-styles-wrapper .editor-post-title__block a:link {
  color: #000;
  text-decoration: underline;
}

.editor-styles-wrapper .editor-post-title__block a:visited {
  color: #000;
  text-decoration: none;
}

.editor-styles-wrapper .editor-post-title__block a:hover {
  color: #000;
  text-decoration: none;
}

.editor-block-list__block-edit .block-editor-block-list__block-edit figure.is-resized {
  margin: -28px 0 0;
}

/* Admin checkBox */
.acf-input input[type=checkbox], .acf-input input[type=radio] {
  height: 1.0rem;
  width: 1.0rem;
}

.acf-input input[type=checkbox]:checked::before {
  height: 2.3125rem;
  width: 2.3125rem;
}

.wp-admin .edit-post-layout .editor-styles-wrapper .acf-taxonomy-field .acf-checkbox-list li {
  border: none;
  font-size: 13px;
  padding: 5px;
  margin: 0 0 5px;
}

.wp-admin .edit-post-layout .editor-styles-wrapper .categorychecklist-holder {
  background-color: #F5F5F5;
}

#wpcontent #wpbody .block-editor-link-control.aioseo-link-format .block-editor-link-control__settings {
  color: #000;
}

/*
     Config [ACF Adjust]
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .acf-table {
  border: #DFDFDF solid 1px;
}

.edit-post-layout .editor-styles-wrapper .acf-table td {
  border: 1px solid #CCC;
  padding: 10px;
}

.edit-post-layout .editor-styles-wrapper .acf-input .acf-actions a:link {
  color: #FFF;
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .acf-input .acf-actions a:visited {
  color: #FFF;
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .acf-input .acf-actions a:hover {
  color: #FFF;
  text-decoration: none;
}

/*
     Editor Contents
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper {
  font-family: "Noto Sans JP", 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック', '游ゴシック体', '游ゴシック Medium', 'Yu Gothic Medium', YuGothic, 'Lato', sans-serif;
}

.edit-post-layout .editor-styles-wrapper .acf-input a:link {
  color: #FFF;
  text-decoration: underline;
}

.edit-post-layout .editor-styles-wrapper .acf-input a:visited {
  color: #FFF;
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .acf-input a:hover {
  color: #FFF;
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .block-editor-block-variation-picker__variations li {
  margin: 8px 20px 0 0;
  border: none;
}

.edit-post-layout .editor-styles-wrapper .block-editor-block-variation-picker__variations li:before {
  display: none;
}

@media screen and (max-width: 768px) {
  .edit-post-layout__content .editor-styles-wrapper {
    padding: 0 7.69231vw;
  }
  .edit-post-layout .editor-styles-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .block-editor-editor-skeleton__body {
    display: block !important;
  }
}

/*
     Gutenberg Block
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .wp-block-group {
  background-color: #F5F5F5;
  margin: 40px 0 60px;
  padding: 10px;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container {
  padding: 40px;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container p:last-child {
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-reference-block {
  margin: 40px 0 60px;
  background-color: #F5F7FD;
  line-height: 1.875;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-reference-block .wp-block-group__inner-container {
  background-color: unset;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-normal-line-block {
  margin: 40px 0 60px;
  border: 1px solid #B9B9B9;
  background-color: unset;
  line-height: 1.875;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-normal-line-block .wp-block-group__inner-container {
  background-color: unset;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-relation-block {
  margin: 40px 0 60px;
  padding: 0;
  background-color: unset;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-relation-block p {
  color: #E56A00;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-relation-block .wp-block-group__inner-container {
  background-color: unset;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .g--gmap {
  border: 1px solid #e8e8e8;
  padding: 20px;
}

.edit-post-layout .editor-styles-wrapper .g--gmap__inner {
  border: 1px solid #e8e8e8;
}

.edit-post-layout .editor-styles-wrapper .g--gmap iframe {
  vertical-align: bottom;
  width: 100%;
  height: 410px;
}

.edit-post-layout .editor-styles-wrapper .g--linklist {
  background-color: #F8F8F8;
  padding: 15px;
  margin: 0 0 50px;
}

.edit-post-layout .editor-styles-wrapper .g--linklist__inner {
  padding: 20px;
  background-color: #FFF;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list {
  margin: 0;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li {
  margin: 0 0 20px;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li:last-child {
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li a {
  padding: 15px;
  border: 1px solid #e8e8e8;
  width: auto;
  display: block;
  font-weight: bold;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  background-image: url(assets/images/common/parts/arrow01__right.png);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 96.5% center;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li a:link {
  color: #333;
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li a:visited {
  color: #333;
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li a:hover {
  color: #000;
  border: 1px solid #000;
  text-decoration: none;
  background-color: #FFF;
  background-image: url(assets/images/common/parts/arrow01__right.png);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 96.5% center;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list-excheck {
  display: inline-block;
  padding: 0 20px 0 0;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist {
  background-color: #EDEDED;
  padding: 10px;
  margin: 0 0 70px;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist__inner {
  background-color: #FFF;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list {
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list-titleSub {
  font-weight: 300;
  margin: 0 0 0 15px;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list li {
  margin: 0;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list li:last-child {
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list li:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list li a {
  display: block;
  color: var(--main-color);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 25px 35px;
  position: relative;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list li a:link {
  color: var(--main-color);
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list li a:visited {
  color: var(--main-color);
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list li a:hover {
  color: var(--main-color);
  text-decoration: none;
  background-color: #F5F5F5;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list li a:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 22px;
  position: relative;
  background-image: url(assets/images/common/parts/icon__pdf.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 0 20px;
  vertical-align: middle;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox {
  margin: 50px 0 80px;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list {
  display: flex;
  flex-wrap: wrap;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li {
  border: none;
  padding: 0;
  margin: 0 3.125% 30px 0;
  width: 31.25%;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li img {
  width: 100%;
  vertical-align: bottom;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li:nth-child(3n) {
  margin: 0 0 30px 0;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-images img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
  border: 5px solid #FFF;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:link {
  color: var(--main-color);
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:visited {
  color: var(--main-color);
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:hover {
  color: var(--main-color);
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:hover .g--gallerybox-images img {
  border: 5px solid var(--main-color);
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-cap {
  margin: 15px 0 0;
  padding: 0 20px 0;
  display: block;
  background-image: url(assets/images/common/parts/arrow01__right.png);
  background-repeat: no-repeat;
  background-size: 11px 11px;
  background-position: right center;
  text-align: center;
  color: #000;
  font-size: 2.0rem;
  font-weight: 700;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-cap em {
  font-style: normal;
  display: block;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.0;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-cap.no-icon {
  background-image: none;
  font-weight: 400;
  font-size: 1.3rem;
}

.edit-post-layout .editor-styles-wrapper .wp-block-embed__wrapper div {
  text-align: center;
  margin: 0 auto 30px;
}

.edit-post-layout .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 20px;
  height: 100%;
}

.edit-post-layout .editor-styles-wrapper .has-media-on-the-right .wp-block-media-text__content {
  padding: 0 20px 0 0;
  height: 100%;
}

.edit-post-layout .editor-styles-wrapper .wp-block-media-text__media {
  height: 100%;
}

.edit-post-layout .editor-styles-wrapper .wp-block-media-text {
  margin: 0 0 50px;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .wp-block-group {
    background-color: #F5F5F5;
    margin: 7.69231vw 0 15.38462vw;
    padding: 2.5641vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container {
    padding: 5.12821vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-reference-block {
    margin: 7.69231vw 0 15.38462vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-normal-line-block {
    margin: 7.69231vw 0 15.38462vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-relation-block {
    margin: 7.69231vw 0 15.38462vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--gmap {
    padding: 2.5641vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--gmap__inner {
    border: 1px solid #e8e8e8;
  }
  .edit-post-layout .editor-styles-wrapper .g--gmap iframe {
    vertical-align: bottom;
    width: 100%;
    height: 51.28205vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--linklist {
    padding: 2.5641vw;
    margin: 0 0 5.12821vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--linklist__inner {
    padding: 3.84615vw;
    background-color: #FFF;
  }
  .edit-post-layout .editor-styles-wrapper .g--linklist-list li {
    margin: 0 0 2.5641vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--linklist-list li a {
    padding: 2.5641vw;
    background-image: url(assets/images/common/parts/arrow01__right.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 96.5% center;
  }
  .edit-post-layout .editor-styles-wrapper .g--linklist-list-excheck {
    display: inline-block;
  }
  .edit-post-layout .editor-styles-wrapper .g--pdflist {
    background-color: #EDEDED;
    padding: 2.5641vw;
    margin: 0 0 vw(20);
  }
  .edit-post-layout .editor-styles-wrapper .g--pdflist-list {
    margin: 0;
  }
  .edit-post-layout .editor-styles-wrapper .g--pdflist-list-titleSub {
    font-weight: 300;
    margin: 0 0 0 vw(10);
  }
  .edit-post-layout .editor-styles-wrapper .g--pdflist-list li a {
    font-size: 3.07692vw;
    padding: 3.84615vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--pdflist-list li a:after {
    content: "";
    display: inline-block;
    width: 3.84615vw;
    height: 4.35897vw;
    margin: 0 0 0 2.5641vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox {
    margin: 0 0 7.69231vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list {
    display: flex;
    flex-wrap: wrap;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li {
    border: none;
    padding: 0;
    margin: 0 3.125% 2.5641vw 0;
    width: 47.25%;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li:before {
    display: none;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li img {
    width: 100%;
    vertical-align: bottom;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li:nth-child(3n) {
    margin: 0 3.125% 2.5641vw 0;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li:nth-child(even) {
    margin: 0 0 2.5641vw 0;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-images img {
    width: 100%;
    vertical-align: bottom;
    height: auto;
    border: 5px solid #FFF;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all  0.25s ease;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all  0.25s ease;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:link {
    color: var(--main-color);
    text-decoration: none;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:visited {
    color: var(--main-color);
    text-decoration: none;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:hover {
    color: var(--main-color);
    text-decoration: none;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:hover .g--gallerybox-images img {
    border: 5px solid var(--main-color);
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-cap {
    margin: 2.5641vw 0 0;
    padding: 0 2.5641vw 0;
    display: block;
    background-image: url(assets/images/common/parts/arrow01__right.png);
    background-repeat: no-repeat;
    background-size: 2.5641vw 2.5641vw;
    background-position: right center;
    text-align: center;
    color: #000;
    font-size: 3.84615vw;
    font-weight: 700;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-cap em {
    font-style: normal;
    display: block;
    margin: 0 0 5px;
    font-size: 2.5641vw;
    font-weight: 300;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-embed__wrapper div {
    text-align: center;
    margin: 0 auto 30px;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content {
    padding: 5.12821vw 0 0;
    height: 100%;
  }
  .edit-post-layout .editor-styles-wrapper .has-media-on-the-right .wp-block-media-text__content {
    padding: 5.12821vw 0 0;
    height: 100%;
  }
  .edit-post-layout .editor-styles-wrapper .has-media-on-the-right .wp-block-media-text__content p:last-child {
    margin: 0;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-media-text__media {
    height: 100%;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-media-text {
    margin: 0 0 5.12821vw;
  }
}

/*--------------------------------------------------------------
    # _carousel.scss
--------------------------------------------------------------*/
/*
    Carousel
--------------------------------------------------------------*/
.slide--type01 .slick-prev,
.slide--type01 .slick-next {
  position: absolute;
  top: 50%;
  z-index: 50;
  font-size: 0;
  height: 24px;
  width: 24px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.slide--type01 .slick-prev:hover,
.slide--type01 .slick-next:hover {
  opacity: 0.65;
}

.slide--type01 .slick-prev {
  left: -40px;
  background-image: url(assets/images/common/arrow--left__wh.svg);
}

.slide--type01 .slick-next {
  right: -40px;
  background-image: url(assets/images/common/arrow--right__wh.svg);
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.slick-dots > li {
  margin: 0 6px;
}

.slick-dots > li > button {
  font-size: 0;
  line-height: 1;
  padding: 0;
  margin: 0;
  width: 8px;
  height: 8px;
  background-color: #707070;
  border: none;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
}

.slick-dots > li.slick-active > button {
  background-color: #FFF;
}

/**
 # Objects -  utility -
 */
/*--------------------------------------------------------------
    # _utility.scss
--------------------------------------------------------------*/
.u-radius5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.u-radiusC {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*--------------------------------------------------------------
    # _animation.scss
--------------------------------------------------------------*/
/*
    Opening
--------------------------------------------------------------*/
body.preload .overlay--content {
  opacity: 0;
}

body.loaded .overlay--content {
  opacity: 1.0;
  transition: 1.05s cubic-bezier(0.86, 0, 0.07, 1);
}

/*
    home [keyvisual]
--------------------------------------------------------------*/
body.preload .rh--kev-title {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.5s cubic-bezier(0.09, 0.43, 0.1, 0.79) 1s;
  filter: blur(10px);
  will-change: opacity, transform;
}

body.loaded .rh--kev-title {
  opacity: 1.0;
  transform: translateY(0);
  filter: blur(0);
  will-change: opacity, transform;
}

/*
    Common
--------------------------------------------------------------*/
.parallax--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.parallax--bg.para--photo01 {
  background-image: url(assets/images/pages/home/kv__bg01.jpg);
}

.parallax--bg.para--photo02 {
  background-image: url(assets/images/pages/home/feature__py__bg01.jpg);
}

.parallax--bg.para--photo03 {
  background-image: url(assets/images/pages/product/step__bg01.jpg);
}

.parallax--trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.to-up-ani {
  opacity: 0;
  transform: translateY(40px);
  transition: 1s cubic-bezier(0.3, 0.2, 0.3, 1) 0s;
}

.to-up-ani.lazyloaded {
  opacity: 1.0;
  transform: translateY(0);
}

.lazyloaded .to-left-ani {
  transform: translateX(0%);
}

.lazyloaded .to-right-ani {
  transform: translateX(0%);
}

.to-left-ani {
  transform: translateX(-101%);
  transition: transform .6s;
  transition-delay: .3s;
  overflow: hidden;
  display: block;
}

.to-right-ani {
  transform: translateX(101%);
  transition: transform .6s;
  transition-delay: .3s;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 768px) {
  .parallax--bg.para--photo01 {
    background-image: url(assets/images/pages/home/kv__bg01__smp.jpg);
  }
  .parallax--bg.para--photo02 {
    background-image: url(assets/images/pages/home/feature__py__bg01__smp.jpg);
  }
  .parallax--bg.para--photo03 {
    background-image: url(assets/images/pages/product/step__bg01.jpg);
  }
}
/*# sourceMappingURL=style.css.map */
