@charset "utf-8";

/* ========================================
   固定スタイル
   ======================================== */

/* 共通ヘッダーの固定解除、グロナビ非表示 */
.common-header {
    padding: 12px 0;
}

@media (max-width: 768px) {
    .common-header {
        position: absolute !important;
    }
}

@media (min-width: 769px) {
    .common-header.m_fixed {
        position: relative !important;
    }
}

.gnav_wrap.show_pc,
.show_sp_flex {
    display: none !important;
}
/* */

#content,
#layout .common-header {
    background-color: #fff;
}

#layout #content {
    position: relative;
    z-index: 1;
}

#content {
    font-family: YakuHanJP, "游ゴシック", "Yu Gothic", "游ゴシック体",
        "YuGothic", "Hiragino Sans", Meiryo, sans-serif;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
    max-width: 450px;
}

#content * {
    box-sizing: border-box;
}

#content img {
    height: auto;
    vertical-align: bottom;
    max-width: 100%;
    width: 100%;
}

/* ========================================
   26年1月LP
   ======================================== */

/* エントリーボタン */
.entry {
    margin: 0 auto;
    padding: 2.34% 12px 8.85%;
}

.entry.button-fixed {
    position: fixed;
    padding-bottom: 0;
    bottom: min(2.5%, 20px);
    left: 50%;
    transform: translateX(-50%);
    width: min(100vw, 450px);
    z-index: 99;
}

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

.entry ul li {
    width: 47.75%;
}

.entry ul li a {
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
    display: block;
    transition: 0.3s;
}

.entry ul li a:hover {
    opacity: 0.8;
}

/* メインビジュアル */
.mv {
    background: url(../images/bg_mv_01.jpg) no-repeat center bottom;
    background-size: cover;
    margin: 0;
    position: relative;
}

@media screen and (max-width: 768px) {
    .mv {
        margin: 85px 0 0;
    }
}

/* ボタン */
.mv_buttonWrap {
    padding: 3% 0 8.21%;
}

.mv_button {
    display: block;
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(73.56%, 330px);
    z-index: 99;
}

.mv_button.button-fixed {
    position: fixed;
    bottom: min(2.5%, 20px);
}

.mv_button img {
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2));
}

.mv_buttonText {
    color: #000000;
    font-size: min(2.93vw, 12px);
    margin: 1em 0 0 0;
    text-align: center;
}

/* キャンペーン */
.mv_campaign {
    margin: max(-2.73vw, -10px) 0 5.47%;
}

/* キャンペーン・オプション注釈 */
.caption {
    padding: 0.8em 4%;
    text-align: center;
}

.mv_option .caption {
    margin: max(-12.05vw, -44px) 0 5.47%;
}

.caption_summary {
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: min(2.93vw, 12px);
    padding: 0 0 0 1em;
    position: relative;
}

.mv_campaign .caption_summary {
    color: #ffffff;
}

.caption_summary::-webkit-details-marker {
    display: none;
}

.caption_summary:before {
    border-bottom: 1px solid;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 100%;
}

.caption_summary:after {
    border-color: transparent transparent transparent #ffffff;
    border-style: solid;
    border-width: 5px 8px;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mv_option .caption_summary:after {
    border-color: transparent transparent transparent #000000;
}

details[open] .caption_summary:after {
    top: 5px;
    left: -4px;
    transform: rotate(90deg);
}

.caption_detail {
    color: #000000;
    text-align: left;
}

.caption_detailTitle {
    font-size: min(3.2vw, 13px);
    font-weight: bold;
    margin: 8% 0 4%;
    text-align: center;
}

.mv_option .caption_detailTitle {
    margin-top: 12%;
}

.caption_detailText {
    font-size: min(2.93vw, 12px);
    line-height: 1.8;
}

details[open] .caption_detail {
    animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

/* ---------------------------------------- */
/*  💰 体験 */
/* ---------------------------------------- */

.trial {
    background: url(../images/bg_trial_01.jpg) no-repeat center bottom;
    background-size: 100%;
    margin: 11.78% 0 0;
    padding: 0 0 16.43%;
}

/* スライダー */
.trialSlider {
    background-color: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 30.13% 0 5.56%;
    position: relative;
    width: 91.14%;
}

.trialSlider_title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
}

.trialSlider .swiper {
    padding: 0 0 min(17.8vw, 65px);
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(100vw, 450px);
}

/* swiper */
.swiper-pagination-02 {
    display: flex;
    justify-content: space-between;
    padding: 0 6.25%;
}

.swiper-pagination-02 .swiper-pagination-bullet {
    background-color: transparent;
    background-image: url(../images/trial_pagination01.svg);
    border-radius: unset;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    flex: 1;
    opacity: 1;
    height: min(10.95vw, 46px);
    margin: 0 4px;
    transition: opacity 0.2s;
    opacity: 1;
}

.swiper-pagination-02 .swiper-pagination-bullet:nth-child(2) {
    background-image: url(../images/trial_pagination02.svg);
}

.swiper-pagination-02 .swiper-pagination-bullet:nth-child(3) {
    background-image: url(../images/trial_pagination03.svg);
}

.swiper-pagination-02 .swiper-pagination-bullet:nth-child(4) {
    background-image: url(../images/trial_pagination04.svg);
}

.swiper-pagination-02 .swiper-pagination-bullet-active:nth-child(1) {
    background-image: url(../images/trial_pagination01_active.svg);
}

.swiper-pagination-02 .swiper-pagination-bullet-active:nth-child(2) {
    background-image: url(../images/trial_pagination02_active.svg);
}

.swiper-pagination-02 .swiper-pagination-bullet-active:nth-child(3) {
    background-image: url(../images/trial_pagination03_active.svg);
}

.swiper-pagination-02 .swiper-pagination-bullet-active:nth-child(4) {
    background-image: url(../images/trial_pagination04_active.svg);
}

/* ---------------------------------------- */
/*  ✨ お試しU29・U35ジム&スパ会員 */
/* ---------------------------------------- */

.u29 {
    background-color: #fbf7c3;
    margin: 2.73% 0 3.56%;
    padding: 0 0 8.21%;
}

.u29_textWrap {
    padding: 3.38% 0 6.57%;
}

.u29_notes {
    color: #000000;
    display: table;
    font-size: min(2.93vw, 12px);
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 0 6.02%;
}

.u29_button {
    cursor: pointer;
    display: block;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
    margin: 0 auto;
    width: 71.09%;
}

/* ---------------------------------------- */
/*  💬 お客様の声 */
/* ---------------------------------------- */

.voice {
    background: url(../images/bg_voice_01.jpg) no-repeat center bottom;
    background-size: 100%;
    margin: 7.67% 0 0;
    padding: 9.04% 7.67% 11.78%;
}

/* スライダー */
.voiceSlider {
    margin: 7.94% 0 0;
}

.voiceSlider .swiper {
    padding: 0 0 22.33%;
}

.voiceSlider_img {
    border-radius: 10px;
    overflow: hidden;
}

/* swiper */
.swiper-pagination-03 {
    display: flex;
    justify-content: space-between;
    padding: 0 6.25%;
}

.swiper-pagination-03 .swiper-pagination-bullet {
    background-color: transparent;
    background-image: url(../images/voice_pagination01.svg);
    border-radius: unset;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    flex: 1;
    opacity: 1;
    height: min(10.95vw, 46px);
    margin: 0 4px;
    transition: opacity 0.2s;
    opacity: 1;
}

.swiper-pagination-03 .swiper-pagination-bullet:nth-child(2) {
    background-image: url(../images/voice_pagination02.svg);
}

.swiper-pagination-03 .swiper-pagination-bullet:nth-child(3) {
    background-image: url(../images/voice_pagination03.svg);
}

.swiper-pagination-03 .swiper-pagination-bullet-active:nth-child(1) {
    background-image: url(../images/voice_pagination01_active.svg);
}

.swiper-pagination-03 .swiper-pagination-bullet-active:nth-child(2) {
    background-image: url(../images/voice_pagination02_active.svg);
}

.swiper-pagination-03 .swiper-pagination-bullet-active:nth-child(3) {
    background-image: url(../images/voice_pagination03_active.svg);
}

/* ---------------------------------------- */
/*  💪 サービス */
/* ---------------------------------------- */

.service {
    margin: 6.51% 0 16.43%;
}

/* スライダー */
.serviceSlider .swiper {
    padding: 0 4.42% 58px;
}

/* swiper */
.swiper-button-next-01,
.swiper-button-prev-01 {
    border: 1px solid #999999;
    border-radius: 100%;
    height: 46px;
    top: auto;
    bottom: 0;
    width: 46px;
}

.swiper-button-next-01 {
    background: url(../images/button_next.svg) no-repeat center;
    background-size: 11px;
    right: 23.43%;
}

.swiper-button-prev-01 {
    background: url(../images/button_prev.svg) no-repeat center;
    background-size: 11px;
    left: 23.43%;
}

.swiper-button-next-01:after,
.swiper-button-prev-01:after {
    content: none;
}

.swiper-pagination-01 {
    color: #000000;
    font-size: 14px;
    bottom: 16px;
}
