* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: "Noto Sans JP", sans-serif
}

body {
    color: #4c4c4c
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto
}

.br-smp {
    display: none
}

@media screen and (max-width: 768px) {
    .br-smp {
        display: block
    }
}

@media screen and (max-width: 768px) {
    .br-pc {
        display: none
    }
}

.main-visual {
    background-image: url(../img/bg-main-visual2.png);
    background-size: contain
}

@media screen and (max-width: 1000px) {
    .main-visual {
        background-image: url(../img/bg-main-visual.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right
    }
}

@media screen and (max-width: 768px) {
    .main-visual {
        background-size: cover;
        background-position: top;
        padding-bottom: 30%
    }
}

.main-visual img {
    height: inherit
}

.main-visual__box {
    width: 1000px;
    margin: 0 auto;
    height: 496px;
    color: #fff;
    background-image: url(../img/bg-main-visual.jpg);
    background-size: contain
}

@media screen and (max-width: 1000px) {
    .main-visual__box {
        width: 90%
    }
}

@media screen and (max-width: 1000px) {
    .main-visual__box {
        background: none
    }
}

@media screen and (max-width: 768px) {
    .main-visual__box {
        height: auto
    }
}

.main-visual__box h1 {
    font-size: 28px;
    padding: 50px 0 38px;
    font-weight: bold
}

@media screen and (max-width: 768px) {
    .main-visual__box h1 {
        padding: 5% 0 8px
    }
}

.main-visual__box .head {
    font-size: 67px;
    margin-left: -40px;
    font-family: "Noto Serif JP", serif
}

@media screen and (max-width: 768px) {
    .main-visual__box .head {
        font-size: 8vw;
        margin-left: -5%
    }
}

.main-visual__box .read {
    font-size: 26.5px;
    margin-top: -10px;
    font-family: "Noto Serif JP", serif
}

@media screen and (max-width: 768px) {
    .main-visual__box .read {
        font-size: 2.9vw;
        margin-top: -5px
    }
}

.intro {
    text-align: center
}

@media screen and (max-width: 768px) {
    .intro {
        overflow: hidden
    }
}

.intro h2 {
    font-size: 55px;
    color: #0068b7;
    font-weight: normal;
    font-family: "Noto Serif JP", serif
}

@media screen and (max-width: 768px) {
    .intro h2 {
        font-size: 7vw
    }
}

.privacy {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 3em;
}

@media screen and (max-width: 768px) {
    .privacy{
    width: 95%;
    }
}


.privacy h2 {
    font-size: 40px;
    color: #0068b7;
    font-weight: normal;
    font-family: "Noto Serif JP", serif;
    padding: 2em 0;
        
}

@media screen and (max-width: 768px) {
    .privacy h2 {
        font-size: 6vw
    }
}



.intro span {
    font-size: 32px;
    background-color: #0068b7;
    width: 400px;
    border-radius: 25px;
    display: inline-block;
    margin: 25px 0;
    color: #fff;
    font-family: "Noto Serif JP", serif
}

@media screen and (max-width: 768px) {
    .intro span {
        width: auto;
        font-size: 5.5vw;
        padding: 0 10px;
        margin: 10px 0
    }
}

.intro p {
    font-size: 22px
}

@media screen and (max-width: 768px) {
    .intro p {
        font-size: 3.6vw
    }
}

.intro img {
    padding: 50px 0px
}

@media screen and (max-width: 768px) {
    .intro img {
        padding: 30px 0px;
        height: auto;
        margin: 0 -5%;
        width: 50%
    }
}

.exposition {
    background-color: #0068b7;
    background-image: url(../img/bg-water-drop01.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0 47px 0;
    color: #fff;
    text-align: center
}

@media screen and (max-width: 768px) {
    .exposition {
        background-size: contain
    }
}

.exposition__box {
    width: 1000px;
    margin: 0 auto
}

@media screen and (max-width: 1000px) {
    .exposition__box {
        width: 90%
    }
}

.exposition__box .head {
    font-size: 60px;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
    display: inline-block
}

@media screen and (max-width: 768px) {
    .exposition__box .head {
        font-size: 8vw
    }
}

.exposition__box .head::before {
    content: "パースピレックス";
    font-size: 17px;
    font-weight: normal;
    position: absolute;
    left: 32px
}

@media screen and (max-width: 768px) {
    .exposition__box .head::before {
        font-size: 2vw;
        left: 22px
    }
}

.exposition__box h2 {
    font-size: 40px;
    font-weight: 300
}

@media screen and (max-width: 768px) {
    .exposition__box h2 {
        font-family: "Noto Serif JP", serif;
        font-size: 4.3vw
    }
}

.exposition__box .text {
    font-size: 18px;
    padding-bottom: 1em;
    font-weight: 300
}

@media screen and (max-width: 768px) {
    .exposition__box .text {
        font-size: 3.4vw
    }
}

.exposition__box .text span {
    font-weight: bold;
    font-size: 24px
}

@media screen and (max-width: 768px) {
    .exposition__box .text span {
        font-size: 3vw
    }
}

.exposition__box img {
    margin: -120px 0
}

@media screen and (max-width: 768px) {
    .exposition__box img {
        margin: -20% 0
    }
}

.ingredient {
    background-color: #f2f7fb;
    background-image: url(../img/bg-ingredient.png);
    background-position: right;
    background-repeat: no-repeat
}

@media screen and (max-width: 768px) {
    .ingredient {
        background-size: 30%
    }
}

.ingredient__box {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center
}

@media screen and (max-width: 1000px) {
    .ingredient__box {
        width: 90%
    }
}

@media screen and (max-width: 768px) {
    .ingredient__box {
        zoom: 90%
    }
}

@media screen and (max-width: 450px) {
    .ingredient__box {
        zoom: 0.77
    }
}

.ingredient__box h2 {
    color: #0068b7;
    border: 5px solid #0068b7;
    font-family: "Noto Serif JP", serif;
    font-size: 40px;
    width: 120px;
    height: 540px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 4px;
    margin: 50px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 768px) {
    .ingredient__box h2 {
        zoom: 0.5
    }
}

.ingredient__box h3 {
    font-family: "Noto Serif JP", serif;
    height: 140px;
    width: 140px;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 0px 39px 2px rgba(206, 206, 206, 0.49);
    color: #0068b7;
    font-size: 21px
}

.ingredient__box ul {
    display: inline-block;
    padding-left: 57px
}

@media screen and (max-width: 768px) {
    .ingredient__box ul {
        padding-left: 5%;
        zoom: 0.8
    }
}

.ingredient__box ul li {
    padding-bottom: 50px
}

@media screen and (max-width: 768px) {
    .ingredient__box ul li {
        padding-bottom: 5%
    }
}

.ingredient__box ul li:last-of-type {
    padding: 0
}

.ingredient__box ul dl {
    display: flex;
    align-items: center
}

.ingredient__box ul dt {
    display: inline-block;
    margin-right: 20px
}

@media screen and (max-width: 768px) {
    .ingredient__box ul dt {
        zoom: 0.7
    }
}

.ingredient__box ul dd {
    display: inline-block;
    font-size: 20px
}

@media screen and (max-width: 768px) {
    .ingredient__box ul dd {
        font-size: 3.4vw
    }
}

.type {
    background-image: url(../img/bg-type.png);
    background-position: top;
    background-repeat: repeat-x;
    padding: 68px 0;
    margin-top: 50px
}

@media screen and (max-width: 768px) {
    .type {
        padding: 30px 0
    }
}

.type__box {
    width: 1000px;
    margin: 0 auto
}

@media screen and (max-width: 1000px) {
    .type__box {
        width: 90%
    }
}

.type__box h2 {
    font-family: "Noto Serif JP", serif;
    color: #0068b7;
    font-size: 47px;
    text-align: center;
    padding-bottom: 20px
}

@media screen and (max-width: 768px) {
    .type__box h2 {
        font-size: 7vw
    }
}

.type__box h2 span {
    font-size: 70px;
    font-family: "Noto Serif JP", serif
}

@media screen and (max-width: 768px) {
    .type__box h2 span {
        font-size: 8vw
    }
}

.type__box-content {
    display: flex
}

@media screen and (max-width: 1000px) {
    .type__box-content {
        align-items: center;
        padding: 5% 0
    }
}

@media screen and (max-width: 768px) {
    .type__box-content img {
        zoom: 0.39;
        height: fit-content
    }
}

.type__box-content-text {
    width: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column
}

@media screen and (max-width: 768px) {
    .type__box-content-text {
        width: auto
    }
}

.type__box-content-text h3 {
    font-size: 23.8px;
    font-weight: normal
}

@media screen and (max-width: 768px) {
    .type__box-content-text h3 {
        font-size: 4vw;
        font-weight: bold
    }
}

@media screen and (max-width: 768px) {
    .type__box-content-text h3 span {
        display: none
    }
}

.type__box-content-text .read {
    background-color: #0068b7;
    opacity: 0.5;
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    text-align: right;
    padding: 2px 10px 2px 0
}

@media screen and (max-width: 768px) {
    .type__box-content-text .read {
        font-size: 3.4vw;
        padding: 2px 5px 2px 0
    }
}

.type__box-content-text .expo {
    font-size: 18px;
    padding: 15px 0
}

@media screen and (max-width: 768px) {
    .type__box-content-text .expo {
        font-size: 3.4vw;
        padding: 4% 0
    }
}

.type__box-content-text .border {
    font-size: 16px;
    border-radius: 30px;
    border: 1px solid #333;
    padding: 2px 10px;
    display: inline-block;
    width: 320px;
    text-align: center
}

@media screen and (max-width: 768px) {
    .type__box-content-text .border {
        width: auto;
        font-size: 2.2vw
    }
}

.type .row {
    flex-direction: row-reverse
}

.sale {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}

@media screen and (max-width: 1000px) {
    .sale {
        width: 90%
    }
}

.sale__content {
    width: 460px;
    height: 690px;
    background-color: rgba(112, 112, 112, 0.1);
    text-align: center;
    margin: 40px 0
}

@media screen and (max-width: 768px) {
    .sale__content {
        width: 100%;
        height: auto;
        padding-bottom: 40px;
        margin: 0 0 40px 0;
        zoom: 0.7
    }
}

.sale__content .head {
    background-color: #0068b7;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    height: 75px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1
}

@media screen and (max-width: 768px) {
    .sale__content .head {
        font-size: 6.5vw
    }
}

.sale__content-imgbox {
    margin: 50px 0 26px 0;
    background-color: #fff;
    height: 330px;
    width: 400px;
    display: inline-block;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 768px) {
    .sale__content-imgbox {
        width: 90%;
        height: auto;
        padding: 30px 0;
        margin: 5% 0
    }
}

.sale__content-pricebox {
    display: flex;
    justify-content: space-between;
    width: 400px;
    margin: 0 auto;
    padding: 20px 0
}

@media screen and (max-width: 768px) {
    .sale__content-pricebox {
        width: 90%
    }
}

.sale__content-pricebox .expo {
    text-align: left;
    font-size: 18px
}

@media screen and (max-width: 768px) {
    .sale__content-pricebox .expo {
        font-size: 5vw
    }
}

.sale__content-pricebox .price {
    margin-top: -30px;
    font-size: 70px;
    color: #eb6877;
    font-family: "Noto Serif JP", serif
}

@media screen and (max-width: 768px) {
    .sale__content-pricebox .price {
        margin-top: -5%;
        font-size: 17vw
    }
}

.sale__content-pricebox .price span {
    font-size: 40px;
    font-family: "Noto Serif JP", serif;
    position: relative
}

@media screen and (max-width: 768px) {
    .sale__content-pricebox .price span {
        font-size: 10vw
    }
}

.sale__content-pricebox .price span::before {
    content: "(税込)";
    position: absolute;
    color: #4c4c4c;
    font-size: 17px;
    display: inline-block;
    width: 50px;
    font-family: "Noto Sans JP", sans-serif;
    top: -10px;
    left: -5px
}

@media screen and (max-width: 768px) {
    .sale__content-pricebox .price span::before {
        width: 100px;
        font-size: 5vw;
        top: -10px;
        left: -30px
    }
}

.sale__content .btn {
    font-size: 25px;
    color: #fff;
    width: 390px;
    height: 50px;
    background: #eb6877;
    background: -moz-linear-gradient(bottom, #ff8993 0%, #eb6877 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#ff8993), to(#eb6877));
    background: -webkit-linear-gradient(bottom, #ff8993 0%, #eb6877 100%);
    background: -o-linear-gradient(bottom, #ff8993 0%, #eb6877 100%);
    background: linear-gradient(to top, #ff8993 0%, #eb6877 100%);
    line-height: 50px;
    display: inline-block;
    border-radius: 40px;
    box-shadow: 0px 0px 39px 2px rgba(206, 206, 206, 0.7)
}

@media screen and (max-width: 768px) {
    .sale__content .btn {
        width: 90%;
        font-size: 7vw;
        padding: 10px 0
    }
}

footer {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    color: #707070
}

@media screen and (max-width: 1000px) {
    footer {
        width: 90%
    }
}

@media screen and (max-width: 768px) {
    footer p {
        font-size: 4vw
    }
}