@charset "utf-8";

/*イントロ*/

.sound01 {
    padding: 12rem 0 18rem;
    position: relative;
}

.sound01ImgBox {
    position: absolute;
    top: 0;
    right: 0;
}

.sound01TextBlock {
    max-width: 75rem;
    width: 54.74%;
    text-align: center;
    position: relative;
}

.sound01TextBox {
    max-width: 60rem;
    width: 80%;
}

.sound01StrongTextBox {
    margin: 3rem auto 0;
}

.sound01TextBox p {
    line-height: 2.1;
}

.sound01StrongTextBox p {
    font-size: 2.5rem;
    font-weight: 700;
}

.sound01IntroTextMt {
    margin: 3rem auto 0;
}

.sound01Illust {
    position: absolute;
    top: 8rem;
    right: -5rem;
    width: 15.73%;
}

/*音叉療法とは*/

.sound02:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 10%;
    background: linear-gradient(0deg,rgba(252, 246, 239, 1) 0%, rgba(252, 246, 239, .8) 20%, rgba(252, 246, 239, 0) 100%);
    z-index: 0;
}

.sound02Bg:before {
    opacity: 1;
    mix-blend-mode: multiply;
    z-index: -1;
}

.sound02Bg {
    background-image: url(../../../../uploads/sound_healing_bg01.png);
    background-size: cover;
    background-position: center;
}

.sound02Main01, .sound02Main02 {
    position: relative;
    z-index: 5;
}

.sound02Row01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sound02Left01 {
    max-width: 66rem;
    width: 50%;
}

.sound02TitleRow {
    display: flex;
    align-items: center;
}

.sound02TitleRow figure {
    max-width: 7rem;
    width: 10%;
    margin: 0 1rem 0 0;
}

.sound02Title01 {
    font-size: 2.5rem;
    font-weight: 600;
}

.sound02Right01 {
    max-width: 54.1rem;
    width: 34.17%;
}

.sound02TextBox01 {
    margin: 1.5rem 0 0;
}

.sound02TextMt {
    margin: 3rem 0 0;
}

.sound02TextBox01 p .underline {
    text-decoration: underline;
}

.sound02TextBox01 p {
    line-height: 2.1;
}

.sound02Main02 {
    max-width: 155rem;
    width: 100%;
    margin: 6rem auto 0;
    position: relative;
}

.sound02Row02 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sound02TextBlock02 {
    max-width: 64rem;
    width: 48.48%;
}

.sound02TextBox02 {
    margin: 1.2rem 0 0;
    padding: 3rem 3.5rem;
    border: 1px solid #FCF6EF;
    background: rgba(252, 246, 239, 31%);
}

.sound02TextBox02 p {
    font-weight: 600;
}

.sound02Text02Mt {
    margin: 4rem 0 0;
}

.sound02TextBox01 p {
    line-height: 1.8;
}

.sound02Text03Mt {
    margin: 1rem 0 0;
}

.sound02ImgBlock {
    position: absolute;
    bottom: 4%;
    right: 0;
    max-width: 19rem;
    width: 20%;
}

.sound02Img01 {
    max-width: 14rem;
    width: 73.68%;
}

.sound02Img02 {
    max-width: 14rem;
    width: 73.68%;
    margin: 2rem 0 auto auto;
}


/*スライダー*/

.sound02Right01 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    width: 1rem;
    height: 1rem;
    border: solid 1px #fff;
    background: #fff;
    margin: 0 .5rem;
    opacity: 1;
	transition: all .3s;
}

.sound02Right01 .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -4rem !important;
}

.sound02Right01 .swiper-pagination-bullet-active {
    background: rgba(252, 246, 239, 60%) !important;
	transform: scale(1.3);
}

/*施術動画*/

.sound03 {
    padding: 5rem 0 12rem;
}

.sound03Contents {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
}

.sound03Main {
    margin: 8rem auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5.3rem 10rem;
}

.sound03Item {
    max-width: 55rem;
    width: 100%;
    margin: 0 auto;
}

.sound03Title {
    font-size: 2.2rem;
    font-weight: 600;
}

.sound03TitleBox {
    padding: 0 0 1.1rem 0;
    border-bottom: 1px solid #6D6D6D;
}

.sound03YoutubeBox {
    margin: 4rem 0 0;
}

.sound03YoutubeBox iframe {
    max-width: 100%;
    width: 100%;
}

/*施術担当*/

.sound04Main01 {
    margin: 10rem auto 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sound04Left01 {
    max-width: 46.3rem;
    width: 35.08%;
}

.sound04Right01 {
    max-width: 72.3rem;
    width: 54.77%;
}

.sound04Img01 {
    max-width: 40rem;
    width: 86.39%;
    margin: 0 0 auto auto;
}

.sound04Img02 {
    max-width: 34.3rem;
    width: 84.08%;
    margin: 4rem auto auto 0;
}

.sound04Name {
    font-family: var(--font-family01);
    font-size: 3.5rem;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.sound04CateBox {
    margin: 3.3rem 0 0;
}

.sound04Cate {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2;
}

.sound04ProfileBlock {
    margin: 5rem 0 0;
}

.sound04ProfileTitBox {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.sound04ProfileTitBox p {
    font-size: 2.3rem;
    font-weight: 600;
}

.sound04ProfileTitBox figure {
    max-width: 4.2rem;
    width: 10%;
}

.sound04ProfileBox {
    margin: 1rem 0 0;
    padding: 3rem;
    border: 1px solid var(--primary);
}

.sound04Profile {
    margin: 3rem 0 0;
}

.sound04TitBlock {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.sound04TitBlock:after {
    content: "";
    width: auto;
    flex: 1;
    height: 1px;
    background-color: #6D6D6D;
    margin: 0 0 0 2.4rem;
    z-index: 1;
}

/*音叉療法との出会い*/

.sound04Main02Tit01 {
    font-size: 3.5rem;
    letter-spacing: 0.1em;
}

.sound04Main02 {
    max-width: 169rem;
    width: 100%;
    margin: 7.7rem auto 0;
    padding: 0 0 9rem 0;
    position: relative;
}

.sound04Main02::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 132rem;
    width: 100%;
    height: 1px;
    background: #6D6D6D;
    z-index: 1;
}

.sound04Row01 {
    max-width: 144.5rem;
    width: 100%;
    margin: 7.2rem 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sound04TextContents {
    max-width: 81rem;
    width: 56.06%;
    position: relative;
}

.sound04TextContents:after {
    content: "";
    position: absolute;
    top: -15%;
    right: 0;
    max-width: 52rem;
    width: 65%;
    height: 100%;
    background: url(../../../../uploads/sound_healing_bg03.png) no-repeat center;
    background-size: contain;
    z-index: -1;
}

.sound04TextMain {
    max-width: 60rem;
    width: 80%;
}

.sound04ImgContents {
    max-width: 54.7rem;
    width: 37.85%;
}

.sound04ImgBg {
    width: 84.1%;
    margin: -47% 0 0 auto;
}

.sound04Row01ImgBox01 {
    width: 84.46%;
    margin: 0 auto 0 0;
}

.sound04Img03 {
    mask-image: url(../../../../uploads/first02-mask.png);
    -webkit-mask-image: url(../../../../uploads/first02-mask.png);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    width: 100%;
    /* padding-top: 74.25%; */
    /* margin: -25% auto 0 0; */
}

.sound04SubTitle {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
}

.sound04Row01TextBox01 {
    margin: 5rem 0 0;
    text-align: center;
    line-height: 2;
}

.sound04Row01TextBox02 {
    margin: 3rem 0 0;
    text-align: center;
    line-height: 2;
}

.sound04illust02 {
    position: absolute;
    top: 0;
    right: 7.5rem;
    width: 22%;
}

.sound04Row02 {
    max-width: 145.7rem;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 3rem auto auto 0;
}

.sound04TextContents02 {
    max-width: 84.7rem;
    width: 58.13%;
    position: relative;
}

.sound04TextContents02:after {
    content: "";
    position: absolute;
    bottom: -15%;
    left: 0;
    max-width: 52rem;
    width: 65%;
    height: 100%;
    background: url(../../../../uploads/sound_healing_bg04.png) no-repeat center;
    background-size: contain;
    z-index: -1;
}

.sound04TextMain02 {
    max-width: 60rem;
    width: 80%;
    margin: 0 0 0 auto;
}

.sound04ImgContents02 {
    max-width: 54.7rem;
    width: 37.54%;
}

.sound04Img04 {
    max-width: 36rem;
    width: 65.81%;
    position: relative;
}

.sound04Img05 {
    max-width: 31.7rem;
    width: 57.95%;
    margin: -10% 0 0 auto;
}

.sound04illust03 {
    position: absolute;
    bottom: 0;
    left: 9rem;
    max-width: 15.6rem;
    width: 18%;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {

    .sound01ImgBox {
        max-width: 99.5rem;
        width: 57%;
    }

    .sound01Illust {
        right: 3rem;
    }

    .sound04Row01 {
        width: 86%;
    }

    .sound04Row02 {
        width: 93%;
    }



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {

    .sound01 {
        padding: 12rem 0 18rem;
    }

    .sound01 .inner02 {
        padding: 0;
    }

    .sound01ImgBox {
        top: auto;
        bottom: -20%;
    }

    .sound01TextBlock {
        width: 100%;
        margin: 0 auto;
    }

    .sound01TextBox {
        width: 100%;
        margin: 0 auto;
    }

    .sound01Illust {
        width: 12%;
        right: 0;
    }

    .sound02Main01.inner02, .sound02Main02 .inner02 {
        padding: 0;
    }

    .sound02Left01 {
        width: 58%;
    }

    .sound02ImgBlock {
        bottom: -35%;
    }

    .sound03Main {
        gap: 4rem;
    }

    .sound03Title {
        font-size: 2rem;
    }

    .sound03YoutubeBox {
        margin: 2rem 0 0;
    }

    .sound04 .inner02 {
        padding: 0;
    }

    .sound04Row01 {
        width: 100%;
        margin: 5rem auto 0;
    }

    .sound04Row02 {
        width: 100%;
        margin: 4rem auto 0;
    }

    .sound04TextMain {
        width: 90%;
    }

    .sound04TextMain02 {
        width: 90%;
        margin: 0;
    }

    .sound04ImgContents, .sound04ImgContents02 {
        width: 40%;
    }

    .sound04illust02 {
        right: 1.5rem;
        width: 22%;
    }

    .sound04illust03 {
        bottom: -28%;
        left: 0;
    }

}   

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

    .sound02Row01, .sound02Row02, .sound04Main01 {
        flex-direction: column;
    }

    .sound02Left01 {
        width: 100%;
    }

    .sound02Title01 {
        font-size: 2rem;
    }

    .sound02Right01 {
        width: 100%;
        margin: 3rem auto 0;
    }

    .sound02TextBlock02 {
        width: 100%;
        margin: 0 auto;
    }

    .sound02TextBlock02:nth-child(n+2) {
        margin: 3rem auto 0;
    }

    .sound02ImgBlock {
        bottom: -13%;
    }

    .sound03 {
        padding: 5rem 0 8rem;
    }

    .sound03Main {
        margin: 4rem auto 0;
        grid-template-columns: repeat(1, 1fr);
    }

    .sound04Main01 {
        margin: 6rem auto 0;
        align-items: center;
    }

    .sound04Right01 {
        width: 100%;
        margin: 3rem auto 0;
    }

    .sound04Row01, .sound04Row02 {
        flex-direction: column-reverse;
    }

    .sound04ImgContents, .sound04ImgContents02 {
        width: 100%;
    }

    .sound04TextContents {
        width: 100%;
        margin: 4rem auto 0;
    }

    .sound04Left01 {
        width: 100%;
    }

    .sound04TextMain {
        width: 100%;
        margin: 0 auto;
    }

    .sound04Row02 {
        align-items: center;
    }

    .sound04TextContents02 {
        width: 100%;
        margin: 4rem auto 0;
    }

    .sound04TextMain02 {
        max-width: 62rem;
        width: 100%;
        margin: 0 auto;
    }

    .sound01 {
        padding: 8rem 0 8rem;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {

    .sound01TextBlock {
        text-align: left;
    }

    .sound01StrongTextBox p {
        font-size: 1.9rem;
        font-weight: 700;
    }

    .sound01ImgBox {
        width: 75%;
        bottom: -13%;
    }

    .sound01Illust {
        top: auto;
        left: 0;
        right: auto;
        bottom: -27%;
    }

    .sound02 .in-jp-title01 {
        font-size: 1.9rem;
    }

    .sound02Title01 {
        font-size: 1.7rem;
    }

    .sound02ImgBlock {
        width: 30%;
        bottom: -14%;
    }

    .sound02TextBox02 {
        padding: 2rem 1.5rem;
    }

    .sound03Title {
        font-size: 1.6rem;
    }

    .sound04Name {
        font-size: 3rem;
    }

    .sound04CateBox {
        margin: 2rem 0 0;
    }

    .sound04Cate {
        font-size: 1.8rem;
    }

    .sound04Main02Tit01 {
        font-size: 2.5rem;
    }

    .sound04SubTitle {
        font-size: 2rem;
    }
    
    .sound04Row01TextBox01, .sound04Row01TextBox02 {
        text-align: left;
    }

    

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */