.tab{
	display: none;
}
.pc-tab{
	display: none;
}

.pc_only{
	display: none;
}

 .sp-tab{
		display: block;
	}

.inner{
	margin: 0 auto;
	padding: 0 4%;
	max-width: 1200px;
	box-sizing: border-box;
}

/*-----共通css-----*/
*,h2,h3{
	font-family: YuMincho, "Yu Mincho", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.voice__ttl-box {
	text-align: center;
}
.voice__ttl-box .voice__ttl{
/*	margin-bottom: .4em;*/
	margin-bottom: 10px;
	color: #6E193E;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0;
}
.voice__ttl-box .voice__ttl--s{
	display: inline-block;
	margin-bottom: 5px;
	color: #6E193E;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0;
}
.voice__ttl-box .voice__copy{
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 0;
}

.factor__cont-txt--mark {
 padding: 1.5px 0;
 color: #770536;
 font-weight: bold;
 line-height: 1.8;
}

.factor__cont-txt--mark .big{
 font-size: 1.8rem;
}

/*-----メインビジュアル-----*/
#mv{
	position: relative;
	height: 45vh;
	margin-bottom: 35px;
	background: url("../img/mv_bg.jpg") left / cover no-repeat;
	text-align: center;
}
#mv .mv__txt{
	display: inline-block;
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%,-50%);
/*	filter: drop-shadow(0 0 6px #fff);*/
	
	background: rgba(255,255,255,.6);
	width: 74%;
	max-width: 500px;
	height: 40%;
	max-height:  200px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#mv .mv__ttl{
	display: inline-block;
	margin-bottom: .4em;
	padding-bottom: .4em;
	border-bottom: 1px solid #707070;
	font-weight: 600;
	line-height: 1;
}
#mv .mv__copy{
	font-family: 'EB Garamond', serif;
}
/*-----ご購入者様について-----*/
#about{
	margin-bottom: 80px;
}
#about .voice__ttl-box{
	margin-bottom: 40px;
}
#about .about__box{
	margin-bottom: 40px;
	text-align: center;
}
#about .about__ttl{
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: .45em;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
	line-height: 1;
}
.about__ttl-deco{
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-width: 90px;
	height: 1px;
	background: #707070;
}
.about__ttl-deco::before{
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(0%,20%);
	width: 3px;
	max-width: 90px;
	height: 2px;
	background: #FFF;
	content: '';
}

#about .about__ttl-deco::after{
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 14px;
	transform: translate(-150%,calc(100% - 2px)) rotate(40deg);
	background: #707070;
	content: '';
}


#about .about__chart{
	width: 80%;
	max-width: 350px;
	margin: 0 auto;
}

#about .about__date {
 width: 100%;
 font-size: 1.4rem;
 text-align: right;
}

/*-----ご購入の決め手-----*/
#factor{
	padding: 25px 0;
	background: url("../img/factor_bg.jpg") center / cover no-repeat;
}
#factor .voice__ttl-box{
	margin-bottom: 25px;;
}
#factor .factor__ranking{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#factor .factor__rank{
	display: flex;
	position: relative;
	flex-direction: column;
	flex: 0 1 48%;
	width: 48%;
	max-width: 48%;
	margin-bottom: 15px;;
	padding: 10px 5px;
	box-sizing: border-box;
	text-align: center;
	filter: drop-shadow(0 0 6px rgba(0,0,0,.15));
}
#factor .factor__rank::after{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%,-50%);
	z-index: -1;
	background: #FFF;
	clip-path: polygon(0 15px, 7.5px 7.5px, 15px 0, 85% 0%, 100% 0, 100% 100%, 100% calc(100% - 15px), calc(100% - 7.5px) calc(100% - 7.5px), calc(100% - 15px) 100%, 100% 100%, 0 100%, 0% 100%);
	content: '';
}

#factor .factor__rank-ttl{
	margin-bottom: 5px;
	font-size: 1.6rem;
	line-height: 1;
}
#factor .factor__rank-num{
	margin: 0 2px;
	color: #333;
	font-size: 3.2rem;
	line-height: 1;
}
#factor .first .factor__rank-num{
	color: #C6B467;
}
#factor .second .factor__rank-num{
	color: #A29F9F;
}
#factor .third .factor__rank-num{
	color: #883939;
}
#factor .fourth .factor__rank-num{
	color: #883939;
}
#factor .fifth .factor__rank-num{
	color: #39884e;
}
#factor .factor__rank-txt{
	margin: auto 0;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0;
}



/*-----選んだポイント-----*/
#point{
	padding: 40px 0 ;
	background: #F8F8F8;
}
#point .voice__ttl-box{
	margin-bottom: 20px;
}
#point .point__link-wp{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 60px;
}
#point .point__link{
	position: relative;
	flex: 0 1 48%;
	width: 48%;
	max-width: 48%;
	margin-bottom: 10px;
	margin-right: 4%;
	padding: 5px 0 25px;
	background: #FFF;
	text-align: center;
}
#point .point__link::after{
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg) scale(.8);
	width: 10px;
	height: 10px;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	content: '';
}
#point .point__link:nth-of-type(2n),#point .point__link:last-of-type{
	margin-right: 0;
}
#point .point__link-ttl{
	margin-bottom: 5px;
	color: #6E193E;
	font-size: 1.6rem;
	font-family: 'EB Garamond', serif;
	font-weight: 500;
	line-height: 1;
}

#point .point__link-num{
	margin-left: 2px;
	font-size: 2.2rem;
	font-family: 'EB Garamond', serif;
	font-weight: normal;
	font-style: italic;
}

.point__link-owner{
	font-size: 1.3rem;
	line-height: 1;
	margin-bottom: 5px;
	letter-spacing: 0;
}
.point__link-img{
	margin-bottom: 10px;
}
.point__link-img img{
    height: 20vw;
    max-height: 100px;
    object-fit: cover;
    object-position: top;
    display: block;
}
.point__link-txt{
	position: relative;
	width: 85%;
	padding: 5px;
	font-size: 1.2rem;
	letter-spacing: 0;
	margin: 0 auto;
}
.point__link-txt::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 10%;
	height: 60%;
	border-left: 1px solid #C6B467;
	border-top: 1px solid #C6B467;
	content: '';
}
.point__link-txt::after{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10%;
	height: 80%;
	border-right: 1px solid #C6B467;
	border-bottom: 1px solid #C6B467;
	content: '';
}



.owner .owner__box{
	position: relative;
	margin-bottom: 80px;
	padding: 40px 20px 20px;
	background: #FFF;
}
.owner .owner__box:last-of-type{
	margin-bottom: 0;
}
.owner .owner__num{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-65%);
	color: #6E193E;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1;
}
.owner .owner__num--l{
	margin-left: 5px;
	font-size: 3.8rem;
	font-weight: normal;
	font-style: italic;
	font-family: 'EB Garamond', serif;
}

.owner .owner__ttl-wp{
	margin-bottom: 20px;
	text-align: center;
}
.owner .owner__ttl{
	position: relative;
	display: inline-block;
	padding-bottom: .6em;
	border-bottom: 1px solid #707070;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
}

/*
.owner .owner__ttl::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 95%;
	height: 1px;
	background: #707070;
	content: '';
}
*/
.owner .owner__cont-wp{
	margin-bottom: 40px;
}
.owner .owner__cont{
	margin-bottom: 10px;
}
.owner .owner__cont-ttl{
	margin-bottom: 10px;
	color: #6E193E;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0;
}
.owner .owner__cont-txt{
	font-size: 1.3rem;
}
.owner .owner__cont-txt--mark{
	padding: 1.5px 0;
	background: #EDF0AD;
	color: #770536;
	font-weight: bold;
}
.owner .owner__point{
	margin-bottom: 20px;
}
.owner .owner__point:last-of-type{
	margin-bottom: 0;
}
.owner .owner__point-num{
	margin-bottom: 10px;
	color: #C6B467;
	font-family: 'EB Garamond', serif;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
}
.owner .owner__point-num--l{
	font-family: 'EB Garamond', serif;
	font-size: 2rem;
	font-style: italic;
}
.owner .owner__point-ttl{
	margin-bottom: 10px;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
	line-height: 1;
}

.owner .owner__point-cap{
	padding-top: 5px;
	font-size: 1.1rem;
	line-height: 1.3;
	letter-spacing: 0;
}


@media screen and (min-width: 769px) { 
	.sp{
		display: none;
	}
	.tab{
		display: block;
	}
	.pc-tab{
		display: block;
	}
	
	.voice__ttl-box .voice__ttl{
		font-size: 2.6rem;
	}
	.voice__ttl-box .voice__ttl--s{
		margin-bottom: 10px;
		font-size: 2.2rem;
	}
	.owner .owner__point-num{
		font-size: 1.8rem;
	}
	.owner .owner__point-num--l{
		font-size: 2.6rem;
	}
	.voice__ttl-box .voice__copy{
		font-size: 1.6rem;
	}
 .factor__cont-txt--mark .big{
  font-size: 2.2rem;
 }
 
	/*-----メインビジュアル-----*/
	#mv{
		height: 75vh;
		max-height: 580px;
		margin: 100px 0 60px;
	}
	#mv .mv__ttl{
		font-size: 3.5rem;
	}
	#mv .mv__copy{
		font-size: 2rem;
	}
	
	/*-----ご購入者様について-----*/
	#about{
		margin-bottom: 85px;
	}
	#about .voice__ttl-box{
		margin-bottom: 40px;
	}
	#about .about__wp{
		display: flex;
		justify-content: space-between;
		max-width: 800px;
		margin: 0 auto;
	}
	#about .about__box{
		flex: 0 1 46%;
		width: 46%;
		max-width: 46%;
		margin: 0;
	}
	#about .about__ttl{
		font-size: 1.8rem;
	}
	#about .about__chart{
		margin: 0 auto;
	}
 #about .about__date {
  margin-top: 20px;
 }
	
	/*-----ご購入の決め手-----*/
	#factor{
		padding: 30px 0 40px;
	}
	#factor .voice__ttl-box{
		margin-bottom: 40px;
	}
	#factor .factor__ranking{
		max-width: 1120px;
		margin: 0 auto;
	}
	#factor .factor__rank{
		flex: 0 1 32%;
		width: 32%;
		max-width: 32%;
		margin-bottom: 15px;
		padding: 15px 12px;
	}
	#factor .factor__rank-ttl{
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
	#factor .factor__rank-num{
		margin: 0 4px;
		font-size: 3.6rem;
	}
	#factor .factor__rank-txt{
		font-size: 1.5rem;
		line-height: 1.6;
	}
	
	/*-----選んだポイント-----*/
	#point{
		padding: 80px 0 80px;
	}
	#point .point__link-wp{
		margin-bottom: 80px;
	}
	#point .point__link{
		flex: 0 1 32%;
		width: 32%;
		max-width: 32%;
		margin-right: 2%;
		margin-bottom: 15px;
		box-sizing: border-box;
	}
	#point .point__link:nth-of-type(2n){
		margin-right: 2%;
	}
	#point .point__link:nth-of-type(3n){
		margin-right: 0;
	}
	#point .point__link-ttl{
		font-size: 1.8rem;
	}
	.point__link-txt{
		padding: 10px 5px;
		font-size: 1.3rem;
	}
	#point .point__link-num{
		margin-left: 4px;
		font-size: 2.4rem;
	}
	.point__link-owner{
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	.point__link-img img{
		height: auto;
		max-height: 100%;
	}
	
	
	.owner .owner__box{
		margin-bottom: 100px;
		padding: 40px 30px; 
	}
	.owner .owner__num{
		font-size: 3.6rem;
	}
	.owner .owner__num--l{
		font-size: 5rem;
	}
	.owner .owner__ttl-wp{
		margin-bottom: 30px;
	}
	.owner .owner__ttl{
		font-size: 2rem;
	}
	.owner .owner__cont-wp{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.owner .owner__cont{
		flex: 0 1 44%;
		width: 44%;
		max-width: 44%;
		margin-bottom: 0;
	}
	.owner .owner__cont-ttl{
		margin-bottom: 15px;
		font-size: 1.6rem;
	}
	.owner .owner__cont-img{
		flex: 0 1 52%;
		width: 52%;
		max-width: 52%;
	}
	.owner .owner__point-wp{
		display: flex;
		justify-content: space-between;
	}
	.owner .owner__point{
		flex: 0 1 46%;
		width: 46%;
		max-width: 46%;
		margin-bottom: 0;
	}
	.owner .owner__point-cap{
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.owner .owner__point-ttl{
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 1080px){
	.pc_only{
		display: block;
	}
	.voice__ttl-box .voice__ttl{
		font-size: 3.4rem;
		margin-bottom: 20px;
	}
	.voice__ttl-box .voice__ttl--s{
		font-size: 2.6rem;
	}
	.voice__ttl-box .voice__copy{
		font-size: 1.8rem;
	}
 .factor__cont-txt--mark .big{
  font-size: 3.0rem;
 }
	
	/*-----メインビジュアル-----*/
	#mv .mv__txt{
		left: 70%;
		background: none;
		filter: drop-shadow(0 0 6px #fff);
	}
	#mv .mv__ttl{
		font-size: 5rem;
	}
	#mv .mv__copy{
		font-size: 2rem;
	}
	#about .about__ttl{
		margin-bottom: 20px;
		font-size: 2.2rem;
	}
	#about .about__chart{
		width: 100%;
	}
 #about .about__date {
 margin-top: 0;
 }
	
	/*-----ご購入の決め手-----*/
	#factor{
		padding: 50px 0;
	}
	#factor .factor__rank{
		padding: 20px 12px;
	}
	#factor .factor__rank-ttl{
		font-size: 2rem;
	}
	#factor .factor__rank-num{
		margin: 0 6px;
		font-size: 4rem;
	}
	/*-----選んだポイント-----*/
	#point{
		padding: 50px 0 ;
		background: #F8F8F8;
	}
	#point .voice__ttl-box .voice__ttl{
		margin-bottom: 40px;
	}
	#point .point__link-wp{
		justify-content: space-between;
		margin-bottom: 100px;
	}
	#point .point__link-box{
		margin-right: 0;
	}
	.point__link-img {
		 margin-bottom: 10px; 
	}
	
	#point .point__link{
		flex: 0 1 18%;
		width: 18%;
		max-width: 18%;
		padding: 10px 0 30px;
	}
	#point .point__link::after{
		bottom: 10px;
		transform: translate(-50%,-50%) rotate(45deg);
		width: 14px;
		height: 14px;
	}
	#point .point__link:nth-of-type(3n){
		margin-right: 2%;
	}
	#point .point__link-ttl{
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	#point .point__link-num{
		font-size: 3rem;
	}
	.point__link-txt{
		padding: .5em 5px;
		font-size: 1.4rem;
	}
	.owner .owner__ttl-wp{
		margin-bottom: 40px;
	}
	.owner .owner__ttl{
		font-size: 2.2rem;
	}
	.owner .owner__num--l{
		font-size: 5rem;
	}
	.owner .owner__box{
		margin-bottom: 120px;
		padding: 50px 40px 40px; 
	}
	.owner .owner__cont-wp{
		margin-bottom: 45px;
	}
	.owner .owner__cont-ttl{
		font-size: 1.8rem;
	}
	.owner .owner__cont-txt--mark {
    	padding: 3.5px 0;
	}
	.owner .owner__cont-txt{
		font-size: 1.5rem;
		line-height: 1.85;
	}
	.owner .owner__point-num{
		font-size: 2rem;
	}
	
	.owner .owner__point-ttl{
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
	.owner .owner__point-cap{
		padding-top: 10px;
		font-size: 1.4rem;
		line-height: 1.5;
	}
}

@media screen and (min-width: 1280px){
	.inner{
		padding: 0;
	}
	.voice__ttl-box{
		margin-bottom: 45px;
	}
	.voice__ttl-box .voice__ttl{
		font-size: 4rem;
	}
	.voice__ttl-box .voice__ttl--s{
		font-size: 3rem;
	}
	.voice__ttl-box .voice__copy{
		font-size: 2rem;
	}
	/*-----メインビジュアル-----*/
	#mv .mv__ttl{
		font-size: 6rem;
	}
	#mv .mv__copy{
		font-size: 2.2rem;
	}
	#about .about__ttl{
/*		margin-bottom: 40px;*/
		font-size: 2.6rem;
	}
	#about .about__ttl::before{
		width: 90px;
	}
	/*-----ご購入の決め手-----*/
	#factor{
		padding: 80px 0;
	}
	#factor .voice__ttl-box{
		margin-bottom: 60px;
	}
	#factor .factor__rank-ttl{
		margin-bottom: 20px;
	}
	#factor .factor__rank-txt{
		font-size: 1.8rem;
	}
	#factor .factor__rank-num{
		font-size: 4.5rem;
	}
	#point .voice__ttl-box .voice__ttl{
		margin-bottom: 50px;
	}
	#point .point__link-ttl{
		font-size: 2rem;
	}
	#point .point__link-num{
		font-size: 3.5rem;
	}
	.point__link-owner{
		font-size: 1.5rem;
	}
	.point__link-txt{
		font-size: 1.6rem;
	}
	.owner .owner__num--l{
		margin-left: 10px;
		font-size: 6.5rem;
	}
	.owner .owner__ttl{
		font-size: 2.4rem;
	}
	.owner .owner__box{
		margin-bottom: 120px;
		padding: 50px 50px; 
	}
	.owner .owner__cont-ttl{
		margin-bottom: 20px;
		font-size: 2rem;
		line-height: 1.7;
	}
	.owner .owner__point-ttl{
		font-size: 2rem;
		margin-bottom: 20px;
	}
	.owner .owner__point-num{

		margin-bottom: 15px;
	}		
	.owner .owner__point-num--l{
		font-size: 3rem;
	}
 .sp-tab{
		display: none;
	}
}






