@charset "UTF-8";

html {
    width: 100%;

}

img {
    width: 100%;
    height: auto;
}

p {
    font-size: 4.5vw;
}

h1 {
    font-size: 3.8vw;
    color: #fff;
    text-align: center;
    padding: 10px 15px 5px 15px;
    font-family: "kozuka-gothic-pr6n", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.num {
    font-size: 5vw;
}

header {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(175,127,0,1) 33%, rgb(189 170 0) 75%);
    z-index: 999;
    position: relative;
}

#goldline {
    height: 6px;
    width: auto;
    margin-top: -15px;
}

.mainvisual {
    background-image: url(../images/bgimg.png);
}

h2 {
    font-family: 'Shippori Mincho', serif;
    font-weight: 700;
    width: 100vw;
    padding: 20px 15px;
}

#h2-1 {
    font-size: 10vw;
    margin-bottom: 15px;
}

#h2-2 {
    font-size: 10vw;
    margin-bottom: 15px;
}

#h2-3 {
    font-size: 11vw;
    margin-bottom: 15px;
}

.mainvisual h3 {
    font-family: "kozuka-gothic-pr6n", sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 100vw;
    text-align: center;
    font-size: 8vw;
    margin: 15px 0;
}

.button {
    padding-bottom: 35px;
}

.button2 {
    display: none;
}

.tel {
    display: block;
    font-size: 80px;
    font-weight: bold;
    padding: 60px 0;
    text-align: center;
    background-color: #f94dbf;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .tel {
        font-size: 30px;
        padding: 30px 0;
    }
}

#about h2 {
    font-family: "kozuka-gothic-pr6n", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12vw;
    text-align: center;
}

#comment {
    width: 40%;
    margin-left: 15px;
}

#comment2 {
    margin: 0 15px;
}

.goldcircle {
    display: flex;
    margin: 15px;
    justify-content: center;
}

.goldcircle figure {
    width: 40%;
}

.goldcircle figure:nth-child(1),
.goldcircle figure:nth-child(3) {
    margin-top: 34%;
}

.goldcircle figure:nth-child(2),
.goldcircle figure:nth-child(3) {
    margin-left: -13%;
}

#h2-bottom {
    font-family: "kozuka-gothic-pr6n", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 6.5vw;
}

#effect h2 {
    text-align: center;
    font-size: 7vw;
    line-height: 0.3;
}

.num2 {
    font-family: "din-2014",
        sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14vw;
}

.pink {
    color: #F500A2;
}

.line-blue {
    width: 80%;
    display: block;
    margin: 20px auto;
}

.effect-pc {
    display: none;
}

#effect-detail {
    background-image: url(../images/bgimg-2.png);
    background-size: cover;
    background-position: top center;
    padding-top: 100px;
    padding-bottom: 200px;
}

#effect-detail img {
    margin-top: 30px;
}

#voice {
    background-image: url(../images/bgimg-10.png);
    background-size: cover;
    background-position: top center;
    margin-top: -100px;
    padding-bottom: 50px;
}

#voice h2 {
    font-family: "kozuka-gothic-pr6n", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12vw;
    text-align: center;
    color: #fff;
    background-image: url(../images/h2-bg.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center 100px;
    padding-top: 100px;
}

#voice div {
    margin: 30px 15px;
    padding: 20px;
    font-family: 'Shippori Mincho', serif;
    font-weight: lighter;
}

.row,
.reverse {
    background-image: url(../images/bgimg-7.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
}

footer {
    background-color: #fff;
    padding: 10px 0;
    font-size: 5vw;
}

footer h2 {
    font-family: "kozuka-gothic-pr6n", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 0;
}

.inner {
    width: 100%;
    height: auto;
    text-align: center
}

@media screen and (max-width: 1024px) {
.inner {
    text-align: right;
    padding: 0 45px;
}
.inner h2 {
    width: auto;
    text-align: center;
}
}

@media screen and (min-width: 1024px) {
    p {
        font-size: 2.5vw;
        line-height: 1.5;
    }

    h1 br {
        display: none;
    }

    h1 {
        font-size: 3vw;
    }

    .mainvisual {
        background-image: url(../images/bgimg-pc.png);
    }

    h2 {
        padding: 0;
    }

    #item {
        padding: 0;
    }

    .pc-flex {
        display: flex;
        align-items: center;
        padding: 30px 30px 0 30px;
    }

    .pc-flex h3 {
        font-size: 4vw;
        width: 40vw;
        text-align: center;
        margin: 0 auto;
    }

    .pc-h2 {
        width: 40vw;
        line-height: 1.5;
    }

    .pc-h2 h2 {
        width: 60vw;
    }

    #h2-1,
    #h2-2 {
        font-size: 5vw;
    }

    #h2-3 {
        font-size: 6vw;
    }

    .button {
        display: none;
    }

    .button2 {
        display: block;
        margin: 0 auto;
        width: 80%;
        padding-bottom: 30px;
    }

    #about {
        width: 70%;
        margin: 0 auto;
        padding: 50px 0 80px 0;
    }

    #about h2 {
        padding: 0;
        width: 70vw;
        font-size: 9vw;
    }

    .goldcircle figure:nth-child(1),
    .goldcircle figure:nth-child(3) {
        margin-top: 0%;
    }

    .goldcircle figure:nth-child(2),
    .goldcircle figure:nth-child(3) {
        margin-left: 3%;
    }

    #effect {
        margin: 0 auto;
    }

    #h2-bottom,
    #effect h2 {
        font-size: 5vw;
        line-height: 0.4;
    }

    #effect-detail{
        margin-top: 40px;
    }

    .num2 {
        font-size: 10vw;
    }

    .line-blue {
        width: 54%;
        margin: 25px auto;
    }

    .effect-sp {
        display: none;
    }

    .effect-pc {
        display: block;
        margin: 0 auto;
        width: 70%;
        margin-top: 80px;
    }

    .effect-pc div {
        margin-bottom: 35px;
    }

    #voice h2 {
        font-size: 5vw;
        background-size: 33%;
    }

    #voice {
        background-image: url(../images/bgimg-10-pc.png);
        background-size: 120%;
        background-repeat: no-repeat;
    }

    #voice div {
        margin: 30px auto;
    }

    .row {
        display: flex;
        width: 70%;
        align-items: flex-start;
        background-image: url(../images/bgimg-8.png);
        background-position: right bottom;
    }

    #voice div figure {
        width: 60%;
    }

    #voice div p {
        width: 100%;
    }

    .reverse {
        display: flex;
        width: 70%;
        align-items: flex-start;
        flex-direction: row-reverse;
        background-image: url(../images/bgimg-9.png);
        background-position: left bottom;
    }

    .inner {
        display: flex;
        justify-content: center;
        text-align: right;
        align-items: center;
    }

    .inner h2 {
        width: auto;
        font-size: 2.5vw;
        margin-right: 35px;
    }

    .inner address {
        font-weight: bold;
        font-size: 24px;
        padding: 0 20px;
    }
}