/* ------- font ------- */
@font-face {
  font-family: 'HannariMincho';
  font-weight: 400;
  src: url(../font/HannariMincho-Regular.otf);
}

:root {
  --color-black: #000;
  --color-white: #fff;
  --color-green: #41865F;
  --font-hannari: 'HannariMincho', 'Yu Mincho', serif;
  --font-YuMincho: 'YuMincho', serif;
}

/* ------- common ------- */
body {
    background: #F9F9F9;
}

.lp-container {
    width: 100%;
    max-width: 781px;
    margin: 0 auto;
}

.container {
    max-width: 500px;
    margin: 0 auto;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

@media (max-width: 768px) {
    .container {
        padding: 0 17.5px;
    }

    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }
}

/* ------- fv ------- */
.fv {
    position: relative;
    width: 100%;
    background: url("../img/fv_pc.jpg") center top / cover no-repeat;
    color: var(--color-white);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.fv-content {
    position: relative;
    text-align: left;
    padding-top: 137px;
    padding-right: 70px;
    padding-bottom: 91px;
}

.fv-title {
    font-size: 60px;
    font-weight: 400;
    font-family: 'Oranienbaum', serif;
    margin-bottom: 28px;
}

.fv-subtitle {
    font-size: 15px;
    font-weight: 400;
    font-family: var(--font-hannari);
    line-height: 24px;
    margin-bottom: 5px;
}

.fv-subtitle span {
    letter-spacing: .8px;
}

.fv-copy {
    font-size: 28px;
    font-weight: 400;
    font-family: var(--font-hannari);
    margin-bottom: 40px;
}

.fv-title-jp {
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    font-family: var(--font-hannari);
    padding: 7px 0 13.5px;
    border-top: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
    letter-spacing: 0.8px;
}

.fv-title-jp span {
    display: inline-block;
    padding-right: 5px;
    letter-spacing: -1.5px;
}

@media (max-width: 768px) {
    .fv {
        background: url("../img/fv_sp.jpg") center top / cover no-repeat;
        color: var(--color-black);
        display: block;
    }

    .fv-content {
        position: relative;
        text-align: left;
        padding-top: 271px;
        padding-right: 0;
        padding-bottom: 0;
    }

    .fv-content-sp {
        position: relative;
        bottom: -42px;
    }

    .fv-title {
        font-size: 42px;
        padding-left: 19px;
        margin-bottom: 16px;
    }

    .fv-subtitle {
        padding-left: 19px;
    }

    .fv-copy {
        padding-left: 19px;
        line-height: 1.2;
        letter-spacing: -1px;
        margin-bottom: 0;
    }

    .fv-title-jp {
        position: relative;
        bottom: -62px;
        display: block;
        width: 100%;
        background: linear-gradient(to bottom, #447EA3, #5F9AB3);
        color: var(--color-white);
        border: none;
        font-size: 28px;
        text-align: center;
        padding: 10.5px 0 19px;
        margin-bottom: 62px;
    }
}


/* ------- line-and-video ------- */
.line-and-video {
    background: var(--color-white);
    text-align: center;
    padding: 49px 68.5px 60px;
}

.line-btn {
    display: inline-block;
    margin-bottom: 49px;
}

.line-btn img {
    width: 100%;
    max-width: 340px;
    height: auto;
}

.video-wrap {
    position: relative;
    width: 100%;
    max-width: 644px;
    margin: 0 auto;
    padding-bottom: 56.25%;
    height: 0;
}

.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .line-btn {
        margin-bottom: 36px;
    }

    .line-and-video {
        padding: 36px 17.5px;
    }
}


/* ------- feel ------- */
.feel-section {
    width: 100%;
    background: url("../img/bg_feel-section_pc.jpg") center top / cover no-repeat;
    text-align: center;
    padding: 80px 0;
    margin-bottom: 10px;
}

.feel-title {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--font-YuMincho);
    line-height: 1.8;
    margin-bottom: 43px;
}

.feel-list li {
    position: relative;
    display: flex;
    align-items: center;
    list-style: none;
    font-size: 14px;
    font-family: 'Shippori Mincho B1', serif;
    text-align: left;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 26px 20px 26px 40px;
    margin-bottom: 13px;
    line-height: 1.7;
}

.feel-list li::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 19px;
    background-image: url("../img/check-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width: 768px) {
    .feel-section {
        padding: 80px 0 74px;
        background: url("../img/bg_feel-section_sp.jpg") center top / cover no-repeat;
        margin-bottom: 15px;
    }
}


/* ------- meditation ------- */
.meditation-section {
    width: 100%;
    background: url("../img/bg_meditation_pc.jpg") center top / cover no-repeat;
    text-align: center;
    font-weight: 500;
    font-family: var(--font-YuMincho);
    color: var(--color-black);
    padding: 80px 0;
    margin-bottom: 10px;
}

.meditation-lead {
    font-size: 16px;
    margin-bottom: 30px;
}

.meditation-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 37px;
}

.meditation-image img {
    display: block;
    width: 100%;
    max-width: 279px;
    margin: 0 auto 37px;
}

.meditation-text {
    font-size: 15px;
    line-height: 2;
    text-align: left;
}

.meditation-text p {
    margin-bottom: 20px;
}

.meditation-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .meditation-section {
        padding: 70.5px 0;
        background: url("../img/bg_meditation_sp.jpg") center top / cover no-repeat;
        margin-bottom: 15px;
    }

    .meditation-section .container {
        padding: 0 36px;
    }
}


/* ------- nirmal ------- */
.nirmal-section {
    background: url("../img/bg_nirmal_pc.jpg") center top / cover no-repeat;
    font-family: var(--font-YuMincho);
    font-weight: 500;
    color: var(--color-black);
    padding: 80px 0;
}

.nirmal-subheading {
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 22px;
}

.nirmal-title {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}

.feature-boxes {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    height: 110px;
    text-align: left;
    background: rgba(255, 255, 255, 0.4);
    padding: 0 20px;
}

.feature-icon {
    width: 43px;
    height: auto;
    margin-right: 18px;
}

.feature-text h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.feature-text p {
    font-size: 14px;
}

.nirmal-description {
    text-align: left;
    margin-bottom: 40px;
    line-height: 2;
}

.nirmal-description p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 40px;
}

.nirmal-description p:nth-of-type(n+3) {
    margin-bottom: 12px;
}

.nirmal-description p:last-child {
    margin-bottom: 0;
}

.instructor-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--color-white);
    border-radius: 10px;
    text-align: left;
    padding: 30px 50px;
}

.instructor-card img {
    width: 125px;
    height: 132px;
    margin-bottom: 25px;
}

.instructor-text h3 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.instructor-text span {
    display: block;
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
}

.instructor-text p {
    font-size: 13px;
    line-height: 1.9;
    margin-bottom: 11px;
}

@media (max-width: 768px) {
    .nirmal-section {
        background: url("../img/bg_nirmal_sp.jpg") center top / cover no-repeat;
        padding: 80px 0;
    }

    .feature-item {
        height: 130px;
    }

    .nirmal-description {
        padding: 0 10.5px;
    }

    .instructor-card {
        padding: 30px 20.5px;
    }

    .instructor-text p:last-child {
        margin-bottom: 0;
    }
}


/* ------- line-reserve ------- */
.line-reserve-section {
    background: var(--color-white);
    color: var(--color-black);
    font-family: var(--font-YuMincho);
    font-weight: 500;
    text-align: center;
    padding: 60px 0 80px;
}

.reserve-lead {
    font-size: 16px;
    margin-bottom: 15px;
}

.reserve-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 35px;
}

.line-reserve-section .line-btn {
    margin-bottom: 60px;
}

.bonus-box {
    border: 2px solid var(--color-green);
    padding: 37px 20.5px 40px;
    background: #F2F4F5;
    text-align: center;
}

.bonus-title {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 25px;
}

.bonus-title::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 246px;
    height: 1px;
    background: var(--color-green);
}

.bonus-sub {
    font-size: 14px;
    margin-bottom: 14px;
}

.bonus-img {
    display: block;
    width: 100%;
    max-width: 246px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .line-reserve-section {
        padding: 36px 0 99px;
    }

    .reserve-title {
        margin-bottom: 25px;
    }

    .line-reserve-section .line-btn {
        margin-bottom: 36px;
    }
}