@charset "UTF-8";

.wrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
/*-------------------------------
■logo
-------------------------------*/
.logo {
	display: flex;
}
/*-------------------------------
■purchase
-------------------------------*/
.purchase {
	background-color: #EEEEEE;
	padding: 0px 0px 111px 0px;
}
.purchase__btn {
	display: flex;
    justify-content: center;
}
/*.purchase__btn a {
	width: 1062px;
    height: 241px;
    background-color: #D80C18;
    text-align: center;
    border-radius: 120px;
    color: #ffffff;
    font-size: 73px;
	letter-spacing: 0.1em;
	box-shadow: 3px 6px 2px rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
	position: relative;
}*/
.purchase__btn button {
	width: 827px;
    height: 187px;
    background-color: #D80C18;
    text-align: center;
    border-radius: 120px;
    color: #ffffff;
    font-size: 57px;
	letter-spacing: 0.1em;
	box-shadow: 3px 6px 2px rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
	border: none;
	position: relative;
}
.purchase__btn .purchase__btn-bg {
    content: "";
    width: 99px;
    height: 101px;
    border-radius: 50%;
    background-color: #fff;
    top: 20.5%;
    right: 5%;
    position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}
.purchase__btn-bg .purchase__btn-bg--arrow {
	width: 36%;
	height: 35%;
	position: relative;
}
.purchase__btn-bg .purchase__btn-bg--arrow.arrow-top{
	transform: rotate(33deg);
    border-top: solid 3px #D80D18;
    top: 36.9%;
    right: 16%;
    position: absolute;
    margin: 0% 23% 0% 0%;
}
.purchase__btn-bg .purchase__btn-bg--arrow.arrow-bottom{
    transform: rotate(57deg);
    border-right: solid 3px #D80D18;
    position: absolute;
    top: 27.9%;
    right: 38%;
}

.purchase__btn button:hover {
	color: #D80D18;
	background-color: #ffffff;
	transition: 0.3s ease;
}
.purchase__btn button:hover .purchase__btn-bg {
	background-color: #D80D18;
	transition: inherit;
}
.purchase__btn button:hover .purchase__btn-bg--arrow {
	border-color: #ffffff;
	transition: inherit;
}
/*-------------------------------
■refreshing__movie
-------------------------------*/
.refreshing__movie {
	display: flex;
    justify-content: center;
    margin: 63px 0px 83px 0px;
    width: 100%;
}
.refreshing__movie video {
	width: 434px;
}
/*-------------------------------
■firmskin
-------------------------------*/
.firmskin {
    margin: 0px 0px 74px 0px;
}
/*-------------------------------
■firmskin__movie
-------------------------------*/
.firmskin__movie {
	display: flex;
	justify-content: center;
	margin: 0px 0px 81px 0px;
}
/*-------------------------------
■sns
-------------------------------*/
.sns .sns__visual {
	width: 960px;
	display: flex;
	margin: 65px auto 26px auto;
	justify-content: space-between;
}
.sns__visual .sns__visual-link img{
	width: 227px;
}
/*-------------------------------
■question
-------------------------------*/
.question {
	margin: 65px 0px 0px 0px;
}
.question .question__inner {
	width: 960px;
	margin: 0 auto;
}
.question__tit {
	font-size: 74px;
	text-align: center;
	margin: 0px 0px 35px 0px;
    padding: 20px 10px 20px 10px;
}
.question .question__item {
	border-bottom: solid 1px #ccc;
}
.question .question__item-tit {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding: 20px 15px 20px 15px;
}
.question .question__item-tit:hover {
	cursor: pointer;
}
.question .question__item-txt {
	font-size: 16px;
	color: #2D2926;
	line-height: 1.5;
    padding: 10px 15px 20px 15px;
	display: none;
}
.question .question__item-tit:after {
	content: "";
    width: 18px;
    border-bottom: solid 2px #2D2926;
    border-radius: 10px;
    transform: translate(-6%, 0) rotate(0deg);
    -webkit-transform: translate(-6%, 0) rotate(0deg);
    transition: all 0.2s ease;
	position: absolute;
    bottom: 27px;
    right: 1%;
    display: block;
}
.question .question__item-tit:before {
	content: "";
	width: 18px;
	border-bottom: solid 2px #2D2926;
    border-radius: 10px;
    transform: translate(-6%, 0) rotate(90deg);
    -webkit-transform: translate(-6%, 0) rotate(90deg);
    transition: all 0.2s ease;
	position: absolute;
    bottom: 27px;
    right: 1%;
    display: block;
}
.question .question__item-tit.open:before {
	transform: translate(-6%, 0) rotate(0deg);
    -webkit-transform: translate(-6%, 0) rotate(0deg);
}
.question__item-txt .question__item-txt--caution {
	font-size: 10px;
	margin: 1.5em 1em 0em 0em;
}
/*-------------------------------
■other
-------------------------------*/
.pc_block {
	display: block;
}
.sp_block {
	display: none;
}
#js-header {
	display: none;
}
sup {
	font-size: 10px;
	vertical-align: super;
	position: relative;
    top: 0.15em;
}

@media screen and (max-width:750px) {
	.wrapper {
		width: 100%;
	}
	/*-------------------------------
	■logo
	-------------------------------*/
	.logo img{
		width: 100%;
		height: auto;
	}
	.logo .logo__img {
		display: flex;
		align-items: center;
	}
	/*-------------------------------
	■purchase
	-------------------------------*/
	.purchase {
		padding: 0% 0% 11.9% 0%;
	}
	.purcharse__visual img{
		width: 100%;
		height: auto;
	}
	/*.purchase__btn a {
		width: 86%;
		height: 2.98em;
		font-size: clamp(25px, 5vw, 45px);
	}*/
	.purchase__btn button {
		width: 86%;
		height: 2.98em;
		font-size: clamp(25px, 5vw, 45px);
	}
	.purchase__btn .purchase__btn-bg {
        width: 1.5em;
        height: 1.5em;
        top: 23%;
        right: 5%;
    }
	.purchase__btn-bg .purchase__btn-bg--arrow.arrow-top {
		border-top: solid 2px #D80D18;
		top: 35.9%;
	}
	.purchase__btn-bg .purchase__btn-bg--arrow.arrow-bottom {
		border-right: solid 2px #D80D18;
	}
	/*-------------------------------
	■refreshing
	-------------------------------*/
	.refreshing img{
		width: 100%;
		height: auto;
	}
	/*-------------------------------
	■refreshing__movie
	-------------------------------*/
	.refreshing__movie {
		margin: 5% 0% 10% 0%;
	}
	.refreshing__movie video {
		width: 84%;
		height: auto;
	}
	/*-------------------------------
	■firmskin
	-------------------------------*/
	.firmskin{
		margin: 0% 0% 5.3% 0%;
	}
	.firmskin img {
		width: 100%;
		height: auto;
	}
	/*-------------------------------
	■firmskin__movie
	-------------------------------*/
	.firmskin__movie {
		margin: 0px 0px 6.7% 0px;
	}
	.firmskin__movie video {
		width: 84%;
        height: auto;
	}
	/*-------------------------------
	■sns
	-------------------------------*/
	.sns img {
		width: 100%;
		height: auto;
	}
	.sns .sns__visual {
		width: 100%;
		margin: 9% auto 26px auto;
	}
	.sns__visual .sns__visual-link img{
		width: 95%;
	}
	.sns__anotation {
		margin: 10% 0% 0% 0%;
	}
	/*-------------------------------
	■roughskin
	-------------------------------*/
	.roughskin img{
		width: 100%;
		height: auto;
	}
	/*-------------------------------
	■approach
	-------------------------------*/
	.approach img {
		width: 100%;
		height: auto;
	}
	/*-------------------------------
	■question
	-------------------------------*/
	.question {
		margin: 15% 0% 0% 0%;
	}
	.question .question__inner {
		width: 90%;
		margin: 0 auto;
	}
	.question__tit {
		font-size: 6.93vw;
		padding: 2% 0%;
		margin: 0% 0% 6% 0%;
	}
	.question .question__item-tit {
		font-size: 3.6vw;
		padding: 5% 2% 5% 3%;
	}
	.question .question__item-tit:after {
		bottom: 49%;
		right: 2%;
	}
	.question .question__item-tit:before {
		bottom: 49%;
		right: 2%;
	}
	.question .question__item-txt {
		font-size: 3.2vw;
		padding: 0% 1% 3% 4%;
	}
	/*-------------------------------
	■cosmetics
	-------------------------------*/
	.cosmetics {
		margin: 0% 0% 5% 0%;
	}
	.cosmetics img{
		width: 100%;
		height: auto;
	}
	/*-------------------------------
	■introduction
	-------------------------------*/
	.introduction img {
		width: 100%;
		height: auto;
	}
	/*-------------------------------
	■slick
	-------------------------------*/
	.slick-slider .slick-list {
		padding: 0% 30% 0% 0%!important;
	}
	.slick-dots {
		bottom: -35px;
	}
	.slick-dots li {
		width: 6px!important;
		height: 6px!important;
	}
	.slick-dots li button:before {
		width: 6px!important;
		height: 6px!important;
		font-size: 0px!important;
	}
	.slick-dots li.slick-active button:before {
		background: #000000;
	}
	/*-------------------------------
	■other
	-------------------------------*/
	.pc_block {
		display: none;
	}
	.sp_block {
		display: block;
	}
	sup {
		top: 0.25em;
	}
}