@charset "Shift_JIS";/**/
.right {
    text-align: right;
}

a:hover {
    opacity: 0.7;
}

.body_sph .sphbr {
    display: block;
}

.body_pc .sphbr {
    display: none;
}

.body_sph .pcbr {
    display: none;
}

.body_pc .pcbr {
    display: block;
}

/* slider */
.slider {
    opacity: 0;
    transition: opacity 0.3s linear;
}

.slider.slick-initialized {
    opacity: 1;
}

.k-btn1 {
    opacity: 0;
    pointer-events: none;
}

.k-btn2 {
    opacity: 0;
    pointer-events: none;
}

.next {
    cursor: pointer;
}

.qaBox:nth-of-type(6){
    visibility: hidden;
}

/* main img */
.mainbox {
    background-image: url(/category/skin/info/skingate/image/gatebg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.mainbox::after {
    content: '';
    background-image: url(/category/skin/info/skincare/image/skinbg02.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mg01 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.mg02 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.mg03 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.mg04 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.body_sph .mg01 {
    width: 40%;
}

.body_sph .mg02,
.body_sph .mg03,.body_sph .mg04 {
    width: 20%;
}

.mainbox_in {
    padding: 4em;
    position: relative;
    z-index: 3;
}

.body_sph .mainbox_in {
    padding: 3em 1em;
}

.mainbox_in_box {
    border: 14px solid #fff;
    padding: 5em 4em;
    text-align: center;
    min-height: 620px;
}

.body_sph .mainbox_in_box {
    border: 11px solid #fff;
    min-height: auto;
    /* height: calc(100vh - 10.6em);  */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2em 1em;
}

.mainbox_in_box_sub {
    border-top: 1px solid #ff8da3;
    border-bottom: 1px solid #ff8da3;
    color: #ff8da3;
    font-size: 1.7em;
    margin-bottom: 0.5em;
    padding: 0.3em 0;
}

.body_sph .mainbox_in_box_sub {
    font-size: 1.1em;
}


.body_sph .mainbox_in_box_main {
    font-size: 2.8em;
}
/*
.mainbox_in_box_en {
    background-color: #333;
    color: #fff;
    font-size: 1.3em;
    letter-spacing: 0.2em;
    margin-bottom: 1.5em;
}

.body_sph .mainbox_in_box_en {
    font-size: 1em;
    margin-bottom: 1em;
}
*/
.mainbox_in_box_txt {
    font-size: 1.5em;
    line-height: 2.2;
    margin-bottom: 2em;
    margin-top: 2.7em;
}

.body_sph .mainbox_in_box_txt {
    font-size: 0.8em;
}

.mainbox_in .next {
    border-radius: 50%;
    padding: 2em;
    background-color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #333;
    box-shadow: 3px 3px 0 0 rgba(40, 42, 56, 0.34);
    transition: 0.5s all;
}

.mainbox_in .next:hover {
    background-color: #ff8da3;
    color: #fff;
}

.body_sph .mainbox_in .next {
    padding: 0;
    font-size: 1em;
    line-height: 1.3;
}

.body_sph .contents_main {
    margin: 0
}

.qaBox {
    background-image: url(/category/skin/info/skincare40/image/skinbg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.qaBox_in {
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 5em 3em;
}

.body_sph .qaBox_in {
    padding: 2em 2em;
    /* height: calc(100vh - 10.6em);  */
}

.question p {
    font-size: 2em;
    margin-bottom: 1.5em;
    line-height: 1.4;
    text-align: center;
}

.body_sph .question p {
    font-size: 1.3em;
    text-align: left;
}

.question span {
    color: #ff8da3;
    display: block;
}

.qaBox ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.body_sph .qaBox ul {
    justify-content: space-between;
}

.qaBox ul li:nth-of-type(odd) {
    margin-right: 1em;
}

.body_sph  .qaBox ul li:nth-of-type(odd) {
    margin-right: 0;
}

.answer {
    font-size: 2.2em;
    color: #fff;
    width: 230px;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bbbec7;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    margin-bottom: 1em;
}

.body_sph .answer {
    width: 40vw;
    height: 40vw;
    font-size: 1.1em;
    padding: 5%;
}

.a.on,.a:hover {
    background-color: #8bd6fc;
}

.b.on,.b:hover {
    background-color: #d99dfd;
}

.c.on,.c:hover {
    background-color: #62ce76;
}

.d.on,.d:hover {
    background-color: #dee969;
}

.qaBox .next {
    background: #ff8da3;
    color: #fff;
    padding: 1em 6em;;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5em;
    opacity: 0;
    pointer-events: none;
    width: 40%;
}

.body_sph .qaBox .next,
.body_sph .kekka  {
    padding: 0.8em 0em;
    font-size: 1em;
    width: 100%;
}

.qaBox .clickon {
    opacity: 1;
    pointer-events: auto;
}

.kekka {
    background: #dc617c;
    color: #fff;
    padding: 1em 6em;;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5em;
    cursor: pointer;
    transition: all 0.5s;
    width: 40%;
}

.kekka:hover {
    opacity: 0.7;
}

/* ================= answer =================== */
#skinanswer {
    background-image: url(/category/skin/info/skincare40/image/skinbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3em 3em;
}

.body_sph #skinanswer {
    padding: 2em 1em;
}

.skin_in {
    background-color: #fff;
    padding: 2em 3em;
    text-align: center;
}

.body_sph .skin_in {
    padding: 2em 1em 1em;
}

.skin_txt {
    font-size: 1.7em;
    margin-bottom: 1em;
}

.body_sph .skin_txt {
    font-size: 0.9em;
}

.skin_ttl {
    font-weight: bold;
    font-size: 2.5em;
    margin-bottom: 0.5em;
    line-height: 1.3;
}

.skin_ttl span {
    display:inline-block;
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding: 0.6em 0;
    width: 90%;
    position:relative;
}

.skin_ttl span::before,
.skin_ttl span::after {
     position: absolute;
     top: 100%;
     left:50%;
     transform:translateX(-50%);
     content: '';
     border: 10px solid transparent;
}

.skin_ttl span::after {
     margin-top: -1px;
     border-top: 10px solid white;
}

.body_sph .skin_ttl {
    font-size: 1.6em;
}

.skin_sub {
    font-weight: bold;
    font-size: 1.7em;
}

.body_sph .skin_sub {
    font-size: 1.2em;
}

.skin_series a {
    background-color: #333;
    color: #fff;
    font-weight: bold;
    padding: 1em 4em;
    text-decoration: none;
    display: block;
    position: relative;
    width: auto;
    font-size: 1.5em;
}

.body_sph .skin_series a {
    width: 100%;
    font-size: 1em;
}

.skin_series a::after {
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "\e96a";
    font-weight: normal;
    font-family: icomoon;
    font-size: 1.5em;
    margin-right: 0.3em;
}

.skin_again a {
    color: #333;
    font-weight: bold;
    padding: 1em 4em;
    border: 1px solid #333;
    width: auto;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 1.5em;
}

.body_sph .skin_again a {
    width: 100%;
    font-size: 1em;
}

.skin_again a::before {
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "\e969";
    font-weight: normal;
    font-family: icomoon;
    font-size: 1.5em;
    margin-left: 0.3em;
}

#skinanswer .caution {
    font-size: 0.5em;
    vertical-align: text-top;
}

#skinanswer .caution_txt {
    font-size: 0.9em;
    margin-top: 3em;
    margin-bottom: 0;
}

.body_sph #skinanswer .caution_txt {
    font-size: 0.6em;
}

.sccheck {
    text-align: center;
    font-size: 0.6em;
    margin-bottom: 3em;
}

.body_pc .sccheck {
    font-size: 1em;
}

.qaBox .sccheck {
    margin-bottom: 1em;
}

.sccheck span {
    font-size: 2em;
    margin-bottom: 0.4em;
    display: block;
}

.sccheck p {
    letter-spacing: 0.6em;
}


/* color */
.cc {
    color: #d62c2c;
}

.cc span::before {
    border-top: 10px solid #d62c2c;
}

.ac {
    color: #073385;
}

.ac span::before {
    border-top: 10px solid #073385;
}

.po {
    color: #b5def1;
}

.po span::before {
    border-top: 10px solid #b5def1;
}

.ms {
    color: #b2bcc5;
}

.ms span::before {
    border-top: 10px solid #b2bcc5;
}

.aq {
    color: #72a4b6;
}

.aq span::before {
    border-top: 10px solid #72a4b6;
}

.f1 {
    color: #b7d282;
}

.f1 span::before {
    border-top: 10px solid #b7d282;
}

.ur {
    color: #6b2f1a;
}

.ur span::before {
    border-top: 10px solid #6b2f1a;
}

/* skincare40 only */
.main_40 {
    position: relative;
    width: 100%;
}

.sub_40 {
    position: absolute;
    bottom: -35%;
    right: -10%;
}

.body_sph .sub_40 {
    width: 44vw;
}

/* =================== skingate =================== */

#skingate {
    background-image: url(/category/skin/info/skingate/image/gatebg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

#skingate ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.body_sph #skingate ul {
    justify-content: space-between;
}

#skingate ul li:nth-of-type(odd) {
    margin-right: 1em;
}

.body_sph  #skingate ul li:nth-of-type(odd) {
    margin-right: 0;
}

#skingate .question span {
    color: #c98eba;
    display: inline-block;
    margin-right: 1em;
}

#skingate a {
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

#skingate a:hover {
    opacity: 1;
}

#skingate a:active {
    background-color: transparent;
}