@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese);

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}

.wt100 {
    font-weight: 100;
}

.wt300 {
    font-weight: 300;
}

.wt400 {
    font-weight: 400;
}

.wt500 {
    font-weight: 500;
}

.wt600 {
    font-weight: 600;
}

.wt700 {
    font-weight: 700;
}

.wt900 {
    font-weight: 900;
}

.mincho {
    font-family: 'Noto Serif JP', serif;
}

.clearText {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.pc_only {
    display: inline;
}

.pc_only_b {
    display: block;
}

.sp_only,
.sp_only_b {
    display: none !important;
}

header {
    width: 100vw;
    height: 77px;
    margin: 0;
    padding: 24px 0 0;
    background: #ffffff;
    border-bottom: 1px solid #b6aca4;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    z-index: 100 !important;
}

header img {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 188px;
    height: 28px;
}

/*
nav {display: none;}
*/

nav {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 5px;
    right: calc((100vw - 1350px)/2);
    z-index: 101 !important;
}

nav ul {
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 87.5%;
    justify-content: flex-end;
    align-items: center;
}

nav ul > li {
    margin: 0;
    padding: 0 1.5em;
    font-weight: 300;
    line-height: 4.5;
    position: relative;
}

nav ul > li::before,
nav ul > li::after {
    content: '';
    display: block;
    width: 1px;
    height: 1em;
    background: #999999;
    position: absolute;
    top: 1.75em;
    left: 0;
}

nav ul > li::after {
    left: 100%;
}

nav ul > li ul {
    display: none;
}

nav ul > li:hover ul {
    display: block;
    white-space: nowrap;
    width: auto;
    position: absolute;
    top: 5em;
    right: 0;
}

nav ul > li ul li {
    margin: 0 0 1px;
    padding: 0;
    background: #b6aca4;
    font-size: 100%;
    line-height: 1.25;
}

nav ul > li ul li a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1em 3em 1em 1em;
    color: #ffffff;
}

nav ul > li ul li:hover {
    background: #6d594a;
}

.menu_new::after {
    content: 'NEW';
    margin-left: .25rem;
    padding: 0 .5rem .125rem;
    background: #cc3333;
    color: #ffffff;
    font-weight: 500;
    line-height: 1;
    border-radius: 1em;
}

.slider {
    width: 100vw;
    height: 46.875vw;
/*    width: min(calc((100vh - 78px)*2.133), 100vw);*/
/*    height: min(calc(100vh - 78px), 46.875vw);*/
    margin: 77px auto 0 !important;
    padding: 0 0;
    border-bottom: 1px solid #b6aca4;
    background: #eeece9;
    position: relative;
}

.slider li {
    width: 100%;
    height: 100%;
/*    height: min(calc(100vh - 78px), 46.875vw);*/
    margin: 0;
    padding: 0;
    position: relative;
}

.slider li a {
    position: relative;
}

.slider li a.new::before {
    content: 'NEW';
    display: flex;
    padding: 2.875rem;
    width: 8rem;
    height: 8rem;
    background: #ff0000;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.1rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    border-radius: 50%;
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 1;
    justify-content: center;
}

.slider li a img {
    display: flex;
    width: 100% !important;
    height: 100%;
    margin: 0 auto !important;
    padding: 0;
    position: relative;
}

@media screen and (min-width:769px) and (max-width:1360px) {

    nav {
        margin: 0;
        padding: 0;
        width: 98%;
        right: 24px;
    }

    .slider li.slick-current {
        z-index: 5 !important;
    }

    .ul_products {
        display: block;
        width: 100%;
        margin: 0 auto;
        justify-content: center;
    }

    .ul_products li {
        width: 100%;
        margin: 0 auto;
    }

}

.breadcrumb {
    display: flex;
    margin: 93px 0 0 calc((100vw - 1360px)/2);
    padding: 0;
    font-size: 80%;
}

.breadcrumb li {
    margin: 0 1.5rem 0 0;
    padding: 0;
    position: relative;
}

.breadcrumb li::after {
    content: '>';
    margin: 0;
    padding: 0;
    position: absolute;
    top: -.1em;
    left: 122%;
}

.breadcrumb li:last-child::after {
    content: none;
}

.main {
    margin: 0 auto;
    padding: 0;
    width: 960px;
}

.top_st {
    margin: 4rem 0 3rem;
    padding: 0;
    color: #6d594a;
    font-size: 300%;
    letter-spacing: 2px;
    text-align: center;
}

.top_main h1 {
    width: 100%;
    height: auto;
    margin: 0 auto 0 !important;
    padding: 6em 0;
    background: #eeece9;
    text-align: center;
}

.top_main h1 img {
    margin: 0 auto 2em;
}

.top_main {
    width: 100% !important;
}

.top_main h1 span {
    display: block;
    margin: 1em auto 0 !important;
    font-size: 100%;
    font-weight: 400;
    font-feature-settings: 'palt';
    color: #6d594a;
    line-height: 2;
    letter-spacing: 2px;
}

.top_main h1 span:first-child {
    font-size: 87.5%;
    margin: 0 auto 1em !important;
    letter-spacing: 1px;
}

.main h2 {
    margin: 3rem auto 2rem;
    padding: 0;
    font-size: 200%;
    font-weight: 600;
    color: #6d594a;
    text-align: center;
    letter-spacing: 2px;
}

.main h2 small {
    margin: 0 .15em;
}

.main .lead {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.main .lead_diffuser {
    width: 1360px;
    margin: 0 auto 0 -200px;
    padding: 4em 0;
    background: #e3bac4;
    font-weight: 300;
}

.ul_products {
    display: flex;
    flex-wrap: wrap;
    width: min(1360px, 96%);
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.ul_products li {
    width: calc(50% - 1rem);
    margin: 0 2rem 2rem 0;
    padding: 2rem 2rem 5rem;
    font-feature-settings: 'palt';
    text-align: center;
    letter-spacing: .5px;
    border: 1px solid #eeece9;
    position: relative;
}

.ul_products li:nth-child(2n) {
    margin-right: 0 !important;
}

.ul_products li img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #f2f1ef;
}

.ul_products li h2 {
    margin: 1em 0 0;
    padding: 0;
    font-size: 125%;
    font-weight: 500;
    color: inherit;
    line-height: 1.5;
}

.ul_products li h2 b {
    display: inline-block;
    margin: 0 .5em 0 0;
    padding: 0 .5em;
    background: #ff0000;
    color: #ffffff;
    border-radius: 1em;
}

.ul_products li p {
    margin: .5em 0 0;
    font-size: 87.5%;
    font-weight: 400;
}

.ul_products li a.link {
    display: block;
    width: 240px;
    margin: 0;
    padding: 0;
    background: #6d594a;
    color: #ffffff;
    font-size: 100%;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 2px;
    position: absolute;
    bottom: 2em;
    left: calc(50% - 120px);
}

.ul_products li a.link::after {
    content: '';
    display: block;
    width: .5em;
    height: .5em;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 39%;
    right: 1em;
}

.ul_products li a.link:hover {
    filter: saturate(300%);
}

.ul_products li.new_ribbon::before {
    content: 'NEW';
    display: flex;
    width: 3.5rem;
    height: 3.5rem;
    background: linear-gradient(to top, #ff0000 0%, #ff0000 60%);
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: .2rem .2rem .3rem 0 rgb(0, 0, 0, 0);
    position: absolute;
    top: .5rem;
    right: .5rem;
}

.ul_diffuser {
    display: flex;
    flex-wrap: nowrap;
    width: 520px;
    margin: 3em auto 0;
    padding: 0 0;
    background: #e3bac4;
    border: 0px solid red;
}

.ul_diffuser li {
    display: flex;
    flex-wrap: wrap;
    width: 340px;
    color: #6d594a;
    text-align: left !important;
    line-height: 1.5;
    align-items: flex-end;
}

.ul_diffuser li:first-child {
    width: 180px;
}

.ul_diffuser li h2 {
    margin: 0 0 -1rem;
    padding: 0;
    text-align: left !important;
    font-size: 150%;
    font-weight: 600;
    font-feature-settings: 'palt';
    letter-spacing: 2px;
}

.ul_diffuser li b {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 300;
    line-height: 1;
}

.ul_diffuser li span {
    display: block;
    margin: -1rem 0 0;
    padding: 0;
    font-size: 300%;
    font-weight: 700;
    line-height: 1;
}

.ul_diffuser li span small {
    font-weight: 500;
    font-size: 50%;
}

.ul_diffuser li a {
    margin: 0;
    padding: 0 1.5em;
    background: #6d594a;
    color: #ffffff;
    font-size: 110%;
    font-weight: 600;
    line-height: 2;
}

.main > h3 {
    display: flex;
    align-items: center;
    margin: 3rem auto 2rem;
    padding: 0;
    text-align: center;
    font-size: 160%;
    font-weight: 600;
    color: #6d594a;
    letter-spacing: 2px;
}

.main > h3::before,
.main > h3::after {
    content: "";
    height: 1.5px;
    flex-grow: 1;
    background-color: #6d594a;
}

.main > h3::before {
    margin-right: .5em;
}

.main > h3::after {
    margin-left: .5em;
}

.main .tit_img {
    margin: 1em 0 0 -200px;
}

ul.butter_point {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 0;
}

ul.butter_point li {
    width: 50%;
}

ul.butter_point li:last-child {
    text-align: right;
}

ul.butter_point li p {
    margin: 0 0 1.5rem;
    padding: 0;
}

ul.butter_point li small {
    display: block;
}

.butter_support {
    margin: 4rem 0 2rem;
    padding: 0 3rem 1rem;
    border: 1px solid #6d594a;
    border-radius: 1rem;
}

.butter_support h4 {
    margin: -1rem auto 0;
    padding: 0;
    text-align: center;
}

.butter_support h4 span {
    margin: 0;
    padding: 0 2rem;
    font-size: 120%;
    font-family: 'Noto Serif JP', serif;
    background: #ffffff;
    color: #6d594a;
    line-height: 1;
}

.butter_support h4 span b {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
}

.butter_support ul {
    display: flex;
    flex-wrap: nowrap;
    margin: .75rem 0 0 0;
    padding: 0;
    width: 100%;
    font-size: 90%;
}

.butter_support ul li {
    margin: 0;
    padding: 0;
    width: calc(100%/7);
    text-align: center;
}

.butter_support ul li img {
    display: block;
    margin: 0 auto .25rem;
    width: 80px;
    height: 80px;
    border-radius: 40px;
}


.butter_product {
    margin: 3em 0 0;
    padding: 2em 0 0;
}

.b_lavender,
.b_grapefruit {
    margin-top: 1em !important;
}

.butter_product ul {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 1.5px solid #fac000;
    position: relative;
}

.b_lavender ul {
    border-top: 1.5px solid #ac9ecc;
}

.b_grapefruit ul {
    border-top: 1.5px solid #f49f35;
}

.butter_product ul::before {
    content: '';
    display: block;
    width: 168px;
    height: 48px;
    background: url('../images/name_vanilla.svg') no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: -60px;
    left: 0;
}

.b_lavender ul::before {
    width: 202px;
    height: 50px;
    background: url('../images/name_lavender.svg') no-repeat 0 0;
}

.b_grapefruit ul::before {
    width: 246px;
    height: 54px;
    background: url('../images/name_grapefruit.svg') no-repeat 0 0;
}

.butter_product div {
    margin: 0;
    padding: 0 0 0 186px;
    font-size: 180%;
    color: #fac000;
}

.b_lavender div {
    padding: 0 0 0 218px;
    color: #ac9ecc;
}

.b_grapefruit div {
    padding: 0 0 0 262px;
    color: #f49f35;
}

.butter_product div small {
    margin: 0 0 0 1em;
    padding: 0 0 1px;
    font-size: 50%;
}

.butter_product ul li:first-child {
    width: 320px;
    margin: 0;
    padding: 2em 0;
    text-align: center;
}

.butter_product ul li:nth-child(2) {
    width: 640px;
    margin: 0;
    padding: 2em 160px 0 0;
    background: url('../images/bg_b-vanilla.jpg') no-repeat 100% 0;
    background-size: 400px;
}

.butter_product ul li {
    position: relative;
}

.butter_product ul li a {
    display: inline-block;
    margin: 0;
    padding: 0 3em;
    background: #fac000;
    color: #ffffff;
    font-size: 110%;
    font-weight: 600;
    position: absolute;
    right: 1em;
    bottom: 1em;
    border: 1px solid #ffffff;
    box-shadow: 0 6px 12px 0 rgb(0, 0, 0, .25);
}

.b_lavender ul li a {
    background: #ac9ecc;
}

.b_grapefruit ul li a {
    background: #f49f35;
}


.b_lavender ul li:nth-child(2) {
    background: url('../images/bg_b-lavender.jpg') no-repeat 100% 0;
    background-size: 400px;
}

.b_grapefruit ul li:nth-child(2) {
    background: url('../images/bg_b-grapefruit.jpg') no-repeat 100% 0;
    background-size: 400px;
}

footer {
    margin: 140px 0 0;
    padding: 3rem 0;
    font-size: 80%;
    color: #6d594a;
    text-align: center;
    border-top: 1px solid #b6aca4;
    background: #f5f4f3;
}

footer p {
    font-size: 150%;
}

footer span {
    display: flex;
    margin: 3rem auto 0;
    padding: 0;
    justify-content: center;
}

footer span a {
    display: ;
    width: auto;
    margin: 0 0 0 -1px;
    padding: 0 1rem;
    font-size: 125%;
    color: #333333;
    line-height: 1;
    border-right: 1px solid #666666;
    border-left: 1px solid #666666;
}

.copyright {
    background: #6d594a;
    text-align: center;
    font-size: 80%;
    color: #ffffff;
    line-height: 3;
    letter-spacing: 1px;
}

/* 下層ページ */

.main2 {
    margin: 48px auto 0;
    padding: 0;
    width: 960px;
    height: auto;
}

.main2 h1 {
    background: none;
    font-size: 240%;
    color: inherit;
    text-align: left;
    margin: 0 0 2rem !important;
    padding: 0 !important;
    width: auto;
    height: auto;
}

.main2 h1::before,
.main2 h1::after {
    content: none;
}

.main2 h2 {
    line-height: 1.5;
    margin: 0 0 1rem;
    padding: 0;
    font-size: 150%;
    font-weight: 600;
    color: #6d594a;
}

.inquiry_tel {
    padding: 1.5rem 2rem !important;
    background: #f5f4f3;
}

.inquiry_tel span {
    padding: 0 0 0 2em;
    position: relative;
}

.inquiry_tel span::before {
    content: '';
    width: 1.75em;
    height: 1em;
    background: url('../images/freedial.svg') no-repeat 0 0;
    background-size: cover;
    position: absolute;
    top: .3em;
    left: 0;
}

.inquiry_tel small:first-of-type {
    display: block;
    margin: 0 0 .5rem;
    padding: 0 0 .5rem;
    font-size: 80%;
    border-bottom: 1px dashed #6d594a;
}

.inquiry_tel small:last-of-type {
    font-size: 60%;
}

.main2 > h3 {
    line-height: 1.5;
    margin: 3rem 0 1.5rem;
    padding: 0;
    font-size: 150%;
    font-weight: 600;
}

.main2 > h4 {
    margin: 2rem 0 1rem;
    padding: 0 0 0 1rem;
    font-size: 120%;
    font-weight: 600;
    color: #6d594a;
    line-height: 1.25;
    border-left: 4px solid #6d594a;
}

.main2 p {
    margin: 0 0 1rem;
    padding: 0;
}

.main2 dl {
    display: flex;
    flex-wrap: wrap;
    border-collapse: collapse;
    margin: 2rem 0 0;
    padding: 0;
}

.main2 dl dt {
    width: 20%;
    margin: 0;
    padding: .5rem 0;
    border-top: 1px solid #6d594a;
}

.main2 dl dd {
    width: 80%;
    margin: 0;
    padding: .75rem 0 .75rem 2rem;
    border-top: 1px solid #b6aca4;
}

.main2 dl dt:last-of-type {
    border-bottom: 1px solid #6d594a;
}

.main2 dl dd:last-of-type {
    border-bottom: 1px solid #b6aca4;
}

.main2 ol {
    list-style-type: decimal;
    margin: 0 0;
    padding: 0 0 0 2.5em;
}

/* ボディミルク */

.bodymilk {
    width: 1360px;
    margin: 0 0 0 -200px;
    padding: 0;
    background: #f3f3f3;
}

.bodymilk > b {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 250%;
    font-weight: 600;
    color: #694832;
    text-align: center;
}

.bodymilk > b small {
    font-size: 50%;
    font-weight: 500;
}

.bodymilk > span {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 16rem;
    background: #694832;
    font-size: 112.5%;
}

.bodymilk > span a {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.bodymilk > h2 {
    margin: 3rem 0 0;
    padding: 0;
    font-size: 200%;
    font-weight: 300;
    color: #694832;
    line-height: 1.75;
}

.bodymilk > h4 {
    margin: 0 0 -2rem;
    padding: 0;
    font-size: 200%;
    font-weight: 600;
    color: #694832;
    text-align: center;
}

.ul_bodymilk01 {
    display: flex;
    width: 90%;
    margin: 6rem auto 0;
    padding: 0 0 4rem;
    justify-content: center;
}

.ul_bodymilk01 li {
    flex-wrap: wrap;
    width: 33.333%;
    margin: 0 5% 0 0;
    padding: 0;
}

.ul_bodymilk01 li:last-child {
    margin-right: 0;
}

.ul_bodymilk01 li h3 {
    width: 100%;
    margin: 0 0 2rem;
    padding: 0;
    font-size: 125%;
    font-weight: 500;
    color: #694832;
    text-align: center;
    position: relative;
}

.ul_bodymilk01 li:first-child h3 {
    background: #d1cfe7;
}

.ul_bodymilk01 li:nth-child(2) h3 {
    background: #d5e8bd;
}

.ul_bodymilk01 li:last-child h3 {
    background: #fbdbb3;
}

.ul_bodymilk01 li h3::after {
    content: '';
    width: 103%;
    margin: 0;
    padding: 30% 0 0;
    background: url(../images/body_milk/bg_flavor01.webp) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    top: -4rem;
    left: 0;
}

.ul_bodymilk01 li:nth-child(2) h3::after {
    background: url(../images/body_milk/bg_flavor02.webp) no-repeat 50% 50%;
    background-size: cover;
}

.ul_bodymilk01 li:last-child h3::after {
    background: url(../images/body_milk/bg_flavor03.webp) no-repeat 50% 50%;
    background-size: cover;
}

.ul_bodymilk02 {
    display: flex;
    width: 75%;
    margin: 4rem auto 0;
    padding: 0 0 4rem;
    justify-content: center;
}

.ul_bodymilk02 li {
    width: 25%;
    margin: 0;
    padding: 27% 0 0;
    background: url(../images/body_milk/factor_bodymilk01.webp) no-repeat 0 0;
    background-size: 100%;
    color: #0083c9;
    font-size: 87.5%;
    line-height: 1.5;
    text-align: center;
}

.ul_bodymilk02 li:nth-child(2) {
    background: url(../images/body_milk/factor_bodymilk02.webp) no-repeat 0 0;
    background-size: 100%;
    color: #ec7782;
}

.ul_bodymilk02 li:nth-child(3) {
    background: url(../images/body_milk/factor_bodymilk03.webp) no-repeat 0 0;
    background-size: 100%;
    color: #8a7465;
}

.ul_bodymilk02 li:nth-child(4) {
    background: url(../images/body_milk/factor_bodymilk04.webp) no-repeat 0 0;
    background-size: 100%;
    color: #ef8430;
}

.ul_bodymilk02 li h5 {
    margin: 0 0 1rem;
    font-size: 250%;
    line-height: 1;
}

.ul_bodymilk02 li h5 small {
    font-size: 75%;
}

.bodymilk_support {
    width: 90%;
    margin: .75rem auto 0;
    background: #ffffff;
    color: #694832;
    border: 1px solid #694832;
}

.bodymilk_support h4 span {
    background: linear-gradient(to bottom, #f3f3f3 52%, #ffffff 52%);
    text-shadow: 4px 4px 2px #FFFFFF,
                -4px -4px 2px #FFFFFF,
                -4px 4px 2px #FFFFFF,
                4px -4px 2px #FFFFFF,
                0px 4px 2px #FFFFFF,
                0 -4px 2px #FFFFFF,
                -4px 0 2px #FFFFFF,
                4px 0 2px #FFFFFF;
}

.bodymilk_support ul li {
    margin: 0;
    padding: 0;
    width: 12.5%;
    text-align: center;
    line-height: 1.25;
}

.bodymilk_support ul li img {
    display: block;
    margin: 0 auto .75rem;
    width: 80px;
    height: 80px;
    border-radius: 40px;
}

.howtouse_bodymilk {
    display: flex;
    width: 100%;
    height: 433px;
    margin: 6rem 0 0;
    padding: 4rem 5rem;
    background: url(../images/body_milk/bg_howtouse.webp) no-repeat 0 0;
    background-size: cover;
}

.howtouse_bodymilk h6 {
    height: 3em;
    margin: 0;
    padding: .9em 2em;
    background: #f5b16b;
    font-size: 112.5%;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 3px;
}

.howtouse_bodymilk p {
    margin: -.5rem 0 0 2rem;
    padding: 0;
    width: 47%;
}

/* バストリッチクリーム */

.main .lead_bustrichcream {
    background: #f9d2d7;
}

.main .lead_bustrichcream p {
    margin: 0 0 1em;
}

.main .lead_bustrichcream b {
    display: block;
    margin: 0;
    font-size: 120%;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

.lead_bustrichcream a {
    display: block;
    width: 16em;
    margin: 1em auto 0;
    padding: 0;
    background: #6d594a;
    color: #ffffff;
    font-size: 110%;
    font-weight: 500;
    line-height: 2;
    text-align: center;
}

.bustrichcream01,
.bustrichcream02 {
    width: 1360px;
    margin: 0 auto 0 -200px;
    padding: 2em 0 3em;
    background: url(../images/bustrichcream/bg_bustrichcream01.webp) no-repeat 0 0, linear-gradient(to left, #e2e7ea 0%, #ffffff 20%);
    background-size: contain;
    color: #595757;
}

.bustrichcream01 h2 {
    margin: 0 auto 1rem;
    color: #595757;
    font-weight: 500;
}

.bustrichcream01 ul {
    display: flex;
    flex-wrap: wrap;
    width: 56%;
    margin: 0 auto;
    padding: 0;
}

.bustrichcream01 ul li {
    width: 50%;
    margin: 0;
    padding: 0 0 0 1.75em;
    line-height: 2.5;
    position: relative;
}

.bustrichcream01 ul li::before {
    content: '';
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #595757;
    position: absolute;
    top: .75em;
    left: 0;
}

.bustrichcream01 ul li::after {
    content: '';
    width: 1.25em;
    height: .9em;
    border-left: 3px solid #f5b6b0;
    border-bottom: 3px solid #f5b6b0;
    transform: rotate(-45deg);
    position: absolute;
    top: .6em;
    left: 0;
}

.bustrichcream02 {
    background: #fef3f0 url(../images/bustrichcream/bg_brc02.webp) no-repeat 50% 0;
    background-size: 100% auto;
}

.bustrichcream02 strong {
    display: block;
    margin: 0 auto 1em;
    padding: 0;
    text-align: center;
    color: #776c24;
    font-size: 150%;
    font-weight: 500;
}

.bustrichcream02 h2 {
    margin: 0 auto;
    padding: 0;
    color: #ec707e;
    font-size: 420%;
    font-weight: 600;
    line-height: 1.25;
}

.bustrichcream02 h2 small {
    display: block;
    font-size: 60%;
    margin: 0;
    padding: 0;
}

.bustrichcream02 h3 {
    margin: 2.5em auto 1em;
    padding: 0;
    color: #6a4832;
    font-size: 150%;
    font-weight: 500;
    text-align: center;
}

.brc_component,
.brc_component02 {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.brc_component02 {
    margin: 0 auto 3rem;
}

.brc_component > li {
    width: 50%;
    margin: 0;
    padding: 0;
}

.brc_component > li ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
}

.brc_component > li ul li {
    width: 40%;
    margin: 0 0 1em;
    padding: 0;
}

.brc_component > li ul li:last-child {
    width: 60%;
    padding: 0 1.5em;
}

.brc_component > li ul li img,
.brc_component02 > li img {
    display: block;
    width: 100%;
    margin: .5em 0 0;
    padding: 0;
}

.brc_component > li ul li b {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 120%;
    font-weight: 500;
    font-feature-settings: 'palt';
    letter-spacing: 1px;
}

.brc_component02 > li {
    display: flex;
    width: calc(100%/9);
    margin: 0;
    padding: 0 .5rem 0;
    font-size: 87.5%;
    text-align: center;
    line-height: 1.25;
    font-feature-settings: 'palt';
    letter-spacing: .5px;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.brc_component02 > li img {
    border-radius: 100%;
}

.brc_component02::after {
    content: '※画像はイメージです。';
    font-size: 75%;
    position: absolute;
    bottom: -4rem;
    right: 0;
}

.brc_component02 > li:nth-child(3)::after {
    content: '※1 パルミチン酸アスコルビルリン酸3Na（保湿成分）';
    color: #ea552d;
    font-size: 75%;
    position: absolute;
    left: center;
    bottom: -2rem;
    text-shadow: 2px 2px 0 #fef3f0,
                -2px -2px 0 #fef3f0,
                -2px 2px 0 #fef3f0,
                2px -2px 0 #fef3f0,
                0px 2px 0 #fef3f0,
                0 -2px 0 #fef3f0,
                -2px 0 0 #fef3f0,
                2px 0 0 #fef3f0;
}

.brc_howtouse {
    display: flex;
    flex-wrap: wrap;
    width: 1360px;
    margin: 3em auto 0 -200px;
    padding: 0;
    position: relative;
}

.brc_howtouse li {
    width: 32.333%;
    margin: 0;
    padding: 1.5rem 14% 1.5rem 4rem;
    border-right: 1px solid #f3aabb;
}

.brc_howtouse li:first-child {
    display: flex;
    width: 3%;
    padding: 0;
    background: #f3aabb;
    color: #ffffff;
    font-size: 125%;
    font-weight: 600;
    letter-spacing: 3px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    justify-content: center;
    align-items: center;
    border-right: none;
}

.brc_howtouse li:nth-child(2) {
    background: url(../images/bustrichcream/fig_brc_howtouse01.webp) no-repeat right 0;
    background-size: auto 100%;
}

.brc_howtouse li:nth-child(3) {
    background: url(../images/bustrichcream/fig_brc_howtouse02.webp) no-repeat right 0;
    background-size: auto 100%;
}

.brc_howtouse li:nth-child(4) {
    background: url(../images/bustrichcream/fig_brc_howtouse03.webp) no-repeat right 0;
    background-size: auto 100%;
}

.brc_howtouse li p {
    margin: 0;
    padding: 0;
    position: relative;
}

.brc_howtouse li p::before {
    content: '1';
    color: #ec75a9;
    font-size: 240%;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    position: absolute;
    top: -.75em;
    left: -1em;
}

.brc_howtouse li:nth-child(3) p::before {
    content: '2';
}

.brc_howtouse li:nth-child(4) p::before {
    content: '3';
}


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

    body {
        font-size: 3.733vw;
    }

    .pc_only,
    .pc_only_b {
        display: none !important;
    }

    .sp_only {
        display: inline !important;
    }

    .sp_only_b {
        display: block !important;
    }

    header {
        display: flex;
        width: 100vw;
        height: 14vw;
        margin: 0;
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
    }

    header img {
        display: block;
        width: 30vw;
        margin: 0 auto;
        padding: 0;
        position: relative;
        z-index: 0;
    }

    .ham {
        width: 16vw;
        height: 16vw;
        margin: 0 0 0 84vw;
        padding: 0;
        cursor: pointer;
        position: absolute;
    }

    .ham_line {
        position: absolute;
        left: 5vw;
        width: 6vw;
        height: 1px;
        background: #6d594a;
        transition: all 0.3s;
    }

    .ham_line1 {
        top: 6vw;
    }

    .ham_line2 {
        top: 8vw;
    }

    .ham_line3 {
        top: 10vw;
    }

    .clicked .ham_line1 {
        transform: rotate(45deg);
        top: 8vw;
    }

    .clicked .ham_line2 {
        width: 0px;
        left: 50%;
    }

    .clicked .ham_line3 {
        transform: rotate(-45deg);
        top: 8vw;
    }

    .menu {
        position: fixed;
        width: 100vw;
        height: auto;
        top: -100vh;
        margin: 0 0 0 0;
        padding: 2em 2em;
        background: #f2f1ef;
        opacity: .95;
        font-size: 100%;
        line-height: 2;
        transition: all 0.6s;
        filter: drop-shadow(0 2vw 2vw rgba(0, 0, 0, 0));
        z-index: 99;
    }

    .menu ul li:first-child {
        border-top: 1px dotted #b6aca4;
    }
    .menu ul li {
        padding: .5em 1em;
        font-weight: 300;
        border-bottom: 1px dotted #b6aca4;
    }

    .menu ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .clicked .menu {
        top: 14vw;
    }

    .slider {
        width: 100vw;
        height: calc(100vw + 1px);
        margin: 14vw 0 0 !important;
        padding: 0 0;
    }

    .slider li {
        width: 100%;
        height: 100%;
    }

    .slider li a img {
        width: 100%;
        height: 100%;
    }

    .slider li a.new::before {
        padding: 1.4rem;
        width: 4rem;
        height: 4rem;
        font-size: 1.2rem;
        position: absolute;
        top: 3%;
        right: 3%;
    }

    .main h1 {
        width: 100%;
        height: 100%;
        margin: 0 !important;
        padding: 9vw 0;
    }

    .main h1 img {
        width: 60vw;
        margin: 0 auto .75em;
    }

    .main h1 span {
        margin: .5em 0 0;
        font-size: 87.5%;
        line-height: 2;
        letter-spacing: .5px;
    }

    .main h1 span:first-child {
        font-size: 70%;
        margin: 0 0 .5em;
    }

    .main {
        width: 100vw;
    }

    .main .top_st {
        margin: 2rem 0 1rem;
        padding: 0;
        font-size: 200%;
    }

    .main .top_img {
        margin: 0 0;
        width: 100vw;
    }

    .main .tit_img {
        margin: 1em 0 0;
        width: 100vw;
    }

    .main h2 {
        margin: 2rem auto 1rem;
        font-size: 145%;
        letter-spacing: 0;
    }

    .main h2 small {
        margin: 0 .1em;
    }

    .main .lead {
        margin: 0 4vw;
        padding: 0;
        text-align: left;
    }


    .ul_products {
        display: block;
        width: 88vw;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }

    .ul_products li {
        width: 100%;
        margin: 0 0 1.5em;
        padding: 1em 1em 1.5em;
        font-feature-settings: 'palt';
        text-align: center;
        letter-spacing: .5px;
        border: 1px solid #eeece9;
        position: relative;
    }

    .ul_products li:last-child {
        margin: 0;
    }

    .ul_products li a.link {
        display: block;
        width: 96%;
        margin: 1em auto 0;
        padding: 0;
        line-height: 2.5;
        position: relative !important;
        bottom: 0;
        left: 0;
    }

    .main .lead_diffuser {
        width: 100vw;
        margin: 0;
        padding: 8vw 6vw 6vw;
        font-weight: 400;
    }

    .ul_diffuser {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        margin: 8vw 0 6vw;
        padding: 0 0;
        background: #e3bac4;
    }

    .ul_diffuser li {
        display: flex;
        flex-wrap: wrap;
        width: 70%;
        text-align: left !important;
        line-height: 1.25;
        align-items: flex-end;
    }

    .ul_diffuser li:first-child {
        width: 30%;
    }

    .ul_diffuser li:first-child img {
        width: 90%;
    }

    .ul_diffuser li h2 {
        margin: 0;
        padding: 0;
        text-align: left !important;
        font-size: 125%;
        font-weight: 600;
        font-feature-settings: 'palt';
        letter-spacing: 1px;
    }

    .ul_diffuser li b {
        margin: .5rem 0 1.5rem;
        padding: 0;
        font-feature-settings: 'palt';
        letter-spacing: .5px;
    }

    .ul_diffuser li span {
        font-size: 240%;
    }

    .link {
        width: 88vw;
        margin: 3rem auto 0;
    }

    .link::after {
        position: absolute;
        right: .75em;
    }

    .link a {
        line-height: 2.5;
    }

    .main h3 {
        margin: 2rem 4vw 1rem;
        padding: 0;
        text-align: center;
        font-size: 135%;
        font-weight: 600;
        color: #6d594a;
        letter-spacing: 2px;
    }

    ul.butter_point {
        display: block;
        width: 92vw;
        margin: 0 auto;
        padding: 0;
    }

    ul.butter_point li,
    ul.butter_point li img {
        width: 100%;
    }

    ul.butter_point li img {
        margin: 1.5em 0 0;
    }

    .butter_support {
        margin: 2rem 4vw 1rem;
        padding: 0 1rem 1rem;
        border: 1px solid #6d594a;
        border-radius: 1rem;
    }

    .butter_support h4 {
        margin: 1.5rem auto 0;
        padding: 0;
        text-align: center;
        line-height: 1.5;
    }

    .butter_support h4 span {
        margin: 0;
        padding: 0;
        font-size: 120%;
        background: none;
    }

    .butter_support ul {
        display: flex;
        flex-wrap: wrap;
        text-align: justify;
        margin: 1rem 0 0 0;
        padding: 0;
    }

    .butter_support ul li {
        margin: 0 0 .5rem;
        padding: 0;
        width: 25%;
        height: 25%;
        text-align: center;
    }

    .butter_support ul li p {
        display: block;
        transform: scale(0.9, 1);
        width: 111%;
        transform-origin: top center;
    }

    .butter_support ul li img {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto .25rem;
        width: 90%;
        height: 90%;
        border-radius: 50%;
    }

    .butter_product {
        width: 92vw;
        margin: 1rem auto 0;
        padding: 2rem 0 0;
    }

    .butter_product ul {
        margin: 0;
        padding: 0;
        width: 100%;
        border-top: 2px solid #fac000;
        position: relative;
    }


    .b_lavender ul {
        border-top: 2px solid #ac9ecc !important;
    }

    .b_grapefruit ul {
        border-top: 2px solid #f49f35 !important;
    }

    .butter_product ul::before {
        width: 38.304vw;
        height: 10.994vw;
        position: absolute;
        top: -13.52vw;
        left: 0;
    }

    .b_lavender ul::before {
        width: 45.98vw;
        height: 11.4vw;
    }

    .b_grapefruit ul::before {
        width: 53.283vw;
        height: 11.696vw;
    }

    .butter_product div {
        margin: 0;
        padding: 0 0 2vw 41.32vw;
        font-size: 160%;
        color: #fac000;
        line-height: 1.25;
    }

    .butter_product div small {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 50%;
    }

    .b_lavender div {
        padding: 0 0 2vw 48.4vw !important;
        color: #ac9ecc !important;
    }

    .b_grapefruit div {
        padding: 0 0 2vw 68vw !important;
        color: #f49f35 !important;
        transform: scale(0.8, 1);
        width: 125%;
        transform-origin: top left;
        letter-spacing: -.5px;
    }

    .butter_product ul li {
        width: 40% !important;
        padding: 1rem 0 0 0 !important;
        background: none !important;
        line-height: 1.75;
    }

    .butter_product ul li:last-child {
        width: 60% !important;
        padding-left: 1rem !important;
    }

    .butter_product ul li img {
        width: 100%;
        margin-top: 1.5rem;
    }

    .butter_product ul li a {
        width: 36vw;
        height: 2.2em;
        padding: 0 0;
        text-align: center;
        font-weight: 600;
        line-height: 2;
        position: absolute;
        left: -37vw;
        top: 45vw;
        box-shadow: 0 .8vw 1.6vw 0 rgb(0, 0, 0, .25);
    }

    /* ボディミルク */

    .bodymilk {
        width: 100%;
        margin: 0;
    }

    .ul_bodymilk01 {
        display: flex;
        flex-wrap: wrap;
        width: 88%;
        margin: 6rem auto 0;
        padding: 0;
    }

    .ul_bodymilk01 li {
        width: 100%;
        margin: 0 0 4rem 0;
        padding: 0;
    }

    .ul_bodymilk01 li h3 {
        margin: 0 0 1rem;
    }

    .bodymilk > h4 {
        margin: -1rem 0 -2rem;
        padding: 0;
        font-size: 150%;
    }

    .ul_bodymilk02 {
        display: flex;
            flex-wrap: wrap;
        width: 88%;
        margin: 1.5rem auto 0;
        padding: 0;
    }

    .ul_bodymilk02 li {
        width: 50%;
        margin: 0 0 1rem;
        padding: 54% 0 0;
    }

    .ul_bodymilk02 li h5 {
        margin: 0 0 .75rem;
    }

    .bodymilk_support {
        width: 88%;
        margin: 1rem auto 0;
    }

    .bodymilk_support ul li {
        margin: -1rem 0 0;
        padding: 0;
        width: 25%;
        text-align: center;
        font-feature-settings: 'palt';
    }

    .bodymilk_support ul li:nth-child(-n+4) {
        margin: 0 0 1.75rem;
    }

    .howtouse_bodymilk {
        display: flex;
        width: 100%;
        height: auto;
        margin: 3rem 0 0;
        padding: 6vw 6vw;
        background: url(../images/body_milk/bg_howtouse.webp) no-repeat 7% 50%;
        background-size: auto 128%;
    }

    .howtouse_bodymilk h6 {
        white-space: nowrap;
        height: 3em;
        margin: 0;
        padding: .9em 1em;
        letter-spacing: 3px;
    }

    .howtouse_bodymilk p {
        margin: -.5rem 0 0 1.5rem;
        padding: 0;
        width: 100%;
    }

    /* バストリッチクリーム */

    .lead_bustrichcream a {
        margin: 1em auto 1em;
    }

    .bustrichcream01,
    .bustrichcream02 {
        width: 100%;
        margin: 0;
        padding: .01em 0 1.75em;
    }

    .bustrichcream01 {
        background: url(../images/bustrichcream/bg_bustrichcream01_sp.webp) no-repeat -36% 30%, linear-gradient(to left, #e2e7ea 0%, #ffffff 20%);
        background-size: contain;
    }

    .bustrichcream01 h2 {
        line-height: 1.25;
    }

    .bustrichcream01 ul {
        width: 85%;
        margin: 0 auto;
        padding: 0;
    }

    .bustrichcream01 ul li {
        width: 100%;
        margin: 0 0 .5em;
        padding: 0 0 0 1.5em;
        line-height: 1.75;
    }

    .bustrichcream01 ul li::before {
        position: absolute;
        top: .35em;
        left: 0;
    }

    .bustrichcream01 ul li::after {
        position: absolute;
        top: .2em;
        left: 0;
    }

    .bustrichcream02 {
        background: #fef3f0 url(../images/bustrichcream/bg_brc02_sp.webp) no-repeat 50% 0;
        background-size: 100% auto;
    }

    .bustrichcream02 strong {
        margin: .5em auto .5em;
        font-size: 110%;
    }

    .bustrichcream02 h2 {
        margin: 0 auto;
        font-size: 210%;
        font-weight: 600;
        line-height: 1.25;
        text-shadow: 2px 2px 0 #FFFFFF,
                    -2px -2px 0 #FFFFFF,
                    -2px 2px 0 #FFFFFF,
                    2px -2px 0 #FFFFFF,
                    0px 2px 0 #FFFFFF,
                    0 -2px 0 #FFFFFF,
                    -2px 0 0 #FFFFFF,
                    2px 0 0 #FFFFFF;
    }

    .bustrichcream02 h2 small {
        font-size: 70%;
    }

    .bustrichcream02 h3 {
        margin: 1.5em auto 1em;
        font-size: 120%;
        font-weight: 500;
        line-height: 1.35;
        letter-spacing: 0;
    }

    .brc_component > li {
        width: 100%;
        font-size: 87.5%;
        line-height: 1.75;
    }

    .brc_component > li ul li b {
        line-height: 1.5;
    }

    .brc_component > li ul li:last-child {
        padding: 0 0 0 1.5em;
    }

    .brc_component02 {
        margin: 0 auto 1em;
    }

    .brc_component02 > li {
        width: calc(100%/3);
        margin: 0 0 1rem;
        padding: 0 .5rem 0;
        font-size: 80%;
    }

    .brc_component02::after {
        position: absolute;
        bottom: -2rem;
        right: 0;
    }

    .brc_component02 > li:nth-child(3)::after {
        font-size: 50%;
        line-height: 1.25;
        position: absolute;
        left: center;
        bottom: .5rem;
    }

    .brc_component02 > li:nth-child(-n+6) {
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #fbd3c8;
    }

    .brc_howtouse {
        width: 100%;
        margin: 3em auto 0;
    }

    .brc_howtouse li {
        width: 100%;
        margin: 0;
        padding: 1rem 24% 1rem 3.5rem;
        border-bottom: 1px solid #f3aabb;
        border-right: none;
    }

    .brc_howtouse li:first-child {
        display: flex;
        width: 100%;
        margin: 0 0;
        padding: 0;
        font-size: 125%;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        border-bottom: none;
    }

    .brc_howtouse li:nth-child(2) {
        background: url(../images/bustrichcream/fig_brc_howtouse01.webp) no-repeat right 50%;
        background-size: auto 150%;
    }

    .brc_howtouse li:nth-child(3) {
        background: url(../images/bustrichcream/fig_brc_howtouse02.webp) no-repeat 100% 100%;
        background-size: auto 90%;
    }

    .brc_howtouse li:nth-child(4) {
        background: url(../images/bustrichcream/fig_brc_howtouse03.webp) no-repeat 100% 100%;
        background-size: auto 90%;
    }



    footer {
        margin: 4rem 0 0;
        padding: 2rem 0;
    }

    footer p {
        font-size: 150%;
    }

    .copyright {
        line-height: 4;
    }

    /* 下層ページ */

    .breadcrumb {
        width: 92vw;
        margin: 18vw 0 0 4vw;
    }

    .main2 {
        margin: 2rem 4vw 0;
        width: 92vw;
    }

    .main2 h1 {
        font-size: 200%;
    }

    .main2 h2 {
        font-size: 125%;
    }

    .inquiry_tel {
        padding: 1rem 1.5rem !important;
    }

    .inquiry_tel span {
        padding: 0 0 0 1.6em;
        font-size: 170% !important;
    }

    .inquiry_tel span::before{
        content: '';
        width: 1.5em;
        height: .857em;
        background: url('../images/freedial.svg') no-repeat 0 0;
        background-size: cover;
        position: absolute;
        top: .35em;
        left: 0;
    }

    .inquiry_tel small:first-of-type {
        display: block;
        margin: 0 0 .5rem;
        padding: 0 0 .5rem;
        font-size: 120%;
        border-bottom: 1px dashed #6d594a;
    }

    .inquiry_tel small:last-of-type {
        font-size: 80%;
        display: block;
    }


}
