@charset "UTF-8";

    #comment img {
        vertical-align: bottom;
        width: 100%;
    }

    #comment h1,
    #comment h2,
    #comment h3,
    #comment h4 {
        background: none;
        margin: 0;
        padding: 0;
        font-weight: normal;
    }

    @media (min-width: 769px) {
        #comment .haircare .osusume {
            background: url(/img/event/2312/img/hair_care_bg.png) no-repeat scroll center center/cover;
            text-align: center;
            position: relative;
            padding: 100px 0;
            margin: 100px 0 0 0;
            width: 100vw;
            margin-left: calc(-50vw + 50%);
            display: block;
        }

        #comment .skincare .osusume {
            background: url(/img/event/2312/img/skin_care_bg.png) no-repeat scroll center center/cover;
            text-align: center;
            position: relative;
            padding: 100px 0;
            margin: 100px 0 0 0;
            width: 100vw;
            margin-left: calc(-50vw + 50%);
            display: block;
        }

        #comment .drycare .osusume {
            background: url(/img/event/2312/img/dry_care_bg.png) no-repeat scroll center center/cover;
            text-align: center;
            position: relative;
            padding: 100px 0;
            margin: 100px 0 0 0;
            width: 100vw;
            margin-left: calc(-50vw + 50%);
            display: block;
        }

        #comment .innercare .osusume {
            background: url(/img/event/2312/img/inner_care_bg.png) no-repeat scroll center center/cover;
            text-align: center;
            position: relative;
            padding: 100px 0;
            margin: 100px 0 0 0;
            width: 100vw;
            margin-left: calc(-50vw + 50%);
            display: block;
        }
    }

    #comment .haircare .osusume:before,
    #comment .haircare .osusume:after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    #comment .haircare .osusume:before {
        border-style: solid;
        border-width: 80px 50vw 0 50vw;
        border-color: #ffffff transparent transparent transparent;
        top: -1px;
    }



    #comment .haircare .osusume .title {
        font-size: 2em;
        font-weight: bold;
        margin: 30px 0 70px;
        position: relative;
    }

    #comment .haircare .osusume .title:before {
        content: "";
        background: #27BBF5;
        width: 80px;
        height: 3px;
        position: absolute;
        left: 50%;
        bottom: -20px;
        transform: translateX(-50%);
    }

    #comment .haircare .osusume a {
        background: #fff;
        border-radius: 10px;
        padding: 50px 60px;
        display: inline-block;
        transform: scale(1.00001);
    }

    #comment .haircare .osusume a:hover {
        transform: scale(0.98);
    }


    #comment .skincare .osusume:before,
    #comment .skincare .osusume:after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    #comment .skincare .osusume:before {
        border-style: solid;
        border-width: 80px 50vw 0 50vw;
        border-color: #ffffff transparent transparent transparent;
        top: -1px;
    }

    #comment .skincare .osusume .title {
        font-size: 2em;
        font-weight: bold;
        margin: 30px 0 70px;
        position: relative;
    }

    #comment .skincare .osusume .title:before {
        content: "";
        background: #27BBF5;
        width: 80px;
        height: 3px;
        position: absolute;
        left: 50%;
        bottom: -20px;
        transform: translateX(-50%);
    }

    #comment .skincare .osusume a {
        background: #fff;
        border-radius: 10px;
        padding: 50px 60px;
        display: inline-block;
        transform: scale(1.00001);
    }

    #comment .skincare .osusume a:hover {
        transform: scale(0.98);
    }


    #comment .drycare .osusume:before,
    #comment .drycare .osusume:after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    #comment .drycare .osusume:before {
        border-style: solid;
        border-width: 80px 50vw 0 50vw;
        border-color: #ffffff transparent transparent transparent;
        top: -1px;
    }

    #comment .drycare .osusume .title {
        font-size: 2em;
        font-weight: bold;
        margin: 30px 0 70px;
        position: relative;
    }

    #comment .drycare .osusume .title:before {
        content: "";
        background: #27BBF5;
        width: 80px;
        height: 3px;
        position: absolute;
        left: 50%;
        bottom: -20px;
        transform: translateX(-50%);
    }

    #comment .drycare .osusume a {
        background: #fff;
        border-radius: 10px;
        padding: 50px 60px;
        display: inline-block;
        transform: scale(1.00001);
    }

    #comment .drycare .osusume a:hover {
        transform: scale(0.98);
    }


    #comment .innercare .osusume:before,
    #comment .innercare .osusume:after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    #comment .innercare .osusume:before {
        border-style: solid;
        border-width: 80px 50vw 0 50vw;
        border-color: #ffffff transparent transparent transparent;
        top: -1px;
    }

    #comment .innercare .osusume .title {
        font-size: 2em;
        font-weight: bold;
        margin: 30px 0 70px;
        position: relative;
    }

    #comment .innercare .osusume .title:before {
        content: "";
        background: #27BBF5;
        width: 80px;
        height: 3px;
        position: absolute;
        left: 50%;
        bottom: -20px;
        transform: translateX(-50%);
    }

    #comment .innercare .osusume a {
        background: #fff;
        border-radius: 10px;
        padding: 50px 60px;
        display: inline-block;
        transform: scale(1.00001);
    }

    #comment .innercare .osusume a:hover {
        transform: scale(0.98);
    }


    @media (max-width: 768px) {
        #comment .haircare .osusume {
            background: url(/img/event/2312/img/hair_care_bg.png) no-repeat scroll center left -2px/cover;
            margin: 30px 0 0 0;
            padding: 50px 0;
        }

        #comment .skincare .osusume {
            background: url(/img/event/2312/img/skin_care_bg.png) no-repeat scroll center left -450px/cover;
            margin: 30px 0 0 0;
            padding: 50px 0;
        }

        #comment .drycare .osusume {
            background: url(/img/event/2312/img/dry_care_bg.png) no-repeat scroll center left -398px/cover;
            margin: 30px 0 0 0;
            padding: 50px 0;
        }

        #comment .innercare .osusume {
            background: url(/img/event/2312/img/inner_care_bg.png) no-repeat scroll center left -80px/cover;
            margin: 30px 0 0 0;
            padding: 50px 0;
        }

        #comment .haircare .osusume:before {
            border-style: solid;
            border-width: 30px 50vw 0 50vw;
            border-color: #ffffff transparent transparent transparent;
        }

        #comment .haircare .osusume .title {
            font-size: 1.5em;
            margin: 0 0 30px 0;
            text-align: center;
        }

        #comment .haircare .osusume .title:before {
            width: 50px;
            height: 2px;
            bottom: -10px;
        }

        #comment .haircare .osusume a {
            padding: 20px 25px;
        }

        #comment .skincare .osusume:before {
            border-style: solid;
            border-width: 30px 50vw 0 50vw;
            border-color: #ffffff transparent transparent transparent;
        }

        #comment .skincare .osusume .title {
            font-size: 1.5em;
            margin: 0 0 30px 0;
            text-align: center;
        }

        #comment .skincare .osusume .title:before {
            width: 50px;
            height: 2px;
            bottom: -10px;
        }

        #comment .skincare .osusume a {
            padding: 20px 25px;
        }

        #comment .drycare .osusume:before {
            border-style: solid;
            border-width: 30px 50vw 0 50vw;
            border-color: #ffffff transparent transparent transparent;
        }

        #comment .drycare .osusume .title {
            font-size: 1.5em;
            margin: 0 0 30px 0;
            text-align: center;
        }

        #comment .drycare .osusume .title:before {
            width: 50px;
            height: 2px;
            bottom: -10px;
        }

        #comment .drycare .osusume a {
            padding: 20px 25px;
        }

        #comment .innercare .osusume:before {
            border-style: solid;
            border-width: 30px 50vw 0 50vw;
            border-color: #ffffff transparent transparent transparent;
        }

        #comment .innercare .osusume .title {
            font-size: 1.5em;
            margin: 0 0 30px 0;
            text-align: center;
        }

        #comment .innercare .osusume .title:before {
            width: 50px;
            height: 2px;
            bottom: -10px;
        }

        #comment .innercare .osusume a {
            padding: 20px 25px;
        }
    }

    #comment .voice {
        padding: 70px 0;
    }

    #comment .voice .title_1,
    #comment .voice .title_2 {
        text-align: center;
        font-weight: bold;
    }

    #comment .voice .title_1 {
        font-size: 1.8em;
        margin: 0 0 60px 0;
        position: relative;
    }

    #comment .voice .title_1:before,
    #comment .voice .title_1:after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    #comment .voice .title_1:before {
        width: 81px;
        height: 78px;
        top: -90px;
    }

    #comment .voice .title_1:after {
        width: 80px;
        height: 3px;
        bottom: -20px;
        background: #27BBF5;
    }

    #comment .voice .title_2 {
        color: #d93d15;
        font-size: 1.5em;
        margin: 0 0 40px 0;
    }

    #comment .voice .title_2 span {
        display: inline-block;
        padding: 0 20px;
        position: relative;
    }

    #comment .voice .title_2 span:before,
    #comment .voice .title_2 span:after {
        content: "";
        position: absolute;
        width: 2px;
        height: 40px;
        top: 50%;
        transform: translateY(-50%);
        background: #d93d15;
    }

    #comment .voice .title_2 span:before {
        transform: translateY(-50%) rotate(-15deg);
        left: 0;
    }

    #comment .voice .title_2 span:after {
        transform: translateY(-50%) rotate(15deg);
        right: 0;
    }

    #comment .voice ul li {
        background: #fff;
        margin: 20px 0;
        padding: 30px;
        border-radius: 10px;
        display: flex;
        grid-gap: 30px;
    }

    #comment .voice ul li .img {
        width: 15%;
    }

    #comment .voice ul li .text {
        width: 85%;
    }

    #comment .voice ul li .text img {
        width: 120px;
        margin: 0 0 8px 0;
    }

    @media (max-width: 768px) {
        #comment .voice {
            padding: 80px 0 50px 0;
        }

        #comment .voice .title_1 {
            font-size: 1.6em;
            margin: 0 0 40px 0;
        }

        #comment .voice .title_1:before {
            width: 50px;
            height: 50px;
            top: -60px;
        }

        #comment .voice .title_1:after {
            width: 50px;
            height: 2px;
            bottom: -10px;
        }

        #comment .voice .title_2 {
            font-size: 1.1em;
            margin: 0 0 20px 0;
        }

        #comment .voice ul li {
            padding: 15px 10px;
            grid-gap: 10px;
        }
    }

    @media (min-width: 769px) {
        #comment {
            font-size: 16px;
        }

        #comment .inner {
            min-width: 1000px;
            max-width: 1000px;
            margin: auto;
            width: calc(100% - 50px);
        }

        #comment .inner_mini {
            min-width: 700px;
            max-width: 700px;
            margin: auto;
            width: calc(100% - 50px);
        }

        #comment .inner_800 {
            min-width: 800px;
            max-width: 800px;
            margin: auto;
            width: calc(100% - 50px);
        }

        #comment .sp {
            display: none;
        }
    }

    @media (max-width: 768px) {
        #comment {
            font-size: 15px;
            overflow: hidden;
        }

        #comment .inner,
        #comment .inner_mini {
            padding: 0 5%;
        }

        #comment .pc {
            display: none;
        }
    }




    @media (min-width: 769px) {
        #staff {
            font-size: 15px;
            margin-bottom: 60px;
        }
    }

    #staff {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        letter-spacing: 0.075em;
        font-family: var(--font-base);
    }

    #staff .blue {
        color: #27BBF5;
    }

    #staff .text_box {
        display: block;
        border-radius: 10px;
        margin: 160px 0 0;
    }

    @media (max-width: 768px) {
        #staff .text_box {
            margin: 30px 0 0;
            padding: 30px 5%;
        }
    }

    #staff .text_box .title_sr {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 15px;
        font-size: 2.2em;
        text-align: center;
        top: 165px;
    }
    
    #staff .text_box .title_sr span {
        color: #9ebcf8;
        font-size: 1.4em;
        position: relative;
        top: 70px;
    }

    @media (max-width: 768px) {
        #staff .text_box .title_sr {
            top: 65px;
            font-size: 1em;
            padding: 0px;
        }
        #staff .text_box .title_sr span {
            position: relative;
            top: 100px;
        }
    }


    #staff .text_box .title_sr .img {
        width: 20%;
        position: relative;
        top: 80px;
        left: 0px;
    }

    @media (max-width: 768px) {
        #staff .text_box .title_sr .img {
            width: 35%;
            position: relative;
            top: 43px;
            left: 85px;
        }
    }

    #staff .text_box .title_sr_2 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 15px;
        font-size: 2.2em;
        text-align: center;
        top: 810px;
    }
    
    #staff .text_box .title_sr_2 span {
        color: #9ebcf8;
        font-size: 1.4em;
        position: relative;
    }

    @media (max-width: 768px) {
        #staff .text_box .title_sr_2 {
            top: 800px;
            font-size: 1em;
            padding: 0px;
        }
        #staff .text_box .title_sr_2 span {
            position: relative;
            top: 100px;
        }
    }


    #staff .text_box .title_sr_2 .img {
        width: 20%;
        position: relative;
        top: 80px;
        
    }

    @media (max-width: 768px) {
        #staff .text_box .title_sr_2 .img {
            width: 35%;
            position: relative;
            top: 43px;
            left: 85px;
        }
    }

    #staff .text_box .title_sr_3 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 15px;
        font-size: 2.2em;
        text-align: center;
        top: 825px;
    }
    
    #staff .text_box .title_sr_3 span {
        color: #9ebcf8;
        font-size: 1.4em;
        position: relative;
        top: 70px;
    }

    @media (max-width: 768px) {
        #staff .text_box .title_sr_3 {
            top: 865px;
            font-size: 1em;
            padding: 0px;
        }
        #staff .text_box .title_sr_3 span {
            position: relative;
            top: 100px;
        }
    }


    #staff .text_box .title_sr_3 .img {
        width: 20%;
        position: relative;
        top: 80px;
    }

    @media (max-width: 768px) {
        #staff .text_box .title_sr_3 .img {
            width: 35%;
            position: relative;
            top: 43px;
            left: 85px;
        }
    }

  
    

    #staff .text_box .fl {
        grid-gap: 50px;
        text-align: left;
        align-items: center;
        width:100%;
    }
    @media (min-width: 769px) {
    #staff .text_box .fl .text {
        width:135%;
    }
}

    #staff .fl {
        display: flex;
    }

    @media (max-width: 768px) {
        #staff .fl {
            display: block;
        }
    }

    #staff .text_box .fl .t-1 {
        font-size: 1.2em;
        line-height: 1.5;
        margin: 0 0 20px 0;
        text-align: left;
    }

    @media (max-width: 768px) {
        #staff .text_box .fl .t-1 {
            font-size: 1em;
            margin: 20px 0;
            font-weight: normal;
        }

        #staff .text_box .fl .img-2 {
            margin-top: 20px;
        }
    }

    #staff .btn {
        background: #9ebcf8;
        color: #fff;
        border-radius: 100px;
        padding: 7px 30px;
        display: inline-block;
        font-size: 1.5em;
        margin-top: 30px;
    }

    @media (max-width: 768px) {
        #staff .btn {
            background: #9ebcf8;
            color: #fff;
            border-radius: 100px;
            display: inline-block;
            font-size: 1em;
            padding: 10px 35px;
            margin-top: 0px;
        }
    }


    #staff .center {
        text-align: center;
    }

    @media (min-width: 769px) {
        #staff {
            font-size: 16px;
        }

        #staff .inner {
            min-width: 1000px;
            max-width: 1000px;
            margin: auto;
            width: calc(100% - 50px);
        }

        #staff .inner_mini {
            min-width: 700px;
            max-width: 700px;
            margin: auto;
            width: calc(100% - 50px);
        }

        #staff .inner_800 {
            min-width: 800px;
            max-width: 800px;
            margin: auto;
            width: calc(100% - 50px);
        }

        #staff .sp {
            display: none;
        }
    }


    @media (max-width: 768px) {
        #staff {
            font-size: 15px;
        }

        #staff .inner,
        #staff .inner_mini,
        #staff .inner_800 {
            padding: 0 5%;
        }

        #staff .pc {
            display: none;
        }
    }
