﻿/* common ----------------------------------- */
html, body {
	overflow-x: hidden;
}
body.fixed {
	position: fixed;
}

.UVprotector {
	line-height: 1.6;
	color: #4D2808;
	background: url(../img/skincare/series/UVprotector/bg01.jpg) center top no-repeat;
	background-size: contain;
}
.UVprotector a {
	display: inline-block;
	-webkit-transition: .5s;
	transition: .5s;
}
.UVprotector a:hover {
	opacity: .7;
}
.UVprotector img {
	max-width: 100%;
	display: inline-block;
}
.UVprotector .common-w {
	width: 1000px;
	margin: 0 auto;
}
.UVprotector .ff_min {
	/* font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif; */
	font-family: yu-mincho-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.UVprotector .sp {
	display: none;
}
.UVprotector .pc {
	display: block;
}

.UVprotector .sec-ttl{
	font-size: 25px;
	text-align: right;
	width: 160px;
	border-bottom: 1px solid #4D2808;
}

.UVprotector .btn-more{
	cursor: pointer;
	display: block;
	text-align: center;
	width: 110px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	border: 1px solid #4D2808;
	border-radius: 2px;
	transition: .4s;
}
.UVprotector .btn-more::after{
	content: '＋';
	margin-left: 10px;
}
.UVprotector .btn-more:hover{
	background: #4D2808;
	color: #fff;
}

.UVprotector .modal{
	display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
	background: rgba(255,255,255,0.92);;
	overflow-y: scroll;
}
.UVprotector .modal .modal-content{
	margin: 10%;
	text-align: center;
}
.UVprotector .modal .modal-content h3{
	font-size: 24px;
	margin-bottom: 20px;
}
.UVprotector .modal .modal-content p{
	margin: 0 auto;
	width: 60%;
	text-align: left;
	text-indent: initial;
}
.UVprotector .modal .modal-content img{
	margin: 0 auto;
}
.UVprotector .modal .close {
	position: absolute;
	top: 40px;
	right: 40px;
	display: block;
	width: auto!important;
	cursor: pointer;
}
@media screen and (max-width:768px) {
	.UVprotector .modal{
		background: rgba(255,255,255,0.96);;
	}
	.UVprotector .modal .modal-content{
		margin: 35% 10% 50%;
	}
	.UVprotector .modal .modal-content p{
		width: 100%;
	}
	.UVprotector .modal .modal-content img{
		width: 100%!important;
		margin-top: 60px!important;
	}
}

.UVprotector sup{
	font-size: 0.5em;
	vertical-align: revert;
}



@media screen and (max-width:768px) {
	.UVprotector {
		margin-bottom: 100px;
	}
	.UVprotector .common-w {
		width: 100%;
	}
	.UVprotector .pc {
		display: none;
	}
	.UVprotector .sp {
		display: block;
	}
}

@media only screen and (min-width: 559px) and (max-width: 768px) {
	.UVprotector .sp {
		display: block !important;
	}
}

/* fade animation ----------------------------------- */
.UVprotector .effect-fade {
	opacity : 0;
	transform : translateY(120px);
	transition : all 2s;
}
.UVprotector .effect-fade.effect-scroll {
	opacity: 1;
	transform: translateY(0);
}


/* hreo ----------------------------------- */
.UVprotector .hero{
	background: url(../img/skincare/series/UVprotector/hero_img01-pc_3.png) top right no-repeat;
	background-size: contain;
	height: 100vh;
	width: 100vw;
	min-width: 1200px;
	position: relative;
	transform: matrix(1.2, 0, 0, 1.2, 0, 0);
	opacity: 0.7;
	transition: 3s;
}
.UVprotector .hero.active{
	transform: matrix(1, 0, 0, 1, 0, 0);
	opacity: 1;
}
.UVprotector .hero .hero-ttl{
	position: absolute;
	top: 40%;
	left: 190px;
	width: 34%;
	
	transform: translateY(-50%);
	opacity: 0;
	transition: 5s;
}
.UVprotector .hero .hero-ttl.active {
	opacity: 1;
}
@media screen and (max-width:768px) {
	.UVprotector .hero {
		background: url(../img/skincare/series/UVprotector/hero_img01-sp_3.png) top center no-repeat;
		background-size: cover;

		min-width: auto;
		/* height: calc(100vh - 12vw); */
		height: 100vh;
		min-height: 480px;
		max-height: none;
		margin-bottom: 60px;
	}
	.UVprotector .hero .hero-ttl {
		position: absolute;
		top: auto;
		bottom: 13%;
		right: 0;
		left: 0;
		width: 100%;
		transform: translateX(0);
		padding: 6vh 13vw 0;
	}	
}

/* catch ----------------------------------- */
.UVprotector .catch{
	color: #EF9034;
	text-align: center;
	margin: 100px 0 120px;
}
.UVprotector .catch .catch-main{
	font-size: 60px;
	margin-bottom: 20px;
}
.UVprotector .catch .catch-readBlock .catch-read{
	font-size: 30px;
	margin-bottom: 15px;
}
.UVprotector .catch .catch-readBlock .catch-notes{
	font-size: 12px;
}
@media screen and (max-width:768px){
	.UVprotector .catch{
		width: 80%;
		margin: 0 auto;
	}
	.UVprotector .catch .catch-main{
		font-size: 36px;
	}
	.UVprotector .catch .catch-readBlock .catch-read{
		font-size: 22px;
	}
}


/* features ----------------------------------- */
.UVprotector .features{
	margin: 120px auto;
	background: url(../img/skincare/series/UVprotector/features_bg01.jpg), url(../img/skincare/series/UVprotector/features_bg02.png);
	background-size: contain, 40%;
	background-position: center bottom, left -120px top 280px;
	background-repeat: no-repeat, no-repeat;
	padding-bottom: 120px;
}
.UVprotector .features .features-section{
	margin: 80px auto;
}
.UVprotector .features .features-section:nth-of-type(3){
	margin: 160px auto 190px;
}

.UVprotector .features .features-section .txt-wrap{
	margin: 120px 0;
	text-align: center;
}
.UVprotector .features .features-section .txt-wrap .read-ttl{
	font-size: 30px;
	margin-bottom: 20px;
}
.UVprotector .features .features-section .txt-wrap .read-txt{
	text-align: center;
}
.UVprotector .features .features-section .img-wrap p{
	font-size: 14px;
}

.UVprotector .features .features-section:nth-of-type(2){
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.UVprotector .features .features-section:nth-of-type(2) .notes{
	font-size: 12px;
}
.UVprotector .features .features-section:nth-of-type(2) .notes li:first-of-type,
.UVprotector .features .features-section:nth-of-type(2) .notes li:nth-of-type(2),
.UVprotector .features .features-section:nth-of-type(2) .notes li:nth-of-type(3){
	font-size: 14px;
	margin-bottom: 5px;
}
.UVprotector .features .features-section:nth-of-type(2) .txt-wrap{
	text-align: left;
	width: 50%;
	padding-bottom: 80px;
}
.UVprotector .features .features-section:nth-of-type(2) .txt-wrap .read-txt{
	text-align: left;
}
.UVprotector .features .features-section:nth-of-type(2) .img-wrap{
	width: 45%;
	position: relative;
	margin-left: 40px;
}
.UVprotector .features .features-section:nth-of-type(2) .img-wrap p{
	position: absolute;
	text-align: center;
	bottom: 30px;
	right: 0;
	left: 0;
	padding-right: 40px;
}

.UVprotector .features .features-section:nth-of-type(3) .txt-wrap{
	margin: 80px 0 40px;
}
.UVprotector .features .features-section:nth-of-type(3) .modal .modal-content table{
	width: 60%;
	margin: 0 auto;
}
.UVprotector .features .features-section:nth-of-type(3) .modal .modal-content table:first-child{
	margin: 0 auto 120px;
}
.UVprotector .features .features-section:nth-of-type(3) .modal .modal-content table thead{
	font-weight: bold;
	margin-bottom: 10px;
}
.UVprotector .features .features-section:nth-of-type(3) .modal .modal-content table tbody tr{
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #4D2808;
}
.UVprotector .features .features-section:nth-of-type(3) .modal .modal-content table tbody tr th{
	flex-basis: 400px;
	font-weight: bold;
	text-align: left;
}
.UVprotector .features .features-section:nth-of-type(3) .modal .modal-content table tbody tr td{
	flex-basis: 100%;
	text-align: left;
}
.UVprotector .features .features-section:nth-of-type(3) .modal .modal-content table tbody tr td span{
	font-weight: bold;
	color: #EF9034;
}
.UVprotector .features .features-section:nth-of-type(3) .modal .modal-content img{
	width: 70%;
	margin-top: 120px;
}

.UVprotector .features .features-section:nth-of-type(4) .txt-wrap{
	margin: 80px 0 20px;
}
.UVprotector .features .features-section:nth-of-type(4) .img-wrap{
	display: flex;
	align-items: center;
}
.UVprotector .features .features-section:nth-of-type(4) .img-wrap .img-item{
	width: 50%;
	position: relative;
}
.UVprotector .features .features-section:nth-of-type(4) .img-wrap .img-item p{
	position: absolute;
	text-align: center;
	bottom: 30px;
	right: 0;
	left: 0;
}

.UVprotector .features .features-product{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.UVprotector .features .features-product:nth-of-type(6){
	flex-direction: row-reverse;
}
.UVprotector .features .features-product .txt-wrap{
	text-align: center;
	margin: 0;
}
.UVprotector .features .features-product:nth-of-type(5) .txt-wrap{
	height: 500px;
}

.UVprotector .features .features-product:nth-of-type(5) .modal .modal-content img{
	width: 70%;
	margin-top: 120px;
}
.UVprotector .features .features-product:nth-of-type(5) .modal .modal-content .notes{
	width: 60%;
	margin: 20px auto 0;
	text-align: left;
	font-size: 14px;
}
.UVprotector .features .features-product:nth-of-type(5) .modal .modal-content .notes li{
	list-style: none;
}

.UVprotector .features .features-product:nth-of-type(6) .txt-wrap{
	height: 550px;
}
.UVprotector .features .features-product:nth-of-type(6) .modal .modal-content img{
	width: 70%;
	margin-top: 120px;
}
.UVprotector .features .features-product .txt-wrap .ttl{
	font-size: 18px;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #4D2808;
}
.UVprotector .features .features-product .txt-wrap .read{
	font-size: 25px;
	margin-bottom: 40px;
}
.UVprotector .features .features-product .txt-wrap ul li{
	list-style: disc;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
	margin-bottom: 20px;
}
.UVprotector .features .features-product .txt-wrap ul li:last-of-type{
	margin-bottom: 0;
}
.UVprotector .features .features-product .txt-wrap ul li .btn-more{
	display: inline-block;
	margin-left: 20px;
}

.UVprotector .features .features-product .img-wrap{
	width: 25%;
}
.UVprotector .features .features-product img{
	width: 100%;
}
@media screen and (max-width:768px){
	.UVprotector .features{
		background-size: contain, 90%;
		background-position: center bottom, center top 90px;
		padding-bottom: 40px;
	}
	.UVprotector .features .features-section{
		width: 80%;
		margin: 0 auto;
	}
	.UVprotector .features > div{
		width: 90%;
		margin: 0 auto;
	}
	.UVprotector .features .features-section:nth-of-type(3){
		margin: 100px auto 140px;
	}
	.UVprotector .features .features-section .txt-wrap{
		margin: 60px 0;
	}
	.UVprotector .features .features-section .txt-wrap .read-ttl{
		font-size: 26px;
		margin-bottom: 10px;
	}

	.UVprotector .features .features-section:nth-of-type(2){
		flex-direction: column;
	}
	.UVprotector .features .features-section:nth-of-type(2) .notes{
		margin-top: 40px;
	}
	.UVprotector .features .features-section:nth-of-type(2) .txt-wrap{
		text-align: center;
		width: 100%;
		padding: 0;
	}
	.UVprotector .features .features-section:nth-of-type(2) .txt-wrap .read-txt{
		text-align: center;
	}
	.UVprotector .features .features-section:nth-of-type(2) .img-wrap{
		width: 100%;
		padding-left: 30px;
		margin-left: 0;
	}
	.UVprotector .features .features-section:nth-of-type(2) .img-wrap p{
		padding-right: 0;
	}

	.UVprotector .features .features-section:nth-of-type(3) .modal .modal-content table{
		width: 100%;
	}
	.UVprotector .features .features-section:nth-of-type(3) .modal .modal-content table tbody tr{
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 10px;
	}
	.UVprotector .features .features-section:nth-of-type(3) .modal .modal-content table tbody tr th{
		margin-bottom: 5px;
		flex-basis: auto;
	}

	.UVprotector .features .features-section:nth-of-type(4) .img-wrap{
		flex-direction: column;
	}
	.UVprotector .features .features-section:nth-of-type(4) .img-wrap .img-item{
		width: 100%;
	}

	.UVprotector .features .features-product{
		flex-direction: column!important;
	}
	.UVprotector .features .features-product .txt-wrap{
		margin: 20px 0;
	}
	.UVprotector .features .features-product:nth-of-type(5) .txt-wrap{
		height: auto;
	}
	.UVprotector .features .features-product:nth-of-type(5) .modal .modal-content .notes{
		width: 100%;
	}

	.UVprotector .features .features-product:nth-of-type(6) .txt-wrap{
		height: auto;
	}
	.UVprotector .features .features-product .img-wrap{
		width: 45%;
		margin: auto;
	}
	.UVprotector .features .features-product .txt-wrap ul li .btn-more{
		display: block;
		margin: 10px auto 20px 0;
	}

}



/* product ----------------------------------- */
.UVprotector .product{
	margin: 240px auto 0;
}
.UVprotector .product .content-wrap{
	margin: 80px auto 0;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
}
.UVprotector .product .content-wrap .product-wrap{
	flex-basis: 30%;
}
.UVprotector .product .content-wrap .product-wrap .read{
	font-size: 25px;
	color: #EF9034;
	text-align: left;
	margin-bottom: 80px;
}
.UVprotector .product .content-wrap .product-wrap .img-wrap{
	height: 400px;
	margin: 0 auto 40px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.UVprotector .product .content-wrap .product-wrap .img-wrap img{
	height: 100%;
}
.UVprotector .product .content-wrap .product-wrap:nth-of-type(2) .img-wrap img{
	height: 320px;
}
.UVprotector .product .content-wrap .product-wrap .name{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.UVprotector .product .content-wrap .product-wrap .name .name-sub{
	display: block;
	font-size: 14px;
}
.UVprotector .product .content-wrap .product-wrap .info{
	margin-top: 40px;
	text-align: left;
}
.UVprotector .product .content-wrap .product-wrap .info .ico{
	font-size: 14px;
	position: relative;
}
.UVprotector .product .content-wrap .product-wrap .info .ico-face::after{
	content: url(../img/skincare/series/UVprotector/product_ico01.svg);
	display: inline-block;
	margin-left: 5px;
	position: absolute;
	top: -2px;
}
.UVprotector .product .content-wrap .product-wrap .info .ico-body::after{
	content: url(../img/skincare/series/UVprotector/product_ico02.svg);
	display: inline-block;
	margin-left: 5px;
	position: absolute;
	top: -4px;
}
.UVprotector .product .content-wrap .product-wrap .info .info-basic{
	margin: 10px 0 5px;
	display: flex;
	align-items: center;
}
.UVprotector .product .content-wrap .product-wrap .info .info-basic .amount{
	margin-right: 10px;
}
.UVprotector .product .content-wrap .product-wrap .info .info-basic .price{
	font-weight: bold;
}
.UVprotector .product .content-wrap .product-wrap .info .info-details{
	font-size: 14px;
	margin-bottom: 20px;
}
.UVprotector .product .content-wrap .product-wrap .info ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.UVprotector .product .content-wrap .product-wrap .info ul li{
	font-size: 12px;
	width: 30%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #EADDD2;
	border-radius: 2px;
	margin-bottom: 10px;
}
.UVprotector .product .content-wrap .product-wrap .info ul li:last-of-type{
	margin-bottom: 0;
	width: 50%;
}
.UVprotector .product .content-wrap .product-wrap .info .info-notes{
	margin-top: 5px;
	font-size: 12px;
}
.UVprotector .product .content-wrap .product-wrap .btn-cart{
	width: 80%;
	height: 60px;
	line-height: 60px;
	display: block;
	font-weight: bold;
	text-align: center;
	margin: 20px auto 0;
	color: #fff;
	border-radius: 100px;
	box-shadow: 0px 10px 34px -20px #EF9034;
	background: rgb(239,144,52);
	background: linear-gradient(150deg, rgba(239,144,52,1) 0%, rgba(247,216,147,1) 100%);
}
.UVprotector .product .content-wrap .product-wrap .btn-cart::after{
	content: url(../img/skincare/series/UVprotector/arrow-ico.svg);
	display: inline-block;
	margin-left: 20px;
}

.UVprotector .product .notes-wrap{
	margin-top: 60px;
	flex-basis: 80%;	
	border-top: 1px solid #EADDD2;
	padding: 60px 60px 0;
	font-size: 14px;
}
.UVprotector .product .notes-wrap h4{
	font-weight: bold;
}
.UVprotector .product .notes-wrap p{
	margin-bottom: 40px;
}
.UVprotector .product .notes-wrap ul li{
	list-style: disc;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 15px;
}
.UVprotector .product .notes-wrap ul li:last-of-type{
	margin-bottom: 0;
}
@media screen and (max-width:768px){
	.UVprotector .product{
		width: 80%;
		margin: 0 auto 120px;
	}
	.UVprotector .product .content-wrap{
		flex-direction: column;
		align-items: center;
	}
	.UVprotector .product .content-wrap .product-wrap:first-of-type{
		margin-bottom: 80px;
	}
	.UVprotector .product .content-wrap .product-wrap .read{
		margin-bottom: 20px;
	}
	.UVprotector .product .content-wrap .product-wrap .img-wrap{
		height: 340px;
	}
	.UVprotector .product .content-wrap .product-wrap .read{
		text-align: center;
	}
	.UVprotector .product .content-wrap .product-wrap .btn-cart{
		width: 70%;
		margin: 40px auto 0;
	}
	
	.UVprotector .product .notes-wrap{
		padding: 60px 20px 0;
	}
}


/* howToUse ----------------------------------- */
.UVprotector .howToUse{
	margin: 240px auto;
}
.UVprotector .howToUse .btn-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 80px auto 60px;
	width: 350px;
}
.UVprotector .howToUse .btn-wrap .tab-btn{
	font-weight: bold;
	opacity: .4;
	position: relative;
	cursor: pointer;
}
.UVprotector .howToUse .btn-wrap .is-active{
	text-align: center;
	opacity: 1;
}
.UVprotector .howToUse .btn-wrap .is-active::before{
	content: '●';
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;
}

.UVprotector .howToUse .tab-content{
	display: none;
}
.UVprotector .howToUse .is-show{
	display: block;
}
.UVprotector .howToUse .tab-content .content-wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.UVprotector .howToUse .tab-content .content-wrap .figure-wrap{
	background: #F8F8F8;
	border-radius: 500px;
	width: 90%;
	height: 340px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.UVprotector .howToUse .tab-content:nth-of-type(2) .content-wrap .figure-wrap{
	padding: 0 80px;
}
.UVprotector .howToUse .tab-content:nth-of-type(3) .content-wrap .figure-wrap{
	padding: 0 140px;
}
.UVprotector .howToUse .tab-content .content-wrap .figure-wrap li{
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 200px;
}
.UVprotector .howToUse .tab-content:nth-of-type(3) .content-wrap .figure-wrap li{
	justify-content: center;
}
.UVprotector .howToUse .tab-content:nth-of-type(2) .content-wrap .figure-wrap li img{
	height: 140px;
	margin-bottom: 10px;
}
.UVprotector .howToUse .tab-content:nth-of-type(3) .content-wrap .figure-wrap li img{
	width: 160px;
}
.UVprotector .howToUse .tab-content .content-wrap .figure-wrap .ico{
	height: auto;
	margin-bottom: 0;
}
.UVprotector .howToUse .tab-content .content-wrap .figure-wrap li .figure-txt{
	font-size: 14px;
	text-align: left;
}
.UVprotector .howToUse .read{
	font-weight: bold;
	margin: 40px auto;
}
.UVprotector .howToUse .read-list{
	font-size: 14px;
}
.UVprotector .howToUse .read-list li{
	list-style: disc;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 10px;
}
.UVprotector .howToUse .read-list li:last-of-type{
	margin-bottom: 0;
}
@media screen and (max-width:768px){
	.UVprotector .howToUse{
		width: 80%;
		margin: 0 auto;
	}
	.UVprotector .howToUse .btn-wrap{
		width: 100%;
		flex-direction: column;
	}
	.UVprotector .howToUse .btn-wrap .tab-btn:first-of-type{
		margin-bottom: 40px;
	}
	.UVprotector .howToUse .tab-content .content-wrap .figure-wrap{
		flex-direction: column;
		height: auto;
		padding: 60px 0!important;
	}
	.UVprotector .howToUse .tab-content .content-wrap .figure-wrap li{
		height: auto;
	}
	.UVprotector .howToUse .tab-content .content-wrap .figure-wrap .ico{
		transform: rotate(90deg);
		margin: 40px auto;
	}
	.UVprotector .howToUse .tab-content:nth-of-type(2) .content-wrap .figure-wrap li img{
		height: 160px;
	}
	
}

/* bnr ----------------------------------- */

.UVprotector .series_bnr > div + div {
	margin-top: 40px;
}

/* series bnr */
@media screen and (max-width:768px) {
	.UVprotector .series_bnr {
		width: 80vw;
		margin: 40px auto 0;
	}
	.UVprotector .series_bnr > div + div {
		margin-top: 20px;
	}
}


/* 固定ボタン */
/* .fixed_btn{
	display: none;
	right: 40px;
}
.UVprotector .fixed_btn .btn-cart{
	width: 240px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	display: block;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border-radius: 100px;
	box-shadow: 0px 10px 34px -20px #EF9034;
	background: rgb(239,144,52);
	background: linear-gradient(150deg, rgba(239,144,52,1) 0%, rgba(247,216,147,1) 100%);
}
.UVprotector .fixed_btn .btn-cart::after{
	content: url(../img/skincare/series/UVprotector/arrow-ico.svg);
	display: inline-block;
	margin-left: 20px;
}
@media screen and (max-width:768px){
	.fixed_btn{
		right: 0;
		left: 0;
	}
} */