@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*--------------------------------------------------------------
## Common
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

body, button, input, select, optgroup, textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
}
@media (max-width: 600px) {
  body, button, input, select, optgroup, textarea {
    font-size: 14px;
  }
}

.pc-on {
  display: block;
}
@media (max-width: 600px) {
  .pc-on {
    display: none;
  }
}

.sp-on {
  display: none;
}
@media (max-width: 600px) {
  .sp-on {
    display: block;
  }
}

a {
  color: #3D9A00;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}
img a {
  transition: all 0.3s ease 0s;
}
img a:hover {
  opacity: 0.5;
}

.has-themes-maincolor-color {
  color: #3D9A00;
}

.has-themes-maincolor-background-color {
  background-color: #3D9A00;
}

.has-themes-subcolor-color {
  color: #CBE9B7;
}

.has-themes-subcolor-background-color {
  background-color: #CBE9B7;
}

.has-background {
  padding: 1em 1.25em;
}

.breadcrumbs {
  font-size: 14px;
  padding: 0.25em 0.5em;
}
@media (max-width: 600px) {
  .breadcrumbs {
    font-size: 12px;
  }
}

.wp-block-button .wp-block-button__link:hover {
  background-color: black;
  color: white;
  border-color: black;
}

p {
  margin: 0.5em auto 1em;
}
p:first-child {
  margin-top: 0;
}

.is-provider-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.is-provider-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

figure.wp-block-embed.aligncenter.is-type-video.is-provider-youtube.wp-block-embed-youtube {
  text-align: center;
}

.wp-block-button__link {
  padding: calc(0.667em + 2px) calc(2.333em + 2px);
  margin: 0.25em 0;
}

:root :where(.wp-block-button.is-style-outline .wp-block-button__link) {
  padding-right: 2.33em !important;
  padding-left: 2.33em !important;
}

.map iframe {
  width: 100%;
}

p.min-text {
  font-size: 0.8em;
  margin: 0.6em 0 1em;
  font-weight: 400;
}

/*--------------------------------------------------------------
## Loading
--------------------------------------------------------------*/
.loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  width: 180px;
  height: 240px;
}

/* フェードアウト用 */
.js-loader-bg, .js-loader {
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
header#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: white;
}
header#header .sp-menu {
  display: none;
}
@media (max-width: 1080px) {
  header#header .sp-menu {
    display: block;
    background: white;
    height: 48px;
    width: 48px;
    position: fixed;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  header#header .sp-menu span {
    background-color: black;
    display: inline-block;
    height: 1px;
    width: 80%;
    position: absolute;
    left: 10%;
    transition: 0.3s ease 0s;
  }
  header#header .sp-menu span:nth-child(1) {
    top: 10px;
  }
  header#header .sp-menu span:nth-child(2) {
    top: 20px;
  }
  header#header .sp-menu span:nth-child(3) {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    display: block;
    color: black;
    top: 26px;
    background-color: inherit;
    height: auto;
    width: 100%;
    left: auto;
  }
}
header#header .sp-menu.active span:nth-child(1) {
  top: 15px;
  width: 60%;
  left: 20%;
  transform: rotate(45deg);
}
header#header .sp-menu.active span:nth-child(2) {
  top: 15px;
  width: 60%;
  left: 20%;
  transform: rotate(-45deg);
}
@media (max-width: 600px) {
  header#header {
    background-color: white;
  }
}

.mainheader {
  display: grid;
  grid-template-columns: 1fr 140px;
}
.mainheader .contact a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background: black;
  color: white;
}
.mainheader .contact a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 31.6 24.3"><path d="M21.1,12.8l10.4,9c.1-.3.2-.7.2-1V3.6l-10.5,9.2Z" fill="%23fff"/><path d="M15.8,13.8c.5,0,.9-.2,1.2-.5L30.8,1.3C30.2.5,29.2,0,28.1,0H3.5C2.4,0,1.4.5.8,1.3l13.8,12c.3.3.8.5,1.2.5" fill="%23fff"/><path d="M0,3.6v17.2c0,.3,0,.7.2,1l10.4-9L0,3.6Z" fill="%23fff"/><path d="M18.5,15c-1.5,1.3-3.8,1.3-5.4,0l-.9-.8L1.4,23.6c.6.4,1.3.7,2.1.7h24.6c.8,0,1.5-.2,2.1-.7l-10.8-9.4-.9.8Z" fill="%23fff"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.mainheader .contact a:hover {
  background-color: #3D9A00;
  color: black;
}
.mainheader .contact a:hover:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 31.6 24.3"><path d="M21.1,12.8l10.4,9c.1-.3.2-.7.2-1V3.6l-10.5,9.2Z" fill="%23000"/><path d="M15.8,13.8c.5,0,.9-.2,1.2-.5L30.8,1.3C30.2.5,29.2,0,28.1,0H3.5C2.4,0,1.4.5.8,1.3l13.8,12c.3.3.8.5,1.2.5" fill="%23000"/><path d="M0,3.6v17.2c0,.3,0,.7.2,1l10.4-9L0,3.6Z" fill="%23000"/><path d="M18.5,15c-1.5,1.3-3.8,1.3-5.4,0l-.9-.8L1.4,23.6c.6.4,1.3.7,2.1.7h24.6c.8,0,1.5-.2,2.1-.7l-10.8-9.4-.9.8Z" fill="%23000"/></svg>');
}
@media (max-width: 1080px) {
  .mainheader .contact {
    display: none;
  }
}

.menu-area {
  display: grid;
  grid-template-columns: 260px 1fr;
}
.menu-area .site-logo {
  line-height: 1;
  font-size: 16px;
  padding: 0.5em 1em;
}

.nav-area {
  height: 100%;
}
.nav-area .main-navigation {
  height: 100%;
}
@media (max-width: 1080px) {
  .nav-area .main-navigation {
    height: auto;
  }
}
.nav-area .main-navigation .menu-gmenu-container {
  height: 100%;
}
.nav-area .main-navigation .menu-gmenu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  height: 100%;
}
@media (max-width: 1080px) {
  .nav-area .main-navigation .menu-gmenu-container ul {
    grid-template-columns: 1fr;
    padding: 1em;
  }
}
.nav-area .main-navigation .menu-gmenu-container ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  color: black;
}
.nav-area .main-navigation .menu-gmenu-container ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #3D9A00;
  transition: 0.3s ease 0s;
}
.nav-area .main-navigation .menu-gmenu-container ul li a:hover {
  color: #3D9A00;
}
.nav-area .main-navigation .menu-gmenu-container ul li a:hover:before {
  width: 100%;
}
@media (max-width: 1080px) {
  .nav-area .main-navigation .menu-gmenu-container ul li a {
    padding: 0.75em;
  }
}

.sp-nav-area {
  position: fixed;
  width: 100%;
  background: white;
  z-index: -1;
  transform: translateX(100%);
  transition: 0.3s ease 0s;
}
.sp-nav-area.active {
  transform: translateX(0);
}

.spmenu_under {
  display: none;
}
@media (max-width: 1080px) {
  .spmenu_under {
    display: block;
  }
}

.btn-area .inner {
  position: fixed;
  right: 0;
  bottom: 15px;
  width: 48px;
}
@media (max-width: 600px) {
  .btn-area .inner {
    width: 36px;
  }
}
.btn-area .inner > div {
  border: 1px solid black;
  height: 48px;
  background: white;
}
.btn-area .inner > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25em;
  height: 100%;
}
.btn-area .inner > div a svg {
  width: 32px;
  height: 32px;
}
.btn-area .inner > div a:hover {
  background-color: #3D9A00;
}
.btn-area .inner > div svg {
  width: 32px;
  height: 32px;
}
.btn-area .inner .topback {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25em;
}
.btn-area .inner .topback:hover {
  background-color: #3D9A00;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-contact {
  background: #3D9A00;
  padding: 2em 0;
  color: white;
}
.footer-contact .inner {
  width: calc(100% - 1.75em);
  max-width: 1080px;
  margin: auto;
}
.footer-contact .inner .footer-contact-column div:nth-child(2), .footer-contact .inner .footer-contact-column div:nth-child(3) {
  background-color: white;
  color: black;
  padding: 1em;
}
.footer-contact .inner .footer-contact-column .footer-contact-column-header p {
  margin-bottom: 0;
}
.footer-contact .inner .footer-contact-column .footer-contact-column-header h2 {
  font-size: 2.7em;
  line-height: 1;
  color: white;
  margin: 0;
  border: none;
  padding: 0;
  background-color: inherit;
  font-weight: 700;
}
@media (max-width: 1240px) {
  .footer-contact .inner .footer-contact-column .footer-contact-column-header h2 {
    font-size: 2em;
  }
}
@media (max-width: 1080px) {
  .footer-contact .wp-block-columns {
    flex-direction: column;
  }
}

footer.site-footer {
  background: rgba(255, 255, 255, 0.75);
  border-top: 2px solid #CCC;
  padding: 2em 0;
}

.footer-area {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-info {
  text-align: center;
  font-size: 12px;
  padding: 3em 0;
}

.gt_switcher_wrapper {
  left: 0 !important;
  display: flex;
  flex-flow: row-reverse;
}
.gt_switcher_wrapper a {
  width: 42px;
  height: 42px;
  background: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  color: black;
}
@media (max-width: 600px) {
  .gt_switcher_wrapper a {
    width: 32px;
    height: 32px;
  }
}
.gt_switcher_wrapper a.gt-current-lang {
  background-color: black !important;
  color: white;
}
.gt_switcher_wrapper a.gt-current-lang:hover {
  background-color: #3D9A00 !important;
}
.gt_switcher_wrapper a:hover {
  background-color: #3D9A00;
  color: white;
}

/*--------------------------------------------------------------
## Mainlayout
--------------------------------------------------------------*/
.entry-content {
  width: calc(100% - 1.75em);
  max-width: 1080px;
  margin: auto;
  margin: 3em auto;
}
.entry-content h1 {
  border-bottom: 1px solid black;
  padding: 0.1em 0 0.4em 0;
  line-height: 1;
  margin-bottom: 1em;
}
.entry-content h2 {
  font-size: 1.6em;
  margin: 2em auto 1em;
  background-color: #EFEFEF;
  border-left: 2px solid black;
  font-weight: 500;
  padding: 0.25em 0.4em;
  line-height: 1.2;
}
.entry-content h2:first-child {
  margin-top: 0;
}
.entry-content h3 {
  font-size: 1.4em;
  margin: 2em auto 1em;
  border-bottom: 1px solid;
  padding: 0.25em 0;
}
.entry-content h3:first-child {
  margin-top: 0;
}
.entry-content h4 {
  font-size: 1.4em;
  color: #3D9A00;
  margin: 2em auto 1em;
}
.entry-content h5 {
  font-size: 1.3em;
  color: #3D9A00;
  margin: 2em auto 1em;
}
.entry-content h6 {
  font-size: 1.2em;
  color: #3D9A00;
  margin: 2em auto 1em;
}

span.subtitle {
  font-size: 13px;
  font-weight: 700;
}

/*--------------------------------------------------------------
## Archive
--------------------------------------------------------------*/
/***Tax Item***/
.item-tax-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}
@media (max-width: 1080px) {
  .item-tax-list {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
.item-tax-list a {
  display: block;
  border: 1px solid black;
  color: black;
  position: relative;
}
.item-tax-list a .inner {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 1em;
  padding: 1em 1em 3em 1em;
}
@media (max-width: 600px) {
  .item-tax-list a .inner {
    grid-template-columns: 120px 1fr;
  }
}
.item-tax-list a .inner .left h3 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 1.1em;
  color: black;
}
.item-tax-list a .inner .right ul {
  margin: 0;
  padding-left: 1.5em;
  font-size: 0.9em;
}
.item-tax-list a .inner .right span.more-btn {
  position: absolute;
  bottom: 0.5em;
  right: 0;
  background: black;
  color: white;
  padding: 0.25em 0.5em 0.25em 1em;
  border-radius: 2em 0 0 2em;
}
@media (max-width: 600px) {
  .item-tax-list a .inner .right {
    padding-bottom: 3em;
  }
}
.item-tax-list a:hover {
  background-color: #3D9A00;
  color: white;
}
.item-tax-list a:hover .left h3 {
  color: white;
}
.item-tax-list a:hover .right span.more-btn {
  background-color: white;
  color: black;
}

/***Tax Type***/
.type-tax-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 600px) {
  .type-tax-list {
    grid-template-columns: 1fr;
  }
}
.type-tax-list .inner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.type-tax-list .inner a {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  text-align: center;
  height: 140px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  padding: 0.5em;
}
@media (max-width: 600px) {
  .type-tax-list .inner a {
    height: 100px;
    font-size: 0.9em;
  }
}
.type-tax-list .inner a span {
  display: block;
}
.type-tax-list .inner a span.title {
  font-size: 1.1em;
  font-weight: bold;
}
.type-tax-list .inner a span.viewmore-btn {
  display: table;
  border: 1px solid;
  padding: 0.25em 2em;
  border-radius: 0.25em;
  transition: 0.3s ease 0s;
}
.type-tax-list .inner a:hover {
  background-color: rgba(61, 154, 0, 0.5);
}
.type-tax-list .inner a:hover span.viewmore-btn {
  background-color: white;
  border: 1px solid white;
  color: black;
}

/***Tax FAQ***/
.faq-tax-list {
  margin: 1em auto 4em;
}
.faq-tax-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5em;
}
@media (max-width: 800px) {
  .faq-tax-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .faq-tax-list ul {
    grid-template-columns: 1fr;
  }
}
.faq-tax-list ul li a {
  display: block;
  background-color: #EFEFEF;
  text-align: center;
  padding: 0.5em;
  border: 1px solid;
  color: black;
}
.faq-tax-list ul li a:hover {
  background-color: #3D9A00;
  color: white;
  border: 1px solid #3D9A00;
}

/***Tax skewers***/
.quantity-list ul, .skewers-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.quantity-list ul li a, .skewers-list ul li a {
  display: block;
}
.quantity-list ul li a:before, .skewers-list ul li a:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 32"><path d="M4.315 32v0l-4.315-4.315 27.685-27.685 27.684 27.685-4.315 4.315-23.369-23.371-23.371 23.371z" fill="%233D9A00"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  position: relative;
  top: 0.1em;
  margin-right: 0.5em;
}
.quantity-list ul li a:hover, .skewers-list ul li a:hover {
  background-color: black;
  color: white;
}

.under-search {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  margin-top: 2em;
}
@media (max-width: 600px) {
  .under-search {
    grid-template-columns: 1fr;
  }
}

a.item-box.passive {
  display: none;
}

.under_item .item-tax-list {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 800px) {
  .under_item .item-tax-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .under_item .item-tax-list .inner {
    grid-template-columns: 100px 1fr;
  }
}
.under_item .item-tax-list .inner .right {
  padding-bottom: 3em;
}

nav.navigation.pagination {
  margin: 3em auto;
}
nav.navigation.pagination .nav-links {
  text-align: center;
}
nav.navigation.pagination .nav-links a, nav.navigation.pagination .nav-links span {
  padding: 0.25em 0.75em;
  display: inline-block;
  border: 1px solid;
  color: black;
}
nav.navigation.pagination .nav-links a.current, nav.navigation.pagination .nav-links a:hover, nav.navigation.pagination .nav-links span.current, nav.navigation.pagination .nav-links span:hover {
  background-color: #3D9A00;
  color: white;
  border: 1px solid #3D9A00;
}

/*--------------------------------------------------------------
## INFO
--------------------------------------------------------------*/
article.info-box a {
  display: grid;
  grid-template-columns: 1fr 52px;
  gap: 0.5em;
  border-bottom: 1px solid #CCC;
  color: black;
  align-items: center;
  padding: 0.25em 0;
}
article.info-box a .content h2 {
  margin: 0;
  background: none;
  font-size: 1em;
  border: none;
  padding: 0;
}
article.info-box a span.after {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  transform: rotate(90deg);
  border: 1px solid #CCC;
  border-radius: 100%;
}
article.info-box a span.after:before {
  content: "";
  width: 22px;
  height: 15px;
  display: inline-block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 32"><path d="M4.315 32v0l-4.315-4.315 27.685-27.685 27.684 27.685-4.315 4.315-23.369-23.371-23.371 23.371z" fill="%233D9A00"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
article.info-box a:hover {
  background-color: #3D9A00;
  padding: 0.25em 1em;
  color: white;
}
article.info-box a:hover span.after:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 32"><path d="M4.315 32v0l-4.315-4.315 27.685-27.685 27.684 27.685-4.315 4.315-23.369-23.371-23.371 23.371z" fill="%23fff"/></svg>');
}

/*--------------------------------------------------------------
## FAQ
--------------------------------------------------------------*/
.faq-list .faq-item {
  margin: 2em auto;
}
.faq-list .faq-item > h3 {
  font-size: 1em;
  color: white;
  background: black;
  padding: 0.4em 0.75em;
  margin: 0;
  display: grid;
  grid-template-columns: 1.2em 1fr 1.2em;
  cursor: pointer;
  border: none;
}
.faq-list .faq-item > h3 span.before:before {
  content: "Q";
}
.faq-list .faq-item > h3 span.after:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 32"><path d="M4.315 32v0l-4.315-4.315 27.685-27.685 27.684 27.685-4.315 4.315-23.369-23.371-23.371 23.371z" fill="%23fff"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  position: relative;
  top: 0.1em;
  margin-right: 0.5em;
  transition: 0.3s ease 0s;
}
.faq-list .faq-item > h3.active span.after:before {
  transform: rotate(180deg);
}
.faq-list .faq-item .faq-content .inner {
  padding: 1em;
  border: 1px solid black;
}
.faq-list .faq-item .faq-content .inner:before {
  content: "A";
  color: black;
  display: block;
  font-size: 1.2em;
  font-weight: 700;
}

section.faq-section {
  margin: 5em auto;
}
section.faq-section:first-child {
  margin-top: 0;
}

/*--------------------------------------------------------------
## ITEM
--------------------------------------------------------------*/
article.item-box {
  margin: 3em auto;
}
@media (max-width: 600px) {
  article.item-box {
    margin: 5em auto;
  }
}
article.item-box a {
  color: black;
  display: block;
  position: relative;
  padding: 1em;
}
article.item-box a h2 {
  background-color: inherit;
  border: none;
  margin: 0.6em auto;
  padding: 0;
  border-bottom: 1px solid #CCC;
}
article.item-box a .item-maincontainer {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 1em;
}
@media (max-width: 800px) {
  article.item-box a .item-maincontainer {
    grid-template-columns: 1fr;
  }
  article.item-box a .item-maincontainer .thumb {
    max-width: 320px;
    width: 100%;
    margin: auto;
  }
}
article.item-box a .item-maincontainer .under-container h3 {
  border: 1px solid #CCC;
  padding: 0.25em 0.75em;
  font-size: 0.9em;
  margin: 2em auto 0.25em;
}
@media (max-width: 600px) {
  article.item-box a .item-maincontainer .under-container h3 {
    margin: 0.5em auto;
  }
}
article.item-box a .item-maincontainer .under-container ul {
  margin: 0;
  padding-left: 1.5em;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 3em;
       column-gap: 3em;
}
@media (max-width: 600px) {
  article.item-box a .item-maincontainer .under-container ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
article.item-box a .more-btn {
  text-align: right;
}
article.item-box a .more-btn span {
  padding: 0.25em 0.75em;
  background-color: black;
  color: white;
}
article.item-box a:hover {
  background-color: #3D9A00;
  color: white;
}
article.item-box a:hover .more-btn span {
  background-color: white;
  color: black;
}

/*--------------------------------------------------------------
## FV
--------------------------------------------------------------*/
.front_video {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -999;
}
@media (max-width: 600px) {
  .front_video {
    height: 100vh;
    overflow: hidden;
  }
}
.front_video video {
  width: 100%;
  height: 100vh;
}
@media (max-width: 600px) {
  .front_video video {
    width: 90%;
    height: auto;
    margin-left: auto;
  }
}
.front_video .tab-on {
  display: none;
}
@media (max-width: 1240px) {
  .front_video .pc-on {
    display: none;
  }
  .front_video .tab-on {
    display: block;
  }
}
@media (max-width: 600px) {
  .front_video .pc-on {
    display: block;
  }
  .front_video .tab-on {
    display: none;
  }
}

header.front-header {
  display: grid;
  grid-template-columns: 3fr 1fr;
}
@media (max-width: 1240px) {
  header.front-header {
    grid-template-columns: 3fr 240px;
  }
}
@media (max-width: 600px) {
  header.front-header {
    grid-template-columns: 1fr;
  }
}

.front-fv {
  position: relative;
}
.front-fv .inner {
  position: relative;
}
@media (max-width: 600px) {
  .front-fv .inner {
    height: 100%;
  }
}
@media (max-width: 600px) {
  .front-fv .inner .slider {
    display: none;
  }
}
.front-fv .inner .title {
  background-color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.75em 1em;
  border-radius: 2em 0 0;
}
@media (max-width: 600px) {
  .front-fv .inner .title {
    bottom: 120px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.front-fv .inner .title p {
  font-size: 3em;
  font-weight: 900;
  text-align: center;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 800px) {
  .front-fv .inner .title p {
    font-size: 2em;
  }
}
.front-fv .inner .title p span {
  font-size: 0.4em;
  display: block;
}
.front-fv .inner .title > span {
  display: block;
  width: 2em;
  height: 2em;
  position: absolute;
  overflow: hidden;
}
@media (max-width: 600px) {
  .front-fv .inner .title > span {
    display: none;
  }
}
.front-fv .inner .title > span.before {
  left: 0px;
  bottom: 0px;
  transform: translateX(-100%);
}
.front-fv .inner .title > span.before:before {
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  background: transparent;
  border-radius: 50%;
  box-shadow: 2em 2em 0 0 white;
  transform: translate(-50%, -50%);
}
.front-fv .inner .title > span.after {
  right: 0px;
  top: 0px;
  transform: translateY(-100%);
}
.front-fv .inner .title > span.after:before {
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  background: transparent;
  border-radius: 50%;
  box-shadow: 2em 2em 0 0 white;
  transform: translate(-50%, -50%);
}

.entry-content.front-entry {
  margin: 0;
  padding: 0;
  width: 75%;
  max-width: 75%;
}
@media (max-width: 1240px) {
  .entry-content.front-entry {
    width: calc(100% - 240px);
  }
}
@media (max-width: 800px) {
  .entry-content.front-entry {
    width: calc(100% - 180px);
  }
}
@media (max-width: 600px) {
  .entry-content.front-entry {
    width: inherit;
    margin: inherit;
    max-width: 100%;
  }
}
.entry-content.front-entry > .inner {
  padding: 1em;
  background-color: white;
}
.entry-content.front-entry > .inner section {
  margin: 10em 0;
}
.entry-content.front-entry > .inner section:first-child {
  margin-top: 5em;
}
.entry-content.front-entry > .inner section .wp-block-columns .front-contact-column-header p:first-child {
  margin: 0;
  font-size: 0.8em;
  line-height: 1;
}
.entry-content.front-entry > .inner section .wp-block-columns .front-contact-column-header h2 {
  margin: 0 0 0.4em 0;
  background-color: inherit;
  border: none;
  padding: 0;
  font-weight: 900;
  font-size: 2em;
}
@media (max-width: 1080px) {
  .entry-content.front-entry > .inner section .wp-block-columns {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .entry-content.front-entry > .inner section .wp-block-columns .type-tax-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .entry-content.front-entry > .inner section .wp-block-columns .type-tax-list {
    grid-template-columns: 1fr;
  }
}

/*--------------------------------------------------------------
## Single
--------------------------------------------------------------*/
.entry-content h1.single-title {
  margin: 0;
}

.summary .date {
  margin: 0.25em auto;
  font-size: 0.8em;
  text-align: right;
}
.summary .faq {
  margin: 0.25em auto;
}
.summary .faq ul {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  list-style: none;
  text-align: right;
}
.summary .faq ul li {
  display: inline-block;
  border: 1px solid;
  padding: 0.25em 0.5em;
}

/*--------------------------------------------------------------
## Single ITEM
--------------------------------------------------------------*/
.custom-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em;
}
@media (max-width: 800px) {
  .custom-area {
    grid-template-columns: 1fr;
  }
}
.custom-area .catalog-btn {
  text-align: right;
  margin: 1em auto;
}
.custom-area .catalog-btn a {
  border: 1px solid black;
  color: black;
  padding: 0.25em 1em;
  display: inline-block;
}
.custom-area .catalog-btn a:hover {
  background-color: #3D9A00;
  color: white;
  border: 1px solid #3D9A00;
}
.custom-area hr.spec_line {
  border: 1px dashed #CCC;
}
.custom-area h2 {
  margin: 1em auto 0.25em;
  background-color: inherit;
  border: none;
  font-size: 1.3em;
  padding: 0.4em 0;
  line-height: 1;
}
.custom-area h2:first-child {
  margin-top: 0;
}
.custom-area ul {
  margin: 0;
  padding-left: 1.5em;
}
.custom-area .single-tax-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  margin-bottom: 2em;
}
.custom-area .single-tax-area div h3 {
  margin: 0.25em auto;
  font-size: 1em;
  border: none;
}
.custom-area .single-tax-area div h3:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-color: black;
  margin-right: 0.25em;
}

/*--------------------------------------------------------------
## Page Company info
--------------------------------------------------------------*/
p.access-mini-title {
  margin-bottom: 0.25em;
  display: inline-block;
  border: 1px solid;
  padding: 0.1em 0.5em;
}

/*--------------------------------------------------------------
## Page Flow
--------------------------------------------------------------*/
.buy-step-flow .smb-step__item__number {
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  line-height: 1;
  height: calc(var(--smb-step--number-size) * 1.5);
  width: calc(var(--smb-step--number-size) * 1.5);
  margin-left: calc(var(--smb-step--gap) * -1.15);
}

/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/
.mailform {
  max-width: 760px;
  margin: 3em auto;
}
.mailform .container {
  display: grid;
  grid-template-columns: 198px 1fr;
}
@media (max-width: 800px) {
  .mailform .container {
    grid-template-columns: 1fr;
  }
}
.mailform .container input, .mailform .container select, .mailform .container textarea {
  width: 100%;
}
.mailform .container input[type=checkbox] {
  width: auto;
}
.mailform .container.onebox {
  display: block;
}
.mailform .container > div {
  border: 1px solid #CCC;
  padding: 1em;
}
.mailform .container > div span.red {
  font-size: 0.8em;
  color: red;
  margin-left: 0.25em;
}
.mailform .container .title {
  background-color: #EFEFEF;
  font-weight: 500;
}
.mailform .container .content .wpcf7-list-item {
  display: block;
  margin: 0;
}
.mailform .container .content p.inner-title {
  margin: 1em auto 0.25em;
}
.mailform .container .content p.inner-title:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 100%;
  background-color: #ccc;
  margin-right: 0.25em;
}
.mailform .container .content .box:first-child p.inner-title {
  margin-top: 0;
}
.mailform .send {
  margin: 1em auto;
  text-align: center;
}
.mailform .send p {
  color: #c00000;
  font-weight: 500;
}
.mailform .send input[type=submit] {
  border: none;
  padding: 0.75em 3em;
  background-color: white;
  border: 2px solid black;
  color: black;
  border-radius: 3em;
  font-size: 1.2em;
  cursor: pointer;
  transition: 0.3s ease 0s;
}
.mailform .send input[type=submit]:hover {
  background-color: #3D9A00;
  color: white;
}
.mailform .send span.wpcf7-spinner {
  display: none;
}/*# sourceMappingURL=main.css.map */