@media (max-width: 1200px) {
  .fv-img img {
    object-position: right;
  }
}
@media (max-width: 1024px) {
  .header-nav {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #fff;
    width: 300px;
    transition: 0.3s ease-in-out;
    transform: translateX(100%);
  }
  .header-nav.active {
    transform: translateX(0);
  }
  .header-nav a::after {
    color: #b48b43;
  }
  .header-nav ul {
    flex-direction: column;
    margin-top: 6rem;
  }
  .header-nav li + li {
    margin-left: 0;
    margin-top: 1rem;
  }
  .openbtn {
    display: block;
  }
  .about-top-img {
    width: 80%;
  }
  .about-bottom-textwrap {
    position: absolute;
    right: 0;
    bottom: -10%;
    width: auto;
  }
  .about-bottom-text {
    font-size: 10vw;
    line-height: 0.75;
  }
  .about-bottom {
    position: relative;
  }
  .u-promise-contents li {
    width: calc((100% - 2rem) / 2);
  }
}
@media (max-width: 992px) {
  .shop-contents {
    flex-direction: column-reverse;
  }
  .shop-textwrap {
    width: 95%;
    padding: 0;
    margin: 1rem auto 0;
    max-width: 800px;
  }
  .shop-img {
    margin: 0 auto;
    width: 80%;
    max-width: 400px;
  }
  .fv-textwrap {
    top: initial;
    bottom: 3rem;
  }
  .fv-main {
    font-size: 2.75rem;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
      1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff,
      1px 0 0 #000;
    color: #c50000;
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
  }
  .fv-sub {
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
      1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff,
      1px 0 0 #000;
  }
  .series-item {
    width: calc((100% - 2rem) / 2);
    margin: 1rem 0.5rem;
  }
  .series-contents {
    flex-wrap: wrap;
    justify-content: center;
  }
  .message {
    margin-top: 0;
  }
  .message-contents {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
  }
  .message-imgwrap {
    margin: 0 auto;
    top: 0;
    width: 80%;
    max-width: 400px;
  }
  .message-img {
    aspect-ratio: 1/1.2;
  }
  .message-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .message-textwrap {
    width: 95%;
    margin: 0 auto;
    max-width: none;
  }
  .u-series-item-top-textwrap h2::before {
    font-size: 4rem;
  }
  .u-series-item-top-textwrap h2 span {
    font-size: 1.5rem;
  }
  .payment-item ul li {
    width: calc((100% - 8rem) / 8);
  }
}
@media (max-width: 900px) {
  .news-lists li a {
    flex-wrap: wrap;
  }
  .news-lists li h3 {
    width: 100%;
    margin-top: 0.5rem;
  }
  .news-lists li + li {
    margin-top: 0.5rem;
  }
  .about-bottom-text {
    font-size: 13vw;
  }
  .u-cosmetics-item {
    width: calc((100% - 4rem) / 2);
  }
  .u-news-wrap {
    flex-direction: column-reverse;
  }
  .u-news-main {
    width: 100%;
    margin-top: 4rem;
  }
  .u-news-aside {
    width: 100%;
  }
  .e-products-contents li {
    width: calc((100% - 2rem) / 2);
  }
  .u-company-table th {
    width: 200px;
  }
  .u-company-table td {
    width: calc(100% - 200px);
  }
  .u-traning-top h2 {
    font-size: 1.75rem;
  }
  .u-traning-top p {
    font-size: 1.2rem;
  }
  .s-traning-title {
    font-size: 1.75rem;
  }
  .u-traning-top {
    margin-top: 1rem;
  }
  .u-traning-top h3 {
    font-size: 1.5rem;
  }
  .recom-lists li {
    width: calc((100% - 3rem) / 3);
  }
  .recom-item-title {
    font-size: 1rem;
  }
}
@media (max-width: 800px) {
  .u-fv-title {
    font-size: 1.4rem;
  }
  .u-fv-title::before {
    font-size: 4.5rem;
  }
}
@media (max-width: 768px) {
  .series-item-title {
    font-size: 1.2rem;
  }
  .hadagym-contents {
    flex-direction: column;
  }
  .about-top-img {
    width: 100%;
  }
  .fv-main {
    font-size: 2.5rem;
  }
  .hadagym-textwrap {
    padding: 0;
    margin: 2rem auto 0;
    width: 95%;
  }
  .u-item-top-title {
    font-size: 2rem;
  }
  .u-item-top-text p {
    font-size: 1.2rem;
  }
  .u-item-top-text p + p {
    font-size: 1rem;
  }
  .u-cosmetics-item {
    width: calc((100% - 2rem) / 2);
    margin: 0.5rem;
  }

  .custom-modal-content {
    overflow-y: auto; /* 縦スクロールを有効に */
    height: 90vh;
  }
  .modal-inner {
    flex-direction: column;
  }
  .modal-left {
    width: 100%;
  }
  .modal-textwrap {
    width: 100%;
    margin-top: 1rem;
  }
  .custom-modal-content {
    padding: 2rem 1rem;
  }
  .u-hadagym-top-text {
    font-size: 1.1rem;
    margin-top: 1rem;
  }
  .point-num {
    width: 200px;
  }
  .hadagym-point-item-textwrap {
    width: calc(100% - 200px);
  }
  .visitor-contents li {
    width: 100%;
    margin: 0;
  }
  .visitor-contents li + li {
    margin-top: 2rem;
  }
  .e-products-contents li {
    padding: 2rem 1rem;
  }
  .payment-item ul li {
    width: calc((100% - 6rem) / 6);
    padding: 0;
  }
  .price-membership-top h3 {
    font-size: 1.75rem;
  }
  .price-membership-top h4 {
    font-size: 1.5rem;
  }
  .membership-admission-value {
    font-size: 1.75rem;
  }
  .u-company-table th {
    width: 150px;
  }
  .u-company-table td {
    width: calc(100% - 150px);
  }
}
@media (max-width: 600px) {
  .u-series-item-top {
  }
  .u-series-item:nth-of-type(even) .u-series-item-top,
  .u-series-item-top {
    flex-direction: column;
    align-items: center;
  }
  .u-series-item-top-img {
    width: 90%;
  }
  .u-series-item-top-textwrap {
    width: 100%;
    margin-top: 1rem;
  }
  .hadagym-point-item {
    flex-direction: column;
  }
  .point-num {
    width: 100%;
  }
  .hadagym-point-item-textwrap {
    width: 100%;
  }
  .hadagym-point-item-textwrap h3 {
    text-align: center;
  }
  .philosophy-top h3 {
    font-size: 2rem;
  }
  .philosophy-top ul li {
    font-size: 1.5rem;
  }
  .philosophy-contents p {
    font-size: 1.1rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .series-item {
    width: 100%;
    margin: 0;
  }
  .series-item + .series-item {
    margin-top: 2rem;
  }
  .section-title::before {
    font-size: 4rem;
    top: 1rem;
  }
  .message-title::before {
    top: 0;
  }
  .bf-title::before {
    top: 0;
  }
  .bf-slider .slick__images {
    padding: 0;
  }
  .bf-slider .slick__prev,
  .bf-slider .slick__next {
    bottom: -4rem;
    right: initial;
    top: initial;
    transform: translateX(-50%);
  }
  .bf-slider .slick__prev {
    left: calc(50% - 2rem);
  }
  .bf-slider .slick__next {
    left: calc(50% + 2rem);
  }
  .message-img-textwrap h3 {
    font-size: 1.5rem;
  }
  section {
    padding: 2.5rem 0;
  }
  .consignment-text {
    font-size: 1.1rem;
    width: 90%;
    margin: 2rem auto 0;
  }
  .morebtn {
    margin-top: 2.5rem;
  }
  .header-logo img {
    width: 150px;
  }
  header.active .header-logo img {
    width: 120px;
  }
  header.active .header-inner {
    height: 70px;
  }
  .u-cosmetics-item {
    width: 100%;
    margin: 0;
  }
  .u-cosmetics-item + .u-cosmetics-item {
    margin-top: 2rem;
  }
  .u-item-top-title {
    font-size: 1.5rem;
  }
  .u-item-top-text p {
    font-size: 1.05rem;
  }
  .u-news-lists h3 {
    font-size: 1rem;
  }
  .u-news-text {
    font-size: 0.95rem;
  }
  .u-hadagym-top-text {
    font-size: 1rem;
  }
  .u-hadagym-top h2 {
    font-size: 1.3rem;
  }
  .u-hadagym-top h2 span {
    font-size: 1.75rem;
  }
  .u-promise-contents li {
    width: 100%;
    margin: 0;
    padding-top: 2.5rem;
  }
  .u-promise-contents li + li {
    margin-top: 2rem;
  }
  .u-fv {
    height: 250px;
  }
  .monthly-contents li {
    width: 100%;
    margin: 0;
  }
  .monthly-contents li + li {
    margin-top: 1rem;
  }
  .e-products-contents li {
    width: 100%;
    margin: 0;
  }
  .e-products-contents li + li {
    margin-top: 1rem;
  }
  .u-company-table th {
    width: 120px;
  }
  .u-company-table td {
    width: calc(100% - 120px);
    padding: 1rem 0.5rem;
  }
  .u-company-table th {
    font-size: 1rem;
    padding: 1rem 0.5rem;
  }
  .u-traning-top h2 {
    font-size: 1.5rem;
  }
  .u-traning-top p {
    font-size: 1.05rem;
  }
  .recom-lists li {
    width: calc((100% - 2rem) / 2);
  }
  .recom-contents {
    margin-top: 1.5rem;
  }
  .recom-title {
    font-size: 1.3rem;
  }
  .u-contact h2 {
    font-size: 1.5rem;
  }
  .u-contact p {
    font-size: 1.1rem;
  }
  .contact-an h2 {
    font-size: 1.3rem;
  }
  .contact-an-info-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-an-info {
    margin-top: 1rem;
  }
  .contact-an-info p {
    width: 100%;
  }
  .contact-an-info h3 {
    width: 100%;
  }
  .contact-an-info h3 {
    font-size: 1.1rem;
  }
  .contact-an-info p {
    font-size: 1rem;
  }
  .openbtn {
    top: 0.75rem;
    right: 1rem;
  }
}
@media (max-width: 480px) {
  .footer-nav ul {
    flex-direction: column;
    text-align: center;
  }
  .fv-textwrap {
    left: 2rem;
    bottom: 6rem;
  }
  .fv-main {
    font-size: 2rem;
    margin-top: 0;
  }
  .fv-sub {
    font-size: 1.2rem;
  }
  .news-inner {
    padding: 1rem;
    width: 95%;
  }
  .section-title {
    font-size: 1.2rem;
  }
  .u-fv-title::before {
    font-size: 4rem;
  }
  .payment-item ul li {
    width: calc((100% - 5rem) / 5);
  }
  .monthly-contents li h5 {
    font-size: 1.2rem;
  }
  .monthly-contents li p {
    font-size: 1.4rem;
  }
  .membership-admission-note {
    font-size: 1.1rem;
  }
  .price-membership-top h3 {
    font-size: 1.5rem;
  }
  .price-membership-top h4 {
    font-size: 1.3rem;
  }
  .membership-admission-value {
    font-size: 1.5rem;
  }
  .visitor-contents h3 {
    font-size: 1.4rem;
  }
  .visitor-value {
    font-size: 1.3rem;
  }
  .visitor-value span {
    font-size: 1.5rem;
  }
  .esthetic-contents li {
    padding: 1rem;
  }
  .esthetic-value span {
    font-size: 1.5rem;
  }
  .esthetic-contents h3 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .esthetic-value {
    font-size: 1.3rem;
  }
  .e-products-contents li {
    padding: 1rem;
  }
  .philosophy-contents p {
    font-size: 1.05rem;
  }
  .u-traning-lists li {
    width: 100%;
    margin: 0;
  }
  .u-traning-lists li + li {
    margin-top: 1rem;
  }
  .news-contents {
    margin-top: 2rem;
  }
  .news-date,
  .news-cat {
    font-size: 0.9rem;
  }
  .u-news-cat,
  .u-news-date {
    font-size: 0.9rem;
  }
  .contact-form {
    padding: 2rem 1rem;
  }
}
@media (max-width: 400px) {
  .fv-textwrap {
    left: 1rem;
  }
  .fv-main {
    font-size: 1.75rem;
  }
  .section-title::before {
    font-size: 3.5rem;
  }
  .recom-lists li {
    width: 100%;
    margin: 0;
  }
  .recom-lists li + li {
    margin-top: 1rem;
  }
}
