@charset "utf-8";
#content > section {
	width: 100%;
}
#content > section .inn {
	width: 1200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 1%;
}
/*----------------------------------
BREAD
#bread {
	border-top: 1px solid #F0EFE8;
	border-bottom: 1px solid #F0EFE8;
}
#bread nav {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
#bread nav ul li {
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 32px;
	margin-left: 5px;
}
#bread nav ul li::after {
	content: ">";
	margin-left: 10px;
}
#bread nav ul li:last-child::after {
	content: "";
}
------------------------------------*/
/*----------------------------------
PRODUCT LIST
------------------------------------*/
#productList ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px;
}
#productList ul li {
	width: 117px;
	text-align: center;
	margin-bottom: 15px;
}
#productList ul li a {
	display: block;
	height: 2.6em;
	text-align: center;
	position: relative;
	margin-top: 84px;
	font-size: 14px;
	font-size: 1.4rem;
}
#productList ul li a img {
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
}
/*----------------------------------
MAIN AREA
------------------------------------*/
#mainArea {
	position: relative;
	background: #FBF0F1;
	padding: 60px 0 50px;
}
#mainArea .inn {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#mainArea .inn .main {
	width: 500px;
	width: calc( 500% / 12);
	padding: 0 15px;
}
#mainArea .inn .main .pic {
	text-align: center;
}
#mainArea .inn .main .pic img {
	max-width: 100%;
}
#mainArea .inn .main .txt {
	margin-top: 30px;
}
#mainArea .inn .main .txt p {
	font-size: 14px;
	font-size: 1.4rem;
	text-indent: -1em;
	padding-left: 1em;
}
#mainArea .inn .main .btn {
	margin-top: 40px;
}
#mainArea .inn .main .btn ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin: 0 -2px;
}
#mainArea .inn .main .btn ul li {
	margin-bottom: 10px;
}
#mainArea .inn .main .btn ul li a {
	background: #F4A4A6;
	text-align: center;
	display: block;
	width: 230px;
	height: 50px;
	font-family: "ソフトゴシック M", Soft Gothic Medium !important;
	font-size: 16px;
	font-size: 1.6rem;
	position: relative;
	color: #fff;
	line-height: 50px;
}
#mainArea .inn .main .btn ul li a::after {
	content: "";
	display: block;
	position: absolute;
	right: 12px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -6px;
}
/*#mainArea .inn .main .btn ul li#btn01 a::before {
	content: "";
	display: block;
	background: url(../images/ico_inquiry01.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 12px;
	width: 35px;
	height: 21px;
	top: 50%;
	margin-top: -10px;
}
#mainArea .inn .main .btn ul li#btn02 a::before {
	content: "";
	display: block;
	background: url(../images/ico_shopping01.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 17px;
	width: 32px;
	height: 30px;
	top: 50%;
	margin-top: -16px;
}*/
#mainArea .inn .secondary {
	width: 600px;
	width: calc( 600% / 12);
	padding: 0 15px;
}
#mainArea .inn .secondary h1 {
	font-family: "ソフトゴシック R", Soft Gothic Regular !important;
	font-size: 36px;
	font-size: 3.6rem;
	color: #99001F;
}
#mainArea .inn .secondary h1 span {
	display: block;
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 5px;
}
#mainArea .inn .secondary h2 {
	font-family: "ソフトゴシック M", Soft Gothic Medium !important;
	font-size: 22px;
	font-size: 2.2rem;
	margin-top: 10px;
}
#mainArea .inn .secondary h2 sup {
	font-size: 14px;
	font-size: 1.4rem;
}
#mainArea .inn .secondary .subscript {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 20px;
}
#mainArea .inn .secondary .description {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	margin-top: 40px;
}
#mainArea .inn .secondary .mutenka {
	font-size: 13px;
	font-size: 1.3rem;
	margin-top: 40px;
}
#mainArea .inn .secondary .mutenka .small {
	font-size: 11px;
	font-size: 1.1rem;
}
#mainArea .inn .secondary .mutenka dt {
	font-family: "ソフトゴシック B", Soft Gothic Bold !important;
	font-size: 22px;
	font-size: 2.2rem;
	color: #99001F;
	border-bottom: solid 1px #CCC;
	padding-bottom: 5px;
}
#mainArea .inn .secondary .mutenka dd ul {
	display: flex;
	flex-wrap:wrap;
}
/*#mainArea .inn .secondary .mutenka dd ul li {
	position: relative;
	text-align: center;
	border: solid 1px #F4ACBF;
	border-radius: 50%;
	width: 13%;
	height: 72px;
	margin-right: 1%;
	margin-top: 5px;
}*/
/*#mainArea .inn .secondary .mutenka dd ul li {
	position: relative;
	text-align: center;
	border: solid 1px #F4ACBF;
	border-radius: 50%;
	width: 15%;
	height: 80px;
	margin-right: 1%;
	margin-top: 5px;
	font-size: 10px;
}*/
#mainArea .inn .secondary .mutenka dd ul li {
	position: relative;
	text-align: center;
	border: solid 1px #F4ACBF;
	border-radius: 50%;
	width: 18%;
	height: 100px;
	margin-right: 1%;
	margin-top: 5px;
	font-size: 14px;
}
/*#mainArea .inn .secondary .mutenka dd ul li p {
	width: 82%;
	position: absolute;
	top: 50%;
  left: 9%;
	text-align: center;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
}*/
#mainArea .inn .secondary .mutenka dd ul li p {
	width: 100%;
	position: absolute;
	top: 50%;
	text-align: center;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
}
#mainArea .inn .secondary .caution {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	margin-top: 20px;
	text-indent: -1em;
	padding-left: 1em;
}
#mainArea .inn .secondary .table {
	background: #fff;
	padding: 5px 30px;
	margin-top: 20px;
}
#mainArea .inn .secondary .table table {
	table-layout: fixed;
	width: 100%;
}
#mainArea .inn .secondary .table table tr th, #mainArea .inn .secondary .table table tr td {
	font-size: 16px;
	font-size: 1.6rem;
	border-bottom: 2px dotted #CBCAC8;
	padding-top: 17px;
	padding-bottom: 17px;
	line-height: 1.6;
	vertical-align: top;
}
#mainArea .inn .secondary .table table tr:last-child th, #mainArea .inn .secondary .table table tr:last-child td {
	border-bottom: none;
}
#mainArea .inn .secondary .table table tr th {
	width: 26%;
	font-weight: bold;
	color: #99001F;
}
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	position: relative;
	margin-top: 60px;
}
#secondaryArea .tit01 {
	position: relative;
	margin: 30px 0;
}
#secondaryArea .tit01::before {
	content: "";
	border-top: 1px solid #F4ACBF;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}
#secondaryArea .tit01 p {
	background: #F4ACBF;
	font-family: "じゅん 34", Jun 34;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 5;
	padding: 15px 0;
	margin: 0 auto;
}
#secondaryArea .tit01 p span {
	font-size: 28px;
	font-size: 2.8rem;
	display: block;
	margin-top: 3px;
}
#secondaryArea .tit02 {
	position: relative;
	margin: 30px 0;
}
#secondaryArea .tit02::before {
	content: "";
	border-top: 1px solid #9ECFDB;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}
#secondaryArea .tit02 p {
	background: #9ECFDB;
	font-family: "じゅん 34", Jun 34;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 5;
	padding: 18px 10px;
	margin: 0 auto;
	line-height: 1.2;
}
#secondaryArea > section .bgOuter01 {
	background: #D9ECF1;
	padding: 40px 0;
}
#secondaryArea > section .bgOuter02 {
	background: #FBF0F1;
	padding: 30px 0;
}
#secondaryArea > section .bgOuter03 {
	background: #F3F3F3;
	padding: 45px 0;
}
#secondaryArea > section .bgOuter04 {
	background: #FAF4F2;
	padding: 30px 0;
}
#secondaryArea > section .bgOuter05 {
	background: #fff;
	padding: 40px 0;
}
#secondaryArea > section .inn {
	width: 770px;
	max-width: 100%;
	margin: 0 auto;
}
#secondaryArea > section .inn h2 {
	font-family: "ソフトゴシック R", Soft Gothic Regular !important;
	color: #99001F;
	font-size: 28px;
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 40px;
}
#secondaryArea > section .inn > p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 30px;
}
#secondaryArea > section .inn > p .txtLink {
	color: #F27079;
}
#secondaryArea > section .inn > p.caution {
	font-size: 14px;
	font-size: 1.4rem;
}
#secondaryArea > section .inn > h3 {
	font-family: "ソフトゴシック M", Soft Gothic Medium !important;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 20px;
}
#secondaryArea > section .inn > .pic {
	margin-bottom: 40px;
	text-align: center;
}
#secondaryArea > section .inn > .pic img {
	max-width: 100%;
}
#secondaryArea > section .bgOuter01 .inn h4 {
	font-family: "ソフトゴシック M", Soft Gothic Medium !important;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 40px;
	text-align: center;
}
#secondaryArea > section .bgOuter01 .inn .box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#secondaryArea > section .bgOuter01 .inn .pic img {
	max-width: 100%;
}
#secondaryArea > section .bgOuter01 .inn .txt {
	width: 400px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
}
#secondaryArea > section .bgOuter01 .inn > .txt {
	width: 100%;
}
#secondaryArea > section .bgOuter01 .inn > .pic {
	margin-top: 40px;
	margin-bottom: 0;
}
#secondaryArea > section .bgOuter02 .picLeft,
#secondaryArea > section .bgOuter02 .picRight,
#secondaryArea > section .bgOuter01 .picLeft,
#secondaryArea > section .bgOuter01 .picRight  {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#secondaryArea > section .bgOuter02 .picLeft,
#secondaryArea > section .bgOuter01 .picLeft{
	-webkit-flex-direction: row;
	flex-direction: row;
}
#secondaryArea > section .bgOuter02 .picRight,
#secondaryArea > section .bgOuter01 .picRight{
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 40px;
}
#secondaryArea > section .bgOuter02 .picLeft .pic,
#secondaryArea > section .bgOuter02 .picRight .pic,
#secondaryArea > section .bgOuter01 .picLeft .pic,
#secondaryArea > section .bgOuter01 .picRight .pic{
	width: 50%;
	text-align: center;
}
#secondaryArea > section .bgOuter02 .pic img,
#secondaryArea > section .bgOuter01 .pic img{
	max-width: 100%;
}
#secondaryArea > section .bgOuter02 .txt,
#secondaryArea > section .bgOuter01 .txt{
	width: 50%;
	max-width: 100%;
	padding-top: 20px;
	padding-left: 45px;
}
#secondaryArea > section .bgOuter02 .txt h2,
#secondaryArea > section .bgOuter01 .txt h2{
	font-family: "ソフトゴシック M", Soft Gothic Medium !important;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 30px;
}
#secondaryArea > section .bgOuter02 .txt .right,
#secondaryArea > section .bgOuter01 .txt .right{
	float: right;
	margin: -20px 15px 0 30px;
}
#secondaryArea > section .bgOuter02 .txt .left,
#secondaryArea > section .bgOuter01 .txt .left{
	overflow: visible;
}
#secondaryArea > section .bgOuter02 .txt p,
#secondaryArea > section .bgOuter01 .txt  {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
}
#secondaryArea > section .bgOuter02 .txt .left a,
#secondaryArea > section .bgOuter01 .txt .left a{
	background: #F4A4A6;
	text-align: center;
	display: block;
	width: 300px;
	max-width: 100%;
	font-family: "ソフトゴシック M", Soft Gothic Medium !important;
	font-size: 18px;
	font-size: 1.8rem;
	position: relative;
	color: #fff;
	margin: 30px auto 0;
	padding: 20px 30px 20px 20px;
}
#secondaryArea > section .bgOuter02 .txt .left a::after,
#secondaryArea > section .bgOuter01 .txt .left a::after{
	content: "";
	display: block;
	position: absolute;
	right: 13px;
	width: 10px;
	height: 10px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -7px;
}
#secondaryArea > section .bgOuter02 .txt .left a.bgPinkNone,
#secondaryArea > section .bgOuter01 .txt .left a.bgPinkNone{
    background:none!important; 
	position: static!important; 
	padding: 0;
}
#secondaryArea > section .bgOuter02 .txt > p a,
#secondaryArea > section .bgOuter01 .txt > p a{
	background: #F4A4A6;
	text-align: center;
	display: block;
	width: 370px;
	max-width: 100%;
	font-family: "ソフトゴシック M", Soft Gothic Medium !important;
	font-size: 18px;
	font-size: 1.8rem;
	position: relative;
	color: #fff;
	margin: 30px auto 0;
	padding: 20px 30px 20px 20px;
}
#secondaryArea > section .bgOuter02 .txt > p a::after,
#secondaryArea > section .bgOuter01 .txt > p a::after{
	content: "";
	display: block;
	position: absolute;
	right: 13px;
	width: 10px;
	height: 10px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -7px;
}
.arau-button a {
    background: #F4A4A6;
    text-align: center;
    display: block;
    width: 300px;
    max-width: 100%;
    font-family: "ソフトゴシック M", Soft Gothic Medium !important;
    font-size: 18px;
    font-size: 1.8rem;
    position: relative;
    color: #fff;
    margin: 30px auto 0;
    padding: 20px 30px 20px 20px;
}
.arau-button a::after {
	content: "";
	display: block;
	position: absolute;
	right: 13px;
	width: 10px;
	height: 10px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -7px;
}
#secondaryArea > section .bgOuter02 .picRight .txt p {
	margin-right: 60px;
}
#secondaryArea #bnrSkincare {
	margin-top: 40px;
	text-align: center !important;
}
#secondaryArea > section.commentContents .inn {
	width: 1200px;
}
#secondaryArea > section.commentContents .caution {
	padding: 0px 100px;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 40px;
}
#secondaryArea > section .commentBox {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#secondaryArea > section .commentBox .comment01 {
	width: 50%;
	text-align: center;
	padding: 0 100px;
}
#secondaryArea > section .commentBox .comment01 p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
}
#secondaryArea > section .commentBox .comment01 figure {
	position: relative;
	margin: 80px 0 0;
}
#secondaryArea > section .commentBox .comment01 figure img {
	max-width: 100%;
}
#secondaryArea > section .commentBox .comment01 figure::before {
	content: "";
	display: block;
	position: absolute;
	top: -150px;
	background: url(../images/bg_comment01.png) no-repeat center center;
	background-size: contain;
	left: 0;
	right: 0;
	height: 100%;
}
#secondaryArea > section .commentBox .comment01 figure figcaption {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 10px;
	color: #F3A4A5;
}
#secondaryArea > section.relativeContents {
	margin-top: 70px;
}
#secondaryArea > section.relativeContents .inn {
	width: 1200px;
}
#secondaryArea > section.relativeContents .contBox {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 15px;
}
#secondaryArea > section.relativeContents .contBox .picLeft {
	width: 48%;
	max-width: 100%;
	background: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 30px 15px;
}
#secondaryArea > section.relativeContents .contBox .picLeft .pic {
	width: 33.3%;
	width: calc( 100% / 3);
	text-align: center;
}
#secondaryArea > section.relativeContents .contBox .picLeft:only-child {
	width: 100%;
}
#secondaryArea > section.relativeContents .contBox .picLeft .pic {
	width: 33.3%;
	width: calc( 100% / 3);
	max-width: 100%;
	text-align: center;
}
#secondaryArea > section.relativeContents .contBox .picLeft .pic img {
	max-width: 100%;
}
#secondaryArea > section.relativeContents .contBox .picLeft .txt {
	position: relative;
	width: 66.6%;
	width: calc( 200% / 3);
	min-width: 12em;
	height: 100%;
	padding-left: 20px;
	padding-bottom: 30px;
}
#secondaryArea > section.relativeContents .contBox .picLeft:only-child .pic {
	width: 15%;
}
#secondaryArea > section.relativeContents .contBox .picLeft:only-child .txt {
	width: 85%;
}
#secondaryArea > section.relativeContents .contBox .picLeft .txt h5 {
	color: #302A24;
	font-family: "ソフトゴシック M", Soft Gothic Medium !important;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
	text-align: left;
}
#secondaryArea > section.relativeContents .contBox .picLeft .txt p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}
#secondaryArea > section.relativeContents .contBox .picLeft .txt a {
	display: inline-block;
	position: absolute;
	bottom: -10px;
	right: 0;
	font-size: 16px;
	font-size: 1.6rem;
}
#secondaryArea > section.relativeContents .contBox .picLeft .txt a::before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 3px solid #302A24;
	border-right: 3px solid #302A24;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: -22px;
	margin-top: -7px;
}

@media screen and (max-width: 767px) {
/*----------------------------------
PRODUCT LIST
------------------------------------*/
#content > section#productList .inn {
	height: 140px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}
#productList ul {
	display: table;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	white-space: nowrap;
}
#productList ul li {
	display: table-cell;
	width: 117px;
	text-align: center;
	padding: 10px;
	margin-bottom: 15px;
}
#productList ul li a {
	height: 1.3em;
	font-size: 1.0rem;
	margin-top: 78px;
}
#productList ul li a img {
	bottom: 20px;
}
/*----------------------------------
MAIN AREA
------------------------------------*/
#mainArea {
	padding: 30px 0;
}
#mainArea .inn {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-direction: column;
	flex-direction: column;
}
#mainArea .inn .main {
	width: 100%;
	padding: 0 30px;
}
#mainArea .inn .main .txt {
	margin-top: 20px;
}
#mainArea .inn .main .txt p {
	font-size: 14px;
	font-size: 1.4rem;
	text-indent: -1em;
	padding-left: 1em;
}
#mainArea .inn .main .btn {
	margin-top: 40px;
}
#mainArea .inn .main .btn ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin: 0 -2px;
}
#mainArea .inn .main .btn ul li {
	margin-bottom: 10px;
}
#mainArea .inn .secondary {
	width: 100%;
	padding: 30px 30px 0;
}
#mainArea .inn .secondary h1 {
	font-size: 2.6rem;
}
#mainArea .inn .secondary h1 span {
	font-size: 2.2rem;
	margin-bottom: 0;
}
#mainArea .inn .secondary h2 {
	font-size: 1.8rem;
}
#mainArea .inn .secondary h2 sup {
	font-size: 1.2rem;
}
#mainArea .inn .secondary .subscript {
	font-size: 1.4rem;
	margin-top: 10px;
}
#mainArea .inn .secondary .description {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 20px;
}
#mainArea .inn .secondary .caution {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8;
	margin-top: 10px;
	text-indent: -1em;
	padding-left: 1em;
}
#mainArea .inn .secondary .table {
	background: #fff;
	padding: 5px 20px;
	margin-top: 20px;
}
#mainArea .inn .secondary .table table tr th, #mainArea .inn .secondary .table table tr td {
	font-size: 14px;
	font-size: 1.4rem;
	border-bottom: 2px dotted #CBCAC8;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 1.6;
	vertical-align: top;
}
#mainArea .inn .secondary .table table tr:last-child th, #mainArea .inn .secondary .table table tr:last-child td {
	border-bottom: none;
}
#mainArea .inn .secondary .table table tr th {
	width: 25%;
}
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	margin-top: 20px;
}
#secondaryArea .tit01 {
	margin: 20px 0;
}
#secondaryArea .tit02 {
	margin: 20px 0;
}
#secondaryArea > section .bgOuter01 {
	padding: 20px 0;
}
#secondaryArea > section .bgOuter02 {
	padding: 0;
}
#secondaryArea > section .bgOuter03 {
	padding: 30px 0;
}
#secondaryArea > section .inn {
	padding: 0 20px;
}
#secondaryArea > section .inn h1 {
	font-size: 2.2rem;
	margin-bottom: 30px;
}
#secondaryArea > section .inn > p {
	font-size: 1.4rem;
	margin-bottom: 20px;
}
#secondaryArea > section .inn > p.caution {
	font-size: 1.2rem;
}
#secondaryArea > section .inn > h2 {
	font-size: 2.0rem;
	margin-bottom: 20px;
}
#secondaryArea > section .inn > .pic {
	margin-bottom: 20px;
}
#secondaryArea > section .inn > .pic img {
	max-width: 100%;
}
#secondaryArea > section .bgOuter01 .inn h4 {
	font-size: 2.0rem;
	margin-bottom: 20px;
}
#secondaryArea > section .bgOuter01 .inn .box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
}
#secondaryArea > section .bgOuter01 .inn .pic {
	margin-bottom: 20px;
	text-align: center;
}
#secondaryArea > section .bgOuter01 .inn .txt {
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.8;
}
#secondaryArea > section .bgOuter01 .inn > .txt {
	width: 100%;
}
#secondaryArea > section .bgOuter02 .picLeft, #secondaryArea > section .bgOuter02 .picRight {
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-top: 20px;
}
#secondaryArea > section .bgOuter02 .picLeft .pic, #secondaryArea > section .bgOuter02 .picRight .pic {
	width: 100%;
}
#secondaryArea > section .bgOuter02 .pic img {
	max-width: 100%;
}
#secondaryArea > section .bgOuter02 .txt {
	width: 100%;
	max-width: 100%;
	padding: 20px;
}
#secondaryArea > section .bgOuter02 .txt h2 {
	font-size: 2.0rem;
	margin-bottom: 20px;
}
#secondaryArea > section .bgOuter02 .txt .right {
	float: right;
	margin: -10px 15px 0 30px;
}
#secondaryArea > section .bgOuter02 .txt .left {
	overflow: visible;
}
#secondaryArea > section .bgOuter02 .txt p {
	max-width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}
#secondaryArea > section .bgOuter02 .picRight .txt p {
	margin-right: 0px;
}
#secondaryArea > section .bgOuter02 .txt .left a {
	padding: 20px 20px 20px 20px;
}
#secondaryArea > section .bgOuter02 .txt .left a::after {
	right: 10px;
}

#secondaryArea > section.commentContents .caution {
	padding: 0;
	font-size: 1.2rem;
	margin-top: 20px;
}
#secondaryArea > section .commentBox {
	-webkit-flex-direction: column;
	flex-direction: column;
}
#secondaryArea > section .commentBox .comment01 {
	width: 100%;
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
}
#secondaryArea > section .commentBox .comment01 p {
	font-size: 1.6rem;
	line-height: 1.8;
}
#secondaryArea > section .commentBox .comment01 figure {
	margin: 80px 0 0;
}
#secondaryArea > section .commentBox .comment01 figure img {
	max-width: 100%;
}
#secondaryArea > section .commentBox .comment01 figure::before {
	content: "";
	display: block;
	position: absolute;
	top: -150px;
	background: url(../images/bg_comment01.png) no-repeat center center;
	background-size: contain;
	left: 0;
	right: 0;
	height: 100%;
}
#secondaryArea > section .commentBox .comment01 figure figcaption {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 10px;
	color: #F3A4A5;
}
#secondaryArea > section.relativeContents .inn {
	width: 1200px;
}
#secondaryArea > section.relativeContents .contBox {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 15px;
}
#secondaryArea > section.relativeContents .contBox .picLeft {
	width: 100%;
	padding: 15px;
	margin-bottom: 20px
}
#secondaryArea > section.relativeContents .contBox .picLeft .pic {
	width: 100%;
}
#secondaryArea > section.relativeContents .contBox .picLeft:only-child {
	width: 100%;
}
#secondaryArea > section.relativeContents .contBox .picLeft .pic {
	width: 100%;
	margin-bottom: 20px
}
#secondaryArea > section.relativeContents .contBox .picLeft .pic img {
	max-width: 100%;
}
#secondaryArea > section.relativeContents .contBox .picLeft .txt {
	width: 100%;
	height: auto;
	padding: 0 10px 30px;
}
#secondaryArea > section.relativeContents .contBox .picLeft:only-child .pic {
	width: 100%;
}
#secondaryArea > section.relativeContents .contBox .picLeft:only-child .txt {
	width: 100%;
}
#secondaryArea > section.relativeContents .contBox .picLeft .txt h5 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
#secondaryArea > section.relativeContents .contBox .picLeft .txt p {
	font-size: 1.4rem;
}
#secondaryArea > section.relativeContents .contBox .picLeft .txt a {
	bottom: -5px;
	font-size: 1.4rem;
}
}
@media screen and (max-width: 484px) {
	#mainArea .inn .secondary .mutenka dd ul li {
	width: 15%;
	height: 64px;
}
	#bnrSkincare a img {
	width: 100%;
}
}
/*----------------------------------
YOUTUBE
------------------------------------*/
.youtube iframe{
  width: 100%;
}
/*----------------------------------
画像切り替え
------------------------------------*/
@media screen and (max-width: 768px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}