.first-view {
    position: relative;
    width: 100%;
    min-height: 580px;
    overflow: hidden;
    background-color: #26d9d5;
}

.first-view__container {
    position: relative;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    min-height: 580px;
}

.first-view__background-group {
    position: relative;
    width: 100%;
    height: 564.935px;
}

.first-view__background-image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100vw;
    max-width: 100vw;
    height: 564.935px;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)),
        url('../images/background-image.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 769px) {
    .first-view__background-image {
        width: 375px;
        max-width: 375px;
    }
}

.first-view__ellipse {
    position: absolute;
    width: 306.09px;
    height: 300.858px;
    left: 17.23px;
    top: 21.44px;
    transform: translateX(-50%);
    mix-blend-mode: overlay;
    opacity: 0.8;
    filter: blur(30px);
    z-index: 1;
}

.first-view__ellipse-img {
    position: absolute;
    top: -33.24%;
    left: -32.67%;
    right: -32.67%;
    bottom: -33.24%;
    width: calc(100% + 65.34%);
    height: calc(100% + 66.48%);
    display: block;
    max-width: none;
}

.first-view__golfer {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 340px;
    height: 453.33px;
    aspect-ratio: 315/420.21;
    background-image: url('../images/f79fee1ea8aaec953cec92061fcc391dc6542eb7.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.first-view__content {
    position: relative;
    margin-top: -225px;
    margin-left: auto;
    margin-right: auto;
    width: 315px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 料金バッジ */
.first-view__price-badge {
    height: 44px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    padding: 12px 20px;
    border-radius: 12px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    z-index: 10;
}

.first-view__price-text {
    display: flex;
    align-items: center;
    color: white;
    line-height: 0;
    white-space: pre;
}

.first-view__price-normal {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.first-view__price-amount {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.first-view__price-space {
    font-size: 14px;
}

.first-view__price-note {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 12px;
}

/* 毎週バッジ */
.first-view__week-badge {
    position: absolute;
    top: -30px;
    left: 0px;
    width: 74.88px;
    height: 75.77px;
    z-index: 10;
}

.first-view__golf-ball {
    position: absolute;
    top: 0;
    left: 0;
    width: 74.88px;
    height: 75.77px;
    background-image: url('../images/golf-ball.webp');
    background-size: 127.66% 126.17%;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(1.2);
}

.first-view__week-text {
    position: absolute;
    top: 28.77px;
    left: 18.38px;
    width: 38.88px;
    height: 18.84px;
}

.first-view__week-text img {
    width: 100%;
    height: 100%;
}

/* メインカード */
.first-view__main-card {
    background-color: #fcfcfc;
    border-radius: 10px;
    width: 315px;
    padding: 20px 20px 30px 20px;
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.26);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    margin-bottom: 20px;
}

.first-view__text-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 10px;
}

/* 曜日セクション */
.first-view__days {
    margin: 0;
}

.first-view__days-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.first-view__day-circle {
    width: 44px;
    height: 44px;
    background-color: #26d9d5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 0;
    padding: 10px;
    box-sizing: border-box;
}

.first-view__days-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #014646;
    line-height: 0;
    margin-left: 0;
}

/* タイトル */
.first-view__title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #014646;
    text-align: center;
    margin: 0;
    line-height: 0;
    white-space: nowrap;
}

/* 無料体験セクション */
.first-view__free-trial {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.first-view__free-trial-text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    isolation: isolate;
    padding-bottom: 30px;
}

.first-view__highlight-wrapper {
    position: relative;
    z-index: 2;
    margin-bottom: -20px;
    transform: skewX(-9.851deg);
    width: 333.754px;
    height: 106.359px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.first-view__highlight-text {
    width: 331px;
    height: 111px;
    background-image: url('../images/fv-text.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
}

.first-view__underline {
    position: relative;
    z-index: 1;
    margin-bottom: -20px;
    transform: rotate(0.465deg);
    width: 253.144px;
    height: 45.8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.first-view__underline img {
    width: 100%;
    height: 100%;
}

.first-view__subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #014646;
    text-align: center;
    margin: 0;
    line-height: 0;
    min-width: 100%;
    width: min-content;
}


/* FV Background Shape Section */
.fv-background-shape {
    background-color: #26d9d5;
    padding: 80px 0 50px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
    align-items: center;
    justify-content: center;
}

.fv-background-shape__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    max-width: 375px;
    width: 100%;
    padding: 0 20px;
}

/* 説明テキスト */
.fv-background-shape__description {
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #014646;
    text-align: center;
    line-height: normal;
}

.fv-background-shape__description p {
    margin: 0;
    line-height: normal;
}

/* CTA セクション */
.fv-background-shape__cta {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: flex-start;
}

.fv-background-shape__cta-button {
    background: linear-gradient(45deg, #ff0163, #bc21a4, #584fff);
    border: none;
    border-radius: 100px;
    width: 315px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    box-shadow: 0px 0px 7px 0px rgba(255, 1, 99, 0.6);
    cursor: pointer;
    transition: transform 0.2s ease;
}

.fv-background-shape__cta-button:hover {
    transform: scale(1.02);
}

.fv-background-shape__cta-button span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: white;
    line-height: 0;
    text-align: center;
    white-space: nowrap;
}

.fv-background-shape__cta-button img {
    width: 24px;
    height: 24px;
}

/* プレゼント 1 */
.fv-background-shape__present1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px 0 0;
    position: relative;
    width: 100%;
}

.fv-background-shape__present-text1 {
    position: relative;
    margin-right: -40px;
    z-index: 1;
}

.fv-background-shape__present-text1 img {
    width: 223.516px;
    height: 78px;
}

.fv-background-shape__present-text-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #014646;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
}

.fv-background-shape__present-text-content p {
    margin: 0;
    line-height: normal;
}

.fv-background-shape__tour-gift {
    margin-right: -40px;
    transform: rotate(10deg);
    z-index: 2;
}

.fv-background-shape__tour-gift img {
    width: 54.068px;
    height: 100px;
    object-fit: cover;
}

/* プレゼント 2 */
.fv-background-shape__present2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px 0 0;
    position: relative;
    width: 100%;
    isolation: isolate;
}

.fv-background-shape__coupon {
    margin-right: -40px;
    transform: rotate(15deg);
    z-index: 2;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.fv-background-shape__coupon-tab {
    background-color: #014646;
    width: 20px;
    height: 38px;
    border-radius: 10px 0 0 10px;
}

.fv-background-shape__coupon-body {
    background-color: white;
    height: 38px;
    border-radius: 0 10px 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    gap: 10px;
}

.fv-background-shape__coupon-body span {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    color: #014646;
    line-height: 0;
    text-align: center;
    white-space: nowrap;
}

.fv-background-shape__present-text2 {
    position: relative;
    margin-right: -40px;
    z-index: 1;
}

.fv-background-shape__present-text2 img {
    width: 223.516px;
    height: 78px;
}

/* スクロールボタン */
.scroll-button {
    position: relative;
    width: 37px;
    height: 60px;
    margin: 50px auto;
}

.scroll-button__text {
    position: absolute;
    top: 42px;
    left: 18.5px;
    transform: translateX(-50%);
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: #26d9d5;
    text-align: center;
    line-height: 0;
}

.scroll-button__text p {
    margin: 0;
    line-height: normal;
    white-space: pre;
}

.scroll-button__line {
    position: absolute;
    top: 7.204px;
    left: 17.037px;
    width: 2.732px;
    height: 19.471px;
}

.scroll-button__line img {
    width: 100%;
    height: 100%;
}

.scroll-button__arrow {
    position: absolute;
    top: 18.929px;
    left: 12.035px;
    width: 12.736px;
    height: 7.734px;
}

.scroll-button__arrow img {
    width: 100%;
    height: 100%;
}

.scroll-button__circle {
    position: absolute;
    top: 0;
    left: 1.463px;
    width: 33.88px;
    height: 33.88px;
}

.scroll-button__circle img {
    width: 100%;
    height: 100%;
}

/* VOCセクション */
.voc-section {
    /* padding: 50px 0; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 150px;
}

.voc-section__container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 315px;
}

/* VOC アイテム */
.voc-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 30px;
}

.voc-item__photo {
    width: 100%;
    margin-bottom: -30px;
    position: relative;
    z-index: 1;
}

.voc-item__photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.voc-item__bubble {
    position: relative;
    margin-bottom: -30px;
    z-index: 2;
    width: 260px;
    height: 118.828px;
}

.voc-item__bubble-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 118.828px;
}

.voc-item__bubble-bg img {
    width: 100%;
    height: 100%;
}

.voc-item__text {
    position: absolute;
    top: 34.414px;
    left: 130px;
    transform: translateX(-50%);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #014646;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
    line-height: normal;
}

.voc-item__text span {
    line-height: normal;
    white-space: nowrap;
}

.voc-item__highlight {
    text-decoration: underline;
    text-decoration-color: rgba(38, 217, 213, 0.5);
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
    text-decoration-style: solid;
    text-decoration-thickness: 6px;
}

/* 無料体験詳細 */
.free-trial-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.free-trial-details__intro {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    line-height: 30px;
    width: 315px;
}

.free-trial-details__intro-text {
    font-weight: 500;
    font-size: 16px;
    color: #014646;
    margin: 0;
}

.free-trial-details__intro-highlight {
    font-weight: bold;
    font-size: 20px;
    color: #ff0062;
    margin: 0;
}

.free-trial-details__highlight {
    text-decoration: underline;
    text-decoration-color: #ff0062;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
    text-decoration-style: solid;
    text-decoration-thickness: 2px;
}

.free-trial-details__main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.free-trial-details__schedule {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    line-height: 0;
    width: 315px;
}

.free-trial-details__schedule p {
    margin: 0;
    line-height: 45px;
}

.free-trial-details__weekly {
    font-weight: bold;
    font-size: 20px;
    color: #014646;
}

.free-trial-details__days {
    font-weight: bold;
    font-size: 24px;
    color: #014646;
}

.free-trial-details__wa {
    font-weight: 500;
    font-size: 20px;
    color: #014646;
}

.free-trial-details__free {
    font-weight: bold;
    font-size: 36px;
    color: #26d9d5;
}

.free-trial-details__ni {
    font-weight: 500;
    font-size: 20px;
    color: #014646;
}

.free-trial-details__note {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #014646;
    text-align: center;
    line-height: 0;
    width: 128px;
}

.free-trial-details__note p {
    margin: 0;
    line-height: 40px;
}

.free-trial-details__info {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    width: 100%;
}

.free-trial-details__notice {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #014646;
    text-align: center;
    line-height: normal;
    width: min-content;
    min-width: 100%;
}

.free-trial-details__notice p {
    margin: 0;
    line-height: normal;
}

.free-trial-details__cta {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: flex-start;
}

.free-trial-details__cta-button {
    background: linear-gradient(45deg, #ff0163, #bc21a4, #584fff);
    border: none;
    border-radius: 100px;
    width: 315px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    box-shadow: 0px 0px 7px 0px rgba(255, 1, 99, 0.3);
    cursor: pointer;
    transition: transform 0.2s ease;
}

.free-trial-details__cta-button:hover {
    transform: scale(1.02);
}

.free-trial-details__cta-button span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: white;
    line-height: 0;
    text-align: center;
    white-space: nowrap;
}

.free-trial-details__cta-button img {
    width: 24px;
    height: 24px;
}

/* ターゲットセクション */
.target-section {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 315px;
}

.target-section__title {
    font-family: "Noto Serif JP", sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #014646;
    text-align: center;
    line-height: normal;
    width: 100%;
}

.target-section__title p {
    margin: 0;
    line-height: normal;
}

.target-section__items {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
}

/* ターゲットアイテム */
.target-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 100%;
}

.target-item__icon {
    width: 130px;
    height: 130px;
}

.target-item__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.target-item__icon-group {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px 0 0;
    position: relative;
    isolation: isolate;
}

.target-item__icon-a {
    width: 100px;
    height: 100px;
    margin-right: -40px;
    position: relative;
    z-index: 2;
}

.target-item__icon-a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.target-item__icon-b {
    width: 100px;
    height: 100px;
    margin-right: -40px;
    position: relative;
    z-index: 1;
    display: inline-grid;
    grid-template-columns: max-content;
    grid-template-rows: max-content;
    place-items: start;
    line-height: 0;
}

.target-item__ellipse {
    grid-area: 1 / 1;
    width: 100px;
    height: 100px;
    margin: 0;
    position: relative;
}

.target-item__ellipse img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.target-item__mask-group {
    grid-area: 1 / 1;
    margin: 0;
    display: inline-grid;
    grid-template-columns: max-content;
    grid-template-rows: max-content;
    place-items: start;
}

.target-item__layer {
    grid-area: 1 / 1;
    margin-left: 19.231%;
    margin-top: 11.538%;
    display: inline-grid;
    grid-template-columns: max-content;
    grid-template-rows: max-content;
    place-items: start;
}

.target-item__group {
    grid-area: 1 / 1;
    width: 60.184px;
    height: 90.547px;
    margin: 0;
    position: relative;
}

.target-item__group img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.target-item__title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #014646;
    text-align: center;
    line-height: 0;
    min-width: 100%;
    width: min-content;
}

.target-item__title p {
    margin: 0;
    line-height: normal;
    white-space: nowrap;
}

.target-item__description {
    background-color: #cff5f4;
    border: 3px solid #26d9d5;
    border-radius: 10px;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
}

.target-item__description p {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #014646;
    text-align: center;
    line-height: normal;
    margin: 0;
    white-space: nowrap;
}

/* デスクトップ対応 */
@media (min-width: 769px) {
    /* .first-view {
        min-height: 100vh;
    } */
    
    .first-view__container {
        max-width: 1200px;
    }
    
    .fv-background-shape__container {
        max-width: 1200px;
    }
    
    .voc-section__container {
        width: 100%;
        max-width: 1200px;
    }
    
    .target-section {
        /* width: 100%; */
        max-width: 1200px;
    }
    
    .scroll-button {
        margin: 80px auto;
    }
}