@charset "UTF-8";
/* ゆっくり遷移する */
html {
	scroll-behavior: smooth;
}
.base_style .content_wrapper {
	display: block;
	position: relative;
	margin: 50px auto 30px;
	padding: 20px 0 40px;
	width: 940px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.base_style .content_inner {
	margin-top: 40px;
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
}
.base_style .ex_inner {
	margin-bottom: 40px;
	clear: both;
}
.base_style .content_txt,
.base_style .content_txt-notes,
.base_style #ex-01,
.base_style .ex_inner p.ex_txt_1col,
.base_style #note_ex3 {
	margin: 0 auto;
	width: 800px;
	display: block;
	overflow: hidden;
}

.content_txt{
    text-align: left;
}

.base_style .ex_1col {
	margin: 20px auto 0;
	width: 800px;
}
.base_style .ex_txt_2col,
.base_style .ex_2col {
	float: left;
}
.base_style .ex_txt_2col {
	margin-right: 30px;
	width: 340px;
}
.base_style .ex_2col {
	width: 430px;
}
.base_style #about-uvhandcream dt img,
.base_style .ex_1col img, 
.base_style .ex_2col img {
	width: 100%;
}
.base_style .ex_img {
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	border-radius: 20px;
	background-color: #FBFCF5;
}
.base_style #about-uvhandcream_innner {
	margin: 20px auto 0;
	width: 720px;
	clear: both;
	position: relative;
	display: block;
	overflow: hidden;
	height: 750px;
}
.base_style #ribbon {
	position: absolute;
	width: 255px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.base_style #ribbon img {
	width: 100%;
}
.base_style #about-uvhandcream_content {
	padding: 35px 40px 15px;
	width: 620px;
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
	border: 2px solid #ECB3A3;
	border-radius: 20px;
}
.base_style #about-uvhandcream_pro,
.base_style #about-uvhandcream_txt {
	float: left;
}
.base_style #about-uvhandcream_pro {
	margin-left: 40px;
	margin-right: 10px;
	width: 200px;
}
.base_style #about-uvhandcream_txt {
	margin-top: 30px;
	width: 290px;
}
.base_style .balloon-left {
	position: relative;
	display: inline-block;
	margin: 1.5em 0 1.5em 15px;
	padding: 20px 30px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #fffceb;
	border-radius: 20px;
}

.base_style .balloon-left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #fffceb;
}

/* ▼タイトル▼ */
.base_style .summary_title {
	display: inline-block;
	position: absolute;
	top: -6px;
	left: 15px;
	margin: 0;
	padding: 10px 0 7px;
	z-index: 2;
	width: 200px;
	text-align: center;
	color: white;
	font-size: .875rem;
	background: #4f8e7c;
	border-radius: 2px 0 0 0;
	}
.base_style .summary_title:before {
	position: absolute;
	content: '';
	top: 0;
	right: -5px;
	border: none;
	border-bottom: solid 6px #074646;
	border-right: solid 5px transparent;
}
.base_style .summary_title:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 10px solid #4f8e7c;
}
/* ▲タイトル▲ */




/* ▼▼▼ハンドクリームプレゼント企画2026ここから▼▼▼ */
.base_style .pro_col {
	margin: 1em auto 70px;
	width: 820px;
	display: flex;
	justify-content: space-between;
}
.pro_col_box{
	border: solid 2px #000;
}
.pro_col_box>h5 {
    border: solid 1px #ac6989;
    color: #ac6989;
    width: 100%;
    padding: 5px;
	text-align:  center;
	font-size: 1.25em;
}
.base_style .spec {
	width: 400px;
    text-align: left;
}
.base_style .imgphoto {
	width: 400px;
}
.base_style .imgphoto.col_tokara {
	width: 350px;
}
.base_style .imgphoto img {
	width: 100%;
}
.base_style p.pro_summary {
	font-size: 16px;
	line-height: 1.6;
	color: #333333;
}
.base_style p.pro_note {
	margin: 10px 0;
	font-size: 12px;
	line-height: 1.4;
	color: #333333;
}
.base_style p.productName,
.base_style li.productName {
	font-size: 1.15em;
	display:block;
	font-weight: bold;
	text-decoration: underline;
	color: #333;
    line-height: 1.4em;
}
.DetailPage .iyaku{
    position: relative;
	top: 2px;
    left: 0px;
}
.base_style p.productName {
	margin-bottom: 10px;
	padding:15px 0 5px 0;
	text-align: left;
}
.base_style p.productName a,
.base_style li.productName a {
	text-decoration: underline;
	color: #333;
}
.base_style p.productName a:link,
.base_style li.productName a:link { color: #333; }
.base_style p.productName a:visited,
.base_style li.productName a:visited { color: #333; }
.base_style p.productName a:hover,
.base_style li.productName a:hover { color: #a0a0a0; }
.base_style p.productName a:active,
.base_style li.productName a:active { color: #a0a0a0; }
.base_style p.productDetail {
	font-size:16px;
	display:block;
	padding:5px 0 10px 0;
	line-height:1.4;
}
.base_style li {
	margin-bottom: 0.5em;
}
.base_style li.productName.bathsalts {
	margin-bottom: 0;
}
.buyname {
	font-size: 12px;
	text-decoration: none;
	text-decoration-color: #fff;
}


section.content_wrapper section{
    margin: 0 0 80px 0;
    padding: 0 30px 0 30px;
    text-align: center;
}
section.content_wrapper section:last-child{
    margin: 0 0 0px 0;
    padding: 0 30px 0 30px;
}
.content_wrapper section img{
    width: 100%;
}


div.overview_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 0;
}

div.overview_box01{
    width: 48%;
    text-align: center;
}
div.overview_box01 a{
    font-size: 1.1em;
    font-weight: bold;
}
div.overview_box02{
    width: 48%;
    text-align: center;
}
div.overview_box01 img{
    width: 85%;
    margin: 30px 0;
}

div.overview_box02 img{
    width: 75%;
    margin: 0px 0 0 0px;
}
div.overview_box02 img.present_img{
    width: 65%;
}
div.overview_box02{
    border: 2px #65B1B7 solid;
    border-radius: 20px;
    padding:35px 20px 20px;
    position: relative
}
div.overview_box .txt_frame{
    font-size: 1.1em;
    padding: 10px 5px;
    border-top: 2px dotted #999;
    border-bottom: 2px dotted #999;
    margin: 0px 0;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.iyaku{
    display: inline;
}

div.overview_box03 img{
    width: 70%;
    margin: 30px 0;
}
div.overview_box03 p{
    font-weight: bold;
}
div.overview_box03 p span{
    font-weight: normal;
    display: block;
    font-size: 0.9em;
}

.ribbon{
    position:absolute;
    top:-42px;
    left: 10px;
    width: 95%;
}


/*　プレゼントここから　*/
.text_st{
    color: #0e8c83;
    font-weight: bold;
}

ul.pro-ul{
    margin: 30px 0 20px 0;
    text-align: left;
}
.pro-ul li{
    margin: 10px 0 0 0;
    text-indent: -1.3em;
    padding: 0 0 0 1.3em;
    font-size: 1.15em;
}
.content_wrapper section img.reviews_img{
    margin: 25px auto 0;
    width: 85%;
}
.sup-indent {
    font-size: 60%;
    position: relative;
    top:-0.7em;
}
.pro-li-num{
    font-weight: bold;
    color: #0e8c83;
}
.overview_box02 p{
    font-size: 1.2em;
    font-weight: bold;
    color: #444;
}





.present_box h3{
}


.present_box h3,.applicable h3.applicable_h3,.fair_info h3 {
    position: relative;
    padding: 0.8rem 0;
    background-color:#4f8e7c;
    border-radius: 10px;
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 60px 0;
    text-align: center;
}

.present_box h3:before,.present_box h3:after,
.applicable h3.applicable_h3:before,.applicable h3.applicable_h3:after,
.fair_info h3:before,.fair_info h3:after{
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.present_box h3:before,.applicable h3.applicable_h3:before,.fair_info h3:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: #4f8e7c;
    margin-left: -16px;
}

.present_box h3:after,.applicable h3.applicable_h3:after,.fair_info h3:after {
    border: 13px solid;
    border-color: transparent;
    border-top-color: #4f8e7c;
    margin-left: -13px;
}



.present_box h4{
    font-size: 1.5em;
    margin: 0px auto 30px;
    padding: 10px 25px;
    border-bottom: 2px dotted #999;
    display: inline-block;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

div.present_flex{
	width: 100%;
    margin:0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.present_flex2{
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.present_flex .p_img{
    width: 55%;
    margin: 0 20px 0;
    text-align: center;
}
.present_flex .p_img img{
    width: 50%;
}

.present_flex h5,.applicable_flex h5{
    font-weight: bold;
    font-size: 1.3em;
    margin: 0 0 0px 0;
}
.present_flex h5 span{
    font-weight: normal;
    display: block;
}
p.present_prf{
    font-weight: bold;}

p.present_txt{
    text-align: left;
    font-size: 1.15em;
    width: 95%;
    margin: 20px 10px;
}

p.present_txt2{
    text-align: left;
    font-size: 1.15em;
}
p.present_txt2 span{
    color: #4f8e7c;
}

p.present_txt.present_point {
    border: double 2px #dacdc8;
    padding: 6px;
    width: 81%;
    display: block;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
	color: #444444;
}

.present_point>span {
    color: #ea5350;
    font-weight: bold;
}

span.present_point_dot{

	color: #dacdc8;
}
.present_flex2 .p_img2{
    width: 20%;
    text-align: right;
    margin: 0 20px 0 30px;
}
.present_flex2 .p_img2 img{
    width: 40%;
}




/*　対象商品ここから　*/
.content_wrapper .content_inner section {
    margin-top: 30px;
}

section.pro-box{
    margin: 50px 0 0 0;
    padding: 0 50px 0;
}

DetailPage .notes {
    font-size: 0.8em;
    margin: 10px 0px 10px;
}
.base_style .notes {
    text-align: left;
    font-size: 0.8em;
    line-height: 1.25;
    margin: 0;
}

.base_style .content_inner2 {
    margin-top: 40px;
    margin-bottom: 0px;
    display: block;
    overflow: hidden;
}
p.copy1 {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Noto Serif JP', serif;
    margin: 0 0 20px 0;
}
.paraside .copy1 .copy2 {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
}
.content_inner .f-box3 .paraside {
    width: 100%;
}
.paraside a:link,.paraside a:visited {
    text-decoration: underline;
    color: #46b1bc;
}
.paraside a:hover{
    color: #6bd3dd;
}




.f-box3 .picside .spechi {
    width: 400px;
    margin-left: 30px;
    margin-top: 31px;
}
.f-box, .f-box2, .f-box3 {
    justify-content: center;
    display: flex;
}
.f-box2 {
    justify-content:space-between;
}
.f-box3 {
    padding-top: 31px;
    justify-content: flex-start;
}
.content_inner .kakomipickup {
    font-size: 15px;
    padding-top: 1px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid #FFB60D;
    color: #D99A03;
    box-shadow: 2px 2px 0px #A66014;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
    position: relative;
    top: -2px;
}

.f-box2 .maskside, .protectorside {
    width: 100%;
    max-width: 390px;
}
.f-box2 .picside a img {
    width: 275px;
    height: auto;
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
.paraside .btan a {
    width: 180px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #acdde2;
    text-align: center;
    margin-top: 16px;
    border-radius: 16px;
    box-shadow: 2px 2px 2px #87bcc1;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-decoration: none;
    color: #555;
    transition: all .3s;
}
.paraside .btan a:hover {
    background-color: #dcf2f4;
    color: #555;
}
.f-box3 .picside .cream {
    width: 300px;
    height: auto;
}

.DetailPage .product_name{
    line-height: 1.5em;
    margin: 0 0 10px 0;
} 
div.kakomipickup {
    font-size: 15px;
    padding: 3px 6px 3px;
    border: 1px solid #FFB60D;
    color: #D99A03;
    box-shadow: 2px 2px 0px #A66014;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
    position: relative;
    top: -2px;
}







.base_style .tl_pickup_l2{
	margin: 40px auto 0px;
    padding: 10px 0 0 0;
	width: 820px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	display: block;
	color: #333;
	background-image: url("../images/title_pc_02.jpg");
	height: 150px;
	text-align: center;
	position: relative;
    font-size: 23px;
}

.applicable h3.min{
    font-size: 23px;
    margin: 40px 0 30px 0;
    padding: 0px 0;
    text-align: center;
}

.applicable h4{
}
/*中央寄せ*/
.applicable h4{
 display: flex;
 flex-wrap: nowrap;
 justify-content: center; 
 align-items: center;
 border:0;
font-size: 20px;
margin: 0 0 30px 0;
}
/*短い左右線*/
.applicable h4:before,
.applicable h4:after {
 content: '';
 width: 30px;
 height: 1px;
 background-color:#9B9B9B;
 position: unset;
 border: unset;
 margin-left: unset;
 margin-right:unset;
 flex-grow: unset;
}
.applicable h4:before{
 margin-right:14px;
}
.applicable h4:after {
 margin-left:14px;
}



p.applicable_copy{
    font-size: 1.2em;
    margin: 0 auto 30px;
    padding: 10px 5px;
    border-top: 2px dotted #999;
    border-bottom: 2px dotted #999;
    display: inline-block;
    line-height: 1.5em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    right: 0px;
}

div.applicable_flex{
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 30px;
}
div.applicable_flex div.applicable_flex_l{
    width: 50%;
}

.applicable_flex p{
    margin: 0 0 15px 0;
}

.applicable_flex .p_img{
    width: 50%;
    text-align: center;
}
.applicable_flex .p_img img{
    width: 80%;
}

h3.h3_img{
    background: none;
    width: 70%;
    margin: 40px 0 0 0;
}

div.applicable_img01,div.applicable_img02,div.applicable_img04{
    width: 80%;
    margin: 20px auto;
}

div.applicable_img03{
    width: 20%;
    margin: 0px 50px 0 50px;
}

p.notes_01 {
	margin: 15px 0 15px;
	font-size: 0.7rem;
	line-height: 1.4;
	text-align: left;
}
p.txt85{
    width: 85%;
    margin:20px auto;
}
a img:hover{
    transition: 0.2s ease-in-out;
    opacity: 0.8;
}


div.fair_img{
    width: 60%;
    margin:0 auto;
}


/* 購入ボタン */
div.pro_btn a {
    background: #ffb330;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto;
    max-width: 280px;
    padding: 20px 25px;
    color: #FFF !important;
    transition: 0.2s ease-in-out;
    font-weight: 500;
}
.pro_btn a:hover {
    background: #ffc35b;
    color: #666;
    text-decoration: none;
}
.pro_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.pro_btn a:hover:after {
    border-color: #999;
}

/* ▲▲▲ハンドクリームプレゼント企画2026ここまで▲▲▲ */

.ribbon5 {
  position: relative;
  padding: 10px !important;
  text-align: center;
  font-size: 18px;/*文字サイズ*/
  background: #ade3d8 !important;/*背景色*/
  color: #d2d2b;/*文字色*/
  box-sizing: border-box;
  font-family: auto;
}
.ribbon5_color {
  background: #7ed3ee !important;/*背景色*/
}
.ribbon5 h4 {
  margin: 0;
  padding: 5px;
  border-top: dashed 2px #FFF;
  border-bottom: dashed 2px #FFF;
  line-height: 1.3em;
}
.p-index_center{
	width: 50%;
	margin: 20px auto !important;
}
/* △△△ おすすめの人気アイテムをご紹介！ △△△ */
.base_style h2#title_all {
    margin: 30px auto 0px;
    position: relative;
    padding: 1rem 1.5rem;
    border: 3px solid #56bab0;
    text-align: center;
    color: #3DA399;
    font-size: 1.2rem;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.base_style h2#title_all:before {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    content: '';
    border: 1px dashed #56bab0;
}
.mod-cols>.col {
    float: left;
    box-sizing: border-box;
}
.p-index .p-index-items {
  margin-left:-17px;
  overflow:hidden;
}
.p-index .p-index-items .item {
  margin:17px 0 0 17px;
}
.p-index .p-index-items .item.left {
  float:left;
}
.p-index .p-index-items .item.right {
  float:right;
}
.p-index a:hover {
	opacity: 0.8;
}

ul.col_arrange {
    display: flex;
    margin-top: 20px;
}

.col_arrange li.item.wide:first-child {
    padding-right: 17px;
}

div.btn-box{
    margin: 50px auto;
}
.f-box{
    display: flex;
}

p.p-box{
    width: 820px;
    margin:20px auto 20px;
    text-decoration: none;
    font-size: 1.1em;
}
p.p-box a{
    text-decoration: underline;
}
.base_style div.f-box01{
    width: 720px;
    margin:auto;
    justify-content: space-between;
}
.base_style div.f-box01 div{
    align-self: stretch;
}
.base_style div.f-box01 h6{
    font-size: 1.1em;
    border: 1px solid #d4d4d4;
    padding: 15px;
    text-align: center;
}
div.f-box01 img.pro_btn_position {
    right: -15px;
}
