.ttl span {
  display: block;
}
.ttl {
  margin-bottom: 1em;
}
.en {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 3px;
  font-family: "Figtree", sans-serif;
  line-height: 1.3;
}
.en_font {
  font-family: "Figtree", sans-serif;
}
.jp {
  font-size: 14px;
}
.txt {
  font-size: 14px;
  margin-bottom: 1.5em;
}
.btn a {
  color: #707070;
  font-size: 13px;
  padding: 0.7em 2em;
  font-weight: 600;
  border: solid 1px #707070;
  border-radius: 2em;
  font-family: "Figtree", sans-serif;
}
.btn a:hover {
  color: #fff;
  background-color: #707070;
  border: solid 1px #707070;
}

/* ========= HEADER ========== */
.header {
  justify-content: space-between;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 1000;
  padding: 0.5em 1.5em;
}
.header__logo img {
  width: 110px;
}
.header__main {
  font-size: 13px;
}
.header__info {
  justify-content: flex-end;
  margin-bottom: 0.5em;
}
.header__info--list {
  background-color: #ebebeb;
  margin-right: 1.5em;
  padding: 0.5em 1.5em;
  border-radius: 1.3em;
}
.header__list--list {
  gap: 20px;
}
.header__list--list a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header__list--list a img {
  width: 16px;
}
.header__info--address span {
  font-size: 20px;
  padding-left: 0.2em;
}
.header__nav--list {
  gap: 20px;
}
.header__nav--sns.footer__description--sns--icon {
  display: none;
}
div#container {
  padding-top: 98.5px;
}

/* ========= MV ========== */
.mv {
  margin-bottom: 45px;
}
.mv__slider {
  width: 250%;
  margin-left: calc(-75% - 1em);
  opacity: 0;
  padding-bottom: 0;
  margin-bottom: 0px !important;
}
.mv__slider.slick-slider div {
  margin: 0 0.5em;
}
.mv__slider--item {
  position: relative;
}
.mv__slider--img img.sp_only {
  display: none;
}

/* 矢印ナビゲーション */
.example__slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.example__slider .slick-prev {
  left: -60px;
}
.example__slider .slick-next {
  right: -60px;
}
.example__slider .slick-arrow img {
  width: 40px;
  height: auto;
}
.example__slider .slick-prev:before,
.example__slider .slick-next:before {
  color: rgba(255, 255, 255, 0);
}

/* ドットナビゲーション */
.mv__slider .slick-dots {
  bottom: -40px;
}
.mv__slider .slick-dots li {
  width: 40px;
  margin: 0 5px;
}
.mv__slider .slick-dots li button {
  width: 40px;
  height: 2px;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: none;
  background: transparent;
}
.mv__slider .slick-dots li button:before {
  width: 40px;
  height: 2px;
  background: #3f3f3f;
  font-family: "";
  color: transparent;
  content: "";
  font-size: 0;
  line-height: 0;
}
.mv__slider .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #707070;
}
.example__slider .slick-dots {
  bottom: -40px;
}
.example__slider .slick-dots li {
  width: 40px;
  margin: 0 5px;
}
.example__slider .slick-dots li button {
  width: 40px;
  height: 2px;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: none;
  background: transparent;
}
.example__slider .slick-dots li button:before {
  width: 40px;
  height: 2px;
  background: #3f3f3f;
  font-family: "";
  color: transparent;
  content: "";
  font-size: 0;
  line-height: 0;
}
.example__slider .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #707070;
}

/* スライダー画像 */
.mv__slider--img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: fit-content;
}
.mv__slider--img:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.mv__slider--img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: hsl(0deg 0% 0% / 10%);
}
.mv__slider--img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: none;
  min-height: 100%;
  object-fit: cover;
}
.slick-slider div {
  transition: none;
}

/* スライダー説明 タイトル */
.mv__slider--description {
  position: absolute;
  color: #fff;
  font-size: 35px;
  line-height: 1.5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-family: "Figtree", sans-serif;
  letter-spacing: 3px;
}

/* ========= BK ========== */
.tp_bk {
  background-image: url(../img/005.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}

/* ========= BANNER ========== */
.tp_banner {
  max-width: 760px;
  margin: 0px auto;
  padding: 60px 20px;
}
.tp_banner__img img {
  width: 100%;
}

/* ========= EVENTS ========== */
.tp_events {
  position: relative;
}
.tp_events:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #dbd9d6;
  display: block;
}
.tp_events__inner {
  position: relative;
  padding: 80px 20px;
}
.tp_events__inner > div {
  position: relative;
  z-index: 1;
}
.tp_events__inner:after {
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: #dbd9d6;
  display: block;
}
.tp_events__description {
  margin-bottom: 1.5em;
}
.events__archive {
  font-size: 14px;
}
.events__archive--content {
  margin-bottom: 2.5em;
  box-shadow: 4px 4px 8px rgb(107 107 107 / 20%);
}
.events__archive--description {
  padding: 20px 22px 28px;
  background: #fff;
}
.events__archive--category {
  margin-bottom: 0.3em;
}
.open {
  font-size: 12px;
  background-color: #404040;
  color: #fff;
  padding: 1px 12px;
  margin-left: 1em;
  border-radius: 1em;
}
.open.close {
  background-color: #E4E4E4;
  color: #000;
}
.closed {
  font-size: 12px;
  background-color: #e4e4e4;
  padding: 1px 12px;
  margin-left: 1em;
  border-radius: 1em;
}
.events__archive--ttl {
  font-size: 16px;
  margin-bottom: 0.3em;
  height: 3.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.events__archive--text {
  color: #707070;
  font-weight: 400;
  height: 3.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.tp_event__btn {
  text-align: center;
  margin-top: 1.5em;
}

/* ========= GUIDE ========== */
.tp_guide {
  padding: 80px 0;
  position: relative;
}
.tp_guide:before {
  content: "";
  position: absolute;
  width: 50%;
  height: calc(100% - 160px);
  top: 80px;
  left: 50%;
  background-color: #fff;
  display: block;
}
.tp_guide__inner {
  padding: 60px 40px;
  position: relative;
  background: #fff;
}
.tp_guide__img img {
  width: 100%;
}
.tp_guide__ttl {
  margin-bottom: 2em;
}
.tp_guide__btn {
  margin-top: 2em;
}

/* ========= VOICE ========== */
.tp_voice {
  background-color: #dbd9d6;
  padding: 80px 0;
}
.voice__archive--content {
  margin-bottom: 2.5em;
  background: #fff;
  padding-bottom: 30px;
  border-radius: 1em;
}
.voice__archive--img {
  border-radius: 1em 1em 0 0;
}
.voice__archive--description {
  padding: 20px 25px 0;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.tp_voice__btn {
  text-align: center;
}

/* ========= LINE UP ========== */
.tp_line_up {
  padding: 80px 0;
  background-image: url(../img/008.png);
  background-size: 100%;
  background-position: top;
}
.tp_line_up__description {
  text-align: center;
  margin-bottom: 3em;
}
.line_up__content--category {
  margin-bottom: 50px;
}
.line_up__content--img {
  width: 56%;
}
.line_up__content--description {
  width: 40%;
  padding-right: 5%;
}
.line_up__content--category:nth-child(2n) .line_up__content--description {
  padding: 0 0 0 5%;
}
.line_up__content--logo {
  margin-bottom: 1em;
}
.line_up__content--logo img {
  width: 300px;
}
.line_up__content--ttl {
  font-size: 20px;
  margin-bottom: 20px;
}
.line_up__content--text {
  font-size: 14px;
  margin-bottom: 2em;
}

/* ========= EXAMPLE ========== */
.tp_example {
  padding: 80px 0;
}
.slick-initialized .slick-slide.example__slider--item {
  display: flex;
  align-items: end;
}
.tp_example__slider--ttl {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1em;
}
.example__slider--text {
  font-size: 14px;
  margin-bottom: 2.5em;
}
.tp_example__slider.example__slider.slick-initialized.slick-slider {
  margin-bottom: 60px;
}
.tp_example__description {
  text-align: center;
  margin-bottom: 50px;
}
.example__slider--description {
  padding-bottom: 1em;
}
.tp_example__btn {
  text-align: center;
  margin-top: -13px;
}
.example__slider--btn.btn a {
  background: #404040;
  border: solid 1px #404040;
  color: #fff;
}

/* ========= LAND ========== */
.tp_bk_land {
  padding: 80px 0;
}
.tp_land {
  position: relative;
}
.tp_land:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0%;
  background-color: #dbd9d6;
  display: block;
}
.tp_land__inner {
  position: relative;
  z-index: 1;
  padding: 80px 20px;
}
.tp_land__inner > div {
  position: relative;
  z-index: 1;
}
.tp_land__inner:after {
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: #dbd9d6;
  display: block;
}
.tp_land__description {
  text-align: center;
  margin-bottom: 2em;
}
.tp_land__archive.land__archive {
  margin-bottom: 4em;
}
.land__archive--content {
  margin-bottom: 50px;
}
.tp_land__archive.land__archive .land__archive--content {
  margin-bottom: 0px;
}
.land__archive--img {
  margin-bottom: 1em;
}
.land__archive--name {
  font-size: 18px;
  margin-bottom: 0.5em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 10px;
}
.land__archive--name span:last-child {
  display: block;
  width: 100%;
  margin-top: 5px;
}
.land__archive--name span.land_cat:last-child {
  display: inline-block;
  width: fit-content;
  margin-top: 0;
}
.land__archive--text {
  font-size: 14px;
}
.land__archive--new {
  font-size: 13px;
  color: #fff;
  background-color: #404040;
  border: solid 1px #404040;
  padding: 0.2em 1em;
  width: fit-content;
  margin-right: 0.5em;
}
.land_cat {
  color: #707070;
  border: solid 1px #707070;
  display: inline-block;
  font-size: 13px;
  padding: 0.2em 1em;
}
.tp_land__btn {
  text-align: center;
}

/* ========= SHOWROOM ========== */
.tp_showroom {
  padding: 80px 0;
}
.tp_showroom__archive.showroom__archive {
  margin-bottom: 3em;
}
.showroom__archive--content {
  margin-right: 0%;
  width: 50%;
  background-color: #dbd9d6;
}
.showroom__archive--description {
  padding: 20px 30px 40px;
  min-height: 15.5em;
}
.showroom__archive--ttl {
  font-size: 18px;
  margin-bottom: 1em;
}
.showroom__archive--text {
  font-size: 14px;
  margin-bottom: 2em;
}
.showroom__archive--content:nth-child(2n) .showroom__archive--description {
  background: #f7f7f7;
}
.showroom__archive--btn a {
  color: #fff;
  background-color: #333333;
  font-size: 13px;
  padding: 0.7em 2em;
  font-weight: 400;
  border-radius: 2em;
}
.showroom__archive--btn a:hover {
  color: #939393;
  background-color: #fff;
  border: solid 1px #939393;
}
.tp_showroom__btn {
  text-align: center;
}

/* ========= RENOVATION ========== */
.tp_renovation {
  padding: 80px 0;
}
.tp_renovation__archive.renovation__archive {
  margin-bottom: 3em;
}
.renovation__archive--content {
  margin-bottom: 2em;
}
.tp_renovation__description {
  text-align: center;
  margin-bottom: 3em;
}
.renovation__archive--img img {
  width: 100%;
}
.renovation__archive--description {
  padding: 1em 0 0;
}
.renovation__archive--img {
  width: 100%;
}
.renovation__archive--ttl {
  font-size: 20px;
  margin-bottom: 0.5em;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 10px;
}
.renovation__archive--ttl span {
  color: #707070;
  border: solid 1px #707070;
  padding: 0px 10px;
  font-weight: 400;
  display: block;
  max-width: fit-content;
  font-size: 12px;
  margin-bottom: 0.5em;
}
.renovation__archive--text {
  font-size: 13px;
  height: 3.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 2em;
}
.renovation__archive--price {
  font-size: 30px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.5em;
}
.renovation__archive--btn span {
  color: #fff;
  background-color: #333333;
  font-size: 13px;
  padding: 0.7em 2em;
  font-weight: 400;
  border-radius: 2em;
}
.price__ttl {
  font-size: 12px;
  background-color: #404040;
  color: #fff;
  padding: 2px 10px;
  margin-right: 1em;
}
.price__unit {
  font-size: 16px;
}
.price__num {
  font-family: "Figtree", sans-serif;
  display: block;
  line-height: 1;
  margin-right: 0.2em;
}
.price__unit {
  font-size: 15px;
}
.renovation__archive--btn {
  text-align: end;
}
.renovation__archive--btn a {
  color: #fff;
  background-color: #333333;
  font-size: 13px;
  padding: 0.7em 2em;
  font-weight: 400;
  border-radius: 2em;
}
.renovation__archive--btn a:hover {
  color: #939393;
  background-color: #fff;
  border: solid 1px #939393;
}
.tp_renovation__btn {
  text-align: center;
}

/* ========= NEWS ========== */
.tp_news {
  position: relative;
}
.tp_news:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #dbd9d6;
  display: block;
}
.tp_news__inner {
  display: grid;
  grid-template-columns: 270px 1fr;
  padding: 80px 20px;
  background-color: #dbd9d6;
  position: relative;
}
.tp_news__description {
  border-right: solid 1px #939393;
  padding-bottom: 0.5em;
}
.tp_news__btn {
  margin-top: 30px;
}
.tp_news__archive.news__archive {
  padding-left: 6em;
  font-size: 14px;
}
.news__archive--content {
  gap: 3em;
  margin-bottom: 2em;
}
.low_page .news__archive--content:first-child {
  border-top: solid 1px #d0d0d0;
}
.news__archive--content:last-child {
  margin-bottom: 0;
}
.low_page .news__archive {
  margin-bottom: 50px;
}
.low_page .news__archive--content {
  padding: 2.5em 0;
  margin-bottom: 0;
  border-bottom: solid 1px #d0d0d0;
  font-size: 14px;
}

/* ========= COLUMN ========== */
.tp_column {
  padding: 80px 0;
}
.column__archive--content {
  display: grid;
  grid-template-columns: 140px 1fr;
  margin-bottom: 2em;
  box-shadow: 4px 4px 8px rgb(107 107 107 / 20%);
  background: #fff;
}
.column__archive--description {
  padding: 0em 2em;
  font-size: 0.8em;
  font-weight: 600;
}
.column__archive--date {
  margin-bottom: 5px;
}
.open.column_cat {
  background-color: #E4E4E4;
  color: #000;
}
.tp_column__btn {
  margin-top: 1em;
  text-align: center;
}

/* ========= CONTACT ========== */
.tp_contact {
  padding: 60px 0;
  background-image: url("../img/019.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tp_contact__category {
  background-color: #fff;
}
.contact__category--list {
  list-style: none;
  padding: 25px 0;
  font-size: 14px;
}
.contact__category--list li {
  width: 20%;
}
.contact__category--list a {
  display: flex;
  align-items: center;
  gap: 5px;
  border-right: solid 1px #000;
  padding: 20px 0px;
  justify-content: center;
}
.contact__category--list a img {
  width: 16px;
}
.contact__category--list li:last-child a {
  border-right: none;
}

/* ========= FOOTER ========== */
footer.footer {
  border-top: solid 1px #dbd9d6;
}
.footer__main {
  padding: 60px 20px;
}
.footer__description {
  display: grid;
  grid-template-columns: 35% 1fr;
  margin-right: 0;
  width: 50%;
}
.footer__description--logo {
  text-align: center;
  padding-right: 1em;
  border-right: solid 1px #000;
}
.footer__description--img img {
  width: 130px;
}
.footer__description--name {
  font-weight: 600;
  margin-bottom: 1em;
}
.footer__description--sns {
  font-size: 12px;
}
.footer__description--sns--icon {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.footer__description--sns--icon a img {
  width: 24px;
}
.footer__description--address {
  font-size: 14px;
  padding: 20px 30px;
  border-right: solid 1px #000;
  line-height: 2.05;
}
.footer__nav {
  width: 50%;
  padding: 20px 30px;
}
.footer__nav--list {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  font-size: 13px;
}
.footer__nav--list a {
  display: block;
  padding: 0.2em 0;
}
.footer__copyright {
  background-color: #404040;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 0.7em 0;
}

/* ========= PAGENATION ========== */
.low_pagenation ul {
  display: flex;
}
.low_pagenation li .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
  border-radius: 50%;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.low_pagenation li .page-numbers:hover {
  background-color: #dbd9d6;
  color: #404040;
  border-color: #dbd9d6;
}
.low_pagenation li .page-numbers.current {
  background-color: #dbd9d6;
  color: #404040;
  border-color: #dbd9d6;
}
.low_pagenation li .page-numbers.dots {
  background: none;
  border: none;
  color: #666;
  pointer-events: none;
}
.low_pagenation .nav-links {
  text-align: center;
  margin: 20px 0;
}
.low_pagenation .pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.low_pagenation .pagination li {
  margin: 0;
}
.low_pagenation li a.prev.page-numbers {
  display: none;
}
.low_pagenation li a.next.page-numbers {
  display: none;
}

/* LOW PAGE */
.page_bk {
  background-image: url(../img/005.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}
.page_section_bk {
  background-image: url(../img/005.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}
.low_hd__mainpage {
  position: relative;
}
.low_hd__mainpage:before {
  content: "";
  position: absolute;
  width: 45%;
  height: 75%;
  background: rgb(255 255 255 / 60%);
  display: block;
  z-index: 1;
  bottom: 0;
}
.low_hd__mainpage--bk {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 15em;
}
.low_hd__mainpage--bk img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: none;
  min-height: 100%;
  object-fit: cover;
}
.low_hd__mainpage--content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 75%;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1240px;
  z-index: 1;
  display: flex;
  align-items: center;
}
.low_hd__mainpage--content h1.mainh2 {
  font-size: 14px;
  margin-top: 0.5em;
}
.low_hd__mainpage--content h1.mainh2 span {
  display: block;
}
.low_page {
  padding: 50px 20px;
}
.breadcrumbs {
  padding: 0 20px;
  margin: 0.5em auto;
  max-width: 1240px;
  font-size: 11px;
  color: #707070;
}
.breadcrumbs a {
  color: #707070;
}

/* ========= TAXONOMY ========== */
.taxonomy__archive {
  margin: 0px 0 60px;
}
.taxonomy__archive--ttl h2 {
  padding-left: 0.5em;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  border-left: solid 4px;
  margin-bottom: 30px;
}
.taxonomy__archive a {
  font-size: 14px;
  padding: 0.6em 1em;
  background: #fff;
  text-align: center;
  margin-bottom: 1%;
}
.taxonomy__archive a:hover {
  background: #dbd9d6;
}
.taxonomy__archive a.active {
  background: #dbd9d6;
}
.taxonomy__archive--list {
  width: 100%;
}
.bunjou .taxonomy__archive {
  justify-content: center;
}

/* ========= EXAMPLE ========== */
.example__archive--content {
  margin-bottom: 50px;
  background: #fff;
}
.example__archive--description {
  background: #fff;
  padding: 15px 25px;
}
.example__archive--category {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 6px;
}
.example__archive--category span {
  color: #707070;
  border: solid 1px #707070;
  display: inline-block;
  font-size: 11px;
  padding: 0.2em 1em;
}
.example__archive--ttl {
  font-size: 16px;
  margin-bottom: 10px;
}
.example__archive--text {
  font-size: 13px;
  color: #707070;
}
.example__description--cat {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  gap: 8px;
  flex-wrap: wrap;
}
.example__description--cat span {
  color: #707070;
  border: solid 1px #707070;
  display: inline-block;
  font-size: 12px;
  padding: 0.2em 1em;
  white-space: nowrap;
}
.low_content__description h1 {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.low_page__content h2 {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  border-left: #333 solid 6px;
  padding: 0 0 0 10px;
  margin: 0 0 30px 0;
  line-height: 1.5;
}
.voice__content.low_page__content h2 {
  background: #DBD9D6;
  border: none;
  font-weight: 600;
  padding: 0.5em 0.8em;
}
.low_page__content h3 {
  font-size: 16px;
  border-bottom: solid 1px #707070;
  padding-bottom: 0.5em;
  margin-bottom: 30px;
}
.low_page__content p {
  margin: 0 0 2em 0;
}
.low_page__content .temp {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
}
.low_page__content .temp p {
  width: 580px;
}
.low_page__content .temp img {
  width: 480px;
}
.low_page__content .temp p:last-child {
  margin-bottom: 0;
}
.low_page__content .temp p img {
  display: table;
  margin: 0 auto 1em auto;
  max-width: 100%;
}
.low_page__content strong.marker {
  background: linear-gradient(transparent 50%, #fff600 0%);
  font-weight: bold;
}
.low_page__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
  background-color: #fff;
}
.low_page__content table th,
.low_page__content table td {
  padding: 15px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.low_page__content table tr:first-child {
  border-top: 1px solid #ddd;
}
.low_page__content table td:first-child {
  width: 20%;
  font-weight: 600;
  background-color: #f8f9fa;
  text-align: center;
}
.low_page__content table th {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #dee2e6;
}
.low_page__content table tr:hover {
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  .low_page__content table {
    font-size: 12px;
  }
  .low_page__content table th,
  .low_page__content table td {
    padding: 8px 10px;
  }
}
.low_page.low_example {
  padding-bottom: 0;
}
.low_example__voice--archive {
  justify-content: center;
}
.low_example__voice--archive .voice__archive--content {
  margin-right: 0;
  box-shadow: 4px 4px 8px rgb(107 107 107 / 20%);
  margin-bottom: 4em;
}
.low_example__voice {
  margin-bottom: 80px;
}
.recommend__inner {
  padding: 60px 20px 30px;
}
.recommend__ttl {
  margin-bottom: 2em;
}

/* ========= BUNJOU ========== */
.bunjou__description--cat {
  justify-content: center;
  margin: 1.2em 0;
}
.bunjou__description--material {
  background: #f7f7f7;
  padding: 40px;
  margin-bottom: 80px;
}
.bunjou__description--text {
  font-size: 14px;
}
.bunjou__pdf {
  margin: 80px 0 50px;
}
.bunjou__pdf--text {
  margin-bottom: 30px;
}
.bunjou__pdf--list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.bunjou__pdf--list li:nth-child(3n) {
  margin-right: 0%;
}
.bunjou__pdf--list li a {
  box-shadow: 0px 0px 12px rgb(107 107 107 / 40%);
  width: 100%;
  display: block;
  border-radius: 5px;
  padding: 0.8em;
  text-align: center;
  position: relative;
  background-image: url(../img/025.svg);
  background-size: 1em;
  background-position: right 1em center;
  background-repeat: no-repeat;
}
.bunjou__info--subttl {
  padding-left: 0.5em;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  border-left: solid 4px;
  margin-bottom: 30px;
}
.bunjou__info--kukaku {
  margin-bottom: 30px;
}
.bunjou__info--content {
  margin-bottom: 40px;
}
.bunjou__info--kukaku table {
  width: 100%;
}
.bunjou__info--kukaku table td {
  padding: 20px;
  vertical-align: middle;
  border: solid 1px #333;
  text-align: center !important;
}
.bunjou__info--kukaku table td:nth-of-type(1) {
  font-weight: bold;
}
.bunjou__info--kukaku table tr:nth-of-type(1) td:nth-of-type(n + 3) {
  background-color: #f7f7f7;
}
.bunjou__info--table table {
  width: 100% !important;
}
.bunjou__info--table table tr td {
  padding: 20px;
  border-top: solid 1px #dbd9d6;
  font-size: 1.2em;
}
.bunjou__info--table table tr td:nth-of-type(1) {
  width: 20%;
  min-width: 180px;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  background: #f7f7f7;
  padding: 20px 3em;
  vertical-align: top;
}
.bunjou__info--table table tr td:nth-of-type(2) {
  width: 80%;
  font-size: 14px;
}
.bunjou__info--table table tr td:nth-of-type(2) iframe {
  width: 100%;
  height: 25em;
}
.bunjou__map {
  margin: 60px 0;
}
.bunjou__map--ttl {
  margin-bottom: 30px;
}
.bunjou__info--table {
  border-bottom: solid 1px #dbd9d6;
}
.bunjou__info--table > p {
  display: none;
}
.showroom__ft .tp_contact__category {
  background: #dbd9d6;
  margin: 30px 0 60px;
}
.showroom__ft.bunjou__ft .tp_contact__category {
  margin-bottom: 0;
}
.bunjou__btn {
  margin-bottom: 30px;
}
/* BUNJOU SLIDER */
.bunjou__slider {
  position: relative;
}
.bunjou__slider .swiper-slide {
  text-align: center;
}
.bunjou__slider .cimg {
  position: relative;
}
.bunjou__slider .swiper-pagination {
  display: none;
}
.bunjou__slider .swiper-button-prev,
.bunjou__slider .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  z-index: 10;
  transition: all 0.3s ease;
  cursor: pointer;
}
.bunjou__slider .swiper-button-prev {
  left: -50px;
}
.bunjou__slider .swiper-button-next {
  right: -50px;
}
.bunjou__slider .swiper-button-prev:hover,
.bunjou__slider .swiper-button-next:hover {
  transform: translateY(-50%) scale(1.1);
}
.bunjou__slider .swiper-button-prev:after,
.bunjou__slider .swiper-button-next:after {
  content: "";
}
.bunjou__slider .swiper-button-prev:before,
.bunjou__slider .swiper-button-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}
.bunjou__slider .swiper-button-prev:before {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.bunjou__slider .swiper-button-next:before {
  transform: translate(-70%, -50%) rotate(45deg);
}
.thumbnail-container {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  justify-content: center;
  flex-wrap: wrap;
}
.thumbnail-item {
  width: 80px;
  height: 60px;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.thumbnail-item:hover {
  border-color: #007cba;
  transform: scale(1.05);
}
.thumbnail-item.active {
  border-color: #007cba;
  box-shadow: 0 0 10px rgba(0, 124, 186, 0.5);
}
.thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========= EVENT ========== */
.event__description.low_content__description h1 {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: solid 1px #707070;
  padding-bottom: 0.5em;
}
.event__description--material {
  font-size: 14px;
  margin-bottom: 40px;
}
.event__form {
  background: #f7f7f7;
  padding: 60px 0;
  margin-bottom: 60px;
}
.event__form .event__form--btn a {
  background: #707070;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  display: block;
  width: fit-content;
  margin: 30px auto 0;
}
.low_page.event.low_event {
  margin-bottom: 20px;
}
.low_event .form_page__ttl {
  margin-bottom: 2em;
}
.low_event .form_page__form {
  margin-bottom: 50px;
}

/* ========= COLUMN ========== */
.column__description {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.column__description--category {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0.5em;
}
.column__description--category .open {
  margin-left: 0;
  margin-right: 1em;
  border-radius: 5px;
}
.column__description--ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: solid 1px #707070;
  padding-bottom: 0.5em;
  margin-bottom: 40px;
}
.low_content__description .column__description--ttl h1 {
  flex-grow: 1;
  margin-bottom: 0;
  text-align: left;
}
.column__description--date {
  font-size: 13px;
}

/* ========= COMPANY ========== */
.company__message {
  padding: 60px 0;
}
.company__message--text {
  font-size: 18px;
  font-weight: 600;
}
.company__sns {
  background: #fff;
  margin: 50px 0;
  padding: 50px;
}
.company__sns .company__sns--ttl {
  margin-bottom: 30px;
}
.company__sns--content a img {
  height: 2em;
}
.company__sns--content a span {
  display: block;
  font-size: 14px;
  margin-top: 1em;
}
.company__info {
  padding: 80px 20px;
}

/* ========= RECRUIT ========== */
.recruit__message {
  padding: 60px 0 80px;
}
.recruit__message--content {
  background-image: url(../img/recruit_001.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  height: 35em;
  padding: 120px 70px;
}
.recruit__message--sub_ttl {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
}
.recruit__message--text {
  background: #fff;
  text-align: center;
  font-size: 14px;
  padding: 60px;
  width: 85%;
  margin: -6em auto 0;
}
.recruit__message--text h4 {
  font-size: 22px;
  margin-bottom: 1em;
}
.recruit__info {
  padding: 60px 20px 80px;
}
.recruit__contact {
  padding: 60px 0;
}
.recruit__contact--content h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.recruit__contact--text {
  font-size: 14px;
  margin-bottom: 30px;
}
.recruit__contact--btn_list {
  justify-content: center;
  gap: 20px;
}
.recruit__contact--btn a {
  display: flex;
  align-items: center;
  background: #fff;
  gap: 10px;
  padding: 1em 0;
  justify-content: center;
  width: 25em;
}
.recruit__contact--btn a img {
  height: 1.3em;
}

/* BEGINNER */
.beginner_menu__inner {
  padding: 60px 20px 100px;
}
.beginner_menu__list {
  margin: 50px 0;
}
.beginner_menu__list a {
  margin-bottom: 4%;
}
.beginner_menu__ttl {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.beginner_menu__text {
  font-size: 14px;
}
.beginner_menu__list--ttl {
  position: relative;
  background: #fff;
  padding: 2em 2.5em;
}
.beginner_menu__list--ttl:before {
  content: "";
  position: absolute;
  background: url(http://localhost:10003/wp-content/themes/hottsmile/assets/img/024.svg);
  background-size: auto 1.5em;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  width: 95%;
  height: 100%;
  left: 0;
  top: 0;
}
.beginner_menu__list--ttl span.en {
  font-size: 16px;
  color: #707070;
  letter-spacing: 0.5px;
}
.beginner_menu__list--ttl span.jp {
  font-size: 24px;
  display: block;
}
.beginner_page {
  margin: 50px auto;
}
.page_hd {
  padding: 40px 0;
  background: #DBD9D6;
  position: relative;
  margin-bottom: 80px;
}
.page_hd:before {
  content: "";
  position: absolute;
  width: 100vw;
  right: 0;
  background: #DBD9D6;
  height: 100%;
  top: 0;
}
.page_hd__ttl {
  position: relative;
  padding-left: 80px;
}
.page_hd__ttl:before {
  content: "";
  width: 60px;
  position: absolute;
  height: 1px;
  background: #000;
  top: 52px;
  left: 0;
}
.page_hd__ttl--en {
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Figtree", sans-serif;
  line-height: 1.3;
  color: #707070;
}
.page_hd__ttl--jp {
  font-size: 24px;
  display: block;
  position: relative;
}
.beginner_page__content {
  margin-bottom: 80px;
}
.beginner_about__description--ttl {
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 15px;
  position: relative;
}
.beginner_about__description--ttl span {
  font-size: 16px;
}
.beginner_about__description--ttl:after {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/hottsmile/assets/img/02-07.png);
  width: 4em;
  height: 100%;
  top: 0;
  background-size: auto 2.5em;
  background-position-y: center;
  background-repeat: no-repeat;
  margin-left: 1em;
}
.beginner_about__description--text {
  line-height: 2.2;
}
.beginner_page__content.bk_white {
  background: #fff;
  padding: 80px;
}
.beginner_page__content--ttl {
  font-size: 24px;
  margin-bottom: 0.8em;
}
.beginner_page__content--text {
  margin-bottom: 2em;
}
.beginner_page__inner {
  width: 100%;
  margin-bottom: 50px;
}
.beginner_page__inner:last-child {
  margin-bottom: 0;
}
.beginner_page__inner--content h4 {
  font-size: 20px;
  margin-bottom: 0.5em;
}
.beginner_page__inner--content h5 {
  font-size: 16px;
  margin: 1.5em 0 0.5em;
  font-weight: 600;
}
.beginner_page__kodawari_num {
  margin-top: 30px;
}
.beginner_ft_menu__ttl {
  margin-bottom: 30px;
}
.beginner_ft_menu__list--img {
  width: 30%;
}
.beginner_ft_menu__list--img:before {
  padding-top: 75%;
}
.beginner_ft_menu__list--ttl {
  width: 70%;
  padding-left: 20px;
}
.beginner_ft_menu__list--ttl .en {
  font-size: 14px;
  letter-spacing: 1px;
  color: #707070;
}
.beginner_ft_menu__list--ttl .jp {
  display: block;
  font-size: 22px;
}
.beginner_ft_menu__list a {
  background: #fff;
  margin-bottom: 2%;
  margin-right: 2%;
  width: 49%;
  position: relative;
}
.beginner_ft_menu__list a:before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/hottsmile/assets/img/024.svg);
  background-size: auto 1em;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  width: 95%;
  height: 100%;
  left: 0;
  top: 0;
}
.beginner_ft_menu {
  padding: 60px 0 100px;
}
.beginner_ft_menu__list a.active {
  background: #DBD9D6;
}
.beginner_guide__list--img {
  width: 30%;
  z-index: 1;
}
.beginner_guide__list--description {
  width: 66%;
  z-index: 1;
}
.beginner_guide__list--ttl {
  font-size: 20px;
  margin-bottom: 1em;
}
.beginner_guide__list--content {
  position: relative;
  padding: 60px 0;
  margin-bottom: 80px;
}
.beginner_guide__list--content:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #fff;
  top: 0;
  left: 100px;
}
.beginner_guide__list--content:nth-child(2n):after {
  left: unset;
  right: 100px;
}
.beginner_guide__ft {
  background: url(/wp-content/themes/hottsmile/assets/img/02-25.jpg);
  background-size: cover;
  color: #fff;
  font-size: 22px;
  padding: 100px;
  background-position: center;
}
.beginner_flow__fv {
  margin-bottom: 80px;
}
.beginner_page__flow--img {
  margin-top: 50px;
}
.beginner_flow__list--content {
  align-items: center;
}
.beginner_flow__list--content .beginner_guide__list--img {
  width: 40%;
}
.beginner_flow__list--content .beginner_guide__list--description {
  width: 56%;
}
.beginner_guide__list--ttl span.en {
  font-size: 13px;
  background: #404040;
  color: #fff;
  display: block;
  width: fit-content;
  letter-spacing: 1px;
  padding: 0.2em 1em 0.1em;
  margin-bottom: 1em;
}
.beginner_flow__list--content .beginner_guide__list--ttl {
  margin-bottom: 0.8em;
  font-size: 22px;
}
.beginner_guide__list--btn {
  margin-top: 30px;
}
.beginner_guide__list--description.beginner_guide__list--description_1col {
  z-index: 1;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  padding: 60px 60px;
  width: 100%;
}
.beginner_flow__list--1col_content:after {
  display: none;
}
.beginner_flow__list--1col_content {
  padding: 0;
}
.beginner_flow__list--content:before {
  content: "";
  position: absolute;
  width: 100%;
  background: url(/wp-content/themes/hottsmile/assets/img/02-39.svg);
  background-size: auto 100%;
  height: 1.5em;
  bottom: -53px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
.beginner_guide__list--content:last-child:before {
  display: none;
}
.beginner__fv--ttl {
  font-size: 22px;
  margin-bottom: 0.5em;
  font-weight: 600;
}
.beginner__fv--ttl span {
  display: block;
  font-weight: 600;
  font-size: 16px;
}
.beginner_financial__flex {
  margin-bottom: 80px;
}
.beginner_page__content--ttl span {
  display: block;
  font-size: 18px;
}
.beginner_financial__flex--text_item {
  padding-bottom: 1em;
  border-bottom: solid 1px #DBD9D6;
  margin-bottom: 1em;
  font-size: 14px;
}
.beginner_financial__flex--text {
  margin-top: 30px;
}
.beginner_financial__fulltext {
  margin-top: 50px;
  line-height: 2;
}
.beginner__gray_obi--ttl {
  background: #DBD9D6;
  margin-bottom: 60px;
  padding: 50px;
}
.beginner__gray_obi--ttl {
  background: #DBD9D6;
  margin-bottom: 60px;
  padding: 50px 20px 40px;
  font-size: 36px;
}
.beginner__gray_obi--ttl span.en {
  font-size: 16px;
  letter-spacing: 1px;
  display: block;
}
.beginner_guide__list--ttl span {
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.beginner_financial__flex--bk_white {
  background: #fff;
  padding: 40px;
}
.beginner_financial__flex--bk_white_ttl {
  font-size: 22px;
  margin-bottom: 9px;
}
.beginner_financial__flex--bk_white_ttl span {
  font-size: 18px;
  display: block;
}
.beginner_financial__flex--bk_white_text {
  width: fit-content;
  margin: 0 auto;
}
.beginner_page__inner--text {
  width: 100%;
  margin: 0 auto;
}
.beginner__faq--text {
  font-size: 14px;
  margin-bottom: 60px;
}
.beginner__faq_menu {
  margin-bottom: 50px;
}
.beginner__faq_menu li a {
  display: block;
  background: #DBD9D6;
  padding: 1em 1.5em;
  margin-bottom: 4%;
  position: relative;
}
.beginner__faq_menu li a:before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/hottsmile/assets/img/024.svg);
  background-size: auto 1em;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  width: 95%;
  height: 100%;
  left: 0;
  top: 0;
}
.beginner__faq_list--item {
  background: #fff;
  padding: 70px;
  margin-bottom: 80px;
}
h3.beginner__faq_list--ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
  display: block;
}
.beginner__faq_list--ttl {
  display: flex;
  font-size: 24px;
  gap: 10px;
}
.beginner__faq_list--text {
  display: flex;
  font-size: 14px;
  gap: 15px;
  margin-top: 10px;
}
.beginner__faq_list--content {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: solid 1px #DBD9D6;
}
.beginner__faq_list--content:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

/* ========= LINEUP ========== */
.line_up__content {
  margin-top: 80px;
}
.sawapoka_series {
  margin: 50px auto;
}
.sawapoka_series__intro--ttl {
  font-size: 22px;
  margin-bottom: 0.5em;
  font-weight: 600;
}
.sawapoka_series__intro--ttl span {
  display: block;
  font-weight: 600;
  font-size: 16px;
}
.sawapoka_series__menu {
  margin: 60px auto 80px;
}
.sawapoka_series__menu--list {
  margin: 50px 0;
}
.sawapoka_series__menu--list a {
  position: relative;
  background: #fff;
  padding: 30px;
}
.sawapoka_series__menu--list .en {
  font-size: 14px;
  letter-spacing: 1px;
  color: #707070;
}
.sawapoka_series__menu--list .jp {
  display: block;
  font-size: 22px;
}
.sawapoka_series__menu--list a:before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/hottsmile/assets/img/024.svg);
  background-size: auto 1em;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  width: 95%;
  height: 100%;
  left: 0;
  top: 0;
}
.sawapoka_series__feature_mv {
  background: url(/wp-content/themes/hottsmile/assets/img/05-02.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 80px;
}
.sawapoka_series__feature_mv--imgttl img {
  width: 100%;
  max-width: 700px;
}
.lineup_page__event--banner a {
  display: block;
  background: #fff;
  margin: 50px 0 0;
  padding: 30px 0 40px;
  position: relative;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 0 10px #c0c0c0;
}
.sawapoka_series__feature--banner a {
  background: rgb(255 255 255 / 80%);
  box-shadow: unset;
}
.lineup_page__event--banner a span {
  font-size: 16px;
}
.lineup_page__event--banner a:before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/hottsmile/assets/img/024.svg);
  background-size: auto 1em;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  width: 95%;
  height: 100%;
  left: 0;
  top: 0;
}
.sawapoka_series__feature_info {
  padding: 60px;
  background: #DBD9D6;
  margin-bottom: 80px;
}
.sawapoka_series__feature_info--illust {
  text-align: center;
  margin-bottom: 40px;
}
.sawapoka_series__feature_info--ttl h3 {
  font-size: 30px;
}
.sawapoka_series__feature_info--ttl {
  font-size: 26px;
}
.sawapoka_series__feature_info--yazirushi img {
  width: 1em;
}
.sawapoka_feature__ttl {
  background: #DBD9D6;
  justify-content: center;
  padding: 20px;
}
.sawapoka_feature__ttl img {
  padding-right: 2em;
  margin-right: 2em;
  border-right: solid 1px #000;
}
.sawapoka_feature__ttl h2 {
  font-size: 20px;
}
.sawapoka_feature__ttl h2 span {
  font-size: 30px;
  margin: 0 5px;
}
.sawapoka_feature__content {
  background: #fff;
  padding: 70px;
}
.sawapoka_feature__text {
  margin-bottom: 50px;
}
.sawapoka_feature__flex--ttl {
  font-size: 22px;
  margin: 10px 0;
}
.sawapoka_feature_conditioning {
  background: #fff;
  margin: 80px 0;
  padding: 60px 0;
}
.sawapoka_feature_conditioning__ttl {
  font-size: 32px;
  line-height: 1.6;
  margin-bottom: 50px;
}
.sawapoka_feature_conditioning__ttl img {
  display: block;
  margin: 0 auto;
  margin-bottom: 0.3em;
}
.conditioning_point {
  background: #F7F7F7;
}
.conditioning_point {
  text-align: center;
  padding: 30px;
  font-size: 14px;
}
.conditioning_point__text strong {
  font-weight: bold;
  font-size: 16px;
}
.conditioning_point img {
  height: 7em;
  margin-bottom: 25px;
}
.comparison_item {
  box-shadow: 0 0 10px #c0c0c0;
  padding: 40px 60px;
}
.sawapoka_feature_conditioning__points {
  margin-bottom: 80px;
}
.sawapoka_feature_conditioning__comparison {
  margin-bottom: 80px;
}
.sawapoka_detailed_comparison__ttl {
  font-size: 30px;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: solid 1px #DBD9D6;
}
.detailed_comparison_item__img {
  width: 40%;
}
.detailed_comparison_item__content {
  width: 56%;
}
.detailed_comparison_item__ttl {
  font-size: 24px;
  margin-bottom: 0.5em;
}
.detailed_comparison_item__subtitle {
  font-size: 16px;
  font-weight: 600;
}
.merit_list {
  margin: 20px 0;
}
.merit_list__ttl {
  background: #DBD9D6;
  font-size: 14px;
  font-weight: 600;
  padding: 0.5em 1.5em;
  margin-bottom: 15px;
}
span.number {
  font-family: "Figtree", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DBD9D6;
  width: 2em;
  height: 2em;
  padding-top: 0.1em;
  border-radius: 100%;
}
.merit_list__items li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.merit_list__items li:last-child {
  margin-bottom: 0px;
}
.recommend_box {
  border: solid 1px #000;
  padding: 20px;
  font-size: 14px;
}
.recommend_box__ttl {
  font-size: 16px;
  margin-bottom: 0.3em;
  font-weight: 600;
}
.detailed_comparison_item {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: solid 1px #DBD9D6;
}
.sawapoka_series__feature_banner {
  background: url(/wp-content/themes/hottsmile/assets/img/05-33.jpg);
  background-size: cover;
  background-position: center;
  padding: 70px 0;
  margin-bottom: 80px;
}
.sawapoka_series__feature_banner .lineup_page__event--banner a {
  margin: 0;
}
.width_80 {
  width: 80%;
  margin: 0 auto 50px;
}
.sawapoka_feature {
  margin-bottom: 80px;
}
.quality_point__text {
  margin-top: 15px;
}
.sawapoka_feature__title_section {
  margin: 50px 0 20px;
}
.sawapoka_feature__subtitle {
  font-size: 24px;
  margin-bottom: 0.5em;
}
.sawapoka_feature__award {
  border: solid 1px #000;
  padding: 40px;
  margin-top: 50px;
}
.award__img {
  text-align: center;
}
.award__img img {
  max-width: 200px;
}
.sawapoka_series__ft_menu--list {
  margin: 50px 0;
}
.sawapoka_series__ft_menu--list .en {
  font-size: 14px;
  letter-spacing: 1px;
  color: #707070;
}
.sawapoka_series__ft_menu--list .jp {
  display: block;
  font-size: 22px;
}
.sawapoka_series__ft_menu--list a {
  display: block;
  background: #fff;
}
.sawapoka_series__ft_menu--list h3 {
  position: relative;
  padding: 20px 20px 10px;
}
.sawapoka_series__ft_menu--list h3:before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/hottsmile/assets/img/024.svg);
  background-size: auto 1em;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  width: 95%;
  height: 100%;
  left: 0;
  top: 0;
}
.sawapoka_series__ft_menu--text {
  padding: 0 20px 25px;
}
.sawapoka_series__ft_voice {
  background: #fff;
  padding: 60px;
  margin-bottom: 80px;
}
.sawapoka_series__ft_voice--ttl {
  font-size: 22px;
  margin-bottom: 1em;
}
.sawapoka_series__ft--wrap {
  text-align: center;
}
.sawapoka_series__ft--content {
  margin-bottom: 30px;
}
.sawapoka_series__ft--banner {
  margin-bottom: 60px;
}
.lineup_page__ft_ttl {
  margin-bottom: 2em;
}
.sawapoka_series {
  margin: 50px auto 0;
  padding-bottom: 100px;
}
.lineup_page__content--description {
  background: #fff;
  padding: 50px;
  margin: 20px 0 0;
}
span.en.lineup_page__content--ttlpoint {
  font-size: 36px;
  margin-bottom: 0.2em;
}
.lineup_page__content {
  margin-bottom: 70px;
}
.lineup_page__ft {
  padding-bottom: 100px;
}
.lineup_page__content.lineup_page__event {
  text-align: center;
  margin: 100px 0 0;
}
.lineup_page__content.bk_white {
  background: #fff;
  padding: 60px;
}
.lineup_page__ttl {
  text-align: center;
  margin-bottom: 40px;
}
.lineup_page__table--ttl {
  width: 20%;
}
.lineup_page__table--text {
  width: 80%;
}
.lineup_page__table--content {
  padding: 20px 30px;
  border-top: solid 1px #DBD9D6;
  font-size: 14px;
}
.lineup_page__table--content:last-child {
  border-bottom: solid 1px #DBD9D6;
}
.lineup_page__table--text.flex {
  align-items: center;
  gap: 10px;
}
.lineup_page__table--text.flex img {
  height: 2.5em;
}
.lineup_page__hottsmile--info {
  background: #fff;
  padding: 80px 0 100px;
}
.lineup_page__hottsmile--info .lineup_page__hottsmile--ttl {
    text-align: center;
    margin-bottom: 40px;
}
/* SERIES TABLE */
.lineup_page__series--table {
  position: relative;
}
.series_comparison_table__activebk {
  position: absolute;
  width: 16.666%;
  background: #fff;
  height: 100%;
  box-shadow: 0 0 10px #d6d6d6;
}
.series_comparison_table {
  border-radius: 8px;
  overflow: hidden;
  margin: 40px 0;
  position: relative;
}
.comparison_table_header {
  display: flex;
  border-bottom: 1px solid #ddd;
}
.comparison_header_item span {
  display: block;
  background: #fff;
  padding: 1em 0;
  border-radius: 7px;
}
.comparison_header_item span.comparison_header_active {
  background: #404040;
  color: #fff;
}
.comparison_header_item {
    flex: 1;
    padding: 20px 15px;
    text-align: center;
    font-weight: bold;
    position: relative;
}
.comparison_header_item:first-child {
    margin-left: 0;
}
.comparison_header_item:last-child {
    border-right: none;
    margin-right: 0;
}
.comparison_table_content {
    display: flex;
    border-bottom: 1px solid #ddd;
}
.comparison_content_label {
    flex: 1;
    padding: 20px 15px;
    display: flex;
}
.content_label {
    font-weight: bold;
}
.comparison_content_item {
    flex: 1;
    padding: 20px 15px;
}
.comparison_content_item:last-child {
    border-right: none;
}
.content_description p {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.6;
}
.content_description .more_link {
    text-decoration: underline;
    font-size: 14px;
}
.comparison_row {
    display: flex;
    border-bottom: 1px solid #ddd;
}
.comparison_row:last-child {
    border-bottom: none;
}
.comparison_label {
  flex: 1;
  padding: 15px 15px 35px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.comparison_cell {
  flex: 1;
  padding: 15px 15px 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
}
.comparison_cell.red {
  color: #e74c3c;
  font-weight: 600;
}
.comparison_cell:last-child {
    border-right: none;
}
.comparison_cell .icon {
    width: 24px;
    height: 24px;
}
.comparison_cell .value {
    font-size: 14px;
    font-weight: bold;
}
.comparison_cell .value.red {
    color: #e74c3c;
}
.comparison_cell.active .value.red {
    color: #e74c3c;
}
.gray {
  color: #707070;
}
.comparison_row__price {
  position: relative;
}
.comparison_row__price--yazirushi {
  width: 83.33%;
  position: absolute;
  left: 16.66%;
  text-align: center;
  top: 15px;
}
.comparison_row__price--yazirushi img {
  height: 1.2em;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .series_comparison_table {
        font-size: 12px;
    }
    
    .comparison_header_item,
    .comparison_cell,
    .comparison_label {
        padding: 10px 8px;
    }
    
    .comparison_description p {
        font-size: 12px;
    }
    
    .comparison_cell .icon {
        width: 20px;
        height: 20px;
    }
    
    .comparison_cell .value {
        font-size: 12px;
    }
}

/* FORM */
.form_page__present {
  padding: 60px 0 80px;
}
.form_page__present--item--img img {
  width: 100%;
}
.form_page__present__ttl {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}
.form_page__present--item--ttl {
  font-size: 14px;
}
.form_page__present--item--ttl h3 {
  font-size: 20px;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  border-bottom: solid 1px #000;
}
.form_page__present--item--ttl h4 {
  margin-bottom: 1em;
  font-weight: 600;
}
.form_page {
  background: #fff;
  padding: 80px 0;
}
.form_page__description {
  background: #DBD9D6;
  padding: 40px;
  margin: 50px 0;
}
.form_page__description span {
  font-size: 1.2em;
  margin-left: 0.5em;
}
.form_page__description a {
  text-decoration: underline;
}
.form-controlradio {
  margin-top: 15px;
}
.mwform-checkbox-field label, .mwform-radio-field label {
  font-weight: normal;
  margin-bottom: 0;
  white-space: nowrap;
}
.low_policy__content {
  font-size: 14px;
}
.low_policy__content h3 {
  font-size: 18px;
  margin-bottom: 1em;
}
.low_policy__content p {
  margin-bottom: 25px;
}
.low_bilder {
  margin-bottom: 60px;
}

/* SHOWROOM */
.showroom {
  padding: 60px 0 0px;
}
.showroom__intro {
  margin-bottom: 50px;
}
.showroom__intro--ttl {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0.5em;
}
.showroom__intro--text {
  font-size: 14px;
}
.showroom__problems {
  background: #fff;
  padding: 80px;
}
.season_problem {
  margin-bottom: 50px;
}
.season_problem__img {
  width: 35%;
  padding-top: 30px;
}
.season_problem__content {
  width: 65%;
  padding-left: 2em;
}
.season_problem.summer_problem:nth-child(2n) .season_problem__content {
  padding-left: 0;
  padding-right: 2em;
}
.season_problem__ttl {
  background: #DBD9D6;
  font-size: 18px;
  font-weight: 600;
  padding: 0.5em 1em;
  margin-bottom: 15px;
}
.season_problem__list li {
  position: relative;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.season_problem__list li:before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(/wp-content/themes/hottsmile/assets/img/08-03.svg);
  background-position: center;
}
.showroom__problems--cta {
  background: #DBD9D6;
  text-align: center;
  font-size: 14px;
  padding: 40px 20px;
}
.problems_cta__ttl {
  font-size: 24px;
  font-weight: 600;
  margin: 0.5em 0;
}
.showroom__details {
  padding: 80px 0;
  position: relative;
}
.showroom__details--content_bk {
  position: relative;
  padding: 80px 0;
  margin: 40px 0 0;
}
.showroom__details--content_bk:before {
  content: "";
  position: absolute;
  background: #DBD9D6;
  width: 100vw;
  height: 100%;
  right: 100px;
  top: 0;
}
.showroom__details--content {
  position: relative;
}
.showroom__details--gallery {
  position: relative;
}
.showroom__details--description {
  font-size: 14px;
}
.showroom__details--name {
  font-size: 16px;
  margin-bottom: 1.5em;
}
.showroom__details--name span {
  font-size: 26px;
}
.showroom__details--main_img {
  width: 56%;
}
.showroom__details--main_img:before {
  padding-top: 60%;
}
.gallery__image {
  width: 23.5%;
}
.gallery__image:before {
  padding-top: 60%;
}
.showroom__details--content {
  position: relative;
  margin-bottom: 40px;
}
.showroom__point {
  background: #fff;
  padding: 80px 0;
}
.showroom__point--item {
  margin-bottom: 80px;
}
.showroom__point--item--subttl {
  font-size: 14px;
  margin-top: 1em;
  margin-bottom: -0.5em;
}
.showroom__point--item--subttl span {
  color: #707070;
  margin-left: 0.3em;
}
.showroom__point--item:nth-child(2n) {
  margin-top: 150px;
}
.showroom__point--item--content {
    font-size: 20px;
    margin: 1em 0 0.8em;
}
.showroom__ft {
  padding: 80px 20px 40px;
}