@charset "UTF-8";
/* =====================
common
===================== */
section {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.pc_disp {
    display: none;
}

/* =====================
ヘッダー
===================== */
header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
   /* background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/hiyake/css/../img/sp_bg.png) no-repeat top center;
    background-size: contain;*/
}
.fv_cont {
    position: relative;
    width: 100%;
    margin: auto;
    height: 460vw;
    z-index: 2;
}
.logo {
    padding: 3%;
    width: 25vw;
}
.copy img {
    position: absolute;
    top: 70vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 73vw;
}
#fv .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 1;
  image-rendering: auto;
}

/* =====================
日焼け止め説明
===================== */
section#explanation {
    margin-top: -295vw;
}
.explanation_cont {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 90vw;
    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 img {
    padding-top: 20px;
    width: 22vw;
}
.explanation_ttl p {
    font-size: 6.6vw;
    padding: 20px 0 0;
    text-align: center;
    line-height: 1.5;
}
.explanation_txt {
    display: flex;
    flex-direction: column;
    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: 100%;
    padding: 0 8%;
    font-size: 18px;
    text-align: justify;
    line-height: 1.8;
}
.explanation_txt div:first-child {
    margin-bottom: 40px;
}
.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: 60vw;
    height: 33vw;
    bottom: -40px;
    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 {
    margin-top: 40px;
    background: #fcfcfc;
}
.explanation_txt > div p {
    position: relative;
    z-index: 2;
    font-size: 3.7vw;
}
.explanation_txt > div p span {
    display: block;
    font-size: 12px;
    padding: 10px 0 20px;
}
.explanation_icon ul {
    display: flex;
    width: 100%;
    justify-content: center;
}
.explanation_icon ul li img {
    width: 90%;
    margin: auto;
}
.explanation_icon ul li p {
    text-align: center;
    font-size: 3vw;
    padding: 5px 0 30px;
    line-height: 24px;
}
.explanation_copy {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 2%;
    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: -230px;
    left: -80px;
    -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: -205px;
    right: -80px;
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
}
.explanation_copy p {
    font-size: 4vw;
    text-align: center;
    width: 100%;
    line-height: 2;
    color: #fff;
    z-index: 10;
}
/* =====================
商品説明
===================== */
.item_cont {
    width: 100%;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.item_explanation {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}
.item_explanation:before {
    content: "";
    background: #f3f3f3;
    position: absolute;
    bottom: -94px;
    left: 0;
    width: 70vw;
    height: 500px;
    display: block;
    z-index: 1;
}
.item_explanation.cont_right:before {
    left: auto;
    right: 0;
}
.item_explanation div:first-child {
    position: relative;
    width: 100%;
    padding: 5vw;
    z-index: 10;
}
.item_explanation.cont_right div:first-child {
}
img.texture_text {
    position: absolute;
    bottom: -30px;
    right: 20px;
    width: 30vw;
}
.item_explanation.cont_right img.texture_text {
    left: 20px;
    right: auto;
}
.item_explanation div:last-child {
    display: flex;
    flex-direction: column;
    width: 80vw;
    margin: 40px auto 0;
    z-index: 10;
}
.item_explanation div:last-child p:first-child {
    font-size: 7vw;
}
.item_explanation div:last-child p:last-child {
    font-size: 3.8vw;
    line-height: 2;
    padding-top: 20px;
    padding-right: 3vw;
}
.item_explanation div:last-child p:last-child span {
    font-size: 12px;
}
.item_detail {
    width: 90vw;
    margin: 40px 0 0 auto;
    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);
    margin: 40px auto 0 0;
}
#item3 .item_detail {
    background: rgba(105,187,17,0.15);
}
#item4 .item_detail {
    background: rgba(255,165,30,0.15);
    margin: 40px auto 0 0;
}
#item5 .item_detail {
    background: rgba(241,222,91,0.15);
}
.item_detail div:first-child {
    display: flex;
    justify-content: flex-start;
    padding: 40px 20px 20px 20px;
}
.item_detail div:first-child p {
    font-size: 4.5vw;
}
.item_detail div:first-child p span {
    font-size: 3.4vw;

.item_detail div:first-child p span.ib24{	
font-size: 16px;	
font-weight: bold;	
margin: 0 0 5;	
}    
    
}
.item_detail div:first-child p span:last-child {
    font-size: 4vw;
    /* padding-left: 20px; */
}
.item_detail div:nth-child(2) ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 0 6%;
    margin: auto;
}
.item_detail div:nth-child(2) ul li {
    width: calc(90% / 4);
    font-size: 2.8vw;
    text-align: center;
    line-height: 1.6;
}
.item_detail div:nth-child(2) ul li:not(:nth-child(4n + 1)) {
    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: 20px 0 40px;
}
.item_detail div:last-child a {
    display: block;
    position: relative;
    width: 60%;
    max-width: 240px;
    text-align: center;
    padding: 14px;
    font-size: 3.6vw;
    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: 90vw;
    margin: 60px auto 40px;
    font-size: 3vw;
    line-height: 1.8;
}
.caution_cont div:nth-child(2) {
    display: flex;
    justify-content: center;
}
.caution_cont div:nth-child(2) img {
    width: 100%;
    padding: 10px 0;
}
.caution_cont p span {
    font-size: 3.4vw;
}
/* =====================
トップに戻る
===================== */
#pagetop {
    position: fixed;
    width: 40px;
    height: auto;
    bottom: 30px;
    right: 0px;
    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);
}