@charset "UTF-8";
/*
Theme Name: 2023_gh-renovation_ver2
-------------------------------------------------- */

/*  common
------------------------- */
body,
html {
  display: block;
  overflow-x: hidden;
  font-size: 16px;
}
body {
  position: relative;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  background: #ffffff;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.2em;
  color: #191919;
}

p {
  margin-bottom: 2em;
}
a {
  color: #191919;
  text-decoration: none;
  transition: all 0.4s;
}
a:hover,
a:focus {
  color: #5a4a3c;
  text-decoration: none;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul,
ol {
  margin-bottom: 2em;
}
ul.check li {
  position: relative;
  padding-left: 1.5em;
}
ul.check li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 1em;
  height: 1em;
  background: url(./lib/images/icon_check.png);
  background-size: 100%;
}

ul.disc {
  list-style: disc;
  margin-left: 1.3em;
}

ol {
  margin-left: 2em;
  list-style: decimal;
}
ol li {
}
ol li::before {
}

table {
  width: 100%;
}
tr {
  display: block;
  margin-bottom: 1.5rem;
}
th,
td {
  display: block;
  text-align: left;
}
th {
  font-weight: 600;
  color: #839c74;
  margin-bottom: 0.5em;
  padding: 0 0.25rem;
}
td {
  font-size: 0.875rem;
  padding: 0 0.25rem;
  padding-bottom: 2em;
  border-bottom: solid 1px #ccc;
}
tbody tr:first-child th {
  padding-top: 1rem;
  border-top: solid 1px #ccc;
}
table.small-tb {
}
table.small-tb tr {
  display: table-row;
}
table.small-tb th,
table.small-tb td {
  display: table-cell;
  font-size: 0.875rem;
  padding: 5px 0;
  border: none !important;
}
h2,
.h2 {
  font-size: 2rem;
  font-weight: 600;
}
h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1em;
}
h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 2em;
}
h5,
.h5 {
  font-size: 1.125rem;
  font-weight: 600;
}
strong {
  font-weight: 600;
  color: #839c74;
}
small {
  display: inline-block;
  letter-spacing: 0.15em;
  font-size: 0.75em;
}
rt {
}
a > img {
  opacity: 1;
  transition: opacity 0.4s;
}
a:hover > img {
  opacity: 0.6;
}

a.underline {
  text-decoration: underline;
}

.more a {
  position: relative;
  line-height: 1;
}
.more.more-type01 a {
  padding-left: 48px;
  color: #839c74;
}
.more.more-type01 a::before,
.more.more-type01 a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: #839c74;
}
.more.more-type01 a::before {
  width: 32px;
}
.more.more-type01 a::after {
  bottom: -1px;
  left: 22px;
  width: 12px;
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

.more.more-type02 {
}
.more.more-type02 a {
  font-size: 0.75rem;
  padding-right: 32px;
  color: #839c74;
}
.more.more-type02 a::before,
.more.more-type02 a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0;
  height: 1px;
  background: #839c74;
}
.more.more-type02 a::before {
  width: 24px;
}
.more.more-type02 a::after {
  bottom: -3px;
  right: -1px;
  width: 7px;
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

.more.more-type03 {
}
.more.more-type03 a {
  display: block;
  font-size: 0.875rem;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.3em;
  line-height: 1.56;
  text-align: center;
  padding: 1.5em;
  color: #ffffff;
  background: #9db681;
}
.more.more-type03 a::before,
.more.more-type03 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  height: 1px;
  background: #fff;
}
.more.more-type03 a::before {
  width: 24px;
}
.more.more-type03 a::after {
  top: 55%;
  right: 14px;
  width: 10px;
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

.more.more-type04 {
}
.more.more-type04 a {
  display: block;
  font-size: 0.875rem;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.3em;
  line-height: 1.56;
  text-align: center;
  padding: 1.25rem 1.5em;
  color: #ffffff;
  background: #9db681;
}

.has-image {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 75%;
}
.has-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 101%;
  max-width: none;
  height: auto;
  margin: -1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.has-image img.height_fit {
  height: 101%;
  width: auto;
}

.nullBox {
  display: block;
  width: 100%;
  margin-bottom: 32px;
  padding: 16px;
  background: #f7f7f7;
}
.nullBox p {
  margin-bottom: 0;
}

.row .col-6.col-space:nth-child(odd) {
  padding-right: 7.5px;
}
.row .col-6.col-space:nth-child(even) {
  padding-left: 7.5px;
}

.relative {
  position: relative;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.font-demibold {
  font-weight: 600;
}
.font-bold {
  font-weight: bold;
}
.font-normal {
  font-weight: normal;
}
.font-small {
  font-size: 0.875rem !important;
}
.font-ssmall {
  font-size: 0.75rem !important;
}
.font-medium {
  font-size: 1rem !important;
}
.font-large {
  font-size: 1.125rem !important;
}
.font-xlarge {
  font-size: 1.5rem !important;
}
.font-en {
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.3em;
}
.font-jp-mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.font-jp-gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.color-brown {
  color: #594a3c;
}
.color-green {
  color: #9db680;
}
.color-red {
  color: #f10;
}

.bg-rightbrown {
  background: #e0d8cf;
}
.bg-brown {
  background: #bbaa9d;
}
.bg-brown *,
.bg-brown .more a {
  color: #ffffff;
  border-color: #ffffff;
}

.youtube-box {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.youtube-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.gmap iframe {
  width: 100%;
}

.anker-target {
  padding-top: 56px;
  margin-top: -56px;
}

/*  header
------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 1001;
  transition: all 0.6s;
  background: #fff;
}
header.has-bg {
  background: rgba(0, 0, 0, 0.72);
}
header.has-bg.open {
  background: transparent;
}
.header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header-inner .logo {
  background: #ffffff;
}

/* logo */
.logo {
  position: relative;
  padding: 17px 0;
  z-index: 1;
}
.logo h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.3em;
}
.logo h1 a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .logo h1 a {
    display: block;
  }
}
.logo.has-icon {
}
.logo.has-icon a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo.has-icon a img {
  width: 30px;
  margin-right: 1rem;
}
.logo.has-icon a span {
  line-height: 1;
  padding-top: 4px;
}

/* drawer */
.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  width: 100%;
  height: auto;
  padding: 1rem;
  padding-top: 24px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  background: rgb(255, 255, 255);
  z-index: 10;
}
.mobile-drawer-logo {
  margin: 0 -1rem;
  padding-bottom: 8px;
}
.mobile-drawer-logo h2 {
  font-size: 1.5rem;
  font-weight: normal;
}
.mobile-drawer-logo a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.mobile-drawer-logo a img {
  width: 32px;
  margin-right: 1rem;
}
.mobile-drawer-logo a span {
  display: block;
  font-size: 1.25rem;
  padding-top: 4px;
  line-height: 1;
}
header.open .mobile-drawer {
  opacity: 1;
  visibility: visible;
}

/* main-nav */
#main-nav {
  padding-top: 1.5rem;
}
#main-nav ul {
  display: flex;
  flex-wrap: wrap;
}
#main-nav ul li {
  width: 50%;
  margin-bottom: 1.5rem;
  padding: 0 0.5rem;
}
#main-nav ul li a {
  font-size: 0.875rem;
  display: block;
  text-align: center;
}
#main-nav ul li a small {
  display: block;
  margin-top: 4px;
}
#main-nav .separate {
  margin-top: 10px;
  line-height: 1;
  display: block;
  overflow: hidden;
}
#main-nav .separate .s-item {
  display: inline-block;
  -webkit-transition: opacity 0.7s linear,
    -webkit-transform 0.7s cubic-bezier(0, 0.6, 0.2, 1);
  transition: opacity 0.7s linear,
    -webkit-transform 0.7s cubic-bezier(0, 0.6, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0, 0.6, 0.2, 1), opacity 0.7s linear;
  transition: transform 0.7s cubic-bezier(0, 0.6, 0.2, 1), opacity 0.7s linear,
    -webkit-transform 0.7s cubic-bezier(0, 0.6, 0.2, 1);
  -webkit-transform: translate3d(0, 1.3em, 0);
  transform: translate3d(0, 1.3em, 0);
}
header.open #main-nav .separate .s-item {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* nav-open */
.js-mobile-nav-open,
.js-mobile-nav-open span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.js-mobile-nav-open {
  position: fixed;
  top: 0px;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 17px 0.875rem;
  transition: right 0.6s;
  z-index: 15; /* background: #fff; */
}
.js-mobile-nav-open .inner {
  position: relative;
  height: 100%;
}
.js-mobile-nav-open small {
  position: absolute;
  bottom: 1px;
  left: -3.5px;
  right: 0;
  margin: auto;
  font-size: 0.625rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
  transform: scale(0.8);
}
.js-mobile-nav-open span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.js-mobile-nav-open span:nth-of-type(1) {
  top: 0;
}
.js-mobile-nav-open span:nth-of-type(2) {
  width: 65%;
  top: 50%;
  left: auto;
  right: 0;
}
.js-mobile-nav-open span:nth-of-type(3) {
  width: 80%;
  left: auto;
  right: 0;
  bottom: 0;
}

header.open .js-mobile-nav-open span:nth-of-type(1) {
  width: 100%;
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
header.open .js-mobile-nav-open span:nth-of-type(2) {
  opacity: 0;
}
header.open .js-mobile-nav-open span:nth-of-type(3) {
  width: 100%;
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

/*  main
------------------------- */
main {
  margin-top: 71px;
  margin-bottom: 50px;
}

/*  aside
------------------------- */
aside {
  margin-bottom: 3rem;
}
aside > .inner {
  padding: 3rem 0;
}
aside.lineup {
  background: url(./lib/images/aside_bg.jpg);
  background-size: cover;
  background-position: 50%;
}
.linebox-lineup {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
  padding: 2rem;
  background: rgb(255, 255, 255, 0.8);
}
.linebox-lineup span {
  position: absolute;
  top: -1rem;
  left: -1rem;
}
.linebox-lineup span img {
  width: 128px;
}
.linebox-lineup h4 {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
.linebox-lineup h3 {
  font-size: 1.125rem;
  text-align: center;
  margin: 0 -2rem 1em;
}
.linebox-lineup p {
  font-size: 0.875rem;
}
.linebox-lineup .more {
}
.linebox-lineup .more a {
  padding: 1rem 0;
}
.linebox-lineup .more a::before {
  top: 37px;
}
.linebox-lineup .more a::after {
  top: 41px;
}

/*  footer
------------------------- */
footer {
  margin-bottom: 53px;
}
.foot-row > div {
  margin-bottom: 50px;
}

.foot-menu {
  margin-bottom: 3rem;
}
.foot-menu .inner {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  border-top: solid 1px #e5e5e5;
}
aside + footer .foot-menu .inner {
  border-top: none;
}
.foot-menu .foot-menu-col {
  width: 50%;
  padding: 0 0.25rem;
}
.foot-menu .foot-menu-col dl {
  margin-bottom: 1.5rem;
}
.foot-menu .foot-menu-col dl dt {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.foot-menu .foot-menu-col dl dd {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0.5rem;
}
.foot-menu .foot-menu-col dl dd.child {
  margin-left: 1em;
}
.foot-menu .foot-menu-col dl dd::before {
  content: "- ";
}
.foot-menu .foot-menu-col dl dd a {
}
.foot-menu .foot-menu-col .menu-sns {
}
.foot-menu .foot-menu-col .menu-sns ul {
  display: flex;
  flex-wrap: wrap;
}
.foot-menu .foot-menu-col .menu-sns ul li {
  width: auto;
  line-height: 1;
  margin-right: 1rem;
}
.foot-menu .foot-menu-col .menu-sns ul li a {
}
.foot-menu .foot-menu-col .menu-sns ul li a img {
  width: 20px;
}
.foot-menu .foot-menu-col:first-child {
  width: 100%;
}
.foot-menu .foot-menu-col:first-child dl {
  margin-bottom: 1rem;
}
.foot-menu .foot-menu-col:last-child {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.foot-menu .foot-menu-col:last-child dl {
  margin-bottom: 0;
}
.foot-menu .foot-menu-col:last-child dl dd::before {
  content: none;
}
.foot-menu .foot-menu-col:last-child > * {
  width: 50%;
}

.foot-bottom {
  padding-top: 3rem;
  background: #f2f4eb;
}
.footer-meta .logo {
  padding: 0;
  margin-bottom: 1rem;
  text-align: center;
}
.footer-meta .logo a img {
}
.footer-meta p {
  font-size: 0.75rem;
  margin-bottom: 0;
  text-align: center;
}
.footer-contact {
  text-align: center;
}
.footer-contact > .inner {
}
.footer-contact p {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0;
}
.footer-contact a {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
}
.footer-contact a span {
  font-size: 1.125rem;
  margin-right: 0.5em;
}
.footer-contact small {
  display: block;
}

.foot-row .copyright {
  margin-bottom: 0;
  padding-bottom: 15px;
  text-align: center;
}
.foot-row .copyright a {
  display: block;
  font-size: 0.75rem;
  color: #737373;
}
.foot-row .copyright small {
  font-size: 0.625rem;
  letter-spacing: 0.056em;
  color: #737373;
}

/*  cta
------------------------- */
#cta {
  position: fixed;
  bottom: -55px;
  left: 0;
  width: 100%;
  background: #5a4a3c;
  z-index: 100;
  transition: all 0.6s;
}
#cta ul {
  display: flex;
  margin-bottom: 0;
}
#cta ul li {
  flex-grow: 1;
  border-right: solid 1px #fff;
}
#cta ul li:last-child {
  border-right: none;
}
#cta ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.056em;
  color: #fff;
  background: #594a3c;
}
#cta ul li a.contact {
  background: #839c74;
}
#cta ul li a.request {
  background: #a48d76;
}
#cta ul li a.kengaku {
  background: #ccca52;
}
#cta ul li a img {
  width: auto;
  height: 20px;
  margin-right: 8px;
}
#cta ul li a span {
  line-height: 1.3;
}
#cta.fixed {
  bottom: 0;
}
.cta-none {
  display: none;
}

/*  breadcrumb
------------------------- */
#breadcrumb {
  padding: 0.5rem 0;
}
#breadcrumb ul {
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: right;
  margin-bottom: 0;
  color: #ffffff;
}
#breadcrumb ul li {
  display: inline;
  font-size: 0.75rem;
  padding: 0 4px;
  color: #fff;
}
#breadcrumb ul li a {
  color: #fff;
}

/*  pagination
------------------------- */
.pagination {
  display: block;
  margin-top: 3rem;
  text-align: center;
}
.pagination a.page-numbers,
.pagination span {
  display: inline-block;
  padding: 12px 16px;
  height: 40px;
  width: 40px;
  line-height: 1;
  vertical-align: middle;
}
.pagination a.page-numbers {
  color: #191919;
}
.page-numbers.current {
  color: #fff;
  border-radius: 5px;
  background: #9db681;
}
.pagination a.next,
.pagination a.prev {
  font-weight: bold;
  font-size: 18px;
  padding: 10px 16px;
}

/*  page-common
------------------------- */
section {
  padding: 2rem 0;
}
section.has-bg {
  margin: 1.5rem 0;
  padding: 3rem 0;
}
section.pb-shift {
  margin: 0;
  padding-bottom: 8rem;
}
section.bg-top-part {
  position: relative;
}
section.bg-top-part::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background: #bbaa9d;
}

.page-header {
  padding-bottom: 2rem;
}
.page-header > .inner {
  position: relative;
}
.page-header .has-image {
  padding-bottom: 100%;
}
.page-header .page-ttl {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-width: none;
  height: auto;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.page-header .page-ttl h2 {
  position: relative;
  display: block;
  font-size: 2rem;
  padding: 0 1rem;
  color: #fff;
  text-shadow: 1px 0 3px rgba(49, 49, 49, 0.2);
}
.page-header .page-ttl.hsa-sub-title h2 {
  line-height: 1.56;
}
.page-header .page-ttl h2 span {
  display: block;
  font-size: 1rem;
}
.page-header .page-ttl.page-ttl-small h2 {
  font-size: 1.75rem;
}
.page-header #breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.section-header > .inner {
  position: relative;
}
.section-header .section-header-img {
  position: relative;
  width: calc(100% - 2rem);
}
.section-header .section-header-img .has-image {
  padding-bottom: 240px;
}
.section-header .section-title {
  position: relative;
  padding-right: 1rem;
  text-align: right;
  z-index: 10;
}

.section-header-shift {
  margin-top: -6rem;
  margin-bottom: 3rem;
}
.section-header-right .section-header-img {
  margin-left: auto;
}
.section-header-right .section-title {
  text-align: left;
  padding-left: 1rem;
}

.section-title_type01 {
  text-align: center;
  margin-bottom: 2rem;
}
.section-title_type01 h3 {
  font-size: 1.5rem;
  line-height: 1;
}
.section-title_type01 h3 small {
  display: block;
  font-size: 0.875rem;
  margin-top: 10px;
  line-height: 2;
}

.section-title_type02 {
}
.section-title_type02 h3 {
  position: relative;
  text-align: center;
  line-height: 1.56;
}
.section-title_type02 h3 span {
  display: inline-block;
  position: relative;
  max-width: calc(100% - 2rem);
  padding: 0 1em;
  background: #fff;
}
.section-title_type02 h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #313131;
}

.section-title_type03 {
}
.section-title_type03 h3 {
}
.section-title_type03 h3 span {
  display: inline-block;
  font-size: 1rem;
}

.section-title_numbering {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.section-title_numbering .number {
  font-size: 3rem;
  padding-right: 1rem;
  line-height: 1;
  color: #9db680;
}
.section-title_numbering h3 {
  padding-left: 1rem;
  line-height: 1;
  margin: 0;
  border-left: solid 1px #ccc;
}
.section-title_numbering h3 span {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.56;
  padding-bottom: 0.5rem;
  color: #808080;
}

.action-btn {
  margin-bottom: 1rem;
}
.action-btn a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
  padding-right: 15px;
  color: #594a3c;
  border: solid 1px #594a3c;
}
.action-btn a img {
  width: 72px;
}
.action-btn a p {
  width: calc(100% - 100px);
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.action-btn a p span {
  display: block;
  font-size: 0.687rem;
  font-weight: normal;
  padding-top: 1em;
  letter-spacing: 0.056em;
}
.action-btn a > span {
  position: relative;
  width: 28px;
  height: 1px;
  background: #5a4a3c;
}
.action-btn a > span::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -1px;
  width: 8px;
  height: 1px;
  background: #5a4a3c;
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.item-plan > .inner {
  position: relative;
}
.item-plan .has-image {
  padding-bottom: 362px;
}
.item-plan__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 0 1rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.item-plan__txt > .inner {
  padding: 3rem 0;
  background: rgba(255, 255, 255, 0.7);
}
.item-plan__txt h3 {
  line-height: 1.56;
  margin-bottom: 0;
  text-align: center;
}
.item-plan__txt h3 > span {
  position: relative;
  display: block;
  font-size: 0.687rem;
  font-weight: normal;
  padding-top: 1em;
  letter-spacing: 0.056em;
}
.item-plan__txt h3 > span > small {
  position: relative;
  padding-right: 24px;
  line-height: 1;
}
.item-plan__txt h3 > span > small > span {
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 18px;
  height: 1px;
  background: #5a4a3c;
}
.item-plan__txt h3 span > small > span::before {
  content: "";
  position: absolute;
  top: 6px;
  right: -1px;
  width: 5px;
  height: 1px;
  background: #5a4a3c;
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
.item-plan__txt > .inner > span {
  display: none;
}

.icon-date,
.icon-location {
  position: relative;
  color: #808080;
  font-size: 0.75rem !important;
  margin-bottom: 0 !important;
  padding-left: 2em;
}
.icon-date::before,
.icon-location::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: inline-block;
  height: 14px;
  width: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.icon-date::before {
  background-image: url(./lib/images/icon_clock.svg);
}
.icon-location::before {
  background-image: url(./lib/images/icon_location.svg);
}

.category {
  line-height: 1;
  margin-top: 1rem;
}
.category a {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.5em 1em;
  border-radius: 1000px;
  color: #fff;
  background: #a48d76;
}

.tags {
  padding-top: 0.5rem;
}
.tags a {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  padding: 0.5em 1em;
  border-radius: 100px;
  color: #808080;
  background: #f2f4eb;
}

.author {
  display: flex;
  align-items: center;
}
.author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.author p {
  font-size: 0.875rem;
  margin: 0 !important;
  padding-left: 0.5rem;
  line-height: 1;
}

.parallax-cover {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.parallax-cover #parallax-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
}

.swiper-container {
  padding-bottom: 40px;
}
.swiper-pagination {
  bottom: 0px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet-active {
  background: #313131;
}

.break-grid {
  margin: 0 -15px;
}
.grid-base {
  width: calc(100% - 2rem);
}
.grid-sub {
  width: calc(100% - 2rem);
  margin-top: 2rem;
  margin-left: auto;
  padding-right: 1rem;
}

.bg-light {
  padding: 2rem 1rem;
  background: #f1f4eb;
}

.border-box {
  padding: 1.125rem;
  border-top: solid 1px #5a4a3c;
  border-bottom: solid 1px #5a4a3c;
}
.border-box h3 {
  font-size: 1.125rem;
  margin-bottom: 0;
}

h4.sub-title {
  position: relative;
  padding-bottom: 0.5em;
  padding-top: 1em;
  margin-bottom: 1.5em;
}
h4.sub-title:before,
h4.sub-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e8e8e8;
}
h4.sub-title:before {
}
h4.sub-title:after {
  width: 33%;
  background: #9db680;
}

.form {
  margin-bottom: 1rem;
}

/*  media
------------------------- */
.item-box {
  margin-bottom: 3rem;
}
.item-box .item-img {
  margin-bottom: 1.25rem;
}
.item-box .item-img .has-image {
  padding-bottom: 65%;
}
.item-box .has-image.has-image-small {
  padding-bottom: 48%;
}
.item-box .item-content {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.item-box .item-content h3 {
  font-size: 1.875rem;
  margin-bottom: 0.5em;
}
.item-box .item-content h4 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875;
  margin-bottom: 1rem;
}
.item-box .item-content p {
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}
.item-box span.new {
  display: inline-block;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-left: 1em;
  padding: 3px 6px;
  color: #fff;
  border-radius: 2px;
  background: #d03541;
}

.item-box.event-box .item-head {
  display: flex;
  margin-bottom: 0.5rem;
}
.item-box.event-box .item-head .item-img {
  width: 120px;
  margin-bottom: 0;
}
.item-box.event-box .item-head .item-img .has-image {
  border: solid 1px #ccc;
}
.item-box.event-box .item-head h4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.7;
  padding-left: 1.25em;
  margin-bottom: 0;
  letter-spacing: 0.1em;
}
.item-box.event-box .item-content {
  letter-spacing: 0.1em;
}

.item-box.event-list:last-child {
  margin-bottom: 0;
}
.item-box.event-list .item-img {
  border: solid 1px #bfbfbf;
}
.item-box.event-list .item-img .has-image {
}
.item-box.event-list .item-img .has-image img {
}
.item-box.event-list .item-content {
}
.item-box.event-list .item-content h4 {
}
.item-box.event-list .item-content p {
}
.item-box.event-list .item-content .category a {
  margin-right: 1em;
}

.item-box.work-box .item-img {
  margin-bottom: 1rem;
}
.item-box.work-box .item-content h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.item-box.work-box .item-content p {
  position: relative;
  color: #808080;
  font-size: 0.75rem !important;
  margin-bottom: 0 !important;
}
.item-box.work-box .item-content .location {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}

.item-box.news-list {
  margin-bottom: 3rem;
}
.item-box.news-list ul li {
  font-size: 0.875rem;
  padding: 1em 0.25rem;
  border-top: solid 1px #e5e5e5;
}
.item-box.news-list ul li:last-child {
  border-bottom: solid 1px #e5e5e5;
}
.item-box.news-list ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.item-box.news-list ul li a h4 {
  width: 100%;
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 0;
}
.item-box.news-list ul li a span.date {
  display: inline-block;
  letter-spacing: 0.15em;
  padding-left: 2px;
  font-size: 0.75rem;
  color: #808080;
}

.item-box.blog-box {
  margin-bottom: 4rem;
}
.item-box.blog-box .item-img {
  position: relative;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.item-box.blog-box .item-img .blog-date {
  position: absolute;
  top: 0;
  left: 0.75rem;
  display: flex;
  align-items: center;
  min-height: 90px;
  letter-spacing: 0.2em;
  color: #fff;
  background: #333;
  z-index: 10;
}
.item-box.blog-box .item-img .blog-date > .inner {
  padding: 10px;
}
.item-box.blog-box .item-img .blog-date span.d {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.75rem;
  text-align: center;
}
.item-box.blog-box .item-img .blog-date span.y-m {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
}
.item-box.blog-box .item-content h4 {
  font-size: 0.875rem;
  font-weight: normal; /* color: #737373; */
}
.item-box.blog-box .item-content span.new {
  position: relative;
  top: -1px;
  margin-left: 0;
  margin-right: 0.25rem;
}
.archive-cover .item-box.blog-box:last-child {
  margin-bottom: 0;
}

/*  page-front
------------------------- */
.page-header.page-header-front {
  padding-top: 0;
  padding-bottom: 4rem;
}
.page-header.page-header-front > .inner {
}
.page-header.page-header-front .main-copy {
  position: absolute;
  bottom: -2rem;
  left: 1rem;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .page-header.page-header-front .main-copy {
    bottom: 3rem;
  }
}
.page-header.page-header-front .main-copy > .inner {
}
.page-header.page-header-front .main-copy h2 {
  font-weight: normal;
  line-height: 1;
}
.page-header.page-header-front .main-copy h2 span {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 12px 16px 12px 24px;
  background: rgba(255, 255, 255, 0.7);
}
.page-header.page-header-front .main-copy h2 span:last-child {
  margin-bottom: 0;
}
.page-header.page-header-front #main-visual {
}
.page-header.page-header-front #main-visual .swiper-container {
  padding-bottom: 0;
}
.page-header.page-header-front #main-visual .has-image {
  padding-bottom: 125%;
}

/* lifebox */
.lifebox {
}
.lifebox .lifebox-img {
  position: relative;
  margin-bottom: calc(59px + 2rem);
}
.lifebox .lifebox-title {
  position: absolute;
  background: #839c74;
  margin-top: -1.5rem;
  padding: 1.25rem 1rem;
}
.lifebox .lifebox-title h3 {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}
.lifebox .lifebox-title h3 span {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  margin-bottom: 1em;
}

/*2021.12.27 lifebox 修正*/
.scroll-x {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll-x::-webkit-scrollbar {
  display: none;
}
.lineup-text {
  margin-top: 2em;
}
.lineup-text p {
  margin-bottom: 0;
}
.lineup-description {
  margin-top: 1.2em;
}
.price-flex {
  display: flex;
}
.price-column {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-left: 0.5em;
}
#content-second {
  place-self: flex-end;
}
#content-second,
#content-third {
  margin-top: 5em;
}
.red-tag {
  width: 170px;
  margin: 0em auto 3em;
  padding: 0rem 1rem;
  color: #fff;
  background-color: #e0624e;
  font-size: 15px;
  line-height: normal;
}
.product-text {
  margin: auto;
}
.product-text p {
  margin-bottom: 1em;
}
.product-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 2.5em;
}
.product-contents:after {
  content: "";
  width: 30%;
  height: 0;
}
.product-cont-image {
  max-width: 210px;
}
.product-content p {
  margin-bottom: 0.5em;
  margin-top: 1em;
  letter-spacing: normal;
}
.equipment_specification_title {
  margin-top: 4.5em;
  margin-bottom: 2.8em;
}
#equipment_specification:after {
  content: "";
  width: 30%;
  　height: 0;
}
#equipment_specification p {
  margin-top: 0.5em;
  font-size: 14px;
}
#equipment_specification .product-content {
  width: calc(14% - 13px);
  margin-bottom: 2em;
}
#lineup_sp {
  display: none;
}
.os-resize-observer-item-final {
  width: 0 !important;
  height: 0 !important;
}

.os-scrollbar-handle {
  height: 15px;
  background-color: #93b67f;
}
.os-viewport-native-scrollbars-overlaid {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.os-viewport-native-scrollbars-overlaid::-webkit-scrollbar {
  display: none;
}
.os-scrollbar-track::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #dedede;
  margin-bottom: -0.55em;
}
.os-content-glue {
  height: 0 !important;
}
.os-content-arrange,
.os-scrollbar-vertical {
  display: none;
}

/* works */
section.works > .inner {
  position: relative;
}
.works-contents {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.works-contents > .inner {
  position: relative;
  width: 205px;
  padding: 2rem;
  padding-top: 0.5rem;
  margin: 0 auto;
  margin-top: 29px;
  background: rgba(255, 255, 255, 0.8);
}
.works-contents > .inner::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: -6px;
  width: 216px;
  height: 29px;
  background: url(./lib/images/front/works_roof.png);
  background-size: 100%;
}
.works-contents .section-title {
}
.works-contents .section-title h3 {
  text-align: center;
  line-height: 1.73;
}
.works-contents .section-title h3 small {
  font-size: 1rem;
  display: block;
}
.works-contents .section-title div.arrow {
  text-align: center;
  line-height: 1;
}
.works-contents .section-title div.arrow span {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 1px;
  background: #000000;
}
.works-contents .section-title div.arrow span::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -2px;
  width: 16px;
  height: 1px;
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
  background: #000000;
}
#works-slider {
}
#works-slider .swiper-wrapper {
  transition-timing-function: linear;
}
#works-slider .swiper-container {
  padding-bottom: 0;
}
#works-slider .has-image {
  padding-bottom: 125%;
}

/* news */
.news-title.has-link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.news-title h3 {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0;
}
#bnr-slider .swiper-slide a {
  display: block;
}

/* sns */
.sns-bnr {
  margin-bottom: 1rem;
}
.sns-bnr + .sns-bnr {
  margin-bottom: 0;
}
.sns-bnr a {
  display: block;
}
.sns-bnr a img {
}

/*  page-concept
------------------------- */
.break-grid-concept {
  margin: 0;
}
.break-grid-concept > .inner {
  position: relative;
}
.break-grid-concept .break-concept-title {
  position: absolute;
  right: 1.5rem;
  font-size: 1.125rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0;
  padding: 1rem 0.5rem;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.break-grid-concept .grid-left {
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
  padding: 0 0.5rem;
}
.break-grid-concept .grid-left img {
  border: solid 1px #fff;
}
.break-grid-concept .grid-left img.break-concept-img01 {
  width: 87%;
}
.break-grid-concept .grid-left img.break-concept-img02 {
  position: relative;
  width: 87%;
  display: block;
  margin-top: -5rem;
  margin-left: auto;
}
.break-grid-concept .grid-right {
  width: 100%;
  margin-top: 0;
  padding: 0;
}

/*  page-flow
------------------------- */
.flow-cover {
}
.flow-cover .flow-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 6rem;
  margin-bottom: 1.5rem;
}
.flow-cover .flow-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: url(./lib/images/flow/footprints.jpg) center center no-repeat;
  background-size: 128px auto;
}
.flow-item .flow-title {
  position: relative;
  width: 136px;
  padding-top: 2.5rem;
}
.flow-item .flow-title .flow-step {
  position: absolute;
  top: 0rem;
  right: -1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #333;
}
.flow-item .flow-title .flow-step h3 {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 6px;
  margin-left: 3px;
  text-align: center;
  color: #fff;
}
.flow-item .flow-title .flow-step h3 span {
  display: block;
  padding-bottom: 0.5rem;
  letter-spacing: 0.1em;
}
.flow-item .flow-title .flow-step h3 small {
  display: block;
  padding-top: 0.25rem;
}
.flow-item .flow-title .flow-img {
}
.flow-item .flow-title .flow-img img {
  border-radius: 50%;
}
.flow-item .flow-text {
  width: calc(100% - 136px);
  padding-left: 2rem;
}
.flow-item .flow-text p {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.flow-item .has-illust img {
}
.flow-item .has-illust.has-illust-right img {
  display: block;
  margin-left: auto;
}
.flow-item .has-illust.has-illust-center img {
  display: block;
  margin: auto;
}

.flow-cover .flow-item:nth-child(even) {
}
.flow-cover .flow-item:nth-child(even)::after {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.flow-cover .flow-item:nth-child(even) .flow-title {
  order: 2;
}
.flow-cover .flow-item:nth-child(even) .flow-title .flow-step {
  right: auto;
  left: -1rem;
}
.flow-cover .flow-item:nth-child(even) .flow-text {
  order: 1;
  padding: 0;
  padding-right: 2rem;
}

.flow-cover .flow-item.flow-item-finish {
  padding-bottom: 0;
}
.flow-cover .flow-item.flow-item-finish::after {
  content: none;
}
.flow-item.flow-item-finish .flow-title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  padding-top: 0;
  z-index: 1;
}
.flow-item.flow-item-finish .flow-title .flow-step {
  position: relative;
  top: 0.5rem;
  right: auto;
  left: 1rem;
}
.flow-item.flow-item-finish .flow-img {
  position: relative;
  width: 100%;
}
.flow-item.flow-item-finish .flow-img .flow-item-illust {
  position: absolute;
  right: 0.5rem;
  bottom: -2rem;
  width: 120px;
}
.flow-item.flow-item-finish .flow-text {
  width: calc(100% - 88px);
  padding-top: 1rem;
}

/*  page-lineup
------------------------- */
.price {
}
.price p {
  margin-bottom: 0;
  font-size: 1.25rem;
}
.price h4 {
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0;
}
.price h4 span {
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  padding-left: 0.5em;
}
.price h4 span small {
  display: block;
  font-size: 0.75rem;
  padding-bottom: 0.25em;
}

.grule {
}
.grule .rule-info {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.grule .rule-info span {
  display: inline-block;
  width: 50%;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
.grule .rule-info span img {
}

.lineup-gallery {
  display: flex;
  flex-wrap: wrap;
}
.lineup-gallery .gallery-item {
  width: 50%;
}
.lineup-gallery .gallery-item:nth-child(5) {
  width: 100%;
}
.lineup-gallery .gallery-item a {
}
.lineup-gallery .gallery-item a img {
}

.size-cover-bg {
  padding: 1rem;
  background: #f1f4eb;
}
h3.size-title {
  display: flex;
  font-size: 1.25rem;
  padding-bottom: 0.25em;
  border-bottom: solid 1px #808080;
}
h3.size-title span {
  margin-left: auto;
}
ul.size-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
  margin-bottom: 3rem;
}
ul.size-list li {
  width: 100%;
  padding: 0 1rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
/*ul.size-list li:nth-child(odd) {padding-right: 0.5rem;}
ul.size-list li:nth-child(even) {padding-left: 0.5rem;}*/
ul.size-list li img {
}
ul.size-list.size-list-grid-info {
}
ul.size-list.size-list-grid-info li {
  display: flex;
  align-items: flex-start;
  width: auto;
  padding: 0 1rem;
}
ul.size-list.size-list-grid-info li span {
  display: inline-block;
  line-height: 1;
  margin-right: 0.25rem;
}
ul.size-list.size-list-grid-info li img {
  width: 18px;
}
ul.size-list.size-list-grid-info li:nth-child(3) img {
  width: 36px;
}

/*  page-g-price
------------------------- */
.has-catch-check {
  position: relative;
  padding: 2rem 1rem;
}
.has-catch-check > span {
  position: absolute;
  top: -1rem;
  left: -0.5rem;
}
.has-catch-check > span img {
  width: 80px;
}
.gprice-info {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.gprice-info > div {
  width: 50%;
  padding: 0 1rem 1rem;
}
.gprice-info > div:nth-child(odd) {
  padding-right: 0.5rem;
}
.gprice-info > div:nth-child(even) {
  padding-left: 0.5rem;
}
.gprice-info span {
  position: relative;
  display: block;
}
.gprice-info > div span::before,
.gprice-info > div span::after {
  width: 22px;
  height: 22px;
  background: url(./lib/images/icon_plus.png);
  background-size: 100%;
  z-index: 1;
}
.gprice-info > div:first-child span::before,
.gprice-info > div:first-child span::after,
.gprice-info > div:last-child span::before,
.gprice-info > div:last-child span::after {
  content: "";
  position: absolute;
}
.gprice-info > div:first-child span::before {
  top: calc(50% - 11px);
  right: -19px;
}
.gprice-info > div:first-child span::after {
  bottom: -20px;
  left: calc(50% - 11px);
}
.gprice-info > div:last-child span::before {
  top: -19px;
  left: calc(50% - 11px);
}
.gprice-info > div:last-child span::after {
  top: calc(50% - 11px);
  left: -19px;
}
.gprice-info span img {
}

.gprice-facility {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem 2rem;
}
.gprice-facility .facility-item {
  width: 50%;
  padding: 0 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
.gprice-facility .facility-item:nth-child(odd) {
  padding-right: 0.5rem;
}
.gprice-facility .facility-item:nth-child(even) {
  padding-left: 0.5rem;
}
.gprice-facility .facility-item img {
  margin-bottom: 0.5rem;
}
.gprice-facility .facility-item h5 {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.56;
}
.gprice-facility .facility-item h5 span {
  display: block;
  font-size: 0.75rem;
}

/*  page-modelhouse
------------------------- */
.page-header.modelhouse {
}
.page-header.modelhouse .inner {
}
.page-header.modelhouse .inner .main-visual {
}
.page-header.modelhouse .inner .main-visual .has-image {
  padding: 0;
  height: auto;
}
.page-header.modelhouse .inner .main-visual .has-image img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  transform: inherit;
}
.page-header.modelhouse .inner .page-ttl.hsa-sub-title {
}
.page-header.modelhouse .inner .page-ttl.hsa-sub-title h2 {
  text-indent: -9999px;
}

.marker {
  font-weight: bold;
  padding-bottom: 0.25em;
  background: linear-gradient(transparent 60%, #fff59d 50%);
}

.model-house-place,
.model-house-benefits {
  position: relative;
  font-size: 1.125rem;
  margin-bottom: 0.5em;
  padding-left: 1.75em;
}
.model-house-place::before,
.model-house-benefits::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  height: 18px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.model-house-place::before {
  background-image: url(./lib/images/icon_location.svg);
}
.model-house-benefits::before {
  background-image: url(./lib/images/icon_gift.png);
}

#modelhouse-slider {
}
#modelhouse-slider .swiper-wrapper {
}
#modelhouse-slider .swiper-slide {
}
#modelhouse-slider .swiper-slide div.has-image {
  padding-bottom: 70%;
  background: #f7f7f7;
}
#modelhouse-slider .swiper-slide div.has-image img {
  width: 100%;
  height: auto;
}

.item-box.modelhouse-material-box {
}
.item-box.modelhouse-material-box .item-img {
  position: relative;
}
.item-box.modelhouse-material-box .item-img h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  font-size: 1.125rem;
  padding: 0.5rem 0;
  width: 100%;
  text-align: center;
  color: #fff;
  background: rgb(0 0 0 / 70%);
}
.item-box.modelhouse-material-box .item-content {
}
.item-box.modelhouse-material-box .item-content h4 {
  text-align: center;
}
.item-box.modelhouse-material-box .item-content h4 a {
  color: #839c74;
  text-decoration: underline;
}
.item-box.modelhouse-material-box .item-content p {
}

.item-box.modelhouse-furniture {
  margin-bottom: 3rem;
}
.item-box.modelhouse-furniture .item-img {
  margin-bottom: 0.5rem;
}
.item-box.modelhouse-furniture .item-content {
}
.item-box.modelhouse-furniture .item-content h4 {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.56;
}

/*2022.02.22 モデルハウス修正*/
.model-house-text {
  text-align: center;
}
.text-decoration_1 {
  font-size: 25px;
  position: relative;
  margin-bottom: 0.5em;
}
.text-decoration_1::after {
  content: "";
  display: inline-block;
  left: 50%;
  bottom: 0px;
  transform: translatex(-50%);
  background-image: url("./lib/images/modelhouse/text-decoration.png");
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 29px;
}
.model-house-text p {
  font-size: 21px;
}
.bg-border_1 {
  color: #339999;
  position: relative;
  text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff,
    0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff,
    0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff,
    0px 0px 10px #fff;
  font-size: 57px;
  margin-bottom: 0.5em;
}

.bg-border_1::after {
  content: "";
  display: inline-block;
  width: 75%;
  height: 30px;
  left: 50%;
  bottom: 15px;
  transform: translatex(-50%);
  background-image: url("./lib/images/modelhouse/bg-border_2.png");
  background-size: contain;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
}

.c-yellow {
  color: #fff23f;
  border-color: #fff23f;
}
.proposal {
  text-align: right;
  font-size: 13px;
  margin-bottom: 100px;
}
.proposal p {
  margin-top: 10px;
}
.bg-img_1 {
  background-image: url("./lib/images/modelhouse/bg-img.jpg");
  background-position: center;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.bg-img_1-inner {
  color: #fff;
  padding-bottom: 40px;
}
.bg-img_1-inner-caption {
  text-align: center;
  font-size: 33px;
  margin-bottom: 50px;
}
.bg-img_1-inner-caption img:nth-last-child(1) {
  display: none;
}
.bg-img_1-inner-detail p:nth-child(1) {
  font-size: 23px;
}
.bg-img_1-inner-detail p {
  margin-bottom: 0;
  display: inline-block;
  font-size: 20px;
}
.bg-img_1-inner-detail-border {
  border-bottom: 1.5px solid #fff;
  margin: 30px 0;
}
.bg-img_1-inner-detail-caption {
  border: 1px solid #fff23f;
  padding: 5px 10px;
}
.campaign-period {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.campaign-period img {
  max-width: 260px;
  object-fit: contain;
  margin-right: 10px;
}
.campaign-period p {
  font-size: 31px;
  font-weight: bold;
}

/*  page-works
------------------------- */
.page-archive-works {
}
/* .page-archive-works .item-box.work-box:last-child {
  margin-bottom: 0;
} */

/*  page-qa
------------------------- */
dl.qa {
  margin-bottom: 3rem;
}
dl.qa dt,
dl.qa dd {
  position: relative;
  font-size: 1rem;
  padding-left: 40px;
  margin-bottom: 1rem;
}
dl.qa dt::before,
dl.qa dd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: normal;
  padding-left: 4px;
  padding-bottom: 2px;
  width: 28px;
  height: 28px;
  color: #fff;
  background: #a48d76;
  border-radius: 50%;
}
dl.qa dt {
  margin-top: 2rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.4s;
}
dl.qa dt:hover {
  color: #5a4a3c;
}
dl.qa dt::before {
  content: "Q";
  top: 2px;
}
dl.qa dd {
  display: none;
  font-size: 0.875rem;
  margin-bottom: 3rem;
}
dl.qa dd::before {
  content: "A";
  background: #9db680;
}

/*  page-staff
------------------------- */
.staff-box {
  margin-bottom: 4rem;
}
.staff-box h4.marker {
  font-size: 1rem;
  margin-bottom: 1em;
}
.staff-box h4.marker span {
  position: relative;
  background: linear-gradient(transparent 70%, #e5efd2 0%);
  display: inline;
  padding: 0 2px 3px;
}
.staff-box .staff-info {
}
.staff-box .staff-info p {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
.staff-box .staff-info h4 {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  align-items: flex-end;
  margin-bottom: 1.5em;
}
.staff-box .staff-info h4 span {
  font-size: 0.75rem;
  font-weight: normal;
  padding-left: 1em;
  color: #808080;
}
.staff-box .staff-info ul {
  margin-bottom: 1em;
}
.staff-box .staff-info li {
  font-size: 0.75rem;
  margin-bottom: 0;
}
.staff-box .staff-info li span {
}
.staff-box .staff-info li strong {
}
.staff-box .staff-message {
  padding: 1rem;
}
.staff-box .staff-message > .inner {
  position: relative;
  padding: 1.5rem;
}
.staff-box .staff-message p {
  font-size: 0.875rem;
  margin: 0;
}
.staff-box .staff-message span.corner {
  position: absolute;
  width: 24px;
  height: 24px;
  border-style: solid;
  border-color: #a48d76;
}
.staff-box .staff-message span.corner:nth-child(1) {
  top: 0;
  left: 0;
  border-top-width: 3px;
  border-left-width: 3px;
}
.staff-box .staff-message span.corner:nth-child(2) {
  top: 0;
  right: 0;
  border-top-width: 3px;
  border-right-width: 3px;
}
.staff-box .staff-message span.corner:nth-child(3) {
  bottom: 0;
  left: 0;
  border-bottom-width: 3px;
  border-left-width: 3px;
}
.staff-box .staff-message span.corner:nth-child(4) {
  bottom: 0;
  right: 0;
  border-bottom-width: 3px;
  border-right-width: 3px;
}

/*  page-download
------------------------- */
.dl-list {
  padding: 3rem 1rem;
  border-top: solid 1px #000;
}
.dl-list:last-child {
  border-bottom: solid 1px #000;
}
.dl-list .dl-item {
  margin-bottom: 3rem;
}
.dl-list .dl-item:last-child {
  margin-bottom: 0;
}
.dl-list .dl-item .dl-text {
}
.dl-list .dl-item h5 {
  text-align: center;
}
.dl-list .dl-item .dl-text p {
  text-align: center;
  margin-bottom: 1rem;
}
.dl-list .dl-item .dl-text ul {
  margin-bottom: 0;
}
.dl-list .dl-item .dl-text ul li {
  text-align: center;
  margin-bottom: 1rem;
}
.dl-list .dl-item .dl-btn {
}
.dl-list .dl-item .dl-btn > div {
}
.dl-list .dl-item .dl-btn > div a {
}

/*  single-common
------------------------- */
article {
  padding: 1.5rem 0;
}
.post-header {
  margin-bottom: 2rem;
}
.post-header h2 {
  font-size: 1.5rem;
  margin-bottom: 0.25em;
}
.post-header > p {
  font-size: 0.875rem;
}
.post-header .category a {
  margin-right: 1em;
}
.post-content {
  margin-bottom: 3rem;
}

/* table.table-reserve {}
table.table-reserve tr.table-head {display: none !important;}
table.table-reserve tr {display: block !important;}
table.table-reserve tr th {}
table.table-reserve tr td {display: flex;justify-content: space-between;border-top: none;padding-right: 2rem !important;}
table.table-reserve tr td:first-child {display: block;color: #fff;background: #839c74;border-top: solid 1px #e8e8e8;}
table.table-reserve tr td::before {content: attr(data-label);display: inline-block;font-size: 0.875rem;}
table.table-reserve tr td:first-child::before {content: none;} */

.pagination-single {
  margin-bottom: 1.5rem;
}
.pagination-single h2 {
  display: none;
}
.pagination-single .nav-links {
}
.pagination-single .nav-links > div {
  width: 100%;
  margin-bottom: 1.5rem;
}
.pagination-single .nav-links a {
  position: relative;
  display: block;
  font-size: 0.875rem;
  line-height: 1.3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pagination-single .nav-links a::before,
.pagination-single .nav-links a::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  height: 1px;
  background: #191919;
}
.pagination-single .nav-links .nav-previous {
}
.pagination-single .nav-links .nav-next {
  text-align: right;
}
.pagination-single .nav-links .nav-previous a {
  padding-left: 2.5rem;
}
.pagination-single .nav-links .nav-next a {
  padding-right: 2.5rem;
}
.pagination-single .nav-links .nav-previous a::before {
  width: 24px;
  right: auto;
  left: 0;
}
.pagination-single .nav-links .nav-previous a::after {
  top: 11px;
  right: auto;
  left: -1px;
  width: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pagination-single .nav-links .nav-next a::before {
  width: 24px;
}
.pagination-single .nav-links .nav-next a::after {
  top: 11px;
  right: -1px;
  width: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*  single-news
------------------------- */
.post-header-news h2 {
  margin-bottom: 0;
}
.post-header-news p.date {
  font-size: 0.75rem;
}

/*  single-works
------------------------- */
.single-works {
  position: relative;
}
.single-works #breadcrumb {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.single-works #breadcrumb::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    top,
    rgba(49, 49, 49, 1) 0%,
    rgba(49, 49, 49, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(49, 49, 49, 1) 0%,
    rgba(49, 49, 49, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(49, 49, 49, 1) 0%,
    rgba(49, 49, 49, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80313131', endColorstr='#00313131',GradientType=0 );
  opacity: 0.5;
}
.single-works #breadcrumb > div {
  position: relative;
}
.single-works article {
  padding: 0;
}
.single-works .works-gallery {
}
.single-works .works-gallery .gallery-item {
  border-bottom: solid 2px #ffffff;
}
.single-works .works-gallery .gallery-item a {
}
.single-works .works-gallery .gallery-item a img {
  width: 100%;
  height: auto;
}
.single-works #boxer-overlay {
  z-index: 1001;
}
.single-works #boxer {
  z-index: 1002;
  padding: 0;
}
.single-works #boxer .boxer-meta {
  padding-top: 5px;
}
.single-works #boxer .boxer-close {
  width: 40px;
  height: 40px;
  top: -15px;
  right: -15px;
}
.single-works #boxer .boxer-close:before {
  left: 5px;
  top: 5px;
  font-size: 32px;
}
.single-works #boxer .boxer-control.next:before,
.single-works #boxer .boxer-control.previous:before {
  border: none;
  font-size: 32px;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 4px 14px;
  line-height: 1;
}
.single-works #boxer .boxer-control.next,
.single-works #boxer .boxer-control.previous {
  overflow: visible;
  text-indent: 0;
}
.single-works #boxer .boxer-control.next:before {
  font-family: FontAwesome;
  content: "\f105";
  left: auto;
  right: -2px;
}
.single-works #boxer .boxer-control.previous:before {
  font-family: FontAwesome;
  content: "\f104";
  left: -1px;
}
.single-works #boxer .boxer-position {
  padding-top: 0;
  padding-bottom: 5px;
}

/*  single-event
------------------------- */
.event-contents {
  display: flex;
  flex-wrap: wrap;
}
.event-contents .event-info {
  width: 100%;
  order: 2;
}
.event-contents .event-info dl dt {
  position: relative;
  font-size: 1.125rem;
  font-weight: 600;
  padding-left: 1.5em;
  margin-bottom: 0.5rem;
}
.event-contents .event-info dl dt.event-date::before {
  background-image: url(./lib/images/icon_clock.svg);
}
.event-contents .event-info dl dt.event-location::before {
  background-image: url(./lib/images/icon_location.svg);
}
.event-contents .event-info dl dd {
  margin-bottom: 1rem;
}
.event-contents .event-thumbnail {
  width: 100%;
  order: 1;
  margin-bottom: 1rem;
}
.event-qa {
}
.event-qa dl dt {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  padding-left: 1.5em;
}
.event-qa dl dt::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
}
.event-qa dl dd {
  font-size: 0.875rem;
  padding-left: 1.5em;
  margin-bottom: 2rem;
}

/*  single-works
------------------------- */
.post-header-blog {
}
.post-header-blog > p {
  margin-bottom: 1rem;
}
.post-header-blog .author img {
  width: 48px;
  height: 48px;
}

/*  404
------------------------- */
.page-header.e404 {
}
.page-header.e404 > .inner {
  background: #ccc;
}
.page-header.e404 > .inner::before {
  content: none;
}
.page-header.e404 .page-ttl {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5rem 0;
  max-width: none;
  height: auto;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.page-header.e404 .page-ttl h2 {
  text-align: center;
  font-size: 1.5rem;
}
.page-header.e404 .page-ttl h2 span {
}

@media screen and (min-width: 768px) {
  .page-header.page-header-front #main-visual .has-image {
    padding-bottom: calc(100vh - 90px);
  }
  .page-header.page-header-front #main-visual .has-image img {
    width: auto;
    height: 101%;
  }
}

@media screen and (min-width: 992px) {
  /*  common
    ------------------------- */
  p {
  }
  h3,
  .h3 {
    font-size: 2.25rem;
    line-height: 1.73;
  }
  tr {
    display: table-row;
  }
  th,
  td {
    display: table-cell;
    font-size: 1rem;
    padding: 1.5rem 0;
  }
  th {
    border-top: solid 1px #9db681 !important;
    border-bottom: solid 1px #9db681;
    border-right: solid 8px #fff;
  }
  tbody tr:first-child th {
    padding-top: 1.5rem;
  }
  tbody tr:first-child td {
    border-top: solid 1px #ccc;
  }
  small {
    font-size: 0.875rem;
  }
  .more a {
    font-weight: 600;
  }
  .row .col-6.col-space:nth-child(odd) {
    padding-right: 15px;
  }
  .row .col-6.col-space:nth-child(even) {
    padding-left: 15px;
  }

  .col-space-lg-small {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .col-space-lg-small > .col-space {
    padding: 0 0.25rem !important;
  }

  .col-space-lg-wide {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .col-space-lg-wide > .col-space {
    padding: 0 2rem !important;
  }

  .more.more-type01 a {
    padding-left: 67px;
  }
  .more.more-type01 a::before,
  .more.more-type01 a::after {
  }
  .more.more-type01 a::before {
    width: 51px;
  }
  .more.more-type01 a::after {
    width: 15px;
    bottom: 0px;
    left: 38px;
  }

  .more.more-type02 {
  }
  .more.more-type02 a {
    padding-right: 48px;
  }
  .more.more-type02 a::before,
  .more.more-type02 a::after {
  }
  .more.more-type02 a::before {
    width: 35px;
  }
  .more.more-type02 a::after {
    width: 10px;
    right: -2px;
    bottom: -1px;
  }

  .more.more-type03 {
  }
  .more.more-type03 a {
    font-size: 1rem;
  }
  .more.more-type03 a::before,
  .more.more-type03 a::after {
    top: 41px;
    right: 2rem;
  }
  .more.more-type03 a::before {
  }
  .more.more-type03 a::after {
    top: 44px;
    right: calc(2rem - 1px);
  }

  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-right {
    text-align: right !important;
  }

  .font-lg-small {
    font-size: 0.875rem !important;
  }
  .font-lg-ssmall {
    font-size: 0.75rem !important;
  }
  .font-lg-normal {
    font-size: 1rem !important;
  }
  .font-lg-large {
    font-size: 1.125rem !important;
  }
  .font-lg-xlarge {
    font-size: 1.5rem !important;
  }
  .font-lg-xxlarge {
    font-size: 1.875rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 8rem !important;
  }

  table.tbw-lg-10 tr th {
    width: 10em;
  }
  table.tbw-lg-13 tr th {
    width: 13em;
  }
  table.tbw-lg-15 tr th {
    width: 15em;
  }

  .border-box {
    padding: 1.5rem 0;
  }
  .border-box h3 {
  }

  .anker-target {
    padding-top: 72px;
    margin-top: -72px;
  }

  /*  header
    ------------------------- */
  header {
    position: fixed;
    height: auto;
  }
  .header-inner {
    align-items: center;
  }
  .header-inner .logo {
    padding: 32px 0;
  }
  .header-inner .logo h1 {
    font-size: 1.625rem;
  }

  /* logo */
  .logo,
  .logo * {
    /* transition: all .4s; */
  }
  .logo img {
    width: 160px;
  }

  /* drawer */
  .mobile-drawer.nav-cover {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    overflow: hidden;
    width: auto;
    margin-left: auto;
    padding: 0;
    visibility: visible;
    opacity: 1;
  }
  .mobile-drawer-logo {
    display: none;
  }

  /* main-nav */
  #main-nav {
    padding: 0;
  }
  #main-nav ul {
    margin: 0;
  }
  #main-nav ul li {
    width: auto;
    margin-bottom: 0;
    padding: 0 1.25rem;
  }
  #main-nav ul li a {
    font-size: 1rem;
  }
  #main-nav ul li a small {
    font-size: 0.625rem;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 10px;
    color: #a6a6a6;
  }
  #main-nav ul li a img {
    display: none;
  }
  #main-nav .separate {
    margin: 0;
  }
  #main-nav .separate .s-item {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* nav-open */
  .js-mobile-nav-open {
    display: none;
  }

  /* smalled */
  header.smalled .logo {
    padding: 24px 0;
  }
  header.smalled .header-inner .logo h1 {
    font-size: 1.25rem;
  }
  header.smalled #main-nav ul li a {
    font-size: 0.875rem;
  }

  /*  main
    ------------------------- */
  main {
    /* margin-top: 90px; */
    margin-top: 112px;
    margin-bottom: 64px;
  }

  /*  aside
    ------------------------- */
  aside {
    margin-bottom: 1rem;
  }
  aside .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 9rem 0;
  }
  aside .inner > div {
    width: 100%;
    max-width: 728px;
    padding: 6rem 8rem 5rem;
  }
  .linebox-lineup span img {
    width: 234px;
  }
  .linebox-lineup h4 {
    font-size: 1.25rem;
  }
  .linebox-lineup h3 {
    font-size: 2.25rem;
  }
  .linebox-lineup p {
    font-size: 1rem;
  }
  .linebox-lineup .more {
  }
  .linebox-lineup .more a {
    padding: 1.5rem 0;
  }
  .linebox-lineup .more a::before {
  }
  .linebox-lineup .more a::after {
  }

  /*  footer
    ------------------------- */
  footer {
    margin-bottom: 0;
  }
  .foot-row {
    display: flex;
  }
  .foot-menu {
    order: 2;
    margin-left: auto;
  }
  .foot-menu .inner {
    flex-wrap: unset;
    justify-content: space-between;
    padding-top: 64px;
  }
  .foot-menu .foot-menu-col {
    width: auto;
  }
  .foot-menu .foot-menu-col:first-child,
  .foot-menu .foot-menu-col:last-child {
    width: auto;
    display: block;
  }
  .foot-menu .foot-menu-col dl {
    margin-bottom: 2rem;
  }
  .foot-menu .foot-menu-col dl dt {
    margin-bottom: 0.5rem;
  }
  .foot-menu ul {
    display: block;
    width: 10rem;
    margin-right: 2rem;
  }
  .foot-menu ul li {
    width: 100%;
  }
  .foot-menu .foot-menu-col:last-child > * {
    width: 100%;
  }
  .foot-menu .foot-menu-col:last-child dl {
    margin-bottom: 1.5rem;
  }
  .foot-bottom {
    padding-bottom: 3rem;
  }
  .foot-row > div {
  }
  .footer-meta {
    order: 1;
  }
  .footer-meta .logo {
    margin-bottom: 2rem;
  }
  .footer-meta .logo a {
    justify-content: unset;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.3em;
  }
  .footer-meta .logo a img {
  }
  .footer-meta .logo a span {
  }
  .footer-meta p {
    text-align: left;
  }
  .footer-contact {
    order: 2;
    margin-left: auto;
    text-align: right;
  }
  .footer-contact a {
    font-size: 1.875rem;
  }
  .foot-row .copyright {
    order: 1;
    line-height: 1;
    padding-bottom: 0;
    text-align: left;
  }
  .foot-row .copyright a {
    margin-bottom: 0.5em;
  }

  /*  cta
    ------------------------- */
  #cta {
    top: 130px;
    bottom: auto !important;
    right: -2px;
    left: auto;
    width: auto;
    background: none;
    transition: all 0.6s;
  }
  #cta.smalled {
    top: 100px;
  }
  #cta ul {
    display: block;
  }
  #cta ul li {
    width: 54px;
    border-right: none;
    margin-top: 2px;
  }
  #cta ul li a {
    writing-mode: vertical-rl;
    letter-spacing: 0.3em;
    padding: 1rem;
    font-size: 0.888rem;
  }
  #cta ul li a img {
    width: 20px;
    height: auto;
    margin: 0;
    margin-bottom: 8px;
  }
  .cta-none {
    display: block;
  }

  /*  media
    ------------------------- */
  .archive-cover {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
    margin-bottom: 3rem;
  }
  .item-box {
    margin-bottom: 5rem;
  }
  .item-box .item-content h4 {
    margin-bottom: 1rem;
  }
  .item-box .item-content p {
    font-size: 1rem;
  }
  .item-box .item-content .event-date,
  .item-box .item-content .event-date::before,
  .item-box .item-content .event-location::before {
    top: 8px;
  }

  .item-box.event-box {
    width: 33.333%;
    margin-bottom: 0;
    padding: 0 1rem;
  }
  .item-box.event-box .item-head {
    display: block;
  }
  .item-box.event-box .item-head .item-img {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .item-box.event-box .item-head .item-img .has-image {
    padding-bottom: 65%;
  }
  .item-box.event-box .item-head h4 {
    font-size: 1rem;
    line-height: 1.875;
    padding: 0;
  }
  .item-box.event-box .item-content {
  }

  .page-archive-works .item-box.work-box {
    width: 33.333%;
  }
  .item-box.work-box {
    width: 50%;
    padding: 0 1rem;
  }
  .item-box.work-box .item-content {
    padding: 0;
  }
  .item-box.work-box .item-content p {
  }
  .item-box.work-box .item-content .works-tags {
    padding-top: 0;
  }
  .item-box.work-box .item-content .works-tags a {
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
  }

  .item-box.news-list ul li {
    font-size: 1rem;
    padding: 1.25rem 0;
  }
  .item-box.news-list ul li a {
  }
  .item-box.news-list ul li a h4 {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
  .item-box.news-list ul li a span.date {
    font-size: 0.875rem;
    line-height: 1;
  }

  .item-box.event-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .item-box.event-list .item-img {
    width: 45%;
  }
  .item-box.event-list .item-img .has-image {
  }
  .item-box.event-list .item-img .has-image img {
  }
  .item-box.event-list .item-content {
    width: 50%;
  }
  .item-box.event-list .item-content h4 {
    font-size: 1.25rem;
  }
  .item-box.event-list .item-content p {
    font-size: 1rem !important;
  }
  .item-box.event-list .item-content p.icon-date::before,
  .item-box.event-list .item-content p.icon-location::before {
    width: 16px;
    height: 16px;
    top: 10px;
  }

  .item-box.blog-box {
    width: 33.333%;
    padding: 0 1rem; /* margin-bottom: 0; */
  }
  .item-box.blog-box .item-img {
    margin-bottom: 1rem;
  }
  .item-box.blog-box .item-img .blog-date {
  }
  .item-box.blog-box .item-img .blog-date > .inner {
  }
  .item-box.blog-box .item-img .blog-date span.d {
  }
  .item-box.blog-box .item-img .blog-date span.y-m {
  }
  .item-box.blog-box .item-content h4 {
  }

  .item-box-type02 {
    display: flex;
    flex-wrap: wrap;
  }
  .item-box-type02 .item-img {
    width: 150px;
    margin-bottom: 0;
  }
  .item-box-type02 .item-img .has-image {
    padding-bottom: 100%;
  }
  .item-box-type02 .item-content {
    width: calc(100% - 150px);
    padding-left: 2rem;
  }
  .item-box-type02 .item-content p {
    font-size: 1rem;
  }

  /*  page-common
    ------------------------- */
  section {
    padding: 64px 0;
  }
  section.has-bg {
    margin: 75px 0;
    padding: 150px 0;
  }
  section.pb-shift {
    padding-bottom: 250px;
    margin: 0;
  }
  section.bg-top-part {
    margin-top: 75px;
    padding-top: 85px;
  }

  .page-header {
  }
  .page-header .has-image {
    padding-bottom: 550px;
  }
  .page-header .page-ttl {
    left: calc((100vw - 960px) / 2);
  }
  .page-header .page-ttl h2 {
    font-size: 3rem;
    padding: 0;
  }
  .page-header .page-ttl.hsa-sub-title h2 {
  }
  .page-header .page-ttl h2 span {
  }
  .page-header .page-ttl.page-ttl-small h2 {
    font-size: 3rem;
  }
  .page-header #breadcrumb {
  }

  .section-header .section-header-img {
    width: calc(100vw - (100vw - 960px) / 2);
  }
  .section-header .section-header-img .has-image {
    padding-bottom: 590px;
  }
  .section-header .section-title {
    padding-right: calc((100vw - 960px) / 4);
  }
  .section-header-shift {
    margin-top: -250px;
    margin-bottom: 100px;
  }
  .section-header-right .section-title {
    padding-left: calc((100vw - 960px) / 4);
    padding-right: 0;
  }

  .section-title_type01 {
    text-align: left;
    margin-bottom: 3.5rem;
  }
  .section-title_type01 h3 {
    font-size: 1.875rem;
    display: flex;
    align-items: center;
  }
  .section-title_type01 h3 span {
  }
  .section-title_type01 h3 small {
    display: inline-block;
    line-height: 1;
    margin: 0;
    padding-left: 3rem;
  }

  .section-title_type02 {
    margin-bottom: 4rem;
  }
  .section-title_type02 h3 {
    font-size: 1.875rem;
  }
  .section-title_type02 h3 small {
    font-size: 1rem;
  }

  .section-title_type03 h3 {
    font-size: 2.25rem;
    line-height: 2.2;
  }
  .section-title_type03 h3 span {
    font-size: 1.25rem;
  }

  .section-title_numbering {
  }
  .section-title_numbering .number {
    font-size: 5rem;
    padding-right: 2rem;
  }
  .section-title_numbering h3 {
    padding-left: 2rem;
  }
  .section-title_numbering h3 span {
    font-size: 0.875rem;
  }

  h3.sub-title-size {
    font-size: 1.875rem;
  }
  h3.has-ruby {
    line-height: 2.1;
  }

  h4.sub-title {
    font-size: 1.5rem;
  }
  h4.sub-title:before,
  h4.sub-title:after {
  }
  h4.sub-title:before {
  }
  h4.sub-title:after {
    max-width: 4em;
  }

  section.action {
    padding: 2.5rem 0;
  }
  .action-btn {
    margin-bottom: 0;
  }
  .action-btn a img {
    width: 97px;
  }
  .action-btn a p {
    width: calc(100% - 135px);
    font-size: 1.333rem;
  }
  .action-btn a > span {
    width: 35px;
  }
  .action-btn a > span::before {
    width: 10px;
    top: 4px;
    right: -1px;
  }

  .item-plan__txt {
    width: 66.666667%;
    padding: 0;
  }

  .parallax-cover {
    padding-bottom: 728px;
  }
  .parallax-cover.parallax-cover-450 {
    padding-bottom: 450px;
  }

  .section-break-img {
  }
  .section-break-img .has-image {
    padding-bottom: 450px;
  }

  .break-grid {
    position: relative;
  }
  .break-grid > .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .grid-base {
    width: 50%;
    max-height: 750px;
    overflow: hidden;
  }
  .grid-base img {
    width: 100%;
  }
  .grid-sub {
    width: 50%;
    padding-right: calc((100vw - 960px) / 2);
  }
  .grid-sub h4 {
    font-size: 1.5rem;
    margin-bottom: 2em;
  }
  .grid-sub p {
  }

  /*  page-front
    ------------------------- */
  .page-header.page-header-front {
    padding-bottom: 0;
  }
  .page-header.page-header-front .main-copy {
    top: 50%;
    bottom: auto;
    right: calc((100vw - 960px) / 2);
    left: auto;
    order: 1;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .page-header.page-header-front .main-copy h2 {
    font-size: 2.5rem;
  }
  .page-header.page-header-front .main-copy h2 span {
    margin-bottom: 1rem;
    padding: 16px 32px 16px 40px;
  }
  .page-header.page-header-front #main-visual {
    max-height: calc(100vh - 92px);
    order: 2;
    margin: 0;
    overflow: hidden;
  }
  section.news {
    padding-bottom: 0;
  }

  /* concept */
  .concept {
  }
  .concept .grid-sub h3 {
    margin-left: -1rem;
  }
  .concept .grid-sub p {
    padding-left: 3rem;
  }
  .concept .grid-sub .more {
    margin-left: -1rem;
  }

  /* lifebox */
  .lifebox {
  }
  .lifebox .lifebox-img {
    margin-bottom: calc(114px + 64px);
  }
  .lifebox .lifebox-title {
    padding-left: calc((100vw - 960px) / 2);
    padding: 3rem 10rem;
    margin-top: -60px;
  }
  .lifebox .lifebox-title h3 {
    font-size: 1.875rem;
  }
  .lifebox .lifebox-title h3 span {
    font-size: 1.5rem;
  }

  /* works */
  section.works > .inner {
  }
  .works-contents {
  }
  .works-contents > .inner {
    width: auto;
    padding: 40px 50px;
    padding-top: 30px;
    margin-top: 32px;
  }
  .works-contents > .inner::before {
    width: 242px;
    height: 32px;
  }
  .works-contents .section-title {
  }
  .works-contents .section-title h3 {
    font-size: 1.5rem;
    margin-bottom: 0.75em;
  }
  .works-contents .section-title h3 small {
  }
  .works-contents .section-title div.arrow {
  }
  .works-contents .section-title div.arrow span {
  }
  .works-contents .section-title div.arrow span::after {
  }
  #works-slider {
  }
  #works-slider .has-image {
    padding-bottom: 350px;
  }

  /* news */
  .news-title h3 {
    font-size: 1.875rem;
  }
  .news-title.has-link {
    margin-bottom: 1rem;
  }

  #bnr-slider .swiper-container {
    padding-bottom: 15px;
  }
  #bnr-slider .swiper-pagination-bullet {
    margin: 0 6px;
  }
  #bnr-slider .swiper-slide {
    margin-bottom: 2rem;
  }

  /*  page-concept
    ------------------------- */
  .break-grid-concept {
  }
  .break-grid-concept > .inner {
  }
  .break-grid-concept .break-concept-title {
    display: none;
  }
  .break-grid-concept .grid-left {
    width: 50%;
    margin: 0;
    padding: 0;
  }
  .break-grid-concept .grid-left img {
  }
  .break-grid-concept .grid-left img.break-concept-img01 {
  }
  .break-grid-concept .grid-left img.break-concept-img02 {
    margin-top: -2rem;
  }
  .break-grid-concept .grid-right {
    width: 50%;
    padding-left: 3rem;
  }

  /*  page-plan
    ------------------------- */
  .plan-table {
    display: flex;
    flex-wrap: wrap;
  }
  .plan-table .table-column {
    flex: 2;
    margin-bottom: 1rem;
    padding: 0 5px;
  }
  .plan-table .table-head > div p.data-label,
  .plan-table .table-body > div p.data-label {
    display: none;
  }
  .plan-table .table-head > div {
    padding: 2rem 1rem;
    padding-bottom: calc(2rem + 10px);
  }
  .plan-table .table-head > div::before,
  .plan-table .table-head > div > span {
    margin-bottom: 2em;
  }
  .plan-table .table-head > div h5 {
    font-size: 1.5rem;
    margin: auto;
  }
  .plan-table .table-body > div {
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .plan-table .table-body > div p {
    margin: 0;
    font-size: 1rem;
  }

  .plan-table .table-column:first-child {
    display: block;
    flex: 1;
  }
  .plan-table .table-column:first-child .table-head > div:nth-child(1) {
    height: 155px;
  }
  .plan-table .table-column:first-child .table-head > div:nth-child(2) {
    height: 126px;
  }
  .plan-table .table-column:first-child .table-body > div {
    justify-content: left;
  }

  /*  page-flow
    ------------------------- */
  .flow-cover {
  }
  .flow-cover .flow-item {
  }
  .flow-cover .flow-item::after {
    bottom: -1rem;
    height: 85px;
    background-size: 160px auto;
    background-position: 40%;
  }
  .flow-item .flow-title {
    width: 300px;
  }
  .flow-item .flow-title .flow-step {
    right: -60px;
    width: 150px;
    height: 150px;
  }
  .flow-item .flow-title .flow-step h3 {
    font-size: 1.125rem;
  }
  .flow-item .flow-title .flow-step h3 span {
    padding-bottom: 0.75rem;
  }
  .flow-item .flow-title .flow-step h3 small {
  }
  .flow-item .flow-title .flow-img {
  }
  .flow-item .flow-title .flow-img img {
  }
  .flow-item .flow-text {
    width: calc(100% - 300px);
    padding-left: 6rem;
  }
  .flow-item .flow-text p {
    font-size: 1rem;
  }

  .flow-cover .flow-item:nth-child(even) {
  }
  .flow-cover .flow-item:nth-child(even)::after {
  }
  .flow-cover .flow-item:nth-child(even) .flow-title {
  }
  .flow-cover .flow-item:nth-child(even) .flow-title .flow-step {
    left: -60px;
  }
  .flow-cover .flow-item:nth-child(even) .flow-text {
    padding-right: 6rem;
  }

  .flow-cover .flow-item.flow-item-finish {
  }
  .flow-cover .flow-item.flow-item-finish::after {
  }
  .flow-item.flow-item-finish .flow-title {
    width: 100%;
    align-items: center;
  }
  .flow-item.flow-item-finish .flow-title .flow-step {
    top: 1.5rem;
  }
  .flow-item.flow-item-finish .flow-img {
  }
  .flow-item.flow-item-finish .flow-img .flow-item-illust {
    width: auto;
  }
  .flow-item.flow-item-finish .flow-text {
    width: calc(100% - 300px);
    padding-top: 2rem;
    padding-left: 4rem;
  }

  /*  page-lineup
    ------------------------- */
  .price {
  }
  .price p {
    font-size: 1.5rem;
  }
  .price h4 {
    font-size: 3rem;
  }
  .price h4 span {
  }
  .price h4 span small {
  }

  .grule {
    position: relative;
  }
  .grule .rule-info {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: block;
  }
  .grule .rule-info span {
    display: block;
    width: auto;
    margin-bottom: 0.5rem;
  }
  .grule .rule-info span img {
    max-width: 184px;
  }

  .lineup-gallery {
  }
  .lineup-gallery .gallery-item {
    width: 33.333%;
  }
  .lineup-gallery .gallery-item:nth-child(5) {
    width: 33.333%;
  }
  .lineup-gallery .gallery-item a {
  }
  .lineup-gallery .gallery-item a img {
  }

  .size-cover-bg {
    padding: 5rem 0;
  }
  h3.size-title {
    font-size: 1.5rem;
    padding-bottom: 0.5em;
  }
  h3.size-title span {
  }
  ul.size-list {
    margin: 0 -1.5rem;
    margin-bottom: 5rem;
  }
  ul.size-list li {
    width: auto;
    padding: 0 1.5rem !important;
  }
  ul.size-list li:nth-child(odd) {
    padding: 0 1rem;
  }
  ul.size-list li:nth-child(even) {
  }
  ul.size-list li img {
  }
  ul.size-list.size-list-grid-info li {
    display: flex;
    align-items: flex-start;
  }

  /*  page-g-price
    ------------------------- */
  .has-catch-check {
    padding: 2rem;
  }
  .gprice-info {
    margin: 0 -0.5rem;
  }
  .gprice-info > div {
    width: 25%;
    padding: 0 0.5rem !important;
  }
  .gprice-info > div span::before {
    content: "";
    position: absolute;
    top: calc(50% - 11px) !important;
    right: -19px !important;
  }
  .gprice-info > div span::after {
    content: none !important;
  }
  .gprice-info > div:last-child span::before {
    content: none !important;
  }

  .gprice-facility {
  }
  .gprice-facility .facility-item {
    width: 25%;
    padding: 0 1rem !important;
    margin-bottom: 2rem;
    text-align: center;
  }
  .gprice-facility .facility-item:nth-child(odd) {
  }
  .gprice-facility .facility-item:nth-child(even) {
  }
  .gprice-facility .facility-item img {
    margin-bottom: 1rem;
  }
  .gprice-facility .facility-item h5 {
  }
  .gprice-facility .facility-item h5 span {
  }

  /*  page-modelhouse
    ------------------------- */
  .model-house-place,
  .model-house-benefits {
    font-size: 1.25rem;
  }
  .model-house-place::before,
  .model-house-benefits::before {
    height: 23px;
    width: 23px;
  }
  .model-house-place::before {
  }
  .model-house-benefits::before {
  }

  #modelhouse-slider {
  }
  #modelhouse-slider .swiper-wrapper {
  }
  #modelhouse-slider .swiper-slide {
  }
  #modelhouse-slider .swiper-slide div.has-image {
    padding-bottom: 517px;
  }
  #modelhouse-slider .swiper-slide div.has-image img {
    height: 100%;
    width: auto;
  }

  .item-box.modelhouse-material-box {
  }
  .item-box.modelhouse-material-box .item-img {
  }
  .item-box.modelhouse-material-box .item-img h4 {
  }
  .item-box.modelhouse-material-box .item-content {
  }
  .item-box.modelhouse-material-box .item-content h4 {
  }
  .item-box.modelhouse-material-box .item-content p {
  }

  /*  page-qa
    ------------------------- */
  dl.qa {
  }
  dl.qa dt,
  dl.qa dd {
    padding-left: 53px;
    margin-bottom: 1.5rem;
  }
  dl.qa dt::before,
  dl.qa dd::before {
    width: 37px;
    height: 37px;
    font-size: 1.125rem;
    padding-bottom: 4px;
    padding-left: 4px;
  }
  dl.qa dt {
    font-size: 1.25rem;
  }
  dl.qa dt:hover {
  }
  dl.qa dt::before {
  }
  dl.qa dd {
    font-size: 1rem;
    margin-bottom: 3rem;
  }
  dl.qa dd::before {
  }

  /*  page-staff
    ------------------------- */
  .staff-box {
    margin-bottom: 7rem;
  }
  .staff-box h4.marker {
    font-size: 1.125rem;
  }
  .staff-box h4.marker span {
  }
  .staff-box .staff-info {
  }
  .staff-box .staff-info p {
  }
  .staff-box .staff-info h4 {
  }
  .staff-box .staff-info h4 span {
  }
  .staff-box .staff-info ul {
    margin-bottom: 0;
  }
  .staff-box .staff-info li {
    font-size: 0.75rem;
  }
  .staff-box .staff-info li span {
  }
  .staff-box .staff-info li strong {
  }
  .staff-box .staff-message {
    padding: 0;
    padding-top: 2rem;
  }
  .staff-box .staff-message > .inner {
    padding: 1.5rem;
  }
  .staff-box .staff-message p {
  }
  .staff-box .staff-message span.corner {
  }
  .staff-box .staff-message span.corner:nth-child(1) {
  }
  .staff-box .staff-message span.corner:nth-child(2) {
  }
  .staff-box .staff-message span.corner:nth-child(3) {
  }
  .staff-box .staff-message span.corner:nth-child(4) {
  }

  /*  page-download
    ------------------------- */
  .dl-list {
  }
  .dl-list:last-child {
  }
  .dl-list .dl-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .dl-list .dl-item:last-child {
  }
  .dl-list .dl-item .dl-text {
  }
  .dl-list .dl-item h5 {
    font-size: 1.5rem;
  }
  .dl-list .dl-item .dl-text p {
  }
  .dl-list .dl-item .dl-text ul {
    list-style: disc;
    margin-left: 1.56em;
  }
  .dl-list .dl-item .dl-text ul li {
    text-align: left;
  }
  .dl-list .dl-item .dl-btn {
    width: 350px;
  }
  .dl-list .dl-item .dl-btn > div {
  }
  .dl-list .dl-item .dl-btn > div a {
  }

  /*  single-common
    ------------------------- */
  article {
    padding: 75px 0;
  }
  .single-wrap {
    width: 83.333333%;
    margin: 0 auto;
  }
  .post-header {
    margin-bottom: 75px;
  }
  .post-header h2 {
    font-size: 2.25rem;
    margin-bottom: 4.5rem;
  }
  .post-content {
    margin-bottom: 150px;
  }

  /* table.table-reserve {}
    table.table-reserve tr.table-head {display: table-row !important;}
    table.table-reserve tr {display: table-row !important;}
    table.table-reserve tr th {}
    table.table-reserve tr td {display: table-cell;padding-right: 1rem !important;}
    table.table-reserve tr td:first-child {display: table-cell;color: inherit;background: none;}
    table.table-reserve tr td::before {content: none;}
    table.table-reserve tr td:first-child::before {} */

  .pagination-single {
  }
  .pagination-single h2 {
  }
  .pagination-single .nav-links {
    display: flex;
    flex-wrap: wrap;
  }
  .pagination-single .nav-links > div {
    width: 50%;
    padding: 0.25rem 0;
    margin-bottom: 0;
  }
  .pagination-single .nav-links a {
    font-size: 1rem;
  }
  .pagination-single .nav-links a::before,
  .pagination-single .nav-links a::after {
  }
  .pagination-single .nav-links .nav-previous {
    border-right: solid 1px #808080;
  }
  .pagination-single .nav-links .nav-next {
  }
  .pagination-single .nav-links .nav-previous a {
    padding: 0 2rem 0 4rem;
  }
  .pagination-single .nav-links .nav-next a {
    padding: 0 4rem 0 2rem;
  }
  .pagination-single .nav-links .nav-previous a::before {
  }
  .pagination-single .nav-links .nav-previous a::after {
  }
  .pagination-single .nav-links .nav-next a::before {
  }
  .pagination-single .nav-links .nav-next a::after {
  }

  /*  single-news
    ------------------------- */
  .post-header-news h2 {
    margin-bottom: 0;
  }
  .post-header-news p.date {
    font-size: 0.875rem;
  }

  /*  single-works
    ------------------------- */
  .single-works {
  }
  .single-works .post-content {
    margin-bottom: 50px;
  }
  .single-works #breadcrumb {
  }
  .single-works #breadcrumb::before {
  }
  .single-works #breadcrumb > div {
  }
  .single-works article {
  }
  .single-works .works-gallery {
  }
  .single-works .works-gallery > .inner {
    display: flex;
    flex-wrap: wrap;
  }
  .single-works .works-gallery .gallery-item {
    width: 33.333%;
    border: solid 1px #ffffff;
  }
  .single-works .works-gallery .gallery-item a {
  }
  .single-works .works-gallery .gallery-item a img {
  }

  /*  single-event
    ------------------------- */
  .post-header.post-header-event {
  }
  .post-header.post-header-event h2 {
    margin-bottom: 1rem;
    line-height: 1.73;
  }
  .post-header.post-header-event .icon-date,
  .post-header.post-header-event .icon-location {
    font-size: 1rem !important;
  }
  .post-header.post-header-event .icon-date::before,
  .post-header.post-header-event .icon-location::before {
    width: 16px;
    height: 16px;
    top: 10px;
  }
  .event-contents .event-info {
    width: 50%;
    order: 1;
  }
  .event-contents .event-info dl dt {
    font-size: 1.5rem;
  }
  .event-contents .event-info dl dt::before {
    height: 24px;
    width: 24px;
    top: 11px;
  }
  .event-contents .event-info dl dd {
    font-size: 1.25rem;
  }
  .event-contents .event-thumbnail {
    width: 50%;
    order: 2;
    margin: 0;
  }
  .post-content.post-content-event {
    margin-bottom: 0;
  }
  .event-qa {
    margin-bottom: 0;
  }
  .event-qa dl dt {
    font-size: 1.5rem;
    margin-bottom: 0.5em;
  }
  .event-qa dl dd {
    font-size: 1.125rem;
    padding-left: 2em;
    margin-bottom: 3em;
  }
}

@media screen and (min-width: 1200px) {
  .section-header .section-header-img {
    width: calc(100vw - (100vw - 1110px) / 2);
  }
  .section-header .section-title {
    padding-right: calc((100vw - 1110px) / 4);
  }
  .section-header-right .section-title {
    padding-left: calc((100vw - 1110px) / 4);
    padding-right: 0;
  }

  .page-header.page-header-front .main-copy {
    right: calc((100vw - 1110px) / 2);
  }
  .grid-sub {
    padding-right: calc((100vw - 1110px) / 2);
  }
  .lifebox .lifebox-title {
    padding-left: calc((100vw - 1110px) / 2);
  }
  .page-header .page-ttl {
    left: calc((100vw - 1110px) / 2);
  }

  /*  page-flow
    ------------------------- */
  .flow-cover .flow-item::after {
    height: 106px;
    background-size: 200px auto;
  }
}

@media screen and (min-width: 1200px) {
  .page-header.page-header-front #main-visual .has-image img {
    width: 101%;
    height: auto;
  }
}

/*  20210315 add kawamura
    event_post style
------------------------- */
.pr-3 {
  padding-right: 3rem;
}

.e_box {
  padding: 2em;
  border-top: 1px solid #9db681;
  border-bottom: 1px solid #9db681;
}

.e_box p {
  margin: 1em;
}

.table-reserve th,
.table-reserve td {
  text-align: center;
}

.marker_yellow {
  background: linear-gradient(transparent 65%, rgba(204, 202, 82, 50%) 50%);
}

.h3_marker {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #eff3eb;
}

.h3_marker:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #5f5f5f;
}

.table-reserve tr {
  display: table-row;
}
.table-reserve th,
.table-reserve td {
  display: table-cell;
  font-size: 1rem;
  padding: 1.5rem 0;
}
.table-reserve th {
  border-top: solid 1px #9db681 !important;
  border-bottom: solid 1px #9db681;
}

.table-scroll {
  width: 100%;
}

/*
@media screen and (max-width: 600px) {
    .table-reserve th:nth-child(even),
    .table-reserve td:nth-child(even) {
        background-color: #f7f7f7;
    }
}*/

@media screen and (max-width: 600px) {
  .table-reserve {
    display: block;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .table-scroll {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 8px;
  }
  .table-scroll table {
    display: inline-block;
  }
  .table-scroll table tr td {
    margin-right: 10px;
  }
}

/*  20210524 add izumori
    table-type02 style
------------------------- */
.table-type02 tr {
  display: table-row;
}
.table-type02 th,
.table-type02 td {
  display: table-cell;
  text-align: center;
  border: solid 1px #ccc;
  font-size: 1rem;
  padding: 1rem 0.5rem !important;
}
.table-type02 th {
  color: #fff;
  background: #839c74;
}

@media screen and (max-width: 600px) {
  .modelhousemap_sp {
    width: 350px;
  }
  .modelhousemap_sp iframe {
    width: 100%;
  }
}

/* モデルハウスの金額の切り替え */
.modelhouse_price_sp img {
  display: none;
}
@media screen and (max-width: 600px) {
  .modelhouse_price_pc img {
    display: none;
  }
  .modelhouse_price_sp img {
    display: block;
  }
}

/*2021.12.23 lifebox修正*/

@media screen and (max-width: 1200px) {
  .product-content {
    width: 18%;
  }
  #equipment_specification p {
    font-size: 13px;
  }
}

@media screen and (min-width: 992px) {
  .os-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .lineup {
    width: 100vw;
  }
  .product-content {
    width: 30%;
    margin-bottom: 2em;
  }
  #content-second,
  #content-third {
    margin-top: 3em;
  }
  .red-tag {
    margin-bottom: 3em;
  }
  #equipment_specification .product-content {
    width: calc(30% - 0em);
  }
  #equipment_specification p {
    font-size: 0.9rem;
  }
  .os-scrollbar {
    margin-top: 0.5em;
  }

  @media screen and (max-width: 768px) {
    .product-cont-title {
      font-size: 0.9rem;
    }
    #lineup_pc {
      display: none;
    }
    #lineup_sp {
      display: block;
      text-align: center;
    }
  }

  @media screen and (max-width: 600px) {
    .lineup {
      width: 130vw;
    }
    .lineup-text p {
      font-size: 3vw;
    }
    #content-second,
    #content-third {
      margin-top: 5vw;
    }
    .product-content {
      width: 30%;
    }
    .product-cont-image {
      max-width: unset;
    }
    .product-content p {
      font-size: 2.5vw;
    }
    #equipment_specification .product-content {
      width: 30%;
    }
    #equipment_specification:after {
      width: 30%;
    }
    #equipment_specification p {
      font-size: 2.5vw;
    }
    .os-scrollbar-handle {
      height: 10px;
    }
    .os-scrollbar-track::before {
      margin-bottom: -0.45em;
    }
  }
}

/*2022.02.22 モデルハウス修正*/
@media screen and (max-width: 1200px) {
  .bg-border_1::after {
    width: 85%;
  }
}
@media screen and (max-width: 992px) {
  .bg-border_1 {
    font-size: 48px;
  }
  .bg-border_1::after {
    width: 100%;
  }
  .model-house-text p {
    font-size: 18px;
  }
  .text-decoration_1::after {
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .bg-img_1 {
    background-position: 0 6%;
  }
  .bg-border_1 {
    font-size: 35px;
  }
  .model-house-text p {
    font-size: 13px;
  }
  .text-decoration_1::after {
    height: 19px;
  }
  .bg-border_1::after {
    height: 18px;
  }
  .proposal p {
    font-size: 11px;
  }
  .bg-img_1-inner-detail p:nth-child(1) {
    font-size: 23px;
  }
  .bg-img_1-inner-detail p {
    font-size: 20px;
  }
  .campaign-period {
    flex-direction: column;
    align-items: center;
  }
  .campaign-period p {
    font-size: 30px;
  }
  .bg-img_1-inner-caption img:nth-child(1) {
    display: none;
  }
  .bg-img_1-inner-caption img:nth-last-child(1) {
    display: block;
    margin-top: 20px;
  }
  .proposal {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .page-header.modelhouse {
    padding-bottom: 0;
  }
  .bg-img_1 {
    background-position: 0 5%;
  }
  .model-house-text p {
    font-size: 2.3vw;
  }
  .text-decoration_1::after {
    height: 85%;
  }
  .bg-border_1 {
    font-size: 6vw;
  }
  .bg-border_1::after {
    height: 3vw;
    bottom: 2.5vw;
  }
  .proposal p {
    font-size: 2vw;
  }
  .bg-img_1-inner-caption {
    margin-bottom: 7vw;
  }
  .bg-img_1-inner-detail p:nth-child(1) {
    font-size: 3.3vw;
  }
  .bg-img_1-inner-detail p {
    font-size: 3vw;
  }
  .campaign-period img {
    width: 50%;
    margin-right: 0;
    margin-bottom: 1vw;
  }
  .campaign-period p {
    font-size: 4.5vw;
  }
}

/*202204_ブログページ改修*/

.blog_banner_area {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.blog_banner {
  width: 100%;
}

.banner_right {
  text-align: right;
}

.blog_banner img {
  width: 95%;
}
@media screen and (max-width: 992px) {
  .blog_banner_area {
    display: block;
    margin-top: 5.5vw;
  }
  .blog_banner img {
    width: 100%;
    margin-bottom: 5.5vw;
  }
}

.blogtabs {
  height: 4em;
  margin-top: 2em;
}

.blogtabs ul {
  width: 100%;
  height: 100%;
  display: flex;
}

.blogtabs li {
  width: 40%;
  text-align: center;
  border-bottom: #a38d76 2px solid;
  border-top: #ffffff 5px solid;
}
.blogtabs li p {
  line-height: 4em;
}

.active {
  border-top: #a38d76 2px solid !important;
  border-bottom: 0px !important;
  border-left: #a38d76 2px solid;
  border-right: #a38d76 2px solid;
}
.active p {
  border-top: #839c74 5px solid !important;
}

.space_side {
  width: 5% !important;
}
.space_center {
  width: 10% !important;
}

.label a:hover {
  outline: none !important;
}

.tag_author {
  display: flex;
  justify-content: space-between;
}

.cat_tag_staff p {
  margin: 0 !important;
  line-height: 1;
  letter-spacing: 0;
}

.cat_tag_staff {
  display: flex;
  color: #fff;
  padding: 0 1rem;
  background: #333;
  border: #333 1px solid;
  align-items: center;
  min-height: 40px;
}

.cat_tag_home {
  display: flex;
  color: #000;
  padding: 0 1rem;
  background: #fff;
  border: #000 1px solid;
  align-items: center;
  height: 40px;
}

.cat_tag_home p {
  margin: 0 !important;
  line-height: 1;
  letter-spacing: 0;
}

.item-box.blog-box .item-img .blog-date-home span.update {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.75rem;
  text-align: right;
  margin-right: 0.4rem;
}

.item-box.blog-box .item-img .blog-date-home span.y-m-d {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  text-align: right;
  margin-bottom: 0.75rem;
  margin-right: 0.2rem;
}

.item-box.blog-box .item-img .blog-date-home {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: end;
  min-height: 90px;
  letter-spacing: 0.2em;
  color: #fff;
  /*background: #333;*/
  z-index: 10;
  width: 42.7%;
  height: 44.3%;
}

@media all and (-ms-high-contrast: none) {
  .item-box.blog-box .item-img .blog-date-home {
    height: 50px;
    min-height: 50px;
  }
}

_::-webkit-full-page-media,
_:future,
:root .item-box.blog-box .item-img .blog-date-home {
  height: 50px;
  min-height: 50px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  .item-box.blog-box .item-img .blog-date-home {
    height: 50px;
    min-height: 50px;
  }
}

.item-box.blog-box .item-img .blog-date-home .inner {
  width: 100%;
}

.item-box.blog-box .item-img .has-image-home:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 118.3px 147.5px;
  border-color: transparent transparent #333333 transparent;
}

.only-sp {
  display: none;
}

.only-tb {
  display: none;
}

.only-pc {
  display: block;
}

@media screen and (max-width: 991px) {
  .only-tb {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .only-sp {
    display: block;
  }

  .only-pc {
    display: none;
  }

  .blogtabs li p {
    font-size: 0.8rem;
  }

  #tab2 p {
    padding-top: 1em;
    line-height: 1.5em;
  }

  #tab3 p {
    padding-top: 1em;
    line-height: 1.5em;
  }
}

.profilebox {
  position: relative;
  border: 2px #000 solid;
}

.profilebox_inner {
  display: flex;
}

.about_author {
  width: 30%;
  margin: 0 auto;
  background-color: #fff;
  position: absolute;
  left: 35%;
  top: -2rem;
}

.about_author_en {
  margin: 0;
  letter-spacing: 0.5rem;
  line-height: 1.2;
  font-size: 1.8rem;
  text-align: center;
}

.about_author_ja {
  text-align: center;
  margin: 0;
}

.prolilebox_left {
  position: relative;
  width: 10%;
  display: flex;
  border-right: 2px #000 solid;
  align-items: center;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .prolilebox_left {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.prolilebox_left p {
  margin: 0;
  height: 100%;
  text-align: center;
  font-weight: bold;
}

.profilebox_left {
  width: 35%;
  padding: 4rem 1rem 1rem 1rem;
  display: flex;
  align-items: center;
}

.profilebox_right {
  width: 65%;
  padding: 4rem 1rem 1rem 0;
}

.author_img {
  text-align: center;
}

.author_img img {
  width: 40%;
}

.author_name {
  text-align: center;
  font-weight: bold;
}

.author_name p {
  margin: 0;
  font-size: 1.5rem;
}

.author_position {
  text-align: center;
  font-size: 1rem;
}

.author_position p {
  margin: 0;
}

.author_message {
  margin: 1rem 1rem 1rem 0;
}

.author_button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
  text-align: center;
  width: 60%;
  height: 3rem;
  background-color: #9db681;
}

.author_button p {
  margin: 0;
  width: 100%;
  font-weight: bold;
  color: #fff;
}

.tag-title {
  margin-top: 4rem;
}

.title_avt {
  height: 7rem;
  width: 7rem;
}

@media screen and (max-width: 1200px) {
  .author_button p {
    font-size: 0.8rem;
  }

  .about_author {
    width: 40%;
    left: 30%;
  }
}

@media screen and (max-width: 992px) {
  .profilebox {
    margin-top: 6rem;
  }
}

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

  .about_author {
    width: 50%;
    left: 25%;
  }
  .profilebox_left {
    width: 100%;
  }

  .prolilebox_left p {
    font-size: 1.2rem;
  }

  .profilebox_left_inner {
    width: 100%;
  }

  .author_name {
    font-size: 1.2rem;
  }

  .author_position {
    font-size: 1rem;
  }

  .profilebox_right {
    width: 100%;
    padding: 1rem;
  }

  .author_img img {
    width: 50%;
  }

  .author_message {
    margin: 1rem 1rem 4rem 1rem;
  }

  .author_button {
    width: 80%;
    margin: 0 auto 3rem;
  }
}

.title_newline {
  display: none;
}

@media screen and (max-width: 576px) {
  .about_author {
    width: 80%;
    left: 10%;
  }
  .about_author_ja {
    font-size: 0.8rem;
  }
  .about_author_en {
    font-size: 1.6rem;
  }

  .author_button a {
    font-size: 0.8rem;
  }
  .author_button {
    width: 90%;
    margin: 0 auto 3rem;
  }
  .author_message {
    margin: 0.5rem 0.5rem 4rem 0.5rem;
  }
  .title_avt {
    height: 7rem;
    width: 7rem;
  }

  .title_newline {
    display: block;
  }
}

/*2023_ver2  2023/08/08*/
@media screen and (min-width: 992px) {
  section.concept .grid-base {
    width: 50%;
    max-height: 540px;
  }
  section.concept .grid-sub h3 {
    letter-spacing: 0.02em;
    margin-left: -4rem;
  }
  section.concept .grid-sub .more {
    text-align: right;
  }
  .quality .quality_items {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .quality .quality_items .item {
    width: 100%;
    display: flex;
  }
  .quality .quality_items .item .item_img {
    width: 55%;
    overflow: hidden;
    position: relative;
    z-index: 10;
  }
  .quality .quality_items .item .item_text {
    width: 42%;
    height: 42vw;
    max-height: 680px;
    background-color: #e6ebe3;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .quality .quality_items .item .item_text .head {
    font-size: 22px;
    letter-spacing: 0.02em;
    font-weight: 600;
    display: flex;
    align-items: center;
  }
  .quality .quality_items .item .item_text .head span {
    font-size: 16px;
    font-weight: 300;
    margin-left: 10px;
  }
  .quality .quality_items .item .more.more-type01 a {
    color: #000000;
  }
  .quality .quality_items .item .more.more-type01 a::before,
  .quality .quality_items .item .more.more-type01 a::after {
    background: #000000;
  }
  .quality .quality_items .item.item_1 {
    flex-direction: row-reverse;
  }
  .quality .quality_items .item.item_1 .item_img {
    max-height: 680px;
  }
  .quality .quality_items .item.item_1 .item_text {
    right: -2.47vw;
    margin-top: 50px;
    padding-right: 40px;
    padding-left: 20px;
  }
  .quality .quality_items .item.item_2 {
    align-items: center;
    margin-top: 100px;
  }
  .quality .quality_items .item.item_2 .item_img {
    max-height: 500px;
  }
  .quality .quality_items .item.item_2 .item_text {
    left: -2.47vw;
    padding-left: 40px;
    padding-right: 20px;
  }
  .quality .quality_items .item.item_3 {
    flex-direction: row-reverse;
    margin-top: 80px;
  }
  .quality .quality_items .item.item_3 .item_img {
    max-height: 610px;
    margin-top: 100px;
  }
  .quality .quality_items .item.item_3 .item_text {
    right: -2.47vw;
    padding-right: 40px;
    padding-left: 20px;
  }
  .quality .quality_items .item.item_3 .item_text .head {
    flex-direction: column;
    align-items: baseline;
  }
  .quality .quality_items .item.item_3 .item_text .head span {
    margin-top: -10px;
  }

  /*concept*/
  .concept_about .item {
    display: flex;
    align-items: center;
  }
  .concept_about .item:nth-of-type(n + 2) {
    margin-top: 80px;
  }
  .concept_about .item .item_img {
    width: 50%;
    max-height: 395px;
    overflow: hidden;
  }
  .concept_about .item .item_text {
    width: 50%;
  }
  .concept_about .item .item_text .head {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .concept_about .item .item_text p {
    line-height: 3.125;
  }
  .concept_about .item .item_text .more {
    width: 250px;
    margin-top: 50px;
  }
  .concept_about .item .item_text .more a {
    padding: 1em;
  }
  .concept_about .item .item_text .more a::before {
    top: 31px;
  }
  .concept_about .item .item_text .more a::after {
    top: 34px;
  }
  .concept_about .item.item_1 .item_text {
    margin-left: 50px;
  }
  .concept_about .item.item_2 {
    flex-direction: row-reverse;
  }
  .concept_about .item.item_2 .item_text {
    margin-right: auto;
    margin-left: 60px;
  }
  .home_making_flow {
  }
  .home_making_flow .inner {
    width: 100%;
    background-image: url(./lib/images/concept/bg_home_making_flow.jpg);
    background-size: cover;
    padding: 80px 0 90px 0;
  }
  .home_making_flow .inner .content_wrap {
    display: flex;
  }
  .home_making_flow .inner .content_wrap .content_img {
    width: 50%;
    overflow: hidden;
  }
  .home_making_flow .inner .content_wrap .content_img img {
    height: 100%;
    width: 100%;
  }
  .home_making_flow .inner .content_wrap .content_text {
    background-color: #fff;
    width: 50%;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .home_making_flow .inner .content_wrap .content_text .head {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .home_making_flow .inner .content_wrap .content_text p {
    margin-bottom: 10px;
    line-height: 2;
    letter-spacing: 0.02em;
  }
  .home_making_flow .inner .content_wrap .content_text .more {
    width: 250px;
  }
  .home_making_flow .inner .content_wrap .content_text .more a {
    padding: 1em;
  }
  .home_making_flow .inner .content_wrap .content_text .more a::before {
    top: 31px;
  }
  .home_making_flow .inner .content_wrap .content_text .more a::after {
    top: 34px;
  }
}

@media screen and (min-width: 1200px) {
  .quality .quality_items .item .item_text .head {
    font-size: 26px;
  }
  .concept_intro h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 991px) {
  .quality .quality_items .item:nth-child(n + 2) {
    margin-top: 3rem;
  }
  .quality .quality_items .item .item_text {
    margin-top: 2rem;
  }
  .quality .quality_items .item .item_text .head {
    font-size: 26px;
    letter-spacing: 0.02em;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 1em;
  }
  .quality .quality_items .item .item_text .head span {
    font-size: 16px;
    font-weight: 300;
    margin-left: 10px;
  }
  .quality .quality_items .item .more.more-type01 a {
    color: #000000;
  }
  .quality .quality_items .item .more.more-type01 a::before,
  .quality .quality_items .item .more.more-type01 a::after {
    background: #000000;
  }

  /*concept*/

  .concept_about .item:nth-of-type(n + 2) {
    margin-top: 3rem;
  }
  .concept_about .item .item_img img {
    width: 100%;
  }
  .home_making_flow .inner {
    width: 100%;
    background-image: url(./lib/images/concept/bg_home_making_flow.jpg);
    background-size: cover;
    padding: 50px 0 50px 0;
  }
  .concept_about .item .item_text {
    margin-top: 1em;
  }
  .concept_about .item .item_text .head {
    margin-bottom: 1em;
  }
  .home_making_flow .inner .content_wrap .content_img img {
    height: 100%;
    width: 100%;
  }
  .home_making_flow .inner .content_wrap .content_text {
    background-color: #fff;
    padding: 1em;
  }
  .home_making_flow .inner .content_wrap .content_text .head {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 500px) {
  .quality .quality_items .item .item_text .head {
    font-size: 22px;
    flex-wrap: wrap;
  }
  .quality .quality_items .item .item_text .head span {
    font-size: 16px;
  }
}

/*performance*/

@media screen and (min-width: 992px) {
  .page-performance .intro {
    text-align: center;
    letter-spacing: 0.02em;
  }
  .page-performance .intro .head {
    font-size: 26px;
  }
  .page-performance .intro .btns_wrap {
    display: flex;
    column-gap: 100px;
    justify-content: center;
    margin-top: 180px;
  }
  .page-performance .intro .selected_structure {
    margin-top: 120px;
  }
  .page-performance .intro .selected_structure .inner {
    width: 100%;
    background-image: url(./lib/images/performance/bg_selected_structure.jpg);
    background-size: cover;
    background-position: center;
    padding: 120px 0;
  }
  .page-performance .intro .selected_structure .head {
    font-size: 32px;
    margin-bottom: 0;
    letter-spacing: 0.02em;
  }
  .page-performance .intro .selected_structure .head_desc {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-top: 0;
    letter-spacing: 0.02em;
  }
  .page-performance .intro .selected_structure p {
    margin-top: 70px;
    width: fit-content;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.02em;
  }
  .page-performance .intro .selected_structure p span {
    font-weight: bold;
    text-decoration: underline;
  }
  .page-performance .intro .movie_block {
    margin-top: 70px;
  }
  .page-performance .movie_block .head {
    font-size: 24px;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .page-performance .movie_block .head::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #a1b485;
    width: 100px;
    height: 5px;
  }
  .page-performance .movie_block .youtube-box {
    width: 100%;
    max-width: 600px;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .page-performance .movie_block .youtube-box iframe {
    aspect-ratio: 16/9;
    width: 100%;
    position: initial;
  }

  .page-performance .item_unit_wrap {
    margin-top: 60px;
  }
  .page-performance .item_unit_wrap .item_unit {
    display: flex;
  }
  .page-performance .item_unit_wrap .item_unit:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .page-performance .item_unit_wrap .item_unit:nth-of-type(2n) .item_text {
    margin-left: 50px;
  }
  .page-performance .item_unit_wrap .item_unit:nth-of-type(n + 2) {
    margin-top: 100px;
  }
  .page-performance .item_unit_wrap .item_unit .item_text {
    width: 50%;
    letter-spacing: 0.02em;
    flex: 1;
  }
  .page-performance .item_unit_wrap .item_unit .item_text h3 {
    font-size: 26px;
    line-height: 1.6;
  }
  .page-performance .item_unit_wrap .item_unit .item_img {
    width: 50%;
  }
  .page-performance .item_unit_wrap.structural_calculation {
    margin-top: 100px;
  }
  .page-performance .description_block {
    background-color: #e6ebe3;
    padding: 42px 50px 50px;
    letter-spacing: 0.02em;
    margin-top: 120px;
  }
  .page-performance .description_block .head {
    text-align: center;
    margin-bottom: 25px;
  }
  .page-performance .description_block .head span {
    font-size: 32px;
    position: relative;
    background: linear-gradient(#e6ebe3 60%, #cdca52 40%);
    margin-bottom: 25px;
    line-height: 1.325;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .page-performance .description_block .head_desc {
    font-weight: 18px;
    font-weight: bold;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .page-performance .description_block .text {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .page-performance .description_block .text span {
    font-weight: bold;
    text-decoration: underline;
  }
  .page-performance .description_block img {
    width: 100%;
  }
  .page-performance .description_block *:nth-last-child(1) {
    margin-bottom: 0;
  }

  .page-performance .structure .movie_block {
    margin-top: 100px;
  }
}

@media screen and (max-width: 991px) {
  .page-performance .intro .head {
    font-size: 26px;
    letter-spacing: 0.02em;
  }
  .page-performance .intro .btns_wrap {
    display: flex;
    flex-direction: column;
    row-gap: 1em;
    align-items: center;
  }
  .page-performance .intro .selected_structure {
    margin-top: 4em;
  }
  .page-performance .intro .selected_structure .inner {
    width: 100%;
    background-image: url(./lib/images/performance/bg_selected_structure.jpg);
    background-size: cover;
    background-position: center;
    padding: 4em 0;
  }
  .page-performance .intro .selected_structure .head {
    font-size: 28px;
    margin-bottom: 0;
    letter-spacing: 0.02em;
  }
  .page-performance .intro .selected_structure .head_desc {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-top: 0;
    letter-spacing: 0.02em;
  }
  .page-performance .intro .selected_structure p {
    margin-top: 2em;
    width: fit-content;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.02em;
  }
  .page-performance .intro .selected_structure p span {
    font-weight: bold;
    text-decoration: underline;
  }
  .page-performance .intro .movie_block {
    margin-top: 4em;
  }
  .page-performance .movie_block .head {
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .page-performance .movie_block .head::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #a1b485;
    width: 80px;
    height: 5px;
  }
  .page-performance .movie_block .youtube-box {
    width: 100%;
    max-width: 400px;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .page-performance .movie_block .youtube-box iframe {
    aspect-ratio: 16/9;
    width: 100%;
    position: initial;
  }
  .page-performance .item_unit_wrap {
    margin-top: 3em;
  }
  .page-performance .item_unit_wrap .item_unit {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .page-performance .item_unit_wrap .item_unit:nth-of-type(n + 2) {
    margin-top: 3em;
  }
  .page-performance .item_unit_wrap .item_unit .item_text {
    letter-spacing: 0.02em;
    margin-top: 1em;
  }
  .page-performance .item_unit_wrap .item_unit .item_text h3 {
    font-size: 22px;
    line-height: 1.6;
  }
  .page-performance .item_unit_wrap .item_unit *:nth-last-child(1) {
    margin-bottom: 0;
    font-size: 0.8rem;
  }
  .page-performance .description_block {
    background-color: #e6ebe3;
    padding: 2em;
    letter-spacing: 0.02em;
    margin-top: 4em;
  }
  .page-performance .description_block .head {
    font-size: 24px;
    position: relative;
    background: linear-gradient(#e6ebe3 60%, #cdca52 40%);
    line-height: 1.325;
    margin-left: auto;
    margin-right: auto;
    display: inline;
  }
  .page-performance .description_block .head_desc {
    font-weight: 18px;
    font-weight: bold;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
  }
  .page-performance .description_block .text {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .page-performance .description_block .text span {
    font-weight: bold;
    text-decoration: underline;
  }
  .page-performance .description_block img {
    width: 100%;
  }
  .page-performance .description_block *:nth-last-child(1) {
    margin-bottom: 0;
  }
  .page-performance .structure .movie_block {
    margin-top: 4em;
  }
}

/*after-service*/
@media screen and (min-width: 992px) {
  .page-after-service .intro .content_wrap {
    display: flex;
  }
  .page-after-service .intro .content_wrap .intro_img,
  .page-after-service .intro .content_wrap .intro_text {
    width: 50%;
  }
  .page-after-service .intro .content_wrap .intro_text {
    margin-left: 30px;
    letter-spacing: 0.02em;
  }
  .page-after-service .intro .content_wrap .intro_text .head {
    font-size: 26px;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .page-after-service .intro .content_wrap .intro_text p {
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .page-after-service .main .contents {
    margin-top: 50px;
  }
  .page-after-service .main .contents .content:nth-child(n + 2) {
    margin-top: 100px;
  }
  .page-after-service .main .contents .content .text .content_head {
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
  }
  .page-after-service .main .contents .content .text p {
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .page-after-service .main .contents .content .text p span {
    color: #ff0000;
    font-weight: bold;
  }
  .page-after-service .main .contents .content_1 {
    text-align: center;
  }
  .page-after-service .main .contents .content_2 {
    display: flex;
    align-items: center;
  }
  .page-after-service .main .contents .content_2 .image,
  .page-after-service .main .contents .content_2 .text {
    width: 50%;
  }
  .page-after-service .main .contents .content_2 .text {
    margin-left: 48px;
  }
  .page-after-service .main .contents .content_3 .image {
    margin-top: 25px;
  }
  .page-after-service .main .contents .content_4 {
    display: flex;
    align-items: center;
  }
  .page-after-service .main .contents .content_4 .image,
  .page-after-service .main .contents .content_4 .text {
    width: 50%;
  }
  .page-after-service .main .contents .content_4 .text {
    margin-left: 47px;
  }
  .page-after-service .main .contents .content_4 .text img {
    margin-top: 55px;
    margin-bottom: 35px;
  }
  .page-after-service .main .contents .content_4 .text .marker_text {
    background: linear-gradient(#fff 40%, #cdca52 50%);
    display: inline;
    padding-bottom: 5px;
  }
  .page-after-service .main .contents .content_4 .text .arrow_btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .page-after-service .intro .content_wrap .intro_text {
    margin-top: 1em;
    letter-spacing: 0.02em;
  }
  .page-after-service .intro .content_wrap .intro_text .head {
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .page-after-service .intro .content_wrap .intro_text p {
    margin-bottom: 0;
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .page-after-service .main .contents {
    margin-top: 2em;
  }
  .page-after-service .main .contents .content:nth-child(n + 2) {
    margin-top: 4em;
  }
  .page-after-service .main .contents .content .text .content_head {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    margin-bottom: 0.5em;
  }
  .page-after-service .main .contents .content .text p {
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .page-after-service .main .contents .content .text p span {
    color: #ff0000;
    font-weight: bold;
  }
  .page-after-service .main .contents .content_2 .text {
    margin-top: 1em;
  }
  .page-after-service .main .contents .content_3 .image {
    margin-top: 1em;
  }
  .page-after-service .main .contents .content_4 .text {
    margin-top: 1em;
  }
  .page-after-service .main .contents .content_4 .text img {
    margin-top: 1.5em;
    margin-bottom: 1em;
  }
  .page-after-service .main .contents .content_4 .text .marker_text {
    background: linear-gradient(#fff 40%, #cdca52 50%);
    display: inline;
    padding-bottom: 5px;
  }
  .page-after-service .main .contents .content_4 .text .arrow_btn {
    margin-top: 2em;
    display: block;
  }
  .page-after-service .main .contents .content_5 .image {
    overflow: scroll;
  }
  .page-after-service .main .contents .content_5 .image img {
    height: 50vw;
    max-width: unset;
  }
}
@media screen and (max-width: 600px) {
  .page-after-service .main .contents .content_5 .image img {
    height: 80vw;
  }
}

/*material*/
@media screen and (min-width: 992px) {
  .page-material .intro .block_1 {
    display: flex;
  }
  .page-material .intro .block_1 .block_img,
  .page-material .intro .block_1 .block_text {
    width: 50%;
  }
  .page-material .intro .block_1 .block_img img {
    width: calc(100% - 55px);
  }
  .page-material .intro .block_1 .block_text {
    margin-left: 30px;
    flex: 1;
  }
  .page-material .intro .block_1 .block_text h3 {
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    margin-bottom: 6px;
  }
  .page-material .intro .block_1 .block_text h4 {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    margin-bottom: 35px;
  }
  .page-material .intro .block_1 .block_text p {
    line-height: 2;
    letter-spacing: 0.02em;
  }
  .page-material .intro .block_2 {
    display: flex;
    margin-top: 55px;
  }
  .page-material .intro .block_2 .block_img {
    width: 50%;
  }
  .page-material .intro .block_2 .block_img img {
    width: calc(100% - 55px);
  }
}
@media screen and (max-width: 991px) {
  .page-material .intro .block_1 .block_text {
    margin-top: 1em;
  }
  .page-material .intro .block_1 .block_text h3 {
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    margin-bottom: 6px;
  }
  .page-material .intro .block_1 .block_text h4 {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    margin-bottom: 35px;
  }
  .page-material .intro .block_1 .block_text p {
    line-height: 2;
    letter-spacing: 0.02em;
  }
  .page-material .intro .block_2 {
    display: flex;
    margin-top: 2em;
    column-gap: 2em;
  }
  .page-material .intro .block_2 .block_img {
    width: 50%;
  }
}

/*page-about*/
@media screen and (min-width: 992px) {
  .page-about .section_title {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
  .page-about .section_title h3 {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.24em;
    margin-bottom: 0;
  }
  .page-about .section_title span {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .page-about .greeting .main {
    display: flex;
  }
  .page-about .greeting .main .image,
  .page-about .greeting .main .text {
    width: 50%;
  }
  .page-about .greeting .main .image img {
    width: calc(100% - 55px);
  }
  .page-about .greeting .main .text {
    margin-left: 26px;
    line-height: 2;
    letter-spacing: 0.02em;
  }
  .page-about .greeting .main .text p span {
    display: inline-block;
    font-weight: bold;
    margin-top: 40px;
  }
  .page-about .origin .main {
    display: flex;
  }
  .page-about .origin .main .image,
  .page-about .origin .main .text {
    width: 50%;
  }
  .page-about .origin .main .image img {
    width: calc(100% - 55px);
  }
  .page-about .origin .main .text {
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

@media screen and (max-width: 991px) {
  .page-about .section_title {
    margin-bottom: 1.5em;
    display: flex;
    align-items: center;
    column-gap: 10px;
    flex-wrap: wrap;
  }
  .page-about .section_title h3 {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.24em;
    margin-bottom: 0;
  }
  .page-about .section_title span {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .page-about .greeting .main .text {
    line-height: 2;
    letter-spacing: 0.02em;
    margin-top: 1em;
  }
  .page-about .greeting .main .text p span {
    display: inline-block;
    font-weight: bold;
    margin-top: 1em;
  }
  .page-about .access .gmap iframe {
    height: calc(56vw + 1rem);
  }
  .page-about .origin .main .text {
    margin-top: 1em;
  }
}

/*health*/
@media screen and (min-width: 992px) {
  .page-health .content_title {
    font-size: 26px;
    line-height: 1.6;
  }
  .page-health .youtube-box iframe {
    aspect-ratio: 16/9;
    width: 100%;
    position: initial;
  }
  .page-health .youtube-box {
    padding-bottom: 0;
  }
  .page-health .intro {
    text-align: center;
    letter-spacing: 0.02em;
  }
  .page-health .intro .upper {
    font-weight: bold;
    font-size: 18px;
  }
  .page-health .intro .upper span {
    font-size: 26px;
    line-height: 1.4;
  }
  .page-health .intro .lower {
    line-height: 2;
  }
  .page-health .intro .section_img {
    width: 100vw;
    max-height: 200px;
    overflow: hidden;
    margin-top: 60px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-health .intro .section_img img {
    width: 100%;
    height: 100%;
    max-width: unset;
    object-fit: cover;
    object-position: center;
  }
  .page-health .system_overview .content_1 .section_title {
    margin-bottom: 40px;
  }
  .page-health .system_overview .content_1 .items {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
  }
  .page-health .system_overview .content_1 .items .item {
    -moz-box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.16);
    width: 33.3%;
    max-width: 330px;
    letter-spacing: 0.02em;
    padding: 18px 20px 25px;
  }
  .page-health .system_overview .content_1 .items .item .head {
    background: linear-gradient(#fff 50%, #cdca52 60%);
    display: inline;
    font-weight: bold;
    font-size: 18px;
  }
  .page-health .system_overview .content_1 .items .item p {
    line-height: 2;
    margin-bottom: 0;
  }
  .page-health .system_overview .content_2 {
    margin-top: 70px;
  }
  .page-health .system_overview .content_2 .text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.02em;
    width: fit-content;
    margin: 30px auto 0;
  }
  .page-health .system_overview .content_2 .section_title {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .page-health .system_overview .content_2 .section_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #313131;
  }
  .page-health .system_overview .content_2 .section_title h3 {
    font-size: 22px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    width: fit-content;
  }
  .page-health .system_overview .content_2 .main {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  .page-health .system_overview .content_2 .main .youtube-box {
    margin-top: 40px;
    padding-bottom: 0;
  }
  .page-health .system_detail .detail_contents .flex_box {
    display: flex;
  }
  .page-health .system_detail .detail_contents .flex_box.reserve {
    flex-direction: row-reverse;
  }
  .page-health .system_detail .detail_contents .flex_box .content_image,
  .page-health .system_detail .detail_contents .flex_box .content_text {
    width: 50%;
  }
  .page-health .system_detail .detail_contents .flex_box .content_text {
    flex: 1;
    margin-left: 50px;
  }
  .page-health .system_detail .detail_contents .flex_box.reserve .content_text {
    margin-right: 10px;
    margin-left: 0;
  }
  .page-health .system_detail .detail_contents .content:nth-of-type(n + 2) {
    margin-top: 80px;
  }
  .page-health .system_detail .detail_contents .content .content_text {
    letter-spacing: 0.02em;
  }
  .page-health .system_detail .detail_contents .content .content_text p {
    line-height: 2;
    margin-bottom: 0;
  }
  .page-health .system_detail .detail_contents .content_2 .youtube-box {
    max-width: 650px;
    margin: 40px auto 0;
  }
  .page-health .system_detail .detail_contents .content_5 .flex_box {
    align-items: center;
    column-gap: 11px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .page-health .content_title {
    font-size: 22px;
    line-height: 1.6;
  }
  .page-health .youtube-box iframe {
    aspect-ratio: 16/9;
    width: 100%;
    position: initial;
  }
  .page-health .youtube-box {
    padding-bottom: 0;
  }
  .page-health .intro {
    text-align: center;
    letter-spacing: 0.02em;
  }
  .page-health .intro .upper {
    font-weight: bold;
    font-size: 18px;
  }
  .page-health .intro .upper span {
    font-size: 26px;
    line-height: 1.4;
  }
  .page-health .intro .lower {
    line-height: 2;
  }
  .page-health .intro .section_img {
    width: 100vw;
    height: 130px;
    overflow: hidden;
    margin-top: 3em;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-health .intro .section_img img {
    width: 100%;
    height: 100%;
    max-width: unset;
    object-fit: cover;
    object-position: center;
  }
  .page-health .system_overview .content_1 .section_title {
    margin-bottom: 1em;
  }
  .page-health .system_overview .content_1 .items {
    display: flex;
    justify-content: space-between;
    column-gap: 2em;
    row-gap: 2em;
    flex-wrap: wrap;
  }
  .page-health .system_overview .content_1 .items .item {
    -moz-box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.16);
    width: calc(50% - 1em);
    letter-spacing: 0.02em;
    padding: 18px 20px 25px;
  }
  .page-health .system_overview .content_1 .items .item .head {
    background: linear-gradient(#fff 50%, #cdca52 60%);
    display: inline;
    font-weight: bold;
    font-size: 18px;
  }
  .page-health .system_overview .content_1 .items .item p {
    line-height: 2;
    margin-bottom: 0;
  }
  .page-health .system_overview .content_2 {
    margin-top: 3em;
  }
  .page-health .system_overview .content_2 .section_title {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .page-health .system_overview .content_2 .section_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #313131;
  }
  .page-health .system_overview .content_2 .section_title h3 {
    font-size: 22px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    width: fit-content;
    line-height: 1.3;
  }
  .page-health .system_overview .content_2 .text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.02em;
    width: fit-content;
    margin: 30px auto 0;
  }
  .page-health .system_overview .content_2 .main {
    margin-top: 3em;
  }
  .page-health .system_overview .content_2 .main .youtube-box {
    margin-top: 3em;
    padding-bottom: 0;
  }
  .page-health .system_detail .detail_contents .content:nth-of-type(n + 2) {
    margin-top: 4em;
  }
  .page-health .system_detail .detail_contents .content .content_text {
    letter-spacing: 0.02em;
  }
  .page-health .system_detail .detail_contents .content .content_text p {
    line-height: 2;
    margin-bottom: 0;
  }
  .page-health .system_detail .detail_contents .content_2 .youtube-box {
    margin: 2em auto 0;
  }
  .page-health .system_detail .detail_contents .content_5 .flex_box {
    margin-top: 1em;
  }
  .page-health .system_detail .detail_contents .flex_box .content_image {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 576px) {
  .page-health .system_overview .content_1 .items .item {
    -moz-box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.16);
    width: 100%;
    letter-spacing: 0.02em;
    padding: 18px 20px 25px;
  }
}

/*lineup*/
.page-lineup {
}

/*ラベルタイトル*/
.label_title {
  background-color: #a1b485;
  color: #fff;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 5px;
}
.label_title h3 {
  font-size: 32px;
  margin-bottom: 0;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.label_title span {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-top: -5px;
  line-height: 2.1;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 991px) {
  .label_title h3 {
    font-size: 28px;
  }
  .label_title span {
    font-size: 18px;
  }
}

/*下矢印btn*/
.arrow_btn {
  background-color: #a1b485;
  color: #fff;
  width: 250px;
  padding: 0.6rem;
  text-align: center;
  display: inline-block;
  position: relative;
}
.arrow_btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 18px;
  width: 10px;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%) rotate(35deg);
  border-radius: 10rem;
}
.arrow_btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 10px;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%) rotate(-35deg);
  border-radius: 10rem;
}

.arrow_btn.beside::before {
  right: 10px;
  transform: translateY(-50%) rotate(50deg);
  top: 44%;
}
.arrow_btn.beside::after {
  transform: translateY(-50%) rotate(-50deg);
  top: 56%;
}

@media screen and (min-width: 992px) {
  br.sp {
    display: none;
  }
}

.header_logo {
  display: inline-block;
  width: 3rem;
}

@media screen and (max-width: 767px) {
  .header_logo {
    display: block;
    width: 18rem;
  }
}

#header .container {
  background-color: #fff;
}

.footer_logo {
  width: 3rem;
  margin-left: 1rem;
}

.logo.has-icon a .footer_logo img {
  width: 100%;
}

/*20230829追加*/
/*front*/
.front_imposter {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(./lib/images/front/bg_front_imposter.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 600px;
  margin-bottom: 40px;
}
.front_imposter .main {
  color: #fff;
  text-align: center;
}
.front_imposter .main .heading {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.front_imposter .main .text {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
  letter-spacing: 0.02em;
}
.front_imposter .main .link {
  display: block;
  width: fit-content;
  margin: 30px auto;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.front_imposter .main .link .arrow {
  position: absolute;
  left: -80px;
  top: 40%;
  display: block;
  width: 64px;
  height: 10px;
  border-bottom: 1px solid #fff;
  transform: translateY(-50%);
}
.front_imposter .main .link .arrow::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  right: -1px;
  top: 3px;
  background-color: #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 991px) {
  .front_imposter {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media screen and (max-width: 576px) {
  .front_imposter .main .heading {
    font-size: 20px;
  }
  .front_imposter .main {
    text-align: left;
  }
  .front_imposter .main .link {
    padding-left: 50px;
    padding-right: 30px;
  }
  .front_imposter .main .link .arrow {
    left: 0;
    width: 35px;
  }
  .front_imposter .main .link .arrow::after {
    width: 10px;
    top: 5px;
  }
}

/*concept*/
.home_making_flow {
  padding-bottom: 0;
}
.page_concept_bottom_imposter {
  padding: 85px 20px;
  width: 100%;
  min-height: 750px;
  background-image: url(./lib/images/concept/bg_page_concept_bottom_imposter.jpg);
  background-size: cover;
  background-position: center;
}
.page_concept_bottom_imposter .inner {
  width: 700px;
  max-width: 100%;
  padding: 65px 15px 70px;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
}
.page_concept_bottom_imposter .inner .heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
}
.page_concept_bottom_imposter .inner .heading span {
  font-size: 32px;
  font-weight: normal;
}
.page_concept_bottom_imposter .inner .desc {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
}
.page_concept_bottom_imposter .inner .more a {
  max-width: 380px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: 20px 0 15px 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
}
.page_concept_bottom_imposter .inner .more a .arrow {
  position: absolute;
  right: 1rem;
  top: 56%;
  width: 24px;
  height: 1px;
  background-color: #fff;
}
.page_concept_bottom_imposter .inner .more a .arrow::before {
  content: "";
  position: absolute;
  right: 0rem;
  top: -4px;
  transform: rotate(45deg);
  width: 10px;
  height: 1px;
  background-color: #fff;
}
.page_concept_bottom_imposter .inner .more a::before,
.page_concept_bottom_imposter .inner .more a::after {
  display: none;
}
@media screen and (max-width: 576px) {
  .page_concept_bottom_imposter .inner .more a {
    padding-right: 50px;
  }
}

/*20230904 テクノストラクチャー*/
.page-technostructure .page-intro .intro-head {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 12px;
}
.page-technostructure .page-intro p {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
}
.page-technostructure .technostructure_slider {
  position: relative;
  padding-right: 45%;
}
.page-technostructure .technostructure_slider .swiper-slide {
  margin-right: 40px;
}
.page-technostructure .technostructure_slider .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 15px !important;
  width: 100vw !important;
}
.page-technostructure
  .technostructure_slider
  .swiper-pagination
  .swiper-pagination-bullet {
  margin: 0 5px !important;
  background-color: #9db680 !important;
}
.page-technostructure .row_items .row_items_title {
  position: relative;
  width: 100%;
  z-index: 0;
}
.page-technostructure .row_items .row_items_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #313131;
  z-index: -5;
}
.page-technostructure .row_items .row_items_title h3 {
  font-size: 22px;
  padding: 0 20px;
  margin: 0 auto;
  background-color: #fff;
  width: fit-content;
  text-align: center;
}
.page-technostructure .row_items .row_items_wrap {
  display: flex;
  justify-content: space-between;
  column-gap: 36px;
  margin-top: 50px;
}
.page-technostructure .row_items .row_items_wrap .item {
  flex: 1;
}
.page-technostructure .row_items .row_items_wrap .item p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-top: 25px;
  margin-bottom: 0;
}
.page-technostructure .row_items .row_items_wrap .item p .head {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
  display: block;
  line-height: 1.7;
  text-decoration: none;
}

.page-technostructure .row_items .row_items_wrap .item p span {
  font-weight: bold;
  text-decoration: underline;
}

.page-technostructure .colunm_items {
  margin-top: 50px;
  background-color: #e6ebe3;
  padding: 42px 30px 60px 60px;
}
.page-technostructure .colunm_items .colunm_items_title {
  text-align: center;
}
.page-technostructure .colunm_items .colunm_items_title h3 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.02em;
  background: linear-gradient(transparent 70%, #cdca52 40%);
  display: inline;
}
.page-technostructure .colunm_items .colunm_items_title_desc {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  width: fit-content;
  margin: 25px auto 0;
}
.page-technostructure .colunm_items .colunm_items_wrap {
  margin-top: 70px;
}
.page-technostructure .colunm_items .colunm_items_wrap .item {
  display: flex;
  align-items: start;
}
.page-technostructure
  .colunm_items
  .colunm_items_wrap
  .item:nth-of-type(n + 2) {
  margin-top: 60px;
}
.page-technostructure .colunm_items .colunm_items_wrap .item .item_text {
  flex: 1;
  margin-right: 30px;
}
.page-technostructure
  .colunm_items
  .colunm_items_wrap
  .item
  .item_text
  .heading {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  display: block;
  margin-bottom: 10px;
}
.page-technostructure .colunm_items .colunm_items_wrap .item .item_text p {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-bottom: 0;
}
.page-technostructure .colunm_items .colunm_items_wrap .item .item_img {
  width: calc(50% - 25px);
}

.page-technostructure .row_items.construction {
  margin-top: 90px;
}
.page-technostructure .page_concept_bottom_imposter {
  background-image: url(./lib/images/technostructure/bg_imposter.jpg);
}
.page-technostructure .page_concept_bottom_imposter .more a {
  text-align: center;
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  .page-technostructure .technostructure_slider {
    padding-right: 25%;
  }
  .page-technostructure .row_items .row_items_wrap {
    flex-direction: column;
    row-gap: 40px;
    margin-top: 40px;
  }
  .page-technostructure .row_items .row_items_wrap .item p {
    margin-top: 1em;
  }
  .page-technostructure .row_items .row_items_wrap .item p span {
    margin-bottom: 10px;
  }
  .page-technostructure .colunm_items {
    margin-top: 40px;
    background-color: #e6ebe3;
    padding: 32px 2em;
  }
  .page-technostructure .colunm_items .colunm_items_title {
    text-align: left;
  }
  .page-technostructure .colunm_items .colunm_items_title h3 {
    font-size: 24px;
    background: linear-gradient(transparent 70%, #cdca52 40%);
  }
  .page-technostructure .colunm_items .colunm_items_title_desc {
    font-size: 16px;
    margin-left: 0;
    margin-top: 10px;
  }
  .page-technostructure .colunm_items .colunm_items_wrap {
    margin-top: 40px;
  }
  .page-technostructure .colunm_items .colunm_items_wrap .item {
    flex-direction: column;
    flex-direction: column-reverse;
    row-gap: 1em;
  }
  .page-technostructure
    .colunm_items
    .colunm_items_wrap
    .item:nth-of-type(n + 2) {
    margin-top: 28px;
  }
  .page-technostructure .colunm_items .colunm_items_wrap .item .item_img {
    width: 100%;
  }
}

/* 20231012追加 */
.page-request .send_materials .section-title {
  position: relative;
  margin-bottom: 36px;
}
.page-request .send_materials .section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #313131;
}
.page-request .send_materials .section-title h3 {
  font-size: 22px;
  padding: 0 54px;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  width: fit-content;
  text-align: center;
}
.send_materials_note {
  margin-top: 25px;
}
.send_materials_note p {
  font-size: 16px;
  line-height: 2;
}
.page-request .present_materials {
  margin-top: 75px;
  margin-bottom: 75px;
}
.page-request .present_materials_title_wrap {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.page-request .present_materials_title {
  font-size: 22px;
  letter-spacing: 0.02em;
  background: linear-gradient(#fff 60%, #cdca52 60%);
  display: inline;
  text-align: center;
}
.page-request .present_materials_contents {
  margin-top: 45px;
  display: flex;
}
.page-request .present_materials_img {
  width: 60%;
}
.page-request .present_materials_text {
  flex: 1;
}
.page-request .present_materials_text .note {
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 992px) {
  .page-request .intro-img {
    padding-left: 32px;
  }
  .page-request .send_materials_items {
    display: flex;
  }
  .page-request .send_materials_item {
    width: 50%;
  }
  .page-request .send_materials_item.item2 {
    margin-top: 27px;
  }
}
@media screen and (max-width: 992px) {
  .page-request .intro-img {
    width: 100%;
  }
  .page-request .send_materials_items {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .page-request .send_materials_item {
    width: 100%;
  }
  .page-request .send_materials_item img {
    width: 100%;
  }
  .page-request .present_materials_contents {
    display: flex;
    flex-direction: column;
  }
  .page-request .present_materials_img {
    width: 100%;
  }
  .page-request .present_materials_img img {
    width: 100%;
  }
  .page-request .present_materials_text {
    margin-top: 32px;
    flex: auto;
  }
}

/* lineup */
.lineup-page-header .has-image {
  height: 882px;
}
.lineup-page-header .page-ttl {
  left: 50%;
  transform: translateX(-50%);
  top: 44px;
  text-align: center;
}
.lineup-page-header .page-ttl h2 {
  font-size: 46px;
  letter-spacing: 0.38em;
  line-height: 1.5;
}
.lineup-page-header .lineup-page-header-item {
  position: absolute;
  top: 175px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.lineup-page-header .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 57px;
}
.lineup-page-header .img-wrap .img-left {
  width: 289px;
  max-width: 100%;
}
.lineup-page-header .img-wrap .img-mid {
  font-size: 52px;
  font-weight: bold;
}
.lineup-page-header .img-wrap .img-right {
  width: 235px;
  max-width: 100%;
}
.lineup-page-header .text-wrap {
  margin-top: 40px;
}
.lineup-page-header .text-wrap p {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.1;
  text-align: center;
  letter-spacing: 0.02em;
}
.lineup-page-header .text-wrap .more {
  width: 246px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a1b485;
  color: #fff;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}
.lineup-page-header .text-wrap .more::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%) rotate(35deg);
}
.lineup-page-header .text-wrap .more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%) rotate(-35deg);
}

.page-lineup-top .page-lineup-top-title {
  text-align: center;
  /* margin-bottom: 32px; */
}
.page-lineup-top .page-lineup-top-title h3 {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.24em;
  line-height: 1.5;
  margin-bottom: 0;
}
.page-lineup-top .page-lineup-top-title p {
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  font-weight: bold;
}
.page-lineup-top #new-item {
  padding-top: 32px;
}
.page-lineup-top .page-lineup-top-item .item-body {
  display: flex;
  align-items: center;
  justify-content: start;
}
.page-lineup-top .page-lineup-top-item .item-body-left {
  width: 50%;
  flex: 1;
}
.page-lineup-top .page-lineup-top-item .item-body-left img {
  width: calc(100% - 32.5px);
  display: block;
  margin-right: auto;
}
.page-lineup-top .page-lineup-top-item .item-body-imgs {
  display: flex;
  align-items: center;
  gap: 17.5px;
  height: 100px;
  width: 320px;
}
.page-lineup-top .page-lineup-top-item .item-body-imgs .img-left {
  width: 150px;
  height: auto;
}
.page-lineup-top .page-lineup-top-item .item-body-imgs .img-mid {
  font-size: 32px;
  font-weight: bold;
}
.page-lineup-top .page-lineup-top-item .item-body-imgs .img-right {
  width: 100px;
  height: auto;
}
.page-lineup-top .page-lineup-top-item .item-body-right {
  width: 50%;
}
.page-lineup-top .page-lineup-top-item .item-body-desc {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2.625;
  margin-bottom: 30px;
  margin-top: 10px;
}
.page-lineup-top .page-lineup-top-item .item-body-line-text {
  display: block;
  width: fit-content;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  background: linear-gradient(transparent 55%, #cdca52 45%);
  font-weight: bold;
}
.page-lineup-top .page-lineup-top-item .item-body-price {
  font-size: 20px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1;
  margin-top: 13px;
  margin-bottom: 13px;
}
.page-lineup-top .page-lineup-top-item .item-body-price span {
  font-size: 32px;
}
.page-lineup-top .page-lineup-top-item .item-body-note {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 0;
}
.page-lineup-top .page-lineup-top-item .item-inner .more {
  width: 600px;
  max-width: 100%;
  height: 120px;
  background-color: #a1b485;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-lineup-top .page-lineup-top-item.item1 .item-inner {
  position: relative;
  padding-top: 143px;
  z-index: 0;
}
.page-lineup-top .page-lineup-top-item.item1 .item-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 584px;
  background-image: url(./lib/images/lineup/bg_img-lineup-top.png);
  background-size: cover;
  z-index: -5;
}
.page-lineup-top .page-lineup-top-item.item1 .item-body-left {
  position: relative;
}
.page-lineup-top .page-lineup-top-item.item1 .item-body-left::before {
  content: "";
  position: absolute;
  top: -61px;
  left: -104px;
  width: 385px;
  height: 234px;
  background-image: url(./lib/images/lineup/img_lineup-top-01-attach.png);
  background-size: cover;
}
.page-lineup-top .page-lineup-top-item.item1 .item-inner .more {
  margin-top: 100px;
}
.page-lineup-top .page-lineup-top-item.item2 {
  margin-top: 120px;
}
.page-lineup-top .page-lineup-top-item.item2 .item-body-desc {
  margin-right: -10px;
}
.page-lineup-top .page-lineup-top-item.item2 .item-inner .more {
  margin-top: 40.5px;
}

/* テーブル */
.page-lineup-table .table {
  display: table;
  border-collapse: collapse;
}
.page-lineup-table .table th {
  border-right: 1px solid #fff;
  background-color: #033795;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 0;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-align: center;
  vertical-align: middle;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  height: 72px;
}
.page-lineup-table .table th:nth-child(1) {
  width: 320px;
  border-left: 1px solid #033795;
  text-align: left;
  padding-left: 20px;
}
.page-lineup-table .table th:nth-child(2) {
  width: 220px;
}
.page-lineup-table .table th:nth-child(3) {
  width: 220px;
}
.page-lineup-table .table th:nth-child(4) {
  width: 307px;
  border-right: none;
}
.page-lineup-table .table td {
  height: 72px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #033795;
  border: 1px solid #033795;
  border-top: 0;
}
.page-lineup-table .table td:nth-child(1) {
  padding-left: 10px;
  padding-right: 0;
}
.page-lineup-table .table td:nth-child(2) {
  font-weight: bold;
  text-align: center;
  background-color: rgba(162, 180, 133, 0.2);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.page-lineup-table .table td:nth-child(3) {
  text-align: center;
}
.page-lineup-table .table td:nth-child(4) {
  font-size: 10px;
  letter-spacing: 0.02em;
  line-height: 2;
  padding: 0 5px;
}

.page-lineup-table .table .five_td td:nth-child(2) {
  padding-left: 10px;
  padding-right: 0;
  text-align: left;
  background-color: #fff;
  font-weight: normal;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif !important;
}
.page-lineup-table .table .five_td td:nth-child(3) {
  font-weight: bold;
  text-align: center;
  background-color: rgba(162, 180, 133, 0.2);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.page-lineup-table .table .five_td td:nth-child(4) {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}
.page-lineup-table .table .five_td td:nth-child(5) {
  font-size: 10px;
  letter-spacing: 0.02em;
  line-height: 2;
  padding: 0 5px;
}

.page-lineup-table .table td img {
  height: 50px;
  width: auto;
}

.page-lineup .facility-items {
  display: flex;
  flex-wrap: wrap;
  gap: 37px 92px;
}
.page-lineup .facility-item {
  width: 206px;
  height: auto;
}
.page-lineup .facility-item-img {
  width: 100%;
}
.page-lineup .facility-item-desc {
  margin-top: 7px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 0;
}

.page-lineup .facility-items.--type2 {
  margin-top: 38px;
  gap: 37px 69px;
  margin-bottom: 80px;
}
.page-lineup .facility-items.--type2 .facility-item {
  width: 229px;
}

@media screen and (max-width: 1200px) {
  .page-lineup-top .page-lineup-top-item.item1 .item-body-left::before {
    top: -75px;
    left: -55px;
    width: 330px;
    height: 202px;
  }
  .page-lineup-table .table th:nth-child(2) {
    width: 195px;
  }
  .page-lineup-table .table th:nth-child(3) {
    width: 140px;
  }
  .page-lineup-table .table th:nth-child(4) {
    width: 293px;
  }
  .page-lineup .facility-items {
    gap: 32px 35px;
  }
  .page-lineup .facility-items.--type2 {
    gap: 32px 35px;
  }
}
@media screen and (min-width: 993px) {
  .page-lineup-table .table .sp {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .page-lineup-table .table {
    width: max-content;
    display: flex;
  }
  .page-lineup-top #new-item {
    padding-top: 56px;
  }
  .page-lineup-top .page-lineup-top-item .item-body {
    flex-direction: column;
    row-gap: 32px;
  }
  .page-lineup-top .page-lineup-top-item .item-body-left img {
    width: 100%;
  }
  .page-lineup-top .page-lineup-top-item .item-body-left {
    width: 100%;
  }
  .page-lineup-top .page-lineup-top-item .item-body-right {
    width: 100%;
  }
  .page-lineup-top .page-lineup-top-item.item1 .item-inner {
    padding-top: 90px;
  }
  .page-lineup-top .page-lineup-top-item.item1 .item-inner::before {
    height: 930px;
    top: 4px;
  }
  .page-lineup-table .container {
    overflow-x: scroll;
    padding-left: 0;
  }
  .page-lineup-table .table tr {
    margin-bottom: 0;
    display: table-row;
  }
  .page-lineup-table .table th {
    display: table-cell;
  }
  .page-lineup-table .table td {
    display: table-cell;
  }
  .page-lineup-table .table th:nth-child(1) {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 0;
    width: 260px;
  }
  .page-lineup-table .table th:nth-child(1)::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 100%;
    height: 100%;
    border-right: 1px solid #fff;
    z-index: -5;
  }
  .page-lineup-table .table td:nth-child(1) {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 0;
    border-right: none;
    border-left: none;
  }
  .page-lineup-table .table td:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100%);
    border-right: 1px solid #033795;
    border-left: 1px solid #033795;
    background-color: #fff;
    z-index: -5;
  }
  .page-lineup-table .table td:nth-child(2) {
    border-left: none;
  }
  .page-lineup-table .table .five_td td:nth-child(2) {
    position: sticky;
    top: 0;
    left: 99px;
    z-index: 0;
    border-right: none;
    border-left: none;
  }
  .page-lineup-table .table .five_td td:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-right: 1px solid #033795;
    border-left: 1px solid #fff;
    /* border-bottom: 1px solid #033795; */
    background-color: #fff;
    z-index: -5;
  }
  .page-lineup-table .table .five_td td:nth-child(3) {
    border-left: none;
  }
  .page-lineup-table .table td.sticky {
    position: sticky;
    top: 0;
    left: 99px;
    z-index: 0;
    border-right: none;
    border-left: none;
  }
  .page-lineup-table .table td.sticky::after {
    border-left: none;
  }
  .page-lineup-table .table .sp {
    display: block;
  }

  .page-lineup-table .table td.border::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #033795;
  }

  .page-lineup .facility-items.--type2 {
    gap: 32px 27px;
  }
  .page-lineup .facility-items.--type2 .facility-item {
    width: 212px;
  }
}

@media screen and (max-width: 767px) {
  .page-lineup-table .table {
    /* width: 1081px; */
    display: flex;
  }
  .lineup-page-header .img-wrap {
    column-gap: 10px;
  }
  .lineup-page-header .img-wrap .img-left {
    width: 200px;
  }
  .lineup-page-header .img-wrap .img-right {
    width: 185px;
  }
  .lineup-page-header .text-wrap {
    padding: 0 15px;
  }
  .lineup-page-header .text-wrap p {
    font-size: 18px;
  }
  .lineup-page-header .text-wrap br {
    display: none;
  }
  .lineup-page-header .has-image {
    height: 775px;
  }
  .page-lineup .facility-items {
    gap: 24px 0;
    justify-content: space-between;
  }
  .page-lineup .facility-item {
    width: 45%;
  }

  .page-lineup .facility-items.--type2 {
    gap: 24px 0px;
    justify-content: space-between;
  }
  .page-lineup .facility-items.--type2 .facility-item {
    width: 45%;
  }
  .page-lineup-top .page-lineup-top-item .item-inner .more {
    height: 75px;
    width: 300px;
    font-size: 20px;
  }
}

@media screen and (min-width: 576px) {
  .page-lineup-table .table .moresp {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .page-lineup-table .table {
    /* width: 768px; */
    display: flex;
  }
  .page-lineup-table .container {
    margin-left: 15px;
    padding-right: 15px;
  }
  .lineup-page-header .img-wrap .img-left {
    width: 37%;
  }
  .lineup-page-header .img-wrap .img-mid {
    font-size: 11vw;
  }
  .lineup-page-header .img-wrap .img-right {
    width: 35%;
  }
  .page-lineup-top .page-lineup-top-item .item-body-price {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .page-lineup-top .page-lineup-top-item .item-body-desc br {
    display: none;
  }
  .page-lineup-table .table th {
    height: 55px;
    font-size: 14px;
  }
  .page-lineup-table .table td {
    font-size: 12px;
    height: 55px;
  }
  .page-lineup-table .table .five_td td:nth-child(4) {
    font-size: 12px !important;
  }
  .page-lineup-table .table .moresp {
    display: block;
  }
  .page-lineup-table .table th:nth-child(1) {
    width: 140px;
  }
  .page-lineup-table .table .five_td td:nth-child(2) {
    left: 67.1px;
  }
  .page-lineup-table .table td.sticky {
    left: 67.1px;
  }
  .page-lineup-table .table td.sticky::after {
  }
  .page-lineup-top .page-lineup-top-item.item1 .item-inner {
    padding-top: 32px;
  }
  .page-lineup-top .page-lineup-top-item.item1 .item-body-left::before {
    top: -16%;
    left: 0;
    width: 50%;
    height: 40%;
  }
  .page-lineup-top .page-lineup-top-item .item-body-imgs {
    height: 80px;
    gap: 10.5px;
  }
  .page-lineup-top .page-lineup-top-item.item1 .item-inner::before {
    height: 80%;
  }
  .page-lineup-top .page-lineup-top-item .item-body-imgs .img-left {
    width: 120px;
  }
  .page-lineup-top .page-lineup-top-item .item-body-imgs .img-right {
    width: 80px;
  }
}

.more {
  opacity: 1;
  transition: 0.3s;
}
.more:hover {
  opacity: 0.7;
}

@media screen and (max-width: 992px) {
  ::-webkit-full-page-media,
  :future,
  :root .page-lineup-table .table {
    width: 1081px;
  }

  _:lang(x) + _:-webkit-full-screen-document,
  .page-lineup-table .table td {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  _:lang(x) + _:-webkit-full-screen-document,
  .page-lineup-table .table th {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  _:lang(x) + _:-webkit-full-screen-document,
  .page-lineup-table .table td.table-item {
    left: 173px !important;
  }
}

@media screen and (max-width: 575px) {
  ::-webkit-full-page-media,
  :future,
  :root .page-lineup-table .table {
    width: 768px;
    padding-right: 30px;
  }
  _:lang(x) + _:-webkit-full-screen-document,
  .page-lineup-table .table td.table-item {
    left: 69.1px !important;
  }
  ::-webkit-full-page-media,
  :future,
  :root .page-lineup-table .table th:nth-child(2) {
    width: 162px;
  }
}

/*20231211 add*/
.page-front-float {
  position: fixed;
  bottom: -1px;
  right: -1px;
  width: 1080px;
  z-index: 105;
}
.page-lineup-event {
  margin-top: 18px;
  display: block;
  color: #fff;
  padding: 0 15px;
}
.page-lineup-event-container {
  background-image: url(./lib/images/lineup/bg_pickup_event.png);
  background-size: cover;
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 150px;
}
.page-lineup-event-head {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
}
.page-lineup-event-circle {
  width: 215px;
  height: 215px;
  background-color: #9ac243;
  font-size: 36px;
  font-weight: bolder;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.page-lineup-event-title {
  font-size: 43px;
  font-weight: bolder;
  margin-bottom: 0;
  line-height: 1.7;
}
.page-lineup-event-title span {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.page-lineup-event-title span::before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #ccca52;
  z-index: -5;
}
.page-lineup-event-desc {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 22px;
  letter-spacing: 0.02em;
  text-align: center;
}
.page-lineup-event-period {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}
.page-lineup-event-period-figure {
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.02em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 0;
}
.page-lineup-event-period-figure img {
  width: 32px;
  height: 32px;
}
.page-lineup-event-period-text {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 0;
}
.page-lineup-event-body .more {
  display: block;
  margin-top: 50px;
  width: 100%;
  max-width: 320px;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 20px 15px 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #a1b485;
  color: #fff;
  letter-spacing: 0.02em;
}

/*2021.01.29追加*/
.page-lineup-event-container-relative {
  position: relative;
}

.page-lineup-event-container-cover {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.6);
  height: 720px;
  width: calc(100% - 30px);
  max-width: 1460px;
}

.page-lineup-event-container-deadline {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}

.page-lineup-event-container-deadline p {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .page-front-float {
    width: 80%;
  }
  .page-lineup-event-container {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .page-lineup-event-circle {
    width: 160px;
    height: 160px;
    font-size: 26px;
  }
  .page-lineup-event-title {
    font-size: 36px;
  }
  .page-lineup-event-title span::before {
    bottom: 13px;
  }
  .page-lineup-event-desc {
    font-size: 18px;
  }
  .page-lineup-event-period-figure {
    font-size: 18px;
  }
  .page-lineup-event-container-cover {
    height: 530px;
  }

  .page-lineup-event-container-deadline {
    bottom: 10px;
  }
}
@media screen and (max-width: 992px) {
  .page-front-float {
    right: 0;
    bottom: 0px;
    transition: 0.6s bottom;
  }
  .page-front-float.is_show {
    bottom: 53px;
  }
  .page-lineup-event-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-lineup-event-circle {
    width: 120px;
    height: 120px;
    font-size: 20px;
  }
  .page-lineup-event-title {
    font-size: 28px;
  }
  .page-lineup-event-container-cover {
    height: 500px;
  }

  .page-lineup-event-container-deadline {
    bottom: 20px;
  }
  .page-lineup-event-container-deadline p {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .page-front-float {
    width: 100%;
    right: 0;
    bottom: 0;
  }
  .page-front-float.is_show {
    bottom: 53px;
  }
  .page-front-float img {
    width: 100%;
  }
  .page-lineup-event {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
  }
  .page-lineup-event-container {
    padding: 150px 15px;
    background-image: url(./lib/images/lineup/bg_pickup_event_sp.png);
    background-size: cover;
    background-position: bottom;
  }
  .page-lineup-event-head {
    column-gap: 17px;
  }
  .page-lineup-event-circle {
    height: 77px;
    width: 77px;
    font-size: 12px;
  }
  .page-lineup-event-title {
    font-size: 20px;
    letter-spacing: 0.02em;
  }
  .page-lineup-event-title span {
    display: block;
    width: fit-content;
  }
  .page-lineup-event-title span::before {
    bottom: 5px;
    height: 8px;
  }
  .page-lineup-event-body {
    max-width: 338px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-lineup-event-desc {
    margin-top: 35px;
    font-size: 16px;
    text-align: left;
  }
  .page-lineup-event-period {
    flex-direction: column;
    align-items: start;
  }
  .page-lineup-event-period-text {
    width: 100%;
  }
  .page-lineup-event-period-text span {
    display: block;
  }
  .page-lineup-event-period-text span:nth-child(2) {
    text-align: right;
  }
  .page-lineup-event-container-cover {
    height: 750px;
  }

  .page-lineup-event-container-deadline {
    width: 95%;
    bottom: 120px;
  }
  .page-lineup-event-container-deadline p {
    font-size: 20px;
  }
}

@media screen and (max-width: 400px) {
  .page-lineup-event-title {
    flex: 1;
  }
}

/* 2024.1.19 add */
.renovation_modelhouse {
  padding-top: 0;
  margin-bottom: 50px;
  text-align: center;
}
.renovation_modelhouse a:hover {
  opacity: 0.7;
}
.renovation_modelhouse h3 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .renovation_modelhouse h3 {
    font-size: 1.25rem;
  }
  .renovation_modelhouse h3 br {
    display: block;
  }
}

/* 2024.4.4 add */
.works-list .works-list__title {
  text-align: center;
}
.works-list .works-list__button {
  display: block;
  width: 320px;
  max-width: 100%;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 20px 15px 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #a1b485;
  color: #fff;
  letter-spacing: 0.02em;
}
.works-list .archive-cover {
  margin-bottom: 0;
}
.works-list .archive-cover .item-box {
  margin-bottom: 3rem;
}

.event-box .event-end .item-img {
  position: relative;
}
.event-box .event-end .item-img::before {
  content: "終了しました";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(179, 179, 179, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  z-index: 5;
}
.single-wrap .works-list {
  margin-bottom: 150px;
}
.single-wrap .works-list h2 {
  text-align: center;
  margin: 1em 0 1em;
  padding: 1rem;
  border: 3px solid #000;
  font-size: 1.5rem;
  font-weight: normal;
}
@media screen and (max-width: 992px) {
  .item-box.event-box .item-head {
    flex-direction: column;
  }
  .item-box.event-box .item-head h4 {
    margin-top: 1rem;
    font-size: 1rem;
    padding-left: 0;
  }
  .item-box.event-box .item-head .item-img {
    width: 100%;
  }
}

/* 20240424 add */
.item-box.event-list .item-img,
.item-box.event-box .item-img {
  border: none;
}
.item-box.event-list .item-img .has-image,
.item-box.event-box .item-img .has-image {
  border: none !important;
}
.item-box.event-list .item-img .has-image img,
.item-box.event-box .item-img .has-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 20240513 add */
.page-header-front {
  position: relative;
}
.page-header-front .completed-tour-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-header-front .completed-tour-link:hover img {
  opacity: 0.8;
}
@media screen and (min-width: 992px) {
  .page-header-front .completed-tour-link {
    position: absolute;
    left: 60px;
    bottom: 60px;
    width: 320px;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.4);
    z-index: 5;
  }
}
@media screen and (max-width: 1199px) {
  .page-header-front .completed-tour-link {
    width: 240px;
  }
}
@media screen and (max-width: 991px) {
  .page-header-front .completed-tour-link {
    display: block;
    width: 90%;
    margin: 2rem auto 0;
    padding: 1rem;
    border: 3px solid #a48d76;
  }
}

/* page-completed-tour */

.page-completed-tour .overview .item-list .item .simplebar-placeholder {
  display: none;
}
.page-completed-tour .overview .item-list .item table tr {
  display: table-row;
  margin-bottom: 0;
}
.page-completed-tour .overview .item-list .item table th,
.page-completed-tour .overview .item-list .item table td {
  display: table-cell;
  vertical-align: middle;
  padding: 1rem !important;
  border: solid 1px #e8e8e8;
}
.page-completed-tour .overview .item-list .item table th {
  color: #fff;
  background: #839c74;
}
.page-completed-tour .overview .item-list .item table td {
  background-color: #fff;
}
.page-completed-tour .overview .item-list .item table td i {
}
.page-completed-tour .overview .item-list .item .note {
  display: none;
}

.page-completed-tour a:hover {
  opacity: 0.7;
}
.page-completed-tour a:hover img {
  opacity: 1;
}
.page-completed-tour .page-header {
  padding-bottom: 0;
}
.page-completed-tour .page-header img {
  width: 100%;
}
.page-completed-tour section {
  padding: 0;
  position: relative;
}

@media screen and (min-width: 992px) {
  .page-completed-tour .container {
    padding-left: 0;
    padding-right: 0;
  }
  .page-completed-tour .top-icon {
    position: absolute;
    top: -41px;
    left: 50%;
    transform: translateX(-50%);
    width: 84px;
    height: 84px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-completed-tour .section_title {
    font-size: 26px;
    line-height: 1;
    padding-right: 35px;
    padding-left: 35px;
    position: relative;
    width: fit-content;
    margin: 0 auto 40px;
    letter-spacing: 0;
  }
  .page-completed-tour .section_title::before,
  .page-completed-tour .section_title::after {
    content: "";
    position: absolute;
    top: 40%;
    transform: translateY(-50%) rotate(-55deg);
    height: 1px;
    width: 28px;
    background-color: #000;
  }
  .page-completed-tour .section_title::before {
    left: 0;
  }
  .page-completed-tour .section_title::after {
    right: 0;
  }
  .page-completed-tour .reservation-button {
    width: fit-content;
    min-width: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
    background-color: #ccca52;
    padding: 15px 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-completed-tour .reservation-button .icon {
    width: 24px;
  }
  .page-completed-tour .reservation-button span {
    font-size: 20px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
  }
  /* lead  */
  .page-completed-tour .lead {
    padding-top: 80px;
  }
  .page-completed-tour .lead .container {
    position: relative;
  }
  .page-completed-tour .lead .container::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -30px;
    width: 177px;
    height: 67px;
    background-image: url(./lib/images/completed-tour/event20240623/img_quick-menu-attach-flag_left.png);
    background-size: cover;
  }
  .page-completed-tour .lead .container::after {
    content: "";
    position: absolute;
    top: -50px;
    right: -30px;
    width: 177px;
    height: 67px;
    background-image: url(./lib/images/completed-tour/event20240623/img_quick-menu-attach-flag_right.png);
    background-size: cover;
  }
  .page-completed-tour .lead .title {
    font-size: 26px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
  }
  .page-completed-tour .lead p {
    text-align: center;
  }
  /* quick_menu  */
  .page-completed-tour .quick_menu {
    padding-top: 80px;
  }
  .page-completed-tour .quick_menu .container {
    position: relative;
  }
  /* .page-completed-tour .quick_menu .container::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -30px;
    width: 177px;
    height: 67px;
    background-image: url(./lib/images/completed-tour/event20240623/img_quick-menu-attach-flag_left.png);
    background-size: cover;
  }
  .page-completed-tour .quick_menu .container::after {
    content: "";
    position: absolute;
    top: -50px;
    right: -30px;
    width: 177px;
    height: 67px;
    background-image: url(./lib/images/completed-tour/event20240623/img_quick-menu-attach-flag_right.png);
    background-size: cover;
  } */
  .page-completed-tour .quick_menu .title {
    font-size: 26px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
  }
  .page-completed-tour .quick_menu .title::before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 37px;
    background-image: url(./lib/images/completed-tour/event20240623/img_quick-menu-attach-kirakira_sp.png);
    background-size: cover;
  }
  .page-completed-tour .quick_menu .menu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 25px;
  }
  .page-completed-tour .quick_menu .menu-list li {
    width: calc(24% - 14px);
  }
  .page-completed-tour .quick_menu .menu-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 62px;
    color: #fff;
    background-color: #839c74;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    padding: 11px;
    position: relative;
  }
  .page-completed-tour .quick_menu .menu-list li a::before {
    content: "";
    position: absolute;
    top: 37%;
    right: 16px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
  }
  /* highlight */
  .page-completed-tour .highlight {
    padding-top: 50px;
    padding-bottom: 140px;
    background-color: #ebefe5;
  }
  .page-completed-tour .highlight::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 526px;
    height: 56px;
    background-image: url(./lib/images/completed-tour/event20240623/img_highlight-attach.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page-completed-tour .highlight::after {
    content: "";
    position: absolute;
    bottom: 330px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1080px;
    height: 36.1vw;
    max-height: 451px;
    background-image: url(./lib/images/completed-tour/event20240623/img_highlight-attach_2.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page-completed-tour .highlight .top-icon {
    background-color: #ebefe5;
  }
  .page-completed-tour .highlight .top-icon img {
    width: 35px;
  }
  .page-completed-tour .highlight .highlight-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }
  .page-completed-tour .highlight .highlight-items .item {
    width: calc(33% - 14px);
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .page-completed-tour .highlight .highlight-items .item .inner {
    background-color: #fff;
    height: 100%;
  }
  .page-completed-tour .highlight .highlight-items .item .thumbnail {
    position: relative;
    width: 100%;
    aspect-ratio: 9/7;
  }
  .page-completed-tour .highlight .highlight-items .item .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-completed-tour
    .highlight
    .highlight-items
    .item
    .thumbnail
    .item_label {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px 13px;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #ffffff;
  }
  .page-completed-tour
    .highlight
    .highlight-items
    .item
    .thumbnail
    .item_label.-new {
    background-color: #cebf51;
  }
  .page-completed-tour
    .highlight
    .highlight-items
    .item
    .thumbnail
    .item_label.-renovation {
    background-color: #9fb759;
  }
  .page-completed-tour .highlight .highlight-items .item .contents {
    position: relative;
    padding: 20px 16px 20px;
    flex: 1;
  }
  .page-completed-tour .highlight .highlight-items .item .contents .num {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -30px;
    left: 10px;
  }
  .page-completed-tour .highlight .highlight-items .item .contents .title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    padding-bottom: 18px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    width: calc(100% + 32px);
    margin-left: -16px;
    letter-spacing: 0.01em;
  }
  .page-completed-tour
    .highlight
    .highlight-items
    .item
    .contents
    .title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5px;
    width: inherit;
    height: 4px;
    background-image: url(./lib/images/completed-tour/event20240623/img_highlight-title-border.png);
    background-size: cover;
  }
  .page-completed-tour .highlight .highlight-items .item .contents .text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 0;
    letter-spacing: 0;
  }
  .page-completed-tour .highlight .room-layout-button {
    position: relative;
    width: fit-content;
    min-width: 205px;
    background-color: #839c74;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    padding: 16px 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .page-completed-tour .highlight .room-layout-button::before {
    content: "";
    position: absolute;
    top: 38%;
    right: 10px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
  }
  .page-completed-tour .highlight .room-layout-button .icon {
    width: 18px;
  }
  .page-completed-tour .highlight .room-layout-button span {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0;
  }
  .page-completed-tour .highlight .reservation-button {
    margin-top: 137px;
  }
  /* room-layout */
  .page-completed-tour .room-layout {
    padding-top: 51px;
    padding-bottom: 145px;
    background-color: #f7f6f0;
  }
  .page-completed-tour .room-layout::before {
    content: "";
    position: absolute;
    top: 43px;
    left: 50%;
    transform: translateX(-50%);
    width: 430px;
    height: 40px;
    background-image: url(./lib/images/completed-tour/event20240623/img_room-layout-attach.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page-completed-tour .room-layout .top-icon {
    background-color: #f7f6f0;
  }
  .page-completed-tour .room-layout .top-icon img {
    width: 51px;
  }
  .room-layout_block + .room-layout_block {
    margin-top: 60px;
  }
  .room-layout_title {
    position: relative;
    font-size: 20px;
    width: fit-content;
    margin: 0 auto 20px;
    padding: 0 5px 5px;
  }
  .room-layout_title small {
    font-size: 16px;
  }
  .room-layout_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10px;
    left: 0;
  }
  .room-layout_title.-new::after {
    background-image: url(./lib/images/completed-tour/event20240623/floor_title_line.png);
  }
  .room-layout_title.-renovation::after {
    background-image: url(./lib/images/completed-tour/event20240623/floor_title_line02.png);
  }
  .page-completed-tour .room-layout .intro-text {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }
  .page-completed-tour .room-layout .images {
    display: flex;
    column-gap: 50px;
  }
  .page-completed-tour .room-layout .images img {
    width: calc(50% - 25px);
  }
  .page-completed-tour .room-layout .reservation-button {
    margin-top: 50px;
  }
  /* voice-qa */
  .page-completed-tour .voice-qa {
    padding-top: 50px;
    padding-bottom: 135px;
    background-color: #f0efdc;
  }
  .page-completed-tour .voice-qa .top-icon {
    background-color: #f0efdc;
  }
  .page-completed-tour .voice-qa .top-icon img {
    width: 59px;
  }
  .page-completed-tour .voice-qa .voice-item {
    display: flex;
  }
  .page-completed-tour .voice-qa .voice-item .thmubnail {
    width: 50%;
    height: fit-content;
    position: relative;
  }
  .page-completed-tour .voice-qa .voice-item .thmubnail::before {
    content: "";
    position: absolute;
    top: -22px;
    left: -29px;
    width: 97px;
    height: 84px;
    background-image: url(./lib/images/completed-tour/event20240623/img_voice-qa-attach.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page-completed-tour .voice-qa .voice-item .thmubnail::after {
    content: "";
    position: absolute;
    bottom: -21px;
    right: -13px;
    width: 52px;
    height: 41px;
    background-image: url(./lib/images/completed-tour/event20240623/img_voice-qa-attach_2.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page-completed-tour .voice-qa .voice-item .thmubnail img {
    width: 100%;
  }
  .page-completed-tour .voice-qa .voice-item .contents {
    width: 50%;
    padding-left: 18px;
  }
  .page-completed-tour .voice-qa .voice-item .title-wrap {
    position: relative;
    background-color: #fff;
  }
  .page-completed-tour .voice-qa .voice-item .title-wrap::before {
    content: "";
    position: absolute;
    bottom: -12px;
    right: -21px;
    width: 41px;
    height: 45px;
    background-image: url(./lib/images/completed-tour/event20240623/icon_voice-title-attach.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 5;
  }
  .page-completed-tour .voice-qa .voice-item .title-wrap .title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    color: #3e3002;
    margin-bottom: 0;
    padding: 6px 13px 11px;
  }
  .page-completed-tour .voice-qa .voice-item .title-wrap .border {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #4e6e3c;
  }
  .page-completed-tour .voice-qa .voice-item .title-wrap .border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 75px;
    width: 12px;
    height: 1px;
    background-color: #fff;
  }
  .page-completed-tour .voice-qa .voice-item .title-wrap .border::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 75px;
    width: 16px;
    height: 1px;
    background-color: #4e6e3c;
    transform: rotate(-66deg);
  }
  .page-completed-tour .voice-qa .voice-item .text {
    margin-top: 25px;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0;
    line-height: 1.5;
    padding-left: 12px;
  }
  .page-completed-tour .voice-qa .qa-list {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
  .page-completed-tour .voice-qa .qa-list .item {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 20px 0px 20px 8px;
  }
  .page-completed-tour .voice-qa .qa-list .item .title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    padding-bottom: 12px;
    border-bottom: 1px dashed #707070;
    position: relative;
    margin-left: 32px;
    margin-bottom: 0;
  }
  .page-completed-tour .voice-qa .qa-list .item .title::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -32px;
    width: 25px;
    height: 26px;
    background-image: url(./lib/images/completed-tour/event20240623/icon_q.png);
    background-size: cover;
  }
  .page-completed-tour .voice-qa .qa-list .item .text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    position: relative;
    margin-top: 12px;
    margin-left: 32px;
    margin-bottom: 0;
    letter-spacing: 0;
    line-height: 1.5;
    word-break: auto-phrase;
  }
  .page-completed-tour .voice-qa .qa-list .item .text::before {
    content: "";
    position: absolute;
    top: 0;
    left: -32px;
    width: 25px;
    height: 26px;
    background-image: url(./lib/images/completed-tour/event20240623/icon_a.png);
    background-size: cover;
  }
  .page-completed-tour .voice-qa .reservation-button {
    margin-top: 50px;
  }
  /* overview */
  .page-completed-tour .overview {
    background-color: #f1f4ef;
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .page-completed-tour .overview::before {
    content: "";
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 596px;
    height: 50px;
    background-image: url(./lib/images/completed-tour/event20240623/img_overview-attach.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page-completed-tour .overview .top-icon {
    background-color: #f1f4ef;
  }
  .page-completed-tour .overview .top-icon img {
    width: 70px;
  }
  .page-completed-tour .overview .item-list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  .page-completed-tour .overview .item-list .item .title {
    background-color: #fff;
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    padding: 0 8px;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 14px;
    width: 100%;
  }
  .page-completed-tour .overview .item-list .item .title::before {
    content: "■";
    color: #889b78;
    font-size: 10px;
  }
  .page-completed-tour .overview .item-list .item .text {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .page-completed-tour .overview .item-list .item .post-content {
    margin-bottom: 0;
  }
  .page-completed-tour .overview .item-list .item table {
    margin-top: 30px;
  }
  .page-completed-tour .overview .quo-card {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 542px;
    position: relative;
  }
  .page-completed-tour .overview .quo-card::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 617px;
    height: 254px;
    background-image: url(./lib/images/completed-tour/event20240623/img_quo-card-attach.png);
    background-size: cover;
  }
  .page-completed-tour .overview .quo-card img {
    border-radius: 8px;
  }
  /* form */
  .page-completed-tour #form {
    padding-top: 100px;
    padding-bottom: 64px;
  }
  .page-completed-tour .no-reserve {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .page-completed-tour .top-icon {
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-completed-tour .section_title {
    font-size: 22px;
    line-height: 1;
    padding-right: 35px;
    padding-left: 35px;
    position: relative;
    width: fit-content;
    margin: 0 auto 40px;
    letter-spacing: 0;
  }
  .page-completed-tour .section_title::before,
  .page-completed-tour .section_title::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-55deg);
    height: 1px;
    width: 28px;
    background-color: #000;
  }
  .page-completed-tour .section_title::before {
    left: 0;
  }
  .page-completed-tour .section_title::after {
    right: 0;
  }
  .page-completed-tour .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .page-completed-tour .reservation-button {
    width: fit-content;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    background-color: #ccca52;
    padding: 20px 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-completed-tour .reservation-button .icon {
    width: 24px;
  }
  .page-completed-tour .reservation-button span {
    font-size: 16px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
  }
  /* lead  */

  .page-completed-tour .lead {
    padding-top: 48px;
    background-image: url(./lib/images/completed-tour/event20240623/img_quick-menu-attach-flag_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
  }
  .page-completed-tour .lead .title {
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
  }

  /* quick_menu  */
  .page-completed-tour .quick_menu {
    padding-top: 48px;
    /* background-image: url(./lib/images/completed-tour/event20240623/img_quick-menu-attach-flag_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top; */
  }
  .page-completed-tour .quick_menu .title {
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
  }
  /* .page-completed-tour .quick_menu .title::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 30px;
    background-image: url(./lib/images/completed-tour/event20240623/img_quick-menu-attach-kirakira_sp.png);
    background-size: cover;
  } */
  .page-completed-tour .quick_menu .menu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
  }
  .page-completed-tour .quick_menu .menu-list li {
    width: calc(50% - 5px);
  }
  .page-completed-tour .quick_menu .menu-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 56px;
    color: #fff;
    background-color: #839c74;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    padding: 12px 10px 12px 8px;
    position: relative;
  }
  .page-completed-tour .quick_menu .menu-list li a::before {
    content: "";
    position: absolute;
    top: 42%;
    right: 8px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
  }
  /* thought */
  .page-completed-tour .gallery {
    margin-top: 60px;
    padding-top: 42px;
    padding-bottom: 60px;
    background-color: #f7f6f0;
  }
  .page-completed-tour .gallery .top-icon {
    background-color: #f7f6f0;
  }
  .page-completed-tour .gallery .top-icon img {
    width: 27px;
  }
  .page-completed-tour .gallery .contents {
    padding-top: 55px;
    padding-bottom: 55px;
    background-image: url(./lib/images/completed-tour/event20240623/bg_thought-contents_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
  }
  .page-completed-tour .gallery .contents::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -5;
  }
  .page-completed-tour .gallery .contents-title {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.7;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
  }
  .page-completed-tour .gallery .contents-text {
    font-size: 16px;
    line-height: 1.68;
    color: #fff;
    text-align: center;
    letter-spacing: -0.03em;
    margin-bottom: 0;
  }
  .page-completed-tour .gallery .contents-link {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    border: 1px solid #fff;
    width: fit-content;
    margin: 30px auto 0;
    padding: 4px 10px;
    letter-spacing: 0;
  }
  .page-completed-tour .gallery .contents-link .arrow {
    width: 20px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
    transform: skew(45deg);
  }
  .page-completed-tour .gallery .gallery {
    margin-top: 30px;
  }
  .page-completed-tour .gallery .gallery ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .page-completed-tour .gallery .gallery ul li img {
    width: 100%;
  }
  .page-completed-tour .gallery .reservation-button {
    margin-top: 30px;
  }
  /* highlight */
  .page-completed-tour .highlight {
    padding-top: 35px;
    padding-bottom: 50px;
    background-color: #ebefe5;
  }
  .page-completed-tour .highlight::before {
    content: "";
    position: absolute;
    top: -6.9vw;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 10px);
    height: 11.6vw;
    background-image: url(./lib/images/completed-tour/event20240623/img_highlight-attach_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page-completed-tour .highlight .top-icon {
    background-color: #ebefe5;
    align-items: flex-start;
  }
  .page-completed-tour .highlight .top-icon img {
    width: 20px;
    padding-top: 4px;
  }
  .page-completed-tour .highlight .highlight-items {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    margin: 0 10px;
  }
  .page-completed-tour .highlight .highlight-items .item {
  }
  .page-completed-tour .highlight .highlight-items .item .inner {
    background-color: #fff;
  }
  .page-completed-tour .highlight .highlight-items .item .thumbnail {
    position: relative;
    width: 100%;
    height: 206px;
  }
  .page-completed-tour .highlight .highlight-items .item .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-completed-tour
    .highlight
    .highlight-items
    .item
    .thumbnail
    .item_label {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px 13px;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #ffffff;
  }
  .page-completed-tour
    .highlight
    .highlight-items
    .item
    .thumbnail
    .item_label.-new {
    background-color: #cebf51;
  }
  .page-completed-tour
    .highlight
    .highlight-items
    .item
    .thumbnail
    .item_label.-renovation {
    background-color: #9fb759;
  }
  .page-completed-tour .highlight .highlight-items .item .contents {
    position: relative;
    padding: 20px 10px 15px;
  }
  .page-completed-tour .highlight .highlight-items .item .contents .num {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -30px;
    left: 10px;
  }
  .page-completed-tour .highlight .highlight-items .item .contents .title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    width: calc(100% + 8px);
    margin-left: -4px;
    letter-spacing: 0;
  }
  .page-completed-tour
    .highlight
    .highlight-items
    .item
    .contents
    .title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: inherit;
    height: 4px;
    background-image: url(./lib/images/completed-tour/event20240623/img_highlight-title-border.png);
    background-size: cover;
  }
  .page-completed-tour .highlight .highlight-items .item .contents .text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 0;
    letter-spacing: 0;
  }
  .page-completed-tour .highlight .room-layout-button {
    margin-top: 30px;
    width: fit-content;
    min-width: 205px;
    background-color: #839c74;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    padding: 16px 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .page-completed-tour .highlight .room-layout-button::before {
    content: "";
    position: absolute;
    top: 38%;
    right: 8px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
  }
  .page-completed-tour .highlight .room-layout-button .icon {
    width: 18px;
  }
  .page-completed-tour .highlight .room-layout-button span {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0;
  }
  .page-completed-tour .highlight .reservation-button {
    margin-top: 30px;
  }
  /* room-layout */
  .page-completed-tour .room-layout {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #f7f6f0;
  }
  .page-completed-tour .room-layout::before {
    content: "";
    position: absolute;
    top: -2.3vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 9.3vw;
    background-image: url(./lib/images/completed-tour/event20240623/img_room-layout-attach_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page-completed-tour .room-layout .top-icon {
    background-color: #f7f6f0;
  }
  .page-completed-tour .room-layout .top-icon img {
    width: 32px;
  }
  .room-layout_block {
    margin: 0 10px;
  }
  .room-layout_block + .room-layout_block {
    margin-top: 40px;
  }
  .room-layout_title {
    position: relative;
    font-size: 20px;
    width: fit-content;
    margin: 0 auto 20px;
    padding: 0 5px 5px;
  }
  .room-layout_title small {
    font-size: 16px;
  }
  .room-layout_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10px;
    left: 0;
  }
  .room-layout_title.-new::after {
    background-image: url(./lib/images/completed-tour/event20240623/floor_title_line.png);
  }
  .room-layout_title.-renovation::after {
    background-image: url(./lib/images/completed-tour/event20240623/floor_title_line02.png);
  }
  .page-completed-tour .room-layout .intro-text {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0;
    margin-bottom: 25px;
  }
  .page-completed-tour .room-layout .images {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .page-completed-tour .room-layout .images img {
    width: 100%;
  }
  .page-completed-tour .room-layout .reservation-button {
    margin-top: 30px;
  }
  /* voice-qa */
  .page-completed-tour .voice-qa {
    padding-top: 45px;
    padding-bottom: 60px;
    background-color: #f0efdc;
  }
  .page-completed-tour .voice-qa::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 5px;
    width: 61px;
    height: 53px;
    background-image: url(./lib/images/completed-tour/event20240623/img_voice-qa-attach.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page-completed-tour .voice-qa .top-icon {
    background-color: #f0efdc;
  }
  .page-completed-tour .voice-qa .top-icon img {
    width: 39px;
  }
  .page-completed-tour .voice-qa .voice-item .thmubnail img {
    width: 100%;
  }
  .page-completed-tour .voice-qa .voice-item .title-wrap {
    position: relative;
    background-color: #fff;
    margin-top: 15px;
  }
  .page-completed-tour .voice-qa .voice-item .title-wrap::before {
    content: "";
    position: absolute;
    top: -11px;
    left: 5px;
    width: 21px;
    height: 22px;
    background-image: url(./lib/images/completed-tour/event20240623/icon_voice-title-attach.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page-completed-tour .voice-qa .voice-item .title-wrap .title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    color: #3e3002;
    margin-bottom: 0;
    font-family: "Noto Sans JP", sans-serif;
    padding: 8px 15px 13px;
  }
  .page-completed-tour .voice-qa .voice-item .title-wrap .border {
    position: absolute;
    bottom: 5.5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #4e6e3c;
  }
  .page-completed-tour .voice-qa .voice-item .title-wrap .border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 75px;
    width: 12px;
    height: 1px;
    background-color: #fff;
  }
  .page-completed-tour .voice-qa .voice-item .title-wrap .border::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 76px;
    width: 16px;
    height: 1px;
    background-color: #4e6e3c;
    transform: rotate(-66deg);
  }
  .page-completed-tour .voice-qa .voice-item .text {
    margin-top: 15px;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .page-completed-tour .voice-qa .qa-list {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
  .page-completed-tour .voice-qa .qa-list .item {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 20px 5px 25px;
  }
  .page-completed-tour .voice-qa .qa-list .item .title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    padding-bottom: 8px;
    border-bottom: 1px dashed #707070;
    position: relative;
    margin-left: 32px;
    margin-bottom: 0;
  }
  .page-completed-tour .voice-qa .qa-list .item .title::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -32px;
    width: 25px;
    height: 26px;
    background-image: url(./lib/images/completed-tour/event20240623/icon_q.png);
    background-size: cover;
  }
  .page-completed-tour .voice-qa .qa-list .item .text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    position: relative;
    margin-top: 6px;
    margin-left: 32px;
    margin-bottom: 0;
    letter-spacing: 0;
  }
  .page-completed-tour .voice-qa .qa-list .item .text::before {
    content: "";
    position: absolute;
    top: 4px;
    left: -32px;
    width: 25px;
    height: 26px;
    background-image: url(./lib/images/completed-tour/event20240623/icon_a.png);
    background-size: cover;
  }
  .page-completed-tour .voice-qa .reservation-button {
    margin-top: 30px;
  }
  /* overview */
  .page-completed-tour .overview {
    background-color: #f1f4ef;
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .page-completed-tour .overview::before {
    content: "";
    position: absolute;
    top: -1.8vw;
    left: 50%;
    transform: translateX(-50%);
    width: 104vw;
    height: 8.6vw;
    background-image: url(./lib/images/completed-tour/event20240623/img_overview-attach_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page-completed-tour .overview .top-icon {
    background-color: #f1f4ef;
  }
  .page-completed-tour .overview .top-icon img {
    width: 52px;
  }
  .page-completed-tour .overview .item-list {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
  }
  .page-completed-tour .overview .item-list .item .title {
    background-color: #fff;
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    padding: 0 8px;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 8px;
    width: 100%;
  }
  .page-completed-tour .overview .item-list .item .title::before {
    content: "■";
    color: #889b78;
    font-size: 10px;
  }
  .page-completed-tour .overview .item-list .item .text {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 5px;
    margin-bottom: 0;
  }
  .page-completed-tour .overview .item-list .item .post-content {
    margin-bottom: 0;
  }
  .page-completed-tour .overview .item-list .item table {
    margin-top: 20px;
  }
  .page-completed-tour .overview .quo-card {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    overflow: hidden;
    max-width: 390px;
  }
  /* form */
  .page-completed-tour #form {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 600px) {
  .page-completed-tour .overview .item-list .item .note {
    display: block;
    font-size: 12px;
    letter-spacing: 0;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 576px) {
  .page-completed-tour .voice-qa .qa-list .item {
    width: 100vw;
    left: -5px;
  }
}

.page-completed-tour .top-banner {
  margin-top: 64px;
  margin-bottom: 56px;
}
.page-completed-tour .top-banner a {
  display: block;
  margin-inline: auto;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .page-completed-tour .top-banner a {
    width: 100%;
  }
}

/* gallery */
.page-completed-tour .gallery {
  margin-top: 140px;
  padding-top: 72px;
  padding-bottom: 130px;
  background-color: #f7f6f0;
  position: relative;
  z-index: 0;
}
.page-completed-tour .gallery .top-icon {
  background-color: #f7f6f0;
}
.page-completed-tour .gallery .top-icon img {
  width: 44px;
}
.page-completed-tour .gallery .gallery_title_wrap {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 72px;
}
.page-completed-tour .gallery .gallery_title_wrap::before,
.page-completed-tour .gallery .gallery_title_wrap::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 34px;
  height: 33px;
  background-image: url(./lib/images/completed-tour/event20240623/gallery_title_deco.png);
  background-size: 100%;
}
.page-completed-tour .gallery .gallery_title_wrap::after {
  left: auto;
  right: 0;
  transform: scale(-1);
}
.page-completed-tour .gallery .gallery_block {
  margin-top: 48px;
}
.page-completed-tour .gallery .gallery_block + .gallery_block {
  margin-top: 56px;
}
.page-completed-tour .gallery .gallery_block_title {
  position: relative;
  font-size: 20px;
  width: fit-content;
  margin: 0 auto 24px;
  padding: 0 24px;
}
.page-completed-tour .gallery .gallery_block_title small {
  font-size: 16px;
}
.page-completed-tour .gallery .gallery_block_title::before,
.page-completed-tour .gallery .gallery_block_title::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 31px;
  background-image: url(./lib/images/completed-tour/event20240623/gallery_title_deco02.png);
  background-size: 100%;
}
.page-completed-tour .gallery .gallery_block_title::after {
  left: auto;
  right: 0;
  transform: scale(-1);
}
.page-completed-tour .gallery .gallery_slider {
  position: relative;
}
.page-completed-tour .gallery .gallery_slider_item {
  width: 360px;
}
.page-completed-tour .gallery .swiper-button-prev,
.page-completed-tour .gallery .swiper-button-next {
  width: 55px;
  height: 55px;
  margin-top: -27px;
  background-image: url(./lib/images/completed-tour/event20240623/slider_arrow.png);
  background-size: 100%;
}
.page-completed-tour .gallery .swiper-button-prev {
  left: -25px;
}
.page-completed-tour .gallery .swiper-button-next {
  right: -25px;
  transform: scale(-1);
}

.page-completed-tour .gallery .reservation-button {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .page-completed-tour .gallery {
    margin-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  .page-completed-tour .gallery .gallery_slider {
    padding: 0 20px;
  }
  .page-completed-tour .gallery .swiper-button-prev,
  .page-completed-tour .gallery .swiper-button-next {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }
  .page-completed-tour .gallery .swiper-button-prev {
    left: 0px;
  }
  .page-completed-tour .gallery .swiper-button-next {
    right: 0px;
  }
}
/* flow */
.page-completed-tour .flow {
  padding-top: 42px;
  padding-bottom: 130px;
  background-color: #f2f5de;
}
.page-completed-tour .flow .top-icon {
  background-color: #f2f5de;
}
.page-completed-tour .flow .top-icon img {
  width: 44px;
}
.page-completed-tour .flow .flow_title_wrap {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 72px;
}
.page-completed-tour .flow .flow_title_wrap::before,
.page-completed-tour .flow .flow_title_wrap::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 34px;
  height: 33px;
  background-image: url(./lib/images/completed-tour/event20240623/gallery_title_deco.png);
  background-size: 100%;
}
.page-completed-tour .flow .flow_title_wrap::after {
  left: auto;
  right: 0;
  transform: scale(-1);
}
.page-completed-tour .flow .flow_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  margin-top: 80px;
}
.page-completed-tour .flow .flow_item {
  position: relative;
  width: calc(25% - 13px);
  padding: 20px;
  background-color: #ffffff;
  border-radius: 32px;
}
.page-completed-tour .flow .flow_item a {
  display: block;
  color: #1b4ea0;
  text-decoration: underline;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 0.04em;
}
.page-completed-tour .flow .flow_flag {
  position: absolute;
  top: -20px;
  left: 10px;
  width: 80px;
}
.page-completed-tour .flow .flow_img {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin: 0 auto;
}
.page-completed-tour .flow .flow_title {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-weight: 600;
  margin: 15px auto;
  padding: 4px 14px 7px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #ffffff;
  background: #8aad6c;
}
.page-completed-tour .flow .flow_title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-left: 14px solid #8aad6c;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}
.page-completed-tour .flow .flow_item:last-child .flow_title::after {
  content: none;
}
.page-completed-tour .flow .flow_desc {
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  line-height: 1.56;
}
.page-completed-tour .flow .flow_desc small {
  font-size: 13px;
}
@media screen and (max-width: 991px) {
  .page-completed-tour .flow {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .page-completed-tour .flow .flow_title_wrap {
    padding: 0px 36px;
  }
  .page-completed-tour .flow .flow_wrap {
    flex-direction: column;
    margin: 0 40px;
    gap: 40px;
  }
  .page-completed-tour .flow .flow_item {
    width: 100%;
  }
  .page-completed-tour .flow .flow_img {
    width: 60px;
    height: 80px;
  }
  .page-completed-tour .flow .flow_title {
    font-size: 15px;
  }
  .page-completed-tour .flow .flow_title::after {
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
  }
}

/* 2024 6.6 add */
.more-type05 {
  width: fit-content;
}
.more-type05.right {
  margin-left: auto !important;
  margin-right: unset !important;
}
.more-type05.left {
  margin-right: auto !important;
  margin-left: unset !important;
}
.more-type05 a {
  color: #fff;
  font-weight: 600;
  width: 276px;
  height: 56px;
  border: 1px solid #7aa577;
  background-color: #7aa577;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.more-type05 a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 32px;
  height: 1px;
  background-color: #fff;
}
.more-type05 a::after {
  content: "";
  position: absolute;
  top: 43%;
  right: 10px;
  transform: rotate(37deg);
  width: 12px;
  height: 1px;
  background-color: #fff;
}

.more-type05.large a {
  width: 364px;
}
.post-type-archive-works .intro-text {
  font-size: 16px;
  margin-bottom: 0;
}

.work-box .item-img {
  overflow: hidden;
}
.work-box .work-slider {
  height: 230px;
  position: relative;
  padding-inline: 10px;
}
.work-box .work-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-box .work-slider .swiper-button-next,
.work-box .work-slider .swiper-button-prev {
  background-image: none;
  width: 32px;
  height: 32px;
  background-color: #7aa577;
  border-radius: 50%;
}
.work-box .work-slider .swiper-button-next {
  right: 0px;
}
.work-box .work-slider .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 43%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.work-box .work-slider .swiper-button-prev {
  left: 0px;
}
.work-box .work-slider .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
@media screen and (max-width: 1200px) {
  .work-box .work-slider {
    height: 195px;
  }
}
@media screen and (max-width: 991px) {
  .concept .more-type05.right {
    margin-right: auto !important;
    margin-left: unset !important;
  }
  .work-box .work-slider {
    height: 448px;
  }
}
@media screen and (max-width: 767px) {
  .work-box .work-slider {
    height: 331px;
  }
}
@media screen and (max-width: 576px) {
  .work-box .work-slider {
    height: 57vw;
  }
}

/* 20240624 add */
.page-completed-tour.-m07 .section_title {
  margin-bottom: 35px;
  text-align: center;
}
.page-completed-tour.-m07 .page-completed-tour__topWrap {
  background: rgb(235, 239, 229);
  background: linear-gradient(
    130deg,
    rgba(235, 239, 229, 1) 0%,
    rgba(247, 246, 240, 1) 100%
  );
}
.page-completed-tour.-m07 .lead {
  padding-top: 64px;
  position: relative;
}
.page-completed-tour.-m07 .lead .container {
  padding-bottom: 90px;
}
.page-completed-tour.-m07 .lead .container::before {
  content: "";
  position: absolute;
  top: -22px;
  left: -17px;
  width: 172px;
  height: 158px;
  background-image: url(./lib/images/completed-tour/event20240707/img_lead-attach_01.png);
  background-size: cover;
}
.page-completed-tour.-m07 .lead .container::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 13px;
  width: 116px;
  height: 83px;
  background-image: url(./lib/images/completed-tour/event20240707/img_lead-attach_02.png);
  background-size: cover;
}

.page-completed-tour.-m07 .lead .lead-icon {
  display: block;
  width: 44px;
  height: 44px;
  margin-inline: auto;
  margin-bottom: 27px;
}
.page-completed-tour.-m07 .lead .section_title {
  margin-bottom: 24px;
}
.page-completed-tour.-m07 .lead .title {
  font-size: 30px;
  margin-bottom: 32px;
}
.page-completed-tour.-m07 .lead .text {
  width: 100%;
  max-width: 756px;
  margin-inline: auto;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
}
.page-completed-tour.-m07 .lead .lead-button {
  position: relative;
  width: fit-content;
  min-width: 286px;
  background-color: #839c74;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  padding: 16px 0px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.page-completed-tour.-m07 .lead .lead-button::before {
  content: "";
  position: absolute;
  top: 38%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.page-completed-tour.-m07 .lead .lead-button span {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
.page-completed-tour.-m07 .lead .lead-button .icon {
  width: 17px;
}
.page-completed-tour.-m07 .lead .lead-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 291px;
  height: 179px;
}
.page-completed-tour.-m07 .gallery {
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: unset;
}
.page-completed-tour.-m07 .quick_menu {
  padding-top: 0;
  padding-bottom: 110px;
  margin-top: 60px;
  margin-bottom: 0;
}
.page-completed-tour.-m07 .quick_menu .container {
  position: relative;
  padding-top: 50px;
}
.page-completed-tour.-m07 .quick_menu .container::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -30px;
  width: 177px;
  height: 67px;
  background-image: url(./lib/images/completed-tour/event20240707/img_quick-menu-attach-flag_left.png);
  background-size: cover;
}
.page-completed-tour.-m07 .quick_menu .container::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -30px;
  width: 177px;
  height: 67px;
  background-image: url(./lib/images/completed-tour/event20240707/img_quick-menu-attach-flag_right.png);
  background-size: cover;
}
.page-completed-tour.-m07 .quick_menu .menu-list li {
  width: calc(33% - 13px);
}

.page-completed-tour.-m07 .highlight {
  padding-bottom: 120px;
}
.page-completed-tour.-m07 .highlight::after {
  display: none;
}
.page-completed-tour.-m07 .highlight-items-row {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.page-completed-tour.-m07 .highlight-items-row .item {
  display: flex;
}
.page-completed-tour.-m07 .highlight-items-row .item .thumbnail {
  width: 350px;
}
.page-completed-tour.-m07 .highlight-items-row .item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-completed-tour.-m07 .highlight-items-row .item .contents {
  flex: 1;
  background-color: #fff;
  padding: 22px 23px 22px 40px;
}
.page-completed-tour.-m07 .highlight-items-row .item .contents .num {
  width: 111px;
  margin-bottom: 10px;
}
.page-completed-tour.-m07 .highlight-items-row .item .contents .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
  letter-spacing: 0;
}
.page-completed-tour.-m07 .highlight-items-row .item .contents .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 0;
}
.page-completed-tour.-m07 .highlight .reservation-button {
  margin-top: 50px;
}
.page-completed-tour.-m07 .room-layout .intro-text {
  text-align: center;
}
.page-completed-tour.-m07 .overview {
  padding-bottom: 77px;
}
.page-completed-tour.-m07 .privilege {
  width: fit-content;
  margin-top: 30px;
  margin-inline: auto;
}
.page-completed-tour.-m07 .privilege img {
  width: 550px;
  display: block;
  margin-inline: auto;
}
.page-completed-tour.-m07 .privilege p {
  text-align: center;
}
.page-completed-tour.-m07 .privilege .line1 {
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.75;
  margin-top: -16px;
  margin-bottom: 15px;
  position: relative;
}
.page-completed-tour.-m07 .privilege .line1::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 16px;
  width: 57px;
  height: 64px;
  background-image: url(./lib/images/completed-tour/event20240707/icon_privilege-flag.png);
  background-size: cover;
}
.page-completed-tour.-m07 .privilege .line2 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7;
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .page-completed-tour.-m07 .lead .container::before {
    left: 50px;
    width: 122px;
    height: 108px;
  }
  .page-completed-tour.-m07 .lead .container::after {
    right: 80px;
    width: 100px;
    height: 71px;
  }
  .page-completed-tour.-m07 .lead .lead-bottom {
    right: 55px;
    width: 251px;
    height: 139px;
  }
  .page-completed-tour.-m07 .quick_menu .menu-list li {
    width: calc(33% - 14px);
  }
  .page-completed-tour.-m07 .highlight-items-row .item .thumbnail {
    width: 240px;
  }
}

@media screen and (max-width: 991px) {
  .page-completed-tour.-m07 .lead {
    background-image: none;
    padding-top: 56px;
  }
  .page-completed-tour.-m07 .lead .lead-icon {
    width: 30px;
    height: 30px;
  }
  .page-completed-tour.-m07 .lead .container::before {
    top: 22px;
    left: 10px;
    width: 80px;
    height: 72px;
  }
  .page-completed-tour.-m07 .lead .container::after {
    top: 32px;
    right: 10px;
    width: 70px;
    height: 50px;
  }
  .page-completed-tour.-m07 .lead .title {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .page-completed-tour.-m07 .lead .text {
    font-feature-settings: "palt";
  }
  .page-completed-tour.-m07 .lead .lead-button {
    margin-top: 30px;
  }
  .page-completed-tour.-m07 .lead .lead-bottom {
    right: 4px;
    width: 200px;
    height: 118px;
  }
  .page-completed-tour.-m07 .quick_menu {
    padding-bottom: 48px;
  }
  .page-completed-tour.-m07 .quick_menu .container {
    padding-top: 24px;
  }
  .page-completed-tour.-m07 .quick_menu .container::before {
    width: 130px;
    height: 50px;
  }
  .page-completed-tour.-m07 .quick_menu .container::after {
    width: 130px;
    height: 50px;
  }

  .page-completed-tour.-m07 .quick_menu .menu-list li {
    width: calc(50% - 5px);
  }
  .page-completed-tour.-m07 .quick_menu .menu-list li a {
    line-height: 1.2;
    text-align: center;
  }
  .page-completed-tour.-m07 .highlight-items-row {
    row-gap: 32px;
  }
  .page-completed-tour.-m07 .highlight-items-row .item {
    flex-direction: column;
    width: 100%;
  }
  .page-completed-tour.-m07 .highlight-items-row .item .thumbnail {
    width: 100%;
  }
  .page-completed-tour.-m07 .highlight-items-row .item .contents {
    padding: 20px 20px 30px;
  }
  .page-completed-tour.-m07 .highlight-items-row .item .contents .title {
    line-height: 1.2;
    margin-bottom: 16px;
  }
  .page-completed-tour.-m07 .room-layout .intro-text {
    text-align: left;
  }
  .page-completed-tour.-m07 .highlight {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .page-completed-tour.-m07 .privilege .line1::before {
    left: 5px;
  }
}

@media screen and (max-width: 576px) {
  .page-completed-tour.-m07 .quick_menu .container {
    padding-top: 3.72vw;
  }
  .page-completed-tour.-m07 .quick_menu .container::before {
    top: 0px;
    left: 0px;
    width: 25vw;
    height: 10vw;
  }
  .page-completed-tour.-m07 .quick_menu .container::after {
    top: 0px;
    right: 0px;
    width: 25vw;
    height: 10vw;
  }
  .page-completed-tour.-m07 .privilege .line1::before {
    display: none;
  }

  .page-completed-tour.-m07 .privilege .line1 {
    margin-top: 4px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 480px) {
  .page-completed-tour.-m07 .privilege p {
    text-align: left;
  }
}

/* 20240807 add */
body:has(.page-structure-tour.-m0825) #header {
  display: none;
}
.page-structure-tour.-m0825 .page {
  margin-top: 0;
}
.page-structure-tour.-m0825 .section_title {
  margin-bottom: 20px;
}
.page-structure-tour.-m0825 .section_title .section_title_en {
  width: auto;
  height: 33px;
  display: block;
  margin-bottom: 5px;
}
.page-structure-tour.-m0825 .section_title .section_title_text {
  font-size: 28px;
  letter-spacing: 0.052em;
  font-weight: 400;
  color: #2c230a;
  margin-bottom: 0;
  line-height: 1.4;
}
.page-structure-tour.-m0825 .main_button {
  margin-top: 50px;
  margin-inline: auto;
  width: 360px;
  max-width: 100%;
  height: 62px;
  background-color: #6e7616;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
  opacity: 1;
  transition: 0.3s;
}
.page-structure-tour.-m0825 .main_button:hover {
  opacity: 0.7;
}
.page-structure-tour.-m0825 .main_button:hover img {
  opacity: 1;
}
.page-structure-tour.-m0825 .main_button .main_button_icon {
  width: 23px;
}
.page-structure-tour.-m0825 .main_button .main_button_text {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.page-structure-tour.-m0825 {
  letter-spacing: 0;
}

.page-structure-tour.-m0825 .main-visual img {
  width: 100%;
}

/* event */
.page-structure-tour.-m0825 .event .event_body {
  width: fit-content;
  position: relative;
  z-index: 0;
}
.page-structure-tour.-m0825 .event .event_body::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -363px;
  width: 363px;
  height: 218px;
  background-image: url(./lib/images/structure-tour/event20240825/img_event-deco.png);
  background-size: cover;
  z-index: -5;
}
.page-structure-tour.-m0825 .event .event_label {
  display: block;
  margin-bottom: 20px;
  width: 323px;
  max-width: 100%;
}
.page-structure-tour.-m0825 .event .event_text {
  font-size: 16px;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
}
.page-structure-tour.-m0825 .event .menu_list {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 25px;
}
.page-structure-tour.-m0825 .event .menu_list .menu_list_item {
  width: calc(100% / 3 - 17px);
  min-height: 94px;
  background-color: #eae7d9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 1;
  transition: 0.3s;
}
.page-structure-tour.-m0825 .event .menu_list .menu_list_item:hover {
  opacity: 0.7;
}
.page-structure-tour.-m0825 .event .menu_list .menu_list_item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url(./lib/images/structure-tour/event20240825/img_menu-arrow.png);
  background-size: cover;
}
.page-structure-tour.-m0825 .event .menu_list .menu_list_item .line1 {
  margin-bottom: 12px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
}
.page-structure-tour.-m0825 .event .menu_list .menu_list_item .line2 {
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: 0.052em;
}
.page-structure-tour.-m0825 .event .menu_list .menu_list_item .line2 img {
  width: 204px;
}
.page-structure-tour.-m0825
  .event
  .menu_list
  .menu_list_item:nth-child(1)
  .line1 {
  margin-bottom: 5px;
}

/*about*/
.page-structure-tour.-m0825 .about {
  background-color: #f7f7f5;
  padding-block: 100px 70px;
  position: relative;
}
.page-structure-tour.-m0825 .about::before {
  content: "";
  position: absolute;
  top: -35px;
  right: 0;
  width: 277px;
  height: 173px;
  background-image: url(./lib/images/structure-tour/event20240825/img_about-deco_01.png);
  background-size: cover;
}
.page-structure-tour.-m0825 .about .about_item + .about_item {
  margin-top: 70px;
}
.page-structure-tour.-m0825 .about .about_item .about_item_inner {
  display: flex;
  column-gap: 10px;
}
.page-structure-tour.-m0825 .about .about_item .about_item_block {
  position: relative;
}
.page-structure-tour.-m0825 .about .about_item .about_item_block:nth-child(1) {
  width: 65%;
}
.page-structure-tour.-m0825 .about .about_item .about_item_block:nth-child(2) {
  flex: 1;
  margin-right: calc(50% - 50vw);
}
.page-structure-tour.-m0825 .about .section_title .section_title_text img {
  width: 360px;
}
.page-structure-tour.-m0825 .about .about_item .about_item_title {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.page-structure-tour.-m0825
  .about
  .about_item
  .about_item_title
  .about_item_title_img {
  width: 126px;
}
.page-structure-tour.-m0825
  .about
  .about_item
  .about_item_title
  .about_item_title_text {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.4;
}
.page-structure-tour.-m0825 .about .about_item {
  position: relative;
}
.page-structure-tour.-m0825 .about .about_item .about_item_text_wrap {
  overflow: hidden;
  transition: 0.3s;
  margin-top: 18px;
  position: relative;
}
.page-structure-tour.-m0825 .about .about_item .text-more-button {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 125px;
  display: flex;
  align-items: end;
  justify-content: center;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(247, 247, 245, 1) 100%
  );
}
.page-structure-tour.-m0825 .about .about_item .text-more-button span {
  font-size: 16px;
  width: fit-content;
  padding: 6px 10px;
  color: #fff;
  background-color: #a09455;
  border-radius: 20px;
  line-height: 1;
  cursor: pointer;
}
.page-structure-tour.-m0825 .about .about_item .text-more-button.-sp {
  display: none;
}
.page-structure-tour.-m0825 .about .about_item .about_item_text {
  font-size: 16px;
  line-height: 1.625;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
}

.page-structure-tour.-m0825 .about .about_item .about_item_check {
  width: 100%;
  max-width: 565px;
  background-color: #fff;
  padding: 20px 10px 30px;
  border: 2px solid #e5e5e5;
}
.page-structure-tour.-m0825 .about .about_item .about_item_check img {
  display: block;
  width: 97px;
}
.page-structure-tour.-m0825 .about .about_item .about_item_check p {
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 0;
}
.page-structure-tour.-m0825 .about .about_item .main-img {
  width: 100%;
  max-width: 520px;
  min-width: 400px;
  display: block;
  margin-right: auto;
}
.page-structure-tour.-m0825 .about .about_movie {
  margin-top: 50px;
  position: relative;
  z-index: 0;
}
.page-structure-tour.-m0825 .about .about_movie::before {
  content: "";
  position: absolute;
  top: -145px;
  right: calc(50% - 50vw);
  width: 322px;
  height: 159px;
  background-image: url(./lib/images/structure-tour/event20240825/img_about-deco_02.png);
  background-size: cover;
  z-index: -5;
}
.page-structure-tour.-m0825 .about .about_movie .about_movie_text {
  width: fit-content;
  margin-inline: auto;
  font-size: 16px;
  display: flex;
  align-items: center;
  column-gap: 16px;
  position: relative;
  margin-bottom: 30px;
}
.page-structure-tour.-m0825 .about .about_movie .about_movie_text::before {
  content: "▼";
  font-size: 20px;
  font-weight: 600;
}
.page-structure-tour.-m0825 .about .about_movie .about_movie_text::after {
  content: "▼";
  font-size: 20px;
  font-weight: 600;
}
.page-structure-tour.-m0825 .about .about_movie .about_movie_text span {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.052em;
  font-family: "Marcellus", serif;
}
.page-structure-tour.-m0825 .about .about_movie .about_movie_grid {
  display: flex;
  gap: 20px 50px;
}
.page-structure-tour.-m0825 .about .about_movie .about_movie_grid .col {
  width: 50%;
  padding: 0;
}
.page-structure-tour.-m0825 .about .about_movie .about_movie_grid .col iframe {
  border-radius: 10px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/*program*/
.page-structure-tour.-m0825 .program {
  padding-block: 124px 100px;
  position: relative;
}
.page-structure-tour.-m0825 .program::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -10px;
  width: 326px;
  height: 170px;
  background-image: url(./lib/images/structure-tour/event20240825/img_program-deco.png);
  background-size: cover;
}
.page-structure-tour.-m0825 .program .program_grid {
  display: flex;
  gap: 30px;
}
.page-structure-tour.-m0825 .program .program_grid .col {
  width: 50%;
  padding: 0;
}
.page-structure-tour.-m0825 .program .program_grid .program_title {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.page-structure-tour.-m0825 .program .program_grid .program_title img {
  width: 126px;
}
.page-structure-tour.-m0825 .program .program_grid .program_text {
  font-size: 16px;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
}
.page-structure-tour.-m0825 .program .program_foot {
  margin-top: 60px;
  position: relative;
  z-index: 0;
  text-align: center;
}
.page-structure-tour.-m0825 .program .program_foot::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 725px;
  height: 231px;
  background-image: url(./lib/images/structure-tour/event20240825/bg_program.png);
  background-size: cover;
  z-index: -5;
}
.page-structure-tour.-m0825 .program .program_foot .program_foot_title {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1;
}
.page-structure-tour.-m0825 .program .program_foot .program_foot_text {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  font-weight: 500;
}
.page-structure-tour.-m0825 .program .program_foot .main_button {
  margin-top: 70px;
}

/*details*/
.page-structure-tour.-m0825 .details {
  padding-block: 100px;
  background-color: #f7f7f5;
}
.page-structure-tour.-m0825 .details .details_table {
  border-top: 1px solid #707070;
}
.page-structure-tour.-m0825 .details .details_table .details_table_unit {
  display: flex;
  border-bottom: 1px solid #707070;
}
.page-structure-tour.-m0825 .details .details_table p {
  font-size: 18px;
  padding-block: 30px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0;
  display: block;
}
.page-structure-tour.-m0825 .details .details_table .head {
  text-align: center;
  width: 30%;
  background-color: #efece5;
}
.page-structure-tour.-m0825 .details .details_table .body {
  padding-inline: 50px 20px;
  background-color: #fcfaf7;
  flex: 1;
}

/*gallery*/
.page-structure-tour.-m0825 .gallery {
  padding-block: 100px;
  position: relative;
}
.page-structure-tour.-m0825 .gallery::before {
  content: "";
  position: absolute;
  top: -130px;
  left: -65px;
  width: 423px;
  height: 167px;
  background-image: url(./lib/images/structure-tour/event20240825/img_gallery-deco.png);
  background-size: cover;
}
.page-structure-tour.-m0825 .gallery .gallery_text {
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
.page-structure-tour.-m0825 .gallery .gallery_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.page-structure-tour.-m0825 .gallery .gallery_list img {
  width: calc(100% / 2 - 10px);
  height: auto;
}

/* situation */
.page-structure-tour.-m0825 .situation {
  padding-block: 100px;
  background-color: #f7f7f5;
  position: relative;
}
.page-structure-tour.-m0825 .situation::before {
  content: "";
  position: absolute;
  top: -47px;
  left: -16px;
  width: 256px;
  height: 96px;
  background-image: url(./lib/images/structure-tour/event20240825/img_situation-deco.png);
  background-size: cover;
}
.page-structure-tour.-m0825 .situation .situation_table .simplebar-placeholder {
  display: none;
}
.page-structure-tour.-m0825 .situation .situation_table table tr {
  display: table-row;
  margin-bottom: 0;
}
.page-structure-tour.-m0825 .situation .situation_table table th,
.page-structure-tour.-m0825 .situation .situation_table table td {
  display: table-cell;
  vertical-align: middle;
  padding: 1rem !important;
  border: solid 1px #e8e8e8;
}
.page-structure-tour.-m0825 .situation .situation_table table th {
  color: #fff;
  background: #839c74;
}
.page-structure-tour.-m0825 .situation .situation_table table td {
  background-color: #fff;
}

@media screen and (max-width: 1199px) {
  .page-structure-tour.-m0825 .event .menu_list {
    gap: 15px 10px;
  }
  .page-structure-tour.-m0825 .event .menu_list .menu_list_item {
    width: calc(100% / 3 - 7px);
  }
}
@media screen and (min-width: 992px) {
  body:has(.page-structure-tour.-m0825) #cta {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .page-structure-tour.-m0825 .about .about_item .text-more-button {
    display: none;
  }
  .page-structure-tour.-m0825 .about .about_item .text-more-button.-sp {
    display: flex;
  }
  .page-structure-tour.-m0825 .section_title {
    margin-bottom: 24px;
  }
  .page-structure-tour.-m0825 .main_button {
    margin-top: 30px;
  }
  /*event*/
  .page-structure-tour.-m0825 .event {
    padding-top: 1em;
  }
  .page-structure-tour.-m0825 .event .event_body::before {
    display: none;
  }
  .page-structure-tour.-m0825 .event .section_title {
    position: relative;
    width: fit-content;
  }
  .page-structure-tour.-m0825 .event .section_title::before {
    content: "";
    position: absolute;
    top: 0;
    right: -153px;
    width: 148px;
    height: 89px;
    background-image: url(./lib/images/structure-tour/event20240825/img_event-deco.png);
    background-size: cover;
  }
  .page-structure-tour.-m0825 .event .event_text {
    letter-spacing: 0.052em;
  }
  .page-structure-tour.-m0825 .event .menu_list {
    gap: 10px;
    margin: 60px -10px 0;
  }
  .page-structure-tour.-m0825 .event .menu_list .menu_list_item {
    width: calc(100% / 2 - 5px);
    height: auto;
    min-height: 80px;
    padding: 10px;
    text-align: center;
  }
  .page-structure-tour.-m0825 .event .menu_list .menu_list_item::before {
    width: 16px;
    height: 16px;
    right: 6px;
  }
  .page-structure-tour.-m0825 .event .menu_list .menu_list_item .line1 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .page-structure-tour.-m0825 .event .menu_list .menu_list_item .line2 {
    line-height: 1.4;
  }
  .page-structure-tour.-m0825 .event .menu_list .menu_list_item .line2 img {
    width: 134px;
  }
  .page-structure-tour.-m0825
    .event
    .menu_list
    .menu_list_item:nth-child(1)
    .line1 {
    margin-bottom: 8px;
  }

  /* about */
  .page-structure-tour.-m0825 .about {
    padding-block: 45px 60px;
  }
  .page-structure-tour.-m0825 .about::before {
    top: -22px;
    width: 155px;
    height: 85px;
  }
  .page-structure-tour.-m0825 .about .section_title .section_title_text img {
    width: 250px;
  }
  .page-structure-tour.-m0825 .about .about_item .about_item_inner {
    flex-direction: column;
    row-gap: 20px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
  }
  .page-structure-tour.-m0825
    .about
    .about_item
    .about_item_block:nth-child(1) {
    width: 100%;
  }
  .page-structure-tour.-m0825
    .about
    .about_item
    .about_item_block:nth-child(2) {
    flex: initial;
    margin-right: 0;
  }
  .page-structure-tour.-m0825 .about .about_item .about_item_title {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
  }
  .page-structure-tour.-m0825
    .about
    .about_item
    .about_item_title
    .about_item_title_img {
    width: 90px;
  }
  .page-structure-tour.-m0825 .about .about_item .about_item_text {
    letter-spacing: 0.052em;
    margin-bottom: 1em;
  }
  .page-structure-tour.-m0825 .about .about_item .about_item_check {
    padding: 16px 10px 24px;
    max-width: unset;
  }
  .page-structure-tour.-m0825 .about .about_item .main-img {
    max-width: unset;
    min-width: unset;
  }
  .page-structure-tour.-m0825 .about .about_movie {
    margin-top: 100px;
  }
  .page-structure-tour.-m0825 .about .about_movie::before {
    top: -92px;
    width: 200px;
    height: 99px;
  }
  .page-structure-tour.-m0825 .about .about_movie .about_movie_text {
    flex-direction: column;
    text-align: center;
    line-height: 1.4;
    position: relative;
  }
  .page-structure-tour.-m0825 .about .about_movie .about_movie_text::after {
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
  }
  .page-structure-tour.-m0825 .about .about_movie .about_movie_text::before {
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
  }
  .page-structure-tour.-m0825 .about .about_movie .about_movie_grid {
    flex-direction: column;
  }
  .page-structure-tour.-m0825 .about .about_movie .about_movie_grid .col {
    width: 100%;
  }

  /*program*/
  .page-structure-tour.-m0825 .program {
    padding-block: 45px 60px;
  }
  .page-structure-tour.-m0825 .program::before {
    top: -65px;
    left: -10px;
    width: 176px;
    height: 84px;
  }
  .page-structure-tour.-m0825 .program .program_grid {
    flex-direction: column;
    row-gap: 60px;
  }
  .page-structure-tour.-m0825 .program .program_grid .col {
    width: 100%;
  }
  .page-structure-tour.-m0825 .program .program_grid .program_title {
    flex-direction: column;
    row-gap: 8px;
  }
  .page-structure-tour.-m0825 .program .program_foot .program_foot_title {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .page-structure-tour.-m0825 .program .program_foot::before {
    top: 100px;
    width: 900px;
    height: 286px;
  }

  /*details*/
  .page-structure-tour.-m0825 .details {
    padding-block: 45px 60px;
  }
  .page-structure-tour.-m0825 .details .details_table p {
    font-size: 16px;
    padding-block: 20px;
  }
  .page-structure-tour.-m0825 .details .details_table .head {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-structure-tour.-m0825 .details .details_table .body {
    padding-inline: 10px 20px;
  }

  /* gallery */
  .page-structure-tour.-m0825 .gallery {
    padding-block: 45px 60px;
  }
  .page-structure-tour.-m0825 .gallery .gallery_list {
    flex-direction: column;
    row-gap: 20px;
  }
  .page-structure-tour.-m0825 .gallery .gallery_list img {
    width: 100%;
  }
  .page-structure-tour.-m0825 .gallery::before {
    top: -75px;
    left: -35px;
    width: 230px;
    height: 90px;
  }

  /* situation */
  .page-structure-tour.-m0825 .situation {
    padding-block: 45px 40px;
  }
  .page-structure-tour.-m0825 .situation .table-scroll {
    margin-bottom: 0;
  }
  .page-structure-tour.-m0825 .situation::before {
    top: -42px;
    left: -16px;
    width: 187px;
    height: 59px;
  }
}

@media screen and (max-width: 430px) {
  .page-structure-tour.-m0825 .event .menu_list .menu_list_item {
    padding: 10px 25px 10px 5px;
  }
}

/* 20240829 add */
.page-structure-tour.-m0825 .preparing_text {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
}
.page-structure-tour.-m0825 .preparing_text .attention {
  color: #ff0000;
}
.page-structure-tour.-m0825 .event .event_text .attention {
  color: #ff0000;
}
.page-completed-tour.-m07 .lead .text {
  margin-bottom: 30px;
}
.page-completed-tour.-m07 .lead .lead-img {
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
  margin-bottom: 45px;
}

/* 20240926 add */
.lineup-202409 * {
  letter-spacing: 0;
  font-weight: 500;
}
.lineup-202409 .l-container {
  margin-inline: auto;
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
}
.lineup-202409 .l-inner {
  padding: 0 30px;
}
.lineup-202409 .section-title {
  position: relative;
  padding-top: 38px;
}
.lineup-202409 .section-title .title-en {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgb(164, 141, 118, 0.34);
  line-height: 1;
  white-space: nowrap;
}
.lineup-202409 .section-title .title-jp {
  padding-left: 30px;
  font-size: 22px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 30px;
}
.lineup-202409 .main-button {
  width: 200px;
  max-width: 100%;
  min-height: 42px;
  padding: 8px 18px;
  background-color: #a48d76;
  border-radius: 3px;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.lineup-202409 .main-button.fz-small {
  font-size: 12px;
}
.lineup-202409 .main-button.arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  width: 9px;
  height: 4px;
  background-image: url(./lib/images/lineup/202409/img_button-arrow.png);
  background-size: cover;
}
.lineup-202409 .normal-text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0;
}
.lineup-202409 .normal-text u {
  color: #a48d76;
}
.lineup-202409 .tab-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.lineup-202409 .tab-wrap .tab-label {
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #acacac;
  background-color: #f0f0f0;
  width: 280px;
  height: 58px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  z-index: 0;
  order: -1;
}
.lineup-202409 .tab-wrap .tab-label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 6px;
  height: 14px;
  background-image: url(./lib/images/lineup/202409/img_tab-arrow.png);
  background-size: cover;
}
.lineup-202409 .tab-wrap .tab-label.advance::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: rgb(184, 102, 140);
  background: linear-gradient(
    180deg,
    rgba(184, 102, 140, 1) 0%,
    rgba(164, 81, 129, 1) 100%
  );
  z-index: -5;
  display: none;
}
.lineup-202409 .tab-wrap .tab-label.comfort::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: rgb(54, 123, 170);
  background: linear-gradient(
    180deg,
    rgba(54, 123, 170, 1) 0%,
    rgba(48, 87, 132, 1) 100%
  );
  z-index: -5;
  display: none;
}
.lineup-202409 .tab-wrap .tab-switch {
  display: none;
}
.lineup-202409 .tab-wrap .tab-content {
  margin-top: 48px;
  width: 100%;
  display: none;
}
.lineup-202409 .tab-wrap .tab-content .content-title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 22px;
}
.lineup-202409 .tab-wrap .tab-content .content-body {
  padding: 18px 25px;
  position: relative;
  width: 500px;
  max-width: 100%;
  border-radius: 5px;
  z-index: 0;
}
.lineup-202409 .tab-wrap .tab-content .content-body .top {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
.lineup-202409 .tab-wrap .tab-content .content-body .normal-text {
  width: fit-content;
  margin-inline: auto;
}
.lineup-202409 .tab-wrap .tab-content .content-body::before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: calc(100% - 22px);
  height: calc(100% - 26px);
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-radius: 0 0 5px 0;
  z-index: -5;
}
.lineup-202409 .tab-wrap .tab-col-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.lineup-202409 .tab-wrap .tab-content .content-body.advance {
  background-color: rgba(164, 81, 129, 0.15);
}
.lineup-202409 .tab-wrap .tab-content .content-body.comfort {
  background-color: rgba(48, 87, 132, 0.15);
}
.lineup-202409 .tab-wrap .tab-switch:checked + .tab-label {
  color: #fff;
  pointer-events: none;
}
.lineup-202409 .tab-wrap .tab-switch:checked + .tab-label:hover {
  opacity: 1;
}
.lineup-202409 .tab-wrap .tab-switch:checked + .tab-label::before {
  display: none;
}
.lineup-202409 .tab-wrap .tab-switch:checked + .tab-label::after {
  display: block;
}
.lineup-202409 .tab-wrap .tab-switch:checked + .tab-label + .tab-content {
  display: block;
}

@media screen and (min-width: 992px) {
  .lineup-202409 .main-button {
    transition: 0.3s;
    opacity: 1;
  }
  .lineup-202409 .main-button:hover {
    opacity: 0.7;
  }
  .lineup-202409 .tab-wrap .tab-label {
    transition: 0.3s;
    opacity: 1;
  }
  .lineup-202409 .tab-wrap .tab-label:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 992px) {
  .lineup-202409 .l-container {
    max-width: 690px;
    padding-inline: 15px;
  }
  .lineup-202409 .tab-wrap .tab-col-box {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .lineup-202409 .l-container {
    max-width: 510px;
  }
  .lineup-202409 .section-title {
    padding-top: 24px;
  }
  .lineup-202409 .section-title .title-en {
    font-size: 36px;
  }
  .lineup-202409 .section-title .title-jp {
    padding-left: 20px;
  }
  .lineup-202409 .tab-wrap .tab-label {
    width: calc(50% - 5px);
  }
  .lineup-202409 .l-inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 600px) {
  .lineup-202409 .l-container {
    max-width: 100%;
  }
  .lineup-202409 .insulation .tab-col img {
    max-width: 100%;
  }
  .lineup-202409 .tab-wrap .tab-content .content-body {
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (max-width: 400px) {
  .lineup-202409 .tab-wrap .tab-label {
    font-size: 16px;
    height: 50px;
  }
}

/* kv */
.lineup-202409 .main-visual .has-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.24) 0%,
    rgba(10, 10, 10, 0.19) 20%,
    rgba(84, 84, 84, 0) 100%
  );
  z-index: 5;
}
.lineup-202409 .page-header {
  padding-bottom: 0;
}
.lineup-202409 .page-header .page-ttl {
  z-index: 10;
}

/* intro */
.lineup-202409 .intro {
  padding-block: 80px 0;
}
.lineup-202409 .intro h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}
.lineup-202409 .intro p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .lineup-202409 .intro h3 {
    line-height: 1.4;
  }
  .lineup-202409 .intro {
    padding-block: 60px 0;
  }
}

/* lineup */
.lineup-202409 .lineup {
  padding-block: 80px 0;
  width: 100%;
}
.lineup-202409 .lineup-title {
  text-align: center;
}
.lineup-202409 .lineup-title .title-en {
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}
.lineup-202409 .lineup-title .title-jp {
  font-size: 22px;
  letter-spacing: 0.08em;
}
.lineup-202409 .lineup-contents {
  margin-top: 50px;
}
.lineup-202409 .lineup-contents .lineup-item {
  display: flex;
  align-items: flex-start;
}
.lineup-202409 .lineup-contents .lineup-item + .lineup-item {
  margin-top: 70px;
}
.lineup-202409 .lineup-contents .lineup-item .col {
  width: 50%;
  padding: 0;
}
.lineup-202409 .lineup-contents .lineup-item .item-title {
  font-family: "Libre Baskerville", serif;
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 12px;
  font-weight: 700;
}
.lineup-202409 .lineup-contents .lineup-item.advance .item-title {
  color: #a45181;
}
.lineup-202409 .lineup-contents .lineup-item.comfort .item-title {
  color: #305784;
}
.lineup-202409 .lineup-contents .lineup-item .item-text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
.lineup-202409 .lineup-contents .lineup-item .col img {
  display: block;
  width: calc(100% - 60px);
}
.lineup-202409 .lineup-contents .lineup-item.advance .col img {
  margin-right: auto;
}
.lineup-202409 .lineup-contents .lineup-item.comfort .col img {
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .lineup-202409 .lineup {
    padding-block: 60px 0;
  }
  .lineup-202409 .lineup-contents {
    margin-top: 20px;
  }
  .lineup-202409 .lineup-contents .lineup-item {
    flex-direction: column;
    row-gap: 20px;
  }
  .lineup-202409 .lineup-contents .lineup-item + .lineup-item {
    margin-top: 40px;
  }
  .lineup-202409 .lineup-contents .lineup-item .col {
    width: 100%;
  }
  .lineup-202409 .lineup-contents .lineup-item .col img {
    width: 100%;
  }
  .lineup-202409 .lineup-contents .lineup-item .col:has(.item-title) {
    order: 1;
  }
}

/* specification */
.lineup-202409 .specification {
  padding-block: 80px 0;
}
.lineup-202409 .specification .specification-inner {
  padding: 40px 35px;
  background-color: rgb(164, 141, 118, 0.08);
}
.lineup-202409 .specification .specification-title {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 12px;
  font-weight: 700;
}
.lineup-202409 .specification .specification-text {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.lineup-202409 .specification .specification-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .lineup-202409 .specification {
    padding-block: 60px 0;
  }
  .lineup-202409 .specification .specification-buttons {
    gap: 16px;
  }
  .lineup-202409 .specification .specification-buttons .main-button {
    width: calc(100% / 2 - 8px);
  }
}
@media screen and (max-width: 400px) {
  .lineup-202409 .specification .specification-buttons {
    gap: 10px;
  }
  .lineup-202409 .specification .specification-buttons .main-button {
    width: 100%;
  }
}

/* comparison */
.lineup-202409 .comparison {
  padding-block: 100px 0;
}
.lineup-202409 .comparison .main-button {
  margin: 40px auto 0;
}
.lineup-202409 .comparison .comparison-table table {
  border-collapse: collapse;
}
.lineup-202409 .comparison .comparison-table th,
.lineup-202409 .comparison .comparison-table td {
  padding: 14px;
  text-align: center;
  border: 1px solid #707070 !important;
  vertical-align: middle;
  line-height: 1;
}
.lineup-202409 .comparison .comparison-table th {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.lineup-202409 .comparison .comparison-table th.cell-lineup {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #9d9fa2;
}
.lineup-202409 .comparison .comparison-table th.cell-advance {
  font-family: "Libre Baskerville", serif;
  background: rgb(184, 102, 140);
  background: linear-gradient(
    180deg,
    rgba(184, 102, 140, 1) 0%,
    rgba(164, 81, 129, 1) 100%
  );
}
.lineup-202409 .comparison .comparison-table th.cell-comfort {
  font-family: "Libre Baskerville", serif;
  background: rgb(54, 123, 170);
  background: linear-gradient(
    180deg,
    rgba(54, 123, 170, 1) 0%,
    rgba(48, 87, 132, 1) 100%
  );
}
.lineup-202409 .comparison .comparison-table td {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #414863;
  background-color: #e9f4f3;
}
.lineup-202409 .comparison .comparison-table td.cell-lineup {
  background-color: #eeeeef;
}
.lineup-202409 .comparison .comparison-table td.cell-comfort {
  background-color: #f5fbfb;
}
.lineup-202409 .comparison .comparison-table td span {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .lineup-202409 .comparison {
    padding-block: 80px 0;
  }
  .lineup-202409 .comparison .comparison-table {
    overflow-x: scroll;
  }
  .lineup-202409 .comparison .comparison-table table {
    width: 800px;
  }
  .lineup-202409 .comparison .comparison-table table tr {
    margin-bottom: 0;
    display: table-row;
  }
  .lineup-202409 .comparison .comparison-table table th,
  .lineup-202409 .comparison .comparison-table table td {
    display: table-cell;
  }
  .lineup-202409 .comparison .comparison-table table th {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .lineup-202409 .comparison .comparison-table th {
    font-size: 16px;
  }
  .lineup-202409 .comparison .comparison-table td {
    font-size: 14px;
  }
  .lineup-202409 .comparison .comparison-table td span {
    font-size: 12px;
  }
}

/* insulation */
.lineup-202409 .insulation {
  padding-block: 100px 0;
}
.lineup-202409 .insulation .tab-col img {
  width: 340px;
}
@media screen and (max-width: 992px) {
  .lineup-202409 .insulation {
    padding-block: 80px 0;
  }
}

/* selection */
.lineup-202409 .sash {
  padding-block: 100px 0;
}
.lineup-202409 .sash .sash-note {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  margin-top: 12px;
}
.lineup-202409 .sash .tab-col img {
  width: 340px;
}
.lineup-202409 .sash .border-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 20px;
  border: 1px solid #000;
  margin-top: 30px;
}
.lineup-202409 .sash .border-content .top {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.lineup-202409 .sash .border-content img {
  width: 217px;
  max-width: unset;
}
@media screen and (max-width: 992px) {
  .lineup-202409 .sash .border-content {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .lineup-202409 .sash .border-content img {
    width: 285px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lineup-202409 .sash .border-content .top {
    line-height: 1.4;
  }
}
@media screen and (max-width: 600px) {
  .lineup-202409 .sash .tab-col img {
    width: 100%;
  }
}

/* material */
.lineup-202409 .material {
  padding-block: 100px 0;
}
.lineup-202409 .material img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lineup-202409 .material {
    padding-block: 80px 0;
  }
  .lineup-202409 .material .image-wrap {
    overflow-x: scroll;
  }
  .lineup-202409 .material img {
    width: 700px;
    max-width: unset;
  }
}

/* equipment */
.lineup-202409 .equipment {
  padding-block: 100px 0;
}
.lineup-202409 .equipment .equipment-block + .equipment-block {
  margin-top: 60px;
}
.lineup-202409 .equipment .equipment-block h4 {
  font-size: 26px;
  letter-spacing: 0.08em;
}
.lineup-202409 .equipment .equipment-block.block1 h4 {
  margin-bottom: 12px;
}
.lineup-202409 .equipment .equipment-block.block1 img {
  display: block;
  width: 640px;
  margin: 38px auto;
}
.lineup-202409 .equipment .equipment-block.block2 h4 {
  text-align: center;
  margin-bottom: 40px;
}
.lineup-202409 .equipment .equipment-block.block2 .col-box {
  display: flex;
  justify-content: space-between;
}
.lineup-202409 .equipment .equipment-block.block2 .col-box .content-col {
  width: 50%;
}
.lineup-202409 .equipment .equipment-block.block2 .col-box .img-box {
  position: relative;
}
.lineup-202409 .equipment .equipment-block.block2 .col-box .img-box img {
  width: 295px;
}
.lineup-202409 .equipment .equipment-block.block2 .col-box .img-box .upper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
.lineup-202409 .equipment .equipment-block.block2 .col-box .img-box .lower {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 0;
}
.lineup-202409 .equipment-block.block2 .box-content {
  margin-top: 60px;
  background-color: rgba(235, 239, 229, 0.6);
  padding: 24px 20px;
}
.lineup-202409 .equipment-block.block3 {
  max-width: 600px;
  margin-inline: auto;
}
.lineup-202409 .equipment .equipment-block.block3 .block-top h4 {
  text-align: center;
  margin-bottom: 16px;
}
.lineup-202409 .equipment .equipment-block.block3 .sub-title {
  font-size: 20px;
}
.lineup-202409 .equipment .equipment-block.block3 .block-mid {
  margin-top: 40px;
}
.lineup-202409 .equipment .equipment-block.block3 .block-bottom {
  margin-top: 100px;
}
.lineup-202409 .equipment .equipment-block.block3 .block-mid p,
.lineup-202409 .equipment .equipment-block.block3 .block-bottom p {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 992px) {
  .lineup-202409 .equipment {
    padding-block: 80px 0;
  }
  .lineup-202409 .equipment .equipment-block.block2 .col-box {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
  .lineup-202409 .equipment .equipment-block.block2 .col-box .content-col {
    width: 100%;
  }
  .lineup-202409 .equipment .equipment-block.block2 .col-box .img-box {
    display: flex;
    flex-direction: column;
  }
  .lineup-202409 .equipment .equipment-block.block2 .col-box .img-box img {
    width: 100%;
  }
  .lineup-202409 .equipment .equipment-block.block2 .col-box .img-box .upper,
  .lineup-202409 .equipment .equipment-block.block2 .col-box .img-box .lower {
    position: initial;
  }
  .lineup-202409 .equipment-block.block2 .box-content {
    margin-top: 40px;
  }
  .lineup-202409 .equipment .equipment-block.block2 h4 {
    margin-bottom: 20px;
  }
  .lineup-202409 .equipment .equipment-block.block3 .block-bottom {
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .lineup-202409 .equipment .equipment-block h4 {
    line-height: 1.4;
    font-size: 22px;
  }
}

/* guarantee */
.lineup-202409 .guarantee {
  padding-block: 100px 0;
}
.lineup-202409 .guarantee .block + .block {
  margin-top: 60px;
}
.lineup-202409 .guarantee .block .block-title {
  font-size: 26px;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.lineup-202409 .guarantee .block .col-box {
  display: flex;
}
.lineup-202409 .guarantee .block .col-box .col-item {
  width: 50%;
}
.lineup-202409 .guarantee .block .col-box .col-item + .col-item {
  margin-left: 30px;
}
.lineup-202409 .guarantee .block .col-box .col-item img {
  width: 100%;
}
.lineup-202409 .guarantee .normal-text b {
  color: #ff0000;
  font-weight: 700;
}
.lineup-202409 .guarantee .block1 .normal-text small {
  font-size: 12px;
}
.lineup-202409 .guarantee .block2 .image-wrap {
  margin-top: 30px;
}
.lineup-202409 .guarantee .block2 .image-wrap img {
  width: 100%;
}
.lineup-202409 .guarantee .block3 .normal-text {
  margin-bottom: 20px;
}
.lineup-202409 .guarantee .block3 .col-box .col-item .item-inner {
  width: fit-content;
}
.lineup-202409 .guarantee .block3 .col-box .col-item .content-image {
  width: 375px;
}
.lineup-202409 .guarantee .block3 .bottom {
  margin-top: 32px;
}
.lineup-202409 .guarantee .block3 .bottom p {
  text-align: center;
  margin-bottom: 16px;
}
.lineup-202409 .guarantee .block3 .bottom .main-button {
  margin-inline: auto;
}
@media screen and (max-width: 992px) {
  .lineup-202409 .guarantee {
    padding-block: 60px 0;
  }
  .lineup-202409 .guarantee .block .col-box {
    flex-direction: column;
    row-gap: 20px;
  }
  .lineup-202409 .guarantee .block .col-box .col-item {
    width: 100%;
  }
  .lineup-202409 .guarantee .block .col-box .col-item + .col-item {
    margin-left: 0;
  }
  .lineup-202409 .guarantee .block .block-title {
    line-height: 1.4;
  }
  .lineup-202409 .guarantee .block3 .col-box .col-item .content-image {
    margin-inline: auto;
    display: block;
    width: 460px;
  }
}
@media screen and (max-width: 768px) {
  .lineup-202409 .guarantee .block2 .image-wrap {
    overflow-x: scroll;
  }
  .lineup-202409 .guarantee .block2 .image-wrap img {
    width: 700px;
    max-width: unset;
  }
  .lineup-202409 .guarantee .block3 img {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .lineup-202409 .guarantee .block .block-title {
    font-size: 22px;
  }
}

/* building */
.lineup-202409 .building {
  padding-top: 100px;
}
.lineup-202409 .building .block {
  margin-top: 48px;
}
.lineup-202409 .building .col-box {
  display: flex;
}
.lineup-202409 .building .col-box + .col-box {
  margin-top: 50px;
}
.lineup-202409 .building .col-box .col-item {
  width: 50%;
}
.lineup-202409 .building .col-box .col-item img {
  display: block;
  margin-left: auto;
  width: calc(100% - 30px);
}
.lineup-202409 .building .col-box .col-item .item-title {
  font-size: 22px;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
.lineup-202409 .building .col-box .col-item .main-button {
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .lineup-202409 .building {
    padding-top: 80px;
  }
  .lineup-202409 .building .col-box {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
  .lineup-202409 .building .col-box .col-item {
    width: 100%;
  }
  .lineup-202409 .building .col-box .col-item img {
    margin-left: 0;
  }
}

.d-block-pc {
  display: block;
}
@media screen and (max-width: 992px) {
  .d-block-pc {
    display: none;
  }
}

/* 20241028 add */
.front-scroll-banners {
  margin-top: 36px;
  margin-inline: 15px;
}
.front-scroll-banners .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
}
.front-scroll-banners .item {
  width: calc(100% / 3);
}
.front-scroll-banners .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .front-scroll-banners {
    overflow-x: scroll;
  }
  .front-scroll-banners .item {
    width: calc(65vw - 10px);
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .front-scroll-banners .item {
    width: calc(75vw - 5px);
  }
  .front-scroll-banners .container {
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .concept .grid-base,
  .concept2 .grid-base {
    width: 100%;
  }
}
.concept2 img {
  width: 160%;
  max-width: unset;
  height: 100%;
  object-fit: cover;
  max-height: 540px;
  object-position: -20rem;
}
.concept2 .more-type05.large a {
  width: 420px;
}
@media screen and (min-width: 992px) {
  .concept2 .break-grid > .inner {
    flex-direction: row-reverse;
  }
  .concept2 .grid-sub p {
    padding-right: 3rem;
    padding-left: 0;
    text-align: right;
    letter-spacing: 0.08em;
  }
  section.concept2 .grid-sub h3 {
    margin-left: 0;
    margin-right: -3rem;
    text-align: right;
  }
  .concept2 .grid-sub {
    padding-right: 0rem;
    padding-left: calc((100vw - 960px) / 2);
    z-index: 10;
  }
}
@media screen and (min-width: 1200px) {
  .concept2 .grid-sub {
    padding-right: 0rem;
    padding-left: calc((100vw - 1110px) / 2);
    z-index: 10;
  }
}
@media screen and (max-width: 992px) {
  .concept2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: unset;
    object-position: 0;
  }
}

.concept .more-type05 br,
.concept2 .more-type05 br {
  display: none;
}
@media screen and (max-width: 460px) {
  .concept .more-type05.large a,
  .concept2 .more-type05.large a {
    width: 276px !important;
    line-height: 1.4;
  }
  .concept .more-type05 br,
  .concept2 .more-type05 br {
    display: block;
  }
}

.sf_contact_btn {
  text-align: center;
}

.sf_contact_btn a {
  background: #9db681;
  color: #fff;
  font-size: 1.5rem;
  padding: 1.5em 2.5em;
}
@media screen and (max-width: 767px) {
  .sf_contact_btn a {
    font-size: 1rem;
  }
}

/* 2024.12.16 add */
.page-header.page-header-front #main-visual {
  position: relative;
}
.front-pick-up {
  position: absolute;
  left: 60px;
  bottom: 60px;
  z-index: 5;
}
.front-pick-up .title {
  font-size: 2.25rem;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  display: none;
}
.front-pick-up .title h3 {
  margin-bottom: 0;
  color: #839c74;
  padding-block: 0.4rem;
}
.front-pick-up .title h3 span {
  color: #ccca52;
}
.front-pick-up .title-border {
  height: 10px;
  width: 100%;
  position: relative;
}
.front-pick-up .title-border::before {
  content: "";
  display: block;
  left: 1rem;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  box-shadow: 20px 0 #839c74, 40px 0 #ccca52, 60px 0 #839c74, 80px 0 #ccca52,
    100px 0 #839c74;
}
.front-pick-up .front-pick-up__img {
  width: 320px;
  box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.4);
}
.front-pick-up .front-pick-up__img a {
  display: block;
}
.front-pick-up .front-pick-up__img img {
  width: 100%;
}
.works-list {
  background-color: #f2f4eb;
  margin-top: 64px;
}
.works-list .archive-cover.page-archive-works {
  gap: 1rem;
  margin-inline: 0;
  margin-bottom: 3rem;
}
.works-list .item-box.work-box {
  margin-bottom: 0;
  background-color: #fff;
  width: calc(33.333% - 0.7rem);
  padding: 1rem;
  padding-bottom: 3rem;
  position: relative;
  display: block;
}
.works-list .item-box.work-box::after {
  content: "詳しく見る +";
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 14px;
  font-weight: 700;
}

.page-voice .page-header .page-ttl {
  width: 100%;
  left: 0;
  text-align: center;
}
.page-archive-voice .voice-box {
  width: 33%;
  padding: 0 1rem;
}
.page-archive-voice .voice-box .item-content {
  margin-top: 1rem;
}
.page-archive-voice .voice-box .item-content .category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.single-voice .post-content-voice .thumbnail {
  width: 50%;
  height: 400px;
  margin-bottom: 2rem;
  margin-inline: auto;
}
.single-voice .post-content-voice .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-voice .post-content-voice .content {
  margin-top: 2rem;
}

@media screen and (max-width: 992px) {
  .page-header.page-header-front {
    padding-bottom: 0;
  }
  .front-pick-up {
    margin-top: 4rem;
    position: initial;
    max-width: 540px;
    width: 100%;
    padding-inline: 15px;
    margin-inline: auto;
  }
  .front-pick-up .title {
    display: block;
  }
  .front-pick-up .title h3 {
    padding-block: 0;
  }
  .front-pick-up .title-border::before {
    height: 8px;
    width: 8px;
    left: -0.5rem;
  }
  .front-pick-up .front-pick-up__img {
    margin-top: 2rem;
    width: 100%;
    box-shadow: none;
  }
  .works-list .item-box.work-box {
    width: 100%;
  }
  .works-list .item-box.work-box + .item-box.work-box {
    margin-top: 3rem;
  }
  .page-archive-voice .voice-box {
    width: 100%;
    padding: 0 1rem;
  }
  .page-archive-voice .voice-box .item-content {
    margin-top: 1rem;
  }
  .single-voice .post-content-voice .thumbnail {
    width: 100%;
    height: auto;
  }
  .single-voice .post-content-voice .thumbnail img {
    height: auto;
  }
}

#boxer {
  width: fit-content !important;
}

/* ===================================
   お知り合い ご紹介キャンペーンページ
   =================================== */

/* 基本設定 */
.referral-campaign-page section.has-bg {
  background-color: #f2f4eb;
  margin: 0;
  padding: 75px 0;
}

/* 見出し共通スタイル */
.referral-campaign-page .pickup-heading {
  text-align: center;
  margin-bottom: 40px;
}

.referral-campaign-page .pickup-heading .line {
  width: 1px;
  height: 40px;
  background-color: #839c74;
  margin: 0 auto 16px auto;
}

.referral-campaign-page .pickup-heading .label {
  display: inline-block;
  background-color: #839c74;
  color: white;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.15em;
  padding: 8px 24px;
  margin-bottom: 10px;
  font-family: "Helvetica Neue", "Arial", sans-serif;
}

.referral-campaign-page .pickup-heading .caption {
  letter-spacing: 0.05em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

/* システム紹介セクション */
.referral-campaign-page .system-intro {
  text-align: center;
}

.referral-campaign-page .system-content {
  display: flex;
  column-gap: 20px;
}

.referral-campaign-page .system-image {
  width: 40%;
}

.referral-campaign-page .system-text {
  text-align: left;
  width: 50%;
}

.referral-campaign-page .system-highlight h4 {
  font-size: 1.375rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 2rem;
}

.referral-campaign-page .system-highlight strong {
  color: #839c74;
  font-weight: 700;
}

.referral-campaign-page .text-content p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 1.5rem;
}

.referral-campaign-page .text-content p:last-child {
  margin-bottom: 0;
}

/* 特典セクション */
.referral-campaign-page .benefits-intro {
  text-align: center;
  margin-bottom: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.referral-campaign-page .intro-highlight h4 {
  font-size: 1.375rem;
  color: #333;
  margin-bottom: 1rem;
  font-weight: 600;
}

.referral-campaign-page .intro-highlight p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}

.referral-campaign-page .benefits-title-wrapper {
  text-align: center;
  margin-bottom: 3rem;
}

.referral-campaign-page .benefits-title {
  font-size: 1.25rem;
  color: #839c74;
  margin-bottom: 1rem;
  font-weight: 600;
}

.referral-campaign-page .title-decoration {
  width: 80px;
  height: 3px;
  background: #839c74;
  margin: 0 auto;
  border-radius: 2px;
}

.referral-campaign-page .benefits-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.referral-campaign-page .benefit-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 3rem 2rem;
  text-align: center;
  border: 2px solid #f0f0f0;
  position: relative;
}

.referral-campaign-page .benefit-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  border-radius: 16px 16px 0 0;
}

.referral-campaign-page .benefit-receiver::before {
  background: linear-gradient(90deg, #839c74 0%, #9db681 100%);
}

.referral-campaign-page .benefit-referrer::before {
  background: linear-gradient(90deg, #a48d76 0%, #bbaa9d 100%);
}

.referral-campaign-page .benefit-header h6 {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  color: #333;
  font-weight: 600;
}

.referral-campaign-page .benefit-amount {
  margin-bottom: 2rem;
}

.referral-campaign-page .amount-number {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  color: #333;
}

.referral-campaign-page .amount-unit {
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 0.25rem;
  color: #333;
}

.referral-campaign-page .amount-type {
  display: block;
  font-size: 1rem;
  margin-top: 0.75rem;
  color: #666;
  font-weight: 600;
}

.referral-campaign-page .benefit-description {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 2rem;
  margin-top: 1.5rem;
}

.referral-campaign-page .benefit-description p {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 0.5rem;
}

.referral-campaign-page .benefit-description p:last-child {
  margin-bottom: 0;
}

.referral-campaign-page .benefit-description small {
  font-size: 0.75rem;
  color: #888;
  font-style: italic;
}

/* 規約セクション */
.referral-campaign-page .terms-content {
  width: 80%;
  margin: 0 auto;
}

.referral-campaign-page .terms-wrapper {
  background: #f8f9f6;
  border-radius: 16px;
  padding: 3rem;
  border: 1px solid #e0e0e0;
}

.referral-campaign-page .terms-list {
  list-style: disc;
  counter-reset: term-counter;
  margin-bottom: 0;
}

.referral-campaign-page .terms-list ul {
  margin-top: 1rem;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

/* CTAセクション */
.referral-campaign-page .cta-intro {
  text-align: center;
  margin-bottom: 3rem;
}

.referral-campaign-page .cta-intro p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}

.referral-campaign-page .cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.referral-campaign-page .cta-buttons-contents {
  background: #ffffff;
  border-radius: 16px;
  padding: 3rem 2rem;
  text-align: center;
  border: 2px solid #f0f0f0;
  position: relative;
}

.referral-campaign-page .cta-buttons-contents:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(90deg, #839c74 0%, #9db681 100%);
}

.referral-campaign-page .cta-buttons-contents:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(90deg, #a48d76 0%, #bbaa9d 100%);
}

.referral-campaign-page .cta-buttons-contents h4 {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  color: #333;
  font-weight: 600;
}

.referral-campaign-page .cta-buttons-contents:first-child a {
  display: block;
  text-decoration: none;
  color: #839c74;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  transition: color 0.3s ease;
}

.referral-campaign-page .cta-buttons-contents:first-child a:hover {
  color: #9db681;
}

.referral-campaign-page .cta-buttons-contents:first-child a span {
  display: block;
}

.referral-campaign-page .cta-buttons-contents:last-child a {
  display: inline-block;
  padding: 1.25rem 2rem;
  background: #9db681;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
}

.referral-campaign-page .cta-buttons-contents:last-child a:hover {
  background: #839c74;
  transform: translateY(-2px);
}

.referral-campaign-page .cta-buttons-contents:last-child a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}

/* レスポンシブ対応 */
@media screen and (min-width: 768px) {
  .referral-campaign-page .system-content {
    flex-direction: row;
    text-align: left;
    gap: 4rem;
  }

  .referral-campaign-page .system-image {
    width: 40%;
    max-width: none;
  }

  .referral-campaign-page .system-text {
    width: 60%;
    max-width: none;
  }

  .referral-campaign-page .benefits-grid {
    flex-direction: row;
  }

  .referral-campaign-page .benefit-item {
    flex: 1;
  }

  .referral-campaign-page .cta-buttons {
    flex-direction: row;
  }

  .referral-campaign-page .cta-buttons-contents {
    flex: 1;
  }

  .referral-campaign-page .terms-wrapper {
    padding: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .referral-campaign-page .system-content {
    flex-direction: column;
    gap: 2rem;
  }

  .referral-campaign-page .system-image {
    width: 100%;
  }

  .referral-campaign-page .system-text {
    width: 100%;
    text-align: center;
  }

  .referral-campaign-page .terms-content {
    width: 100%;
  }

  .referral-campaign-page .benefit-item {
    padding: 2rem 1.5rem;
  }

  .referral-campaign-page .amount-number {
    font-size: 3rem;
  }

  .referral-campaign-page .terms-wrapper {
    padding: 2rem;
  }

  .referral-campaign-page .cta-buttons-contents {
    padding: 2rem 1.5rem;
  }

  .referral-campaign-page .cta-buttons-contents h4 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .referral-campaign-page .cta-buttons-contents:first-child a {
    font-size: 3rem;
  }

  .referral-campaign-page .cta-buttons-contents:last-child a {
    padding: 1rem 1.5rem;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 480px) {
  .referral-campaign-page .benefit-item {
    padding: 2rem 1rem;
  }

  .referral-campaign-page .amount-number {
    font-size: 2.5rem;
  }

  .referral-campaign-page .benefit-description {
    padding: 1.5rem;
  }

  .referral-campaign-page .terms-wrapper {
    padding: 1.5rem;
  }

  .referral-campaign-page .cta-buttons-contents {
    padding: 2rem 1rem;
  }

  .referral-campaign-page .cta-buttons-contents:first-child a {
    font-size: 2.5rem;
  }

  .referral-campaign-page .cta-buttons-contents:last-child a {
    padding: 0.875rem 1.25rem;
  }
}

.referral-campaign-page .about_lead {
  text-align: center;
}
