@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ====================================================================

font-familyの定義

==================================================================== */
@font-face {
  src: url("../../assets/fonts/NotoSansJP-Regular.woff") format("woff");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-display: swap;
  font-weight: normal;
}
@font-face {
  src: url("../../assets/fonts/NotoSansJP-Medium.woff") format("woff");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  src: url("../../assets/fonts/NotoSansJP-Bold.woff") format("woff");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-display: swap;
  font-weight: bold;
}
html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

a {
  display: inline-block;
  transition: 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  color: #222;
}

img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

section {
  display: block;
}

.wrapper {
  padding: 11.328125vh 0;
}
@media screen and (max-width: 430px) {
  .wrapper {
    padding: 0;
  }
}

.mainContents {
  position: relative;
  max-width: 43rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  z-index: 3;
}
.mainContents._shadow {
  box-shadow: 0px 0px 5px rgba(20, 20, 20, 0.65);
}
@media screen and (max-width: 430px) {
  .mainContents._shadow {
    box-shadow: none;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 430px) {
  .container {
    padding: 0 1.3333333333rem;
  }
}

._jagged {
  position: relative;
}
._jagged ._j-green {
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 1em;
  top: -1em;
  left: 0;
  background-image: url(../../assets/img/giza_bg_green.svg);
  background-size: cover;
  background-repeat: repeat-x;
  will-change: background-position-x;
  z-index: 20;
}
._jagged ._j-blue {
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 1em;
  top: -1em;
  left: 0;
  background-image: url(../../assets/img/giza_bg_blue.svg);
  background-size: cover;
  background-repeat: repeat-x;
  will-change: background-position-x;
  z-index: 20;
}
._jagged ._j-white {
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 1em;
  top: -1em;
  left: 0;
  background-image: url(../../assets/img/giza_bg_white.svg);
  background-size: cover;
  background-repeat: repeat-x;
  will-change: background-position-x;
  z-index: 20;
}

.catalog {
  position: relative;
  text-align: center;
  background-color: #3dab4a;
  overflow: hidden;
  z-index: 0;
}
.catalog::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  background-image: radial-gradient(circle, #e7e7e7 10%, transparent 12.51%);
  background-size: 10px 10px;
  background-position: 0 0, 11.5px 11.5px;
  z-index: -11;
}
.catalog::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, #3dab4a 44%, transparent 100%);
  z-index: -10;
}
.catalog__catch {
  text-align: center;
  font-weight: 500;
  color: #fff;
}
.catalog__heading {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.75;
  letter-spacing: 1.2px;
}

.lity {
  background: #0b0b0b !important;
  background: rgba(0, 0, 0, 0.4) !important;
}

.lity-close {
  width: 55px !important;
  height: 55px !important;
  font-size: 55px !important;
}

.fixed_button {
  display: none;
}
@media screen and (max-width: 430px) {
  .fixed_button {
    display: block;
    opacity: 0;
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100px);
    display: flex;
    width: calc(100% - 4rem);
    margin: 0 auto 2rem;
    text-align: center;
    transition: 0.3s;
    background-color: #f29701;
    border-radius: 8px;
    filter: drop-shadow(0px 3px 3px rgba(20, 20, 20, 0.24));
    z-index: 990;
  }
  .fixed_button.is-show {
    transform: translate(-50%, 0px);
    opacity: 1;
  }
  .fixed_button a {
    position: relative;
    display: block;
    width: 100%;
    padding: 0.875em 1em;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    filter: drop-shadow(0px 0px 6px rgba(20, 20, 20, 0.16));
  }
  .fixed_button a.button-showroom {
    background-color: #2c95d0;
  }
}

.pcContents {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 430px) {
  .pcContents {
    display: none;
  }
}
.pcContents .content__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0rem;
  width: calc((100% - 43rem) / 2);
  height: 100%;
  padding: 0 4rem;
}
@media screen and (max-width: 1024px) {
  .pcContents .content__left {
    display: none;
  }
}
.pcContents .content__left .logo {
  margin-top: 4rem;
  width: 18rem;
}
.pcContents .content__left .logo a {
  width: 100%;
  display: inline-block;
}
.pcContents .content__left .menu {
  max-width: 36rem;
  width: 100%;
}
.pcContents .content__left .menu__title {
  filter: brightness(0);
}
.pcContents .content__left .menu__title span {
  position: relative;
  display: block;
}
.pcContents .content__left .menu__title .mainTitle_takasho {
  max-width: 60%;
  width: 100%;
  margin: 0 auto 1.2em 0;
}
.pcContents .content__left .menu__heading {
  position: relative;
  display: block;
  margin-bottom: 0;
  padding: 0.8em 1em;
  margin: 1em 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(90deg, rgb(0, 130, 68) 0%, rgb(137, 184, 41) 100%);
}
.pcContents .content__left .navLinks {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pcContents .content__left .navLinks__item {
  position: relative;
  width: 100%;
  padding: 0 2rem;
  margin-bottom: 1em;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.13));
}
.pcContents .content__left .navLinks__item button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  min-height: 5.6rem;
  color: #222;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .pcContents .content__left .navLinks__item button {
    font-size: 1.6rem;
  }
}
.pcContents .content__left .navLinks__item button:hover {
  color: #3dab4a;
}
.pcContents .content__left .navLinks__item button::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
.pcContents .content__left .navLinks__item button:last-child {
  margin-bottom: 0;
}
.pcContents .content__left .navLinks__item span {
  display: block;
  text-align: center;
}
.pcContents .content__left .navLinks__item button[data-target=item_gate]::before {
  background: url("../../assets/img/item_gate_icon.png") center/contain no-repeat;
}
.pcContents .content__left .navLinks__item button[data-target=item_fence]::before {
  background: url("../../assets/img/item_fence_icon.png") center/contain no-repeat;
}
.pcContents .content__left .navLinks__item button[data-target=item_terrace]::before {
  background: url("../../assets/img/item_terrace_icon.png") center/contain no-repeat;
}
.pcContents .content__left .navLinks__item button[data-target=item_light]::before {
  background: url("../../assets/img/item_light_icon.png") center/contain no-repeat;
}
.pcContents .content__left .navLinks__item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.5rem;
  width: 2.4rem;
  height: 2.4rem;
  margin: auto;
  border-radius: 20px;
  background-color: #3dab4a;
}
.pcContents .content__left .navLinks__item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3.1em;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 8px solid #ffffff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 0 solid transparent;
  transform: translateY(1px);
  box-sizing: border-box;
}
.pcContents .content__left .copyright {
  display: flex;
  align-items: flex-end;
  height: 16.4rem;
  margin-bottom: 2.4rem;
  color: #222;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.pcContents .content__right {
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - 43rem) / 2);
  height: 100%;
  padding: 0 4rem;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
}
@media screen and (max-width: 1024px) {
  .pcContents .content__right {
    display: none;
  }
}
.pcContents .content__right .spAccess {
  max-width: 24rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5.6rem;
  padding: 1.5rem;
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 4px 4px 0px #006934;
}
.pcContents .content__right .spAccess__qr {
  margin-left: 1rem;
  width: 8rem;
  height: 8rem;
  border: 1px solid #ccc;
}
.pcContents .content__right .spAccess__text .jp {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  color: #555;
}
.pcContents .content__right .spAccess__text .en {
  margin-bottom: 0.4rem;
  font-size: 1rem;
  font-weight: bold;
  color: #006934;
}
.pcContents .content__right .itemSction-catalog {
  max-width: 40rem;
  width: 100%;
  margin: 0 0 3rem;
  padding: 0;
  box-shadow: 4px 4px 0px #006934;
  border-radius: 1.6rem;
  overflow: hidden;
}
.pcContents .content__right .itemSction-catalog .catalog {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.4rem 3rem 3rem;
}
.pcContents .content__right .itemSction-catalog .catalog .image {
  margin: 0 -3rem 1rem;
}
.pcContents .content__right .itemSction-catalog .catalog__heading {
  position: relative;
  margin-bottom: 0.5em;
}
.pcContents .content__right .itemSction-catalog .catalog__heading span {
  display: block;
  font-size: 0.875em;
}
.pcContents .content__right .itemSction-catalog .catalog__heading::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 43px;
  top: -1em;
  right: 0px;
  background-image: url("../../assets/img/main_title_option-sun.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.pcContents .content__right #transform {
  transform: translateX(100%);
  transition: 0.3s;
  opacity: 0;
}
.pcContents .content__right #transform.view {
  transform: translateX(0);
  opacity: 1;
}

.pcContents__bg {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
  opacity: 0.8;
}
.pcContents__bg::after {
  position: absolute;
  content: "";
  background-color: rgba(230, 245, 245, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 970;
  background-color: transparent;
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header {
    position: fixed;
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .l-header {
    position: absolute;
  }
}
.l-header__inner {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.6rem;
}
.l-header #hamburger {
  position: fixed;
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 0 0 auto;
  top: 1.3rem;
  right: 1.3rem;
  border-radius: 5rem;
  background: linear-gradient(90deg, rgb(0, 130, 68) 0%, rgb(137, 184, 41) 100%);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
}
.l-header #hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 50%;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.l-header #hamburger::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(1rem + 0.4em);
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: #fff;
  transform: translateX(-50%);
}
.l-header #hamburger::after {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(1rem + 0.4em);
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: #fff;
  transform: translateX(-50%);
}

.h-logo {
  position: relative;
  width: 100%;
  max-width: 132px;
  filter: drop-shadow(0px 0px 2px #999);
}
.h-logo a {
  display: inline-block;
  transition: 0.3s ease;
  opacity: 1;
  width: 100%;
}

.h-menu .sp-nav__inner {
  max-width: 43rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.h-menu.sp-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0 2rem;
  background: rgb(255, 255, 255);
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.2s ease-in-out;
}
.h-menu.sp-nav.toggle {
  transform: translateX(0);
  opacity: 1;
}
.h-menu.sp-nav .close {
  position: fixed;
  width: 4rem;
  height: 4rem;
  display: inline-block;
  top: 2rem;
  right: 2rem;
  z-index: 999;
}
.h-menu.sp-nav .close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 24px;
  height: 2px;
  background: #222;
  transform: translate(-50%, -50%) rotate(45deg);
}
.h-menu.sp-nav .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 24px;
  height: 2px;
  background: #222;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.h-menu .navLinks {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.h-menu .navLinks__item {
  width: 100%;
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}
.h-menu .navLinks__item button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 100%;
}
.h-menu .navLinks__item span {
  display: inline-block;
  color: #333;
}
.h-menu .navLinks__item:last-child {
  margin-bottom: 0;
}
.h-menu__heading {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5em;
  color: #333;
  padding: 1em;
}
.h-menu__heading::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: linear-gradient(90deg, rgb(0, 130, 68) 0%, rgb(137, 184, 41) 100%);
}
.h-menu button {
  max-width: 43rem !important;
}
.h-menu button a {
  padding: 2.4rem 1rem;
  display: block;
  width: 100%;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #fff;
  color: #fff;
  background: linear-gradient(90deg, rgb(0, 130, 68) 0%, rgb(137, 184, 41) 100%);
  box-shadow: 0px 0px 4px #777;
}
.h-menu button a::after {
  content: none;
}
.h-menu button span {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.l-footer {
  padding: 6.4rem 0 6.4rem;
  background-color: #f9f5ef;
  border-top: 1px solid #dfdfdf;
}
@media screen and (max-width: 430px) {
  .l-footer {
    padding-bottom: 13.2rem;
  }
}
.l-footer .f-logo {
  max-width: 148px;
  margin: 0 auto 3.2rem;
}
.l-footer .f-logo img {
  width: 100%;
}
.l-footer .f-menu .links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.2rem;
}
.l-footer .f-menu .links__item {
  margin-right: 2em;
  font-size: 1.3rem;
  font-weight: 500;
}
.l-footer .f-menu .links__item:last-child {
  margin-right: 0;
}
.l-footer .f-menu .links__item a:hover {
  color: #3dab4a;
}
.l-footer small {
  display: block;
  width: calc(100% - 1rem);
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  color: #222;
}

button {
  display: block;
  max-width: 286px;
  width: 100%;
  margin: 0 auto;
}
button .cta-links {
  position: relative;
  display: block;
  padding: 0.6em 1em 0.8em;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 1.5px;
  font-feature-settings: "palt";
  color: #fff;
  background-color: #f29701;
  border-radius: 0.4em;
  box-shadow: 0px 4px 0px #c37c08;
  filter: drop-shadow(0px 0px 3px #9c6814);
}
button .cta-links span {
  display: inline-block;
  vertical-align: middle;
}
button .cta-links::after {
  position: absolute;
  content: "";
  top: 50%;
  left: auto;
  right: 1em;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 14px;
  height: 18px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transition: 0.3s ease;
}
button .cta-links:hover {
  transform: scale(1.08);
}
@media screen and (max-width: 430px) {
  button .cta-links:hover {
    transform: scale(1);
  }
}
button.modal-open {
  max-width: 100%;
  margin-top: 4em;
}
button.modal-open .modal-trigger {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 1.6em;
  padding: 1em 2em;
  text-align: center;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.75;
  color: #333;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  filter: drop-shadow(0px 0px 2px #777);
  transition: 0.24s ease;
}
@media screen and (max-width: 430px) {
  button.modal-open .modal-trigger {
    font-size: 1.5em;
  }
}
button.modal-open .modal-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 14px;
  height: 14px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.24s ease;
}
button.modal-open .modal-trigger:hover {
  color: #fcfcfc;
  background-color: #006934;
  border: 2px solid #006934;
}
button.modal-open .modal-trigger:hover::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translate(3px, -50%) rotate(45deg);
}

.itemSection .slideContainer {
  padding: 3.2rem 0 4.8rem;
  position: relative;
  background-color: #3dab4a;
}
.itemSection .slideContainer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 0px);
  height: 64%;
  margin-left: 0;
  margin-right: 0;
  background: #fff;
}
.itemSection .slideTitle {
  position: relative;
  margin-bottom: 1em;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  z-index: 2;
}
.itemSection .slideTitle span {
  display: inline-block;
  padding: 0 0.64em;
  background-color: #3dab4a;
}
.itemSection .slideTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: calc(100% + 0px);
  height: 0.2rem;
  margin-left: 0;
  margin-right: 0;
  background-color: #efefef;
  z-index: -1;
}
.itemSection .slideMain {
  position: relative;
  margin-bottom: 0rem;
}
.itemSection .slideNav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  padding: 0.8rem 0;
  margin-top: 24px;
}
.itemSection .slideNav-button {
  width: 1.8rem;
  height: 1.8rem;
  padding: 1.2rem;
  box-sizing: content-box;
  background-color: white;
  transition: 0.3s all;
  box-shadow: 0px 0px 1px #222222;
  position: static;
  transform: none;
  margin: 0;
}
.itemSection .slideNav-button::after {
  font-size: 1.8rem;
  color: #006934;
}
.itemSection .slidePagination {
  position: static;
  width: auto;
  transform: none;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #999;
}
.itemSection .slidePagination .swiper-pagination-current {
  font-size: 1.8rem;
  font-weight: 700;
  color: #006934;
}
.itemSection .slideContents {
  margin-bottom: 0rem;
}
.itemSection .slideContents__item {
  height: auto;
  background-color: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
}
.itemSection .slideContents__item--image {
  max-width: 39rem;
  max-height: 27rem;
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 13/9;
  object-fit: cover;
  object-position: center center;
  border-radius: 0.8rem;
  overflow: hidden;
}
.itemSection .slideContents__item--image img {
  border-radius: 0.8rem;
  overflow: hidden;
}
.itemSection .slideContents__item--name {
  margin-top: 1em;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.75;
  user-select: none;
}
@media screen and (max-width: 430px) {
  .itemSection .slideContents__item--name {
    font-size: 1.6rem;
  }
}
.itemSection .slideContents__item--text {
  max-width: calc(100% - 4rem);
  margin: 1em auto 0;
  text-align: justify;
  font-size: 1.35rem;
  line-height: 1.75;
  user-select: none;
}
@media screen and (max-width: 430px) {
  .itemSection .slideContents__item--text {
    max-width: calc(100% - 2rem);
    font-size: 1.3rem;
    padding-bottom: 2.5rem;
  }
}
.itemSection .slideContents__item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 430px) {
  .itemSection .slideContents__item a:hover {
    opacity: 1;
  }
}
.itemSection .slideContents .swiper-slide__inner {
  height: 100%;
}

.no-scroll {
  overflow-y: hidden;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  box-sizing: border-box;
  z-index: 980;
}
.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -0.2em;
  vertical-align: middle;
}
.modal-container {
  position: fixed;
  display: inline-block;
  max-width: 430px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0px);
  vertical-align: middle;
}
@media screen and (max-width: 430px) {
  .modal-container {
    width: calc(96% - 1.3333333333rem);
    height: calc(94% - 1.3333333333rem);
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.modal-close {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  color: #fff;
  background: #3dab4a;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
  z-index: 980;
  cursor: pointer;
}
@media screen and (max-width: 430px) {
  .modal-close {
    top: -10px;
    right: -10px;
  }
}
.modal-content {
  height: 100%;
  text-align: left;
  line-height: 1.8;
  overflow: scroll;
  background: #fff;
  border-radius: 0px;
}
@media screen and (max-width: 430px) {
  .modal-content {
    border-radius: 18px;
  }
}
.modal.is-active {
  opacity: 1;
  visibility: visible;
}

.column {
  margin-bottom: 12em;
  padding: 4.8rem 2rem 0;
  margin: 4.8rem -2rem 4.8rem;
  counter-reset: number 0;
  background-color: #ffffff;
}
.column h1 {
  position: relative;
  margin-top: 1em;
  margin-bottom: 1.8em;
  padding-bottom: 1.8em;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.75;
  font-feature-settings: "palt";
}
@media screen and (max-width: 430px) {
  .column h1 {
    font-size: 1.8rem;
  }
}
.column h1::after {
  content: "";
  position: absolute;
  width: 2em;
  height: 4px;
  bottom: 0;
  left: 50%;
  border-radius: 50px;
  background-color: #006934;
  transform: translate(-50%, 0);
}
.column h2 {
  margin-bottom: 0.2rem;
  padding: 0.8rem 0 0.6em;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.75;
  border-top: 7px double #747373;
  border-bottom: 7px double #747373;
}
@media screen and (max-width: 430px) {
  .column h2 {
    font-size: 1.6rem;
  }
}
.column h3 {
  position: relative;
  display: flex;
  margin-top: 2em;
  margin-bottom: 0.8em;
  padding-bottom: 0.4em;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.75;
  border-bottom: 2px solid #ccc;
  align-items: center;
}
@media screen and (max-width: 430px) {
  .column h3 {
    font-size: 1.6rem;
  }
}
.column h3::before {
  content: counter(number) ".";
  counter-increment: number 1;
  padding-right: 0.3em;
}
.column h3::after {
  position: absolute;
  content: "";
  width: 2em;
  height: 2px;
  background-color: #3dab4a;
  bottom: -2px;
  left: 0;
}
.column h3:first-of-type {
  margin-top: 1.4em;
}
.column h4 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1.5em;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  border-bottom: 2px dotted #ccc;
}
@media screen and (max-width: 430px) {
  .column h4 {
    font-size: 1.4rem;
  }
}
.column p {
  margin-top: 1em;
  text-align: justify;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 430px) {
  .column p {
    font-size: 1.4rem;
  }
}
.column p.first-half {
  font-weight: 500;
  color: #006934;
}
.column p + img {
  margin-top: 1.6em;
}
.column p + h4 {
  margin-top: 2em;
}
.column img {
  margin-bottom: 1.6em;
  border-radius: 8px;
  overflow: hidden;
}
.column img + p {
  margin-top: 0;
}
.column__title {
  margin: 5.4rem auto 2.4rem;
}
.column__title > * {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  .column__title {
    width: 96%;
    margin: 3.4rem auto 2.4rem;
  }
}
.column__thumb {
  margin-right: -2rem;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
}
.column__thumb > img {
  margin-bottom: 0;
  border-radius: 0;
}
.column__section {
  margin-top: 5.6rem;
}
.column button.viewMore-item {
  position: relative;
  max-width: 100%;
  margin-top: 4rem;
  padding: 1.5em 1em;
  background-color: #3dab4a;
  border-radius: 50px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: 0.24s ease;
}
.column button.viewMore-item span {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.75;
  color: #fff;
}
@media screen and (max-width: 430px) {
  .column button.viewMore-item span {
    font-size: 1.4rem;
  }
}
.column button.viewMore-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.24s ease;
}
.column button.viewMore-item:hover {
  opacity: 0.8;
}
.column .points {
  margin-top: 2.4rem;
  text-align: center;
  font-weight: 500;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.column .points p {
  display: block;
  margin: 0;
  padding: 0.4em 1em;
  font-size: 1.4rem;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}
.column .points ul {
  padding: 1.2rem;
}
@media screen and (max-width: 430px) {
  .column .points ul {
    padding: 1rem;
  }
}
.column .points ul li {
  text-align: left;
  padding: 0.6em;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 430px) {
  .column .points ul li {
    font-size: 1.2rem;
  }
}
.column .points ul li:nth-child(n+2) {
  border-top: 1px dotted;
}
.column .points ul li span {
  display: block;
  color: #333;
}
.column .points#merit p {
  background-color: #45BACB;
}
.column .points#merit ul {
  background-color: #F2F8FA;
}
.column .points#merit ul li {
  border-color: #45BACB;
}
.column .points#demerit {
  margin-bottom: 4rem;
}
.column .points#demerit p {
  background-color: #E0A7AB;
}
.column .points#demerit ul {
  background-color: #F5ECEC;
}
.column .points#demerit ul li {
  border-color: #E0A7AB;
}

.experience_conversion {
  padding: 4rem 0;
  background-color: #d4ede6;
}

.experience_conversion__tabs {
  width: 92%;
  margin: 0 auto 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-bottom: 3px solid #3dab4a;
}

.experience_conversion__tabs__button {
  padding: 1em 0;
  border: 0;
  background: #b6dabb;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.experience_conversion__tabs__button.is-active {
  background: #3dab4a;
  color: #fff;
}

.experience_conversion__panels__card {
  display: none;
  opacity: 0;
  transform: translateY(8px);
}

.experience_conversion__panels__card.is-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.experience_conversion__panels__card__lead {
  position: relative;
  width: 92%;
  margin: 1.5em auto;
  padding: 1em 0;
  background: #fff;
  border: 2px solid #3dab4a;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #3dab4a;
  text-align: center;
}

.experience_conversion__panels__card__lead::after,
.experience_conversion__panels__card__lead::before {
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  border: solid transparent;
  content: "";
}

.experience_conversion__panels__card__lead:before {
  margin-left: -12px;
  border-color: transparent;
  border-top-color: #3dab4a;
  border-width: 12px;
}

.experience_conversion__panels__card__lead:after {
  margin-left: -9.6px;
  border-color: transparent;
  border-top-color: white;
  border-width: 9.6px;
}

.experience_conversion__panels__card__title {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
}

.experience_conversion__panels__card__title h2 {
  color: #3dab4a;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}

.experience_conversion__panels__card__title img {
  height: 2rem;
  filter: invert(49%) sepia(66%) saturate(418%) hue-rotate(76deg) brightness(99%) contrast(98%);
}

.experience_conversion__panels__card__img {
  position: relative;
  margin-bottom: 1.5rem;
}

.experience_conversion__panels__card__img__main {
  width: 100%;
}

.experience_conversion__panels__card__img__badge {
  position: absolute;
  top: 0.75rem;
  right: 0.5rem;
  width: 24%;
  height: auto;
  aspect-ratio: 1/1;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}

.experience_conversion__panels__card__img__comment {
  position: absolute;
  right: 0.5rem;
  bottom: 0.75rem;
  padding: 0.25rem 0.5rem;
  border: 2px solid #3dab4a;
  border-radius: 4px;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.5;
  background: #fff;
}

.experience_conversion__panels__card__img__comment::before {
  content: "";
  position: absolute;
  left: 28px;
  top: -10px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-top: 2px solid #3dab4a;
  border-left: 2px solid #3dab4a;
  transform: rotate(45deg);
}

.experience_conversion__panels__card__microcopy {
  position: relative;
  width: fit-content;
  margin: 1em auto 0.75em;
  font-size: 1.6em;
  color: #333;
}

.experience_conversion__panels__card__microcopy::before,
.experience_conversion__panels__card__microcopy::after {
  content: "";
  position: absolute;
  top: 50%;
  background: url(https://takasho-lp.com/reform-exterior/assets/img/experience_conversion/accent.svg) no-repeat center center/cover;
  width: 2px;
  height: auto;
  aspect-ratio: 1/11;
}

.experience_conversion__panels__card__microcopy::before {
  left: -1.25rem;
  transform: translateY(-50%) rotate(-15deg);
}

.experience_conversion__panels__card__microcopy::after {
  right: -1.25rem;
  transform: translateY(-50%) rotate(15deg);
}

.experience_conversion__panels__card__btn {
  display: block;
  width: 92%;
  margin: 0 auto;
  padding: 1em 0;
  border-radius: 8px;
  background: linear-gradient(to right, #3dab4a, #006934);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  transition: 0.3s;
}

.experience_conversion__panels__card__btn:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 520px) {
  .experience_conversion__tabs__button {
    font-size: 3.75vw;
  }
  .experience_conversion__panels__card__lead {
    font-size: 4.125vw;
  }
  .experience_conversion__panels__card__title {
    margin-bottom: 1.25rem;
  }
  .experience_conversion__panels__card__title h2 {
    font-size: 6.25vw;
  }
  .experience_conversion__panels__card__title img {
    height: 5.5vw;
  }
  .experience_conversion__panels__card__img__comment {
    font-size: 3.125vw;
  }
  .experience_conversion__panels__card__img__comment::before {
    top: -8px;
    width: 12px;
    height: 12px;
  }
  .experience_conversion__panels__card__microcopy {
    font-size: 3.75vw;
  }
  .experience_conversion__panels__card__btn {
    font-size: 4.125vw;
  }
}
.btnGroup__item.is-active button {
  background-color: #006934;
  cursor: default;
  pointer-events: none;
}
.btnGroup__item.is-active button:hover {
  opacity: 1;
  transform: scale(1);
}

#mv .bg .mainSlide {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 2/2.4;
  object-fit: cover;
  object-position: top center;
  overflow: hidden;
}
#mv .bg .mainSlide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: slider-1 24s linear infinite;
}
#mv .bg .mainSlide-image:nth-child(1) {
  background-image: url("../../assets/img/mv_bg_img01.jpg");
  animation-delay: -2s;
}
#mv .bg .mainSlide-image:nth-child(2) {
  background-image: url("../../assets/img/mv_bg_img02.jpg");
  animation-delay: 4s;
}
#mv .bg .mainSlide-image:nth-child(3) {
  background-image: url("../../assets/img/mv_bg_img03.jpg");
  animation-delay: 10s;
}
#mv .bg .mainSlide-image:nth-child(4) {
  background-image: url("../../assets/img/mv_bg_img04.jpg");
  animation-delay: 16s;
}
#mv .bg .mainSlide-image:nth-child(5) {
  background-image: url("../../assets/img/mv_bg_img05.jpg");
  animation-delay: 22s;
}
@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.08);
  }
  100% {
    opacity: 0;
  }
}
#mv .bg .catch {
  position: absolute;
  top: 2.4rem;
  right: 1.6rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
#mv .bg .catch__item {
  display: block;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0;
  font-family: "ヒラギノ角ゴ Pro W3";
  font-weight: 600;
}
#mv .bg .catch__item .bg_white {
  position: relative;
  display: inline-block;
  padding: 0.8em 0;
  z-index: 1;
}
#mv .bg .catch__item .bg_white::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#mv .bg .catch__item .color_green {
  color: #006934;
}
#mv .bg .catch__item:first-child {
  margin-left: 0.3em;
}
@media screen and (max-width: 430px) {
  #mv .bg .catch {
    top: 7.2rem;
  }
}

#mv .title__inner {
  padding: 0 1.6em;
  background-color: #3dab4a;
}
#mv .title .mainTitle {
  padding-top: 2.4em;
}
#mv .title .mainTitle span {
  position: relative;
  display: block;
}
#mv .title .mainTitle_takasho {
  max-width: 172px;
  width: 100%;
  margin: 0 auto 1.2em;
}
#mv .title .mainTitle_takasho::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 43px;
  top: -24px;
  right: -40px;
  background-image: url("../../assets/img/main_title_option-sun.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#mv .title .mainTitle_exterior-guide {
  max-width: 286px;
  width: 100%;
  margin: 0 auto;
}

#mv .catalog {
  padding-top: 4.8rem;
  padding-bottom: 5.6rem;
}
#mv .catalog__catch {
  position: relative;
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  z-index: 1;
}
#mv .catalog__catch span {
  display: inline-block;
  padding: 0 0.5em;
  background-color: #3dab4a;
}
#mv .catalog__catch::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 80%;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#mv .catalog button {
  margin-top: 1.5rem;
}
#mv .catalog::after {
  background: linear-gradient(to bottom, #3dab4a 44%, transparent 100%);
}
#mv .catalog .image {
  width: 100%;
  max-width: 90%;
  margin: 24px auto 0;
}

#question {
  padding-bottom: 6.4rem;
  background-color: #FFD593;
}
#question .container {
  background-color: #d4ede6;
  padding-top: 4.8rem;
}
#question .section-catch {
  position: relative;
  display: block;
  width: max-content;
  margin: 0 auto 1.5em;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.75;
}
#question .section-catch .text-green {
  display: inline;
  font-size: 1.1em;
  color: #3dab4a;
}
#question .section-catch::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 43px;
  top: -18px;
  right: -8px;
  background-image: url("../../assets/img/section_catch-sun.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#question .balloon-heading {
  position: relative;
  padding: 0.5em;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  color: #fff;
  background-color: #3dab4a;
}
#question .balloon-heading::after {
  position: absolute;
  content: "";
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  padding-bottom: 1.6rem;
  width: 2.8rem;
  height: 1.6rem;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3dab4a;
}
@media screen and (max-width: 430px) {
  #question .balloon-heading {
    font-size: 1.65rem;
  }
}
#question .text {
  margin: 3.2rem auto;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.25;
}
@media screen and (max-width: 430px) {
  #question .text {
    font-size: 1.4rem;
  }
}
#question .image {
  padding: 0.6em;
  background-color: #fff;
  border-radius: 1.2em;
  box-shadow: 0px 0px 8px #5f7273;
}
#question .image img {
  border-radius: 0.6em;
}
#question .problemArea {
  position: relative;
  top: -1.6rem;
  left: 0;
  z-index: 3;
}
#question .problemArea.bg-arrow {
  position: relative;
}
#question .problemArea.bg-arrow::before, #question .problemArea.bg-arrow::after {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  box-sizing: border-box;
  transform: translate(-50%, 0);
  z-index: 2;
}
#question .problemArea.bg-arrow::before {
  bottom: -1.6rem;
  border-right: 21.5rem solid #FFD593;
  border-left: 21.5rem solid #FFD593;
  border-top: 4.8rem solid transparent;
}
#question .problemArea.bg-arrow::after {
  bottom: -8rem;
  border-right: 21.5rem solid #FFDFA6;
  border-left: 21.5rem solid #FFDFA6;
  border-top: 4.8rem solid transparent;
}
#question .problemArea-list {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0.2rem;
  padding-left: 34%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-around;
  z-index: 4;
}
#question .problemArea-list__item {
  position: relative;
  margin-bottom: 0.8em;
  padding: 1em 1.5em;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
  color: #222;
  background-color: #fff;
  border: 0.2rem solid #222;
  border-radius: 1rem;
  box-shadow: 0.2rem 0.2rem 0px #222;
}
@media screen and (max-width: 430px) {
  #question .problemArea-list__item {
    font-size: 1.4rem;
  }
}
#question #house {
  position: absolute;
  max-width: 16.4rem;
  width: 100%;
  height: auto;
  right: 3rem;
  bottom: -4.8rem;
  z-index: 3;
  transform: translate(0%, 10px);
}
@media screen and (max-width: 430px) {
  #question #house {
    max-width: 14.4rem;
  }
}

#grade {
  background-color: #FBF5EE;
}
#grade .title {
  position: relative;
  background-color: #FFDFA6;
}
#grade .title::after {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  bottom: -1rem;
  box-sizing: border-box;
  transform: translate(-50%, 0);
  border-right: 21.5rem solid #FFEECE;
  border-left: 21.5rem solid #FFEECE;
  border-top: 4.8rem solid transparent;
  z-index: 2;
}
#grade .section-catch {
  position: relative;
  display: block;
  width: max-content;
  margin: 0 auto;
  padding-bottom: 1em;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
}
#grade .section-catch .text-green {
  display: inline-block;
  font-size: 1.2em;
  color: #3dab4a;
  padding: 0 0.1em;
}
#grade .point {
  position: relative;
  padding-bottom: 2.4rem;
  background-color: #FFEDCD;
  z-index: 3;
}
#grade .point__image {
  margin-left: -2rem;
  margin-right: -2rem;
  box-shadow: 0px 0px 8px #777;
}
#grade .point__lists {
  margin-top: -4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#grade .point__lists--item {
  width: calc(33.3333333333% - 1rem);
  box-shadow: 0px 0px 6px #777;
  border-radius: 100px;
}
#grade .point::before {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 0;
  box-sizing: border-box;
  transform: translate(-50%, 0);
  border-right: 21.5rem solid #FBF5EE;
  border-left: 21.5rem solid #FBF5EE;
  border-top: 6.4rem solid transparent;
  z-index: -1;
}
#grade .finish {
  position: relative;
  margin-top: 6.4rem;
  background-color: #fcfcfc;
}
#grade .finish::before {
  content: "";
  position: absolute;
  top: -6.4rem;
  left: 50%;
  box-sizing: border-box;
  transform: translate(-50%, 0);
  border-right: 21.5rem solid #fcfcfc;
  border-left: 21.5rem solid #fcfcfc;
  border-top: 6.4rem solid transparent;
  z-index: 1;
}
#grade .finish .content-heading {
  position: relative;
  margin-bottom: 1.5em;
  padding-top: 1em;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.75;
  color: #006934;
}
#grade .finish .content-heading .flash {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#grade .finish .content-heading .flash::before, #grade .finish .content-heading .flash::after {
  content: "";
  width: 1px;
  height: 42px;
}
#grade .finish .content-heading .flash::before {
  margin-right: 22px;
  border-right: 2px dotted #006934;
  transform: rotate(-32deg);
}
#grade .finish .content-heading .flash::after {
  margin-left: 22px;
  border-left: 2px dotted #006934;
  transform: rotate(32deg);
}
#grade .finish .content-heading .hukidashi {
  display: block;
  position: absolute;
  width: 160px;
  height: 51px;
  top: -51px;
  left: 54px;
  z-index: 5;
  background: url("../../assets/img/grade-section-hukidashi.svg") center/contain no-repeat;
}
#grade .idealAria {
  position: relative;
  margin-left: -2rem;
  margin-right: -2rem;
}
#grade .idealAria__image {
  display: block;
}
#grade .idealAria__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grade .slideAria {
  display: flex;
  overflow: hidden;
  margin-top: 1rem;
  margin-left: -2rem;
  margin-right: -2rem;
}
#grade .slideAria__box {
  display: flex;
  animation: loop-list 56s linear infinite;
}
#grade .slideAria__box--item {
  width: 15rem;
  margin-left: 1rem;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
}
#grade .slideAria__box--imte img {
  width: 100%;
}
@keyframes loop-list {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.catalog-section {
  position: relative;
  margin-top: 4.8rem;
}
.catalog-section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
.catalog-section .container::after {
  content: "";
  position: absolute;
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
  border: 1px solid #fff;
  border-radius: 0.8rem;
  inset: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.catalog-section .catalog__heading {
  order: 3;
  margin-bottom: 1em;
}
.catalog-section .catalog__heading span {
  display: block;
  font-size: 0.875em;
}
.catalog-section .catalog__image {
  order: 2;
  margin-left: -2rem;
  margin-right: -2rem;
}
.catalog-section .catalog__text {
  display: block;
  margin: 3rem auto 2rem;
  order: 1;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.catalog-section .catalog__text .flash {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.catalog-section .catalog__text .flash::before, .catalog-section .catalog__text .flash::after {
  content: "";
  width: 1px;
  height: 36px;
}
.catalog-section .catalog__text .flash::before {
  margin-right: 22px;
  border-right: 2px solid #fff;
  transform: rotate(-32deg);
}
.catalog-section .catalog__text .flash::after {
  margin-left: 22px;
  border-left: 2px solid #fff;
  transform: rotate(32deg);
}
.catalog-section .catalog button {
  order: 4;
  margin-bottom: 3rem;
}
.catalog-section .catalog::after {
  background: linear-gradient(to bottom, #3dab4a 80%, transparent 100%);
}

.product-title {
  display: block;
  text-align: center;
  padding-top: 56px;
  padding-bottom: 24px;
  background-color: #3dab4a;
}
.product-title img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.areaItem {
  padding-top: 5rem;
  padding-bottom: 4.8rem;
  counter-reset: sectionTitle;
}
.areaItem .container {
  position: relative;
}
.areaItem .container::before {
  content: "";
  position: absolute;
  top: 2.4rem;
  left: 50%;
  box-sizing: border-box;
  transform: translate(-50%, 0);
  border-left: 21.5rem solid #FBF5EE;
  border-right: 21.5rem solid #FBF5EE;
  border-top: 4.8rem solid transparent;
  z-index: -1;
}
.areaItem .container::after {
  content: "";
  position: absolute;
  bottom: -4.8rem;
  left: 0;
  background-color: #FBF5EE;
  width: 100%;
  height: calc(100% - 4.8rem + 2.4rem);
  z-index: -1;
}
.areaItem::after {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 0;
  box-sizing: border-box;
  transform: translate(-50%, 0);
  border-right: 21.5rem solid #3dab4a;
  border-left: 21.5rem solid #3dab4a;
  border-top: 4.8rem solid transparent;
  z-index: 2;
}
.areaItem__heading {
  position: relative;
  padding-top: 1em;
  margin-bottom: 1.2em;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.55;
  color: #006934;
}
.areaItem__heading::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  top: 0;
  right: 0.5em;
  background-image: url("../../assets/img/section_catch-sun.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.areaItem__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 40px;
}
.areaItem__text p {
  margin-bottom: 1em;
  text-align: center;
}
.areaItem .btnGroup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1.2rem;
  padding-bottom: 1em;
}
.areaItem .btnGroup__item {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
}
.areaItem .btnGroup__item button {
  position: relative;
  display: block;
  width: 100%;
  padding: 1em 1em 1em;
  color: #fff;
  background-color: #3dab4a;
  border: none;
  border-radius: 1rem;
  box-shadow: 2px 2px 5px #ccc;
  cursor: pointer;
  transition: 0.3s all;
}
.areaItem .btnGroup__item button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 430px) {
  .areaItem .btnGroup__item button:hover {
    opacity: 1;
  }
}
.areaItem .btnGroup__item.is-active button {
  background-color: #006934;
  pointer-events: none;
}
.areaItem .btnGroup__item.is-active button::after {
  border-top-color: #006934;
}
.areaItem .btnGroup__item span {
  position: relative;
  margin-right: 0.5em;
  color: #3dab4a;
  width: 1.4em;
  height: 1.4em;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.2em;
  line-height: 1.25;
}

.sub-nav {
  margin-bottom: 2rem;
  background-color: #3dab4a;
  padding: 2rem;
}
.sub-nav h3 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1em;
}
.sub-nav .navLinks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.sub-nav .navLinks__item {
  background-color: #fff;
  color: #3dab4a;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
  padding: 1em;
  font-weight: 500;
  box-shadow: 0px 0px 3px #006934;
}

.itemSection {
  padding: 0 0 0rem;
}
.itemSection.is-fadeIn {
  animation: fadeInUp 0.5s ease forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.itemSection .intro {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #3dab4a;
}
.itemSection .intro._first {
  padding-top: 2rem;
}
.itemSection .sectionTitle {
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 0.6em 0 0.8em;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  color: #3dab4a;
  background-color: #fcfcfc;
}
.itemSection .sectionTitle::after {
  position: absolute;
  content: "";
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  padding-bottom: 1.6rem;
  width: 2.8rem;
  height: 1.6rem;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fcfcfc;
}
.itemSection .sectionTitle span {
  display: block;
  padding: 0 8.8rem;
}
.itemSection .sectionTitle span::before {
  counter-increment: sectionTitle;
  content: counter(sectionTitle, decimal);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #006934;
  height: 100%;
  width: auto;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.itemSection .sectionTitle::before {
  content: "";
  position: absolute;
  width: 8.8rem;
  height: 8.8rem;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.itemSection .sectionTitle#item_gate::before {
  background: url("../../assets/img/item_gate_icon.png") center/contain no-repeat;
}
.itemSection .sectionTitle#item_fence::before {
  background: url("../../assets/img/item_fence_icon.png") center/contain no-repeat;
}
.itemSection .sectionTitle#item_terrace::before {
  background: url("../../assets/img/item_terrace_icon.png") center/contain no-repeat;
}
.itemSection .sectionTitle#item_light::before {
  background: url("../../assets/img/item_light_icon.png") center/contain no-repeat;
}
.itemSection .sectionText {
  margin-top: calc(1.5rem + 1em);
  text-align: justify;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2.25;
  color: #fcfcfc;
}
@media screen and (max-width: 430px) {
  .itemSection .sectionText {
    font-size: 1.35rem;
  }
}
.itemSection .itemSction-catalog {
  padding-bottom: 9.6rem;
}
.itemSection .catalog {
  padding: 2rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
.itemSection .catalog__image {
  margin-bottom: 1rem;
  margin-left: -2rem;
  margin-right: -2rem;
}
.itemSection .catalog__heading {
  margin-bottom: 1rem;
}
.itemSection .catalog__heading span {
  display: block;
  font-size: 0.875em;
}
.itemSection.group_gate .itemSction-catalog, .itemSection.group_terrace .itemSction-catalog {
  background-color: #f9f5ef;
}
.itemSection .Option {
  background-color: #f9f5ef;
}
.itemSection .OptionTitle {
  max-width: 16.4rem;
  width: 100%;
  margin: -1rem auto 0;
  padding-bottom: 0rem;
  position: relative;
  z-index: 4;
}
.itemSection .Option .OptionSlide {
  margin-top: 2.4rem;
  padding-bottom: 6.4rem;
  margin-left: -2rem;
  margin-right: -2rem;
}
.itemSection .Option .slideItem {
  height: auto;
  transition: 0.3s ease;
  transform: scale(0.8);
}
.itemSection .Option .slideItem__inner {
  height: 100%;
}
.itemSection .Option .slideItem__name {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.itemSection .Option .slideItem__image {
  transition: 0.3s ease;
  border-radius: 0.8rem;
  overflow: hidden;
}
.itemSection .Option .slideItem__text {
  font-size: 1.2rem;
  line-height: 1.75;
}
.itemSection .Option .slideItem__text, .itemSection .Option .slideItem__name {
  opacity: 0;
  transition: 0.6s ease;
  transform: translateY(2.4rem);
  user-select: none;
}
.itemSection .Option .swiper-slide-active {
  transform: scale(1);
}
.itemSection .Option .swiper-slide-active .slideItem__text,
.itemSection .Option .swiper-slide-active .slideItem__name {
  opacity: 1;
  transform: translateY(0);
}
.itemSection .Option .slideNav-button {
  background-color: rgb(255, 255, 255);
  border: 2px #fff solid;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.itemSection .Option .slideNav-button._prev {
  left: 32px;
}
.itemSection .Option .slideNav-button._next {
  right: 32px;
}
.itemSection .Option .slideNav-button::after {
  color: #333;
}
@media screen and (max-width: 430px) {
  .itemSection .Option .slideNav-button {
    display: none;
  }
}