<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html {
	font-size: 62.5%;
}

body {
	color: #333;
}

.link_color{
	text-decoration: underline !important;
	color:#AA9977 !important;
}

.show_sp {
	display: none;
}

.u-yuminchi {
	font-family: "HonMinKok-L", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	font-weight: normal;
}

#sec01{
	margin-top:75px;
}

#sec02{
	margin-top:75px;
}

#sec03{
	margin-top:75px;
}

#sec04{
	margin-top:75px;
}


.bak_img1{

	background: url(/shopping/user_data/packages/default/img/special/helth_and_beauty/img/text_bk1.png)no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
}

.bak_img2{

	background: url(/shopping/user_data/packages/default/img/special/helth_and_beauty/img/text_bk2.png)no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
}

.bak_img3{

	background: url(/shopping/user_data/packages/default/img/special/helth_and_beauty/img/text_bk3.png)no-repeat;
    background-size: contain;

    background-position-x: center;
    background-position-y: center;
}



@media (max-width: 750px) {


	.show_sp {
		display: block;
	}

	.show_desktop {
		display: none;
	}
}

@media (min-width: 751px) {
	.show_sp {
		display: none;
	}

}

*, *:before, *:after {
	box-sizing: border-box;
}
.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 &gt; div{
	width: 33.3333%;
	padding:10px 20px;
}

.col_4_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4_2 &gt; div{
	width: 50%;
	padding:10px 20px;
}

.link_box{
	position: relative;
}

.link_box_p{
	text-align: center;
	font-size: 1.4rem;
}

.link_box a{
	display: block;
	/*position: absolute;*/
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.comment_size{
	font-size: 1.4rem;
}

.l-contents-inner{
	width:100%;
}

@media screen and (max-width: 1024px) {
	.col_4 &gt; div{
		width: 33.3333%;
	}

	.link_box_p{
		font-size: 1.2rem;
	}

	.comment_size{
		font-size: 1.2rem;
	}

	.l-contents-inner{
		width:100%;
		padding:0 20px;
	}
}
@media screen and (max-width: 767px) {
	.col_4 &gt; div{
		width: 50%;
        padding: 5px 10px;
	}

	.col_4_2 &gt; div{
		width: 50%;
        padding: 5px 10px;
	}

	.link_box_p{
		font-size: 1.2rem;
		letter-spacing: -0.63px;
	}

}



.l-contents-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-contents-nav li {
	width: calc(100% / 3);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/*.l-contents-nav li:not(:last-child) {
	border-right: 1px solid #fff;
}*/

.l-contents-nav li a {
	color: rgba(255, 255, 255, .9);
	background: #AA9977;	position: relative;
	display: block !important;
	text-align: center;
	padding: 21.5px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 1px;
	line-height: 1.6;
	height: 100%;
}


.l-contents-nav li a:link,
.l-contents-nav li a:visited {
	color: #fff;
}

.l-contents-nav li a:link:hover,
.l-contents-nav li a:visited:hover {
	color: #fff;
}

.l-contents-nav li a:hover {
	opacity: 0.7;
}

.l-contents-nav li a::after {
	position: absolute;
	display: block;
	content: '';
	top: -2px;
	bottom: 0;
	margin: auto;
	right: 8%;
	width: 7px;
	height: 7px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: rgba(255, 255, 255, 1);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.l-contents-nav_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-contents-nav_img li {
	width: calc(100% / 3);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.l-contents-nav_img li p {

text-align: center;
position: relative;
display: block;
text-align: center;
}

.l-contents-nav_img li p img{
	width:75%;
}

@media (max-width: 1023px) {
	.l-contents-nav {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.l-contents-nav li {
		width: calc(100% / 3);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #AA9977;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
	}

	.l-contents-nav li:not(:nth-child(even)) {
		border-right: 1px solid #fff;
	}

	/*	.l-contents-nav li:last-child {
		width: calc(100% / 1);
	}*/

	.l-contents-nav li a {
		padding: 20px 0 25px;
		display: block;
	}

	.l-contents-nav li a::after {
		bottom: 15px;
		width: 7px;
		height: 7px;
		top: inherit;
		left: 0;
		right: 0;
		margin: auto;
	}

	.l-contents-nav_img li p img{
		width:75%;
	}

}

@media (max-width: 769px) {

	.l-contents-nav_img {
		margin-top: 30px;
	}

	.l-contents-nav li a {
		padding: 15px 0 25px;
		display: block;
	}
}

@media (max-width: 767px) {

	.l-contents-nav_img li p img{
		width:100%;
	}
}

/*-------------------------------------
	l-contents
------------------------------------- */

.l-contents {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 16px;
	font-size: 1.6rem;
}


.check_icon{
    width: 10%;
}

.mame_icon {
    width: 15%;
}

.l-items_box{
	width:calc(100%/3);
}

@media (max-width: 769px) {
	.l-contents {
		font-size: 1.4rem;
	}

	/*.l-contents-inner {
		width: 90%;
		margin: 0 auto;
	}*/

}

/*------------------------
	mv
------------------------ */

.l-contents-text , .l-contents-subtext {
	line-height: 2;
	margin: 35px 0;
	letter-spacing: -0.27px;
}

.l-contentssub-text {
	line-height: 2;
	margin:10px 0px 35px;
}


.l-section_block2 {
    margin: 20px auto;
	padding-top: 0px;
}

.l-section {
	margin:50px auto;
	width: 500px;
}

.l-section-item__link a,
.l-section-item__link-center a {
	display: block;
	padding: 18px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 1.6rem;
	/*	border: 1px solid #ccc;*/
	background-color: #333 !important;
	border-color: #333 !important;
	color: #fff !important;
}

.l-section-item__link-center a {
	width: 100%;
}

.l-section-item__link-center {
	width: 500px;
	margin: 40px auto 0;
}

.l-contents-item__link a:link,
.l-contents-item__link a:visited,
.l-section-item__link-center a:link,
.l-section-item__link-center a:visited {
	color: #333;
	border: 1px solid #333;
}

.l-contents-item__link a:hover,
.l-section-item__link-center a:hover,
.l-contents-item__link a:active,
.l-section-item__link-center a:active {
	background-color: #fff !important;
	/*	border-color: #fff !important;*/
	color: #333 !important;
	border: 1px solid #333;
}

.l-section-item__link-center2 {
	width: 500px;
	margin: 60px auto;
}

.l-section-item__link-center2 a {
	display: block;
	padding: 18px 0;
	margin: 0 auto;
	text-align: center;
    border: 1px solid #333;
    background-color: #fff !important;
    color: #333 !important;
}

.l-section-item__link-center2 a {
	width: 100%;
}


.l-section-item__link-center2 a:link,
.l-section-item__link-center2 a:visited {
	color: #333;
}

.l-section-item__link-center2 a:hover,
.l-section-item__link-center2 a:active {
	background-color: #333 !important;
	/*	border-color: #fff !important;*/
	color: #fff !important;
	border: 1px solid #fff;
}


@media (max-width: 769px) {



	.l-section-item__link a:link, .l-section-item__link a:visited, .l-section-item__link-center a:link, .l-section-item__link-center a:visited {
		color: #333;
		border: 1px solid #333;
	}

	.l-section-item__link-center {
		width: 100%;
	}

	.l-section {
		margin: 0 auto 30px auto;
		width: 350px;
	}
	.l-section_block2 {
		margin: 10px auto 40px auto;
		padding: 0 20px;
	}

	.l-section-item__link-center {
		width: 100%;
		margin-top: 30px;
	}

	.l-contents-text {
		line-height: 2;
		margin: 20px 0;
	}
	.l-contentssub-text {
		line-height: 2;
		margin: 10px 0px 20px;
	}

	.l-section-item__link a,
    .l-section-item__link-center a {
	font-size: 1.5rem;
    }

	.l-section-item__link-center2 {
		width: 100%;
		margin-top: 30px;
	}

}



/*------------------------
	block
------------------------ */

.flex_img {
	display: flex;
}

.flex_txt {
    margin-left: -17.5%;
    margin-top: -2px;
    text-align: left;
}

.flex_section {
	width: 20%;
}

.flex_mtxt {
    margin-left: -16%;
    margin-top: -3px;
}

.flex_msection {
	width: 20%;
}

.l-contents-block {
	margin: 60px auto;
}

.l-contents-block:last-child {
	margin-top: 50px;
}

.l-contents-h2,
.l-contents-h3 {
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 40px;
}

.l-contents-h2 {
	/*margin: 75px 0 25px;*/
	margin:40px 0 35px;
	text-align: center;
	font-size: 2.8rem;
}

.l-contents-h3 {
	margin: 20px 0 75px;
	text-align: left;
	font-size: 2.3rem;
}

.l-contents-h3-2 {
	margin: 30px 0 25px;
	text-align: left;
	font-size: 2.3rem;

}

.flex_img_2 {
	display: flex;
}


.pointsize {
	font-size: 2rem;
	}

.attention {
	color: gray;
}

.l-contents-h1 {
	font-weight: normal;
	line-height: 1.6;
	margin-top: 60px;
}

.l-contents-h1 {
	margin-bottom: 25px;
	text-align: center;
	font-size: 3.2rem;
}

.l-contents-h1 .h1-shoulder {
	font-size: 2.7rem;
}


.pagetop a:hover {}

.subtitle_img{
	width:25%;
	margin-bottom: 10px;
}

.show_TB_SP{
	display: none;
}

.subtitle_textsize{
	font-size: 2.2rem;
}

@media (max-width: 1024px) {

	.subtitle_img{
		width:26%;
	}

	.show_TB_SP{
		display: block;
	}

	.l-contents-text , .l-contents-subtext {
		letter-spacing: 0px;
	}

	.subtitle_textsize{
		font-size: 1.8rem;
	}

	.l-contents-h2 {
		font-size: 2.2rem;
	}

}

@media (max-width: 767px) {

	.subtitle_textsize{
		font-size: 1.6rem;
	}

	.show_TB_SP{
		display: block;
	}

	.subtitle_img{
		width:50%;
	}

	.pointsize {
		font-size: 1.2rem;
	}

	.flex_img {
		display: flex;
		/*margin: 0 calc(50% - 50vw);*/
		width: 100vw;
	}

	.flex_txt {
		margin-left: -14%;
		margin-top: -4px;
		text-align: left;
		font-size: 12px;
	}

	.check_icon {
		width: 25%;
	}

	.flex_mtxt {
		margin-left: -14%;
		margin-top: -4px;
		font-size: 15px;
	}

	.mame_icon {
		width: 25%;
	}



	.l-contents-subtext {
		line-height: 2;
		margin: 20px 0;
	}

	.l-contents-block {
		margin: 50px auto 0px;
	}

	.l-contents-h1 .h1-shoulder {
		font-size: 1.8rem;
	}

	.l-contents-h2 {
	font-size: 1.8rem;
    line-height: 1.6;
	margin: 35px 0 10px;
	letter-spacing: -0.68px;
	}

	.l-contents-h2 .h2-shoulder {
		font-size: 1.9rem;
	}

	.l-contents-h3 {
		font-size: 1.5rem;
		line-height: 1.6;
		margin: 15px 0 30px;
		}

		.l-contents-h3-2 {
			font-size: 1.5rem;
			line-height: 1.6;
			margin: 10px 0 30px;
			}


	
	.l-contents-h3 .h2-shoulder {
		font-size: 1.9rem;
	}
	.l-contents-h1 {
		font-size: 2.2rem;
		line-height: 1.8;
		margin-top: 40px;
	}

	.l-contents-h1 .h2-shoulder {
		font-size: 2.0rem;
	}

	.l-contents-h1_text {
		text-align: left;
	}

	.l-contents-h3 {
		font-size: 2rem;
	}



}

.h2_txt{
    font-size: 3.4rem !important;
}
.h3_txt2 {
    font-size: 2.5rem !important;
				}
.h2-shoulder {
    font-size: 2.8rem !important;
}
.h3_txt {
    font-size: 2.4rem;
    line-height: 1.4;
}
	.half_txt,.left_half_txt{
	    font-size: 16px !important;	
	}
@media (max-width: 767px){
.h2_txt {
    font-size: 2.5rem !important;
    margin: 20px 0 !important;
    line-height: 1.6 !important;
}
.h2-shoulder {
    font-size: 2.2rem !important;
}
.h3_txt2 {
    font-size: 1.9rem !important;
}
.h3_txt {
    font-size: 2.0rem !important;
	}
	.h3_sub {
    margin: 0px auto 10px;
    font-size: 19px !important;
	}
}</pre></body></html>