/* =======================================
リセット
======================================= */
html .sunscreen {
    letter-spacing: 1px;
    box-sizing: border-box;
}

body .sunscreen {
    /* font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "noto-sans-cjk-jp", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
    font-family:"noto-sans-cjk-jp", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
    font-style: normal;
}

.goods-explain{
    padding: 0;
}
/* =======リセット end======= */

/* =======================================
共通css
======================================= */
.sunscreen {
    width: 100%;
    position: relative;
}

.sunscreen img {
    width: 100%;
    display: block;
}

.sunscreen figure {
    margin-left: auto;
    margin-right: auto;
}

.sunscreen h2 {
    width: fit-content;
    margin: 0 auto;
    position: relative;
    color: #0cc0d9;
    font-size: 29px;
    letter-spacing: 2px;
    font-weight: 500;
    text-align: center;
}

.sunscreen h2::before {
    content: "";
    position: absolute;
    background: #edfdff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    left: -36px;
    top: -17px;
    z-index: -1;
}


/* .sunscreen h3 {
    margin-top: 51px;
    padding-left: 22px;
    color: #716863;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: normal;
    border-left: 7px solid #ec7980;
}

.sunscreen h3 strong {
    font-weight: 500;
    color: #ec7980;
    font-size: 27px;
} */

.sunscreen p {
    font-size: 17px;
    color: #716863;
    line-height: 30px;
}

.sunscreen small {
    color:#534944;
    display: block;
    line-height: 1.5;
}

.sunscreen .tx_right {
    text-align: right;
}

.sunscreen .flx {
    display: flex;
}

/* =======================================
intro
======================================= */
/*------ FV ------*/
.sunscreen .mv h1 {
    padding: 0;
    margin-top: 10%;
}

.sunscreen .mv h1 img {
    width: 100%;
}

/*------ contents ------*/
.sunscreen .contens {
    width: 80%;
    margin: 50px auto 0;
    padding: 0;
    position: relative;
    background-color: #ffffff;
    border: 3px dotted #6bdae9;
    border-radius: 18px;
}

.sunscreen .contens p {
    width: 70%;
    margin: -17px auto 0;
    padding: 3px 0 7px;
    position: relative;
    font-size: 17px;
    color: #756c67;
    text-align: center;
    background-color: #9edae2;
    border-radius: 30px;
    letter-spacing: 2px;
}

.sunscreen .contens_inner {
    width: fit-content;
    margin: 22px auto;
}

.sunscreen .contens_inner li {
    margin-bottom: 7px;
    font-size: 17px;
}

.sunscreen .contens_inner li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sunscreen .contens_inner li a {
    display: block;
    padding-left: 35px;
    position: relative;
    color: #716863;
    text-align: left;
    transition: .2s;
    text-decoration: none;
}

.sunscreen .contens_inner li a::before,
.sunscreen .contens_inner li a::after {
    content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
    transition: .2s;
}

.sunscreen .contens_inner li a::before {
    width: 20px;
    height: 20px;
    top: 4px;
    left: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #eafafc;
}

.sunscreen .contens_inner li a::after {
    top: 9px;
    left: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #6bdae9;
    border-right: 2px solid #6bdae9;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
}

.sunscreen .contens_inner li a:hover::after {
    top: 10px;
    transition: .2s;
}

/*------ recommendation ------*/
.sunscreen .rec {
    width: 80%;
    margin: 65px auto 0;
    padding: 36px 18px 23px;
    position: relative;
    border: 2px solid #ff8c59;
    border-radius: 11px;
}

.sunscreen .rec::before {
    content: "";
    background: url(/img/items/341_sunscreen/rec_ttl.png) center / contain no-repeat;
    width: 199px;
    height: 69px;
    position: absolute;
    top: -39px;
    left: 50%;
    transform: translateX(-50%);
}

.sunscreen .rec_inner {
    width: fit-content;
    margin: 0 auto;
}

.sunscreen .rec_inner li {
    width: fit-content;
    margin-bottom: 7px;
    padding-left: 35px;
    position: relative;
    color: #716863;
    font-size: 17px;
}

.sunscreen .rec_inner li:last-child {
    margin-bottom: 0;
}

.sunscreen .rec_inner li::before {
    content: "";
    background: url(/img/items/341_sunscreen/check_icon.png) center / contain no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 2px;
}
/* =======intro end======= */

/* =======================================
商品説明
======================================= */

/*------ about ------*/
.sunscreen #product {
    padding-top: 62px;
}

.sunscreen #product .point02,
.sunscreen #product .point03,
.sunscreen #product .point04 {
    margin-top: 60px;
}

.sunscreen #product .arrow {
    margin: 20px auto;
    display: block;
    width: 17px;
}

.sunscreen #product .subttl {
    margin: 26px 0;
    color: #716863;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: normal;
}

.sunscreen #product .subttl .point {
    margin: 0 0 10px;
    display: block;
    color: #fdcdaa;
    font-weight: 400;
    font-size: 24px;
}

.sunscreen #product .subttl strong {
    color: #ff974a;
    font-size: 32px;
    line-height: 46px;
    font-weight: 500;
}

.sunscreen #product .flx .subttl {
    text-align: left;
    margin: 0;
}

.sunscreen .bgOrange {
    margin-top: 35px;
    border-radius: 22px;
    background-color: #fff1e0;
    padding: 36px;
}

.sunscreen .bgBlue {
    margin-top: 35px;
    border-radius: 22px;
    background-color: #dffbff;
    padding: 36px;
}


/* =======================================
howto
======================================= */
.sunscreen #howto {
    padding-top: 60px;
}

.sunscreen #howto .howto_sub {
    display: flex;
    margin: 33px auto 0;
    align-items: center;
    justify-content: center;
}

.sunscreen #howto .howto_sub p {
    font-size: 28px;
    line-height: 1.7;
    margin-right: 10px;
    letter-spacing: 1.5px;
    font-weight: 400;
}

.sunscreen #howto .howto_sub p strong {
    color: #ff974a;
}

.sunscreen #howto .howto_sub figure {
    width: 88px;
    margin: 0;
}

.sunscreen #howto .howto_list {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 11px 25px;
}

.sunscreen #howto .howto_list li {
    width: 43%;
}

.sunscreen #howto .howto_list li h3 {
    color: #756c67;
    background-color: #b0e7f1;
    padding: 7px 0;
    text-align: center;
    border-radius: 8px;
    margin: 13px 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.1;
}

.sunscreen #howto .howto_list li p {
    line-height: 1.55;
}

.blue_box {
    width: 100%;
    padding: 27px 35px;
    border: 2px solid #46b2e7;
    background-color: #f3fbff;
    border-radius: 13px;
    text-align: center;
    margin-top: 47px;
}
  
.blue_box strong {
    text-align: center;
    color: #716863;
    font-size: 20px;
}

.blue_box p {
    margin: 0;
    font-size: 17px;
    color: #716863;
    line-height: 30px;
    text-align: left;
}

.sunscreen #howto .teishigeki{
    margin-top: 56px;
    padding: 20px;
    background-color: #ffefd8;
    border: 2px dotted #f2a331;
    border-radius: 20px;
}

.sunscreen #howto .teishigeki .orng_ttl{
    background-color: #f2a331;
    color: #ffffff;
    border-radius: 100px;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.sunscreen #howto .teishigeki li{
    margin-bottom: 30px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.sunscreen #howto .teishigeki li:last-child{
    margin-bottom: 0px;
}

/* =======================================
lineup
======================================= */
.sunscreen #uvlineup {
    padding-top: 70px;
    margin-bottom: 50px;
} 

.sunscreen #uvlineup .js-scrollable {
    margin-top: 40px;
    position: relative;
}

.sunscreen #uvlineup .js-scrollable > img {
    max-width: 950px;
    width: auto;
}

.sunscreen #uvlineup .lbi img {
    max-width: 950px;
    width: auto;
}

.sunscreen #uvlineup .lb {
    width: 190px;
    position: absolute;
    bottom: 16px;
}

.sunscreen #uvlineup .lb.btn01 {
	left: 0;
}

.sunscreen #uvlineup .lb.btn02 {
    left: 190px;
}

.sunscreen #uvlineup .lb.btn03 {
    left: 380px;
}

.sunscreen #uvlineup .lb.btn04 {
    left: 570px;
}

.sunscreen #uvlineup .lb.btn05 {
    left: 760px;
}

.sunscreen #uvlineup .lb a {
    width: 80%;
    margin: 0 auto;
    display: block;
}

/* .sunscreen #uvlineup .outer {
    position: absolute;
    bottom: 7%;
    width: 100%;
}

.sunscreen #uvlineup .outer .lb {
    width: 170px;
    position: relative;
    top: -7%;
}

.sunscreen #uvlineup .outer .lb a {
    position: absolute;
    top: 20%;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 80%;
}

.sunscreen #uvlineup .outer .lb a.btn02 {
    margin-left: 170px;
}

.sunscreen #uvlineup .outer .lb a.btn03 {
    margin-left: 337px;
}

.sunscreen #uvlineup .outer .lb a.btn04 {
    margin-left: 508px;
}

.sunscreen #uvlineup .outer .lb a.btn05 {
    margin-left: 677px;
} */

/* =======================================
faq
======================================= */
.sunscreen #qa {
    padding-top: 70px;
}

.sunscreen #qa .flex_cont{
    align-items: flex-start;
}

.sunscreen #qa figure{
    margin-top: 6px;
}


.sunscreen .faq_box{
    margin: 15px 0;
}

.sunscreen .faq_box figure,
.sunscreen .faq_box p{
    margin-bottom: 10px;
}

.sunscreen .faq_box .q_box .question,
.sunscreen .faq_box .a_box .answer{
    width: 6%;
}

.sunscreen .faq_box .q_box .text,
.sunscreen .faq_box .a_box .text{
    width: 80%;
}

.sunscreen .faq_box .q_box .text{
    font-size: 20px;
}

.sunscreen #qa dl {
    margin-top: 30px;
    margin-bottom: 3rem;
}

.sunscreen #qa dl dt {
    background: url(/img/items/mk_341sunscreen/qa_icon.png) no-repeat left 6px;
    background-size: 5.1rem;
    padding: 1.2rem 3.5rem 1.8rem 8rem;
    text-align: left;
    font-size: 1.9rem;
    line-height: 4rem;
    min-height: 5.9rem;
    border-bottom: 4px dotted #6bdae9;
    margin-bottom: 2rem;
}

.sunscreen #qa dl dd {
    text-align: left;
    font-size: 1.7rem;
}

/* アコーディオン----------------------------- */
  /*アコーディオンタイトル*/
  .sunscreen #qa .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.sunscreen #qa .title::before,
.sunscreen #qa .title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.sunscreen #qa .title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
}
.sunscreen #qa .title::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);
    transition: 0.5s;
}
/*　closeというクラスがついたら形状変化　*/
.sunscreen #qa .title.close::before{
	/* transform: rotate(45deg); */
}

.sunscreen #qa .title.close::after{
	transform: rotate(0deg);
}

/*アコーディオンで現れるエリア*/
.sunscreen #qa .box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
    margin:0 0 3%;
    padding: 3%;
    letter-spacing: 0.1rem;
}
/* =======faq======= */



@media only screen and (max-width: 767px) {
    .sunscreen h2 {
        font-size: 13vw;
    }

    .sunscreen h2::before {
        width: 130px;
        height: 130px;
        left: -21%;
        top: -26%;
    }

    .sunscreen p {
        font-size: 17px;
        color: #716863;
        line-height: 30px;
    }
    
    .sunscreen small {
        font-size: 5vw;
        letter-spacing: 0;
    }

    .sunscreen .w90 {
        width: 87%;
        margin-right: auto;
        margin-left: auto;
    }
    .sunscreen .flx {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    /* =======================================
    intro
    ======================================= */
    /*------ fcontents ------*/
    .sunscreen .contens {
        width: 87%;
        margin-top: 10%;
        border: 4px dotted #6bdae9;
    }

    .sunscreen .contens p {
        font-size: 7vw;
        padding: 1.9%;
    }
    
    .sunscreen .contens_inner li {
        margin-bottom: 17px;
        font-size: 7.8vw;
    }
    
    .sunscreen .contens_inner li:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }
    
    /* .sunscreen .contens_inner li a {
        padding-left: 64px;
    } */

    .sunscreen .contens_inner li a::before,
    .sunscreen .contens_inner li a::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
    }

    .sunscreen .contens_inner li a::before {
        width: 45px;
        height: 45px;
        top: 3%;
        left: -6.5%;
    }

    .sunscreen .contens_inner li a::after {
        top: 29%;
        left: -2%;
        width: 14px;
        height: 14px;
        border-top: 3px solid #6bdae9;
        border-right: 3px solid #6bdae9;
    }

    .sunscreen .rec {
        width: 87%;
        margin: 14% auto 0;
        padding: 7% 5.5% 5% 4%;
        border: 3px solid #ff8c59;
        border-radius: 16px;
    }

    .sunscreen .rec::before {
        top: -17%;
        left: 50%;
        transform: translateX(-50%);
        width: 455px;
        height: 104px;
    }

    .sunscreen .rec_inner {
        margin-right: 0;
        margin-left: auto;
    }

    .sunscreen .rec_inner li {
        width: auto;
        margin-bottom: 1.5%;
        padding-left: 0;
        font-size: 7.7vw;
    }

    .sunscreen .rec_inner li::before {
        width: 34px;
        height: 34px;
        left: -10%;
    }

    /* =======================================
    商品説明
    ======================================= */
    .sunscreen #product {
        padding-top: 17%;
    }

    
    .sunscreen #product .point02,
    .sunscreen #product .point03,
    .sunscreen #product .point04 {
        margin-top: 11%;
    }
    
    .sunscreen #product .point01 > p,
    .sunscreen #product .point02 > p,
    .sunscreen #product .point03 > p {
        width: 80%;
    }
    
    
    .sunscreen #product .subttl {
        margin: 7% auto 4%;
        font-size: 7.7vw;
        text-align: center;
        line-height: 2.1;
    }
    
    .sunscreen #product .subttl .point {
        font-size: 9vw;
        margin-bottom: 4%;
        line-height: 1.1;
    }

    .sunscreen #product .point04 .subttl .point {
        margin-bottom: 1%;
    }
    
    .sunscreen #product .subttl strong {
        font-size: 11.8vw;
    }

    /* =======================================
    howto
    ======================================= */
    .sunscreen #howto {
        padding-top: 15%;
    }
    .sunscreen #howto .howto_sub p {
        font-size: 10vw;
    }

    .sunscreen #howto .howto_sub figure {
        width: 17%;
    }

    .sunscreen #howto .howto_list {
        margin-top: 6%;
        gap: 10vw 7vw;
    }

    .sunscreen #howto .howto_list li h3 {
        padding: 3% 0;
        margin: 5% 0;
        font-size: 8vw;
        font-weight: 400;
    }

    .sunscreen #howto .howto_list li p {
        font-size: 5.9vw;
    }

    .blue_box {
        width: 90%;
        margin: 5% auto 0;
        padding: 5%;
    }

    .blue_box strong {
        font-size: 6.5vw;
    }

    .blue_box p {
        font-size: 5.9vw;
        line-height: 1.6;
        margin-top: 2%;
    }

    .sunscreen #howto .teishigeki{
        margin-top: 12%;
        padding: 5%;
        border: 5px dotted #f2a331;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .sunscreen #howto .teishigeki .orng_ttl{
        background-color: #f2a331;
        color: #ffffff;
        border-radius: 100px;
        padding: 20px;
        text-align: center;
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .sunscreen #howto .teishigeki li{
        margin-bottom: 30px;
    }
    
    .sunscreen #howto .teishigeki li:last-child{
        margin-bottom: 0px;
    }

    .sunscreen #howto .teishigeki{
        margin-top: 56px;
        padding: 20px;
        background-color: #ffefd8;
        border: 2px dotted #f2a331;
        border-radius: 20px;
    }
    
    .sunscreen #howto .teishigeki .orng_ttl{
        background-color: #f2a331;
        color: #ffffff;
        border-radius: 100px;
        padding: 20px;
        text-align: center;
        font-size: 36px;
        margin-bottom: 20px;
    }
    
    .sunscreen #howto .teishigeki li{
        margin-bottom: 30px;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .sunscreen #howto .teishigeki li:last-child{
        margin-bottom: 0px;
    }
    /* =======================================
    lineup
    ======================================= */
    .sunscreen #uvlineup {
        padding-top: 15%;
    }

    .sunscreen #uvlineup h2::before {
        left: -14%;
    }

    .sunscreen #uvlineup .js-scrollable {
        margin-left: 5%;
        margin-top: 10%;
    }

    .sunscreen #uvlineup .js-scrollable > img {
        max-width: 1131px;
    }


    .sunscreen #uvlineup .lbi img {
        max-width: 1131px;
    }

    .sunscreen #uvlineup .lb {
        width: 231px;
    }
    
    .sunscreen #uvlineup .lb.btn02 {
        left: 225px;
    }
    
    .sunscreen #uvlineup .lb.btn03 {
        left: 451px;
    }
    
    .sunscreen #uvlineup .lb.btn04 {
        left: 677px;
    }
    
    .sunscreen #uvlineup .lb.btn05 {
        left: 905px;
    }

    /* =======================================
    faq
    ======================================= */
    .sunscreen #qa {
        padding-top: 15%;
    }

    .sunscreen #qa h2 {
        margin-bottom: 9%;
    }

    .sunscreen #qa dl {
        width: 87%;
        margin: 0 auto;
        margin-bottom: 5%;
    }

    .sunscreen #qa dl dt {
        background-size: 57px;
        padding: 9px 80px 18px;
        font-size: 31px;
        line-height: 1.3;
        border-bottom: 4px dotted #6bdae9;
        margin-bottom: 20px;
    }

    .sunscreen #qa dl dd {
        text-align: left;
        font-size: 2.9rem;
    }

    .sunscreen #qa .title::before,
    .sunscreen #qa .title::after{
        position: absolute;
        width: 27px;
        height: 3px;
    }

    .sunscreen #qa .title::before{
        top:48%;
        right: 35px;
    }

    .sunscreen #qa .title::after{    
        top:48%;
        right: 35px;
    }

    /*アコーディオンで現れるエリア*/
    .sunscreen #qa .box {
        margin:0 0 3%;
        padding: 3%;
        letter-spacing: 0.1rem;
        font-size: 6.5vw;
        line-height: 1.7;
    }
}