@charset "UTF-8";
/* =====================
common
===================== */
section {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.sp_disp {
    display: none;
}

/* =====================
ヘッダー
===================== */
header {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    position: relative;
    /*background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/hiyake/css/../img/bg.jpg) no-repeat top center;
    background-size: cover;*/
}
.fv_cont {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    height: 116vw;
    z-index: 2;
}
.logo {
    padding: 30px 0 0;
}
.copy img {
    position: absolute;
    top: 15vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 542px;
}
#fv .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 1;
}

/* =====================
日焼け止め説明
===================== */
section#explanation {
    margin-top: -55vw;
}
.explanation_cont {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    background: #fff;
    z-index: 10;
}
.explanation_ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

span.sup {vertical-align: super;
font-size: 0.5em;
margin: 0 4px 0 2px;
}

.explanation_ttl p {
    font-size: 32px;
    padding: 20px 0 0;
}
.explanation_txt {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}
.explanation_txt:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 50px;
    background: #fff;
    z-index: 10;
}
.explanation_txt > div {
    position: relative;
    width: 50%;
    padding: 0 6%;
    font-size: 18px;
    text-align: justify;
    line-height: 1.8;
    background: #fcfcfc;
}
.explanation_txt div:first-child:after {
    content: "";
    position: absolute;
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/hiyake/css/../img/img_texture.png) no-repeat bottom right;
    background-size: contain;
    width: 330px;
    height: 170px;
    bottom: 62px;
    right: -40px;
    z-index: 1;
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
}
.explanation_txt > div:last-child {
    background: #fcfcfc;
}
.explanation_txt > div p {
    position: relative;
    z-index: 2;
}
.explanation_txt > div p span {
    display: block;
    font-size: 12px;
    padding: 10px 0 30px;
}

.explanation_txt > div p span.c2403 {
display: block;
margin-top:60px;
padding: 10px 0 30px;
}


.explanation_icon ul {
    display: flex;
    width: 100%;
    justify-content: center;
}
.explanation_icon ul li img {
    width: 80%;
    margin: auto;
}
.explanation_icon ul li p {
    text-align: center;
    font-size: 14px;
    padding: 10px 0 20px;
    line-height: 20px;
}
.explanation_copy {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    background: linear-gradient(90deg, rgba(10,65,165, 1), rgba(26,109,197,1));
    overflow: hidden;
}
.explanation_copy:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgba(6,45,142, 1), rgba(17,83,178,0));
    top: -150px;
    left: -250px;
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
.explanation_copy:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgba(31,131,218,1), rgba(31,131,218,0.8));
    bottom: -150px;
    right: -250px;
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
}
.explanation_copy p {
    font-size: 20px;
    text-align: center;
    width: 80%;
    line-height: 2;
    color: #fff;
    z-index: 10;
}
/* =====================
商品説明
===================== */
.item_cont {
    width: 100%;
    max-width: 1000px;
    margin: 100px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.item_explanation {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    max-width: 900px;
}
.item_explanation:before {
    content: "";
    background: #f3f3f3;
    position: absolute;
    bottom: -95px;
    left: -1250px;
    width: 2000px;
    height: 15vw;
    display: block;
    z-index: 1;
}
.item_explanation.cont_right:before {
    left: auto;
    right: -1250px;
}
.item_explanation div:first-child {
    position: relative;
    width: 55vw;
    padding: 2vw 2vw 2vw 0vw;
    z-index: 10;
}
.item_explanation.cont_right div:first-child {
    order: 2;
    padding: 2vw 0vw 2vw 2vw;
}
img.texture_text {
    position: absolute;
    bottom: 0;
    right: 3vw;
    width: 25%;
}
.item_explanation.cont_right img.texture_text {
    left: 0vw;
    right: auto;
}
.item_explanation div:last-child {
    display: flex;
    flex-direction: column;
    width: 45vw;
    z-index: 10;
}
.item_explanation div:last-child p:first-child {
    font-size: 34px;
}
.item_explanation div:last-child p:last-child {
    font-size: 16px;
    line-height: 2;
    padding-top: 40px;
}
.item_explanation div:last-child p:last-child span {
    font-size: 12px;
}
.item_detail {
    width: 100%;
    max-width: 770px;
    margin: 40px auto 0;
    background: rgba(0,128,210,0.15);
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
}
#item1 .item_detail {
    background: rgba(0,128,210,0.15);
}
#item2 .item_detail {
    background: rgba(245,139,187,0.15);
}
#item3 .item_detail {
    background: rgba(105,187,17,0.15);
}
#item4 .item_detail {
    background: rgba(255,165,30,0.15);
}
#item5 .item_detail {
    background: rgba(241,222,91,0.15);
}
.item_detail div:first-child {
    display: flex;
    justify-content: flex-start;
    padding: 40px;
}
.item_detail div:first-child p {
    font-size: 20px;
}
.item_detail div:first-child p span {
    font-size: 14px;
}

.item_detail div:first-child p span.ib24{
font-size: 18px;
font-weight: bold;
margin: 0 0 5;
}

.item_detail div:first-child p span:last-child {
    font-size: 16px;
    padding-left: 20px;
}
.item_detail div:nth-child(2) ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 75%;
    margin: auto;
}
.item_detail div:nth-child(2) ul li {
    width: calc(90% / 6);
    font-size: 14px;
    text-align: center;
}
.item_detail div:nth-child(2) ul li + li {
    margin-left: 2%;
}
.item_detail div:nth-child(2) ul li p {
    padding: 10px 0;
}
.item_detail div:last-child {
    display: flex;
    justify-content: center;
    padding: 40px;
}
.item_detail div:last-child a {
    display: block;
    position: relative;
    width: 60%;
    max-width: 240px;
    text-align: center;
    padding: 16px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
}
#item1 .item_detail div:last-child a {
    background: #007bc9;
}
#item2 .item_detail div:last-child a {
    background: #ed569a;
}
#item3 .item_detail div:last-child a {
    background: #69bb11;
}
#item4 .item_detail div:last-child a {
    background: #f99500;
}
#item5 .item_detail div:last-child a {
    background: #e4cd2f;
}
.item_detail div:last-child a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 25px;
    left: -35px;
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
#item1 .item_detail div:last-child a:before {
    background: rgba(0,155,237,0.25);
}
#item2 .item_detail div:last-child a:before {
    background: rgba(253,101,192,0.25);
}
#item3 .item_detail div:last-child a:before {
    background: rgba(129,226,14,0.25);
}
#item4 .item_detail div:last-child a:before {
    background: rgba(255,187,0,0.25);
}
#item5 .item_detail div:last-child a:before {
    background: rgba(250,238,47,0.25);
}
.item_detail div:last-child a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 2px;
    margin: auto;
    vertical-align: middle;
    right: 15px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
}
.item_detail div:last-child a p {
    position: relative;
    z-index: 10;
}
/* =====================
注釈
===================== */
.caution_cont {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1000px;
    margin: 120px auto 60px;
    font-size: 12px;
    line-height: 2;
}
.caution_cont div:nth-child(2) {
    display: flex;
    justify-content: center;
}
.caution_cont div:nth-child(2) img {
    width: 50%;
    padding: 30px 0;
}
.caution_cont p span {
    font-size: 14px;
}
/* =====================
トップに戻る
===================== */
#pagetop {
    position: fixed;
    width: 50px;
    height: auto;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 10;
}
/* =====================
コピーライト
===================== */
section#copy p {
    padding: 30px 0;
    text-align: center;
    font-size: 10px;
    letter-spacing: 1;
    background: #f3f3f3;
}
/*2504追記*/
#item5 .item_detail {
  background: rgba(255,165,30,0.15);
}
#item5 .item_detail div:last-child a {
  background: #f99500;
}
#item5 .item_detail div:last-child a:before {
  background: rgba(255,187,0,0.25);
}