.pc_none {
  display: none;
}

@media (max-width: 768px) {
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
}
.head--bold__m {
  font-weight: bold;
  font-size: 2.75rem;
}
.head--bold__m + p {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.m30 {
  margin: 30px 0;
}

h2 {
  font-weight: bold;
}

.wp-block-columns {
  justify-content: space-between;
  flex-wrap: wrap !important;
}

.wp-block-image {
  margin: 0 0 10px;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 0;
}

.is-style-col-rev {
  flex-direction: row-reverse;
}

.is-style-col-cntr {
  justify-content: center;
  gap: 0 5%;
}

.product--mv {
  position: relative;
}
.product--mv img {
  width: 100%;
  height: auto;
}

.product--mv__title {
  min-width: 450px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
  .product--mv__title {
    min-width: max-content;
    min-height: 0;
    padding: 15px 20px 10px;
  }
}
.product--mv__title p {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.product--mv__title h1 {
  font-weight: bold;
  text-align: center;
  font-size: 3.25rem;
}
@media (max-width: 768px) {
  .product--mv__title h1 {
    font-size: 1.6rem;
  }
}

.product--inner h2 {
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .product--inner h2 {
    font-size: 1.75rem;
  }
}
.product--inner h2 + p {
  text-align: center;
}
.product--inner h3 {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.product--inner table {
  width: 90%;
  max-width: 1200px;
  margin: 150px auto;
}
@media (max-width: 768px) {
  .product--inner table {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .product--inner table {
    margin: 70px auto;
  }
}
.product--inner table tr td {
  font-size: 1.125rem;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .product--inner table tr td {
    font-size: 1rem;
  }
}
.product--inner table tr td:first-child {
  width: 22.5%;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .product--inner table tr td:first-child {
    width: 30%;
  }
}

.product--title_l {
  width: 90%;
  max-width: 1200px;
  margin: 50px auto;
}
@media (max-width: 768px) {
  .product--title_l {
    width: 95%;
    margin: 35px auto;
  }
}

.product--title_m {
  width: 90%;
  max-width: 1200px;
  margin: 50px auto;
}
@media (max-width: 768px) {
  .product--title_m {
    width: 95%;
    margin: 35px auto;
  }
}

.product--lead {
  text-align: center;
}

.product--text {
  width: 90%;
  max-width: 1200px;
  margin: 50px auto;
  text-align: left;
}
@media (max-width: 768px) {
  .product--text {
    width: 95%;
    margin: 35px auto;
  }
}

.product--point__box {
  width: 90%;
  max-width: 1200px;
  justify-content: space-between;
  margin: 100px auto;
}
@media (max-width: 768px) {
  .product--point__box {
    width: 95%;
  }
}
.product--point__box::after {
  display: block;
  content: "";
  width: 30%;
}
@media (max-width: 768px) {
  .product--point__box {
    gap: 30px 0;
  }
  .product--point__box::after {
    display: none;
  }
}
.product--point__box h4 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .product--point__box h4 {
    margin-bottom: 15px;
  }
}
.product--point__box h4 + p {
  text-align: left;
}

.product--imgbox_m {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto;
}
@media (max-width: 768px) {
  .product--imgbox_m {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .product--imgbox_m {
    margin: 70px auto 0;
    gap: 20px 0;
  }
}
.product--imgbox_m .wp-block-columns {
  justify-content: space-between;
}
.product--imgbox_m h4 {
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: left;
  font-weight: bold;
  margin-bottom: 15px;
}
.product--imgbox_m h4 + p {
  text-align: left;
}

.product--imgbox_l.wp-block-columns {
  margin: 100px auto;
}
.product--imgbox_l.wp-block-columns::after {
  display: block;
  width: 30%;
}
@media (max-width: 768px) {
  .product--imgbox_l.wp-block-columns {
    width: 95%;
    margin: 70px auto;
    gap: 20px 0;
  }
  .product--imgbox_l.wp-block-columns::after {
    display: none;
  }
}
.product--imgbox_l.wp-block-columns .product--imgbox_l__img {
  width: 50%;
}
@media (max-width: 768px) {
  .product--imgbox_l.wp-block-columns .product--imgbox_l__img {
    width: 100%;
    margin: 0;
  }
}
.product--imgbox_l.wp-block-columns .product--imgbox_l__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  text-align: left;
}
@media (max-width: 768px) {
  .product--imgbox_l.wp-block-columns .product--imgbox_l__text {
    padding: 0;
  }
}
.product--imgbox_l.wp-block-columns .product--imgbox_l__text h4 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
}
.product--imgbox_l.wp-block-columns .product--imgbox_l__text p {
  width: 100%;
}

.product--imgbox_s {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto;
}
@media (max-width: 768px) {
  .product--imgbox_s {
    width: 95%;
    margin: 70px auto;
    gap: 30px 0;
  }
  .product--imgbox_s::after {
    display: none;
  }
}
.product--imgbox_s h4 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 10px;
}
.product--imgbox_s h4 + p {
  margin-top: 10px;
  text-align: left;
}

.product--gallary_01 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .product--gallary_01 {
    width: 100%;
  }
}

.product--gallary_02 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .product--gallary_02 {
    width: 100%;
  }
}
.product--gallary_02 .is-layout-flow {
  padding-top: 25%;
  position: relative;
}
.product--gallary_02 .is-layout-flow img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.product--gallary_03 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .product--gallary_03 {
    width: 100%;
  }
}
.product--gallary_03 .is-layout-flow {
  padding-top: 16.665%;
  position: relative;
}
.product--gallary_03 .is-layout-flow img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.product--gallary_04 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .product--gallary_04 {
    width: 100%;
  }
}
.product--gallary_04 .is-layout-flow {
  padding-top: 12.5%;
  position: relative;
}
.product--gallary_04 .is-layout-flow img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.product--slider {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto;
}
@media (max-width: 768px) {
  .product--slider {
    width: 95%;
    margin: 70px auto;
  }
}

.product--title_wh {
  position: relative;
  margin: 100px auto 50px;
  z-index: 2;
}
@media (max-width: 768px) {
  .product--title_wh {
    margin: 70px auto 0;
    padding: 40px 0;
  }
}
.product--title_wh::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.product--title_wh img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product--title_wh .product--title_wh_wrap {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .product--title_wh .product--title_wh_wrap {
    padding: 0;
  }
}
.product--title_wh .product--title_wh_wrap h2 {
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto 15px;
}
.product--title_wh .product--title_wh_wrap h2::after {
  content: "";
  width: 300px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.product--title_wh .product--title_wh_wrap p {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.product--floor__img {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto 0;
}
@media (max-width: 768px) {
  .product--floor__img {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .product--floor__img {
    margin: 50px auto 0;
  }
}
.product--floor__img .wp-block-columns {
  justify-content: space-between;
}
@media (max-width: 768px) {
  .product--floor__img .wp-block-columns {
    gap: 30px 0;
  }
}
.product--floor__img .sup_text {
  font-size: 0.75rem;
  text-align: left;
  margin: 30px 0 50px;
}
.product--floor__img .white-button {
  margin-top: 50px;
}

.product--plan__text {
  width: 90%;
  max-width: 1200px;
  margin: 50px auto;
  text-align: left;
}
@media (max-width: 768px) {
  .product--plan__text {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .product--plan__text {
    margin: 30px auto 0;
    gap: 30px 0;
  }
}
.product--plan__text .product--plan__text__wrap {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
.product--plan__text .wp-block-columns {
  justify-content: space-between;
}
@media (max-width: 768px) {
  .product--plan__text .wp-block-columns {
    gap: 30px 0;
  }
}
.product--plan__text h4 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}

/*# sourceMappingURL=blocks.css.map */
