@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Maru+Gothic&family=Zen+Old+Mincho&display=swap');


.contents {
    display: flex;
    justify-content: center;
    margin: 100px auto 0;
    max-width: 1296px;
}

main {
    background-color: #f6e0e8;
    color: #323232;
    font-size: 26px;
    max-width: 1000px;
    margin: auto;
    font-family: "Noto Sans JP", sans-serif;
}

main .sp {
    display: none;
}

main p,
main h2 {
    margin: 1em 0;
    line-height: 1.5;
}

main span {
    color: #3b9bfc;
    display: block;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 30px;
    letter-spacing: 0.1em;
    font-weight: 500;

}

.w100 {
    width: 100%;
}

#s01 .special {
    display: block;
    margin: 30px auto;
    width: 60%;
}

#s01 h3 {
    text-align: center;
    line-height: 1.8;
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: 0.1em;
    font-size: 34px;
}

#s02 {
    padding: 50px 0;
}

#s02 .color {
    display: block;
    width: 380px;
    margin-bottom: 30px;
}

#s02 .more {
    width: 166px;
}

#s02 h2 {
    font-size: 35px;
    margin: 20px 0;
}


#s02 .no1 {
    width: 90%;
    margin: 30px auto;
    display: flex;
    align-items: start;
}

#s02 .no1>img {
    width: 50%;
    margin-right: 30px;
}

#s02 .no2ot {
    width: 90%;
    margin: 30px auto;
    display: flex;
    align-items: start;
}

#s02 .no2ot>img {
    width: 45%;
    margin-right: 30px;
}

#s02 h3 {
    text-align: center;
    line-height: 1.8;
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: 0.2em;
    font-size: 35px;
    color: #3b9bfc;
    position: relative;
    width: fit-content;
    margin: 50px auto;
}

#s02 h3::before {
    content: "";
    display: block;
    position: absolute;
    width: 67px;
    height: 85px;
    background-image: url(../img/wedding/title_l.png);
    background-size: cover;
    bottom: 15px;
    left: -100px;
}

#s02 h3::after {
    content: "";
    display: block;
    position: absolute;
    width: 67px;
    height: 85px;
    background-image: url(../img/wedding/title_r.png);
    background-size: cover;
    bottom: 15px;
    right: -100px;
}

#s02 .points {
    width: 95%;
    display: flex;
    margin: auto;
}

#s02 .circle {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    background-color: #fa96be;
    color: #fff;
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
}

#s02 .circle p{
    line-height: 1.3;
}

#s02 .circle img {
    width: 130px;
    display: block;
    margin: 20px auto;
}

#s02 .point1 {
    width: 310px;
    height: 500px;
    position: relative;
}

#s02 .point1>img {
    position: absolute;
    width: 243px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

#s02 .point1 .circle {
    position: absolute;
    width: 310px;
    aspect-ratio: 1/1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#s02 .point1 .circle p {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#s02 .point2 {
    width: 280px;
    height: 500px;
    position: relative;
}

#s02 .point2>img {
    position: absolute;
    width: 243px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

#s02 .point2 .circle {
    position: absolute;
    width: 280px;
    aspect-ratio: 1/1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#s02 .point2 .circle p {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}



#s02 .point3 {
    width: 310px;
    height: 500px;
    position: relative;
}

#s02 .point3>img {
    position: absolute;
    width: 243px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

#s02 .point3 .circle {
    position: absolute;
    width: 310px;
    aspect-ratio: 1/1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#s02 .point3 .circle p {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#s02 .howto {
    width: 90%;
    display: block;
    margin: 100px auto 50px;
}


#s03 .title {
    display: block;
    width: 90%;
    max-width: 650px;
    margin: 50px auto;
}

#s03 .more {
    width: 166px;
}

#s03 .cnt {
    width: 90%;
    margin: 30px auto;
    display: flex;
    align-items: start;
}

#s03 h2 {
    font-size: 31px;
    margin: 20px 0;
}

#s03 .cnt>img {
    width: 45%;
    margin-right: 20px;
}

@media screen and (max-width: 1184px) {

    main .pc {
        display: none;
    }

    .contents {
        margin: 60px auto 0;
    }

    #s01 h3 {
        text-align: center;
        line-height: 1.8;
        font-family: "Zen Maru Gothic", sans-serif;
        letter-spacing: 0.1em;
        font-size: 25px;
    }

    #s02 .no1 {
        width: 80%;
        margin: 80px auto;
        display: block;

    }

    #s02 .no1>img {
        width: 100%;
        margin-right: 0;
        margin: 30px auto;
        display: block;
    }

    #s02 .no2ot {
        width: 80%;
        margin: 80px auto;
        display: block;
    }

    #s02 .no2ot>img {
        width: 100%;
        margin-right: 0;
        margin: 30px auto;
        display: block;
    }

    #s02 h3 {
        font-size: 25px;
    }

    #s02 h3::before {
        content: "";
        width: 50px;
        height: auto;
        aspect-ratio: 67/85;
        bottom: 15px;
        left: -60px;
    }


    #s02 h3::after {
        content: "";
        width: 50px;
        height: auto;
        aspect-ratio: 67/85;
        bottom: 15px;
        right: -60px;
    }



    #s02 .points {
        width: 95%;
        display: flex;
        margin: auto;
    }

    #s02 .circle {
        position: absolute;
        border-radius: 50%;
        z-index: 1;
        background-color: #fa96be;
        color: #fff;
        text-align: center;
        font-family: "Zen Maru Gothic", sans-serif;
        font-weight: 700;
        font-size: 20px;
    }

    #s02 .circle img {
        width: 45%;
        display: block;
        margin: 20px auto;
    }

    #s02 .point1 {
        width: 34%;
        height: auto;
        aspect-ratio: 31/55;
        position: relative;
    }

    #s02 .point1>img {
        position: absolute;
        width: 80%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }

    #s02 .point1 .circle {
        position: absolute;
        width: 110%;
        aspect-ratio: 1/1;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    #s02 .point1 .circle p {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    #s02 .point2 {
        width: 33%;
        height: auto;
        position: relative;
    }

    #s02 .point2>img {
        position: absolute;
        width: 85%;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }

    #s02 .point2 .circle {
        position: absolute;
        width: 110%;
        aspect-ratio: 1/1;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    #s02 .point2 .circle p {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }



    #s02 .point3 {
        width: 34%;
        height: auto;
        position: relative;
    }

    #s02 .point3>img {
        position: absolute;
        width: 80%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }

    #s02 .point3 .circle {
        position: absolute;
        width: 110%;
        aspect-ratio: 1/1;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    #s02 .point3 .circle p {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }



    #s03 .cnt {
        width: 80%;
        margin: 30px auto;
        display: block;
    }

    #s03 .cnt>img {
        width: 100%;
        margin: 30px auto;
        display: block;
    }

}

@media screen and (max-width: 768px) {

    main .sp {
        display: block;
    }

    main {
        font-size: 18px;
    }

    main span {
        font-size: 22px;
        font-weight: 700;
    }

    #s01 h3 {
        font-size: 16px;
    }

    #s02 h2 {
        font-size: 21px;
        margin: 20px 0;
    }

    #s02 .color {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    #s02 .more {
        width: 100px;
    }

    #s02 .no1 {
        width: 90%;
        margin: 80px auto;
        display: block;

    }

    #s02 .no1>img {
        width: 100%;
        margin-right: 0;
        margin: 30px auto;
        display: block;
    }

    #s02 .no2ot {
        width: 90%;
        margin: 80px auto;
        display: block;
    }

    #s02 .no2ot>img {
        width: 100%;
        margin-right: 0;
        margin: 30px auto;
        display: block;
    }

    #s02 h3 {
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0.05em;
    }

    #s02 h3::before {
        content: "";
        width: 30px;
        height: auto;
        aspect-ratio: 67/85;
        bottom: 0;
        left: -35px;
    }


    #s02 h3::after {
        content: "";
        width: 30px;
        height: auto;
        aspect-ratio: 67/85;
        bottom: 0px;
        right: -35px;
    }



    #s02 .points {
        width: 95%;
        display: block;
        margin: auto;
    }

    #s02 .circle {
        position: absolute;
        border-radius: 50%;
        z-index: 1;
        background-color: #fa96be;
        color: #fff;
        text-align: center;
        font-family: "Zen Maru Gothic", sans-serif;
        font-weight: 700;
        font-size: 20px;
    }

    #s02 .circle img {
        width: 45%;
        display: block;
        margin: 20px auto;
    }

    #s02 .point1 {
        width: 100%;
        height: auto;
        aspect-ratio: 3/2;
        position: relative;
    }

    #s02 .point1>img {
        position: absolute;
        width: 50%;
        top: 0;
        left: 0;
        transform: translateX(0);
        z-index: 10;
    }

    #s02 .point1 .circle {
        position: absolute;
        width: 60%;
        aspect-ratio: 1/1;
        bottom: 10px;
        left: auto;
        right: 0;
        transform: translateX(0);
    }

    #s02 .point1 .circle p {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    #s02 .point2 {
        width: 100%;
        height: auto;
        aspect-ratio: 3/2;
        position: relative;
    }

    #s02 .point2>img {
        position: absolute;
        width: 50%;
        bottom: auto;
        top: 0;
        left: auto;
        right: 0;
        transform: translateX(0);
        z-index: 10;
    }

    #s02 .point2 .circle {
        position: absolute;
        width: 60%;
        aspect-ratio: 1/1;
        top: auto;
        bottom: 10px;
        left: 0;
        transform: translateX(0);
    }

    #s02 .point2 .circle p {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }



    #s02 .point3 {
        width: 100%;
        height: auto;
        aspect-ratio: 3/2;
        position: relative;
    }

    #s02 .point3>img {
        position: absolute;
        width: 50%;
        top: 0;
        left: 0;
        transform: translateX(0);
        z-index: 10;
    }

    #s02 .point3 .circle {
        position: absolute;
        width: 60%;
        aspect-ratio: 1/1;
        bottom: 10px;
        left: auto;
        right: 0;
        transform: translateX(0);
    }

    #s02 .point3 .circle p {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        font-size: 16px;
    }



    #s03 .cnt {
        width: 90%;
        margin: 30px auto;
        display: block;
    }

    #s03 .cnt>img {
        width: 100%;
        margin: 30px auto;
        display: block;
    }

    #s03 h2 {
        font-size: 21px;
        margin: 20px 0;
    }

    #s03 .more {
        width: 100px;
    }

}