@charset "UTF-8";

#skinvisiom{
	background:#fff;
}

#skinvisiom img {
	width: 100%;
	height: auto;
}

p {
	margin: 0;
}

#skinvisiom .main_contents {
	color: #000;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
}

#skinvisiom .container {
	padding: calc(200 / 375 * 100%) 0 calc(67 / 375 * 100%);
	background-color: #f5f3ed;
}

.text-red {
	color: #ba0c2f;
}

.shop-search__btn-wrap {
	display: flex;
	margin-top: 30px;
	justify-content: center;
}

.product-course__about-flex + .shop-search__btn-wrap {
	margin-top: calc(43 / 325 * 100%);
}

.product-course__slide + .shop-search__btn-wrap {
	margin-top: 25px;
}

.shop-search__btn {
	text-align: center;
	display: inline-block;
	min-width: 280px;
	font-size: 14px;
	padding: 12px 44px 12px 25px;
	color: #fff !important;
	text-decoration: none;
	position: relative;
	border-radius: 5px;
	background-color: #ba0c2f;
	box-sizing: border-box;
	transition: 0.4s;
}

.shop-search__btn--large {
	padding: 12px 44px 12px 25px;
}

.shop-search__btn::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 10px;
	width: 8px;
  height: 8px;
  margin: 0 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.shop-search__btn .icon {
	position: relative;
	padding-left: 35px;
}

.shop-search__btn .icon::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 26px;
	height: 18px;
	transform: translateY(-50%);
	background-image: url('../img/icon_search_white.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

/*  コンテンツ
-----------------------------------------------------------*/
/* mv ================ */
.mv {
	position: relative;
	background-image: url('../img/mv_bg.jpg');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
}

.mv__inner {
	position: relative;
	height: 296px;
	margin: 0 auto;
}

.mv::after,
.mv__group {
	position: absolute;
	left: 50%;
	bottom: calc(-230 / 375 * 100%);
	width: 253px;
	height: 253px;
	transform: translateX(-50%);
}

.mv__group {
	color: #fff;
	text-align: center;
	padding-top: 30px;
	box-sizing: border-box;
	z-index: 2;
}

.mv::after {
	content: "";
	background-image: url('../img/mv_catch_bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	mix-blend-mode: multiply;
	z-index: 1;
}

.mv__text,
.mv__catch {
	position: relative;
	z-index: 2;
}

.mv__text {
	display: inline-block;
	font-size: 14px;
	padding-bottom: 5px;
	margin-bottom: 8px;
	letter-spacing: 0.05em;
	line-height: calc(20 / 14);
	border-bottom: 1px solid #f25f7c;
}

.mv__catch {
	width: 100%;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: 0.03em;
	line-height: calc(37 / 23);
}

/* 資生堂のお店 肌チェック ================ */
.check__inner {
	padding: 0 calc(20 / 375 * 100%);
}

.check__heading {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.02em;
	text-align: center;
	line-height: calc(32 / 20);
}

.check__lead {
	font-size: 12px;
	text-align: center;
	margin-top: calc(19 / 335 * 100%);
	line-height: calc(24 / 12);
}

.check__heading-sub {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin-top: calc(38 / 335 * 100%);
	letter-spacing: 0.02em;
}

.check__heading-sub .line {
	position: relative;
	display: inline-block;
	padding-bottom: 8px;
	border-bottom: 1px solid #707070;
}

.check__heading-sub .line::before,
.check__heading-sub .line::after {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
}

.check__heading-sub .line::before {
	bottom: -12px;
	border-width: 11px 9px 0px 9px;
	border-color: #707070 transparent;
}

.check__heading-sub .line::after {
	bottom: -10px;
	border-width: 10px 8px 0px 8px;
	border-color: #f5f3ed transparent;
}

.check-products {
	margin-top: calc(25 / 335 * 100%);
}

.check-product {
	padding: calc(35 / 335 * 100%) calc(30 / 335 * 100%) calc(20 / 335 * 100%);
	border-radius: 10px;
	background-color: #fff;
	background-repeat: no-repeat;
}

.check-product--skinvisiom {
	background-image: url('../img/img_sokuteiki01.png');
	background-size: calc(128 / 335 * 100%);
	background-position: 96% 20px;
}

.check-product--handyskin {
	background-image: url('../img/img_sokuteiki02.png');
	background-size: calc(66 / 335 * 100%);
	background-position: 87% 15px;
}

.check-product + .check-product {
	margin-top: calc(20 / 335 * 100%);
}

.check-product__item {
	font-size: 16px;
	line-height: calc(30 / 20);
}

.check-product__logo {
	margin-top: calc(22 / 335 * 100%);
}

.check-product__logo--skinvisiom {
	width: 169px;
}

.check-product__logo--handyskin {
	width: 206px;
}

.check-product__lists {
	margin: calc(20 / 335 * 100%) -5px 0 0;
	display: flex;
	flex-wrap: wrap;
}

.check-product__list {
	font-size: 12px;
	padding: 6px 7px;
	line-height: 1;
	text-align: center;
	margin: 5px 5px 0 0;
	border: 1px solid #ccc;
	background-color: #fff;
}

.check-product__list:last-child {
	margin-right: 0;
}

.check-product__list--style01 {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 0;
}

.check-product__list--style02 {
	padding-right: 11px;
	padding-left: 11px;
}

.check-product__more {
	font-size: 12px;
	text-align: center;
	margin-top: calc(15 / 335 * 100%);
}

.check-product__more a {
	color: #000;
	display: block;
	transition: 0.4s;
}

.check-product__more .arrow {
	position: relative;
	padding-left: 20px;
	display: inline-block;
}

.check-product__more .arrow::before {
	position: absolute;
	content: "";
	left: 0;
	width: 8px;
  height: 8px;
	margin-top: 2px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
	transition: 0.4s;
}

.check-product .shop-search__btn {
	margin-top: calc(20 / 335 * 100%);
	width: 100%;
	min-width: 100%;
}

/* 商品紹介 ================ */
.product__head {
	text-align: center;
}

.product__head-inner {
	box-sizing: border-box;
}

.product__head-heading {
	color: #1e202b;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.075em;
	margin-top: calc(18 / 375 * 100%);
	line-height: calc(19 / 12);
}

.product__head-heading--indent {
	text-indent: -0.6em;
	padding-left: 0.6em;
}

.product__head-img {
	margin-top: calc(20 / 375 * 100%);
}

.product__main {
	margin-top: calc(20 / 375 * 100%);
	padding: 0 calc(15 / 375 * 100%);
}

.product-about {
	display: flex;
	flex-wrap: wrap;
	padding: 0 calc(15 / 345 * 100%);
}

.product-about__img {
	flex-shrink: 0;
}

.product-about__text {
	color: #1e202b;
	font-size: 16px;
	line-height: calc(36 / 16);
	letter-spacing: 0.05em;
}

.product-about__text .note {
	font-size: 12px;
	line-height: calc(24 / 12);
	padding-left: 1em;
	text-indent: -1em;
	margin-top: calc(18 / 345 * 100%);
	letter-spacing: 0.05em;
}

.product-course {
	margin-top: calc(30 / 345 * 100%);
}

.product-course__lead {
	font-size: 22px;
	text-align: center;
	letter-spacing: 0.17em;
	padding-top: calc(25 / 345 * 100%);
	margin-bottom: calc(25 / 345 * 100%);
	line-height: calc(36 / 22);
}

.product-course__group {
	padding: calc(35 / 345 * 100%) calc(10 / 345 * 100%) 0;
	border-radius: 10px;
	background-color: #fff;
}

.product-course__group + .product-course__group {
	margin-top: calc(22 / 345 * 100%);
}

.product-course__heading-type01 {
	color: #ba0c2f;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.075em;
}

.product-course__heading-type01 span {
	width: calc(265 / 325 * 100%);
	position: relative;
	display: inline-block;
	padding: 5px 5px;
	margin: 0 auto;
	box-sizing: border-box;
}

.product-course__heading-type01 span::before,
.product-course__heading-type01 span::after {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
}

.product-course__heading-type01 span::before {
	top: 0;
	left: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.product-course__heading-type01 span::after {
	right: 0;
	bottom: 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.product-course__heading-type02 {
	color: #ba0c2f;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.075em;
}

.product-course__heading-type03 {
	width: calc(180 / 325 * 100%);
	margin: 0 auto;
	position: relative;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

.product-course__heading-type03::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	transform: translateY(-50%);
	background-color: #000;
}

.product-course__heading-type03 span {
	position: relative;
	z-index: 2;
	padding: 0 10px;
	display: inline-block;
	background-color: #fff;
}

.product-course__about-lead {
	font-size: 16px;
	text-align: center;
	line-height: calc(28 / 16);
	margin-top: calc(25 / 325 * 100%);
}

.product-course__about-img {
	flex-shrink: 0;
}

.product-course__about-lists {
	width: calc(280 / 325 * 100%);
	margin: 0 auto;
}

.product-course__about-lists-wrap {
	margin-top: calc(25 / 325 * 100%);
}


.product-course__about-list {
	color: #333;
	position: relative;
	font-size: 14px;
	line-height: calc(24 / 14);
	padding-left: 15px;
}

.product-course__about-list + .product-course__about-list {
	margin-top: 10px;
}

.product-course__about-list::before {
	position: absolute;
	content: "";
	top: 8px;
	left: 0;
	width: 6.4px;
	height: 6.4px;
	background-color: #000;
	border-radius: 100%;
}

.product-course__about-flex {
	margin-top: calc(17 / 325 * 100%);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.product-course__flow {
	margin-top: calc(55 / 325 * 100%);
}

.product-course__flow-lead {
	font-size: 16px;
	text-align: center;
	line-height: calc(30 / 16);
	letter-spacing: 0.01em;
}

.product-course__flow .product-course__heading-type03 {
	width: 220px;
	margin-top: calc(60 / 325 * 100%);
}

.product-course__flow-lists {
	display: flex;
	flex-wrap: wrap;
	margin-top: 27px;
	padding: 0 calc(10 / 325 * 100%);
}

.product-course__flow-list {
	position: relative;
	display: flex;
}

.product-course__flow-list::after {
	position: absolute;
	content: "";
	bottom: -30px;
	left: 50%;
	width: 50px;
	height: 12px;
	transform: translateX(-50%);
	background-image: url('../img/flow_arrow.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.product-course__flow-list:last-child::after {
	display: none;
}

.product-course__flow-list + .product-course__flow-list {
	margin-top: calc(45 / 305 * 100%);
}

.product-course__flow-img {
	width: calc(103 / 305 * 100%);
	flex-shrink: 0;
	margin-right: 15px;
}

.product-course__flow-detail {
	margin-top: 15px;
}

.product-course__flow-text {
	color: #333;
	font-size: 14px;
	line-height: calc(24 / 14);
}

.product-course__flow-note {
	color: #333;
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 10px;
}

/* 商品紹介 skinvisiom */
#product-skinvisiom {
	margin-top: calc(80 / 375 * 100%);
}

.product__head-logo--skinvisiom {
	width: calc(288 / 375 * 100%);
	margin: 0 auto;
	background-color: #f5f3ed;
}

.product__head-logo--skinvisiom img {
	mix-blend-mode: multiply;
}

.product-about__img--skinvisiom {
	width: calc(200 / 315 * 100%);
	margin: 0 auto -15px;
}

.product-course__about-img--totalskin {
	width: calc(280 / 325 * 100%);
	margin: calc(30 / 325 * 100%) auto 0;
}

.product-course__about-img--alacarte {
	width: calc(238 / 325 * 100%);
	margin: 0 auto calc(23 / 325 * 100%);
}

#product-skinvisiom .product-course__group {
	padding-bottom: calc(32 / 345 * 100%);
}

/* 商品紹介 Handy Skin Sensor */
#product-handyskin {
	margin-top: calc(64 / 375 * 100%);
}

.product__head-logo--handyskin {
	width: calc(292 / 375 * 100%);
	margin: 0 auto;
}

.product-about__img--handyskin {
	width: calc(98 / 315 * 100%);
	margin: 0 auto -22px;
}

#product-handyskin .product-course__group {
	padding-top: calc(40 / 345 * 100%);
	padding-bottom: calc(65 / 345 * 100%);
}

/*  ご予約はコチラ
-----------------------------------------------------------*/
.search-area__block {
	width: calc(345 / 375 * 100%);
	padding: calc(34 / 345 * 100%) calc(15 / 345 * 100%);
	margin: calc(20 / 345 * 100%) auto 0;
	border-radius: 10px;
	background-color: #fff;
	box-sizing: border-box;
}

.search-area__head {
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-area__head-icon {
	width: 38px;
	height: 30px;
	margin-right: 5px;
}

.search-area__head-text {
	font-size: 14px;
}

#skinvisiom .search-area {
	margin-top: 7px;
}

#skinvisiom .form.type15 {
    position: relative;
    margin: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
	background:#fff;
}

#skinvisiom .form.type15 ul{
	margin: 0 20px;
    padding-bottom: 10px;
}

#skinvisiom .search-area .btn01 {
		display: block;
		margin: 0;
    border: 2px solid #b1bcdc;
    background: #5870b5;
    padding: 1px calc(60 / 315 * 100%) 11px;
}

#skinvisiom .search-area__block .search-area__local {
	position: relative;
    width: 100%;
    margin: auto;
    font-size: 90%;
    font-weight: normal;
    text-align: center;
    color: #000;
    text-shadow: 0 1px 1px #fff;
    border: 1px solid #000;
    background-image: url('../img/icon_search_sv_loc.png');
		background-repeat: no-repeat;
    background-size: 14px 20px;
		background-color: #fff;
		background-position: 12px center;
    border-radius: 0;
}

#skinvisiom .search-area .block02 {
    background: #f0f0f0;
}

#skinvisiom .search-area .title02 {
	position: relative;
	padding: 4px 36px 3px 36px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	text-shadow: none;
	border-top: none;
	border-bottom: none;
	text-align: center;
	background: #ba0c2f !important;
}

#skinvisiom .search-area__block .search-area__local-wrap {
	margin: auto;
	padding: 0 calc(60 / 315 * 100%);
	padding-bottom: 20px;
	background: #f0f0f0;
}

#skinvisiom .search-area__block .search-area__local a {
	font-size: 12px;
	text-decoration:none;
	display:block;
	padding: 3vw 4%;
}

#skinvisiom .search-area__block .search-area__local a::after {
	position: absolute;
	content: "";
	top: 36%;
	right: 8%;
	width: 2vw;
	height: 2vw;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
}

#skinvisiom .block02 .inner {
    border: 1px solid #f0f0f0;
    border-bottom: 20px solid #f0f0f0;
}

#skinvisiom p.search_result {
	font-size: 12px;
    text-align: center;
}

.form.type15.naviReserve .title03 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: none;
	border-bottom: none;
	background: #fff;
	padding: 10px 0 0 0;
}

.naviSelectTitle > li >span.title {
	width: 63px;
	font-size: 12px !important;
}

.naviSelectTitle > li >span select {
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	padding: 0 3px;
	appearance: auto;
}

.btn01 a, .btn01 button{
	color:#000;
	font-size: 90%;
	font-weight: normal;
	border: solid 1px #000;
}

#skinvisiom .search-area .btn01.search button,
#skinvisiom .search-area .btn01.search a {
	font-size: 12px;
	color: #fff;
	background: url('../img/icon_search_white02.svg') no-repeat 11px;
	background-color: #000;
    text-shadow: none;
	background-size: 16px;
	border-radius:0;
}

#skinvisiom .search-area .btn01 {
	background:none;
	border:none;
	position: relative;
}

#skinvisiom .search-area .btn01::after {
    position: absolute;
    content: "";
    top: 31%;
    right: 24%;
    width: 2vw;
    height: 2vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.strong04 {
	color:#000;
	font-size: 12px;
	font-weight: bold;
}

/* css 上書き */
.drawer-nav {
	z-index: 9999 !important;
}

.main_contents {
	margin-bottom: 60px;
}

#footer small {
	display: none;
}
